body {
  background-color: #75c6ca;
  font-family: 'DM Sans', sans-serif;
  color: #333;
  font-size: 1.2vw;
  line-height: 2vw;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3.5vw;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

a {
  text-decoration: underline;
}

strong {
  color: #e73289;
  font-weight: 700;
}

.menu__wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 1vw 2vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #75c6ca;
}

.menu__links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-left: -0.75vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__link {
  margin-right: 0.75vw;
  margin-left: 0.75vw;
  padding: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.2vw;
  line-height: 2vw;
  font-weight: 700;
  text-decoration: none;
}

.menu__logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu__btns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: -1vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-right: 1vw;
  margin-left: 1vw;
  padding: 0.7vw 2.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3vw;
  background-color: #e73289;
  -webkit-transition: background-color 300ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 300ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 1.2vw;
  line-height: 2vw;
  font-weight: 700;
}

.button:hover {
  background-color: #d6297c;
}

.button.btn-blanc {
  background-color: #fff;
  color: #e73289;
}

.button.btn-blanc:hover {
  background-color: #ebebeb;
}

.button.btn-outine {
  margin-right: 0vw;
  margin-left: 0vw;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
  border-style: solid;
  border-width: 0.2vw;
  border-color: #fff;
}

.button.fb-btn {
  margin-top: 1.5vw;
  margin-left: 0vw;
  padding-top: 0.5vw;
  border-style: solid;
  border-width: 0.2vw;
  border-color: #75c6ca;
  background-color: transparent;
  color: #75c6ca;
}

.logo {
  width: 11vw;
  max-width: 160px;
}

.header {
  width: 100%;
  max-width: 1920px;
  margin-top: 12vw;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw;
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header__left-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__right-bar {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__intro {
  width: 100%;
  padding: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.sous-titre {
  color: #e73289;
  font-size: 1vw;
  line-height: 2vw;
  font-weight: 700;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
}

.sous-titre.blanc {
  color: #fff;
}

.intro__quote-text {
  font-family: 'Playfair Display', sans-serif;
  color: #75c6ca;
  font-size: 3vw;
  line-height: 3.5vw;
  font-weight: 900;
}

.intro__quote-text.short-quote {
  font-size: 6vw;
  line-height: 6vw;
}

.quote--important {
  color: #e73289;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4vw 6vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e73289;
  color: #fff;
}

.cta__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.8vw;
  text-decoration: underline;
}

.cta__link-img {
  width: 1vw;
  margin-right: 0.5vw;
}

.cta__btns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.valeurs__wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding: 2vw;
}

.section.candidats._31-mars {
  display: block;
}

.section.mains {
  z-index: 0;
}

.section.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.mentions-legales {
  margin-top: 12vw;
}

.section._31-mars {
  display: block;
}

.h2--important {
  color: #e73289;
}

.container-light {
  position: relative;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.valeur__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.valeur__text {
  margin-top: 1vw;
  color: #fff;
  font-size: 1.3vw;
  line-height: 1.8vw;
  font-weight: 700;
}

.valeur__icon {
  width: 6vw;
  height: 6vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.container.engagements {
  background-image: url('../images/engagements-bg.png');
  background-position: 100% 0%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.container.candidats {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.legal {
  width: 70%;
}

.titre__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}

.titre__chiffre {
  width: 3vw;
  color: #e73289;
}

.titre__text {
  width: 100%;
  color: #75c6ca;
}

.titre__important {
  color: #e73289;
}

.engagement {
  width: 50%;
  padding-right: 8vw;
  padding-bottom: 4vw;
}

.engagement.dernier {
  padding-bottom: 0vw;
}

.engagement.facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0vw;
  padding-bottom: 0vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.engagement.right {
  margin-top: 10vw;
}

.engagement__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.engagement__wrapper.dernier {
  margin-top: -10vw;
  margin-bottom: 0vw;
}

.mesure__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mesure__img-wrapper {
  width: 3vw;
}

.mesure__img {
  max-width: 70%;
}

.engagement__text {
  width: 100%;
}

.facebook__wrapper {
  width: 100%;
  padding-left: 2vw;
  border-left: 0.2vw solid #75c6ca;
}

.facebook__titre {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #75c6ca;
  font-size: 2.5vw;
  line-height: 3vw;
}

.candidat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.candidat__left-wrapper {
  width: 30%;
  padding-right: 3vw;
}

.candidat__right-wrapper {
  width: 70%;
}

.candidat__nom {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #75c6ca;
  line-height: 3vw;
}

.candidat__bio {
  margin-top: 2vw;
}

.candidat__role {
  margin-bottom: 1vw;
  color: #e73289;
  font-weight: 700;
}

.hands__wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  width: 50%;
  margin-top: -8vw;
}

.hands__icon {
  width: 25vw;
  float: right;
}

.contact__text {
  color: #75c6ca;
  letter-spacing: 0.3vw;
  text-transform: uppercase;
}

.contact__email {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Playfair Display', sans-serif;
  color: #e73289;
  font-size: 3vw;
  line-height: 3.5vw;
  font-weight: 900;
  text-decoration: none;
}

.contact__email:hover {
  color: #d6297c;
}

.contact__email.telephone {
  margin-left: 1vw;
   font-family: 'DM Sans', sans-serif;
   font-size: 2.8vw;
}

.contact__right {
  margin-right: -1vw;
}

.contact__right.social-block {
  margin-top: 2vw;
  margin-right: 0vw;
  margin-left: -1vw;
}

.contact__link {
  width: 5vw;
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.contact__link:hover {
  opacity: 0.6;
}

.footer__img {
  width: 3vw;
  margin-top: 3vw;
}

.footer__link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
}

.footer__link:hover {
  opacity: 0.6;
}

.candidat__prenom {
  display: inline-block;
  margin-left: 1vw;
  color: #e73289;
}

.candidat__img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.candidat__img-wrapper {
  width: 100%;
}

.mobile-bar {
  display: none;
}

.slideshow-left {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.slideshow__right {
  width: 100%;
  height: 100%;
}

.sl-left-arrow {
  display: none;
}

.sl-left__nav {
  position: relative;
}

.sl-right__arrow {
  display: none;
}

.sl-right__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block {
  width: 100%;
  height: 100%;
}

.header-sl {
  height: auto;
  background-color: transparent;
}

.header-sl-mask {
  height: auto;
}

.header-sl--slide {
  height: 70vh;
}

.header-sl--arrow {
  display: none;
}

.header-sl--nav {
  position: relative;
}

.candidat-age {
  display: inline-block;
  margin-left: 1vw;
  color: #e73289;
  font-weight: 700;
}

.candidat--rich-text {
  margin-top: 2vw;
}

.header-wrapper--2 {
  display: -ms-grid;
  display: grid;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide {
  height: auto;
}

.mask {
  height: 100%;
}

.slider {
  height: auto;
}

.slide-2 {
  height: 100%;
}

.div-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #e73289;
}

.div-block-3 {
  width: 100%;
  height: 100%;
}

.paragraphe--link {
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .menu__wrapper {
    position: relative;
    padding: 24px 24px 0vw;
  }

  .menu__links-wrapper {
    display: none;
  }

  .menu__btns-wrapper {
    margin-right: -8px;
  }

  .button {
    margin-right: 8px;
    margin-left: 8px;
    padding: 8px 24px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .button.btn-blanc.fix-bar {
    margin-right: 0px;
  }

  .button.btn-outine {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .button.fb-btn {
    margin-top: 16px;
    padding-top: 8px;
  }

  .logo {
    width: 80px;
  }

  .header {
    margin-top: 0vw;
    padding: 24px;
  }

  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header__left-bar {
    width: 100%;
    height: 50vh;
  }

  .header__right-bar {
    width: 100%;
    height: 50vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header__intro {
    padding: 40px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sous-titre {
    font-size: 16px;
    line-height: 24px;
  }

  .intro__quote-text {
    font-size: 56px;
    line-height: 56px;
  }

  .intro__quote-text.short-quote {
    font-size: 80px;
    line-height: 80px;
  }

  .cta {
    padding: 32px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cta__link {
    font-size: 24px;
  }

  .cta__btns-wrapper {
    margin-top: 24px;
    margin-right: 0vw;
  }

  .section {
    padding: 24px;
  }

  .section.footer {
    padding-bottom: 120px;
  }

  .section.mentions-legales {
    margin-top: 0vw;
  }

  .container-light {
    max-width: 100%;
  }

  .valeur__text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .valeur__icon {
    width: 64px;
    height: 64px;
  }

  .container {
    width: 100%;
    padding: 40px;
  }

  .container.engagements {
    padding: 40px;
    background-size: 50%;
  }

  .container.candidats {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .container.legal {
    width: 100%;
  }

  .titre__chiffre {
    width: 40px;
    font-size: 40px;
    line-height: 40px;
  }

  .titre__text {
    font-size: 40px;
    line-height: 48px;
  }

  .engagement {
    width: 100%;
    padding-right: 0vw;
    padding-bottom: 24px;
  }

  .engagement.right {
    margin-top: 0vw;
  }

  .engagement__wrapper {
    margin-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .engagement__wrapper.dernier {
    margin-top: 0vw;
  }

  .mesure__wrapper {
    margin-top: 8px;
    margin-bottom: 9px;
  }

  .mesure__img-wrapper {
    width: 40px;
  }

  .facebook__wrapper {
    margin-top: 24px;
    padding-left: 16px;
  }

  .facebook__titre {
    font-size: 32px;
    line-height: 40px;
  }

  .candidat__nom {
    line-height: 48px;
  }

  .candidat__role {
    margin-bottom: 16px;
  }

  .hands__wrapper {
    margin-top: -120px;
  }

  .hands__icon {
    width: 100%;
  }

  .contact__email {
    font-size: 32px;
    line-height: 40px;
  }

  .contact__email.telephone {
    display: block;
    margin-left: 0vw;
  }

  .contact__right {
    margin-right: -8px;
  }

  .contact__right.social-block {
    margin-top: 16px;
    margin-left: -8px;
  }

  .contact__link {
    width: 40px;
    margin-right: 8px;
    margin-left: 8px;
  }

  .footer__img {
    width: 40px;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .candidat__prenom {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 8px;
  }

  .mobile-bar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 90;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0px 24px 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #e73289;
  }

  .header-sl {
    height: auto;
  }

  .header-sl--slide {
    height: auto;
  }

  .candidat-age {
    margin-left: 8px;
  }

  .candidat--rich-text {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header__right-bar {
    height: 40vh;
  }

  .header__intro {
    min-height: 50vw;
    padding: 24px;
  }

  .intro__quote-text {
    font-size: 32px;
    line-height: 40px;
  }

  .intro__quote-text.short-quote {
    font-size: 64px;
    line-height: 64px;
  }

  .valeurs__wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container.engagements {
    padding: 24px;
  }

  .container.contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .titre__chiffre {
    font-size: 32px;
  }

  .titre__text {
    font-size: 32px;
    line-height: 40px;
  }

  .engagement.right {
    padding-bottom: 16px;
  }

  .facebook__titre {
    font-size: 24px;
    line-height: 32px;
  }

  .candidat__nom {
    display: block;
    font-size: 32px;
    line-height: 40px;
  }

  .hands__icon {
    opacity: 0.4;
  }

  .contact__email {
    font-size: 24px;
    line-height: 32px;
  }

  .contact__right {
    margin-top: 16px;
    margin-right: 0px;
  }

  .footer__text {
    text-align: center;
  }

  .candidat__prenom {
    margin-left: 0px;
  }

  .header-sl {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .menu__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu__btns-wrapper {
    display: none;
  }

  .button.btn-blanc {
    margin-top: 16px;
  }

  .button.btn-blanc.fix-bar {
    margin-right: 0px;
  }

  .logo {
    width: 120px;
  }

  .header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .header__left-bar {
    height: 30vh;
  }

  .header__intro {
    min-height: 70vw;
  }

  .intro__quote-text {
    font-size: 24px;
    line-height: 32px;
  }

  .cta {
    padding: 24px;
  }

  .cta__btns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta__btns-wrapper.fix-bar {
    display: block;
    margin-top: 16px;
  }

  .valeurs__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.footer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-light {
    padding-right: 16px;
    padding-left: 16px;
  }

  .titre__chiffre {
    width: 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .titre__text {
    font-size: 20px;
    line-height: 24px;
  }

  .mesure__img-wrapper {
    width: 24px;
  }

  .cta__text {
    text-align: center;
  }

  .candidat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .candidat__left-wrapper {
    width: 100%;
    padding-right: 0vw;
  }

  .candidat__right-wrapper {
    width: 100%;
    margin-top: 16px;
  }

  .hands__icon {
    display: none;
  }

  .contact__text {
    font-size: 12px;
    line-height: 16px;
  }

  .contact__email {
    font-size: 16px;
    line-height: 24px;
  }

  .footer__text {
    text-align: center;
  }

  .mobile-bar {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@font-face {
  font-family: 'Prospectuslblk';
  src: url('../fonts/ProspectusLBlk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}