.president {
  background-color: #042E34;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 980px) {
  .president {
    padding: 5.2083333333vw 0;
  }
}
@media screen and (min-width: 1920px) {
  .president {
    padding: 100px 0;
  }
}
.president h2 {
  margin: 0;
  padding: 0 8vw;
  color: #DFFFA4;
  font-size: 6.6666666667vw;
  line-height: 8vw;
  font-weight: 400;
  padding-bottom: 8vw;
  text-align: center;
  font-family: "Archia";
}
@media screen and (min-width: 980px) {
  .president h2 {
    padding: 0 13.3333333333vw;
    font-size: 2.6041666667vw;
    line-height: 3.125vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .president h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 30px;
    padding: 0 50px;
    padding-bottom: 50px;
  }
}
.president .groupOf {
  padding: 0vw 8vw 13.3333333333vw;
  width: 84%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .president .groupOf {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0 2.6041666667vw 5.2083333333vw;
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf {
    padding: 0 50px 100px;
  }
}
.president .groupOf .imageOf {
  width: 100%;
  height: auto;
  max-width: 159.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .president .groupOf .imageOf {
    height: 100%;
    max-width: 31.09375vw;
    margin: 0;
  }
}
.president .groupOf .imageOf img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 159.2vw;
  margin: 0 auto;
  border-radius: 4vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 980px) {
  .president .groupOf .imageOf img {
    max-width: 31.09375vw;
    border-radius: 1.5625vw;
    height: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .imageOf img {
    max-width: 597px;
    border-radius: 30px;
  }
}
.president .groupOf .blocToFlex {
  background-color: #DFFFA4;
  border-radius: 4vw;
  padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 980px) {
  .president .groupOf .blocToFlex {
    border-radius: 1.5625vw;
    padding: 2.0833333333vw 2.0833333333vw 1.0416666667vw;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .blocToFlex {
    border-radius: 30px;
    padding: 40px 40px 20px;
  }
}
.president .groupOf .blocToFlex .blocText {
  position: relative;
  padding: 12.5333333333vw 0vw 12.8vw;
  font-size: 4.8vw;
  line-height: 8vw;
}
@media screen and (min-width: 980px) {
  .president .groupOf .blocToFlex .blocText {
    padding: 4.1666666667vw 0vw 3.125vw;
    font-size: 1.3020833333vw;
    line-height: 2.5520833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .blocToFlex .blocText {
    padding: 80px 0 60px;
    font-size: 25px;
    line-height: 49px;
  }
}
.president .groupOf .blocToFlex .blocText:before {
  position: absolute;
  content: "";
  width: 9.6vw;
  height: 7.2vw;
  top: 0;
  left: 0;
  background-image: url(../img/grossequote.svg);
  background-size: 9.6vw 7.2vw;
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .president .groupOf .blocToFlex .blocText:before {
    width: 3.1770833333vw;
    height: 2.3958333333vw;
    background-size: 3.1770833333vw 2.3958333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .blocToFlex .blocText:before {
    width: 61px;
    height: 46px;
    background-size: 61px 46px;
  }
}
.president .groupOf .blocToFlex .blocText:after {
  position: absolute;
  content: "";
  background-image: url(../img/petitequote.svg);
  background-size: 6.4vw 4.8vw;
  background-repeat: no-repeat;
  width: 6.4vw;
  height: 4.8vw;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 980px) {
  .president .groupOf .blocToFlex .blocText:after {
    width: 1.71875vw;
    height: 1.3020833333vw;
    background-size: 1.71875vw 1.3020833333vw;
    bottom: 0;
    right: 0vw;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .blocToFlex .blocText:after {
    width: 33px;
    height: 25px;
    background-size: 33px 25px;
    bottom: 0;
    right: 0;
  }
}
.president .groupOf .blocToFlex .containAuteur {
  padding: 5.3333333333vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 980px) {
  .president .groupOf .blocToFlex .containAuteur {
    padding: 2.6041666667vw 0;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .blocToFlex .containAuteur {
    padding: 50px 0;
  }
}
.president .groupOf .blocToFlex .containAuteur .auteur .nomage {
  display: block;
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .president .groupOf .blocToFlex .containAuteur .auteur .nomage {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .blocToFlex .containAuteur .auteur .nomage {
    font-size: 25px;
  }
}
.president .groupOf .blocToFlex .containAuteur .auteur .statut {
  display: block;
  font-size: 4.8vw;
  line-height: 1;
}
@media screen and (min-width: 980px) {
  .president .groupOf .blocToFlex .containAuteur .auteur .statut {
    font-size: 1.3020833333vw;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .blocToFlex .containAuteur .auteur .statut {
    font-size: 25px;
  }
}
.president .groupOf .blocToFlex .containAuteur .mailing svg {
  width: 15.376vw;
  height: auto;
}
.president .groupOf .blocToFlex .containAuteur .mailing svg rect {
  transition: 0.5s fill;
}
.president .groupOf .blocToFlex .containAuteur .mailing svg path {
  transition: 0.5s fill, 0.5s stroke;
}
.president .groupOf .blocToFlex .containAuteur .mailing svg:hover rect {
  fill: #fff;
  stroke-width: 0.15625vw;
}
.president .groupOf .blocToFlex .containAuteur .mailing svg:hover path {
  fill: #042E34;
  stroke: #042E34;
}
@media screen and (min-width: 980px) {
  .president .groupOf .blocToFlex .containAuteur .mailing svg {
    width: 4.6354166667vw;
  }
}
@media screen and (min-width: 1920px) {
  .president .groupOf .blocToFlex .containAuteur .mailing svg {
    width: 89px;
  }
}
.president .ctaBlock {
  text-align: center;
}
.president .ctaBlock a {
  display: inline-block;
  text-decoration: none;
  color: #DFFFA4;
  border: 0.5333333333vw solid #DFFFA4;
  background-color: #042E34;
  font-size: 5.3333333333vw;
  line-height: 8vw;
  padding: 4vw 12vw;
  border-radius: 18.6666666667vw;
  transition: 0.5s color, 0.5s background-color;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .president .ctaBlock a {
    border-width: 0.1041666667vw;
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
    padding: 1.3020833333vw 2.34375vw;
    border-radius: 3.6458333333vw;
  }
}
@media screen and (min-width: 1920px) {
  .president .ctaBlock a {
    border-width: 2px;
    font-size: 25px;
    line-height: 30px;
    padding: 25px 45px;
    border-radius: 70px;
  }
}
.president .ctaBlock a:hover {
  color: #042E34;
  background-color: #DFFFA4;
  border-color: #042E34;
}/*# sourceMappingURL=style.css.map */