.aheto-socials-networks--floreal .aheto-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aheto-socials-networks--floreal .aheto-socials__label {
  margin-right: 15px;
}

.aheto-socials-networks--floreal .aheto-socials__link {
  width: 25px;
  height: 25px;
  padding: 2px 0 0 2px;
  color: rgba(var(--ca-alter), 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
