@charset "UTF-8";
/* ======================================= */
/* STYLES SPÉCIFIQUES LANDING PAGE           */
/* ======================================= */
/*----------VARIABLES----------*/
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato/Lato-Regular.ttf");
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato/Lato-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato/Lato-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato/Lato-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato/Lato-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato/Lato-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato/Lato-Light.ttf");
  font-weight: light;
}
@font-face {
  font-family: "Lato";
  src: url("../../fonts/Lato/Lato-LightItalic.ttf");
  font-weight: light;
  font-style: italic;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-LightItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-Light.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-Italic.ttf");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-SemiBold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-SemiBoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-Bold.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Zilaslab";
  src: url("../../fonts/Zilab/ZillaSlab-BoldItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "DMSans";
  src: url("../../fonts/DM_Sans/DMSans-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url("../../fonts/Poppins/Poppins-Black.ttf");
  font-weight: 900;
}
/* ======================================= */
/* RÉGLAGES GÉNÉRAUX                         */
/* ======================================= */
.landing-page-body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #232323;
}
.landing-page-body header,
.landing-page-body footer:not(.landing-footer) {
  display: none !important;
}

#landing-page-content {
  padding-top: 32px;
}

body.admin-bar #landing-page-content {
  padding-top: 0;
}

.landing-page-body .container {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
}

.landing-page-body .container-big {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .landing-page-body .container-big {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.landing-page-body .container-medium {
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .landing-page-body .container-medium {
    margin-left: 32px;
    margin-right: 32px;
  }
}

.surtitre {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #232323;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Poppins";
  margin-bottom: 10px;
}

.section-title {
  font-size: 56px !important;
  font-weight: 600 !important;
  text-align: center;
  font-family: "Poppins";
}
@media (max-width: 992px) {
  .section-title {
    font-size: 36px;
  }
}

.button-primary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background-color: #E33022;
  color: #ffffff !important;
  padding: 10px 20px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.button-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: -1;
}
.button-primary:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ======================================= */
/* SECTION HERO                             */
/* ======================================= */
.hero-section {
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 48px !important;
  background-position: bottom 0px center;
  background-repeat: no-repeat;
}
.hero-section .hero-container {
  text-align: center;
}
.hero-section .hero-text {
  opacity: 1 !important;
}
.hero-section .hero-logo {
  max-width: 200px;
  height: auto;
  margin-bottom: 50px;
}
.hero-section .hero-title {
  padding: 0 20px;
  font-family: "Poppins";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 992px) {
  .hero-section .hero-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 32px;
  }
}
.hero-section .hero-subtitle {
  font-size: 24px;
  color: #232323;
  max-width: 490px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero-section .hero-subtitle {
    font-size: 16px;
  }
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #B8B8B8;
  margin: 48px;
  opacity: 0.3;
}

/* ======================================= */
/* SECTION FORMULAIRE                       */
/* ======================================= */
.form-section .form-container,
.form-section .form-container-bas,
.form-section-bas .form-container,
.form-section-bas .form-container-bas {
  margin-top: -270px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 48px;
}
@media (max-width: 992px) {
  .form-section .form-container,
.form-section .form-container-bas,
.form-section-bas .form-container,
.form-section-bas .form-container-bas {
    margin-top: -400px;
  }
}
.form-section .form-container .wpcf7,
.form-section .form-container-bas .wpcf7,
.form-section-bas .form-container .wpcf7,
.form-section-bas .form-container-bas .wpcf7 {
  max-width: 100%;
}
.form-section .form-container .wpcf7 .wpcf7-form,
.form-section .form-container-bas .wpcf7 .wpcf7-form,
.form-section-bas .form-container .wpcf7 .wpcf7-form,
.form-section-bas .form-container-bas .wpcf7 .wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 992px) {
  .form-section .form-container .wpcf7 .wpcf7-form,
.form-section .form-container-bas .wpcf7 .wpcf7-form,
.form-section-bas .form-container .wpcf7 .wpcf7-form,
.form-section-bas .form-container-bas .wpcf7 .wpcf7-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form-section .form-container .wpcf7 .wpcf7-form h3,
.form-section .form-container-bas .wpcf7 .wpcf7-form h3,
.form-section-bas .form-container .wpcf7 .wpcf7-form h3,
.form-section-bas .form-container-bas .wpcf7 .wpcf7-form h3 {
  font-family: "Poppins";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  color: #232323;
  max-width: 30%;
}
@media (max-width: 992px) {
  .form-section .form-container .wpcf7 .wpcf7-form h3,
.form-section .form-container-bas .wpcf7 .wpcf7-form h3,
.form-section-bas .form-container .wpcf7 .wpcf7-form h3,
.form-section-bas .form-container-bas .wpcf7 .wpcf7-form h3 {
    text-align: center;
    max-width: 100%;
  }
}
.form-section .form-container .wpcf7 .wpcf7-form-control,
.form-section .form-container-bas .wpcf7 .wpcf7-form-control,
.form-section-bas .form-container .wpcf7 .wpcf7-form-control,
.form-section-bas .form-container-bas .wpcf7 .wpcf7-form-control {
  font-size: 16px !important;
  color: #B8B8B8;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  border-bottom: 1px solid #B8B8B8 !important;
}
.form-section .form-container .wpcf7 .wpcf7-textarea,
.form-section .form-container-bas .wpcf7 .wpcf7-textarea,
.form-section-bas .form-container .wpcf7 .wpcf7-textarea,
.form-section-bas .form-container-bas .wpcf7 .wpcf7-textarea {
  height: 150px;
}
.form-section .form-container .wpcf7 .wpcf7-response-output,
.form-section .form-container-bas .wpcf7 .wpcf7-response-output,
.form-section-bas .form-container .wpcf7 .wpcf7-response-output,
.form-section-bas .form-container-bas .wpcf7 .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: right;
  right: 50px;
  top: 5%;
}
.form-section .form-container .wpcf7 .form-row,
.form-section .form-container-bas .wpcf7 .form-row,
.form-section-bas .form-container .wpcf7 .form-row,
.form-section-bas .form-container-bas .wpcf7 .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.form-section .form-container .wpcf7 .form-half,
.form-section .form-container-bas .wpcf7 .form-half,
.form-section-bas .form-container .wpcf7 .form-half,
.form-section-bas .form-container-bas .wpcf7 .form-half {
  width: 50%;
}
.form-section .form-container .wpcf7 .submit-ctn,
.form-section .form-container-bas .wpcf7 .submit-ctn,
.form-section-bas .form-container .wpcf7 .submit-ctn,
.form-section-bas .form-container-bas .wpcf7 .submit-ctn {
  margin: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.form-section .form-container .wpcf7 .submit-ctn p,
.form-section .form-container-bas .wpcf7 .submit-ctn p,
.form-section-bas .form-container .wpcf7 .submit-ctn p,
.form-section-bas .form-container-bas .wpcf7 .submit-ctn p {
  border: 1px solid white;
  background-color: #E33022;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}
.form-section .form-container .wpcf7 .submit-ctn p input,
.form-section .form-container-bas .wpcf7 .submit-ctn p input,
.form-section-bas .form-container .wpcf7 .submit-ctn p input,
.form-section-bas .form-container-bas .wpcf7 .submit-ctn p input {
  background-image: none;
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 10px 20px !important;
  border: none !important;
}
.form-section .form-container .wpcf7 .submit-ctn p::before,
.form-section .form-container-bas .wpcf7 .submit-ctn p::before,
.form-section-bas .form-container .wpcf7 .submit-ctn p::before,
.form-section-bas .form-container-bas .wpcf7 .submit-ctn p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #232323;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 1;
}
.form-section .form-container .wpcf7 .submit-ctn p:hover:before,
.form-section .form-container-bas .wpcf7 .submit-ctn p:hover:before,
.form-section-bas .form-container .wpcf7 .submit-ctn p:hover:before,
.form-section-bas .form-container-bas .wpcf7 .submit-ctn p:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ======================================= */
/* SECTION CHIFFRES CLÉ                     */
/* ======================================= */
.chiffres-cles-section .chiffre-item {
  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;
  gap: 93px;
}
@media (max-width: 992px) {
  .chiffres-cles-section .chiffre-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.chiffres-cles-section .chiffre-visuel {
  max-width: 600px;
  height: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 992px) {
  .chiffres-cles-section .chiffre-visuel {
    max-width: 300px;
  }
}
.chiffres-cles-section .chiffre-content {
  text-align: left;
  margin-left: 20px;
}
@media (max-width: 992px) {
  .chiffres-cles-section .chiffre-content {
    text-align: center;
  }
}
.chiffres-cles-section .chiffre-content .chiffre-valeur {
  font-family: "Poppins";
  font-size: 104px;
  font-style: normal;
  font-weight: 600;
  margin-left: -50px;
  margin-bottom: -20px;
}
.chiffres-cles-section .chiffre-content .chiffre-valeur:before {
  content: "+";
  font-size: 64px;
}
.chiffres-cles-section .chiffre-content .chiffre-label {
  font-family: "Poppins";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
}
.chiffres-cles-section .chiffre-content .chiffre-texte {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

/* ======================================= */
/* SECTION EXPERTISES                       */
/* ======================================= */
.expertises-section {
  text-align: center;
}
.expertises-section .expertises-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .expertises-section .expertises-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .expertises-section .expertises-grid {
    grid-template-columns: 1fr;
  }
}
.expertises-section .expertise-item {
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
  height: 300px;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.expertises-section .expertise-item .expertise-content {
  padding: 24px;
  height: 100%;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.expertises-section .expertise-item .expertise-icon {
  max-width: 40px;
  height: auto;
}
.expertises-section .expertise-item .expertise-nom {
  font-family: "Poppins";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  margin: 5px 0;
}
.expertises-section .expertise-item .expertise-texte {
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

/* ======================================= */
/* SECTION ENGAGEMENTS                      */
/* ======================================= */
.engagements-section {
  padding-bottom: 80px;
}
.engagements-section .engagements-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .engagements-section .engagements-grid {
    grid-template-columns: 1fr;
  }
}
.engagements-section .engagement-col {
  position: relative;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  overflow: hidden;
  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;
}
.engagements-section .engagement-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  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;
  height: 100%;
}
.engagements-section .engagement-col li {
  padding: 24px 18px 30px 18px;
  color: #232323;
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
  margin-top: -16px;
  position: relative;
  background-color: transparent;
  font-family: "Poppins";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
}
.engagements-section .engagement-col li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300%;
  -webkit-border-radius: 8px 8px 0 0;
          border-radius: 8px 8px 0 0;
  z-index: -1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.engagements-section .engagement-col li:first-child {
  margin-top: 0;
  z-index: 1;
  padding-top: 20px;
}
.engagements-section .engagement-col li:first-child::before {
  background-color: color-mix(in srgb, rgb(var(--bg-rgb)) 20%, white);
}
.engagements-section .engagement-col li:nth-child(2) {
  z-index: 2;
}
.engagements-section .engagement-col li:nth-child(2)::before {
  background-color: color-mix(in srgb, rgb(var(--bg-rgb)) 50%, white);
}
.engagements-section .engagement-col li:nth-child(3) {
  z-index: 3;
}
.engagements-section .engagement-col li:nth-child(3)::before {
  background-color: color-mix(in srgb, rgb(var(--bg-rgb)) 75%, white);
}
.engagements-section .engagement-col li:last-child {
  z-index: 4;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 140px;
}
.engagements-section .engagement-col li:last-child::before {
  background-color: color-mix(in srgb, rgb(var(--bg-rgb)) 100%, white);
}
.engagements-section .icon-wrapper {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 10;
  pointer-events: none;
}
.engagements-section .engagement-icon {
  max-width: 48px;
  height: auto;
  display: block;
}

/* ======================================= */
/* SECTION CLIENTS                          */
/* ======================================= */
.clients-section {
  margin-bottom: 80px;
}
.clients-section .clients-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 32px;
}
.clients-section .client-logo {
  text-align: center;
}
.clients-section .client-logo img {
  max-height: 80px;
  width: auto;
}
@media (max-width: 768px) {
  .clients-section .client-logo img {
    max-height: 40px;
  }
}

/* ======================================= */
/* SECTION FORMULAIRE (BAS)                 */
/* ======================================= */
.form-section-bas {
  margin-bottom: 80px;
}
.form-section-bas .form-container-bas {
  margin-top: 0 !important;
  background-color: #232323;
  padding: 80px 48px 24px;
}
.form-section-bas .form-container-bas .form-left,
.form-section-bas .form-container-bas .form-right {
  max-width: 50%;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 992px) {
  .form-section-bas .form-container-bas .form-left,
.form-section-bas .form-container-bas .form-right {
    max-width: 100%;
    gap: 0;
  }
}
.form-section-bas .form-container-bas .form-right {
  margin-top: 48px;
}
.form-section-bas .form-container-bas .submit-ctn p {
  border: 1px solid #232323 !important;
}
.form-section-bas .form-container-bas .submit-ctn p input {
  border: none !important;
}
.form-section-bas .form-container-bas .submit-ctn p input:hover {
  color: #232323 !important;
}
.form-section-bas .form-container-bas .submit-ctn p::before {
  background-color: #ffffff !important;
}
.form-section-bas .wpcf7-form-control {
  background: transparent;
  border-bottom: 1px solid #ffffff !important;
}
.form-section-bas .small-p,
.form-section-bas .small-p p {
  font-family: "Poppins";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  color: #5B5B5B;
}
.form-section-bas .small-p p,
.form-section-bas .small-p p p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  margin-bottom: 0;
}
.form-section-bas .small-p p a,
.form-section-bas .small-p p p a {
  color: #5B5B5B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.form-section-bas .small-p p a:hover,
.form-section-bas .small-p p p a:hover {
  text-decoration: underline;
}
.form-section-bas h3,
.form-section-bas h3 strong {
  color: #ffffff !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
  max-width: 85% !important;
  font-size: 56px !important;
  font-style: normal !important;
}
@media (max-width: 992px) {
  .form-section-bas h3,
.form-section-bas h3 strong {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .form-section-bas .form-logo-op {
    display: none;
  }
}
.form-section-bas .form-subtitle {
  margin-top: 20px;
}
.form-section-bas .form-title p {
  color: var(--Grey-02, #B8B8B8);
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}

[data-scroll] {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.03, 0.3, 0.98);
          transition-timing-function: cubic-bezier(0.6, -0.03, 0.3, 0.98);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  will-change: opacity, transform;
}

[data-scroll].is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-scroll-hero] {
  background-position: bottom 0px center;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(1, -0.05, 0.59, 0.95);
          transition-timing-function: cubic-bezier(1, -0.05, 0.59, 0.95);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  will-change: background-position;
}

@media (max-width: 992px) {
  [data-scroll-hero] {
    background-position: bottom 0px center !important;
  }

  [data-scroll-hero].is-inview {
    background-position: bottom 300px center !important;
  }
}
[data-scroll-hero].is-inview {
  background-position: bottom -100px center;
}