@charset "UTF-8";
/** Start Global Styles **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Satoshi", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  list-style: none;
}

.masonry {
  min-height: 70vh;
}

.no-results {
  font-size: 21px;
  text-align: center;
}

.primaryButton,
.secondaryButton {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: #253786;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 30px;
}

.secondaryButton {
  background: transparent;
  border: 1px solid #253786;
  color: #253786;
}

body.header-light header .become-member a {
  background: transparent;
  color: #000000;
}

body.header-light header .menu_multilang nav ul li {
  color: #000;
}

body.header-light header .lang-btn .globe svg path {
  stroke: #000;
}
body.header-light header .logo svg path:nth-last-child(-n + 2) {
  stroke: #fff;
}

.masonry {
  position: relative;
}

.actua-item {
  width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  background:
    linear-gradient(0deg, rgba(202, 173, 57, 0.05), rgba(202, 173, 57, 0.05)),
    #ffffff;
  border: 1px solid rgba(37, 55, 134, 0.2);
  margin-bottom: 30px;
}
.actua-item .image {
  width: 100%;
  height: 190px;
  margin-bottom: 25px;
}
.actua-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.actua-item .content {
  display: flex;
  flex-direction: column;
}
.actua-item .content span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.actua-item .content h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-top: 10px;
}
.actua-item .content h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #253786;
  margin-top: 25px;
}

/** End Global Styles **/
/** Start Header Styles **/
header {
  width: 100%;
  display: flex;
  position: absolute;
  border-bottom: 1px solid #d9d9d9;
  z-index: 1000;
}
header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #bea734 0%, #dbbb7b 100%);
}
header .header-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
header .header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .social-media {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  border-right: 1px solid #d9d9d9;
}
header .social-media ul {
  display: flex;
  gap: 12px;
}
header .social-media ul li a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #253786;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
header .become-member {
  display: flex;
  flex-direction: column;
}
header .become-member a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  padding: 65px 20px;
  background: rgba(37, 55, 134, 0.7);
  backdrop-filter: blur(5px);
  border-left: 1px solid #d9d9d9;
}
header .menu_multilang {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  border-top: 1px solid #d9d9d9;
}
header .menu_multilang nav {
  display: flex;
  gap: 30px;
}
header .menu_multilang nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
header .menu_multilang nav ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
}
header .menu_multilang .lang-switcher {
  position: absolute;
  right: 0;
  display: inline-block;
}
header .menu_multilang .lang-switcher .lang-btn {
  padding: 25px;
  border: transparent;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #d9d9d9;
}
header .menu_multilang .lang-switcher .lang-btn .globe {
  font-size: 18px;
  line-height: 1;
}
header .menu_multilang .lang-switcher .lang-btn .active-lang {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
header .menu_multilang .lang-switcher .lang-menu {
  position: absolute;
  top: 65px;
  right: 0;
  min-width: 120px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #1f1f1f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s ease;
}
header .menu_multilang .lang-switcher .lang-menu li {
  margin: 0;
}
header .menu_multilang .lang-switcher .lang-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 7px;
  text-decoration: none;
  color: #ddd;
  border-radius: 8px;
  transition: 0.2s;
}
header .menu_multilang .lang-switcher .lang-menu a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
header .menu_multilang .lang-switcher .lang-menu a.active {
  font-weight: 700;
}
header .menu_multilang .lang-switcher .lang-menu a.active::after {
  content: "✓";
  font-size: 14px;
}
header .menu_multilang .lang-switcher:hover .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/** End Header Styles **/
/** Start Hero Styles **/
.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 54px;
}
.hero:after,
.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.hero:after {
  background: radial-gradient(
    37.95% 119.95% at 50% 50%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
}
.hero:before {
  background: #000;
  opacity: 0.3;
}
.hero .video-hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.hero .video-hero video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .hero-container {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.hero .hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  padding-top: 588px;
}
.hero .hero-content h1 {
  width: 847px;
  max-width: 100%;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 84px;
  color: #ffffff;
}
.hero .hero-content .description {
  width: 413px;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

/** End Hero Styles **/
/** Start About Styles **/
.about {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
.about .about-container {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.about .about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  border-top: 1px solid rgba(202, 173, 57, 0.4);
  padding-top: 45px;
}
.about .about-content .left-side {
  width: 450px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.about .about-content .left-side h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 40px;
}
.about .about-content .left-side p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  opacity: 0.7;
}
.about .about-content .left-side a {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: #253786;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-top: 30px;
}
.about .about-content .right-side {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.about .about-content .right-side .about-blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 54px;
}
.about .about-content .right-side .about-blocks .block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.about .about-content .right-side .about-blocks .block:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #caad39;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: 0;
}
.about .about-content .right-side .about-blocks .block h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.about .about-content .right-side .about-blocks .block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  opacity: 0.7;
}

/** End About Styles **/
/** Start Membres Styles **/
.membres {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      90deg,
      rgba(190, 167, 52, 0.05) 0%,
      rgba(219, 187, 123, 0.05) 100%
    ),
    #ffffff;
  position: relative;
}
.membres:after {
  content: "";
  width: 178px;
  height: 177px;
  background-image: url("data:image/svg+xml,%3Csvg width='178' height='177' viewBox='0 0 178 177' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_336_19701)'%3E%3Cpath d='M0 177.036H29.038L177.035 29.041V0L0 177.036Z' fill='%231F3D8C'/%3E%3Cg clip-path='url(%23clip1_336_19701)'%3E%3Cpath d='M32 225.357H46.454L201.813 70H187.357L32 225.357Z' fill='%23D90F15'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_336_19701'%3E%3Crect width='177.035' height='177.036' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_336_19701'%3E%3Crect width='169.813' height='155.357' fill='white' transform='translate(32 70)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.membres .membres-image {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
.membres .membres-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.membres .membres-wrapper {
  display: flex;
  flex-direction: column;
  padding: 85px 0 60px 0;
  position: relative;
}
.membres .membres-wrapper:before {
  content: "";
  width: 605px;
  height: 425px;
  background-image: url(../images/shape-membres.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.membres .membres-wrapper h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
  margin-bottom: 25px;
}
.membres .membres-wrapper h4 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}
.membres .membres-wrapper p {
  width: 936px;
  max-width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  margin: 0 auto;
}
.membres .membres-wrapper a {
  margin: 30px auto 0 auto;
}

/** End Membres Styles **/
/** Start Événements Styles **/
.evenements {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}
.evenements .evenements-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.evenements .evenements-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.evenements .evenements-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.evenements .evenements-wrapper h2 {
  font-family: "etna-condensed", sans-serif;
  width: 440px;
  max-width: 100%;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.evenements .evenements-wrapper .evenements-cta {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.evenements .evenements-slider {
  display: flex;
  flex-direction: column;
  margin: 50px 20px 0 20px;
}
.evenements .evenements-slider .evenements-top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.evenements .evenements-slider .evenements-top .left-side {
  position: relative;
  width: 100%;
  min-height: 400px;
}
.evenements .evenements-slider .evenements-top .left-side .slider-dots-nav {
  position: absolute;
  top: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 20;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-dots-nav
  .dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.25s;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-dots-nav
  .dot--active {
  width: 6px;
  height: 6px;
  background: #ffffff;
}
.evenements .evenements-slider .evenements-top .left-side .slider-arrows {
  position: absolute;
  top: 14px;
  right: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 20;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-arrows
  .slider-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-arrows
  .slider-arrow:hover {
  opacity: 1;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-arrows
  .slider-arrow
  svg {
  display: block;
}
.evenements .evenements-slider .evenements-top .left-side .slider-event {
  width: 100%;
  height: 100%;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .splide__track,
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .splide__list,
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .splide__slide {
  height: 100%;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .slide-inner {
  width: 100%;
  height: 100%;
  background-color: #253786;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 40px;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .slide-inner
  .slide-logo {
  display: block;
  line-height: 0;
  margin-bottom: 40px;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .slide-inner
  .slide-logo
  svg {
  display: block;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .slide-inner
  .slide-title {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .slide-inner
  .slide-desc {
  max-width: 500px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 54px;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .slide-inner
  .slide-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  opacity: 0.9;
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .slide-inner
  .slide-more:hover {
  transform: translate(1px, -1px);
  opacity: 1;
}
.evenements
  .evenements-slider
  .evenements-top
  .left-side
  .slider-event
  .slide-inner
  .slide-more
  svg {
  display: block;
}
.evenements .evenements-slider .evenements-top .right-side {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.evenements .evenements-slider .evenements-top .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.evenements .evenements-slider .evenements-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.evenements .evenements-slider .evenements-bottom .left-side {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.evenements .evenements-slider .evenements-bottom .left-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.evenements .evenements-slider .evenements-bottom .block {
  width: 100%;
  height: 100%;
  background-color: rgb(226, 9, 23);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 40px;
}
.evenements .evenements-slider .evenements-bottom .block .block-logo {
  display: block;
  line-height: 0;
  margin-bottom: 40px;
}
.evenements .evenements-slider .evenements-bottom .block .block-logo svg {
  display: block;
}
.evenements .evenements-slider .evenements-bottom .block .block-title {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.evenements .evenements-slider .evenements-bottom .block .block-desc {
  max-width: 500px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 54px;
}
.evenements .evenements-slider .evenements-bottom .block .block-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
  opacity: 0.9;
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.evenements .evenements-slider .evenements-bottom .block .block-more:hover {
  transform: translate(1px, -1px);
  opacity: 1;
}
.evenements .evenements-slider .evenements-bottom .block .block-more svg {
  display: block;
}

/** End Événements Styles **/
/** Start Actions Styles **/
.actions {
  display: flex;
  flex-direction: column;
}
.actions .actions-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actions .actions-content {
  display: flex;
  flex-direction: column;
}
.actions .actions-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.actions .actions-wrapper h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.actions .actions-body {
  min-height: 507px;
  display: flex;
  overflow: hidden;
  margin: 60px 0 0 0;
}
.actions .actions-slider {
  width: 50%;
  position: relative;
  overflow: hidden;
}
.actions-slider .splide__track,
.actions-slider .actions-slider__splide {
  height: 100%;
}
.actions .actions-slider__top {
  position: absolute;
  top: 31px;
  left: 42px;
  right: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.actions .actions-slider__pagination {
  display: flex;
  gap: 12px;
}
.actions .actions-slider__pagination span {
  width: 28px;
  height: 3px;
  background: #2f469d;
  display: block;
  cursor: pointer;
}
.actions .actions-slider__pagination span.active {
  background: #c79c2f;
}
.actions .actions-slider__nav {
  display: flex;
  gap: 12px;
}
.actions .actions-slider__nav button {
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.actions .actions-slider__nav button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #111;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.actions .actions-slider__track {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease;
}
.actions .actions-slide {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 40px 50px;
  background: #dee1ed;
}
.actions .actions-slide h2 {
  font-family: "etna-condensed", sans-serif;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.actions .actions-slide p {
  max-width: 630px;
  margin: 60px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.actions .actions-image {
  width: 50%;
  height: 507px;
  overflow: hidden;
}
.actions .actions-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

/** End Actions Styles **/
/** Start Partenaires Styles **/
.partenaires {
  display: flex;
  flex-direction: column;
  padding: 87px 0 67px 0;
}
.partenaires .partenaires-container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.partenaires .partenaires-content {
  display: flex;
  flex-direction: column;
}
.partenaires .partenaires-title h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 48px;
}
.partenaires .partenaires-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}
.partenaires .partenaires-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 20px 28px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.partenaires .partenaires-item img {
  max-width: 100%;
  max-height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
}

/** End Partenaires Styles **/
/** Start Adhésion Styles **/
.adhesionSec {
  display: flex;
  flex-direction: column;
  padding: 60px 0;
}
.adhesionSec .adhesion-container {
  width: 1395px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.adhesionSec .adhesion-content {
  display: flex;
  justify-content: space-between;
  padding: 45px 45px 100px 45px;
  border: 2px solid rgba(202, 173, 57, 0.5);
  position: relative;
}
.adhesionSec .adhesion-content:after {
  content: "";
  width: 575px;
  height: 367px;
  background-image: url(../images/shape-adhesion.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50px;
  bottom: 35px;
  pointer-events: none;
  z-index: -1;
}
.adhesionSec .adhesion-content:before {
  content: "";
  width: 178px;
  height: 178px;
  background-image: url("data:image/svg+xml,%3Csvg width='178' height='178' viewBox='0 0 178 178' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_336_19706)'%3E%3Cpath d='M0 177.036H29.038L177.035 29.041V0L0 177.036Z' fill='%231F3D8C'/%3E%3Cg clip-path='url(%23clip1_336_19706)'%3E%3Cpath d='M32 225.357H46.454L201.813 70H187.357L32 225.357Z' fill='%23D90F15'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_336_19706'%3E%3Crect width='177.035' height='177.036' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_336_19706'%3E%3Crect width='169.813' height='155.357' fill='white' transform='translate(32 70)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.adhesionSec .adhesion-content .left-side {
  width: 576px;
  display: flex;
  flex-direction: column;
}
.adhesionSec .adhesion-content .left-side h2 {
  width: 532px;
  max-width: 100%;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.adhesionSec .adhesion-content .left-side .adhesion-wrapper {
  display: flex;
  flex-direction: column;
  gap: 55px;
  padding-left: 90px;
}
.adhesionSec .adhesion-content .left-side .adhesion-wrapper .description {
  width: 437px;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  padding-right: 40px;
  gap: 20px;
}
.adhesionSec .adhesion-content .left-side .adhesion-wrapper .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.adhesionSec .adhesion-content .left-side .adhesion-wrapper .adhesion-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.adhesionSec .adhesion-content .left-side .adhesion-wrapper .adhesion-cta a {
  margin-top: 0;
}
.adhesionSec .adhesion-wrapper .adhesion-cta a.secondaryButton {
  background-color: #fff;
}
.adhesionSec .adhesion-content .right-side {
  width: 799px;
  height: 533px;
  position: absolute;
  top: -20px;
  right: -22px;
  z-index: -1;
}
.adhesionSec .adhesion-content .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/** End Adhésion Styles **/
/** Start Association Styles **/
.association-hero {
  display: flex;
  flex-direction: column;
  padding: 309px 0 45px 0;
  background: #253786;
}
.association-hero .association-hero-container {
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.association-hero .association-hero-content {
  display: flex;
  flex-direction: column;
}
.association-hero .association-hero-content h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  padding-bottom: 18px;
}
.association-hero .association-hero-subtitle {
  width: 875px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.association-hero .association-hero-subtitle h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 70px;
  color: #ffffff;
}
.association-hero .association-hero-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 57px;
}
.association-hero .association-hero-blocks {
  width: 554px;
  display: flex;
  justify-content: space-between;
}
.association-hero .association-hero-blocks .block {
  width: 137px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.association-hero .association-hero-blocks .block h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}
.association-hero .association-hero-blocks .block p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  opacity: 0.7;
}
.association-hero .description {
  width: 620px;
  max-width: 100%;
  font-style: normal;
  font-weight: 200;
  font-size: 18px;
  line-height: 29px;
  color: #ffffff;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(202, 173, 57, 0.4);
}
.association-hero .description strong {
  font-weight: 400;
}

.association-about {
  display: flex;
  flex-direction: column;
  padding: 140px 0;
  background: url(../images/bg-association-about.png) no-repeat bottom right;
}
.association-about .association-about-content {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.association-about p {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #000000;
}

.association-slider {
  position: relative;
  width: 100%;
  height: 620px;
  z-index: 1;
}
.association-slider .splide,
.association-slider .splide__track,
.association-slider .splide__list {
  height: 100%;
}
.association-slider .splide__slide {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.association-slider .splide__slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}
.association-slider .slide-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}
.association-slider .slide-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px;
  z-index: 2;
}
.association-slider .slide-year {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 52px;
  line-height: 62px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 14px;
}
.association-slider .slide-title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}
.association-slider .custom-pagination {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 20;
}
.association-slider .custom-pagination__dash {
  width: 150px;
  height: 2px;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
  overflow: hidden;
}
.association-slider .custom-pagination__dash::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #caad39;
  transform: scaleX(0);
  transform-origin: left;
  transition: none;
}
.association-slider .custom-pagination__dash.is-active::after {
  transform: scaleX(1);
  transition: transform 4500ms linear;
}
.association-slider .custom-pagination__dash.is-active::after {
  transform: scaleX(1);
}
.association-slider .splide__arrows {
  display: none;
}

.our-mission {
  display: flex;
}
.our-mission .left-side {
  width: 50%;
  background: #dbbb7b;
  padding: 60px 70px;
}
.our-mission .our-mission-title {
  display: flex;
  flex-direction: column;
}
.our-mission .our-mission-title h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.our-mission .our-mission-slider {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
  position: relative;
}
.our-mission .slide-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.our-mission .slide-content .title {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.our-mission .slide-content .description {
  width: 404px;
  display: flex;
  flex-direction: column;
}
.our-mission .slide-content .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  opacity: 0.7;
}
.our-mission .slide-content .description ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 50px;
}
.our-mission .slide-content .description ul li {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  opacity: 0.8;
  position: relative;
  padding-left: 20px;
}
.our-mission .slide-content .description ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}
.our-mission .switch-slider {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
}
.our-mission .switch-slider div {
  cursor: pointer;
}
.our-mission .right-side {
  width: 50%;
  background-image: url(../images/bg-our-mission.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 70px;
}
.our-mission .right-side .content {
  display: flex;
  flex-direction: column;
}
.our-mission .right-side .content h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 40px;
}
.our-mission .right-side .content .description {
  width: 590px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.our-mission .right-side .content .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
.our-mission .right-side .content svg {
  margin-top: 100px;
  display: flex;
  align-self: self-end;
}

.gouvernance {
  display: flex;
  flex-direction: column;
  padding: 100px 0;
}
.gouvernance .gouvernance-container {
  width: 1330px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.gouvernance .gouvernance-content {
  display: flex;
  justify-content: space-between;
}
.gouvernance .gouvernance-content .left-side {
  display: flex;
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  position: sticky;
  top: 30px;
}
.gouvernance .gouvernance-content .left-side .gouvernance-title {
  display: flex;
  flex-direction: column;
}
.gouvernance .gouvernance-content .left-side .gouvernance-title h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.gouvernance .gouvernance-content .left-side .gouvernance-description {
  width: 553px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.gouvernance .gouvernance-content .left-side .gouvernance-description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  opacity: 0.7;
}
.gouvernance .gouvernance-content .left-side .gouvernance-filtres {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.gouvernance .gouvernance-content .left-side .gouvernance-filtres ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 130px;
}
.gouvernance .gouvernance-content .left-side .gouvernance-filtres ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.4;
  cursor: pointer;
}
.gouvernance .gouvernance-content .left-side .gouvernance-filtres ul li.active {
  opacity: 1;
}
.gouvernance .right-side {
  width: 692px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-top: 40px;
}
.gouvernance .right-side .gouvernance-grid {
  display: flex;
  flex-direction: column;
}
.gouvernance .right-side .gouvernance-grid .gouvernance-grid-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(202, 173, 57, 0.4);
}
.gouvernance .right-side .gouvernance-grid .gouvernance-grid-title h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.8;
}
.gouvernance .right-side .gouvernance-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}
.gouvernance .right-side .gouvernance-items .gouvernance-card {
  display: flex;
  flex-direction: column;
}
.gouvernance .right-side .gouvernance-items .gouvernance-card .image {
  width: 100%;
  height: 230px;
}
.gouvernance .right-side .gouvernance-items .gouvernance-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.gouvernance .right-side .gouvernance-items .gouvernance-card .content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background:
    linear-gradient(0deg, rgba(202, 173, 57, 0.05), rgba(202, 173, 57, 0.05)),
    #ffffff;
  border: 1px solid rgba(37, 55, 134, 0.2);
}
.gouvernance .right-side .gouvernance-items .gouvernance-card .content span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
}
.gouvernance .right-side .gouvernance-items .gouvernance-card .content h4 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  margin-top: 10px;
}
.gouvernance .right-side .gouvernance-items .gouvernance-card .content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #253786;
  margin-top: 20px;
}

.aventure {
  width: 1360px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  padding: 50px 0;
  background-image: url(../images/bg-aventure.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 40px auto;
  border: 5px solid rgba(202, 173, 57, 0.5);
}
.aventure .aventure-container {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.aventure .aventure-content {
  display: flex;
  justify-content: space-between;
}
.aventure .aventure-content .left-side {
  width: 393px;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.aventure .aventure-content .left-side h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
}
.aventure .aventure-content .left-side p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 30px;
}
.aventure .aventure-content .right-side {
  width: 468px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 60px 43px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
}

/** End Association Styles **/
/** Start Membres Page **/
.membresPage {
  display: flex;
  flex-direction: column;
  padding-top: 310px;
  padding-bottom: 35px;
  background: #ffffff;
  box-shadow: 0px 30px 40px rgba(37, 55, 134, 0.08);
}
.membresPage .membresPage-container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.membresPage .membresPage-content {
  display: flex;
  flex-direction: column;
}
.membresPage .membresPage-header {
  display: flex;
  flex-direction: column;
}
.membresPage .membresPage-header h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.membresPage .membresPage-header .membresPage-header-wrapper {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
.membresPage .membresPage-header .membresPage-header-wrapper h2 {
  width: 705px;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 84px;
  color: #000000;
}
.membresPage
  .membresPage-header
  .membresPage-header-wrapper
  .membresPage-header-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.membresPage .membresPage-bg {
  width: 100%;
  height: 333px;
  margin-top: 50px;
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(202, 173, 57, 0.4);
}
.membresPage .membresPage-bg .image {
  width: 100%;
  height: 100%;
}
.membresPage .membresPage-bg .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.membresPage .annuaire-statistics {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 25px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(17px);
}
.membresPage .annuaire-statistics .stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.membresPage .annuaire-statistics .stats h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}
.membresPage .annuaire-statistics .stats p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.7;
}
.membresPage .membresPage-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.membresPage .membresPage-wrapper .membresPage-filtres-title {
  display: flex;
  flex-direction: column;
}
.membresPage .membresPage-wrapper .membresPage-filtres-title h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.membresPage .membresPage-wrapper .membresPage-filtres {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.membresPage .membresPage-wrapper .membresPage-filtres .filtres-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-top
  ul.filtres-list {
  display: flex;
  gap: 10px;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-top
  ul.filtres-list
  li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50px;
  background: transparent;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-top
  ul.filtres-list
  li.active {
  background: #253786;
  color: #ffffff;
}
.membresPage .membresPage-wrapper .membresPage-filtres .filter-order {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.membresPage .membresPage-wrapper .membresPage-filtres .total-membres_order {
  display: flex;
  align-items: center;
  gap: 60px;
}
.membresPage .membresPage-wrapper .membresPage-filtres .total-membres_order p {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #000000;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .total-membres_order
  p
  span {
  font-size: 30px;
}
.membresPage .membresPage-wrapper .membresPage-filtres .filter-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
.membresPage .membresPage-wrapper .membresPage-filtres .custom-select {
  position: relative;
  min-width: 182px;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 10px;
  background: #f4f5f9;
  border-radius: 100px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-selected
  span {
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
  white-space: nowrap;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-arrow {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-arrow.open {
  transform: rotate(180deg);
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-options {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 14px;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.1),
    0 1px 4px rgba(0, 0, 0, 0.06);
  list-style: none;
  margin: 0;
  padding: 6px 0;
  z-index: 100;
  height: 175px;
  overflow-y: scroll;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-options.open {
  display: block;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-option {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 9px 18px;
  cursor: pointer;
  transition: background 0.12s;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-option:hover {
  background: #f2f2f2;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .custom-select
  .select-option.active {
  font-weight: 500;
}
.membresPage .membresPage-wrapper .membresPage-filtres .filtres-bottom {
  display: flex;
  flex-direction: column;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-bottom
  .search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f5f9;
  border: 1.5px solid #253786;
  border-radius: 12px;
  padding: 0 18px 0 22px;
  height: 74px;
  gap: 12px;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-bottom
  .search-left {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: 1;
  min-width: 0;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-bottom
  .search-icon {
  flex-shrink: 0;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-bottom
  .search-input {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  opacity: 0.6;
  outline: none;
  padding: 0;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-bottom
  .search-input::-moz-placeholder {
  color: #9da3b8;
  font-weight: 400;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-bottom
  .search-input::placeholder {
  color: #9da3b8;
  font-weight: 400;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-bottom
  .filtres-btn {
  font-family: "Satoshi", sans-serif;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding: 7px 16px;
  cursor: pointer;
  border: none;
  position: relative;
}
.membresPage
  .membresPage-wrapper
  .membresPage-filtres
  .filtres-bottom
  .filtres-btn:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 26px;
  left: -30px;
  top: 5px;
  background: rgba(0, 0, 0, 0.1);
}

.membres-carte {
  display: flex;
  flex-direction: column;
  padding: 53px 0;
}
.membres-carte .membres-carte-container {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.membres-carte .membres-carte-content {
  display: flex;
  justify-content: space-between;
}
.membres-carte .membres-carte-content .left-side {
  width: 600px;
  height: 670px;
  background: #f4f5f9;
}
.membres-carte .membres-carte-content .right-side {
  width: 650px;
  height: 670px;
  overflow-y: scroll;
}
.membres-carte .membres-carte-content .members-grid {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.members-grid {
  position: relative;
}

.member-card {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.member-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.membres-carte .membres-carte-content .members-col {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
  align-self: flex-start;
}
.membres-carte .membres-carte-content .member-card {
  background:
    linear-gradient(0deg, rgba(202, 173, 57, 0.05), rgba(202, 173, 57, 0.05)),
    #ffffff;
  border: 1px solid rgba(37, 55, 134, 0.2);
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.membres-carte .membres-carte-content .member-card.no-photo .member-info {
  padding-top: 0;
}
.membres-carte .membres-carte-content .member-photo {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.membres-carte .membres-carte-content .member-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  display: block;
}
.membres-carte .membres-carte-content .member-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 30px;
}
.membres-carte .membres-carte-content .member-role {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.membres-carte .membres-carte-content .member-name {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-top: 17px;
  margin-bottom: 20px;
}
.membres-carte .membres-carte-content .member-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.membres-carte .membres-carte-content .tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(37, 55, 134, 0.1);
  border-radius: 8px;
  font-size: 13px;
  color: #253786;
}
.membres-carte .membres-carte-content .member-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #253786;
  text-decoration: none;
  margin-top: 30px;
}
.membres-carte .membres-carte-content .member-link:hover {
  text-decoration: underline;
}

/** End Membres Page **/
/** Start Footer Styles **/
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer__body {
  display: flex;
  width: 100%;
}

.footer__left {
  width: 50%;
  background: rgba(202, 173, 57, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 83px 52px 0 52px;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__legal-links {
  display: flex;
  align-items: center;
  gap: 56px;
  padding-bottom: 36px;
}
.footer__legal-links a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.footer__right {
  width: 50%;
  background: #253786;
  padding: 156px 60px 60px 113px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 73px;
}

.footer__nav {
  display: flex;
  gap: 64px;
}

.footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
.footer__nav-col a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.footer__address {
  margin-top: auto;
}

.footer__address-label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 13px;
}

.footer__address-lines span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.7;
}

.footer__divider-row {
  display: flex;
  width: calc(100% - 110px);
  height: 1px;
  justify-self: center;
}

.footer__divider-left {
  flex: 1;
  display: flex;
  background: #caad39;
  height: 1px;
}

.footer__divider-right {
  flex: 1;
  display: flex;
  background: #caad39;
  height: 1px;
}

.footer__bottom {
  display: flex;
  width: 100%;
}

.footer__bottom-left {
  width: 50%;
  background: rgba(202, 173, 57, 0.06);
  padding: 30px 52px;
  display: flex;
  align-items: center;
  position: relative;
}
.footer__bottom-left:after {
  content: "";
  position: absolute;
  top: 0;
  left: 55px;
  width: calc(100% - 55px);
  height: 1px;
  background: #caad39;
}
.footer__bottom-left span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.footer__bottom-right {
  width: 50%;
  background: #253786;
  padding: 30px 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.footer__bottom-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: 55px;
  width: calc(100% - 55px);
  height: 1px;
  background: #caad39;
}
.footer__bottom-right span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

/** End Footer Styles **/
/** Start Map Styles **/
#map-container {
  position: relative;
  width: 100%;
  height: 100%;
  border: 7px solid rgba(37, 55, 134, 0.1);
}

#map {
  width: 100%;
  height: 100%;
}

.leaflet-container {
  background: #ffffff;
}

.leaflet-attribution-flag {
  display: none !important;
}

/* ZOOM CONTROLS */
#zoom-controls {
  position: absolute;
  bottom: 32px;
  left: 24px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(37, 55, 134, 0.12);
}

#zoom-controls button {
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  border-top: 0.5px solid rgba(37, 55, 134, 0.12);
  color: #253786;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  font-family: inherit;
}

#zoom-controls button:first-child {
  border-top: none;
}

#zoom-controls button:hover {
  background: #eef0f8;
}

/* MEMBER PIN — Airbnb pill style */
.member-pill {
  background: #fff;
  border: 1.5px solid rgba(37, 55, 134, 0.25);
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #253786;
  cursor: pointer;
  white-space: nowrap;
  transition:
    background 0.15s,
    border-color 0.15s,
    transform 0.15s,
    box-shadow 0.15s;
  box-shadow: 0 2px 8px rgba(37, 55, 134, 0.12);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.member-pill:hover {
  background: #253786;
  color: #fff;
  border-color: #253786;
  transform: scale(1.06);
  box-shadow: 0 4px 14px rgba(37, 55, 134, 0.25);
}

.member-pill.active {
  background: #253786;
  color: #fff;
  border-color: #253786;
  box-shadow: 0 4px 14px rgba(37, 55, 134, 0.3);
  transform: scale(1.06);
}

/* POPUP */
.leaflet-popup-content-wrapper {
  padding: 0 !important;
  border-radius: 14px !important;
  border: 1px solid rgba(37, 55, 134, 0.15) !important;
  box-shadow: 0 8px 32px rgba(37, 55, 134, 0.14) !important;
  overflow: hidden;
}

.leaflet-popup-content {
  margin: 0 !important;
  width: 240px !important;
}

.leaflet-popup-tip-container {
  display: none !important;
}

.leaflet-popup-close-button {
  top: 8px !important;
  right: 10px !important;
  width: 26px !important;
  height: 26px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  color: #253786 !important;
  z-index: 10;
  line-height: 1 !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) !important;
}

/* MINI CARD */
.mini-card {
  width: 240px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    linear-gradient(0deg, rgba(202, 173, 57, 0.05), rgba(202, 173, 57, 0.05)),
    #fff;
}

.mini-card-photo {
  width: 100%;
  height: 148px;
  overflow: hidden;
}

.mini-card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  display: block;
}

.mini-card-no-photo {
  width: 100%;
  height: 72px;
  background:
    linear-gradient(0deg, rgba(202, 173, 57, 0.08), rgba(202, 173, 57, 0.08)),
    #eef0f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mini-card-body {
  padding: 14px 16px 16px;
}

.mini-card-role {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-bottom: 5px;
}

.mini-card-name {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
}

.mini-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 12px;
}

.mini-tag {
  font-size: 10px;
  color: #253786;
  border: 1px solid rgba(37, 55, 134, 0.15);
  border-radius: 7px;
  padding: 3px 8px;
  background: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}

.mini-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #253786;
  text-decoration: none;
  font-weight: 400;
  transition: gap 0.15s;
}

.mini-card-link:hover {
  gap: 7px;
}

.mini-card-link::after {
  content: "→";
  font-size: 11px;
}

/* COUNTER */
#map-counter {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: #253786;
  color: #fff;
  border-radius: 100px;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 500;
  box-shadow: 0 2px 12px rgba(37, 55, 134, 0.25);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  pointer-events: none;
}

/** End Map Styles **/
/** Start Devenir Membre Styles **/
.devenir-membre {
  display: flex;
  flex-direction: column;
  padding-top: 309px;
  padding-bottom: 100px;
  background:
    linear-gradient(
      90deg,
      rgba(190, 167, 52, 0.05) 0%,
      rgba(219, 187, 123, 0.05) 100%
    ),
    #ffffff;
}
.devenir-membre .devenir-membre-container {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.devenir-membre .devenir-membre-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.devenir-membre .devenir-membre-content:after {
  content: "";
  width: 576px;
  height: 367px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../images/shape-devenir-membre.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.devenir-membre .devenir-membre-content h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.devenir-membre .devenir-membre-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.devenir-membre .devenir-membre-header h2 {
  width: 875px;
  max-width: 100%;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 84px;
  color: #000000;
}

.why-us {
  display: flex;
  flex-direction: column;
  padding: 63px 0;
}
.why-us .why-us-container {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.why-us .why-us-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.why-us .why-us-content h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.why-us .why-us-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.why-us .why-us-blocks .block {
  min-height: 504px;
  padding: 77px 50px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(37, 55, 134, 0.2);
  position: relative;
}
.why-us .why-us-blocks .block:after {
  content: "";
  width: 178px;
  height: 178px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='178' height='178' viewBox='0 0 178 178' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_424_29164)'%3E%3Cg clip-path='url(%23clip1_424_29164)'%3E%3Cpath d='M32 225.357H46.454L201.813 70H187.357L32 225.357Z' fill='%23253786'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_424_29164'%3E%3Crect width='177.035' height='177.036' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_424_29164'%3E%3Crect width='169.813' height='155.357' fill='white' transform='translate(32 70)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
}
.why-us .why-us-blocks .block:nth-of-type(2):after {
  background-image: url("data:image/svg+xml,%3Csvg width='178' height='178' viewBox='0 0 178 178' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_432_29596)'%3E%3Cg clip-path='url(%23clip1_432_29596)'%3E%3Cpath d='M32 225.357H46.454L201.813 70H187.357L32 225.357Z' fill='%23D90F15'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_432_29596'%3E%3Crect width='177.035' height='177.036' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_432_29596'%3E%3Crect width='169.813' height='155.357' fill='white' transform='translate(32 70)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.why-us .why-us-blocks .block:nth-of-type(3):after {
  background-image: url("data:image/svg+xml,%3Csvg width='178' height='178' viewBox='0 0 178 178' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_432_29599)'%3E%3Cg clip-path='url(%23clip1_432_29599)'%3E%3Cpath d='M32 225.357H46.454L201.813 70H187.357L32 225.357Z' fill='%23CAAD39'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_432_29599'%3E%3Crect width='177.035' height='177.036' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_432_29599'%3E%3Crect width='169.813' height='155.357' fill='white' transform='translate(32 70)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.why-us .why-us-blocks .block h3 {
  width: 290px;
  max-width: 100%;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.why-us .why-us-blocks .block p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  opacity: 0.7;
  margin-top: 55px;
}

.exigence {
  display: flex;
  flex-direction: column;
}
.exigence .exigence-bg {
  width: 100%;
  height: 55vh;
}
.exigence .exigence-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.exigence .exigence-container {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.exigence .exigence-content {
  display: flex;
  justify-content: space-between;
  margin-top: -5vh;
  padding: 75px 30px;
  background:
    linear-gradient(
      90deg,
      rgba(190, 167, 52, 0.05) 0%,
      rgba(219, 187, 123, 0.05) 100%
    ),
    #ffffff;
  position: relative;
  z-index: 1;
}
.exigence .exigence-content::after {
  content: "";
  width: 380px;
  height: 245px;
  position: absolute;
  top: -20px;
  left: 30px;
  background-image: url(../images/shape-exigence.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.exigence .exigence-content .left-side {
  width: 464px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.exigence .exigence-content .left-side h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.exigence .exigence-content .right-side {
  width: 649px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.exigence .exigence-content .right-side p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
}

.demande-adhesion {
  display: flex;
  flex-direction: column;
}
.demande-adhesion .demande-adhesion-container {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.demande-adhesion .demande-adhesion-content {
  display: flex;
  justify-content: space-between;
  border: 3px solid rgba(202, 173, 57, 0.5);
  margin-top: 40px;
}
.demande-adhesion .demande-adhesion-content .left-side {
  width: 606px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 100px 0 100px 100px;
}
.demande-adhesion .demande-adhesion-content .left-side h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.demande-adhesion .demande-adhesion-content .left-side .demande-adhesion-cta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.demande-adhesion .demande-adhesion-content .right-side {
  width: 403px;
  margin: 10px;
}
.demande-adhesion .demande-adhesion-content .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.faq {
  display: flex;
  flex-direction: column;
  padding: 63px 0;
}
.faq .faq-container {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.faq .faq-content {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.faq .faq-content .left-side {
  width: 512px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.faq .faq-content .left-side h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 52px;
  color: #000000;
  text-transform: uppercase;
}
.faq .right-side {
  flex: 1;
}
.faq .faq-item {
  border-top: 0.5px solid rgba(37, 55, 134, 0.18);
}
.faq .faq-item.open .faq-icon {
  transform: rotate(180deg);
}
.faq .faq-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1.25rem 0;
  text-align: left;
  gap: 1rem;
}
.faq .faq-question {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.005em;
  color: #000000;
}
.faq .faq-icon {
  flex-shrink: 0;
  width: 14px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L6.75 6.75L12.75 0.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq .faq-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq .faq-body-inner {
  padding: 0 0 1.25rem;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/** End Devenir Membre Styles **/
/** Start Partenaires Styles **/
.partenairesPage {
  display: flex;
  flex-direction: column;
  padding-top: 309px;
  padding-bottom: 100px;
}
.partenairesPage .partenairesPage-container {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.partenairesPage .partenairesPage-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
}
.partenairesPage .partenairesPage-content h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.partenairesPage .partenairesPage-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.partenairesPage .partenairesPage-header h2 {
  width: 835px;
  max-width: 100%;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 84px;
  color: #000000;
}

.partenaires-logos {
  width: 100%;
  padding-bottom: 70px;
}
.partenaires-logos .logos-container {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.partenaires-logos .logo-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgb(240, 240, 240);
  border-left: 1px solid rgb(240, 240, 240);
}
.partenaires-logos .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  min-height: 110px;
  border-right: 1px solid rgb(240, 240, 240);
  border-bottom: 1px solid rgb(240, 240, 240);
  cursor: pointer;
}
.partenaires-logos .logo img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  filter: grayscale(100%);
}

.why-partenaires {
  display: flex;
  flex-direction: column;
}
.why-partenaires .why-partenaires-container {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.why-partenaires .why-partenaires-content {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding: 80px 43px;
  background:
    linear-gradient(
      90deg,
      rgba(190, 167, 52, 0.05) 0%,
      rgba(219, 187, 123, 0.05) 100%
    ),
    #ffffff;
}
.why-partenaires .why-partenaires-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.why-partenaires .why-partenaires-header h2 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 50px;
  color: #000000;
}
.why-partenaires .why-partenaires-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.why-partenaires .why-partenaires-grid .why-partenaires-item {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 35px 50px;
  border-bottom: 1px solid rgba(202, 173, 57, 0.4);
}
.why-partenaires .why-partenaires-grid .why-partenaires-item h3 {
  width: 474px;
  max-width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.why-partenaires .why-partenaires-grid .why-partenaires-item p {
  width: 504px;
  max-width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}

/** End Partenaires Styles **/
/** Start Actualites Styles **/
.actualites {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(0deg, #253786, #253786),
    radial-gradient(
      37.95% 119.95% at 50% 50%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    rgba(0, 0, 0, 0.3);
  padding: 301px 0 250px 0;
}
.actualites .actualites-container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actualites .actualites-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.actualites .actualites-content h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}
.actualites .actualites-content h2 {
  width: 875px;
  max-width: 100%;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
}

.actuaFeatured {
  display: flex;
  flex-direction: column;
  margin-top: -100px;
}
.actuaFeatured .actuaFeatured-container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actuaFeatured .actuaFeatured-content {
  min-height: 308px;
  display: flex;
  justify-content: space-between;
}
.actuaFeatured .actuaFeatured-content .left-side {
  width: 50%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(
      90deg,
      rgba(190, 167, 52, 0.5) 0%,
      rgba(219, 187, 123, 0.5) 100%
    ),
    #ffffff;
  padding: 30px 65px;
}
.actuaFeatured .actuaFeatured-content .left-side h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 25px;
}
.actuaFeatured .actuaFeatured-content .left-side h3 {
  width: 513px;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}
.actuaFeatured .actuaFeatured-content .left-side h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #253786;
  margin-top: 50px;
}
.actuaFeatured .actuaFeatured-content .right-side {
  width: 50%;
  max-width: 100%;
}
.actuaFeatured .actuaFeatured-content .right-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.actuaFiltres {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  padding: 0 0 45px 0;
}
.actuaFiltres .actuaFiltres-container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actuaFiltres .actuaFiltres-content {
  display: flex;
  justify-content: space-between;
  background: #f4f5f9;
  padding: 40px;
  background: #f4f5f9;
  filter: drop-shadow(0px 50px 40px rgba(37, 55, 134, 0.2));
}
.actuaFiltres .actuaFiltres-content ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.actuaFiltres .actuaFiltres-content ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  cursor: pointer;
}
.actuaFiltres .actuaFiltres-content ul li.active {
  text-decoration-line: underline;
}
.actuaFiltres .search-bar {
  width: 300px;
  max-width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.actuaFiltres .search-bar svg {
  position: absolute;
  right: 15px;
}
.actuaFiltres .search-bar input {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border: none;
  outline: none;
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  opacity: 0.6;
  padding: 14px;
  filter: drop-shadow(0px 50px 40px rgba(37, 55, 134, 0.2));
}
.actuaFiltres .search-bar input::-moz-placeholder {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  opacity: 0.6;
}
.actuaFiltres .search-bar input::placeholder {
  font-family: "Satoshi", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  opacity: 0.6;
}

.actuaGrid {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.actuaGrid .actuaGrid-container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.actuaGrid .actuaGrid-content {
  display: flex;
  flex-direction: column;
}

/** End Actualites Styles **/
/** Start Dropdown Menu Styles **/
.dropdown-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 224px;
  background-color: #fff;
  padding: 84px 84px 40px 84px;
  z-index: 20;
  clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.dropdown-menu .dropdown-menu-container {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.dropdown-menu .dropdown-menu-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(202, 173, 57, 0.4);
  position: relative;
}
.dropdown-menu .dropdown-menu-content:after {
  content: "";
  width: 267px;
  height: 162px;
  background-image: url("../images/shape-dropdown-menu.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: 10;
  pointer-events: none;
}
.dropdown-menu .dropdown-menu-content .left-side {
  width: 300px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.dropdown-menu .dropdown-menu-content .left-side ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 30px;
  padding-left: 100px;
}
.dropdown-menu .dropdown-menu-content .left-side ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
}
.dropdown-menu .dropdown-menu-content .right-side {
  width: 613px;
  max-width: 100%;
  min-height: 262px;
  display: flex;
  justify-content: space-between;
  background: #dee1ed;
}
.dropdown-menu .dropdown-menu-content .right-side .title_content {
  width: 336px;
  display: flex;
  flex-direction: column;
  padding: 35px 0 35px 35px;
}
.dropdown-menu .dropdown-menu-content .right-side .title_content h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 15px;
}
.dropdown-menu .dropdown-menu-content .right-side .title_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.dropdown-menu .dropdown-menu-content .right-side .title_content span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #253786;
}
.dropdown-menu .dropdown-menu-content .right-side .image {
  width: 239px;
}
.dropdown-menu .dropdown-menu-content .right-side .image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

header .become-member a,
header .social-media ul li a svg path,
header .social-media ul li a {
  transition: 0.5s;
}

body.opened_dropdown {
  overflow: hidden;
}
body.opened_dropdown .dropdown-menu {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  opacity: 1;
  visibility: visible;
}
body.opened_dropdown .hero {
  filter: blur(2px);
}

body:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0;
  background-color: #000;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}

body.opened_dropdown:before {
  background: #000;
  opacity: 0.8;
  z-index: 5;
}
body.opened_dropdown header .menu_multilang nav ul li {
  color: #fff;
}
body.opened_dropdown header .become-member a {
  background: transparent;
  color: #fff;
}
body.opened_dropdown header .social-media ul li a {
  background: #fff;
}
body.opened_dropdown header .social-media ul li a svg path {
  stroke: #000;
}
body.opened_dropdown header .social-media ul li:last-child a svg path {
  fill: #000;
  stroke: transparent;
}
body.opened_dropdown header .lang-btn .globe svg path {
  stroke: #fff;
}
body.home header .logo svg path,
body.page-template-actualites header .logo svg path,
body.page-template-association header .logo svg path,
body.opened_dropdown header .logo svg path {
  fill: #fff;
}
body.home header .logo svg path:nth-last-child(-n + 2),
body.page-template-actualites header .logo svg path:nth-last-child(-n + 2),
body.page-template-association header .logo svg path:nth-last-child(-n + 2),
body.opened_dropdown header .logo svg path:nth-last-child(-n + 2) {
  stroke: #fff;
}

/** End Dropdown Menu Styles **/
/** Start Popup Styles **/
.popup {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6705882353);
  backdrop-filter: blur(12px);
  z-index: 9999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  padding: 20px 0;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup .close-popup {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  padding: 60px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}
.popup .popup-content {
  width: 100%;
  height: 100vh;
  display: flex;
  gap: 18px;
  justify-content: flex-end;
}
.popup .left-side {
  width: 327px;
  display: flex;
  flex-direction: column;
}
.popup .left-side .gallery {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
}
.popup .left-side .gallery img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup .right-side {
  width: 720px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.popup .right-side .popup-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.popup .right-side .popup-wrapper .top {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.popup .right-side .popup-wrapper .top .title {
  padding: 40px;
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  background-color: #dee1ed;
}
.popup .right-side .popup-wrapper .top .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup .right-side .popup-wrapper .middle {
  padding: 27px 45px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.popup .right-side .popup-wrapper .middle .middle-block {
  width: 581px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popup .right-side .popup-wrapper .middle .middle-block h3 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
}
.popup .right-side .popup-wrapper .middle .middle-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  padding-bottom: 3px;
}
.popup .right-side .popup-wrapper .middle .middle-block p strong {
  font-weight: 500;
}
.popup .right-side .popup-wrapper .middle .middle-block ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup .right-side .popup-wrapper .middle .middle-block ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  position: relative;
  padding-left: 25px;
}
.popup .right-side .popup-wrapper .middle .middle-block ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
}
.popup .right-side .popup-wrapper .bottom {
  display: flex;
  flex-direction: column;
  padding: 34px 45px;
  background-color: #253786;
}
.popup .right-side .popup-wrapper .bottom .content {
  display: flex;
  flex-direction: column;
}
.popup .right-side .popup-wrapper .bottom .content .title_contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(202, 173, 57, 0.4);
}
.popup .right-side .popup-wrapper .bottom .content .title_contact h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.popup .right-side .popup-wrapper .bottom .content .title_contact a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #ffffff;
}
.popup .right-side .popup-wrapper .bottom .card_team {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(202, 173, 57, 0.4);
}
.popup .right-side .popup-wrapper .bottom .card_team .image {
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
}
.popup .right-side .popup-wrapper .bottom .card_team .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup .right-side .popup-wrapper .bottom .card_team .team_content {
  display: flex;
  flex-direction: column;
}
.popup .right-side .popup-wrapper .bottom .card_team .team_content h4 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.popup .right-side .popup-wrapper .bottom .card_team .team_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-top: 5px;
}
.popup .right-side .popup-wrapper .bottom .card_team .team_content ul {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}
.popup .right-side .popup-wrapper .bottom .card_team .team_content ul a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50%;
}

/** End Popup Styles **/

/** Start Mentions legales **/

.ml {
  display: flex;
  flex-direction: column;
  padding-top: 310px;
  padding-bottom: 35px;
  background: #ffffff;
}

.ml .ml-container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.ml .ml-content {
  display: flex;
  flex-direction: column;
}

.ml .title h1 {
  font-family: "etna-condensed", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 84px;
  color: #000000;
}

.ml .description {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0 100px;
  margin-top: 50px;
}

.ml .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.ml .description ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ml .description ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  position: relative;
  padding-left: 25px;
}

.ml .description ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}

/** End Mentions legales **/

/** Start Header Mobile **/

.header_mobile {
  display: none;
}

.burger {
  flex-direction: column;
  gap: 7px;
  position: absolute;
  top: 20px;
  right: 10px;
  width: 70px;
  height: 70px;
  background-color: #253786;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  z-index: 30;
}

.burger span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.5s;
}

body.home:not(.opened_menu) .header_mobile-content .logo svg path,
body.page-template-actualites:not(.opened_menu)
  .header_mobile-content
  .logo
  svg
  path {
  fill: #fff;
}

body.home:not(.opened_menu)
  .header_mobile-content
  .logo
  svg
  path:nth-last-child(-n + 2),
body.page-template-actualites:not(.opened_menu)
  .header_mobile-content
  .logo
  svg
  path:nth-last-child(-n + 2) {
  stroke: #fff;
}

body.opened_menu .header_mobile-content {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}

.body.opened_menu .burger {
  border-radius: 0 10px 10px 0;
  pointer-events: initial;
}
body.opened_menu .burger span {
  background-color: #fff;
}
body.opened_menu .burger span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 5px);
}
body.opened_menu .burger span:nth-child(2) {
  opacity: 0;
}
body.opened_menu .burger span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

body.opened_menu .header_mobile .menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.header_mobile .menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header_mobile {
  width: 100%;
  flex-direction: column;
  position: absolute;
  top: 0;
  z-index: 30;
}

.header_mobile-content {
  display: flex;
  flex-direction: column;
  background: transparent;
  padding: 0 15px 45px 15px;
  transition: 0.5s;
}

.header_mobile .menu {
  font-size: 19px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  pointer-events: none;
}

.header_mobile .lang-switcher ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.header_mobile .primaryButton {
  margin-top: 0;
}

.header_mobile-content .logo svg {
  width: 140px;
}

/** End Header Mobile **/
