body main .bloc-elus {
  margin: 2.5rem auto;
}
body main .bloc-elus .bloc-titre {
  margin: 2rem auto;
}
body main .bloc-elus .bloc-titre .titre {
  font-size: 1.75rem;
  color: #7287B3;
  font-weight: 900;
  text-align: center;
}
body main .bloc-elus .elu {
  margin: 2rem auto;
}
body main .bloc-elus .elu .wrapper-image {
  width: 70%;
  margin: auto;
}
body main .bloc-elus .elu .wrapper-image .image {
  width: 100%;
  height: 290px;
  object-fit: cover;
}
body main .bloc-elus .elu .wrapper-texte {
  text-align: center;
  margin: 1.5rem 0.25rem 0 0.25rem;
}
body main .bloc-elus .elu .wrapper-texte .info {
  line-height: 1.75rem;
  margin-bottom: 0;
}
body main .bloc-elus .elu .wrapper-texte .info .nom,
body main .bloc-elus .elu .wrapper-texte .info .prenom {
  font-size: 1.25rem;
  font-weight: 900;
  color: #344261;
}
body main .bloc-elus .elu .wrapper-texte .info .nom {
  text-transform: uppercase;
}
body main .bloc-elus .elu .wrapper-texte .fonction {
  font-size: 1rem;
  color: #585858;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  body main .bloc-elus .elu .wrapper-image {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  body main .bloc-elus .bloc-titre .titre {
    font-size: 2.5rem;
  }
  body main .bloc-elus .elu .wrapper-image .image {
    height: 320px;
  }
  body main .bloc-elus .elu .wrapper-texte {
    margin: 2rem 2rem 0 2rem;
  }
}
