@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   bg-color / tools
   ========================================================================== */
/* ==========================================================================
   bg-frame / tools
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #FFFDF8;
  --color-black: #15202E;
  --color-primary: #16345B;
  --color-accent: #e98b1d;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Jost", sans-serif;
  --font-secondary: "Libre Franklin", sans-serif;
  --font-size-content: clamp(1rem, 0.83vw + 0.75rem, 1.5rem);
  --font-size-h1: clamp(3rem, 5vw + 1.5rem, 6rem);
  --font-size-h2: clamp(2.38rem, 2.71vw + 1.56rem, 4rem);
  --font-size-h3: clamp(2rem, 1.67vw + 1.5rem, 3rem);
  --font-size-h4: clamp(1.25rem, 0.83vw + 1rem, 1.75rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 16px;
  --spacing-md: 40px;
  --spacing-lg: 64px;
  --spacing-xl: 128px;
  --spacing-xxl: 240px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   RESET / GENERIC
   ========================================================================== */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
body {
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  color: var(--color-black);
  line-height: 1.6;
  background-color: var(--color-white);
  scroll-behavior: smooth;
}
body p {
  margin: 0;
  font-weight: 300;
  line-height: 1.3;
}
body strong {
  font-weight: 700;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3 {
  font-family: var(--font-primary);
  line-height: 1.1;
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: 900;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-bottom: 32px;
  }
}

h3, .h3 {
  font-size: var(--font-size-h3);
  line-height: 1.2;
  font-weight: 700;
}
h3.h3, .h3.h3 {
  color: var(--color-black);
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: 300;
}

em {
  font-style: italic;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
.a {
  position: relative;
  overflow: hidden;
  padding: 0 5px;
  font-family: var(--font-primary);
  font-weight: 700;
  transition: all 0.3s ease-out;
  text-decoration: none;
  font-size: clamp(0.88rem, 1.04vw + 0.56rem, 1.5rem);
  color: var(--font-black);
  align-self: start;
  display: inline-block;
  border: 4px solid transparent;
  background-color: transparent;
  line-height: 1.6;
}
.a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: var(--color-accent);
  padding: 5px;
  border: none;
  transition: all 0.3s ease-out;
  transform: translateY(105%);
  display: inline-block;
}
.a span, .a svg {
  position: relative;
  z-index: 5;
}
.a:hover, .a.hover {
  color: var(--color-white);
}
.a:hover::after, .a.hover::after {
  transform: translateY(0);
}
.a:focus-visible, .a.focus {
  border-color: var(--color-accent);
  outline: none;
}

.a_phone {
  padding: 0;
  margin-left: -4px;
}
.a_phone span {
  font-weight: 300;
  font-style: italic;
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1440px;
  width: calc(100% - var(--spacing-lg));
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    width: calc(100% - var(--spacing-lg));
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: calc(100% - var(--spacing-md));
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    width: calc(100% - var(--spacing-sm));
  }
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}

/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
}

.icon--stroke {
  fill: transparent;
  stroke: currentColor;
}

.icon--xs {
  height: 0.75em;
  width: 0.75em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--md {
  height: 1.25em;
  width: 1.25em;
}

.icon--lg {
  height: 1.75em;
  width: 1.75em;
}

.icon--xl {
  height: 3em;
  width: 3em;
}

.icon--logo {
  height: 3em;
  width: 6em;
}

.ul {
  margin: 0;
}
.ul li {
  list-style: none;
  position: relative;
  padding: 8px 0;
}
.ul li > *::after {
  --size: 10px;
  position: absolute;
  content: "";
  top: 40%;
  left: calc((20px + var(--size) / 2) * -1);
  width: var(--size);
  height: var(--size);
  border: calc(var(--size) / 2) solid var(--color-black);
}
@media screen and (max-width: 768px) {
  .ul li > *::after {
    --size: 8px;
  }
}

.ul-border li {
  padding: 0;
}
.ul-border li > *::after {
  top: 35%;
  border: calc(var(--size) / 10) solid var(--color-black);
}

.header {
  --header-height: 100px;
  position: fixed;
  top: 0;
  height: var(--header-height);
  width: 100%;
  z-index: 10;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  opacity: 0;
  transform: scaleY(10%);
}
.header.background {
  background-color: var(--color-white);
}
.header.background a {
  color: var(--color-black);
}
.header.background .logo {
  color: var(--color-black) !important;
}
.nav-is-active .header.background .logo {
  color: var(--color-black) !important;
}
@media screen and (max-width: 768px) {
  .nav-is-active .header.background .logo {
    color: var(--color-white) !important;
  }
}
.header.background .btn_menu span {
  background-color: var(--color-black) !important;
}
.header.background .btn_menu p {
  color: var(--color-black);
}
.header .wrapper {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .wrapper .logo {
  z-index: 101;
  color: var(--color-black);
  align-self: auto;
}
@media screen and (max-width: 768px) {
  .header .wrapper .logo {
    color: var(--color-white);
  }
}
.header .wrapper .logo:hover {
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .header .wrapper {
    position: static;
  }
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  opacity: 0;
  transform: translateY(-30%);
}

@media screen and (min-width: 1440px) {
  .nav-is-active body {
    overflow: auto;
  }
}

.btn_menu {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 100;
  cursor: pointer;
}
.btn_menu .btn_mobile {
  --bar-height: 3px;
  --bar-width: 35px;
  --bar-spacer: 5px;
  --box-size: 35px;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
  width: var(--box-size);
  height: var(--box-size);
  cursor: pointer;
}
.btn_menu .btn_mobile span {
  background-color: var(--color-white);
  height: var(--bar-height);
  width: 100%;
  position: absolute;
  top: calc(50% - var(--bar-height) / 2);
  left: calc(50% - var(--bar-width) / 2);
  transition: 0.3s all ease-out;
}
.btn_menu .btn_mobile span:nth-child(1) {
  top: calc(50% - var(--bar-height) / 2 - var(--bar-height) - var(--bar-spacer));
  transform-origin: 0 0;
}
.btn_menu .btn_mobile span:nth-child(3) {
  top: calc(50% - var(--bar-height) / 2 + var(--bar-height) + var(--bar-spacer));
}
@media screen and (max-width: 1440px) {
  .btn_menu .btn_mobile span {
    background-color: var(--color-white);
  }
}
.btn_menu p {
  color: var(--color-white);
  font-family: var(--font-primary);
}
.btn_menu .open {
  display: none;
}
.nav-is-active .btn_menu .btn_mobile span {
  background-color: var(--color-white) !important;
  top: calc(50% - var(--bar-height) / 2);
}
.nav-is-active .btn_menu .btn_mobile span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
.nav-is-active .btn_menu .btn_mobile span:nth-child(2) {
  transform: scaleX(0);
}
.nav-is-active .btn_menu .btn_mobile span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-is-active .btn_menu p {
  color: var(--color-white) !important;
}
.nav-is-active .btn_menu .open {
  display: block;
}
.nav-is-active .btn_menu .close {
  display: none;
}
.btn_menu:hover .btn_mobile span:nth-child(1) {
  transform: rotate(-20deg);
}
.nav-is-active .btn_menu:hover .btn_mobile span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-primary {
  position: absolute;
  top: 0;
  right: -32px;
  z-index: 100;
  width: 25%;
  padding: 40px 32px 32px;
  display: flex;
  align-items: flex-start;
  overflow-y: auto;
  background-color: var(--color-primary);
  transform: translateY(-100%);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}
.nav-is-active .nav-primary {
  transform: translateY(0);
}
.nav-primary .nav__menu {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
  transform: translateY(-70%);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-primary .nav__menu a {
  position: relative;
  padding: 0 5px;
  display: block;
  overflow: hidden;
  font-family: var(--font-primary);
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-white);
  border: 4px solid transparent;
  transition: all 0.3s ease-out;
}
.nav-primary .nav__menu a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding: 5px;
  background-color: var(--color-accent);
  border: none;
  transition: all 0.3s ease-out;
  transform: translateY(105%);
}
.nav-primary .nav__menu a:hover::after {
  transform: translateY(0);
}
.nav-primary .nav__menu a:focus-visible {
  border-color: var(--color-accent);
  outline: none;
}
.nav-is-active .nav-primary .nav__menu a {
  color: var(--color-white);
}
.nav-primary .nav__menu .btn {
  padding: 0;
  overflow: visible;
}
.nav-is-active .nav-primary .nav__menu {
  transform: translateY(0);
}
.nav-primary .nav__menu li:first-child a {
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (max-width: 1560px) {
  .nav-primary {
    right: -16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1220px) {
  .nav-primary {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .nav-primary {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .nav-primary {
    width: 100%;
    right: 0;
    padding: 0;
    padding-bottom: 32px;
  }
  .nav-primary .nav__menu {
    align-items: center;
    padding-top: var(--header-height);
  }
}

.header_inverse .wrapper .logo {
  color: var(--color-white);
}
.header_inverse .wrapper .logo:hover {
  color: var(--color-white);
}
.header_inverse .wrapper .nav-primary .nav__menu a {
  color: var(--color-white);
}
.header_inverse .wrapper .nav-primary .nav__menu a:hover {
  color: var(--color-white);
}
.header_inverse .wrapper .btn_menu p {
  color: var(--color-black);
}
.header_inverse .wrapper .btn_mobile span {
  background-color: var(--color-black);
}
.header_inverse .wrapper .skip-nav {
  color: var(--color-white);
}
.nav-is-active .header_inverse .wrapper .btn_mobile span {
  background-color: var(--color-white);
}
.nav-is-active .header_inverse .btn_menu p {
  color: var(--color-white);
}
.nav-is-active .header_inverse .nav__menu a {
  color: var(--color-white) !important;
}
.nav-is-active .header_inverse.background .btn_menu p {
  color: var(--color-black);
}
.nav-is-active .header_inverse.background .btn_mobile span {
  background-color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .header_inverse .wrapper .btn_menu .btn_mobile span {
    background-color: var(--color-white);
  }
  .header_inverse .wrapper .btn_menu p {
    color: var(--color-white);
  }
  .header_inverse.background .btn_menu p {
    color: var(--color-black);
  }
  .header_inverse.background .btn_mobile span {
    background-color: var(--color-black);
  }
}

.header_black .btn_menu .btn_mobile span {
  background-color: var(--color-black);
}
.header_black .btn_menu p {
  color: var(--color-black);
}

.btn {
  display: inline-block;
  font-weight: 400;
  position: relative;
  font-family: var(--font-primary);
  overflow: visible;
  padding: 0;
  color: var(--color-black);
}
.btn span {
  padding: 12px 24px;
  border: 2px solid var(--color-black);
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: all ease-in 0.3s;
  font-size: clamp(1rem, 0.83vw + 0.75rem, 1.5rem);
}
.btn::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: var(--color-accent);
  position: absolute;
  transform: translate(-4px, 4px);
  transition: all ease-in 0.3s;
  z-index: 0;
}
.btn::after {
  display: none !important;
  pointer-events: none !important;
}
.btn:hover span, .btn.btn-hover span {
  background-color: transparent;
  border-color: transparent;
  transform: translate(-4px, 4px);
  color: var(--color-white);
}
.btn:focus-visible, .btn.btn-focus {
  border-color: transparent;
  outline: none;
}
.btn:focus-visible span, .btn.btn-focus span {
  background-color: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-white);
}

.btn-lg span {
  font-size: clamp(1.13rem, 1.04vw + 0.81rem, 1.75rem);
  padding: 16px 32px;
}
.btn-lg::before {
  transform: translate(-6px, 6px);
}
.btn-lg:hover span {
  transform: translate(-6px, 6px);
}

.btn-inverse span {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-white);
}
.btn-inverse:focus span, .btn-inverse.btn-focus span {
  background-color: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-primary);
}

.plus {
  font-size: clamp(0.88rem, 0.21vw + 0.81rem, 1rem);
  transition: all 0.3s ease-in;
}

.skip-nav {
  position: absolute;
  left: 25%;
  color: var(--color-black);
  text-decoration: none;
  z-index: 10;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.skip-nav:focus-visible {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .skip-nav {
    left: 22%;
  }
}
@media screen and (max-width: 1440px) {
  .skip-nav {
    left: 23%;
  }
}
@media screen and (max-width: 768px) {
  .skip-nav {
    left: 40%;
    color: var(--color-white);
  }
}
@media screen and (max-width: 480px) {
  .skip-nav {
    left: 35%;
  }
}

.hero {
  position: relative;
}
.hero .content {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  height: 100vh;
  justify-content: center;
}
.hero .content p {
  font-size: clamp(1.25rem, 2.08vw + 0.63rem, 2.5rem);
}
@media screen and (max-width: 1440px) {
  .hero .content {
    height: 80vh;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1220px) {
  .hero .content {
    height: 80vh;
  }
  .hero .content h1 {
    font-size: clamp(3rem, 2.5vw + 2.25rem, 4.5rem);
  }
  .hero .content p {
    font-size: clamp(1.25rem, 1.04vw + 0.94rem, 1.88rem);
  }
  .hero .content .btn-lg span {
    font-size: clamp(1.13rem, 0.21vw + 1.06rem, 1.25rem);
  }
}
@media screen and (max-width: 1024px) {
  .hero .content {
    height: 70vh;
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .hero .wrapper {
    order: 2;
  }
  .hero .content {
    width: 100%;
    height: 100%;
    gap: 24px;
    padding-top: 0;
  }
}

.hero-video {
  background-image: linear-gradient(to right, transparent 0%, var(--color-primary) 0, var(--color-primary) 40%, transparent 40%, transparent 100%);
  padding: var(--spacing-xl) 0;
  color: var(--color-white);
}
.hero-video .wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 25px;
  position: relative;
}
.hero-video .wrapper .hero_content {
  display: flex;
  align-items: center;
}
.hero-video .wrapper .hero_content h1 {
  position: absolute;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}
.hero-video .wrapper .hero_media .video--mobile {
  display: none;
}
.hero-video .wrapper .hero_media .video--desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .hero-video .wrapper .hero_media .video--mobile {
    display: block;
  }
  .hero-video .wrapper .hero_media .video--desktop {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hero-video {
    background-image: linear-gradient(to left, transparent 0%, var(--color-primary) 0, var(--color-primary) 0, transparent 0, transparent 100%);
    position: relative;
    padding: 0;
  }
  .hero-video .wrapper {
    grid-template-columns: 1fr;
    position: static;
  }
  .hero-video .wrapper .hero_content {
    grid-row: 2/3;
  }
  .hero-video .wrapper .hero_content h1 {
    position: static;
    color: var(--color-black);
  }
  .hero-video .wrapper .hero_media {
    height: 60vh;
  }
  .hero-video .wrapper .hero_media .video {
    position: absolute;
    aspect-ratio: 1.81;
    width: 100%;
    left: 0;
    top: 0;
    padding-bottom: 60vh;
  }
  .hero-video .wrapper .hero_media .video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.video-no-title .wrapper {
  grid-template-columns: 1fr;
}

.video-text .hero_content h1 {
  top: 10%;
}
.video-text .hero_content p {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .video-text .hero_content p {
    color: var(--color-black);
  }
}
@media screen and (max-width: 1024px) {
  .video-text .hero_content {
    flex-direction: column;
  }
}

.swiper {
  position: relative;
  cursor: grab;
}

.swiper-slide {
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

.carousel-media img {
  display: block;
}

.carousel-text .swiper-slide {
  background-color: var(--color-primary);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-text .swiper-slide .carousel-content {
  height: 455px;
  border: 64px solid var(--color-primary);
  padding: 32px;
  background-color: var(--color-white);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 1440px) {
  .carousel-text .swiper-slide .carousel-content {
    border: 52px solid var(--color-primary);
    padding: 30px 28px;
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-text .swiper-slide .carousel-content {
    border: 48px solid var(--color-primary);
    padding: 26px 24px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-text .swiper-slide .carousel-content {
    border: 32px solid var(--color-primary);
    padding: 20px 16px;
    height: 250px;
  }
}
.carousel-text .swiper-slide-active {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-text .swiper-slide-active .carousel-content {
  background-color: var(--color-primary);
  border: 64px solid var(--color-white);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-text .swiper-slide-active h3 {
  color: var(--color-white);
}
@media screen and (max-width: 1440px) {
  .carousel-text .swiper-slide-active .carousel-content {
    border: 48px solid var(--color-white);
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-text .swiper-slide-active .carousel-content {
    border: 48px solid var(--color-white);
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-text .swiper-slide-active .carousel-content {
    border: 32px solid var(--color-white);
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-text .swiper-slide .carousel-content {
    height: 250px;
  }
}

.carousel-text .custom-nav,
.carousel-number .custom-nav,
.carousel-image .custom-nav {
  position: absolute;
  bottom: -1%;
  left: 12%;
  z-index: 5;
  display: flex;
  gap: 24px;
}
.carousel-text .custom-nav .custom-button-prev,
.carousel-text .custom-nav .custom-button-next,
.carousel-number .custom-nav .custom-button-prev,
.carousel-number .custom-nav .custom-button-next,
.carousel-image .custom-nav .custom-button-prev,
.carousel-image .custom-nav .custom-button-next {
  transition: all 0.3s ease-in;
  border: 4px solid transparent;
  padding: 5px;
}
.carousel-text .custom-nav .custom-button-prev:hover,
.carousel-text .custom-nav .custom-button-next:hover,
.carousel-number .custom-nav .custom-button-prev:hover,
.carousel-number .custom-nav .custom-button-next:hover,
.carousel-image .custom-nav .custom-button-prev:hover,
.carousel-image .custom-nav .custom-button-next:hover {
  cursor: pointer;
  color: var(--color-accent);
}
.carousel-text .custom-nav .custom-button-prev:focus-visible, .carousel-text .custom-nav .custom-button-prev.focus,
.carousel-text .custom-nav .custom-button-next:focus-visible,
.carousel-text .custom-nav .custom-button-next.focus,
.carousel-number .custom-nav .custom-button-prev:focus-visible,
.carousel-number .custom-nav .custom-button-prev.focus,
.carousel-number .custom-nav .custom-button-next:focus-visible,
.carousel-number .custom-nav .custom-button-next.focus,
.carousel-image .custom-nav .custom-button-prev:focus-visible,
.carousel-image .custom-nav .custom-button-prev.focus,
.carousel-image .custom-nav .custom-button-next:focus-visible,
.carousel-image .custom-nav .custom-button-next.focus {
  border-color: var(--color-accent);
  outline: none;
}
@media screen and (max-width: 1680px) {
  .carousel-text .custom-nav,
  .carousel-number .custom-nav,
  .carousel-image .custom-nav {
    left: 14%;
  }
}
@media screen and (max-width: 1580px) {
  .carousel-text .custom-nav,
  .carousel-number .custom-nav,
  .carousel-image .custom-nav {
    left: 16%;
  }
}
@media screen and (max-width: 1279px) {
  .carousel-text .custom-nav,
  .carousel-number .custom-nav,
  .carousel-image .custom-nav {
    left: 3.5%;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-text .custom-nav,
  .carousel-number .custom-nav,
  .carousel-image .custom-nav {
    left: 5%;
    bottom: -1%;
  }
}
@media screen and (max-width: 768px) {
  .carousel-text .custom-nav,
  .carousel-number .custom-nav,
  .carousel-image .custom-nav {
    bottom: -2.5%;
  }
}

.calendrier .wrapper {
  display: flex;
  gap: var(--spacing-md);
  align-items: flex-end;
  margin-bottom: var(--spacing-lg);
}
.calendrier h2 {
  margin: 0;
}
.calendrier .sous-titre {
  font-family: var(--font-primary);
  margin-bottom: 3px;
}
.calendrier .swiper-slide .carousel-content {
  height: 180px;
}
.calendrier .custom-nav {
  left: 13%;
}
@media screen and (max-width: 1920px) {
  .calendrier .custom-nav {
    left: 13%;
  }
}
@media screen and (max-width: 1680px) {
  .calendrier .custom-nav {
    left: 15%;
  }
}
@media screen and (max-width: 1440px) {
  .calendrier .custom-nav {
    left: 17%;
  }
}
@media screen and (max-width: 1360px) {
  .calendrier .custom-nav {
    left: 19%;
  }
}
@media screen and (max-width: 1279px) {
  .calendrier .custom-nav {
    left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .calendrier .custom-nav {
    left: 7%;
  }
}
@media screen and (max-width: 768px) {
  .calendrier .custom-nav {
    left: 5%;
    bottom: -3.5%;
  }
}
@media screen and (max-width: 480px) {
  .calendrier .custom-nav {
    left: 7%;
  }
}

.carousel-image .swiper-slide .carousel-media {
  border: 64px solid var(--color-primary);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-image .swiper-slide-active .carousel-media {
  border: 64px solid var(--color-white);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.carousel-image .custom-nav {
  bottom: 1%;
  left: 20%;
}

.swiper-pagination {
  padding: 12px 24px;
  background-color: var(--color-white);
  width: auto;
  position: absolute;
  bottom: 0;
  font-family: var(--font-secondary);
  font-size: 2.25rem;
  font-weight: 100;
  left: 0;
  padding-left: 10%;
}
.swiper-pagination .swiper-pagination-current {
  display: inline-block;
  width: 50px;
}
@media screen and (max-width: 1220px) {
  .swiper-pagination {
    padding: 9px 18px;
    padding-left: 13%;
    font-size: 1.88rem;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    padding: 12px 24px;
    padding-left: 10%;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 480px) {
  .swiper-pagination {
    padding: 6px 10px;
    padding-left: 12%;
    font-size: 1.75rem;
  }
}

.swiper-hero {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}
.swiper-hero img {
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-hero::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 15%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 5;
}
.swiper-hero .text {
  font-family: var(--font-primary);
  font-size: clamp(3.25rem, 8.02vw + 0.84rem, 8.06rem);
  font-weight: 900;
  color: var(--color-white);
  letter-spacing: -1px;
  position: absolute;
  bottom: 0;
  right: -6%;
  writing-mode: sideways-lr;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .swiper-hero {
    aspect-ratio: 1/1;
    height: auto;
  }
  .swiper-hero .text {
    font-size: clamp(3.25rem, 4.48vw + 1.91rem, 5.94rem);
  }
}
@media screen and (max-width: 1024px) {
  .swiper-hero .text {
    font-size: clamp(3.25rem, 3.96vw + 2.06rem, 5.63rem);
  }
}
@media screen and (max-width: 950px) {
  .swiper-hero {
    height: 100%;
  }
  .swiper-hero .text {
    font-size: clamp(3.25rem, 2.92vw + 2.38rem, 5rem);
  }
}
@media screen and (max-width: 768px) {
  .swiper-hero {
    position: relative;
    order: 1;
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
  .swiper-hero .text {
    font-size: clamp(4rem, 12.08vw + 0.38rem, 11.25rem);
    right: -7%;
  }
}
@media screen and (max-width: 480px) {
  .swiper-hero .text {
    font-size: clamp(3.06rem, 20.94vw + -3.22rem, 15.63rem);
    right: -5%;
  }
}
.swiper-hero .custom-nav {
  position: absolute;
  bottom: 76px;
  left: 0;
  z-index: 10;
  padding: 32px 16px;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.swiper-hero .custom-nav .custom-button-prev,
.swiper-hero .custom-nav .custom-button-next {
  transition: all 0.3s ease-in;
  border: 4px solid transparent;
  padding: 5px;
}
.swiper-hero .custom-nav .custom-button-prev:hover,
.swiper-hero .custom-nav .custom-button-next:hover {
  cursor: pointer;
  color: var(--color-accent);
}
.swiper-hero .custom-nav .custom-button-prev:focus-visible, .swiper-hero .custom-nav .custom-button-prev.focus,
.swiper-hero .custom-nav .custom-button-next:focus-visible,
.swiper-hero .custom-nav .custom-button-next.focus {
  border-color: var(--color-accent);
  outline: none;
}
@media screen and (max-width: 1220px) {
  .swiper-hero .custom-nav {
    padding: 20px 13px;
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-hero .custom-nav {
    padding: 32px 16px;
    bottom: 76px;
  }
}
@media screen and (max-width: 480px) {
  .swiper-hero .custom-nav {
    padding: 13px 10px;
    bottom: 50px;
  }
}

.carousel-number {
  overflow: hidden;
  position: relative;
}
.carousel-number .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 180px;
}
@media screen and (max-width: 1920px) {
  .carousel-number .wrapper {
    margin-bottom: 260px;
  }
}
@media screen and (max-width: 1440px) {
  .carousel-number .wrapper {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-number .wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 540px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-number .wrapper {
    margin-bottom: 540px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-number .wrapper {
    margin-bottom: 600px;
  }
}
.carousel-number .description {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: start;
  background-color: var(--color-white);
  position: relative;
}
.carousel-number .description h2 {
  margin: 0;
}
.carousel-number .group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.carousel-number .group .a {
  margin-top: auto;
}
.carousel-number .group--carousel {
  padding: var(--spacing-sm) 24px;
}
.carousel-number .swiper {
  width: 50%;
  position: absolute;
  right: 0;
}
.carousel-number .swiper .swiper-slide {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .carousel-number .swiper {
    width: calc(100% - var(--spacing-lg));
    right: inherit;
  }
}
@media screen and (max-width: 768px) {
  .carousel-number .swiper {
    width: calc(100% - var(--spacing-md));
  }
}
@media screen and (max-width: 480px) {
  .carousel-number .swiper {
    width: calc(100% - var(--spacing-sm));
  }
}
.carousel-number .plus {
  align-self: flex-start;
}
.carousel-number .custom-nav {
  bottom: 17%;
  left: 40%;
}
@media screen and (max-width: 1440px) {
  .carousel-number .custom-nav {
    left: 35%;
    bottom: 17%;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-number .custom-nav {
    left: calc(var(--spacing-lg) / 2);
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .carousel-number .custom-nav {
    left: calc(var(--spacing-md) / 2);
  }
}
@media screen and (max-width: 540px) {
  .carousel-number .custom-nav {
    bottom: -1%;
  }
}
@media screen and (max-width: 480px) {
  .carousel-number .custom-nav {
    left: calc(var(--spacing-sm) / 2);
    bottom: 2%;
  }
}
@media screen and (max-width: 400px) {
  .carousel-number .custom-nav {
    bottom: -1%;
  }
}
.carousel-number .carousel-content {
  box-sizing: border-box;
  background-color: var(--color-primary);
  color: var(--color-white);
  height: 100%;
}
.carousel-number .carousel-content .p-small {
  font-size: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
  line-height: 1.3;
}
.carousel-number .count {
  font-size: clamp(9.69rem, 8.85vw + 7.03rem, 15rem);
  text-align: end;
  font-weight: 900;
  font-family: var(--font-primary);
  line-height: 0.8;
}
@media screen and (max-width: 768px) {
  .carousel-number {
    margin: 128px 0;
  }
}

.texte-image {
  padding: var(--spacing-lg) 0;
  background-image: linear-gradient(to right, transparent 0%, var(--color-primary) 0, var(--color-primary) 42%, transparent 42%, transparent 100%);
}
.texte-image .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-lg);
}
.texte-image .texte-image__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: start;
}
.texte-image .texte-image__content strong {
  font-weight: 700;
}
.texte-image .texte-image__content .js-afficher-plus {
  cursor: pointer;
  font-weight: 700;
  font-style: italic;
}
.texte-image .texte-image__content .h3 {
  margin: 0;
}
.texte-image .texte-image__content .hide {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
  justify-content: center;
}
.texte-image .texte-image__media {
  align-self: center;
}
.texte-image .texte-image__media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
}
.texte-image .texte-image__content-hero p {
  font-size: clamp(1.25rem, 2.08vw + 0.63rem, 2.5rem);
}
@media screen and (max-width: 768px) {
  .texte-image {
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 60%, transparent 60%, transparent 100%);
  }
  .texte-image .wrapper {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }
  .texte-image .wrapper .texte-image__content {
    gap: var(--spacing-sm);
  }
  .texte-image .wrapper .texte-image__media {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .texte-image {
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 40%, transparent 40%, transparent 100%);
  }
}

.image-right .texte-image__content {
  order: -1;
}
.image-right {
  background-image: linear-gradient(to left, transparent 0%, var(--color-primary) 0, var(--color-primary) 42%, transparent 42%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .image-right .texte-image__content {
    order: inherit;
  }
  .image-right {
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 60%, transparent 60%, transparent 100%);
  }
}
@media screen and (max-width: 480px) {
  .image-right {
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 40%, transparent 40%, transparent 100%);
  }
}

/* Ajouter cette classe sur la section pour inverser la couleur du background ainsi que le texte. */
.texte-image-inverse {
  background-image: linear-gradient(to left, transparent 0%, var(--color-primary) 0, var(--color-primary) 60%, transparent 60%, transparent 100%);
  color: var(--color-white);
  padding: var(--spacing-lg) 0;
}
.texte-image-inverse .h3 {
  color: var(--color-white);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .texte-image-inverse {
    background-image: linear-gradient(to top, transparent 0%, var(--color-primary) 0, var(--color-primary) 60%, transparent 60%, transparent 100%);
    padding: 0 0 32px;
  }
}
@media screen and (max-width: 480px) {
  .texte-image-inverse {
    background-image: linear-gradient(to top, transparent 0%, var(--color-primary) 0, var(--color-primary) 70%, transparent 70%, transparent 100%);
  }
}

.image-right.texte-image-inverse .texte-image__content {
  order: -1;
}
.image-right.texte-image-inverse {
  background-image: linear-gradient(to right, transparent 0%, var(--color-primary) 0, var(--color-primary) 60%, transparent 60%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .image-right.texte-image-inverse .texte-image__content {
    order: inherit;
  }
  .image-right.texte-image-inverse {
    background-image: linear-gradient(to top, transparent 0%, var(--color-primary) 0, var(--color-primary) 60%, transparent 60%, transparent 100%);
  }
}

.texte-image-hero {
  padding: var(--spacing-xl) 0;
}
.texte-image-hero .texte-image__media {
  padding-left: 100px;
}
@media screen and (max-width: 1024px) {
  .texte-image-hero .texte-image__media {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .texte-image-hero {
    padding-bottom: 0;
  }
}

.texte-image-contact {
  padding: var(--spacing-xl) 0;
}
.texte-image-contact .map {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .texte-image-contact {
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 50%, transparent 50%, transparent 100%);
  }
  .texte-image-contact .wrapper .texte-image__content {
    gap: 24px;
  }
}
@media screen and (max-width: 480px) {
  .texte-image-contact {
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 40%, transparent 40%, transparent 100%);
  }
}

.texte-sans-image {
  padding: var(--spacing-xxl) 0;
}
.texte-sans-image .texte-image__media {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.texte-sans-image h1 {
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .texte-sans-image {
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 42%, transparent 42%, transparent 100%);
  }
  .texte-sans-image .wrapper {
    gap: 50px;
  }
}

.texte-image-bg-carre {
  padding: var(--spacing-xl) 0 var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
  background-image: linear-gradient(to right, transparent 0%, transparent 5%, var(--color-primary) 5%, var(--color-primary) 42%, transparent 42%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .texte-image-bg-carre {
    background-image: linear-gradient(to bottom, transparent 0%, transparent 10%, var(--color-primary) 10%, var(--color-primary) 50%, transparent 50%, transparent 100%);
  }
}

.partners .wrapper {
  padding-top: 64px;
  justify-content: space-between;
  align-items: center;
}
.partners .wrapper .partner {
  display: flex;
  justify-content: center;
}
.partners .wrapper .partner img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .partners .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    padding-top: 0;
  }
  .partners .wrapper img {
    width: auto;
  }
}

.video {
  color: var(--color-white);
  text-align: center;
  height: 0;
  padding-bottom: 55.32%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-out;
  --border-radius: 0;
}
.video img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  transition: inherit;
}
.video .video__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius);
  transition: inherit;
}
.video .video__media .icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease-out;
  transform: translateX(-50%) translateY(-50%);
}
.is-video-ready .video .video__media .icon {
  opacity: 1;
}
.video {
  position: relative;
}
.video::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  border: 3px var(--color-black) solid;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.video::before {
  z-index: -1;
  transition: all 0.3s ease-in;
}
.video:hover .video__media .icon {
  animation: playBtn 0.75s linear infinite;
}

@keyframes playBtn {
  0% {
    transform: translateX(-50%) translateY(10%) scale(1.1, 0.7);
  }
  10% {
    transform: translateX(-50%) translateY(-20%) scale(0.9, 1.2);
  }
  20% {
    transform: translateX(-50%) translateY(-35%);
  }
  40% {
    transform: translateX(-50%) translateY(-40%);
  }
  50% {
    transform: translateX(-50%) translateY(-40%);
  }
  55% {
    transform: translateX(-50%) translateY(-32%);
  }
  60% {
    transform: translateX(-50%) translateY(-30%);
  }
  65% {
    transform: translateX(-50%) translateY(-25%);
  }
  70% {
    transform: translateX(-50%) translateY(-20%);
  }
  90% {
    transform: translateX(-50%) translateY(10%) scale(1.2, 0.7);
  }
  100% {
    transform: translateX(-50%) translateY(10%) scale(1.4, 0.7);
  }
}
.timeline .wrapper h2 {
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .timeline .wrapper h2 {
    text-align: left;
  }
}
.timeline .wrapper .grid-timeline {
  display: flex;
  flex-direction: column;
}
.timeline .wrapper .grid-timeline .grid-timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__texte {
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: end;
}
.timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__date {
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  position: relative;
  height: 180px;
}
.timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__date .dates {
  display: flex;
  flex-direction: column;
}
.timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__date .date {
  font-size: clamp(3rem, 6.25vw + 1.13rem, 6.75rem);
  font-family: var(--font-primary);
  line-height: 0.8;
  font-weight: 900;
  color: var(--color-white);
  width: 40%;
  word-break: break-word;
}
@media screen and (max-width: 835px) {
  .timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__date .date {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__date .date {
    width: 60%;
  }
}
@media screen and (max-width: 385px) {
  .timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__date .date {
    width: 70%;
  }
}
.timeline .wrapper .grid-timeline > :first-child .grid-timeline-item__texte {
  padding-top: var(--spacing-lg);
}
.timeline .wrapper .grid-timeline > :first-child .grid-timeline-item__date {
  padding-top: var(--spacing-lg);
  height: calc(var(--spacing-lg) + 180px);
}
.timeline .wrapper .grid-timeline > :last-child .grid-timeline-item__texte {
  padding-bottom: var(--spacing-lg);
}
.timeline .wrapper .grid-timeline > :last-child .grid-timeline-item__date {
  padding-bottom: var(--spacing-lg);
  height: 244px;
}
.timeline .wrapper .grid-timeline-item-right .date {
  text-align: right;
}
.timeline .wrapper .grid-timeline-item-right .grid-timeline-item__texte {
  grid-column: 3/4;
  margin: 0 0 0 var(--spacing-sm) !important;
  order: 2;
  text-align: left !important;
  justify-content: start !important;
}
.timeline .wrapper .grid-timeline-item-right .grid-timeline-item__date {
  grid-column: 2/3;
  justify-content: flex-end;
  order: 1;
}
@media screen and (max-width: 768px) {
  .timeline .wrapper .grid-timeline .grid-timeline-item {
    grid-template-columns: 1fr 2fr;
  }
  .timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__texte {
    margin: 0 0 0 var(--spacing-sm);
  }
  .timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__texte p {
    text-align: left;
  }
  .timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__date {
    grid-column: 1/2;
    grid-row: 1;
    justify-content: flex-end;
    height: 200px;
    width: 30vw;
    min-width: 80px;
  }
  .timeline .wrapper .grid-timeline .grid-timeline-item .grid-timeline-item__date .date {
    text-align: right;
  }
}

section {
  margin: var(--spacing-xl) 0;
}
@media screen and (max-width: 768px) {
  section {
    margin: var(--spacing-lg) 0;
  }
}

.valeurs {
  overflow: hidden;
}
.valeurs .banner {
  background-color: var(--color-primary);
  width: auto;
}
.valeurs .banner .ul {
  --gap: 74px;
  padding: 30px 0 30px var(--gap);
  display: flex;
  align-items: center;
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  gap: var(--gap);
  animation: autoscroll 30s linear infinite;
}
@keyframes autoscroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .valeurs .banner .ul {
    animation: autoscroll 20s linear infinite;
  }
}
@media screen and (min-width: 1920px) {
  .valeurs .banner .ul {
    animation: autoscroll 40s linear infinite;
  }
}
@media screen and (min-width: 3000px) {
  .valeurs .banner .ul {
    animation: autoscroll 60s linear infinite;
  }
}
.valeurs .banner:hover .ul {
  animation-play-state: paused;
}
.valeurs p {
  position: relative;
  color: var(--color-white);
  margin: 0;
  white-space: nowrap;
  font-size: clamp(1rem, 1.25vw + 0.63rem, 1.75rem);
}
.valeurs p::after {
  top: calc(50% - var(--size) / 2);
  left: calc((var(--gap) / 2 + var(--size) / 2) * -1);
  border-color: var(--color-white);
}
.valeurs .banner-mobile .ul {
  animation-delay: -2s;
}
@media screen and (min-width: 768px) {
  .valeurs .banner-mobile {
    display: none;
  }
}

.installations {
  overflow: hidden;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .installations h2 {
    margin-bottom: 140px;
  }
}

.cards-horizontal {
  display: flex;
  flex-direction: column;
  gap: 172px;
}
@media screen and (max-width: 1024px) {
  .cards-horizontal {
    gap: 140px;
  }
}

.card-horizontal {
  display: flex;
  gap: 64px;
  position: relative;
  padding-bottom: 24px;
}
.card-horizontal .card__media {
  width: 30%;
  height: 30%;
  position: relative;
}
.card-horizontal .card__media img {
  display: block;
}
.card-horizontal .card__media::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  border: 5px var(--color-primary) solid;
  position: absolute;
  top: 24px;
  left: -24px;
}
.card-horizontal .card__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  justify-content: center;
}
.card-horizontal .count {
  font-size: clamp(9.69rem, 59.69vw + -8.22rem, 45.5rem);
  font-weight: 900;
  font-family: var(--font-primary);
  color: var(--color-primary);
  line-height: 0.8;
  position: absolute;
  top: -25%;
  right: -20%;
}
.card-horizontal:nth-child(even) {
  justify-content: end;
}
.card-horizontal:nth-child(even) .card__media {
  order: 2;
}
.card-horizontal:nth-child(even) .card__media::before {
  right: -24px;
  left: auto;
}
.card-horizontal:nth-child(even) .card__content {
  order: 1;
  align-items: end;
}
.card-horizontal:nth-child(even) .count {
  left: -20%;
  right: auto;
}
@media screen and (max-width: 1600px) {
  .card-horizontal:nth-child(even) .count {
    left: -8%;
  }
}
@media screen and (max-width: 1024px) {
  .card-horizontal:nth-child(even) {
    align-items: end;
  }
  .card-horizontal:nth-child(even) .btn {
    align-self: end;
  }
  .card-horizontal:nth-child(even) .count {
    left: -8%;
  }
}
@media screen and (max-width: 920px) {
  .card-horizontal:nth-child(even) .count {
    left: -12%;
  }
}
@media screen and (max-width: 768px) {
  .card-horizontal:nth-child(even) {
    align-items: start;
  }
  .card-horizontal:nth-child(even) .btn {
    align-self: start;
  }
  .card-horizontal:nth-child(even) .card__content {
    align-items: start;
    order: 3;
  }
  .card-horizontal:nth-child(even) .count {
    left: auto;
    right: -5%;
  }
}
@media screen and (max-width: 1600px) {
  .card-horizontal .count {
    right: -8%;
  }
}
@media screen and (max-width: 1024px) {
  .card-horizontal .count {
    right: -8%;
  }
}
@media screen and (max-width: 920px) {
  .card-horizontal .count {
    right: -12%;
  }
}
@media screen and (max-width: 768px) {
  .card-horizontal {
    flex-direction: column;
  }
  .card-horizontal .card__media {
    width: 100%;
    height: 100%;
  }
  .card-horizontal .count {
    z-index: -1;
    top: -13%;
    right: -5%;
  }
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.cards .card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  background-image: linear-gradient(to top, transparent 0%, var(--color-primary) 0, var(--color-primary) 88%, transparent 88%, transparent 100%);
  color: var(--color-white);
}
.cards .card a {
  align-self: flex-start;
}
.cards .card__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cards .card__media img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.cards-number h2 {
  text-align: center;
  margin: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .cards-number h2 {
    text-align: left;
  }
}
.cards-number {
  grid-template-columns: 1fr 1fr;
}
.cards-number .card {
  background: var(--color-primary);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
}
.cards-number .card .card__content {
  height: 100%;
}
.cards-number .card .count {
  font-size: clamp(8.75rem, 18.75vw + 3.13rem, 20rem);
  font-weight: 900;
  font-family: var(--font-primary);
  line-height: 0.7;
  align-self: end;
  letter-spacing: -10px;
}
.cards-number .card a {
  justify-self: end;
}
@media screen and (max-width: 768px) {
  .cards-number .cards {
    grid-template-columns: 1fr;
  }
  .cards-number .carousel-number {
    margin: 0;
  }
}

.cards-2c {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .cards-2c {
    grid-template-columns: 1fr;
  }
}

.cards-section .card__content {
  height: 100%;
}
.cards-section .card__content a {
  margin-top: auto;
}
.cards-section h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cards-section h2 {
    text-align: left;
    margin-bottom: 32px;
  }
}

.organisation .grid-organisation {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
  margin-bottom: var(--spacing-lg);
}
.organisation .grid-organisation .grid-organisation-card h3 {
  padding: 8px 16px;
  background-color: var(--color-primary);
  color: var(--color-white);
}
.organisation .grid-organisation .grid-organisation-card:nth-child(1) {
  grid-column: 1/4;
}
.organisation .grid-organisation .grid-organisation-card:nth-child(1) h3 {
  width: 33%;
}
.organisation .grid-organisation .grid-organisation-card:nth-child(1) .lists-organisation {
  display: grid;
  grid-template-columns: 5fr 7fr;
  -moz-column-gap: var(--spacing-md);
       column-gap: var(--spacing-md);
}
.organisation .grid-organisation .grid-organisation-card:nth-child(1) h3, .organisation .grid-organisation .grid-organisation-card:nth-child(4) h3 {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .organisation .wrapper .grid-organisation {
    grid-template-columns: 1fr 1fr;
  }
  .organisation .wrapper .grid-organisation .grid-organisation-card:nth-child(1) {
    grid-column: 1/3;
  }
  .organisation .wrapper .grid-organisation .grid-organisation-card:nth-child(3) h3 {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .organisation .wrapper .grid-organisation {
    grid-template-columns: 1fr;
  }
  .organisation .wrapper .grid-organisation .grid-organisation-card:nth-child(1) {
    grid-column: 1/2;
  }
  .organisation .wrapper .grid-organisation .grid-organisation-card:nth-child(1) .lists-organisation {
    grid-template-columns: 1fr;
  }
  .organisation .wrapper .grid-organisation .grid-organisation-card:nth-child(1) h3 {
    width: 100%;
  }
  .organisation .wrapper .grid-organisation .grid-organisation-card:nth-child(2) h3 {
    margin-right: 0;
  }
}

.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 200;
  margin: 30px auto;
}
.footer .wrapper .footer-links {
  display: flex;
  gap: var(--spacing-md);
  align-items: center;
}
.footer .wrapper .footer-links a {
  font-weight: 200;
  transition: all 0.3s ease-in;
}
.footer .wrapper .footer-links .footer-separate {
  height: 20px;
  width: 1px;
  background-color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .footer .wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-sm);
  }
  .footer .wrapper .footer-links {
    gap: var(--spacing-sm);
  }
  .footer .wrapper .footer-links .footer-separate {
    height: 15px;
  }
  .footer .wrapper .copyright {
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .footer .wrapper {
    gap: var(--spacing-sm);
  }
}

.ds-body {
  display: flex;
  position: relative;
}

.flex-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.flex-column-big {
  gap: 128px;
}

.grid-1 {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .grid-1 {
    gap: 32px;
    padding-top: 0;
  }
  .grid-1 img {
    width: auto;
  }
}

.grid-2 {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .grid-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    padding-top: 0;
  }
  .grid-2 img {
    width: auto;
  }
}

.grid-3 {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .grid-3 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    padding-top: 0;
  }
  .grid-3 img {
    width: auto;
  }
}

.grid-4 {
  display: grid;
  gap: 64px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .grid-4 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    padding-top: 0;
  }
  .grid-4 img {
    width: auto;
  }
}

.ds-menu {
  padding: 20px 32px;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  gap: 12px;
  flex-direction: column;
  height: 100vh;
}
.ds-menu .logo svg {
  width: 8em;
  height: 3em;
}

.ds-wrapper {
  max-width: 1920px;
  width: calc(100% - var(--spacing-lg));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 256px;
}

.ds-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ds-nav ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
.ds-nav ul li {
  line-height: 1.2;
}
.ds-nav ul li a {
  font-size: 1.13rem;
  font-weight: 200;
}
.ds-nav a.active + ul {
  display: flex;
}
.ds-nav a {
  font-size: 1.25rem;
}

.main {
  width: 86%;
}
.main h4 {
  text-decoration: underline;
  margin: 64px 0 16px;
}

.fondations {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
}
.fondations .headings h2 {
  margin-bottom: 0;
}

.ds-h3 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.ds-h3::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  position: absolute;
  bottom: 15%;
  left: 0;
}

.content {
  width: 100%;
}

div.colors {
  display: flex;
  gap: 32px;
}
div.colors .color {
  width: 150px;
  height: 150px;
  position: relative;
}
div.colors .color p {
  position: absolute;
  padding: 8px;
  left: 0;
  bottom: 0;
  font-size: 1.13rem;
}
div.colors .black {
  background-color: var(--color-black);
  color: var(--color-white);
}
div.colors .white {
  background-color: var(--color-white);
  border: 2px solid var(--color-black);
}
div.colors .blue {
  background-color: var(--color-primary);
  color: var(--color-white);
}
div.colors .orange {
  background-color: var(--color-accent);
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.inverse {
  background-color: var(--color-primary);
}

.ds-title {
  position: sticky;
  top: 0;
  left: 0;
  margin: 0;
  background-color: var(--color-white);
  z-index: 20;
  width: 100%;
  padding: 32px 0;
}

.sizes {
  display: flex;
  justify-content: space-between;
}
.sizes .size {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.valeurs h4 {
  margin: 0;
  text-decoration: none;
}

.accordion:focus-visible, .accordion.focus {
  border-color: var(--color-accent);
  outline: none;
}

.accordion-title {
  overflow: hidden;
  background-color: var(--color-primary);
  color: var(--color-white);
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.accordion-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--color-white);
  background-color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  z-index: -1;
}

.accordion-btn-plus {
  --bar-height: 3px;
  --bar-width: 25px;
  --bar-spacer: 0px;
  --box-size: 25px;
  aspect-ratio: 1/1;
  position: relative;
  width: var(--box-size);
  height: var(--box-size);
}
.accordion-btn-plus span {
  background-color: var(--color-white);
  height: var(--bar-height);
  width: 100%;
  position: absolute;
  top: calc(50% - var(--bar-height) / 2);
  left: calc(50% - var(--bar-width) / 2);
  transition: 0.8s all cubic-bezier(0.19, 1, 0.22, 1);
}
.accordion-btn-plus span:nth-child(2) {
  transform: rotate(90deg);
}
.is-active .accordion-btn-plus span {
  top: calc(50% - var(--bar-height) / 2);
}
.is-active .accordion-btn-plus span:nth-child(2) {
  transform: rotate(180deg);
}

.accordion-vertical .accordions-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.accordion-vertical h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accordion-vertical h2 {
    text-align: left;
    margin-bottom: 32px;
  }
}
.accordion-vertical .accordion-title {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}
.accordion-vertical .accordion-title p {
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.accordion-vertical .accordion-title:hover p {
  color: var(--color-accent);
}
.accordion-vertical .accordion {
  position: relative;
  display: grid;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
.accordion-vertical .accordion::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  border: 3px var(--color-black) solid;
  background-color: transparent;
  position: absolute;
  top: 16px;
  left: 16px;
}
.accordion-vertical .accordion::before {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.accordion-vertical .accordion.is-active {
  grid-template-rows: auto 1fr;
}
.accordion-vertical .accordion.is-active::before {
  opacity: 1;
}
.accordion-vertical .accordion.is-active .accordion-description {
  transform: translateY(0);
  opacity: 1;
  padding: 16px;
  height: 100%;
  min-height: 0;
  z-index: 2;
}
.accordion-vertical .accordion-description {
  position: relative;
  transform: translateY(-100%);
  height: 0;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  min-height: 0;
  padding: 0 16px;
}

.accordion-horizontal .accordions-container {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .accordion-horizontal .accordions-container {
    flex-direction: column;
    gap: 10px;
  }
}
.accordion-horizontal .accordion-title {
  gap: 20px;
  padding: 20px 15px 20px 40px;
  writing-mode: sideways-lr;
  z-index: 3;
}
.accordion-horizontal .accordion-title h3 {
  margin: 0;
  color: var(--color-white);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  font-size: clamp(2rem, 2.71vw + 1.19rem, 3.63rem);
  font-weight: 900;
}
.accordion-horizontal .accordion-title:hover h3 {
  color: var(--color-accent);
}
@media screen and (max-width: 1024px) {
  .accordion-horizontal .accordion-title {
    writing-mode: inherit;
    padding: 32px 16px 16px 16px;
    width: 100%;
  }
  .accordion-horizontal .accordion-title h3 {
    font-weight: 700;
  }
}
.accordion-horizontal .accordion {
  position: relative;
  display: flex;
  height: 600px;
  overflow: hidden;
  flex: 0 0 auto;
  transition: flex 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.accordion-horizontal .accordion.is-active {
  flex: 1 1 0;
}
.accordion-horizontal .accordion.is-active .accordion-description {
  transform: translateX(0);
  opacity: 1;
  z-index: 2;
  padding-left: 130px;
}
@media screen and (max-width: 1024px) {
  .accordion-horizontal .accordion {
    width: 100%;
    height: inherit;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .accordion-horizontal .accordion.is-active {
    flex: none;
    grid-template-rows: auto 1fr;
  }
  .accordion-horizontal .accordion.is-active .accordion-description {
    transform: translateY(0);
    padding: 16px;
  }
}
.accordion-horizontal .accordion-description {
  gap: 32px;
  height: 100%;
  padding: 20px;
  transform: translateX(-100%);
}
@media screen and (max-width: 1024px) {
  .accordion-horizontal .accordion-description {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 1024px) {
  .accordion-horizontal {
    margin: 128px 0;
  }
}

.etapes .wrapper {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: var(--spacing-md);
  padding-bottom: 18px;
}
.etapes .wrapper .etapes-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.etapes .wrapper .etapes-content .etapes-links {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.etapes .wrapper .etapes-content .etapes-links .plus {
  text-decoration: underline;
  font-size: clamp(1.13rem, 0.63vw + 0.94rem, 1.5rem);
  font-weight: 300;
  font-family: var(--font-secondary);
  align-self: flex-start;
}
.etapes .wrapper .etapes-cards {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.etapes .wrapper .etapes-cards .etapes-card {
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: flex-end;
  gap: var(--spacing-md);
  padding: var(--spacing-sm);
  position: relative;
}
.etapes .wrapper .etapes-cards .etapes-card::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  border: 3px var(--color-black) solid;
  background-color: transparent;
  position: absolute;
  top: 16px;
  left: 16px;
}
.etapes .wrapper .etapes-cards .etapes-card .number {
  font-size: clamp(3.75rem, 10.42vw + 0.63rem, 10rem);
  font-family: var(--font-primary);
  font-weight: 900;
  line-height: 0.8;
}
.etapes .wrapper .etapes-cards .etapes-card p {
  font-weight: 300;
  font-size: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
}
@media screen and (max-width: 1024px) {
  .etapes .wrapper {
    grid-template-columns: 2fr 3fr;
  }
}
@media screen and (max-width: 768px) {
  .etapes .wrapper {
    grid-template-columns: 1fr;
  }
  .etapes .wrapper .etapes-cards .etapes-card {
    position: relative;
  }
  .etapes .wrapper .etapes-cards .etapes-card::before {
    content: "";
    inset: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: -1;
    border: 3px var(--color-black) solid;
    background-color: transparent;
    position: absolute;
    top: 8px;
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .etapes .wrapper .etapes-content h2 {
    margin: 0 0 var(--spacing-sm);
  }
  .etapes .wrapper .etapes-cards .etapes-card {
    align-items: center;
  }
}

.etapes-full {
  overflow: hidden;
  padding: 55px 0 50px;
}
.etapes-full .wrapper {
  display: block;
}
.etapes-full .wrapper .etapes-cards {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.etapes-full .wrapper .etapes-cards .etapes-card {
  padding: 64px 24px 24px 24px;
  align-items: flex-start;
  flex-direction: column;
  width: 70%;
  gap: var(--spacing-sm);
}
.etapes-full .wrapper .etapes-cards .etapes-card:nth-child(even) {
  align-self: flex-end;
  position: relative;
}
.etapes-full .wrapper .etapes-cards .etapes-card:nth-child(even)::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  border: 3px var(--color-black) solid;
  background-color: transparent;
  position: absolute;
  top: 16px;
  left: -16px;
}
.etapes-full .wrapper .etapes-cards .etapes-card:nth-child(even) .count {
  top: -68%;
  left: 100%;
}
.etapes-full .wrapper .etapes-cards .count {
  font-size: clamp(9.69rem, 27.6vw + 1.41rem, 26.25rem);
  font-weight: 900;
  font-family: var(--font-primary);
  color: var(--color-primary);
  line-height: 0.8;
  position: absolute;
  top: -35%;
  left: -30%;
  z-index: -1;
}
.etapes-full .wrapper .etapes-cards .name h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1800px) {
  .etapes-full .wrapper {
    margin-top: 160px;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(odd) .count {
    top: auto;
    left: -15%;
    bottom: 30%;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(even) .count {
    left: auto;
    top: auto;
    right: -15%;
    bottom: 30%;
  }
}
@media screen and (max-width: 1440px) {
  .etapes-full .wrapper {
    margin-top: 160px;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(odd) .count {
    top: auto;
    left: -5%;
    bottom: 70%;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(even) .count {
    left: auto;
    top: auto;
    right: -5%;
    bottom: 70%;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(1) .count {
    top: auto;
    left: -5%;
    bottom: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .etapes-full .wrapper {
    margin-top: 120px;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(1) .count {
    bottom: 70%;
  }
}
@media screen and (max-width: 768px) {
  .etapes-full .wrapper .etapes-cards {
    gap: 148px;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card {
    width: 100%;
    padding: 32px 16px 16px 16px;
    gap: var(--spacing-sm);
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(even) .count {
    bottom: 70%;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(odd) .count {
    bottom: 70%;
  }
}
@media screen and (max-width: 480px) {
  .etapes-full .wrapper {
    margin-top: 50px;
  }
  .etapes-full .wrapper .etapes-cards {
    gap: 108px;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(even) .count {
    bottom: 70%;
  }
  .etapes-full .wrapper .etapes-cards .etapes-card:nth-child(odd) .count {
    bottom: 70%;
  }
}

.etapes-vides {
  padding: 145px 0 0;
}
.etapes-vides .wrapper .etapes-cards .etapes-card {
  border: 5px solid var(--color-primary);
  background-color: var(--color-white);
  color: var(--color-primary);
  position: relative;
}
.etapes-vides .wrapper .etapes-cards .etapes-card::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  border: 3px var(--color-primary) solid;
  background-color: var(--color-primary);
  position: absolute;
  top: 16px;
  left: 16px;
}
.etapes-vides .wrapper .etapes-cards .etapes-card .count {
  top: -85%;
  left: -18%;
  z-index: -1;
}
.etapes-vides .wrapper .etapes-cards .etapes-card:nth-child(even) {
  position: relative;
}
.etapes-vides .wrapper .etapes-cards .etapes-card:nth-child(even)::before {
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: -1;
  border: 3px var(--color-primary) solid;
  background-color: var(--color-primary);
  position: absolute;
  top: 16px;
  left: -16px;
}
.etapes-vides .wrapper .etapes-cards .etapes-card:nth-child(even) .count {
  top: -80%;
  left: 95%;
}
@media screen and (max-width: 1440px) {
  .etapes-vides .wrapper .etapes-cards .etapes-card:nth-child(even) .count {
    top: auto;
    left: auto;
  }
}

.ally .ally_content {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: var(--spacing-md);
}
.ally .ally_content .ally-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ally .ally_content .ally-text .ally-subtitle {
  font-size: clamp(1.25rem, 2.08vw + 0.63rem, 2.5rem);
  margin-bottom: 10px;
  display: block;
}
.ally .ally_content .ally-label {
  color: var(--color-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.ally .ally_content .ally-label::after {
  --size: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--spacing-md) / -2 - var(--size) / 2);
  height: 100%;
  width: var(--size);
  background-color: var(--color-primary);
}
.ally .ally_content .ally-label p {
  font-size: var(--font-size-h3);
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .ally .ally_content {
    grid-template-columns: 1fr;
  }
  .ally .ally_content .ally-label::after {
    left: 0;
    top: calc(var(--spacing-md) / -2 - var(--size) / 2);
    height: var(--size);
    width: 50%;
  }
}

.hide {
  display: none !important;
}
.active .hide {
  display: block !important;
}

.voir_plus {
  display: block;
}
.active .voir_plus {
  display: none !important;
}

.voir_moins {
  display: none;
}
.active .voir_moins {
  display: block !important;
}

#gform_wrapper form {
  --input-padding: var(--spacing-sm);
}
#gform_wrapper form fieldset {
  border: none;
  padding: 0;
}
#gform_wrapper form .gform_title {
  color: var(--color-black);
}
#gform_wrapper form .gfield_label {
  font-size: var(--font-size-content);
  color: var(--color-black);
}
#gform_wrapper form .gfield_required {
  font-size: var(--font-size-content);
  color: var(--color-black);
}
#gform_wrapper form {
  /* --------- Input ---------- */
}
#gform_wrapper form label {
  display: block;
  font-family: var(--font-primary);
  font-weight: 600;
}
#gform_wrapper form input, #gform_wrapper form .textarea, #gform_wrapper form select {
  background-color: var(--color-white);
  color: #696969;
  border: none;
  box-shadow: 0 0 0 3px var(--color-primary);
  cursor: pointer;
  font-family: inherit;
  padding: var(--input-padding);
  outline: none;
  height: 100%;
  transition: all 0.2s ease-in;
  font-weight: 300;
  border-radius: 0;
  line-height: 1;
}
#gform_wrapper form input:-webkit-autofill, #gform_wrapper form input:-webkit-autofill:active, #gform_wrapper form .textarea:-webkit-autofill, #gform_wrapper form .textarea:-webkit-autofill:active, #gform_wrapper form select:-webkit-autofill, #gform_wrapper form select:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 30px var(--color-primary-light) !important;
  -webkit-text-fill-color: inherit !important;
}
#gform_wrapper form input:hover,
#gform_wrapper form input + label:hover::before, #gform_wrapper form .textarea:hover,
#gform_wrapper form .textarea + label:hover::before, #gform_wrapper form select:hover,
#gform_wrapper form select + label:hover::before {
  background-color: var(--color-white);
  box-shadow: 0 0 0 3px var(--color-black);
  -webkit-box-shadow: 0 0 0 3px var(--color-accent) !important;
  color: var(--color-black);
}
#gform_wrapper form input:focus, #gform_wrapper form input:-webkit-autofill:focus, #gform_wrapper form input:focus + label::before, #gform_wrapper form .textarea:focus, #gform_wrapper form .textarea:-webkit-autofill:focus, #gform_wrapper form .textarea:focus + label::before, #gform_wrapper form select:focus, #gform_wrapper form select:-webkit-autofill:focus, #gform_wrapper form select:focus + label::before {
  background-color: var(--color-white);
  box-shadow: 0 0 0 3px var(--color-black);
  -webkit-box-shadow: 0 0 0 3px var(--color-primary) !important;
  color: var(--color-black);
}
#gform_wrapper form input::-moz-placeholder, #gform_wrapper form .textarea::-moz-placeholder, #gform_wrapper form select::-moz-placeholder {
  color: inherit;
}
#gform_wrapper form input::placeholder, #gform_wrapper form .textarea::placeholder, #gform_wrapper form select::placeholder {
  color: inherit;
}
#gform_wrapper form {
  /* --------- File upload ---------- */
}
#gform_wrapper form .gfield--type-fileupload input[type=file] {
  padding: 0;
  position: relative;
}
#gform_wrapper form .gfield--type-fileupload input[type=file]:hover::file-selector-button {
  background-color: var(--color-accent);
  border: 3px solid var(--color-accent);
}
#gform_wrapper form .gfield--type-fileupload input[type=file]::file-selector-button {
  margin-right: var(--spacing-sm);
  background-color: var(--color-primary);
  color: var(--color-white);
  border: 3px solid var(--color-primary);
  padding: var(--spacing-sm);
  cursor: pointer;
  transition: all 0.2s ease-in;
  border-radius: 0;
  height: 100%;
  width: 220px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #gform_wrapper form .gfield--type-fileupload input[type=file]::file-selector-button {
    width: 170px;
    padding: var(--spacing-sm) var(--spacing-xs);
  }
}
#gform_wrapper form {
  /* --------- Select ---------- */
}
#gform_wrapper form .gfield--type-select {
  position: relative;
}
#gform_wrapper form .gfield--type-select input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: var(--spacing-md);
}
#gform_wrapper form .gfield--type-select input:invalid {
  color: var(--color-neutral-dark);
}
#gform_wrapper form .gfield--type-select option {
  background-color: var(--color-white);
  color: var(--color-black);
}
#gform_wrapper form .gfield--type-select::after {
  --size: 12px;
  background: url("../assets/icons/chevronDown.svg") no-repeat 50% 50%;
  background-size: 100%;
  height: var(--size);
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  right: var(--input-padding);
  width: var(--size);
  pointer-events: none;
}
#gform_wrapper form {
  /* ---------- Textarea --------- */
}
#gform_wrapper form .textarea {
  max-width: 100%;
}
#gform_wrapper form .textarea input {
  resize: vertical;
  height: 150px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#gform_wrapper form {
  /* -------- Checkbox + radio --------- */
}
#gform_wrapper form .gfield--type-checkbox,
#gform_wrapper form .gfield--type-radio {
  --active-scale: 1;
}
#gform_wrapper form .gfield--type-checkbox input,
#gform_wrapper form .gfield--type-radio input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  display: none;
}
#gform_wrapper form .gfield--type-checkbox label,
#gform_wrapper form .gfield--type-radio label {
  --size: 21px;
  cursor: pointer;
  overflow: hidden;
  padding-left: calc(var(--size) + var(--spacing-sm));
  position: relative;
  font-size: clamp(1.13rem, 0.21vw + 1.06rem, 1.25rem);
  overflow: visible;
  margin: 0;
}
#gform_wrapper form .gfield--type-checkbox label::before, #gform_wrapper form .gfield--type-checkbox label::after,
#gform_wrapper form .gfield--type-radio label::before,
#gform_wrapper form .gfield--type-radio label::after {
  content: "";
  height: var(--size);
  position: absolute;
  top: 3px;
  left: 3px;
  width: var(--size);
  transition: all 0.2s ease-in;
}
#gform_wrapper form .gfield--type-checkbox label::before,
#gform_wrapper form .gfield--type-radio label::before {
  box-shadow: 0 0 0 3px var(--color-primary);
  background-color: var(--color-white);
}
#gform_wrapper form .gfield--type-checkbox label::after,
#gform_wrapper form .gfield--type-radio label::after {
  background-color: var(--color-primary);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
#gform_wrapper form .gfield--type-checkbox input:checked + label::after,
#gform_wrapper form .gfield--type-radio input:checked + label::after {
  opacity: 1;
  transform: scale(var(--active-scale));
}
#gform_wrapper form .gfield--type-checkbox label::after {
  background-size: 50%;
}
#gform_wrapper form .gfield--type-radio label::before {
  border-radius: 100%;
}
#gform_wrapper form .gfield--type-radio label::after {
  --active-scale: 1.1;
  background-color: var(--color-primary);
  border-radius: 100%;
}
#gform_wrapper form {
  /* -------- Error --------- */
}
#gform_wrapper form .error input, #gform_wrapper form .error.check label::before, #gform_wrapper form .error.radio label::before,
#gform_wrapper form .error .check label::before,
#gform_wrapper form .error .radio label::before {
  box-shadow: inset 0 0 0 3px var(--color-fail);
}
#gform_wrapper form .error label {
  color: var(--color-fail);
}
#gform_wrapper form {
  /* -------- Footer --------- */
}
#gform_wrapper form .gform-footer {
  margin-top: var(--spacing-md);
  display: flex;
  justify-content: flex-start;
}
#gform_wrapper form .gform-footer input {
  margin-left: 6px;
  width: inherit;
  padding: 12px 24px;
  box-shadow: -6px 6px 0 0 var(--color-accent);
  border: 3px solid var(--color-black);
  font-weight: 400;
  color: var(--color-black);
  font-size: clamp(1rem, 0.83vw + 0.75rem, 1.5rem);
}
#gform_wrapper form .gform-footer input:hover {
  box-shadow: 0 0 0 0 var(--color-accent);
  border: 3px solid rgba(233, 139, 29, 0);
  background-color: var(--color-accent);
  -webkit-box-shadow: 0 0 0 0px var(--color-accent) !important;
  color: var(--color-white);
}
#gform_wrapper form .gform-footer input:focus, #gform_wrapper form .gform-footer input:-webkit-autofill:focus {
  box-shadow: 0 0 0 0 var(--color-accent);
  border: 3px solid var(--color-white);
  background-color: var(--color-primary);
  -webkit-box-shadow: 0 0 0 4px var(--color-accent) !important;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  #gform_wrapper form .gform-footer input {
    padding: 8px 16px;
  }
}

.gfield {
  min-width: 0;
}

.gform_heading h2 {
  margin-bottom: 32px;
}

/*
.form__body {
    .is-sent & {
        display: none;
    }
}

.form__confirmation {
    display: none;

    .is-sent & {
        display: block;
    }
}*/
/* ==========================================================================
   form / component
   ========================================================================== */
.formulaire-connexion {
  height: 64vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formulaire-connexion .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: var(--spacing-md);
}
.formulaire-connexion .wrapper .error {
  order: 1;
  font-weight: 500;
}

.requis {
  opacity: 0;
  color: var(--color-red);
  font-size: clamp(1rem, 0.21vw + 0.94rem, 1.13rem);
  margin: 0;
}

.form {
  --input-radius: 0;
  --input-padding: 10px;
  padding: 52px 24px 24px 24px;
  background-color: var(--color-primary);
  color: var(--color-white);
  align-self: center;
  justify-self: center;
}
.form fieldset {
  border: none;
  padding: 0;
}
.form .grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1024px) {
  .form .grid {
    grid-template-columns: 1fr;
  }
}
.form .u-grid-fullwidth {
  grid-column: 1/-1 !important;
}
.form .btn {
  margin-top: 24px;
  border: none;
}
.form .btn:focus {
  outline: none;
}
.form .btn {
  cursor: pointer;
}
.form button {
  background-color: transparent;
}

.form__list {
  padding-bottom: 40px;
}
.form__list h4 {
  padding-bottom: 15px;
}

.form__footer {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .form__footer {
    justify-content: center;
  }
}

.is-sent .form__body {
  display: none;
}

.form__confirmation {
  display: none;
}
.is-sent .form__confirmation {
  display: block;
}

/*
   input
   ========================================================================== */
.input__label {
  display: block;
  font-size: var(--font-size-content);
  font-weight: 400;
  width: 100%;
}

.input__element {
  border-radius: var(--input-radius);
  background-color: var(--color-white);
  border: 3px solid transparent;
  box-shadow: none;
  cursor: pointer;
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: clamp(1rem, 0.21vw + 0.94rem, 1.13rem);
  outline: none;
  width: 420px;
  padding: 16px;
  margin-bottom: 24px;
  margin-top: 16px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .input__element {
    width: 300px;
  }
}
.input__element:-webkit-autofill, .input__element:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 30px var(--color-white) !important;
  -webkit-text-fill-color: inherit !important;
}
.input__element:hover,
.input__element + .input__label:hover::before {
  border: 3px solid var(--color-accent);
  -webkit-box-shadow: none !important;
}
.input__element:focus, .input__element:-webkit-autofill:focus, .input__element:focus + .input__label::before {
  background-color: var(--color-white);
  border-color: var(--color-secondary);
  box-shadow: none;
  -webkit-box-shadow: none !important;
}
.input__element::-moz-placeholder {
  color: var(--color-secondary);
}
.input__element::placeholder {
  color: var(--color-secondary);
}

/*
   select
   ========================================================================== */
.select {
  position: relative;
}
.select .input__element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: var(--spacing-md);
}
.select .input__element:invalid {
  color: var(--color-primary);
}
.select option {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.select::after {
  --size: 24px;
  content: "";
  background-size: 100%;
  height: var(--size);
  position: absolute;
  pointer-events: none;
  top: 40%;
  transform: translateY(20%);
  right: var(--input-padding);
  width: var(--size);
}

/*
   textarea
   ========================================================================== */
.textarea .input__element {
  resize: vertical;
  height: 100px;
  grid-column: -1;
}
@media screen and (max-width: 768px) {
  .textarea .input__element {
    height: 50px;
  }
}

/*
   checkbox + radio
   ========================================================================== */
.checkbox,
.radio {
  --active-scale: 1;
  padding-bottom: 10px;
}
.checkbox .input__element,
.radio .input__element {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 1px;
}
.checkbox .input__label,
.radio .input__label {
  --size: 28px;
  cursor: pointer;
  overflow: hidden;
  padding-left: calc(var(--size) + var(--spacing-sm));
  position: relative;
  height: var(--size);
  display: flex;
  align-items: center;
}
.checkbox .input__label::before, .checkbox .input__label::after,
.radio .input__label::before,
.radio .input__label::after {
  content: "";
  height: var(--size);
  position: absolute;
  left: 0;
  top: 0;
  width: var(--size);
}
.checkbox .input__label::before,
.radio .input__label::before {
  background-color: var(--color-white);
  box-shadow: none;
}
.checkbox .input__label::after,
.radio .input__label::after {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.checkbox .input__label:has(+ .input__element:checked)::after,
.radio .input__label:has(+ .input__element:checked)::after {
  opacity: 1;
  transform: scale(var(--active-scale));
}

.checkbox .input__label:has(+ .input__element:checked)::before {
  background-color: var(--color-white);
}
.checkbox .input__label {
  font-size: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
  font-family: var(--font-secondary);
}
.checkbox .input__label:hover::before {
  border-color: var(--color-accent);
}
.checkbox .input__label::before {
  background-color: var(--color-primary);
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid var(--color-white);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.checkbox .input__label::after {
  background-size: 50%;
}

.radio .input__label::before {
  border: 3px solid var(--color-primary);
  border-radius: 100%;
}
.radio .input__label::before:hover {
  border: 3px solid var(--color-secondary);
}
.radio .input__label::after {
  --active-scale: 0.5;
  background-color: var(--color-primary);
  border-radius: 100%;
}

/*
   error
   ========================================================================== */
.error {
  color: red;
}
.error .input__element, .error.checkbox .input__label::before, .error.radio .input__label::before,
.error .checkbox .input__label::before,
.error .radio .input__label::before {
  box-shadow: inset 0 0 0 3px var(--color-red);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.error .input__label {
  color: var(--color-red);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.error .requis {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.formulaire h2 {
  margin: 0;
}
.formulaire form {
  margin-top: 64px;
}

.page-erreur {
  height: 88vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right, transparent 0%, var(--color-primary) 0, var(--color-primary) 37%, transparent 37%, transparent 100%);
}
.page-erreur .wrapper h1 {
  color: var(--color-white);
  font-size: clamp(9.38rem, 7.29vw + 7.19rem, 13.75rem);
}
.page-erreur .texte-image__media {
  padding-left: 0;
}
@media screen and (max-width: 1440px) {
  .page-erreur .texte-image__media {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-erreur {
    background-image: linear-gradient(to right, transparent 0%, var(--color-primary) 0, var(--color-primary) 48%, transparent 48%, transparent 100%);
  }
}
@media screen and (max-width: 768px) {
  .page-erreur {
    height: 87vh;
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 55%, transparent 55%, transparent 100%);
  }
  .page-erreur .texte-image__media {
    align-self: start;
  }
  .page-erreur .wrapper {
    gap: 100px;
  }
  .page-erreur .wrapper .texte-image__content {
    gap: 32px;
  }
  .page-erreur .wrapper h1 {
    width: 100%;
    font-size: clamp(11.88rem, 47.92vw + -2.5rem, 40.63rem);
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .page-erreur {
    background-image: linear-gradient(to bottom, transparent 0%, var(--color-primary) 0, var(--color-primary) 60%, transparent 60%, transparent 100%);
  }
  .page-erreur .wrapper h1 {
    width: 100%;
    font-size: 150px;
    text-align: center;
  }
}

/* ==========================================================================
   scrolly / component
   ========================================================================== */
.has-js [data-scrolly=fromBottom] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=fromBottom].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromLeft] {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=fromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromLeftStraight] {
  transform: translateX(-90%);
  transition: all 0.5s ease-out;
}
.has-js [data-scrolly=fromLeftStraight].is-active {
  transform: translateX(0);
}
.has-js [data-scrolly=fromTop] {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=fromTop].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromRight] {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=fromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromRightStraight] {
  transform: translateX(90%);
  transition: all 0.5s ease-out;
}
.has-js [data-scrolly=fromRightStraight].is-active {
  transform: translateX(0);
}
.has-js .cards {
  perspective: 1000px;
  transform-style: preserve-3d;
}
.has-js [data-scrolly=flipFromBottom] {
  opacity: 0;
  transform: rotateX(90deg) translate3d(0, 60px, 0);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=flipFromBottom].is-active {
  opacity: 1;
  transform: rotateX(0) translate3d(0, 0, 0);
}
.has-js [data-scrolly=flipFromTop] {
  opacity: 0;
  transform: rotateX(-90deg) translate3d(0, 60px, 0);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=flipFromTop].is-active {
  opacity: 1;
  transform: rotateX(0) translate3d(0, 0, 0);
}
.has-js [data-scrolly=cardGap] .swiper-slide {
  margin-left: 500px !important;
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=cardGap].is-active .swiper-slide {
  margin-left: 0 !important;
}

.events {
  position: relative;
}

.events-title-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events-title-nav h2 {
  margin: 0;
}
.events-title-nav .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.events-title-nav .calendar-header .month {
  font-size: clamp(1.38rem, 0.63vw + 1.19rem, 1.75rem);
}
.events-title-nav .calendar-header .js-prev, .events-title-nav .calendar-header .js-next {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-black);
}
.events-title-nav .calendar-header .js-prev {
  transform: rotate(90deg);
}
.events-title-nav .calendar-header .js-next {
  transform: rotate(-90deg);
}
@media screen and (max-width: 1024px) {
  .events-title-nav .calendar-header {
    align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .events-title-nav {
    flex-direction: column;
    gap: var(--spacing-md);
    align-items: flex-start;
  }
}

.calendar-container {
  display: grid;
  grid-template-columns: 5fr 7fr;
  margin-top: var(--spacing-md);
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .calendar-container {
    gap: 24px;
  }
}
.calendar-container .event-list {
  display: none;
}
.calendar-container .event-container {
  margin-top: 200px;
}
.calendar-container .event-container .event-info {
  background: var(--color-primary);
  color: var(--color-white);
  width: 80%;
  padding: 30px 20px;
}
.calendar-container .event-container .event-info .event-title {
  font-weight: 700;
  margin-top: 5px;
}
.calendar-container .calendar {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  place-items: center;
  gap: 20px;
  margin-top: 10px;
  --size: 60px;
}
.calendar-container .calendar .day-of-week {
  text-align: center;
}
.calendar-container .calendar .day {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  background: none;
  border: 5px solid rgba(233, 139, 29, 0);
}
.calendar-container .calendar .day:hover {
  color: var(--color-accent);
}
.calendar-container .calendar .event-day {
  border: 5px solid var(--color-primary);
}
.calendar-container .calendar .is-selected {
  border: 5px solid var(--color-accent);
}
.calendar-container .calendar .today {
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media screen and (max-width: 1440px) {
  .calendar-container .calendar {
    gap: 10px;
  }
  .calendar-container .event-container .event-info {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .calendar-container {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
  .calendar-container .calendar {
    grid-column: auto;
    grid-row: 1/2;
  }
  .calendar-container .event-container {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar {
    gap: 20px;
  }
  .calendar-container .calendar .day {
    border: 3px solid rgba(233, 139, 29, 0);
  }
  .calendar-container .calendar .event-day {
    border: 3px solid var(--color-primary);
  }
  .calendar-container .calendar .is-selected {
    border: 3px solid var(--color-accent);
  }
  .calendar-container .calendar h3 {
    font-size: clamp(1rem, 1.46vw + 0.56rem, 1.88rem);
  }
}
@media screen and (max-width: 768px) {
  .calendar-container .calendar {
    gap: 10px;
  }
}

.noscript-banner {
  --gap: 64px;
  width: 60%;
  background-color: red;
  color: var(--color-white);
  padding: var(--spacing-md);
  margin: var(--spacing-sm);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: var(--gap);
}
.noscript-banner .noscript-icon {
  font-size: 64px;
  line-height: 0.5;
}
.noscript-banner p {
  position: relative;
}
.noscript-banner p::after {
  content: "";
  position: absolute;
  left: calc(var(--gap) / -2);
  top: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .noscript-banner {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .noscript-banner {
    width: calc(100% - var(--spacing-sm) * 2);
  }
  .noscript-banner .noscript-icon {
    display: none;
  }
  .noscript-banner p::after {
    display: none;
  }
}

.is-closed-modale {
  display: none;
}

.menu-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--color-black);
  margin-bottom: 32px;
}
.menu-table td {
  border: 2px solid var(--color-primary);
  text-align: center;
  vertical-align: middle;
  padding: 16px 16px;
}
.menu-table #printBtn {
  cursor: pointer;
}

@media print {
  .menu-table table {
    margin-bottom: 0;
  }
  .menu-table td {
    padding: 8px 8px;
  }
  .header {
    display: none;
  }
  .footer {
    display: none;
  }
  .section {
    margin-top: 48px;
  }
  h2 {
    display: none;
  }
  #wpconsent-root {
    display: none;
  }
  #printBtn {
    display: none;
  }
}
.news-modale {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.news-modale img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-modale h3 {
  margin-bottom: 24px;
}

.is-closed-modale {
  opacity: 0;
  pointer-events: none;
}

.news-modale_inner {
  border: 5px solid var(--color-white);
  background: var(--color-primary);
  color: var(--color-white);
  padding: 32px;
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 1440px;
  width: calc(100% - var(--spacing-lg));
  margin: 0 auto;
}
.news-modale_inner .news-modale_content {
  margin: 40px 0;
}
@media screen and (max-width: 1024px) {
  .news-modale_inner {
    width: calc(100% - var(--spacing-lg));
  }
  .news-modale_inner .news-modale_media {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .news-modale_inner {
    width: calc(100% - var(--spacing-md));
  }
}
@media screen and (max-width: 480px) {
  .news-modale_inner {
    width: calc(100% - var(--spacing-sm));
  }
}

.modale-close-btn {
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--color-white);
  transition: all 0.3s ease-out;
  padding: 0;
  height: 35px;
  width: 35px;
}
.modale-close-btn span {
  position: absolute;
  height: 3px;
  width: 35px;
  background-color: var(--color-white);
  transition: inherit;
  left: 0;
}
.modale-close-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.modale-close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.modale-close-btn-container {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.modale-close-btn-container p {
  transition: all 0.3s ease-out;
}
.modale-close-btn-container:hover {
  color: var(--color-accent);
}
.modale-close-btn-container:hover span {
  background-color: var(--color-accent);
}
/*# sourceMappingURL=main.css.map */
