@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fafafa;
  --color-black: #1f3765;
  --color-black-transparent: #1f376577;
  --color-primary: #ec8919;
  --color-secondary: #215391;
  --color-tertiary: #d0dceb;
  --color-bg-primary: #fbfcff;
  --color-bg-dark: #f3f5f7;
}

/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Manrope", sans-serif;
  --font-size-content: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
  --font-size-h1: clamp(2rem, 3.33vw + 1rem, 4rem);
  --font-size-h2: clamp(1.5rem, 2.5vw + 0.75rem, 3rem);
  --font-size-h3: clamp(1.25rem, 0.42vw + 1.13rem, 1.5rem);
  --font-size-big: clamp(1.25rem, 1.25vw + 0.88rem, 2rem);
  --font-size-bold: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 10px;
  --spacing-sm: 20px;
  --spacing-smd: 30px;
  --spacing-md: 40px;
  --spacing-lg: 60px;
  --spacing-xl: 13rem;
  --spacing-xxl: 17rem;
  --grid-gap: 20px;
  --radius-sm: 8px;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/*! 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;
}

*,
*: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
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--color-bg-primary);
  color: var(--color-black);
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  line-height: 1.6;
}

html, body {
  overflow-x: hidden;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: var(--font-size-h1);
  margin: 0;
  color: var(--color-black);
  font-weight: 600;
}
h1 span {
  font-weight: bold;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 600;
  margin: 0;
  color: var(--color-black);
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: 600;
  letter-spacing: 0%;
}

h4 {
  font-size: var(--font-size-h3);
}

h5 {
  font-size: var(--font-size-h5);
}

h6 {
  font-size: var(--font-size-h6);
}

p.big {
  font-size: var(--font-size-big);
}

p.bold {
  font-size: var(--font-size-bold);
  font-weight: 700;
}

a.link {
  font-weight: 500;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: var(--color-black);
  text-decoration: none;
}
a:hover {
  color: var(--color-black);
  text-decoration: none;
}
a.disabled {
  color: #e2e2e2;
}

/* LIENS DU HEADER */
.header-link {
  position: relative;
  padding: 10px 16px;
  border-radius: 5px;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
.header-link:hover {
  color: var(--color-white);
}

.header-link::before,
.header-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: translateY(105%);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.header-link::before {
  background: var(--color-primary);
}

.header-link::after {
  background: var(--color-secondary);
  transition-delay: 200ms;
}

.header-link:hover::before,
.header-link:hover::after {
  transform: translateY(1%);
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 var(--spacing-sm);
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 var(--spacing-sm);
  }
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
: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-3d .swiper-slide,
.swiper-3d .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 */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .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-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .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-lazy-preloader,
.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 */
/* ==========================================================================
   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: 7em;
  width: 7em;
}

.plus {
  width: 18px;
  height: 18px;
  position: relative;
  overflow: hidden;
}
.plus .plus-line {
  width: 18px;
  height: 3px;
  background-color: var(--color-white);
  display: block;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.plus .plus-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* ========================================================================== 
   header / component
   ========================================================================== */
.header {
  --header-height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  transform: translateY(20px);
  position: fixed;
  top: 0;
  height: var(--header-height);
  z-index: 10;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), z-index 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.header::before {
  background: none;
  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 {
  transform: translateY(-100%) translateY(4px);
}
.header .wrapper-header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* padding: 30px 40px;
        background-color: var(--color-white);
        border-radius: 15px;
        border: 1px solid var(--color-black); */
}
@media (max-width: 1440px) {
  .header .wrapper-header {
    gap: 10px;
  }
}
.header .header-bg {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  border-radius: 10px;
}
.header .logo {
  height: 100%;
  max-width: 135px;
  width: 100%;
  z-index: 5;
}
@media (max-width: 1024px) {
  .header .logo {
    width: 75px;
  }
}
.header .logo .icon {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .header {
    --header-height: 70px;
  }
}

/* ========================================================================== 
   NAVIGATION
   ========================================================================== */
.nav_primary {
  background: var(--color-bg-primary);
  position: fixed;
  top: calc(var(--header-height) + 10px);
  left: var(--spacing-sm);
  width: calc(100vw - var(--spacing-sm) - (var(--spacing-sm)));
  height: 0;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 9;
}
.nav_primary .nav-mobile-button {
  display: none;
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 1440px) {
  .nav_primary .nav-mobile-button {
    display: flex;
    width: 100%;
    opacity: 0%;
  }
}
@media screen and (max-width: 1440px) {
  .nav_primary .header-link {
    font-size: var(--font-size-h1);
    margin: 0;
    font-weight: 600;
    line-height: 1.1;
    opacity: 0%;
    transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition-delay: 0.1s;
  }
  .nav_primary .header-link span {
    font-weight: bold;
  }
}
.nav-is-active .nav_primary {
  height: calc(100vh - var(--header-height) - 10px - 10px - 20px);
  border: 1px solid var(--color-black);
  border-radius: 10px;
  padding: 20px;
  opacity: 100%;
}
.nav-is-active .nav_primary ul {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.nav-is-active .nav_primary .header-link {
  font-size: var(--font-size-h1);
  margin: 0;
  font-weight: 600;
  line-height: 1.1;
  opacity: 100%;
}
.nav-is-active .nav_primary .header-link span {
  font-weight: bold;
}
.nav-is-active .nav_primary .nav-mobile-button {
  opacity: 100%;
}
.nav_primary ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* .nav-is-active & li:nth-child(1) {
  	transition-delay: 0.1s;
  }
  .nav-is-active & li:nth-child(2) {
  	transition-delay: 0.2s;
  }
  .nav-is-active & li:nth-child(3) {
  	transition-delay: 0.3s;
  }
  .nav-is-active & li:nth-child(4) {
  	transition-delay: 0.4s;
  }
  .nav-is-active & li:nth-child(5) {
  	transition-delay: 0.5s;
  } */
}
.nav_primary ul li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.nav-is-active .nav_primary ul li {
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .nav_primary {
    padding: 20px;
    opacity: 0;
  }
}

.header__toggle {
  /* --bar-height: 5px;
     --bar-width: 50px;
     --bar-spacer: 8px;

     background-color: transparent;
     border: none;
     outline: none;
     cursor: pointer;
     padding: 0;
     position: relative;
     width: 50px;
     height: 50px;
     z-index: 10;
     display: block; */
  z-index: 10;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.header__toggle span {
  background: var(--color-white);
  border-radius: 3px;
  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;
}
.header__toggle span:nth-child(1) {
  top: calc(50% - var(--bar-height) / 2 - var(--bar-height) - var(--bar-spacer));
}
.header__toggle span:nth-child(3) {
  top: calc(50% - var(--bar-height) / 2 + var(--bar-height) + var(--bar-spacer));
}
.nav-is-active .header__toggle {
  z-index: 15;
}
.nav-is-active .header__toggle span {
  top: calc(50% - var(--bar-height) / 2);
}
.nav-is-active .header__toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-is-active .header__toggle span:nth-child(2) {
  transform: scaleX(0);
}
.nav-is-active .header__toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1441px) {
  .header__toggle {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .nav_primary {
    display: block;
    background: unset;
    position: static;
    height: auto;
    width: auto;
    overflow-y: visible;
    padding-top: 0;
    transform: translateY(0);
    z-index: 2;
  }
  .nav_primary ul {
    flex-direction: row;
  }
  .nav_primary ul li {
    opacity: 1;
  }
}
/* ========================================================================== 
   NAV ITEM / LOGO
   ========================================================================== */
/* .nav_primary_item {
	font-size: var(--font-size-h2);
	color: var(--color-black);
	position: relative;
	transition: color 0.3s ease-in-out;

	&:hover {
		color: var(--color-primary);
	}

	@media screen and (min-width: $breakpoint-md) {
		font-size: var(--font-size-h3);
		text-transform: none;

		&::before {
			display: block;
			position: absolute;
			top: 100%;
			left: 0;
			height: 2px;
			width: 100%;
			content: "";
			background-color: white;
			transform: translateX(-100px);
			transition: 0.3s all;
		}

		&:hover::before {
			transform: translateX(0);
		}
	}
} */
/* ========================================================================== 
   LANGUAGE BUTTON
   ========================================================================== */
.language-button {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  padding: 24px;
  background-color: var(--color-white);
}
.language-button .icon {
  width: 7px;
  height: 4px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
  .language-button {
    border-radius: 10px;
    max-height: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .language-button {
    display: none;
  }
}

.language-mobile {
  display: none;
  height: 100%;
  max-height: var(--header-height);
  padding: 20px 40px;
  border: 1px solid var(--color-black);
}
@media screen and (max-width: 1440px) {
  .language-mobile {
    display: flex;
  }
}

.header .side-button {
  height: 100%;
  padding: 0px 40px;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .header .side-button {
    display: none;
  }
}

/* ========================================================================== 
   OVERLAY
   ========================================================================== */
.menu-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  inset: 0;
  background-color: var(--color-bg-primary);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  z-index: 8;
}
.nav-is-active .menu-overlay {
  opacity: 1;
  pointer-events: all;
}

/* ========================================================================== 
   SUBMENUS
   ========================================================================== */
.submenu-header {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.submenu-parent .submenu-children {
  position: absolute;
  display: none;
}
@media screen and (max-width: 1440px) {
  .submenu-parent .submenu-children {
    position: relative;
    display: block;
  }
}

.submenu-container {
  border: 1px var(--color-black) solid;
  padding: 20px;
  border-radius: 16px;
  position: absolute;
  background-color: var(--color-bg-primary);
  transition: all 0.3s cubic-bezier(0.2, 0.48, 0.6, 1);
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .submenu-container {
    display: none;
  }
}
.submenu-container .container-wrapper {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.2, 0.48, 0.6, 1);
  overflow: hidden;
}
.submenu-container .submenu-children {
  display: flex;
  opacity: 0;
  flex-direction: column;
  gap: var(--spacing-sm);
  position: absolute;
  transition: all 0.3s cubic-bezier(0.2, 0.48, 0.6, 1);
  width: -moz-max-content;
  width: max-content;
}

.header:not(.submenu-container-visible) .submenu-container {
  pointer-events: none;
}

.submenu-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: var(--color-bg-primary);
  border: 1px var(--color-black) solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  z-index: -3;
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.header .nav-mobile {
  display: none;
}
.header .nav-mobile .faq-item {
  padding: unset;
  background-color: unset;
  color: var(--color-black);
}
.header .nav-mobile .faq-item-header {
  justify-content: flex-start;
  gap: var(--spacing-sm);
  width: -moz-max-content;
  width: max-content;
}
.header .nav-mobile .faq-item-content > * + * {
  margin-top: var(--spacing-xs);
}
.header .nav-mobile .faq-item-content a {
  width: -moz-max-content;
  width: max-content;
  display: block;
  font-size: var(--font-size-h2);
}
@media screen and (max-width: 1440px) {
  .header .nav-mobile {
    display: flex;
  }
}

.header .submenu-parent svg {
  transform: rotate(90deg);
  transition: transform 0.5s ease;
}
.header .submenu-parent .header-link:hover svg {
  transform: rotate(180deg);
  transition-delay: 0;
}
.header .submenu-parent .header-link:not(:hover) svg {
  transition-delay: 0.2s;
}

@media screen and (max-width: 1440px) {
  .nav_primary {
    display: none;
  }
}

/* ==========================================================================
   hero / 
   ========================================================================== */
.hero__texte {
  padding-bottom: var(--spacing-xl);
}

.hero__texte .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.hero__content.colonne1,
.hero__content.colonne2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 200px;
}

.hero__accueil {
  padding-top: 0 !important;
}
.hero__accueil .wrapper {
  position: relative;
}
.hero__accueil .hero__media video {
  width: 100%;
  height: 98vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hero__accueil .hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--grid-gap);
  background-color: var(--color-secondary);
  color: var(--color-white);
  padding: 50px 80px;
  padding-left: 60px;
  border-radius: 10px;
  position: absolute;
  bottom: var(--spacing-sm);
  left: var(--spacing-sm);
}
.hero__accueil .hero__content h1 {
  color: var(--color-white);
}
.hero__accueil .hero__content p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hero__accueil .hero__content {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    padding: 30px 40px;
    bottom: var(--spacing-sm);
  }
}

.section.hero__image {
  padding-bottom: 0;
}
.section.hero__image .hero__media img {
  height: 55vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section.hero__image .hero__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 80px;
  gap: var(--spacing-sm);
}
.section.hero__image .hero__content p {
  margin: 0;
}
.section.hero__image .hero__content h1 {
  font-weight: 500;
  color: var(--color-black);
}
@media screen and (max-width: 1024px) {
  .section.hero__image .hero__content {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 375px) {
  .section.hero__image .hero__content {
    padding-bottom: var(--spacing-md);
  }
}

.button {
  color: var(--color-white);
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  padding: 24px 30px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.button:hover {
  text-decoration: none;
  color: var(--color-black);
  background-color: var(--color-white);
  border-color: var(--color-black);
}
.button .arrow-wrapper {
  height: 10px;
  width: 13px;
  margin-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.button .arrow-wrapper .arrow-before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(0);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.button .arrow-wrapper .arrow-after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-60px);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button:hover .arrow-before {
  transform: translateX(60px);
}
.button:hover .arrow-after {
  transform: translateX(0);
}

/* ==========================================================================
   section / 
   ========================================================================== */
.section {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .section {
    padding: var(--spacing-lg) 0;
  }
}
.section.section--no-pb {
  padding-bottom: 0;
}

.hero {
  padding-top: var(--spacing-xxl);
}
@media screen and (max-width: 1200px) {
  .hero {
    padding-top: var(--spacing-xl);
  }
}
@media screen and (max-width: 768px) {
  .hero {
    padding-top: 10rem;
  }
}

.section__header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 50px;
}
.section__header p {
  max-width: 58%;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .section__header {
    align-items: flex-start;
  }
  .section__header p {
    max-width: unset;
    text-align: left;
  }
}

.grid1-2 .wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: var(--grid-gap);
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--grid-gap) * 2);
}
.section-content p {
  margin: 0;
}

.section__tiroir_image .section-content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: var(--grid-gap);
  min-height: 640px;
}
.section__tiroir_image .section-content img {
  width: 100%;
  height: 100%;
  max-height: 700px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1760px) {
  .section__tiroir_image .section-content {
    grid-template-columns: 1fr;
  }
}

.colonne2_content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
}
.colonne2_content p {
  margin: 0;
}

[data-hover] .faq-item.submenu-is-active {
  padding-top: var(--spacing-sm);
  padding-bottom: var(--spacing-sm);
}

.cards-container-impairs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--grid-gap);
}
@media screen and (max-width: 1200px) {
  .cards-container-impairs {
    grid-template-columns: 1fr;
  }
}
.cards-container-impairs .faq-item {
  background-color: transparent;
  color: var(--color-black);
  border-radius: 10px;
  border: solid 1px var(--color-black);
}
.cards-container-impairs .faq-item:last-child {
  grid-column: 1/-1;
}

.grid1-1 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--grid-gap);
  justify-content: center;
}

.grid1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(var(--grid-gap) * 2);
}
.grid1-1 .colonne {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
}

/* ==========================================================================
   section vision
   ========================================================================== */
.vision {
  background-color: var(--color-tertiary);
}
@media screen and (max-width: 768px) {
  .vision .text-wrapper {
    grid-template-columns: 1fr;
    gap: var(--spacing-sm);
  }
}

/* ==========================================================================
   section texte + image 
   ========================================================================== */
.text-image .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-md);
}
.text-image .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--spacing-sm);
}

@media screen and (max-width: 1024px) {
  .grid1-2 .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
  }
}

.footer {
  background: var(--color-bg-dark);
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .footer a {
    width: -moz-fit-content;
    width: fit-content;
    align-self: center;
  }
}

.footer-section {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-sm);
}
@media screen and (max-width: 1200px) {
  .footer-section {
    grid-template-columns: 1fr;
    gap: var(--spacing-lg);
  }
}

.footer-top .locations-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-right: var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .footer-top .locations-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    padding: 0;
    align-items: center;
    justify-content: center;
  }
}
.footer-top .locations-wrapper .location {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  gap: var(--spacing-xs);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-top .locations-wrapper .location:hover {
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .footer-top .locations-wrapper .location {
    text-align: center;
    align-self: center;
  }
}
.footer-top .locations-wrapper:hover .location {
  opacity: 0.3;
}
.footer-top .footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: var(--spacing-md);
  color: var(--color-black);
}
.footer-top .footer-nav ul:hover li a {
  opacity: 0.3;
}
.footer-top .footer-nav ul li a {
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-top .footer-nav ul li a:hover {
  opacity: 1 !important;
  color: var(--color-black);
}
@media screen and (max-width: 768px) {
  .footer-top .footer-nav ul {
    text-align: center;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
}

@media screen and (max-width: 1200px) {
  .footer-bottom .button {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom .button {
    justify-self: center;
  }
}
.footer-bottom .politiques {
  display: flex;
  gap: var(--spacing-md);
  width: -moz-fit-content;
  width: fit-content;
}
.footer-bottom .politiques a {
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.footer-bottom .politiques a:hover {
  opacity: 1 !important;
  color: var(--color-black);
}
.footer-bottom .politiques:hover a {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .footer-bottom .politiques {
    text-align: center;
    flex-direction: column;
    gap: var(--spacing-sm);
    justify-self: center;
  }
}

.footer-separator {
  width: 100%;
  height: 1px;
  background: var(--color-black);
}

.footer-rights a {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: underline;
}
.footer-rights .rights-info {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .footer-rights .rights-info {
    text-align: center;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
}
.footer-rights .credits {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .footer-rights .credits {
    text-align: center;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
}

.excerpt {
  text-align: center;
}

.section.excerpt.bg__secondary .bg {
  background-color: var(--color-secondary);
  inset: 0;
  position: absolute;
  z-index: -1;
  padding: 80px 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-sizing: content-box;
  margin: 0 auto;
  width: 100%;
}

.excerpt__content {
  display: flex;
  flex-direction: column;
  gap: calc(var(--grid-gap) * 2);
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  color: var(--color-white);
}
.excerpt__content h2 {
  font-weight: normal;
  color: var(--color-white);
}

.bg__secondary {
  color: var(--color-white);
  background-color: var(--color-secondary) !important;
}
.bg__secondary h2 {
  color: var(--color-white);
}

.section.excerpt {
  padding-top: var(--spacing-xxl);
  padding-bottom: var(--spacing-xxl);
  background-color: var(--color-tertiary);
  position: relative;
  overflow: hidden;
}

.section.excerpt.petit__padding {
  padding: 150px 0;
  color: var(--color-white);
}
.section.excerpt.petit__padding h2 {
  font-weight: normal;
  color: var(--color-white);
}

.circle__top__left, .circle__top__right, .circle__bottom__left, .circle__bottom__right {
  width: 970px;
  height: 970px;
  border-radius: 100%;
  border: 5px solid var(--color-white);
  opacity: 0.3;
  position: absolute;
}
@media screen and (max-width: 1760px) {
  .circle__top__left, .circle__top__right, .circle__bottom__left, .circle__bottom__right {
    width: 700px;
    height: 700px;
  }
}
@media screen and (max-width: 1024px) {
  .circle__top__left, .circle__top__right, .circle__bottom__left, .circle__bottom__right {
    width: 500px;
    height: 500px;
  }
}

.circle__bottom__left {
  bottom: -80%;
  right: 80%;
}
@media screen and (max-width: 1760px) {
  .circle__bottom__left {
    bottom: -50%;
  }
}
@media screen and (max-width: 1024px) {
  .circle__bottom__left {
    bottom: -30%;
  }
}
@media screen and (max-width: 768px) {
  .circle__bottom__left {
    right: 60%;
  }
}

.circle__top__right {
  top: -80%;
  left: 80%;
}
@media screen and (max-width: 1760px) {
  .circle__top__right {
    top: -50%;
  }
}
@media screen and (max-width: 1024px) {
  .circle__top__right {
    top: -30%;
  }
}
@media screen and (max-width: 768px) {
  .circle__top__right {
    left: 60%;
  }
}

.circle__bottom__right {
  bottom: -80%;
  left: 80%;
}
@media screen and (max-width: 1760px) {
  .circle__bottom__right {
    bottom: -50%;
  }
}
@media screen and (max-width: 1024px) {
  .circle__bottom__right {
    bottom: -30%;
  }
}
@media screen and (max-width: 768px) {
  .circle__bottom__right {
    left: 60%;
  }
}

.circle__top__left {
  top: -80%;
  right: 80%;
}
@media screen and (max-width: 1760px) {
  .circle__top__left {
    top: -50%;
  }
}
@media screen and (max-width: 1024px) {
  .circle__top__left {
    top: -30%;
  }
}
@media screen and (max-width: 768px) {
  .circle__top__left {
    right: 60%;
  }
}

.circle__fonce {
  border-color: var(--color-black);
}

.cta .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}

.span__important {
  color: var(--color-primary);
}

.section.excerpt.accueil {
  padding: 80px 0;
  background-color: var(--color-secondary);
  position: relative;
  overflow: hidden;
  color: var(--color-white);
}

.excerpt.bg__secondary {
  background-color: var(--color-secondary) !important;
}

.excerpt.bg__secondary:not(.petit__padding) {
  background-color: unset !important;
}

@media screen and (min-width: 768px) {
  .excerpt--visited .bg {
    width: clamp(100vw - var(--spacing-md), 1760px - var(--spacing-sm) * 2, 768px) !important;
    transform: scaleY(0.85);
    border-radius: 25px;
  }
}

.faq {
  padding: 100px 0;
}
.faq .icon {
  fill: var(--color-primary);
}

.faq h2 {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .faq h2 {
    padding-bottom: var(--spacing-sm);
  }
}

.faq-item {
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  color: var(--color-white);
  border-radius: 10px;
  padding: 30px 30px;
  background-color: var(--color-secondary);
}
.faq-item .icon_bg {
  transition: opacity 0.3s ease-out;
}
.faq-item .faq-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--spacing-sm);
}
.faq-item .faq-item-header h3 {
  position: relative;
  margin: 0;
  width: 100%;
}
.faq-item .icon {
  transition: transform 0.3s ease-out;
  font-size: clamp(1.25rem, 2.08vw + 0.63rem, 2.5rem);
}

.faq-item-content {
  overflow: hidden;
  max-height: 0px;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
}

.faq-item.submenu-is-active div.icon_bg {
  opacity: 0;
}
.faq-item.submenu-is-active .icon {
  transform: rotate(180deg);
}
.faq-item.submenu-is-active .icon .plus-line:nth-child(2) {
  opacity: 0;
}
.faq-item.submenu-is-active .faq-item-content {
  margin-top: 20px;
  opacity: 1;
}

.dropdown-container .section-title {
  display: flex;
  align-items: center;
  gap: 40px;
}

.cards-container-impairs .faq-item {
  color: var(--color-black);
  background-color: transparent;
  border-radius: 10px;
  border: solid 1px var(--color-black);
  padding: 84px 50px;
}
.cards-container-impairs .faq-item h3 {
  margin: 0;
}

.faq-item.submenu-is-active {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.dropdown-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xs);
}
.dropdown-split .dropdown {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.dropdown-split .dropdown svg {
  fill: var(--color-white);
}
@media screen and (max-width: 768px) {
  .dropdown-split {
    display: flex;
    flex-direction: column;
  }
}

.dropdown-container {
  gap: var(--spacing-sm);
}

.card {
  border-radius: var(--radius-sm);
  border: 1px solid var(--color-black);
}
.card .ligne {
  width: 80px;
  height: 2px;
  background-color: var(--color-black);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.link-cards .cards-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--grid-gap);
}
@media screen and (max-width: 768px) {
  .link-cards .cards-container {
    grid-template-columns: 1fr;
  }
}

.link-card {
  padding: 40px 20px 20px 20px;
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link-card .card-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.link-card .card-icon {
  background-color: var(--color-primary);
  border-radius: var(--radius-sm);
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-card .card-icon .arrow-wrapper {
  position: relative;
  width: 13px;
  height: 9px;
  overflow: hidden;
  transform: rotate(-45deg);
}
.link-card .card-icon .icon {
  color: var(--color-white);
  width: 13px;
  height: 9px;
}
.link-card .card-icon .arrow-before {
  position: absolute;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.link-card .card-icon .arrow-after {
  position: absolute;
  transform: translateX(-30px);
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.link-card:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
  cursor: pointer;
}
.link-card:hover .ligne {
  background-color: var(--color-white);
}
.link-card:hover .arrow-before {
  transform: translateX(30px);
}
.link-card:hover .arrow-after {
  transform: translateX(0);
}

.text-cards .cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xs);
  row-gap: var(--spacing-xs);
}
.text-cards .cards-container .text-card {
  padding: 40px 30px 30px 30px;
}
.text-cards .cards-container .text-card .card-content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
.text-cards .cards-container .link-card {
  padding: 40px 30px 30px 30px;
}

/* ==========================================================================
video / component
========================================================================== */
.video {
  background-color: var(--color-black);
  text-align: center;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  cursor: pointer;
  --size: 200px;
}
.video img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video .icon {
  opacity: 0;
  position: absolute;
  height: calc(var(--size) / 2.5);
  width: calc(var(--size) / 2.5);
  top: 50%;
  left: 50%;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform;
  transform-origin: 0 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.is-video-ready .video .icon {
  opacity: 1;
}
.video .play-circle {
  opacity: 0;
  position: absolute;
  background-color: var(--color-secondary);
  height: var(--size);
  width: var(--size);
  top: calc(50% - var(--size) / 2);
  left: calc(50% - var(--size) / 2);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform;
  border-radius: 100%;
  z-index: 2;
}
.is-video-ready .video .play-circle {
  opacity: 1;
}
.video:hover .icon {
  transform: scale(0.8) translate(-50%, -50%);
}
.video:hover .play-circle {
  transform: scale(0.8);
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* ==========================================================================
   carousel / component
   ========================================================================== */
.swiper-pagination {
  padding: 10px;
}

.swiper-pagination-bullets {
  --swiper-pagination-color: var(--color-black);
  --swiper-pagination-bullet-size: 16px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  display: flex;
  justify-content: center;
  position: static;
  gap: 10px;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-size);
  height: var(--swiper-pagination-bullet-size);
  background-color: var(--swiper-pagination-color);
  opacity: 0.5;
  border-radius: 16px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.slide__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}

.container__swiper .swiper-slide img {
  -o-object-position: top;
     object-position: top;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1);
}

.navigation__swiper {
  padding-top: 80px;
  display: flex;
  gap: var(--grid-gap);
  justify-content: flex-end;
  align-items: center;
}
.navigation__swiper .swiper-button-prev .icon {
  transform: rotateY(180deg);
}
.navigation__swiper .swiper-button-prev,
.navigation__swiper .swiper-button-next {
  cursor: pointer;
  padding: var(--spacing-sm);
  background-color: var(--color-primary);
  background-color: var(--color-primary);
  border-radius: var(--radius-sm);
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation__swiper .swiper-button-prev:hover,
.navigation__swiper .swiper-button-next:hover {
  transform: scale(1.1);
}
.navigation__swiper .swiper-button-prev .icon,
.navigation__swiper .swiper-button-next .icon {
  color: var(--color-white);
  font-size: clamp(0.63rem, 1.04vw + 0.31rem, 1.25rem);
}

.error-message {
  display: none;
  color: var(--color-primary);
}

.wrapper > h1 {
  padding-top: 100px;
  margin-bottom: 50px;
}

section.response {
  padding: 100px 0;
}
section.response div {
  margin-bottom: 100px;
}

form {
  padding: 50px 0;
}
form > * + * {
  margin-top: 20px;
}
form * {
  outline: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
}
@media screen and (max-width: 768px) {
  fieldset {
    grid-template-columns: 1fr 1fr;
  }
}
fieldset .input {
  width: 100%;
}
fieldset .input-container {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
fieldset input, fieldset textarea, fieldset select {
  padding: 16px;
  width: 50%;
  border-radius: 16px;
  background-color: transparent;
  border: 1px var(--color-black) solid;
  font-family: var(--font-primary);
  font-size: var(--font-size-p);
  color: var(--color-black);
}
fieldset input::-moz-placeholder, fieldset textarea::-moz-placeholder {
  font-family: var(--font-primary);
  font-size: var(--font-size-p);
  color: var(--color-black);
}
fieldset input::placeholder, fieldset textarea::placeholder {
  font-family: var(--font-primary);
  font-size: var(--font-size-p);
  color: var(--color-black);
}

.info {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .info {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

.form-emploi-contact form {
  padding: 0;
}
.form-emploi-contact fieldset .noms {
  display: flex;
  width: 100%;
  gap: var(--spacing-sm);
}
@media screen and (max-width: 768px) {
  .form-emploi-contact fieldset .noms {
    flex-direction: column;
  }
}
.form-emploi-contact fieldset #input-container {
  width: 100%;
}
.form-emploi-contact fieldset #input-container input {
  width: 100%;
}
.form-emploi-contact .checkbox {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  padding-bottom: var(--spacing-xs);
}
.form-emploi-contact .checkbox .input__element {
  width: auto;
  margin: 0;
}
.form-emploi-contact .reception-docs p, .form-emploi-contact .televerser-docs p {
  padding-top: var(--spacing-sm);
}
@media screen and (max-width: 1024px) {
  .form-emploi-contact .reception-docs p, .form-emploi-contact .televerser-docs p {
    padding-top: var(--spacing-xs);
  }
}
.form-emploi-contact .televerser-docs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: var(--spacing-sm);
}
.form-emploi-contact .televerser-docs .cv, .form-emploi-contact .televerser-docs .lettre {
  width: 100%;
  border: 1px solid var(--color-black);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
  padding: var(--spacing-xs) 24px;
}
.form-emploi-contact .televerser-docs .cv p, .form-emploi-contact .televerser-docs .lettre p {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .form-emploi-contact .televerser-docs .cv, .form-emploi-contact .televerser-docs .lettre {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-emploi-contact .televerser-docs .cv {
  margin: var(--spacing-xs) 0;
}
.form-emploi-contact .consentement {
  padding-top: var(--spacing-sm);
}
.form-emploi-contact .consentement.checkbox {
  padding-bottom: var(--spacing-sm);
}
.form-emploi-contact .button {
  display: inline-flex;
  justify-content: flex-start;
}
.form-emploi-contact textarea {
  width: 100%;
  height: 300px;
}

.excerpt__alignement__gauche .excerpt__content {
  align-items: flex-start !important;
  text-align: left;
}

.installations .wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: var(--spacing-md);
}
@media screen and (max-width: 1200px) {
  .installations .wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .installations .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
}

.installations__media {
  position: relative;
  height: 820px;
  transition: all 1s ease-out;
}
@media screen and (max-width: 1024px) {
  .installations__media {
    height: 72vh;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .installations__media {
    height: 50vh;
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.installations__media .installations__slide {
  position: absolute;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .installations__media .installations__slide {
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.installations__media .installations__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.installations__media .installations__slide.active {
  opacity: 1;
}
.installations__media .installations__slide .city-tag {
  position: absolute;
  right: 0;
  bottom: 4rem;
  min-width: 200px;
  margin: 0;
  padding: 16px 24px;
  border-radius: 20px 0px 0px 20px;
  color: var(--color-white);
  background-color: var(--color-secondary);
  border: 1px solid var(--color-white);
  z-index: 2;
}

.installations__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
}
@media screen and (max-width: 1200px) {
  .installations__content {
    position: static;
  }
}
.installations__content .installations__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .installations__content .installations__nav {
    position: static;
    padding-top: var(--spacing-md);
  }
}
@media screen and (max-width: 768px) {
  .installations__content .installations__nav {
    padding-top: var(--spacing-sm);
  }
}
.installations__content .installations__label {
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 24px;
  border-top: 4px solid var(--color-black);
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.installations__content .installations__label .icon {
  font-size: 2rem;
  transform: rotateZ(90deg);
}
.installations__content .installations__label p {
  margin: 0;
}
.installations__content .installations__label:not(.active) {
  opacity: 50%;
}

.section__logos {
  background-color: var(--color-tertiary);
}

.section__logos .wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-md);
}
.section__logos .wrapper .container__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .section__logos .wrapper .container__logos {
    display: flex;
    flex-wrap: wrap;
  }
}

.logo {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-white);
  height: 230px;
  width: 300px;
}

.timeline-header {
  padding: 125px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
}
.timeline-header h1 {
  color: var(--color-black);
}

.timeline-section {
  --displacement: 100px;
  padding-top: var(--displacement);
  overflow: hidden;
  max-width: 100%;
  position: relative;
  max-height: 100vh;
}

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

.timeline-wrapper {
  position: relative;
  width: 3220px;
  flex: none;
}
@media (max-width: 1024px) {
  .timeline-wrapper {
    width: 1600px;
  }
}
@media (max-width: 768px) {
  .timeline-wrapper {
    width: 1100px;
  }
}

.timeline-height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.timeline {
  display: flex;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
.timeline:has(.timeline-link:focus-visible) {
  transition: none;
}

.timeline-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  border: var(--color-tertiary) 4px solid;
  z-index: -1;
}

.timeline-gradient {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  pointer-events: none;
}

.timeline-gradient-right {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-white));
  right: 0;
}

.timeline-gradient-left {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--color-white));
  left: 0;
}

.timeline-items {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.timeline-item {
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  /* dot */
}
.timeline-item * {
  color: var(--color-black);
}
.timeline-item .timeline-link {
  position: absolute;
  top: calc(var(--displacement) * -1);
}
.timeline-item .timeline-link:hover {
  text-decoration: none;
}
.timeline-item .timeline-item-content {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  width: 30em;
  text-align: center;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap);
}
@media (max-width: 1024px) {
  .timeline-item .timeline-item-content {
    width: 25em;
    top: 150px;
  }
}
@media (max-width: 768px) {
  .timeline-item .timeline-item-content {
    width: 20em;
    top: 100px;
  }
}
.timeline-item .timeline-item-content::before {
  content: "";
  position: absolute;
  border: 1px var(--color-tertiary) solid;
  height: 100px;
  right: 50%;
  top: 0;
  transform: translateY(-150%);
}
@media (max-width: 1024px) {
  .timeline-item .timeline-item-content::before {
    height: 50px;
  }
}
@media (max-width: 768px) {
  .timeline-item .timeline-item-content::before {
    display: none;
  }
}
.timeline-item .timeline-link::after {
  --dot-size: 40px;
  content: "";
  position: absolute;
  border-radius: 100%;
  width: var(--dot-size);
  height: var(--dot-size);
  border: 5px var(--color-white) solid;
  background-color: var(--color-tertiary);
  top: calc(var(--displacement) - var(--dot-size) / 2);
  right: 50%;
  transform: translateX(50%);
  transition: all 0.2s ease;
}
.timeline-item .timeline-link::before {
  content: "";
  position: absolute;
  border: 1px var(--color-black) solid;
  height: 20px;
  right: 50%;
  bottom: 0;
  transform: translateY(100%);
}
.timeline-item .timeline-link:hover::after {
  --dot-size: 48px;
}

.timeline-item.active-el .timeline-item-content {
  opacity: 1;
}
.timeline-item.active-el .timeline-link::after {
  background-color: var(--color-black);
}

.hero__texte .wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .hero__texte .wrapper {
    gap: var(--spacing-md);
  }
}
@media screen and (max-width: 768px) {
  .hero__texte .wrapper {
    gap: var(--spacing-sm);
  }
}
.hero__texte .colonne1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-lg);
  align-items: flex-start;
}
.hero__texte .colonne1 h1 {
  color: var(--color-black);
}
.hero__texte .colonne1 .big {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hero__texte .colonne1 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
}
.hero__texte .colonne2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-lg);
  align-items: flex-start;
}
.hero__texte .colonne2 .partenaires {
  display: flex;
  gap: var(--spacing-xs);
}
.hero__texte .colonne2 .partenaires .partenaire {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  max-height: 256px;
  width: 100%;
  background-color: var(--color-white);
  border: 2px var(--color-black) solid;
  border-radius: var(--spacing-xs);
}
@media screen and (max-width: 1024px) {
  .hero__texte .colonne2 {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
  }
  .hero__texte .colonne2 .partenaires {
    order: 2;
    width: 100%;
  }
  .hero__texte .colonne2 .partenaires .partenaire {
    max-width: none;
    max-height: 180px;
    padding: var(--spacing-md) 0;
  }
}
@media screen and (max-width: 375px) {
  .hero__texte .colonne2 {
    gap: var(--spacing-xs);
  }
  .hero__texte .colonne2 .partenaires {
    flex-direction: column;
  }
  .hero__texte .colonne2 .partenaires .partenaire {
    padding: var(--spacing-xs) 0;
  }
}
.hero__texte .colonne2 p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .hero__texte .colonne2 {
    display: flex;
    flex-direction: column;
  }
}

.candidature .excerpt__content {
  padding: 0;
}

.contact .installations-adresses .installations {
  display: flex;
  gap: var(--spacing-xs);
  padding-top: var(--spacing-sm);
}
@media screen and (max-width: 1024px) {
  .contact .installations-adresses .installations {
    padding-top: var(--spacing-xs);
  }
}
@media screen and (max-width: 375px) {
  .contact .installations-adresses .installations {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .contact .installations-adresses {
    padding-top: var(--spacing-sm);
  }
}
@media screen and (max-width: 375px) {
  .contact .installations-adresses {
    padding-top: var(--spacing-xs);
  }
}
.contact .hero__media {
  display: flex;
}
.contact .hero__media iframe {
  width: 100%;
  height: 470px;
}

.faq h2 {
  text-align: left;
}

.media__tiroir__horizontal img {
  display: block;
  -o-object-position: 60% 40%;
     object-position: 60% 40%;
  width: 100%;
  aspect-ratio: 272/121;
  -o-object-fit: cover;
     object-fit: cover;
}

.line {
  width: 80px;
  height: 2px;
  background-color: var(--color-white);
}

.tiroirs__horizontal {
  padding-top: 40px;
  display: flex;
  gap: var(--grid-gap);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.tiroirs__horizontal .faq-item {
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: transparent;
  border: 1px solid var(--color-white);
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  flex-basis: 33%;
  color: var(--color-white);
  padding: var(--spacing-sm);
}
.tiroirs__horizontal .faq-item .faq-item-content {
  max-height: 0;
  margin-top: var(--spacing-sm);
  transition: all 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.tiroirs__horizontal .faq-item .faq-item-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--grid-gap);
}
.tiroirs__horizontal .faq-item .icon_bg {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  background-color: var(--color-primary);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.tiroirs__horizontal .faq-item .icon {
  width: 24px;
  height: 24px;
  color: white;
}
.tiroirs__horizontal .faq-item.submenu-is-active {
  flex-basis: 50%;
  flex-shrink: 0;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.tiroirs__horizontal .faq-item.submenu-is-active div.icon_bg {
  opacity: 0;
}
.tiroirs__horizontal .faq-item.submenu-is-active .faq-item-content {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0.3s;
  max-height: -moz-min-content;
  max-height: min-content;
}
@media screen and (max-width: 1200px) {
  .tiroirs__horizontal {
    flex-direction: column !important;
    height: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .tiroirs__horizontal {
    flex-direction: column !important;
    height: unset !important;
  }
}

.section-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .section-mobile {
    display: flex;
    flex-direction: column;
    gap: var(--grid-gap);
  }
  .section-mobile div {
    display: flex;
    flex-direction: column;
    gap: var(--grid-gap);
  }
  .section-mobile .faq-item {
    background-color: transparent;
    border: 1px solid var(--color-white);
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    color: var(--color-white);
    padding: var(--spacing-sm);
  }
  .section-mobile .faq-item .faq-item-content {
    max-height: 0;
    margin-top: var(--spacing-sm);
  }
  .section-mobile .faq-item .faq-item-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--grid-gap);
  }
  .section-mobile .faq-item .icon_bg {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    background-color: var(--color-primary);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-mobile .faq-item .icon {
    width: 24px;
    height: 24px;
    color: white;
  }
}

@media screen and (max-width: 1200px) {
  [data-horizontal] {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .section.hero__installation {
    padding: 0;
  }
  .section.hero__installation:first-of-type {
    padding: 0;
  }
}

.hero__installation .wrapper {
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
  gap: var(--spacing-xs);
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .hero__installation .wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero__installation .wrapper {
    position: relative;
  }
}
.hero__installation .hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
@media screen and (max-width: 1024px) {
  .hero__installation .hero__content {
    padding-bottom: var(--spacing-md);
  }
}
.hero__installation .hero__media .bg-circles {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 330px;
  background-color: var(--color-secondary);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .hero__installation .hero__media .bg-circles {
    display: none;
  }
}
.hero__installation .hero__media .swiper {
  position: absolute;
  top: 330px;
  max-width: 50%;
  height: 580px;
}
@media screen and (max-width: 1024px) {
  .hero__installation .hero__media .swiper {
    position: static;
    max-width: 1024px;
    max-height: 470px;
    height: 100%;
  }
}
.hero__installation .hero__media .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__installation .hero__media .swiper-pagination {
  position: absolute;
  bottom: var(--spacing-sm);
  right: var(--spacing-sm);
  background-color: var(--color-secondary);
  border-radius: var(--spacing-xs);
  padding: var(--spacing-xs) var(--spacing-sm);
  z-index: 10;
}
.hero__installation .hero__media .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-white) !important;
}
.hero__installation .hero__media .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
  .hero__installation .hero__media .swiper-pagination {
    right: var(--spacing-sm);
  }
}

.actualites h2 {
  padding-bottom: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .actualites h2 {
    padding-bottom: var(--spacing-sm);
  }
}
.actualites .swiper-pagination {
  padding-top: var(--spacing-md);
}

.menu-cuisine h2 {
  padding-bottom: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .menu-cuisine h2 {
    padding-bottom: var(--spacing-sm);
  }
}
.menu-cuisine table,
.menu-cuisine th,
.menu-cuisine td {
  border: 1px solid var(--color-black);
  border-collapse: collapse;
  text-align: center;
}
.menu-cuisine .table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.menu-cuisine table {
  width: 100%;
  height: 100vh;
  min-width: 768px;
}
.menu-cuisine table th,
.menu-cuisine table td {
  max-width: 352px;
  padding: var(--spacing-sm);
}
.menu-cuisine .jour {
  text-transform: uppercase;
}
.menu-cuisine .table-container::-webkit-scrollbar {
  height: var(--spacing-xs);
}
.menu-cuisine .table-container::-webkit-scrollbar-track {
  background: transparent;
  border: 1px solid var(--color-black);
  border-radius: var(--spacing-md);
}
.menu-cuisine .table-container::-webkit-scrollbar-thumb {
  background: var(--color-black);
  border-radius: var(--spacing-md);
}
.menu-cuisine .table-container::-webkit-scrollbar-thumb:hover {
  background: var(--color-black);
}

.evenement {
  background-color: var(--color-tertiary);
  position: relative;
  overflow: hidden;
}
.evenement h2 {
  text-align: left;
  padding-bottom: var(--spacing-md);
}
.evenement .swiper-slide {
  position: relative;
  max-height: 70vh;
  height: auto;
}
.evenement .swiper-slide.active .swiper-slide-content {
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-secondary);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: var(--spacing-sm);
  border: var(--spacing-sm) solid transparent;
  background-clip: padding-box;
}
.evenement .swiper-slide.active .swiper-slide-content .info-evenement {
  padding-top: var(--spacing-md);
}
.evenement .swiper-slide.active .swiper-slide-content .icon_expand {
  order: -1;
}
.evenement .swiper-slide.active .swiper-slide-content .desc-evenement {
  width: 100%;
}
.evenement .swiper-slide.active .swiper-slide-content .desc-evenement h3 {
  padding-top: var(--spacing-sm);
}
.evenement .swiper-slide.active .swiper-slide-content .desc-evenement .deroulement {
  display: flex;
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .evenement .swiper-slide.active .swiper-slide-content .desc-evenement .deroulement {
    flex-direction: column;
    gap: var(--spacing-xs);
  }
}
.evenement .swiper-slide.active .swiper-slide-content .desc-evenement ul {
  margin: 0;
  padding-top: var(--spacing-sm);
}
.evenement .swiper-slide.active .swiper-slide-content .desc-evenement .sous-points {
  padding-top: 0;
}
.evenement .swiper-slide.active .icon {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
.evenement .swiper-slide.active .desc-evenement {
  display: flex;
  flex-direction: column;
}
.evenement .swiper-slide-content {
  position: absolute;
  bottom: var(--spacing-md);
  left: var(--spacing-md);
  color: var(--color-white);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: var(--spacing-md);
  width: 35%;
  height: 30%;
  padding: var(--spacing-sm);
  background-color: var(--color-secondary);
  z-index: 10;
  border: transparent;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.evenement .swiper-slide-content .icon_expand {
  background-color: var(--color-primary);
  padding: var(--spacing-xs);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--spacing-xs);
}
.evenement .swiper-slide-content .info-evenement {
  width: 100%;
}
.evenement .swiper-slide-content .desc-evenement {
  display: none;
}
@media screen and (max-width: 1200px) {
  .evenement .swiper-slide-content {
    bottom: var(--spacing-sm);
    left: var(--spacing-sm);
  }
}
@media screen and (max-width: 768px) {
  .evenement .swiper-slide-content {
    width: 40%;
    height: 20%;
  }
}
@media screen and (max-width: 375px) {
  .evenement .swiper-slide-content {
    bottom: var(--spacing-xs);
    left: var(--spacing-xs);
    right: var(--spacing-xs);
  }
  .evenement .swiper-slide-content .info-evenement {
    width: 100%;
  }
}
.evenement .swiper-slide-media {
  height: 100%;
}
.evenement .swiper-slide-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.evenement .navigation__swiper {
  padding-top: var(--spacing-sm);
}

.hero__404 {
  padding-bottom: var(--spacing-xxl);
}
@media screen and (max-width: 1200px) {
  .hero__404 {
    padding-bottom: var(--spacing-xl);
  }
}
@media screen and (max-width: 768px) {
  .hero__404 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 375px) {
  .hero__404 {
    padding-bottom: 100px;
  }
}
.hero__404 .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-sm);
  justify-content: flex-start;
}
.hero__404 .wrapper h1 {
  padding: 0;
  margin: 0;
}
.hero__404 .wrapper p {
  padding-bottom: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .hero__404 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .hero__404 .wrapper h1 {
    padding-bottom: var(--spacing-md);
  }
}
@media screen and (max-width: 375px) {
  .hero__404 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .hero__404 .wrapper h1 {
    padding-bottom: var(--spacing-sm);
  }
}

.membres-equipe {
  background-color: var(--color-tertiary);
  position: relative;
  overflow: hidden;
}
.membres-equipe .circle__top__right {
  position: absolute;
}
.membres-equipe .circle__bottom__left {
  position: absolute;
}
.membres-equipe .membres {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.membres-equipe .membres .membre {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-sm);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .membres-equipe .membres .membre {
    display: flex;
    flex-direction: column;
  }
}

.droit-auteur {
  background-color: var(--color-bg-primary);
}
.droit-auteur .auteurs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  padding-top: var(--spacing-lg);
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .droit-auteur .auteurs {
    display: flex;
    flex-direction: column;
  }
}

.role {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}

/* ==========================================================================
    ACCESSIBILITY / UTILITIES
   ========================================================================== */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.u-hidden {
  display: none !important;
}

/* ==========================================================================
   spacing / utilities
   ========================================================================== */
.u-mb-4 {
  margin-bottom: 4rem !important;
}

.u-mbn-4 {
  margin-bottom: -4rem !important;
}
/*# sourceMappingURL=main.css.map */
