@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fdfdfd;
  --color-black: #1f2c62;
  --color-primary: #de7800;
  --color-secondary: #005ba6;
  --color-disabled: #808080;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: 'Montserrat', sans-serif;
  --font-secondary: 'Balsamiq Sans', sans-serif;
  --font-size-content: clamp(0.75rem, 0.63vw + 0.56rem, 1.13rem);
  --font-size-nav: clamp(0.75rem, 0.63vw + 0.56rem, 1.13rem);
  --font-size-h1: clamp(1.75rem, 2.71vw + 0.94rem, 3.38rem);
  --font-size-h2: clamp(1.5rem, 1.67vw + 1rem, 2.5rem);
  --font-size-h3: clamp(1.13rem, 1.04vw + 0.81rem, 1.75rem);
  --font-size-btn: clamp(0.75rem, 0.63vw + 0.56rem, 1.13rem);
  --font-size-hero-text: clamp(2rem, 2.29vw + 1.31rem, 3.38rem);
  --font-size-sticker-number: clamp(2.5rem, 4.17vw + 1.25rem, 5rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 15px;
  --spacing-md: 30px;
  --spacing-lg: 50px;
  --spacing-xl: 100px;
  --spacing-xxl: 220px;
}

/*! 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%;
}

.tt {
  align-items: center;
  color: var(--color-black);
  display: flex;
  height: 100vh;
  font: 800 75px/1.5 helvetica, sans-serif;
  justify-content: center;
  position: fixed;
  left: 0;
  margin: 0;
  top: 0;
  width: 100vw;
}

/* ==========================================================================
   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 {
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  color: var(--color-black);
  line-height: 1.6;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

html.nav-is-active, body.nav-is-active {
  overflow-y: hidden;
  height: 100%;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
}

h1 {
  font-size: var(--font-size-h1);
  line-height: 1.5;
}

h2 {
  font-size: var(--font-size-h2);
  margin: 80px 0 50px;
}
@media screen and (max-width: 768px) {
  h2 {
    margin: 50px 0 30px;
  }
}

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

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

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

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

em {
  font-style: italic;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: var(--color-secondary);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-nav);
}
a:hover {
  color: var(--color-primary);
}

.nav__items a {
  color: var(--color-black);
  text-decoration: none;
}
.nav__items a:hover {
  color: var(--color-primary);
}

.btn, header .nav__items li:last-child a {
  padding: 9px 17px;
  background-color: var(--color-primary);
  color: var(--color-white);
  font-weight: 700;
  border-radius: 8px;
  border: 3px transparent solid;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.btn .icon, header .nav__items li:last-child a .icon {
  height: 15px;
}
.btn:hover, header .nav__items li:last-child a:hover {
  border: 3px solid var(--color-primary);
  background-color: transparent;
  cursor: pointer;
  color: var(--color-primary);
}
.btn.disabled, header .nav__items li:last-child a.disabled {
  color: var(--color-disabled);
  background-color: transparent;
  border-color: var(--color-disabled);
  pointer-events: none;
}

.texte-stickers a {
  color: var(--color-secondary);
  text-decoration: underline;
}

.nav__items .btn {
  color: var(--color-white);
}
.nav__items .btn:hover {
  color: var(--color-primary);
}

.form .btn {
  cursor: pointer;
}
.form .btn:hover {
  color: var(--color-primary);
}

.footer .nav__items li:last-child a {
  background: var(--color-white);
  color: var(--color-black);
  padding: 9px 17px;
  font-weight: 700;
  border-radius: 8px;
  border: 3px transparent solid;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .nav__items li:last-child a:hover {
  border: 3px solid var(--color-white);
  background-color: transparent;
  cursor: pointer;
  color: var(--color-white);
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1440px;
  width: calc(100% - var(--spacing-md));
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper.no-margin {
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
  }
}

/**
 * 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: 6em;
  width: 6em;
}

.grid {
  display: grid;
}

.grid-logos {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 50px 0;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .grid-logos {
    grid-template-columns: 1fr 1fr;
  }
}

.grid-logos .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  padding: 20px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: var(--color-white);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  height: 100%;
}
.grid-logos .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
  width: 80%;
}

.header {
  position: sticky;
  top: 0;
  z-index: 99;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  background: var(--color-white);
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  transform: translateY(-150px);
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrapper .logo {
  padding: 10px 0;
}
.header .wrapper .nav__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
}
.header .wrapper .nav-logo-mobile {
  display: none;
}
.header .wrapper li {
  list-style-type: none;
}
.header .wrapper a {
  text-transform: uppercase;
}
.header .menu-hamburger {
  color: var(--color-primary);
  display: none;
  position: relative;
  z-index: 999;
}
.header .menu-hamburger .icon {
  width: 50px;
}
@media screen and (max-width: 1024px) {
  .header .menu-hamburger {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .nav-is-active .header .menu-hamburger {
    color: var(--color-white);
  }
  .header .nav {
    transform: translateY(-100%);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: var(--color-primary);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    margin: 0;
    padding: 40px 0;
    overflow: hidden;
  }
  .header .nav .nav__items {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    padding: 0;
    margin: 0;
  }
  .header .nav .nav__items .nav-logo-mobile {
    display: flex;
    transform: translateX(10%);
  }
  .header .nav .nav__items .nav-logo-mobile a {
    width: 150px;
  }
  .header .nav .nav__items .nav-logo-mobile .icon {
    width: 100%;
    height: 100%;
  }
  .header .nav .nav__items a {
    color: var(--color-white);
  }
  .header .nav .nav__items li:last-child a {
    color: var(--color-primary);
    background: var(--color-white);
    border-color: var(--color-white);
  }
  .header .nav li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .nav-is-active .header .nav {
    transform: translateY(0);
  }
}
.header .topbar {
  background: var(--color-black);
  color: var(--color-white);
  /*position: absolute;
  width: 100%;*/
}
.header .topbar .wrapper {
  display: flex;
  justify-content: flex-end;
}
.header .topbar ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .header .topbar ul {
    gap: 30px;
  }
}
.header .topbar .portail-parent {
  display: flex;
  gap: 5px;
  align-items: center;
}
.header .topbar a {
  color: var(--color-white);
  font-size: 0.88rem;
  text-transform: none;
}
.header .topbar a:hover {
  color: var(--color-primary);
}

.hero-accueil .wrapper {
  position: relative;
}

.hero-accueil .video {
  height: 70vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .hero-accueil .video {
    height: 40vh;
  }
}

.hero-accueil .hero__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 50px 30px 0;
  background: var(--color-white);
  border-radius: 32px 32px 0 0;
}
@media screen and (max-width: 768px) {
  .hero-accueil .hero__content {
    position: relative;
    padding: 20px 0;
  }
}
.hero-accueil .hero__content .hero-buttons {
  display: flex;
  gap: 80px;
}
.hero-accueil .hero__content .hero-buttons .btn .icon {
  font-size: 0.8rem;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .hero-accueil .hero__content .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.hero_services {
  position: relative;
  background: rgba(31, 44, 98, 0.5);
}
.hero_services .wrapper {
  height: 60vh;
}
@media screen and (max-width: 768px) {
  .hero_services .wrapper {
    height: 30vh;
  }
}
.hero_services .hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_services .hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.hero_services .hero__content {
  color: var(--color-white);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero_services .hero__content h1 {
  font-style: italic;
}

.hero_installation {
  position: relative;
  background: rgba(31, 44, 98, 0.5);
}
.hero_installation .wrapper {
  height: 60vh;
}
.hero_installation .hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero_installation .hero__media img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.hero_installation .hero__content {
  color: var(--color-white);
  position: absolute;
  bottom: 10%;
}
.hero_installation .hero__content h1 {
  font-style: italic;
}

.hero-emplois h1 {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .hero-emplois h1 {
    margin: 30px 0;
  }
}
.hero-emplois h3 {
  margin: 0;
  font-style: italic;
  line-height: 1.3;
}
.hero-emplois .hero__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 80px 0;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .hero-emplois .hero__content {
    gap: 30px;
    margin: 30px 0 80px;
  }
}

.hero_secondary h1 {
  position: absolute;
  bottom: 50px;
}

.accordeon_container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.accordeon_container h3 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .accordeon_container h2 {
    margin: 0;
  }
}
.accordeon_container strong {
  font-weight: bold;
}
.accordeon_container .accordeon {
  padding: 30px;
  background-color: var(--color-white);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.accordeon_container .accordeon .content {
  display: none;
}
.accordeon_container .accordeon.active .content {
  display: block;
}
.accordeon_container .accordeon.active .line_remove {
  display: none;
}
.accordeon_container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.accordeon_container .plus div {
  width: 30px;
  height: 3px;
  background-color: var(--color-primary);
}
.accordeon_container .plus div:nth-child(1) {
  transform: translateY(2px);
}
.accordeon_container .plus div:nth-child(2) {
  rotate: 90deg;
}
.accordeon_container .texte {
  max-width: 80%;
  display: flex;
  flex-direction: column;
}
.accordeon_container .texte .bold {
  font-weight: 700;
}
.accordeon_container .citation p {
  margin: 0;
}
.accordeon_container .content {
  padding-top: 30px;
}

.accordeons .links {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}

.accordeons-faq {
  padding-bottom: 150px;
}

.texte-stickers-container {
  padding-bottom: var(--spacing-xl);
}

.texte-stickers {
  padding-bottom: 15px;
}
.texte-stickers .content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .texte-stickers .content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.texte-stickers .content_left .links {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px;
}
.texte-stickers .content_right {
  z-index: 1;
  position: relative;
  --rotation: 5;
}
.texte-stickers .content_right .bold {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .texte-stickers .content_right {
    max-width: 40vw;
  }
}
.texte-stickers .content_right::after {
  content: "";
  width: 115%;
  height: 100%;
  background-color: var(--color-primary);
  opacity: 50%;
  z-index: -1;
  transform: rotate(var(--rotation, 5deg));
  position: absolute;
  top: 0;
  left: -5%;
}

.services {
  padding-bottom: 150px;
}

/* ==========================================================================
   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: 6em;
  width: 6em;
}

.swiper {
  overflow: visible;
  margin: 0 80px;
}
@media screen and (max-width: 480px) {
  .swiper {
    margin: 0 50px;
  }
}
.swiper .swiper-slide {
  position: relative;
  height: auto;
  background-color: var(--color-white);
}
.swiper .swiper-slide .swiper__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .swiper .swiper-slide .swiper__content {
    gap: 20px;
  }
}
.swiper .swiper-slide .swiper__content > * {
  margin: 40px;
}
@media screen and (max-width: 480px) {
  .swiper .swiper-slide .swiper__content > * {
    margin: 20px;
  }
}
.swiper .swiper-slide .swiper__content h3 {
  margin-bottom: 0;
}
.swiper .swiper-slide .swiper__content p {
  margin: 0 40px;
}
@media screen and (max-width: 480px) {
  .swiper .swiper-slide .swiper__content p {
    margin: 0 20px;
  }
}
.swiper .swiper-slide .swiper__content .btn {
  margin-top: auto;
}
@media screen and (max-width: 480px) {
  .swiper .swiper-slide .swiper__content .btn {
    align-self: center;
  }
}
.swiper .swiper-button-next {
  right: -80px;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-next {
    right: -60px;
  }
}
@media screen and (max-width: 480px) {
  .swiper .swiper-button-next {
    right: -45px;
  }
}
.swiper .swiper-button-prev {
  left: -80px;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-prev {
    left: -60px;
  }
}
@media screen and (max-width: 480px) {
  .swiper .swiper-button-prev {
    left: -45px;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: var(--color-white);
  background: var(--color-primary);
  border-radius: 100%;
  padding: 15px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    padding: 10px;
  }
}
.swiper .swiper-button-next .icon,
.swiper .swiper-button-prev .icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-next .icon,
  .swiper .swiper-button-prev .icon {
    width: 20px;
    height: 20px;
  }
}

.installations {
  overflow: hidden;
}

.swiper.swiper-coverflow {
  margin: 50px 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow {
    margin: 0;
  }
}
.swiper.swiper-coverflow .swiper-slide {
  box-shadow: none;
}
.swiper.swiper-coverflow .swiper-slide .swiper__media {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow .swiper-slide .swiper__media {
    opacity: 1;
  }
}
.swiper.swiper-coverflow .swiper-slide .swiper__content {
  height: auto;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow .swiper-slide .swiper__content {
    opacity: 1;
  }
}
.swiper.swiper-coverflow .swiper-slide.swiper-slide-visible .swiper__media {
  opacity: 0.5;
}
.swiper.swiper-coverflow .swiper-slide.swiper-slide-active .swiper__media,
.swiper.swiper-coverflow .swiper-slide.swiper-slide-active .swiper__content {
  opacity: 1;
}
.swiper.swiper-coverflow .swiper__media {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow .swiper__media {
    width: 100vw;
  }
}
.swiper.swiper-coverflow .swiper__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow .swiper__media img {
    border-radius: 0;
  }
}
.swiper.swiper-coverflow .swiper__content {
  position: absolute;
  bottom: 0;
  display: block;
  color: var(--color-white);
  border-radius: 0 0 32px 32px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow .swiper__content {
    border-radius: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 480px) {
  .swiper.swiper-coverflow .swiper__content {
    gap: 10px;
    padding: 20px 0;
  }
}
.swiper.swiper-coverflow .swiper__content p {
  margin: 0;
}
.swiper.swiper-coverflow .swiper__content .text {
  position: relative;
  z-index: 2;
  padding: 30px 40px;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .swiper.swiper-coverflow .swiper__content .text {
    padding: 0 30px;
  }
}
.swiper.swiper-coverflow .swiper__content img {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-radius: 0 0 32px 32px;
  width: 100%;
  height: 160%;
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow .swiper__content img {
    border-radius: 0;
  }
}
.swiper.swiper-coverflow .swiper-button-next {
  right: 13vw;
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow .swiper-button-next {
    right: 20px;
  }
}
.swiper.swiper-coverflow .swiper-button-prev {
  transform: scaleX(-1);
  left: 13vw;
}
@media screen and (max-width: 768px) {
  .swiper.swiper-coverflow .swiper-button-prev {
    left: 10px;
  }
}

.swiper-jobs {
  margin-bottom: 80px;
  margin-top: 20px;
}
.swiper-jobs .swiper-slide {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.swiper-jobs .swiper-slide .swiper__content {
  border-radius: 8px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.swiper-jobs .swiper-slide.swiper-slide-active, .swiper-jobs .swiper-slide.swiper-slide-next {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .swiper-jobs .swiper-slide.swiper-slide-next {
    opacity: 0;
  }
}

.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  height: -moz-fit-content;
  height: fit-content;
}
.cards .card {
  background-color: var(--color-white);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  height: auto;
  padding: 40px;
}
.cards .card .card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
.cards .card .card__content p {
  margin: 0;
}
.cards .card__quotes {
  padding: 40px;
}
.cards .credit__card {
  position: relative;
  padding: 0;
  height: 100%;
}
.cards .credit__card .card__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cards .credit__card .card__media img {
  border-radius: 15px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.cards .credit__card .card__content {
  height: 100%;
  gap: 15px;
}
.cards .credit__card .card__content .text {
  position: absolute;
  bottom: 0;
  z-index: 20;
  color: var(--color-white);
  padding: 10px 15px;
}
.cards .credit__card .card__content img {
  z-index: 1;
  margin-top: 50%;
}
@media screen and (max-width: 1024px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.cards-quotes {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .cards-quotes {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 480px) {
  .cards-quotes .card {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  .cards-quotes .card .card__content {
    gap: 20px;
  }
}
.cards-quotes .quote {
  position: relative;
  padding: 0 15px;
}
.cards-quotes .quote .icon-quote {
  color: var(--color-primary);
  opacity: 0.25;
  font-size: clamp(2.81rem, 1.04vw + 2.5rem, 3.44rem);
  position: absolute;
  right: -20px;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .cards-quotes .quote .icon-quote {
    right: -10px;
  }
}
.cards-quotes .quote .icon-quote-top {
  transform: scaleX(-1);
  top: 0;
  left: -20px;
}
@media screen and (max-width: 480px) {
  .cards-quotes .quote .icon-quote-top {
    left: -10px;
  }
}
.cards-quotes .parent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cards-quotes .parent .bold-italic {
  font-weight: 700;
  font-style: italic;
}
.cards-quotes .parent p {
  font-size: clamp(0.75rem, 0.21vw + 0.69rem, 0.88rem);
}

.credits .cards {
  margin-bottom: 50px;
}
.credits .cards .card img {
  border-radius: 8px;
}

.news .cards {
  margin: 30px 0 50px;
}

.footer {
  background: var(--color-black);
  color: var(--color-white);
  padding: var(--spacing-md) 0;
}
.footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .footer .wrapper {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.footer .logo {
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .footer .logo {
    transform: translateX(10%);
  }
}
.footer .logo .icon {
  font-size: clamp(1.88rem, 1.04vw + 1.56rem, 2.5rem);
  height: 5em;
}
.footer .footer__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .footer .footer__content {
    align-items: center;
    gap: 30px;
  }
}
.footer .footer__content .nav__items {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  text-transform: uppercase;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .footer .footer__content .nav__items {
    flex-direction: column;
  }
}
.footer .footer__content .legal {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer .footer__content .legal {
    align-items: center;
  }
}
.footer .footer__content p {
  margin: 0;
}
.footer .footer__content a {
  color: var(--color-white);
}
.footer .footer__content a:hover {
  color: var(--color-primary);
}
.footer .footer__content a.policy {
  text-decoration: underline;
}
.footer .footer__content a.policy:hover {
  color: var(--color-primary);
}

.header_system {
  position: sticky;
  top: 0;
  z-index: 10;
  margin-bottom: var(--spacing-md);
  background-color: var(--color-primary);
  width: 100%;
}

.heading_design_system {
  margin-bottom: 0;
}
.heading_design_system + hr {
  margin-bottom: var(--spacing-md);
}

hr {
  margin: 0;
}

.section {
  padding: 15px 0;
}

.design_typo {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  padding: var(--spacing-lg) 0;
}
.design_typo h2 {
  margin: 0;
}
.design_typo p {
  margin: 0;
}

.design_color .grid_color {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-sm);
  padding-top: var(--spacing-md);
}
.design_color .color {
  display: flex;
  gap: var(--spacing-xs);
}
.design_color .square {
  width: 75px;
  height: 75px;
}
.design_color .square.square_black {
  background-color: var(--color-black);
}
.design_color .square.square_white {
  background-color: var(--color-white);
  border: 1px black solid;
}
.design_color .square.square_primary {
  background-color: var(--color-primary);
}
.design_color .square.square_secondary {
  background-color: var(--color-secondary);
}
.design_color .square.square_disabled {
  background-color: var(--color-disabled);
}

.design_icons .grid_icon {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.design_icons .icon_example {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.design_layout.wrapper_example {
  background-color: var(--color-primary);
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid_boutons {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
.grid_boutons .bouton div {
  display: flex;
  gap: var(--spacing-lg);
  align-items: center;
}

.content_title {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
}

.paragraphe_double .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-lg);
}

h3:has(+ hr) {
  margin-top: var(--spacing-lg);
  margin-bottom: 5px;
}

/* PrismJS 1.30.0
https://prismjs.com/download#themes=prism&languages=markup+css+clike+javascript */
code[class*=language-], pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  hyphens: none;
}

code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}

code[class*=language-] ::selection, code[class*=language-]::selection, pre[class*=language-] ::selection, pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*=language-], pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-], pre[class*=language-] {
  background: #f5f2f0;
}

:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.boolean, .token.constant, .token.deleted, .token.number, .token.property, .token.symbol, .token.tag {
  color: #905;
}

.token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
  color: #690;
}

.language-css .token.string, .style .token.string, .token.entity, .token.operator, .token.url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule, .token.attr-value, .token.keyword {
  color: #07a;
}

.token.class-name, .token.function {
  color: #dd4a68;
}

.token.important, .token.regex, .token.variable {
  color: #e90;
}

.token.bold, .token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.title {
  padding-top: 50px;
}

.about .left {
  position: relative;
}
.about .left .wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .about .left .wrapper {
    grid-template-columns: 1fr;
  }
}
.about .right {
  position: relative;
}
.about .right .wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .about .right .wrapper {
    grid-template-columns: 1fr;
  }
}
.about .media-left {
  width: 100%;
  height: 100%;
  height: 50vh;
}
.about .media-left img {
  width: 38vw;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 32px 32px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .about .media-left img {
    position: static;
    width: 100vw;
    border-radius: 0;
    height: 30vh;
  }
}
.about .media-right img {
  width: 38vw;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px 0 0 32px;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 1024px) {
  .about .media-right img {
    position: static;
    width: 100vw;
    border-radius: 0;
  }
}

.values {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .values {
    padding-bottom: 110px;
  }
}
.values .sticker_content {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-size-sticker-number);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.values .sticker_content::after {
  content: "";
  width: 200%;
  height: 80%;
  background-color: var(--color-primary);
  display: block;
  opacity: 50%;
  position: absolute;
  top: 10%;
  left: -50%;
  z-index: -1;
  transform: rotate(var(--rotation, 5deg));
}
.values .grid_container {
  position: relative;
}
.values .grid_container .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .values .grid_container .wrapper {
    grid-template-columns: 1fr;
  }
}
.values .grid_container .wrapper .grid-item-center {
  align-self: center;
}
.values h2 {
  padding-bottom: 30px;
}
.values .valeur {
  position: relative;
  --rotation: 5;
}
.values .sticker {
  position: absolute;
  top: 0;
  left: -7%;
  z-index: -2;
  transform: translateY(-40px);
}
@media screen and (max-width: 1024px) {
  .values .sticker {
    top: -15%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .values .sticker {
    top: -5%;
    left: 0;
  }
}
.values .image {
  height: 100%;
  height: 45vh;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .values .image {
    height: 30vh;
  }
}
.values .image img {
  display: block;
  width: 50vw;
  height: 45vh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px 0 0 32px;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .values .image img {
    position: static;
    width: 100vw;
    border-radius: 0;
    height: 30vh;
  }
}
.values .image.align-left img {
  width: 45vw;
  border-radius: 0 32px 32px 0;
  left: 0;
  height: 35vh;
}
@media screen and (max-width: 1024px) {
  .values .image.align-left img {
    position: static;
    width: 100vw;
    border-radius: 0;
  }
}

.advantages {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .advantages {
    padding-bottom: 10px;
  }
}
.advantages .extended-image .wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 0;
}
.advantages .single-advantage {
  margin: 50px 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .advantages .single-advantage {
    width: 100%;
  }
}
.advantages h2 {
  margin: 0 0 50px 0;
}
.advantages p {
  display: flex;
  gap: 15px;
}

.extended-image {
  position: relative;
}
.extended-image .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .extended-image .wrapper {
    display: block;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .extended-image .media-container {
    width: 100vw;
    transform: translateX(-15px);
  }
}
.extended-image .media-container img {
  width: 50vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 32px 32px 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .extended-image .media-container img {
    position: relative;
    top: 0;
    transform: translateY(0);
    border-radius: 0;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .extended-image .media-container.align-right {
    max-height: 300px;
    transform: translateX(-15px);
  }
}
.extended-image .media-container.align-right img {
  border-radius: 32px 0 0 32px;
  left: auto;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .extended-image .media-container.align-right img {
    border-radius: 0;
    left: 0;
    right: 0;
    max-height: 300px;
  }
}
.extended-image .media-container.align-top img {
  top: 0;
  transform: translateY(0);
}

.map-container .map {
  height: 500px;
  margin-bottom: var(--spacing-md);
}
.map-container .mapbtn {
  display: flex;
  gap: 10px;
}
.map-container {
  position: relative;
}

.map {
  height: 610px;
  z-index: 3;
}

.map-buttons {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 5%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 1px;
  background-color: #e5e5e5;
  border: 10px solid var(--color-white);
}
@media screen and (max-width: 768px) {
  .map-buttons {
    left: auto;
    right: 5%;
    grid-template-columns: 1fr;
  }
}

.map-btn {
  text-align: center;
  padding: 5px 25px;
  background-color: var(--color-white);
  cursor: pointer;
  color: var(--color-black);
}
.map-btn.active {
  background-color: #e5e5e5;
}

.carte_section h1 {
  padding-top: 80px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .candidature .wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
}

.candidature .extended-image {
  min-height: 50vh;
}

.candidature h1 {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .candidature h1 {
    margin: 30px 0;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 90%;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .form {
    max-width: 500px;
    width: 100%;
  }
}
.form fieldset {
  display: flex;
  flex-direction: column;
  gap: 30px;
  border: none;
  padding: 0;
  margin: 0;
}
.form .input-label {
  display: block;
  font-weight: 500;
  margin: 15px 0;
}
.form .input-element {
  border-radius: 8px;
  border: 1px solid var(--color-black);
  padding: 9px 12px;
  outline: none;
  width: 100%;
}
.form .input-element:hover {
  background: #e0e1e7;
}
.form .input-element:focus {
  background: none;
}
.form .input-element.input-pointer {
  cursor: pointer;
}
.form .input-element.input-text {
  cursor: text;
}
.form .error-message {
  display: none;
}
.form .form-separator {
  height: 2px;
  background: var(--color-black);
  opacity: 0.25;
  border-radius: 100%;
  transform: translateY(10px);
}
.form {
  /*********************SELECT*******************/
}
.form .select {
  position: relative;
}
.form .select .input-element {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
}
.form .select::after {
  content: "";
  background: url("../assets/icons/chevron.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 75%;
  right: 16px;
  pointer-events: none;
}
.form {
  /*****************FILE*****************/
}
.form .file {
  position: relative;
}
.form .file .input-element {
  opacity: 0;
}
.form .file .input-element::file-selector-button {
  cursor: pointer;
}
.form .file .input-element:hover + .preview {
  background: #e0e1e7;
}
.form .file .preview {
  position: absolute;
  top: 0;
  margin-top: 60px;
  border: 1.5px solid var(--color-black);
  border-radius: 8px;
  width: 100%;
  padding: 6px 40px 6px 12px;
  z-index: -1;
}
.form .file .preview p {
  margin: 0;
  opacity: 0.5;
  text-wrap: nowrap;
  overflow: hidden;
}
.form .file::after {
  content: "";
  background: url("../assets/icons/upload.svg") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30%;
  margin-top: 40px;
  right: 16px;
  pointer-events: none;
}
.form {
  /*****************CHECKBOX*****************/
}
.form .checkboxes {
  display: flex;
  flex-direction: column;
}
.form .checkbox {
  position: relative;
}
.form .checkbox .input-element {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.form .checkbox .input-label {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-left: 40px;
}
.form .checkbox .input-label::before, .form .checkbox .input-label::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 3px;
}
.form .checkbox .input-label::before {
  border: 1.5px solid var(--color-black);
  border-radius: 4px;
}
.form .checkbox .input-label::after {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 0;
  transform: scale(0.9);
}
.form .checkbox .input-label:hover::before {
  background: #e0e1e7;
}
.form .checkbox .input-element:checked + .label .input-label::after {
  opacity: 1;
}
.form .checkbox .input-label::after {
  background: url("../assets/icons/checkmark.svg") no-repeat;
  background-size: 100%;
}
.form {
  /*****************ERREUR*****************/
}
.form .error .input-element {
  border: 1.5px solid red;
}
.form .error.file::after {
  top: 20%;
}
.form .error .preview {
  border: 1.5px solid red;
}
.form .error .error-message {
  display: block;
  color: red;
}

/*****************CONTACT*****************/
.contact-form .form {
  max-width: 950px;
}
.contact-form fieldset {
  padding: 0;
}
.contact-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact-form .textarea {
  gap: 0;
}
.contact-form .textarea textarea {
  min-height: 200px;
}
.contact-form .textarea p {
  margin: 0;
}

/*****************GFORM*****************/
.gform_title {
  display: none;
}

.gform-theme {
  padding-bottom: 90px;
}

.ginput_container input,
.ginput_container select {
  border-radius: 8px !important;
  border: 1px solid var(--color-black);
  padding: 9px 12px;
  outline: none;
  width: 100%;
}
.ginput_container textarea {
  border-radius: 8px !important;
  resize: none !important;
}

.gfield_label {
  display: block !important;
  font-weight: 500 !important;
  margin: 15px 0 !important;
  font-size: var(--font-size-h3) !important;
  font-family: var(--font-secondary) !important;
  color: var(--color-black) !important;
}

.gchoice label {
  cursor: pointer !important;
  overflow: hidden;
  font-size: var(--font-size-content) !important;
  font-family: var(--font-primary) !important;
}
.gchoice input {
  width: 24px !important;
  height: 24px !important;
}

.gform_button {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: var(--font-size-nav) !important;
  background-color: var(--color-primary) !important;
}

.candidature {
  padding: var(--spacing-md) 0;
}

.gform_required_legend {
  display: none !important;
}

.gfield_required {
  display: none !important;
}

/*****************LOGIN SECTION SÉCURISÉE*****************/
.login-form {
  text-align: center;
  display: flex;
  justify-content: center;
}
.login-form .input-element {
  width: 100%;
}
.login-form .input {
  text-align: left;
}
.login-form .form {
  max-width: 20vw;
}
.login-form .form .form-footer {
  display: flex;
  justify-content: center;
}

.password-form {
  height: 50vh;
}

.pagenotfound {
  height: 30vh;
  margin: 0;
}
.pagenotfound .wrapper {
  text-align: center;
}
.pagenotfound .btn {
  justify-self: center;
}

/* ==========================================================================
   position setup & z-index for content overlapping
   ========================================================================== */
.hero-accueil {
  position: relative;
}
.hero-accueil .hero__content h1, .hero-accueil .reconnaissances {
  position: relative;
  z-index: 2;
}

.reconnaissances {
  position: relative;
  z-index: 2;
}

.temoignages {
  position: relative;
}
.temoignages .cards-quotes {
  position: relative;
  z-index: 2;
}

.about {
  position: relative;
}
.about .texte {
  position: relative;
  z-index: 2;
}

.values {
  position: relative;
}
.values .value {
  position: relative;
  z-index: 2;
}

.hero_services {
  position: relative;
}

.hero-emplois {
  position: relative;
}
.hero-emplois h1, .hero-emplois .hero__content {
  position: relative;
  z-index: 2;
}

.advantages {
  position: relative;
}
.advantages .content-container {
  position: relative;
  z-index: 2;
}

.candidature {
  position: relative;
}
.candidature .form {
  position: relative;
  z-index: 2;
}

.carte_section {
  position: relative;
}

.contact-form {
  position: relative;
}

.hero_secondary {
  position: relative;
}

.inscription-contenu {
  position: relative;
}
.inscription-contenu .accordeons-faq {
  position: relative;
  z-index: 2;
}

.credits {
  position: relative;
}
.credits .cards, .credits .credit {
  position: relative;
  z-index: 2;
}

.menu_installation {
  position: relative;
}
.menu_installation p {
  margin: 0;
}

/* ==========================================================================
   shapes themselves
   ========================================================================== */
.shapes {
  position: absolute;
  z-index: 1;
}

.shapes-home1 {
  bottom: 0;
  transform: translateY(72.5%);
  width: 8vw;
}
@media screen and (max-width: 768px) {
  .shapes-home1 {
    top: 0;
    transform: translateY(230%);
  }
}

.shapes-home2 {
  bottom: 0;
  right: 0;
  width: 32vw;
}
@media screen and (max-width: 768px) {
  .shapes-home2 {
    width: 40vw;
  }
}

.shapes-about1 {
  top: 0;
  transform: translateY(20%);
  width: 8.5vw;
}

.shapes-about2 {
  bottom: 0;
  right: 0;
  transform: translateY(25%);
  width: 10vw;
}
@media screen and (max-width: 768px) {
  .shapes-about2 {
    transform: translateY(40%);
  }
}
@media screen and (max-width: 480px) {
  .shapes-about2 {
    width: 15vw;
  }
}

.shapes-about3 {
  bottom: 0;
  width: 18vw;
}
@media screen and (max-width: 480px) {
  .shapes-about3 {
    width: 25vw;
  }
}

.shapes-services1 {
  bottom: 0;
  right: 0;
  transform: translateY(77.5%);
  width: 8vw;
}
@media screen and (max-width: 768px) {
  .shapes-services1 {
    width: 12vw;
  }
}

.shapes-emplois1 {
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  width: 8vw;
}
@media screen and (max-width: 768px) {
  .shapes-emplois1 {
    width: 10vw;
  }
}

.shapes-emplois2 {
  bottom: 0;
  width: 10vw;
}
@media screen and (max-width: 480px) {
  .shapes-emplois2 {
    width: 12vw;
  }
}

.shapes-candidature1 {
  top: 0;
  transform: translateY(55%);
  width: 5.5vw;
}
@media screen and (max-width: 768px) {
  .shapes-candidature1 {
    top: 40%;
    transform: translateY(-100%);
  }
}
@media screen and (max-width: 480px) {
  .shapes-candidature1 {
    top: 35%;
  }
}

.shapes-candidature2 {
  bottom: 0;
  right: 0;
  width: 20vw;
}
@media screen and (max-width: 768px) {
  .shapes-candidature2 {
    width: 30vw;
  }
}

.shapes-contact1 {
  bottom: 0;
  transform: translateY(22%);
  width: 6vw;
  z-index: 2;
}

.shapes-contact2 {
  bottom: 0;
  right: 0;
  transform: translateX(-30%);
  width: 30vw;
}
@media screen and (max-width: 768px) {
  .shapes-contact2 {
    width: 40vw;
    transform: translateX(-15%);
  }
}
@media screen and (max-width: 480px) {
  .shapes-contact2 {
    width: 50vw;
  }
}

.shapes-inscription1 {
  bottom: 0;
  right: 0;
  transform: translateY(87%);
  width: 8vw;
}
@media screen and (max-width: 768px) {
  .shapes-inscription1 {
    width: 12vw;
  }
}

.shapes-inscription2 {
  bottom: 0;
  width: 15vw;
}
@media screen and (max-width: 768px) {
  .shapes-inscription2 {
    width: 20vw;
  }
}
@media screen and (max-width: 480px) {
  .shapes-inscription2 {
    width: 30vw;
  }
}

.shapes-credits1 {
  top: 0;
  right: 0;
  transform: translateY(80%);
  width: 7vw;
}
@media screen and (max-width: 768px) {
  .shapes-credits1 {
    top: 30%;
    width: 9vw;
  }
}
@media screen and (max-width: 480px) {
  .shapes-credits1 {
    top: 60%;
    width: 9vw;
  }
}

.shapes-credits2 {
  bottom: 0;
  width: 15vw;
}
@media screen and (max-width: 480px) {
  .shapes-credits2 {
    width: 20vw;
  }
}

.shapes-location1 {
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  width: 8vw;
}

.shapes-location2 {
  bottom: 0;
  width: 15vw;
}

.menu {
  padding: var(--spacing-md) 0;
}
.menu table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.menu table td {
  border: 1px solid #222;
  vertical-align: top;
  padding: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .menu table td {
    padding: 5px;
    font-size: 12px;
  }
}
.menu table th {
  border: 1px solid #222;
  vertical-align: top;
  padding: 10px;
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .menu table th {
    padding: 5px;
  }
}
.menu .table_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu .table_desktop {
    display: none;
  }
  .menu .table_mobile {
    display: table;
  }
}

.calendar {
  padding: var(--spacing-lg);
}
.calendar th {
  background-color: var(--color-primary);
}
.calendar th a {
  color: var(--color-white);
}
.calendar .fc-daygrid-event .fc-event-title {
  white-space: normal !important;
}
@media screen and (max-width: 768px) {
  .calendar .fc-day div {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .calendar .fc-day div a {
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .calendar .fc-toolbar {
    display: block;
  }
}

.filtres {
  padding: var(--spacing-md) 0;
}
.filtres select, .filtres input {
  border-radius: 8px !important;
  border: 1px solid var(--color-black);
  padding: 9px 12px;
  outline: none;
}

.credits {
  padding-bottom: 160px;
}
.credits.news {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .credits {
    padding-bottom: 100px;
  }
}
.credits .titles h2 {
  margin-top: 40px;
}
.credits .credit {
  display: flex;
  justify-content: left;
  align-items: start;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .credits .credit {
    flex-direction: column;
    gap: 0;
  }
}

.textes {
  max-width: 50vw;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .textes {
    max-width: none;
  }
}

.placeholder {
  text-align: center;
  padding: 180px;
}

.tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: var(--color-white);
  box-shadow: 0 -10px 12px -5px rgba(0, 0, 0, 0.15), 0 2px 14px rgba(255, 255, 255, 0.15);
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: left;
  }
}
.tabs h3 {
  padding: 10px 20px;
  cursor: pointer;
}
.tabs .tab.active {
  color: var(--color-primary);
}
.tabs .tab {
  border-right: 2px solid rgba(0, 0, 0, 0.2);
}
.tabs .tab:last-child {
  border-right: none;
}

.tabs::-webkit-scrollbar {
  display: none;
}

.onglet_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.onglet {
  width: 100%;
}
.onglet .content {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  display: none;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .onglet .content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.onglet .content h3 {
  padding-bottom: 20px;
  margin: 0;
}
.onglet .content hr {
  margin: 0;
}
.onglet .content p {
  margin-bottom: 20px;
  max-width: 60vw;
}
.onglet .content.active {
  display: flex;
}

.about {
  --padding-left: 40px;
  position: relative;
}
.about .grid_container .wrapper.no_grid {
  display: block;
}
.about .media {
  height: 50vh;
}
@media screen and (max-width: 768px) {
  .about .media {
    height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  .about .media img {
    height: 30vh;
  }
}
.about .timeline {
  position: relative;
  border-left: 2px solid rgba(222, 120, 0, 0.5);
}
.about .timeline::after {
  --size: 12px;
  content: "";
  display: block;
  height: var(--size);
  width: var(--size);
  position: absolute;
  bottom: -11px;
  left: -6.5px;
  background-color: rgba(222, 120, 0, 0.5);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.about .timeline-item {
  position: relative;
  padding-bottom: 40px;
}
.about .timeline-item p {
  color: #2d3c63;
  line-height: 1.6;
  padding-left: var(--padding-left);
}
.about .line {
  width: 150px;
  height: 2px;
  background: rgba(222, 120, 0, 0.5);
  position: relative;
}
.about .line::after {
  --size: 10px;
  content: "";
  display: block;
  position: absolute;
  right: calc(-1 * var(--size));
  top: -4px;
  border-radius: 100%;
  background-color: rgba(222, 120, 0, 0.5);
  height: var(--size);
  width: var(--size);
}

.timeline {
  margin-bottom: 20px;
}

[data-scrolly=fadeIn] {
  opacity: 0;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-scrolly=fadeIn].is-active {
  opacity: 1;
}

[data-scrolly=fromLeft] {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-scrolly=fromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}

[data-scrolly=fromLeftLarge] {
  opacity: 0;
  transform: translateX(-400px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-scrolly=fromLeftLarge].is-active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  [data-scrolly=fromLeftLarge] {
    transform: none;
    opacity: 1;
  }
}

[data-scrolly=fromLeftDelay1] {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
[data-scrolly=fromLeftDelay1].is-active {
  opacity: 1;
  transform: translateX(0);
}

[data-scrolly=fromLeftDelay2] {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
[data-scrolly=fromLeftDelay2].is-active {
  opacity: 1;
  transform: translateX(0);
}

[data-scrolly=fromLeftDelay3] {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
[data-scrolly=fromLeftDelay3].is-active {
  opacity: 1;
  transform: translateX(0);
}

.extended-image .media-container [data-scrolly=fromLeftMedia] {
  opacity: 0;
  transform: translateX(-400px) translateY(-50%);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.extended-image .media-container [data-scrolly=fromLeftMedia].is-active {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .extended-image .media-container [data-scrolly=fromLeftMedia] {
    transform: none;
    opacity: 1;
  }
  .extended-image .media-container [data-scrolly=fromLeftMedia].is-active {
    transform: none;
  }
}

[data-scrolly=fromRight] {
  opacity: 0;
  transform: translateX(100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-scrolly=fromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}

[data-scrolly=fromRightLarge] {
  opacity: 0;
  transform: translateX(400px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-scrolly=fromRightLarge].is-active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  [data-scrolly=fromRightLarge] {
    transform: none;
    opacity: 1;
  }
}

[data-scrolly=fromRightDelay1] {
  opacity: 0;
  transform: translateX(100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
[data-scrolly=fromRightDelay1].is-active {
  opacity: 1;
  transform: translateX(0);
}

[data-scrolly=fromRightDelay2] {
  opacity: 0;
  transform: translateX(100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
[data-scrolly=fromRightDelay2].is-active {
  opacity: 1;
  transform: translateX(0);
}

.extended-image .media-container [data-scrolly=fromRightMedia] {
  opacity: 0;
  transform: translateX(400px) translateY(-50%);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.extended-image .media-container [data-scrolly=fromRightMedia].is-active {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .extended-image .media-container [data-scrolly=fromRightMedia] {
    transform: none;
    opacity: 1;
  }
  .extended-image .media-container [data-scrolly=fromRightMedia].is-active {
    transform: none;
  }
}

.extended-image .media-container.align-top [data-scrolly=fromRightMediaTop] {
  opacity: 0;
  transform: translateX(400px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.extended-image .media-container.align-top [data-scrolly=fromRightMediaTop].is-active {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
  .extended-image .media-container.align-top [data-scrolly=fromRightMediaTop] {
    transform: none;
    opacity: 1;
  }
  .extended-image .media-container.align-top [data-scrolly=fromRightMediaTop].is-active {
    transform: none;
  }
}

[data-scrolly=fromTop] {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-scrolly=fromTop].is-active {
  opacity: 1;
  transform: translateY(0);
}

[data-scrolly=fromBottom] {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
[data-scrolly=fromBottom].is-active {
  opacity: 1;
  transform: translateY(0);
}

[data-scrolly=fromBottomDelay1] {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
@media screen and (max-width: 768px) {
  [data-scrolly=fromBottomDelay1] {
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }
}
[data-scrolly=fromBottomDelay1].is-active {
  opacity: 1;
  transform: translateY(0);
}

[data-scrolly=fromBottomDelay2] {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
@media screen and (max-width: 768px) {
  [data-scrolly=fromBottomDelay2] {
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
  }
}
[data-scrolly=fromBottomDelay2].is-active {
  opacity: 1;
  transform: translateY(0);
}

[data-scrolly=fromBottomNoFade] {
  transform: translateY(200px);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-scrolly=fromBottomNoFade].is-active {
  transform: translateY(0);
}

[data-scrolly=zoomIn] {
  transform: scale(0);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
[data-scrolly=zoomIn].is-active {
  transform: scale(1);
}

[data-scrolly=zoomInDelay1] {
  transform: scale(0);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
[data-scrolly=zoomInDelay1].is-active {
  transform: scale(1);
}

[data-scrolly=zoomInDelay2] {
  transform: scale(0);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
[data-scrolly=zoomInDelay2].is-active {
  transform: scale(1);
}

[data-scrolly=zoomInDelay3] {
  transform: scale(0);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1) 0.6s;
}
[data-scrolly=zoomInDelay3].is-active {
  transform: scale(1);
}

.form .form-separator[data-scrolly=scaleX] {
  transform: translateY(10px) scaleX(0);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.form .form-separator[data-scrolly=scaleX].is-active {
  transform: translateY(10px) scaleX(1);
}

.event .icon_container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event .icon_container .icon-orange {
  color: var(--color-primary);
}
.event .photo_gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.2fr 1.8fr;
  grid-template-rows: repeat(2, 200px);
  margin-top: 32px;
  padding-bottom: 40px;
}
.event .photo_gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.event .photo_gallery img:nth-child(1) {
  grid-row: span 2;
}
@media (max-width: 768px) {
  .event .photo_gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 250px;
  }
  .event .photo_gallery img:nth-child(1) {
    grid-row: auto;
    height: 200px;
  }
  .event .photo_gallery img:nth-child(2) {
    height: 200px;
  }
  .event .photo_gallery img:nth-child(3) {
    grid-column: span 2;
    height: 250px;
  }
}
/*# sourceMappingURL=main.css.map */
