.color-gris-menthe {
  color: #F5F5F5;
}

.bg-gris-menthe,
header .menu-menu-header-fr-container,
header .menu-menu-header-en-container {
  background-color: #F5F5F5;
}

.color-menthe {
  color: #BAE2AC;
}

.bg-menthe {
  background-color: #BAE2AC;
}

.color-vert-sapin {
  color: #3D4F39;
}

.bg-vert-sapin {
  background-color: #3D4F39;
}

.color-vertdeau {
  color: #355852;
}

.bg-vertdeau {
  background-color: #355852;
}

.color-jaune {
  color: #EFCB77;
}

.bg-jaune {
  background-color: #EFCB77;
}

.color-brun {
  color: #A76D60;
}

.bg-brun {
  background-color: #A76D60;
}

.color-orange-org {
  color: #EF6351;
}

.bg-orange-org {
  background-color: #EF6351;
}

.border-jaune {
  border-color: #EFCB77;
}

.border-vertdeau {
  border-color: #355852;
}

.border-menthe {
  border-color: #BAE2AC;
}

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 160px;
  line-height: 148px;
  margin: 0;
  margin-bottom: 100px;
}

@media (max-width: 1350px) {
  h1 {
    font-size: 120px;
    line-height: 120px;
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 125px;
    line-height: 125px;
  }
}

@media (max-width: 650px) {
  h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 160px;
  }
}

h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 100px;
  line-height: 92.5px;
  margin-top: 0;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 80px;
  }
}

@media (max-width: 500px) {
  h2 {
    font-size: 48px;
    line-height: 1;
  }
}

.h2-footer {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 60px;
}

@media (max-width: 1100px) {
  .h2-footer {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  .h2-footer {
    font-size: 36px;
    line-height: 1;
  }
}

h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 37.25px;
  margin-top: 0;
}

@media (max-width: 500px) {
  h3 {
    font-size: 26px;
    line-height: 1;
  }
}

.text-xl {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 51.3px;
  margin-top: 0;
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: auto;
  height: auto;
}

@media (max-width: 1200px) {
  .text-xl {
    font-size: 28px;
    line-height: 45px;
  }
}

@media (max-width: 1000px) {
  .text-xl {
    font-size: 24px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .text-xl {
    font-size: 20px;
  }
}

.text-large-bio {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  margin-top: 0;
}

@media (max-width: 500px) {
  .text-large-bio {
    font-size: 18px;
  }
}

.text-medium {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  margin-top: 0;
}

.text-small {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 12.95px;
  margin-top: 0;
}

.titre-adresse {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}

.ring-wrap {
  position: relative;
  display: inline-flex;
  justify-content: center;
  width: auto;
  height: auto;
  margin-bottom: 34px;
}

.ring {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  display: inline-flex;
}

.uppercase {
  text-transform: uppercase;
}

.book-now-text {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
}

.titre-sociaux-logo {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

html {
  background-color: #F5F5F5;
  font-family: "Plus Jakarta Sans", sans-serif;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1280px;
}

@media (max-width: 1350px) {
  .container {
    max-width: 95%;
  }
}

@media (max-width: 500px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.row {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.flex-start-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-start;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.flex-start-between {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
}

.flex-colum-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

hr {
  border-top: 0;
  margin-top: 0;
  margin-bottom: 22px;
}

p {
  margin-top: 0;
}

.split-2-columns {
  column-count: 2;
  column-gap: 40px;
}

@media (max-width: 1100px) {
  .split-2-columns {
    column-count: 1;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.max-width-680 {
  width: 100%;
  max-width: 680px;
}

.partenaires-logos {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.wrap-partenaires {
  width: 100%;
  display: flex;
  padding-left: 0;
  margin: 0;
}

.all-partenaires {
  display: flex;
  width: 250%;
  position: relative;
  overflow: hidden;
  animation: logoslide 20s linear infinite;
}

@media (max-width: 1200px) {
  .all-partenaires {
    width: 300%;
  }
}

@media (max-width: 1050px) {
  .all-partenaires {
    width: 400%;
  }
}

@media (max-width: 750px) {
  .all-partenaires {
    width: 600%;
  }
}

@media (max-width: 500px) {
  .all-partenaires {
    width: 800%;
  }
}

.div-partenaires {
  width: 125%;
}

@media (max-width: 1200px) {
  .div-partenaires {
    width: 150%;
  }
}

@media (max-width: 1050px) {
  .div-partenaires {
    width: 200%;
  }
}

@media (max-width: 750px) {
  .div-partenaires {
    width: 300%;
  }
}

@media (max-width: 500px) {
  .div-partenaires {
    width: 400%;
  }
}

.single-partenaire {
  width: 100%;
}

.single-partenaire .logo-url {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes logoslide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* LENIS SCROLLL */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.split-outer {
  overflow: hidden;
}

.split-inner {
  display: inline-block;
}

.btn-menu,
header .menu-menu-header-fr-container .menu li a,
header .menu-menu-header-en-container .menu li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19.95px;
}

.btn-footer {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 92.5%;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.btn-footer svg {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 14px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.btn-footer svg path {
  transition: all 0.3s ease-in-out;
}

.btn-footer svg circle {
  transition: all 0.3s ease-in-out;
}

.btn-footer:hover {
  color: #BAE2AC;
}

.btn-footer:hover svg path {
  fill: #BAE2AC;
}

.btn-footer:hover svg circle {
  stroke: #BAE2AC;
}

.down-arrow {
  position: absolute;
  bottom: 100px;
  right: 20px;
  transition: all 0.3s ease;
}

@media (max-width: 800px) {
  .down-arrow {
    position: relative;
    left: 0;
    bottom: 0;
  }

  .down-arrow img {
    height: 75px;
    width: 75px;
  }
}

@media (max-width: 500px) {
  .down-arrow img {
    height: 50px;
    width: 50px;
  }
}

.down-arrow:hover {
  opacity: 0.6;
}

.book-now-link {
  position: absolute;
  top: 416px;
  left: -74px;
  z-index: 1;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .book-now-link {
    top: 533px;
    left: unset;
    right: 2.5%;
  }
}

@media (max-width: 800px) {
  .book-now-link {
    top: 433px;
  }
}

@media (max-width: 500px) {
  .book-now-link {
    top: 383px;
  }
}

.book-now-btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  width: 148px;
  height: 148px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.book-now-btn svg {
  margin-top: 11px;
  margin-bottom: -11px;
}

.hamburger {
  background-color: #EFCB77;
  padding: 0;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(50%);
  z-index: 1;
}

.hamburger-box {
  width: 22px;
  height: 22px;
  margin-bottom: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 22px;
  height: 2px;
  background-color: #355852;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #355852;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger:hover,
.hamburger.is-active:hover {
  opacity: 1;
}

.circle-plus {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  text-align: center;
  border: 2px solid #355852;
  background-color: #F5F5F5;
  font-family: Plus Jakarta Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 31px;
  color: #355852;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hover-bg-brown:hover {
  background-color: #A76D60;
}

.hover-bg-jaune:hover {
  background-color: #EFCB77;
}

.hover-bg-verdeau:hover {
  background-color: #355852;
}

.hover-bg-menthe:hover {
  background-color: #BAE2AC;
}

.logo-sociaux {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  height: 82px;
  width: 85px;
  transition: all 0.3s ease;
}

.logo-sociaux:hover {
  opacity: 0.6;
}

.logo-sociaux img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.logo-sociaux .titre-sociaux-logo {
  position: relative;
  margin: 0;
  z-index: 1;
}

.card-membre-small {
  margin-bottom: 100px;
}

@media (max-width: 500px) {
  .card-membre-small {
    margin-bottom: 75px;
  }
}

.card-membre-small .wrap-img-vignette {
  height: 487px;
  overflow: hidden;
  margin-bottom: 34px;
  position: relative;
}

@media (max-width: 1300px) {
  .card-membre-small .wrap-img-vignette {
    height: 475px;
  }
}

@media (max-width: 500px) {
  .card-membre-small .wrap-img-vignette {
    height: 350px;
    margin-bottom: 24px;
  }
}

.card-membre-small .wrap-img-vignette .image-credit {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.3rem;
  background: #355852;
  font-size: 0.5rem;
}

.card-membre-small .wrap-img-vignette img {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  object-fit: cover;
}

.card-membre-small h3 {
  margin-bottom: 0;
  width: 80%;
  transition: all 0.3s ease;
}

@media (max-width: 1300px) {
  .card-membre-small h3 {
    width: 85%;
  }
}

@media (max-width: 500px) {
  .card-membre-small h3 {
    width: 80%;
  }
}

/*Nouveau hover ALL*/

.card-membre-small {
  cursor: pointer;
}

.card-membre-small:hover .wrap-img-vignette img {
  transform: scale(1.05);
}

.card-membre-small:hover .circle-plus {
  border-color: #BAE2AC;
  color: #BAE2AC;
}

.card-membre-small:hover h3 {
  color: #BAE2AC;
}

/* MODAL BOX SINGLE-MEMBRE */

.single-membre-dialog {
  background-color: var(--color-yellow);
  height: 100%;
  max-width: 1270px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.2509803922);
}

.single-membre-dialog .reseaux-sociaux {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-top: 2rem;
  color: #355852;
}

.single-membre-dialog .left-dialog {
  width: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  .single-membre-dialog .left-dialog {
    display: none;
  }
}

.single-membre-dialog .left-dialog .image-credit {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3rem;
  background: #355852;
  font-size: 0.5rem;
}

.single-membre-dialog .left-dialog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-membre-dialog .right-dialog {
  width: 50%;
  height: 100%;
  padding-top: 120px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 110px;
  color: #355852;
  position: relative;
  overflow-y: auto;
}

@media (max-width: 800px) {
  .single-membre-dialog .right-dialog {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .single-membre-dialog .right-dialog {
    padding: 75px 25px;
    padding-bottom: 125px;
  }
}

.fancybox__content {
  padding: 0;
  height: 100%;
}

.fancybox__content > .f-button.is-close-btn {
  height: 48px;
  width: 48px;
  top: 53px;
  right: 48px;
  opacity: 1;
  background-color: #355852;
  color: white;
  border-radius: 100%;
  border: 0;
  outline: none;
  transition: all 0.3s ease;
}

.fancybox__content > .f-button.is-close-btn:hover {
  background-color: #BAE2AC;
}

@media (max-width: 500px) {
  .is-compact .fancybox__content > .f-button.is-close-btn {
    top: 15px;
    right: 15px;
  }
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 0;
}

.f-button:focus-visible {
  box-shadow: none;
}

.fancybox__slide {
  overflow: hidden;
}

.fancybox__backdrop {
  background: #E5E7DD;
  opacity: 0.9;
}

.fancybox__carousel {
  padding: 40px 0;
}

.card-membre-large .membre-img-large {
  height: 1046px;
}

footer {
  position: relative;
  overflow: hidden;
}

footer .section-nous-joindre {
  position: relative;
  background-color: #355852;
  padding-top: 85px;
  padding-bottom: 75px;
  width: 100%;
}

@media (max-width: 500px) {
  footer .section-nous-joindre {
    padding-top: 60px;
    padding-bottom: 88px;
  }
}

@media (max-width: 1100px) {
  footer .section-nous-joindre .container {
    flex-direction: column;
  }
}

footer .section-nous-joindre .nous-joindre-content {
  max-width: 654px;
}

@media (max-width: 1100px) {
  footer .section-nous-joindre .nous-joindre-content {
    max-width: 100%;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre {
  margin-top: 34px;
  align-items: start;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form {
  width: 52%;
  display: flex;
  flex-direction: column;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .title-footer {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 92.5%;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
  text-align: right;
  margin-right: 3rem;
  height: 0;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form:has(.open) .title-footer {
  cursor: default;
  height: 100%;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .content {
  margin-top: -5px;
  transition: all 0.5s ease;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .content form > *:not(.email) {
  transition: all 0.5s ease;
  height: 0;
  opacity: 0;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .content form .email p {
  transition: all 0.5s ease;
  width: 100%;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .content form .email p input {
  transition: opacity 0.5s ease;
  opacity: 0;
  margin-right: 3rem;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .content.open {
  margin-top: 1rem;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .content.open form > *:not(.email) {
  height: 100%;
  opacity: 1;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .content.open form .email p {
  width: 100%;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .content.open form .email p input {
  opacity: 1;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field p {
  position: relative;
  margin-bottom: 5px;
  color: white;
  width: fit-content;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field input {
  padding: 5px 10px;
  border: none;
  border-radius: 0;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field button {
  position: absolute;
  width: 0;
  height: 25px;
  padding: 0;
  left: 100%;
  top: 0;
  background: transparent;
  border: none;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field svg {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-left: 14px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field svg path {
  transition: all 0.3s ease-in-out;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field svg circle {
  transition: all 0.3s ease-in-out;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field svg:hover {
  color: #BAE2AC;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field svg:hover path {
  fill: #BAE2AC;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field svg:hover circle {
  stroke: #BAE2AC;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-field .wpcf7-form-control-wrap span {
  margin-top: 5px;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .form-notice {
  margin-top: 1rem;
  color: white;
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  color: white;
}

@media (max-width: 650px) {
  footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form {
    width: 100%;
  }
}

footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .btn-footer {
  margin-right: 50px;
}

@media (max-width: 650px) {
  footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .btn-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }

  footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .btn-footer svg {
    position: initial;
    transform: initial;
  }

  footer .section-nous-joindre .nous-joindre-content .cta-nous-joindre .newsletter-form .title-footer {
    text-align: left;
  }
}

footer .section-nous-joindre .reseaux-sociaux-content {
  max-width: 312px;
}

@media (max-width: 1100px) {
  footer .section-nous-joindre .reseaux-sociaux-content {
    max-width: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}

footer .section-nous-joindre .reseaux-sociaux-content hr {
  margin-bottom: 75px;
}

@media (max-width: 500px) {
  footer .section-nous-joindre .reseaux-sociaux-content hr {
    margin-bottom: 32px;
  }
}

@media (max-width: 500px) {
  footer .section-nous-joindre .reseaux-sociaux-content h3 {
    width: 65%;
  }
}

footer .section-nous-joindre .reseaux-sociaux-content .all-reseaux-sociaux {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}

footer .footer-socials {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

footer .footer-socials .logo-sociaux {
  width: 4rem;
  height: 4rem;
  border: solid 2px var(--color-yellow);
  border-radius: 100%;
}

footer .footer-socials .logo-sociaux p {
  color: var(--color-yellow);
}

footer .footer-socials .logo-sociaux img {
  top: 50%;
  left: 50%;
  width: 1.8rem;
  transform: translate(-50%, -50%);
}

footer .section-adresse {
  position: relative;
  background-color: #A76D60;
  padding: 50px 0;
  width: 100%;
}

@media (max-width: 800px) {
  footer .section-adresse .container {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 70px;
  }
}

footer .section-adresse .logo-footer {
  width: 33%;
}

@media (max-width: 800px) {
  footer .section-adresse .logo-footer {
    width: 100%;
  }
}

footer .section-adresse .adresse-footer {
  width: 33%;
}

@media (max-width: 800px) {
  footer .section-adresse .adresse-footer {
    width: 100%;
  }

  footer .section-adresse .adresse-footer .titre-adresse,
  footer .section-adresse .adresse-footer .text-adresse {
    text-align: center !important;
  }
}

footer .section-adresse .copyright-footer {
  width: 65%;
}

footer .section-adresse .copyright-footer a {
  color: #efcb77 !important;
  font-weight: bold;
}

@media (max-width: 800px) {
  footer .section-adresse .copyright-footer {
    width: 100%;
  }

  footer .section-adresse .copyright-footer .text-copyright {
    text-align: center;
  }
}

header {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 11;
}

@media (max-width: 1200px) {
  header {
    top: 25px;
  }
}

@media (max-width: 1350px) {
  header {
    top: 0;
  }
}

header nav {
  width: 100%;
}

header svg {
  margin-top: 24px;
}

@media (max-width: 500px) {
  header svg {
    width: 150px;
  }
}

header .burger-wrap {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

header .menu-menu-header-fr-container,
header .menu-menu-header-en-container {
  border-radius: 12px;
  padding: 17px 16px;
  min-width: 139px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-right: 22px;
}

header .menu-menu-header-fr-container .menu,
header .menu-menu-header-en-container .menu {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

header .menu-menu-header-fr-container .menu .external a,
header .menu-menu-header-en-container .menu .external a {
  padding-right: 1lh;
}

header .menu-menu-header-fr-container .menu .external a::before,
header .menu-menu-header-en-container .menu .external a::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/csscs/src/img/arrow-external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  content: "";
}

header .menu-menu-header-fr-container .menu li,
header .menu-menu-header-en-container .menu li {
  margin: 5px 0;
  display: inline-flex;
}

header .menu-menu-header-fr-container .menu li a,
header .menu-menu-header-en-container .menu li a {
  position: relative;
  color: #355852;
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.3s ease;
}

header .menu-menu-header-fr-container .menu li:hover a,
header .menu-menu-header-en-container .menu li:hover a {
  opacity: 1;
  list-style: circle;
  margin-left: 13px;
}

header .menu-menu-header-fr-container .menu li:hover a:after,
header .menu-menu-header-en-container .menu li:hover a:after {
  content: "";
  background-color: #355852;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  position: absolute;
  left: -13px;
  top: 7px;
}

header .burger-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  left: auto;
  right: auto;
}

.active-menu-mobile {
  opacity: 1 !important;
  height: 244px !important;
}

.section-en-tete-video {
  position: relative;
  height: 100vh;
  min-height: 560px;
  width: 100%;
  overflow: hidden;
}

.section-en-tete-video .sub-title {
  font-size: 2rem;
  margin-left: 7px;
}

.section-en-tete-video .image-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.section-en-tete-video .video-background {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.section-en-tete-video .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 106vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

.section-en-tete-video .video-background video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: cover;
}

@media (min-aspect-ratio: 16/9) {
  .section-en-tete-video .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .section-en-tete-video .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 188.78vh;
  }
}

.section-en-tete-video .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  z-index: 0;
  padding: 100px 20px;
}

.section-en-tete-video .container h1 {
  margin-bottom: 0;
}

.section-introduction {
  position: relative;
  background-color: #355852;
  padding-top: 160px;
  padding-bottom: 180px;
}

.section-introduction .wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 0;
}

@media (max-width: 1200px) {
  .section-introduction {
    padding: 100px 0;
  }
}

@media (max-width: 500px) {
  .section-introduction {
    padding: 50px 0;
  }
}

.section-introduction .full-width-img {
  margin-bottom: 3rem;
}

.section-introduction .container {
  z-index: 10;
}

.section-introduction .text-xl p:last-child {
  margin-bottom: 0;
}

.section-partenaires {
  position: relative;
  background-color: #EFCB77;
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 500px) {
  .section-partenaires {
    padding: 50px 0;
  }
}

.section-partenaires .all-partenaires,
.section-partenaires .wrap-partenaires {
  display: flex;
  gap: 5rem;
}

.section-partenaires .logo-url img {
  max-height: 100px;
  height: 90%;
  max-width: 350px;
  object-fit: contain;
}

.section-partenaires .btn-footer {
  margin-top: 15px;
}

.section-partenaires .btn-footer svg path {
  fill: #355852;
}

.section-partenaires .btn-footer svg circle {
  stroke: #355852;
}

.section-partenaires .btn-footer:hover {
  color: #A76D60;
}

.section-partenaires .btn-footer:hover svg path {
  fill: #A76D60;
}

.section-partenaires .btn-footer:hover svg circle {
  stroke: #A76D60;
}

.member-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.member-title {
  line-height: 1;
}

.section-the-collective {
  position: relative;
  background-color: #F5F5F5;
  padding-top: 145px;
  padding-bottom: 125px;
  overflow: hidden;
}

.section-the-collective .trees {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 50%;
  z-index: 0;
}

@media (max-width: 1200px) {
  .section-the-collective {
    padding: 100px 0;
  }
}

@media (max-width: 500px) {
  .section-the-collective {
    padding-top: 75px;
  }
}

.section-the-collective .collective-intro {
  position: relative;
}

.section-the-collective h2 {
  margin-bottom: 34px;
}

.section-the-collective .all-membres {
  margin-top: 125px;
}

@media (max-width: 1300px) {
  .section-the-collective .all-membres {
    margin-top: 75px;
  }
}

@media (max-width: 500px) {
  .section-the-collective .all-membres {
    margin-top: 60px;
  }
}

.section-the-collective .all-membres .all-single-membre {
  display: grid;
  column-count: 3;
  column-gap: 52px;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .section-the-collective .all-membres .all-single-membre {
    column-count: 2;
    column-gap: 52px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .section-the-collective .all-membres .all-single-membre {
    column-gap: 25px;
  }
}

@media (max-width: 750px) {
  .section-the-collective .all-membres .all-single-membre {
    column-count: 1;
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.section-what-we-do {
  min-height: 982px;
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (max-width: 1200px) {
  .section-what-we-do {
    flex-direction: column;
  }
}

@media (max-width: 1200px) {
  .section-what-we-do .container {
    order: 2;
  }
}

.section-what-we-do h2 {
  margin-bottom: 67px;
}

@media (max-width: 1100px) {
  .section-what-we-do h2 {
    margin-bottom: 30px;
  }
}

.section-what-we-do .text-content a.button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  border-radius: 25px;
  display: inline-flex;
  padding: 8px 15px;
  border: 1px solid var(--color);
  color: inherit;
  text-decoration: none;
  margin-top: 4px;
  transition: 200ms ease;
}

.section-what-we-do .text-content a.button:hover {
  color: var(--bg-color);
  background: var(--color);
}

.section-what-we-do .text-content .content {
  width: 100%;
  max-width: 680px;
  position: relative;
}

@media (max-width: 1400px) {
  .section-what-we-do .text-content .content {
    max-width: 635px;
  }
}

@media (max-width: 1200px) {
  .section-what-we-do .text-content .content {
    max-width: 100%;
    padding: 75px 0;
  }
}

.section-what-we-do .img-content {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 70%;
  max-width: 600px;
}

.section-what-we-do .img-content img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 1300px) {
  .section-what-we-do .img-content {
    right: -100px;
  }
}

@media (max-width: 1200px) {
  .section-what-we-do .img-content {
    right: 0;
    position: relative;
    width: 100%;
    height: 600px;
    order: 1;
  }

  .section-what-we-do .img-content img {
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .section-what-we-do .img-content {
    height: 700px;
  }
}

@media (max-width: 500px) {
  .section-what-we-do .img-content {
    height: 450px;
  }
}

.section-introduction a{
	color: #fee670 !important;
}

.text-content h2{
	hyphens: auto;
}