@charset "UTF-8";
/* Couleurs */
/* Espacement */
/* Base CSS réutilisée par les avis et les autres frames avec icônes*/
.bloc-profil {
  margin-bottom: 2rem;
}
.bloc-profil h4 {
  line-height: 1.5rem;
  font-size: 1.3125rem;
  font-family: Roboto;
}
.bloc-profil .description p {
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.bloc-profil .image-wrapper img {
  width: auto;
  min-height: 15.8125rem;
  max-width: 15.8125rem;
  max-height: 15.8125rem;
  border: 1px solid var(--qc-color-grey-light);
  opacity: 1;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .bloc-profil {
    /* @media (max-width: 1199px) { */
  }
  .bloc-profil .image-wrapper img {
    max-width: 10.125rem;
    max-height: 10.125rem;
  }
  .bloc-profil h4 {
    margin-top: 1rem;
    line-height: 1.5rem;
    font-size: 1.3125rem;
    font-family: Roboto;
  }
}