@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.maincolor {
  color: #0B5060;
}

.sndcolor {
  color: #D9F5ED;
}

.thirdcolor {
  color: #7CE797;
}

.fourthcolor {
  color: #6DC1AC;
}

.dark {
  color: #747474;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.text {
  color: #414B5A;
}

.bgmain {
  background: #0B5060;
}

.bgsnd {
  background: #D9F5ED;
}

.bgthird {
  background: #7CE797;
}

.bgfourth {
  background: #6DC1AC;
}

.bgdark {
  background: #747474;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #747474;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #414B5A;
}

.bgtransparent {
  background: transparent;
}

.bgmaingradient {
  background: linear-gradient(180deg, rgb(11, 80, 96) 10%, rgb(255, 255, 255) 0%);
}

html, body {
  color: #414B5A;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1145px;
  }
}
* {
  font-family: "Manrope", sans-serif;
}

html, body {
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.32px;
  font-style: normal;
  font-weight: 400;
}

.heading {
  font-family: "Manrope", sans-serif;
}
.heading--n1 {
  font-size: clamp(2.375rem, 2.1414rem + 0.9836vw, 3.125rem);
  line-height: clamp(2.8125rem, 2.54rem + 1.1475vw, 3.6875rem);
  letter-spacing: 1%;
  font-weight: 700;
}
.heading--n2 {
  font-size: clamp(2.1875rem, 2.0318rem + 0.6557vw, 2.6875rem);
  line-height: clamp(2.3125rem, 2.0594rem + 1.0656vw, 3.125rem);
  font-weight: 700;
  letter-spacing: 0%;
}
.heading--n3 {
  font-size: clamp(1.875rem, 1.7193rem + 0.6557vw, 2.375rem);
  line-height: normal;
  font-weight: 300;
  letter-spacing: -1%;
}
.heading--n4 {
  font-size: clamp(1.5rem, 1.4221rem + 0.3279vw, 1.75rem);
  line-height: 33px;
  font-weight: 500;
  letter-spacing: 0%;
}
.heading--n5 {
  font-size: clamp(1.25rem, 1.2111rem + 0.1639vw, 1.375rem);
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0%;
}

.label-s {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 7%;
}

.label-m {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 0%;
}

.legend {
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.22px;
}

span {
  line-height: inherit;
}

hr {
  border: none;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  padding: 0px;
  list-style-type: none;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f35 {
  font-size: 35px;
}

.f40 {
  font-size: 40px;
}

.l43 {
  line-height: 43px;
}

.l35 {
  line-height: 35px;
}

.l30 {
  line-height: 30px;
}

.l25 {
  line-height: 25px;
}

.l22 {
  line-height: 22px;
}

.l18 {
  line-height: 19px;
}

.l18 {
  line-height: 18px;
}

.l16 {
  line-height: 16px;
}

.l20 {
  line-height: 20px;
}

.l15 {
  line-height: 15px;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 900;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 12px 20px;
  transition: 0.3s;
  border-radius: 24px;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #0B5060;
  color: white;
  border: 1px solid #0B5060;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #0B5060;
  border: 1px solid #0B5060;
}
.btn--main-outline {
  background: #FFFFFF;
  color: #0B5060;
  border: 1px solid #0B5060;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #0B5060;
  color: #FFFFFF;
  border: 1px solid #0B5060;
}
.btn--white {
  background: #FFFFFF;
  color: #0B5060;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: #0B5060;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn--white-outline {
  background: #FFFFFF;
  color: #0B5060;
  border: 1px solid #0B5060;
}
.btn--white-outline:hover, .btn--white-outline:focus, .btn--white-outline:active {
  background: #0B5060;
  color: #FFFFFF;
  border: 1px solid #0B5060;
}
.btn--third {
  background: #7CE797;
  color: #FFFFFF;
}
.btn--third:hover, .btn--third:focus, .btn--third:active {
  background: #FFFFFF;
  color: #7CE797;
  border: 1px solid #7CE797;
}
.btn--fourth {
  background: #6DC1AC;
  color: #FFFFFF;
}
.btn--fourth:hover, .btn--fourth:focus, .btn--fourth:active {
  background: #FFFFFF;
  color: #6DC1AC;
  border: 1px solid #6DC1AC;
}

form {
  position: relative;
}
form label {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0;
}
form input {
  border: 1px solid #ABABAB;
  height: 40px;
  padding: 5px 0;
  color: #FFFFFF;
  background: transparent;
  display: block;
  width: 100%;
  margin: 13px 0 30px 0;
  border-radius: 21px;
  padding: 8px 11px 8px 19px;
}
form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #0B5060;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #FFFFFF;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #ABABAB;
  padding: 8px 11px 8px 19px;
  color: #FFFFFF;
  background: transparent;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 21px;
  height: 100px;
}
form textarea::placeholder {
  color: #FFFFFF;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  margin: 32px 0px;
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}
form .msg_required {
  color: #FFFFFF;
}
form #form_done, form #form_fail {
  display: none;
}
@media screen and (min-width: 768px) {
  form label {
    color: #0E0F2B;
  }
  form input {
    color: #0E0F2B;
  }
  form input::placeholder {
    color: #0E0F2B;
  }
  form textarea {
    color: #0E0F2B;
  }
  form textarea::placeholder {
    color: #0E0F2B;
  }
  form label.checking {
    color: #0E0F2B;
  }
  form label.checking::before {
    border: 1px solid #0E0F2B;
  }
  form .msg_required {
    color: #0E0F2B;
  }
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 768px) {
  .rank-math-breadcrumb {
    display: block;
    position: absolute;
    z-index: 2;
    left: 1rem;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}
.rank-math-breadcrumb a {
  color: #FFFFFF;
}
.rank-math-breadcrumb a:hover, .rank-math-breadcrumb a:focus, .rank-math-breadcrumb a:active {
  color: #7CE797;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #0B5060;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #0B5060;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #0B5060;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

/****** HERO ******/
.hero {
  padding-top: 91px;
  padding-bottom: 142px;
  padding-inline: 30px;
  background: #0B5060;
  position: relative;
}
.hero__img {
  border-radius: 0px 270px 0px 270px;
  position: relative;
  z-index: 3;
}
.hero__img-deco {
  position: relative;
}
.hero__img-deco::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url("../../assets/images/deco_leave.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
  top: 20px;
  right: 70px;
  z-index: 6;
}
.hero__img-wrapper {
  position: relative;
  border-radius: 0px 270px 0px 270px;
  z-index: 2;
}
.hero__img-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/deco_hero_after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 340px;
  height: 340px;
  bottom: 50px;
  left: 150px;
  transform: rotate(10deg);
  z-index: 0;
  pointer-events: none;
}
.hero__img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 270px 0px 270px;
  width: 100%;
  height: 100%;
  background: linear-gradient(125deg, rgba(107, 191, 165, 0) 31.35%, #6BBFA5 100%);
  z-index: 4;
}
.hero__title {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media screen and (min-width: 476px) {
  .hero__img-deco::before {
    width: 86px;
    height: 86px;
  }
}
@media screen and (min-width: 576px) {
  .hero__img-wrapper::before {
    width: 413px;
    height: 413px;
    left: 250px;
    bottom: 100px;
    transform: rotate(-2deg);
  }
}
@media screen and (min-width: 768px) {
  .hero__img {
    width: 100%;
  }
  .hero__img-wrapper::before {
    left: unset;
    width: 336px;
    height: 336px;
    bottom: 100px;
    right: -220px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    position: relative;
    padding-top: 19px;
    padding-bottom: 40px;
    padding-inline: unset;
  }
  .hero::before {
    content: "";
    position: absolute;
    bottom: -120px;
    left: calc(50% - 1065px);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 356px;
    height: 509px;
    background-image: url("../../assets/images/deco_leaves.svg");
  }
  .hero__title {
    margin-top: 83px;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: clamp(2.375rem, 2.1414rem + 0.9836vw, 3.125rem);
    line-height: clamp(2.8125rem, 2.54rem + 1.1475vw, 3.6875rem);
    font-style: normal;
  }
  .hero__title span {
    font-weight: 700;
  }
  .hero__img-wrapper {
    position: relative;
  }
  .hero__img-wrapper::before {
    width: 572px;
    height: 572px;
    bottom: 135px;
    right: -470px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__img-wrapper::before {
    bottom: 135px;
    right: -431px;
  }
}

/****** Services Cards ******/
.service-cards {
  background: #FFFFFF;
  margin-top: -90px;
}
.service-cards .service-card {
  z-index: 102;
  position: relative;
  margin-bottom: 20px;
}
.service-cards .service-card__wrapper {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 19px 24px 24px 24px;
  gap: 8px;
  width: 100%;
  min-height: 182px;
  max-height: 182px;
  height: 182px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.service-cards .service-card__wrapper::before {
  content: "";
  position: absolute;
  bottom: 40px;
  top: unset;
  right: 28px;
  z-index: 2;
  width: 41px;
  height: 41px;
  background-image: url("../../assets/images/arrow_forward.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.service-cards .service-card__wrapper:hover {
  transform: translate(5px, 5px);
}
.service-cards .service-card__icon {
  width: 83px;
  height: 83px;
}
.service-cards .service-card__link {
  text-decoration: none;
  width: 76%;
  color: #0B5060;
  word-break: keep-all;
  overflow-wrap: normal;
}
@media screen and (min-width: 768px) {
  .service-cards .service-card:first-child {
    margin-top: 0px;
  }
  .service-cards .service-card:first-child .service-card__link {
    margin-top: 15px;
  }
  .service-cards .service-card__wrapper::before {
    bottom: unset;
    top: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .service-cards .service-card__wrapper::before {
    top: unset;
    bottom: 28px;
  }
}

/****** Qui sommes-nous ******/
.who {
  padding-top: 70px;
  padding-bottom: 169px;
  position: relative;
  background-color: #FFFFFF;
}
.who::before {
  content: "";
  position: absolute;
  bottom: -245px;
  right: calc(50% - 985px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 356px;
  height: 509px;
  background-image: url("../../assets/images/deco_leaves.svg");
}
.who__content-wrapper {
  width: 100%;
}
.who__separator {
  height: 2px;
  width: 72px;
  background-color: #7CE797;
  margin-block: 32px;
  opacity: 1;
}
.who__image {
  border-radius: 32px;
}
.who__button {
  margin-block: 32px 60px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .who__content-wrapper {
    margin: 73px 0px 0px 98px;
  }
  .who__content {
    width: 80%;
    margin-bottom: 38px;
    padding-right: 10px;
  }
  .who__button {
    margin-block: unset;
    width: fit-content;
  }
}

/****** Services ******/
.services {
  padding-block: 124px 155px;
  background-image: url("../../assets/images/background_services.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  border-radius: 56px 56px 0px 0px;
  position: relative;
}
.services::before {
  content: "";
  position: absolute;
  bottom: -184px;
  left: calc(50% - 748px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 356px;
  height: 509px;
  background-image: url("../../assets/images/deco_leaves.svg");
}
.services::after {
  content: "";
  position: absolute;
  bottom: -43px;
  right: calc(50% - 572px);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 86px;
  height: 86px;
  background-image: url("../../assets/images/deco_leave.svg");
  z-index: 2;
}
.services__link {
  display: flex;
  justify-content: center;
  padding: 12px 20px;
  white-space: nowrap;
  position: absolute;
  bottom: 49px;
  left: 0;
}
.services__box {
  border-radius: 32px;
  border: 1px solid #7CE797;
  gap: 24px;
  padding: 32px;
  margin-bottom: 30px;
  color: #FFFFFF;
  position: relative;
}
.services__box::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-image: url("../../assets/images/ic_arrow_forward_services.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.services__box:hover {
  scale: 0.95;
}
.services__box ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.services__box ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 10px;
}
.services__box ul li:last-child {
  padding-top: 10px;
}
.services__title {
  text-align: center;
}
.services__title span:last-child {
  display: block;
  width: fit-content;
  margin-top: 13.5px;
  justify-self: center;
  margin-right: 86px;
  padding: 10px 24px 16px 24px;
  border-radius: 56.5px 0px;
  border: 1px solid #FFFFFF;
  position: relative;
}
.services__title span:last-child::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -86px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 86px;
  height: 86px;
  background-image: url("../../assets/images/deco_leave.svg");
}
@media screen and (min-width: 992px) {
  .services {
    padding-block: 124px 96px;
    border-radius: 128px 128px 0px 0px;
  }
  .services__title {
    text-align: unset;
  }
  .services__title span:last-child {
    justify-self: unset;
  }
  .services__link {
    top: 340px;
    display: inline-block;
    bottom: unset;
    left: unset;
  }
}

/****** Références ******/
.references {
  padding-block: 126px 165px;
  position: relative;
  background-color: #FFFFFF;
}
.references::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 950px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 558px;
  height: 905px;
  background-image: url("../../assets/images/deco_ref_before.svg");
}
.references::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/images/deco_ref_after.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 558px;
  height: 729px;
  top: 95px;
  right: calc(50% - 980px);
  z-index: 1;
}
.references__separator {
  height: 2px;
  width: 86px;
  background-color: #7CE797;
  margin: 30px auto;
  opacity: 1;
}
.references__chapo {
  margin-bottom: 63px;
}
.references__btn {
  margin-top: 102px;
}
.references__btn a {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .references__btn a {
    width: fit-content;
  }
}

/****** Ils nous font confiance ******/
.customers {
  padding-block: 140px 123px;
  background-image: url("../../assets/images/bg_customers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}
.customers .container {
  position: relative;
  z-index: 2;
  padding-bottom: 47px;
}
.customers .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90vw;
  height: 100%;
  background-color: #0B5060;
  border-radius: 40px;
  z-index: -1;
}
.customers .container::after {
  content: "";
  position: absolute;
  top: -43px;
  right: calc(50% - 65px);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 86px;
  height: 86px;
  background-image: url("../../assets/images/deco_white_leave.svg");
  z-index: 2;
}
.customers__title {
  text-align: center;
  margin-block: 73px 31px;
}
.customers__logo-wrapper {
  display: none;
}
.customers__logo-wrapper:nth-child(-n+6) {
  display: flex;
  justify-content: center;
}
.customers__logo-wrapper:nth-child(even) {
  border-right: unset;
}
.customers__logo {
  padding: 30px 15px 35px 15px;
  width: 167px;
  min-width: 167px;
}
.customers .border-logo-right:nth-child(odd) {
  border-right: 1px solid rgba(133, 189, 202, 0.3);
}
.customers .border-logo-bottom:nth-child(-n+4) {
  border-bottom: 1px solid rgba(133, 189, 202, 0.3);
}
@media screen and (min-width: 992px) {
  .customers__title {
    text-align: unset;
  }
}
@media screen and (min-width: 1200px) {
  .customers__logo-wrapper {
    display: block;
  }
  .customers .border-logo-right {
    border-right: 1px solid rgba(133, 189, 202, 0.3);
  }
  .customers .border-logo-bottom {
    border-bottom: 1px solid rgba(133, 189, 202, 0.3);
  }
}

/****** Rejoindre l'équipe ******/
.team {
  padding-block: 124px 75px;
  background-color: #0B5060;
  position: relative;
}
.team .team__wrapper {
  padding-inline: 30px;
  padding-block: 71px 481px;
  border-radius: 40px;
  border: 1px solid #7CE797;
  position: relative;
}
.team .team__wrapper::before {
  content: "";
  position: absolute;
  rotate: -90deg;
  top: -43px;
  left: 99px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 86px;
  height: 86px;
  background-image: url("../../assets/images/deco_leave.svg");
  z-index: 2;
}
.team__content {
  height: 100%;
  position: relative;
  z-index: 2;
  padding-block: 24px 24px;
}
.team__image-wrapper {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.team__image-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}
.team__btn {
  width: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .team .team__wrapper {
    padding-block: 71px 581px;
  }
}
@media screen and (min-width: 768px) {
  .team .team__wrapper {
    padding-block: 71px 481px;
  }
  .team__btn {
    width: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .team .team__wrapper {
    padding-block: 71px 81px;
  }
  .team__image-wrapper {
    position: absolute;
    bottom: 0;
    left: 300px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
  }
  .team__image-wrapper img {
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .team__image-wrapper {
    left: 250px;
  }
}

/****** LES ACTUALITES ******/
.news {
  padding-block: 80px 80px;
  background-color: #FFFFFF;
}
.news__wrapper-news {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0px;
  position: relative;
}
.news__chapo {
  display: block;
  margin-bottom: 80px;
  margin-top: 24px;
  width: 100%;
}
.news__separator {
  width: 86px;
  height: 4px;
  opacity: 1;
  background-color: #7CE797;
}
.news__info > h3, .news__info > p {
  color: #414B5A;
}
.news__readmore {
  color: #0B5060;
}
.news__info {
  padding-block: 32px;
  padding-inline: 10px;
  min-height: 360px;
  gap: 16px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 0px 0px 32px 32px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}
.news__img {
  width: 100%;
  height: 252px;
  max-height: 252px;
}
.news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 32px 32px 0px 0px;
}
.news__content:hover {
  transform: translate(5px, 5px) !important;
}
.news__btn {
  width: 100%;
}
.news .new {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .news__btn {
    width: fit-content;
  }
}

/****** Contactez-nous ******/
.contact {
  padding-block: 80px 80px;
  background-color: #0B5060;
  position: relative;
}
.contact__image-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
}
.contact__image-wrapper::before {
  content: "";
  position: absolute;
  bottom: calc(0% - 43px);
  left: calc(50% - 43px);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 86px;
  height: 86px;
  background-image: url("../../assets/images/deco_leave.svg");
  z-index: 2;
  rotate: 90deg;
}
.contact__image {
  border-radius: 80px 0px 0px 0px;
  position: relative;
  object-fit: cover;
  object-position: center top;
}
.contact__btn {
  margin-top: 48px;
  margin-inline: auto;
  width: 80%;
}
.contact__title {
  text-align: start;
  justify-self: center;
  margin-top: 70%;
}
.contact h2 span:last-of-type {
  font-weight: 100;
}
@media screen and (min-width: 576px) {
  .contact__btn {
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .contact__image-wrapper {
    background-color: #0B5060;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    height: 100%;
  }
  .contact__image-wrapper::before {
    top: calc(50% - 43px);
    left: calc(0% - 43px);
  }
  .contact__image {
    height: 100%;
  }
  .contact__title {
    margin-top: 0px;
    padding: 0px;
    text-align: unset;
    justify-self: unset;
  }
  .contact__btn {
    margin-inline: unset;
  }
}
@media screen and (min-width: 992px) {
  .contact__image-wrapper {
    width: 50%;
  }
}

.woocommerce-info {
  border-top-color: #0B5060 !important;
}
.woocommerce-info::before {
  color: #0B5060 !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #0B5060;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

/* purgecss start ignore */
.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  padding-block: 14.5px;
  z-index: 999;
}
@media screen and (min-width: 992px) {
  .header {
    background: transparent;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  }
}

.header__nav {
  display: none;
  bottom: 0px;
  position: absolute;
  transform: translate(-50%, 100%);
  width: 100vw;
  left: 50%;
  padding-block: 30px;
  padding-inline: 24px;
  z-index: 99;
  height: calc(100vh - 80px);
  overflow-y: auto;
}
.header__nav ul:first-of-type {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header__nav {
    display: block;
    transform: none;
    background: transparent;
    width: 100%;
    position: static;
    padding-block: 0;
    padding-inline: 0;
    height: unset;
    overflow-y: unset;
  }
}

.header__logo {
  width: 107px;
  height: 52px;
}
@media screen and (min-width: 992px) {
  .header__logo {
    width: 165px;
    height: 82px;
  }
}

li:has(.header__list__item):nth-child(5) {
  position: relative;
  z-index: 7;
}

.header__list__item {
  font-size: 22px;
  display: block;
  margin-block: 20px;
}
@media screen and (min-width: 992px) {
  .header__list__item {
    font-size: 16px;
    margin-block: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header__list__item {
    font-size: 18px;
  }
}
.header__list__item:not(.btn):hover, .header__list__item:not(.btn):focus, .header__list__item:not(.btn):active {
  transition: 0.3s;
  color: #6DC1AC;
}

@media screen and (min-width: 992px) {
  .header__list__item:has(+ .header__sublist) {
    display: flex;
    gap: 7px;
    align-items: center;
    cursor: pointer;
  }
  .header__list__item:has(+ .header__sublist)::after {
    margin-top: 5px;
    transition: 0.3s;
    content: url("../images/chevron_bas.svg");
  }
  .header__list__item:has(+ .header__sublist):hover::after, .header__list__item:has(+ .header__sublist):active::after, .header__list__item:has(+ .header__sublist):focus::after {
    transform: rotate(180deg);
    transition: 0.3s;
  }
}

.header__sublist {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100vw;
  position: relative;
  z-index: 9999;
}
.header__sublist li {
  position: relative;
}
.header__sublist li::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 75px;
  height: 75px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.header__sublist li:nth-child(1)::before {
  background-image: url("../../assets/images/ic_biodiversity.svg");
}
.header__sublist li:nth-child(2)::before {
  background-image: url("../../assets/images/ic_water.svg");
}
.header__sublist li:nth-child(3)::before {
  background-image: url("../../assets/images/ic_folders.svg");
}
.header__sublist li:nth-child(4)::before {
  background-image: url("../../assets/images/ic_amo.svg");
}
@media screen and (min-width: 992px) {
  .header__sublist {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    transform: translateY(100%);
    display: none;
    padding: 40px 50px;
    background: #FFFFFF;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
    flex-direction: row;
    gap: 30px;
    justify-content: space-between;
  }
  .header__sublist li::before {
    top: 19px;
    left: 24px;
    z-index: 2;
    width: 83px;
    height: 83px;
  }
}

.header__sublist__item {
  text-align: start;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 120px;
  margin-top: 8px;
  border: 1px solid #7CE797;
  border-radius: 24px;
  padding: 16px 16px 16px 120px;
}
@media screen and (min-width: 992px) {
  .header__sublist__item {
    color: #0B5060;
    border: none;
    align-items: flex-end;
    text-align: left;
    transition: 0.3sx;
    position: relative;
    background-color: #F0FFFA;
    padding: 19px 24px 24px 24px;
    gap: 8px;
    width: 100%;
    min-height: 182px;
    min-width: 200px;
    margin-left: 0px;
  }
  .header__sublist__item::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
    width: 41px;
    height: 41px;
    background-image: url("../../assets/images/arrow_forward.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .header__sublist__item span {
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .header__sublist__item {
    min-width: 264px;
  }
  .header__sublist__item::before {
    top: unset;
    bottom: 24px;
  }
}

.header__sublist__link {
  display: block;
  color: #0B5060;
  text-align: end;
  padding: 12px 20px;
  margin-top: 40px;
}

/* purgecss end ignore */
@media screen and (max-width: 992px) {
  .header__btn--mobile {
    position: absolute;
    top: 23px;
    right: 29px;
    background-color: transparent;
    border: none;
    display: flex;
    padding: 0;
    gap: 16px;
  }
  .header__btn--mobile a img {
    height: 52px;
    width: 52px;
  }
  #phone {
    cursor: pointer;
  }
  #burger {
    cursor: pointer;
  }
  #burger.opened {
    z-index: 100000000000;
  }
  header.open {
    height: 81px;
    position: relative;
  }
  header.open::before {
    content: "";
    position: absolute;
    top: 0;
    left: -160px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 356px;
    height: 509px;
    background-image: url("../../assets/images/deco_leaves.svg");
  }
  header.open .header__logo-wrapper {
    display: none;
  }
  header.open .header__sublist__link {
    padding-bottom: 32px;
    justify-self: center;
  }
  header.open .header__sublist__link.home-header {
    color: #FFFFFF;
  }
  header.open .header__sublist__item.home-header {
    color: #FFFFFF;
  }
  header.open .header__list__item.home-header:not(.btn, p) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-block: 32px;
    margin-block: 0;
  }
  header.open .header__list__item.not-home-header:not(.btn, p) {
    padding-block: 32px;
    margin-block: 0;
    border-top: 1px solid rgba(124, 231, 151, 0.2);
  }
  header.open .header__list__item.btn {
    border-radius: 999px;
    width: 100%;
    background: #6DC1AC;
    color: #FFFFFF;
  }
  header.open .header__list__item.btn:hover, header.open .header__list__item.btn:focus, header.open .header__list__item.btn:active {
    background: #FFFFFF;
    color: #6DC1AC;
    border: 1px solid #6DC1AC;
  }
  header.open p.header__list__item {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 992px) {
  .header__list__item:has(+ .header__sublist.open) {
    position: relative;
  }
  .header__list__item:has(+ .header__sublist.open)::before {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 8px 8px 0 0;
    background-color: #7CE797;
  }
}
.home-header {
  color: #FFFFFF;
}

.header__sublist__item.home-header {
  color: #0B5060;
}

.header__sublist__link.home-header {
  color: #0B5060;
}

.not-home-header {
  color: #0B5060;
}

.not-home-header.btn {
  color: #FFFFFF;
}
.not-home-header.btn:hover, .not-home-header.btn:focus, .not-home-header.btn:active {
  color: #0B5060;
}

.header--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

footer {
  background: #D9F5ED;
  padding-block: 42px 114px;
  position: relative;
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  top: 138px;
  right: calc(50% - 990px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 356px;
  height: 509px;
  background-image: url("../../assets/images/deco_leaves.svg");
}
footer .footer__title {
  text-transform: uppercase;
  color: #6DC1AC;
  padding-bottom: 8px;
  display: inline-block;
}
footer .footer__separator {
  height: 1px;
  width: 100%;
  background-color: #6DC1AC;
  opacity: 1;
}
footer .footer__separator:first-of-type {
  margin-block: 30px 40px;
}
footer .footer__separator:last-of-type {
  margin-block: 44px 25px;
}
footer .footer__logo-ece {
  max-width: 222px;
}
footer .footer__logo-opqibi {
  max-width: 178px;
}
footer .footer__icone {
  max-width: 24px;
  max-height: 24px;
}
footer .footer__services-left {
  margin: auto 0;
}
@media screen and (max-width: 992px) {
  footer .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
  }
  footer .row div:nth-child(1) {
    order: 2;
  }
  footer .row div:nth-child(2) {
    order: 3;
  }
  footer .row div:nth-child(3) {
    order: 4;
  }
  footer .row div:nth-child(4) {
    order: 5;
  }
  footer .row div:nth-child(6) {
    order: 1;
    position: relative;
    padding-bottom: 25px;
  }
  footer .row div:nth-child(6)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 90%;
    height: 1px;
    background-color: #6DC1AC;
    opacity: 1;
  }
  footer .row div:nth-child(7) {
    display: none;
  }
  footer .row div:nth-child(8) {
    display: none;
  }
  footer .row div:nth-child(9) {
    order: 9;
    position: relative;
    padding-bottom: 25px;
  }
  footer .row div:nth-child(9)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3%;
    width: 90%;
    height: 1px;
    background-color: #6DC1AC;
    opacity: 1;
  }
  footer .row div:last-child {
    order: 10;
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  footer .row .footer__separator {
    display: none;
  }
}

.reference {
  margin-bottom: 30px;
  max-height: 341px;
  min-height: 341px;
  position: relative;
  z-index: 2;
}
.reference__card {
  position: relative;
  border-radius: 12px;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
  height: 100%;
  pointer-events: none;
  cursor: default;
}
.reference__card:hover {
  transform: translateY(-5px);
}
.reference__card:hover .reference__image {
  transform: scale(1.05);
}
.reference__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.reference__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(11, 80, 96, 0) 0%, #0B5060 100%);
}
.reference__content::before {
  content: "";
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 3;
  width: 41px;
  height: 41px;
  background-image: url("../../assets/images/arrow_forward.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.reference__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.reference__category {
  background: #D9F5ED;
  color: #0B5060;
  padding: 5px 8px 6px 8px;
  border-radius: 24px;
  font-size: 14px;
  display: inline-block;
}
.reference__title {
  color: #FFFFFF;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}

.hero-services {
  background-color: #D9F5ED;
  padding-block: 64px 283px;
}
.hero-services__title span:nth-child(1) {
  color: #6DC1AC;
  font-weight: 500;
}
.hero-services__content {
  margin-top: 39px;
  width: 80%;
  margin-bottom: 50px;
}
.hero-services__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 99999px;
  overflow: hidden;
}
.hero-services__image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
.hero-services__image-wrapper::before {
  content: "";
  position: absolute;
  top: 37px;
  right: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 86px;
  height: 86px;
  background-image: url("../../assets/images/deco_leave.svg");
  z-index: 2;
}
.hero-services__image-wrapper::after {
  content: "";
  position: absolute;
  bottom: -116px;
  left: -91px;
  rotate: -4deg;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 337px;
  height: 337px;
  background-image: url("../../assets/images/deco_hero_services.svg");
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .hero-services__content {
    margin-bottom: unset;
  }
  .hero-services__image-wrapper {
    display: block;
  }
  .hero-services__image-wrapper::before {
    top: 14px;
    right: 0px;
    width: 66px;
    height: 66px;
  }
  .hero-services__image-wrapper::after {
    bottom: -99px;
    left: -53px;
    width: 257px;
    height: 257px;
    rotate: -11deg;
  }
}
@media screen and (min-width: 992px) {
  .hero-services__image-wrapper::before {
    top: 37px;
    right: 9px;
  }
  .hero-services__image-wrapper::after {
    bottom: -116px;
    left: -91px;
    width: 337px;
    height: 337px;
    rotate: -4deg;
  }
}

.biodiversity {
  background-color: #0B5060;
  border-radius: 78px 78px 0px 0px;
  padding-block: 100px 276px;
  margin-top: -128px;
  position: relative;
}
.biodiversity::before {
  content: "";
  position: absolute;
  top: 356px;
  left: calc(50% - 1060px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 356px;
  height: 509px;
  background-image: url("../../assets/images/deco_leaves.svg");
}
.biodiversity .service__image-wrapper::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 189px;
  height: 189px;
  background-image: url("../../assets/images/ic_biodiversity.svg");
}
@media screen and (min-width: 768px) {
  .biodiversity {
    border-radius: 128px 128px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .biodiversity {
    padding-block: 231px 376px;
  }
}

.water {
  background-color: #FFFFFF;
  border-radius: 78px 78px 0px 0px;
  padding-block: 100px 178px;
  margin-top: -128px;
  position: relative;
}
.water::before {
  content: "";
  position: absolute;
  top: 496px;
  right: calc(50% - 1140px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 356px;
  height: 509px;
  background-image: url("../../assets/images/deco_leaves.svg");
}
.water .service__image-wrapper::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 189px;
  height: 189px;
  background-image: url("../../assets/images/ic_water.svg");
}
@media screen and (min-width: 768px) {
  .water {
    border-radius: 128px 128px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .water {
    padding-block: 182px 178px;
  }
}

.folders {
  background-color: #D9F5ED;
  border-radius: 78px 78px 0px 0px;
  padding-block: 100px 178px;
}
.folders .service__image-wrapper::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: center;
  background-image: url("../../assets/images/ic_folders_services.svg");
}
@media screen and (min-width: 768px) {
  .folders {
    border-radius: 128px 128px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .folders {
    padding-block: 182px 178px;
  }
}

.amo {
  margin-top: -128px;
  background-color: #FFFFFF;
  border-radius: 78px 78px 0px 0px;
  padding-block: 100px 178px;
}
.amo .service__content-wrapper {
  margin-bottom: 95px;
}
.amo .service__image-wrapper::after {
  content: "";
  position: absolute;
  top: -38px;
  left: 3px;
  width: 166px;
  height: 166px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: center;
  background-image: url("../../assets/images/ic_amo.svg");
}
@media screen and (min-width: 768px) {
  .amo {
    border-radius: 128px 128px 0px 0px;
  }
}
@media screen and (min-width: 992px) {
  .amo {
    padding-block: 148px 105px;
  }
}

.datas {
  background-color: #FFFFFF;
  padding-bottom: 92px;
  display: none;
}
.datas .container {
  background-color: #0B5060;
  border-radius: 128px;
}
.datas__wrapper {
  height: 485px;
}

.service__content-wrapper {
  margin-left: 0px;
  padding-bottom: 50px;
}

.service__separator {
  width: 86px;
  height: 1px;
  margin-block: 39px 38px;
  opacity: 1;
}

.service__content:first-of-type {
  font-weight: 600;
}

.service__content:last-of-type {
  font-weight: 400;
}

.service__service-wrapper {
  display: flex;
  gap: 8px 0px;
}
.service__service-wrapper--border-top-white {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service__service-wrapper--border-bottom-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service__service-wrapper--border-top-gray {
  border-top: 1px solid rgba(171, 171, 171, 0.5);
}
.service__service-wrapper--border-bottom-gray {
  border-bottom: 1px solid rgba(171, 171, 171, 0.5);
}

.service__service {
  position: relative;
  padding-left: 40px;
  padding-block: 24px;
  font-weight: 400;
  margin-bottom: 0px;
}
.service__service::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 29px;
  height: 29px;
  background-image: url("../../assets/images/deco_leave.svg");
  z-index: 1;
}

.service__image-wrapper {
  width: 455px;
  height: 453px;
  position: relative;
}
.service__image-wrapper div {
  border-radius: 270px 0px 270px 0px;
  overflow: hidden;
  position: relative;
}
.service__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.has-image-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(42deg, #7CE797 0.98%, rgba(124, 231, 151, 0) 51.73%);
  z-index: 1;
}

.service__btn {
  width: 100%;
}

.services__menu {
  display: none;
}

@media screen and (min-width: 576px) {
  .service__btn {
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  .service__content-wrapper {
    margin-left: 103px;
  }
}
@media screen and (min-width: 992px) {
  .services__menu {
    position: absolute;
    top: 39px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1000;
  }
  .services__menu--fixed {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }
  .services__menu-list {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
    border-radius: 80px;
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
  }
  .services__menu-list li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 13px 16px 14px 16px;
  }
  .services__menu-list li:hover {
    text-decoration: underline;
  }
  .service__content-wrapper {
    padding-bottom: 0px;
  }
}
/****** HERO ******/
.hero-about {
  background-color: #0B5060;
  padding-block: 150px 165px;
  position: relative;
}
.hero-about::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(50% - 1060px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 847px;
  height: 444px;
  background-image: url("../../assets/images/deco_hero_about.svg");
}
.hero-about__image-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .hero-about__image-wrapper {
    display: block;
    padding: 0;
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hero-about__image-wrapper div {
    position: relative;
  }
  .hero-about__image-wrapper div::after {
    content: "";
    position: absolute;
    bottom: -340px;
    left: calc(50% - 180px);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 673px;
    height: 673px;
    background-image: url("../../assets/images/deco_hero_about_after.svg");
  }
  .hero-about__image {
    min-height: 458px;
    border-radius: 0px 0px 128px 0px;
    position: relative;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
  }
}

/****** Qui sommes-nous ******/
.who-about {
  padding-top: 0px;
  padding-bottom: 137px;
  position: relative;
  background-color: #FFFFFF;
}
.who-about::before {
  content: "";
  position: absolute;
  bottom: -160px;
  right: calc(50% - 665px);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 356px;
  height: 509px;
  background-image: url("../../assets/images/deco_leaves.svg");
}
.who-about__content-wrapper {
  width: 100%;
}
.who-about__separator {
  height: 2px;
  width: 72px;
  background-color: #7CE797;
  margin-block: 32px;
  opacity: 1;
}
.who-about__image {
  border-radius: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .who-about {
    padding-top: 220px;
  }
  .who-about__content-wrapper {
    margin: 0px 0px 0px 98px;
  }
  .who-about__content {
    width: 90%;
    margin-bottom: 38px;
    padding-right: 10px;
  }
}

/****** Notre histoire ******/
.history-about {
  padding-block: 72px 119px;
  background-color: #D9F5ED;
  border-radius: 78px 78px 0px 0px;
  position: relative;
}
.history-about__separator {
  height: 2px;
  width: 86px;
  background-color: #7CE797;
  margin-block: 38px;
  opacity: 1;
}
.history-about__intro {
  margin-bottom: 150px;
  font-weight: 600;
}
.history-about__content {
  margin-top: 100px;
}
.history-about__image-wrapper {
  position: relative;
  width: 475px;
  height: 475px;
  margin: 0 auto;
  z-index: 2;
}
.history-about__image-wrapper::after {
  content: "";
  position: absolute;
  top: -90px;
  left: -73px;
  width: 487px;
  height: 487px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  background-position: center;
  background-image: url("../../assets/images/deco_img_history.svg");
}
.history-about__image-wrapper div {
  border-radius: 0px 270px 0px 270px;
  overflow: hidden;
  position: relative;
}
.history-about__image-wrapper div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgba(107, 191, 165, 0) 31.35%, #6BBFA5 100%);
  z-index: 2;
}
.history-about__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .history-about {
    border-radius: 128px 128px 0px 0px;
  }
  .history-about__image-wrapper {
    width: 475px;
    height: 475px;
  }
}
@media screen and (min-width: 992px) {
  .history-about__intro {
    margin-bottom: 0px;
  }
  .history-about__content {
    margin-top: 0px;
  }
  .history-about__image-wrapper {
    position: absolute;
    bottom: -40px;
    left: -90px;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .history-about__image-wrapper {
    left: -128px;
    bottom: -172px;
  }
}

/****** Notre équipe ******/
.team-about {
  padding-block: 223px 176px;
  position: relative;
}
.team-about::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 960px);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 908px;
  height: 562px;
  overflow: hidden;
  background-image: url("../../assets/images/deco_team_about.svg");
}
.team-about__separator {
  height: 2px;
  width: 86px;
  background-color: #7CE797;
  margin-block: 38px;
  opacity: 1;
}
.team-about__chapo {
  margin-bottom: 105px;
}
.team-about__membre {
  position: relative;
  margin-bottom: 30px;
  height: 100%;
  min-height: 363px;
  max-height: 363px;
  border-radius: 32px;
  background: linear-gradient(227deg, #0B5060 4.9%, #008986 88.25%);
}
.team-about__card {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
  height: 100%;
}
.team-about__card:hover {
  transform: translateY(-5px);
}
.team-about__btn {
  margin-bottom: 22px;
}
.team-about__card-content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.team-about__card-content img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center;
  rotate: -90deg;
}
.team-about__card-content div:hover, .team-about__card-content div:focus, .team-about__card-content div:active {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

.membre {
  position: relative;
  margin-bottom: 30px;
  min-height: 363px;
}
.membre__card {
  position: relative;
  border-radius: 32px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
  height: 100%;
}
.membre__card:hover {
  transform: translateY(-5px);
}
.membre__card:hover .membre__image {
  transform: scale(1.05);
}
.membre__card:hover .membre__content {
  display: flex;
}
.membre__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  object-position: 50% 10%;
}
.membre__content {
  position: relative;
  display: none;
  z-index: 2;
  height: 100%;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(11, 80, 96, 0) 0%, #0B5060 100%);
}

.contact-form {
  padding-block: 120px 100px;
  position: relative;
}
.contact-form::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0B5060;
  background-image: url("../../assets/images/bg_contact.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.contact-form__wrapper {
  position: relative;
  z-index: 2;
}
.contact-form__title span:last-child {
  display: block;
  width: fit-content;
  margin-top: 13.5px;
  padding: 10px 24px 16px 24px;
  border-radius: 56.5px 0px;
  border: 1px solid #FFFFFF;
  position: relative;
}
.contact-form__title span:last-child::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: -81px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 81px;
  height: 81px;
  background-image: url("../../assets/images/deco_leave.svg");
}
.contact-form__content {
  padding-block: 53px 72px;
}
.contact-form__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.contact-form__logo img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
}
.contact-form__logo-wrapper {
  display: flex;
  gap: 16px 32px;
}
.contact-form__btn {
  background: #FFFFFF;
  color: #0B5060;
}
.contact-form__btn:hover, .contact-form__btn:focus, .contact-form__btn:active {
  background: #0B5060;
  color: #FFFFFF;
  border: 1px solid #0B5060;
}
.contact-form__separator {
  margin-block: 40px;
  opacity: 0.3;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .contact-form::before {
    width: 50%;
    border-radius: 0px 128px 0px 0px;
  }
  .contact-form__btn {
    background: #0B5060;
    color: white;
    border: 1px solid #0B5060;
  }
  .contact-form__btn:hover, .contact-form__btn:focus, .contact-form__btn:active {
    background: transparent;
    color: #0B5060;
    border: 1px solid #0B5060;
  }
}

.border-logo-right {
  border-right: 1px solid rgba(133, 189, 202, 0.3);
}

.border-logo-bottom {
  border-bottom: 1px solid rgba(133, 189, 202, 0.3);
}

.hero-ref {
  padding-block: 204px 235px;
  background-color: #D9F5ED;
  border-radius: 0px 0px 128px 128px;
  position: relative;
}
.hero-ref__content {
  position: relative;
}
.hero-ref__content::before {
  content: "";
  position: absolute;
  top: -58px;
  right: calc(50% - 29px);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 58px;
  height: 58px;
  background-image: url("../../assets/images/deco_leave.svg");
  z-index: 2;
}
.hero-ref__title {
  padding-top: 30px;
}
.hero-ref__separator {
  background: #7CE797;
  opacity: 1;
  height: 2px;
  margin: 30px auto;
  width: 86px;
}
.hero-ref__categories {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 20px;
  flex-shrink: 0;
  flex-wrap: wrap;
  margin-top: 83px;
  position: relative;
  z-index: 2;
}
.hero-ref__categories a.active {
  background: #0B5060;
  color: #FFFFFF;
}
@media screen and (min-width: 992px) {
  .hero-ref::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 4px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 908px;
    height: 502px;
    background-image: url("../../assets/images/deco_hero_ref.svg");
    z-index: 1;
  }
}

.ref {
  margin-top: -168px;
  padding-bottom: 247px;
  position: relative;
  z-index: 1;
}
.ref::before {
  content: "";
  position: absolute;
  bottom: 129px;
  left: calc(50% - 751px);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 356px;
  height: 509px;
  background-image: url("../../assets/images/deco_leaves.svg");
  z-index: 0;
}

#loader {
  display: none;
}

#loadmore_container {
  margin-top: 69px;
}

html {
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

main {
  padding-top: 120px;
}

/*# sourceMappingURL=main.css.map */
