@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&family=Manrope:wght@200..800&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #dfe7f0;
  --color-black: #112d37;
  --color-primary: #fdfd9d;
  --color-secondary: #586f7c;
  --color-red: #f32d2d;
}

/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Geologica", sans-serif;
  --font-secondary: "Manrope", sans-serif;
  --font-size-content: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
  --font-size-h1: clamp(2.88rem, 5.21vw + 1.31rem, 6rem);
  --font-size-h2: clamp(2.63rem, 4.48vw + 1.28rem, 5.31rem);
  --font-size-h3: clamp(1.75rem, 2.08vw + 1.13rem, 3rem);
  --font-size-h4: clamp(1.5rem, 1.25vw + 1.13rem, 2.25rem);
  --font-size-btn: clamp(1.13rem, 1.46vw + 0.69rem, 2rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 1rem;
  --spacing-sm: 3rem;
  --spacing-md: 4rem;
  --spacing-lg: 6rem;
  --spacing-xl: 10rem;
  --grid-gap: 10px;
}

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

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4 {
  line-height: 1;
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: var(--font-size-h1);
  font-family: var(--font-primary);
  font-weight: 800;
}

h2 {
  font-size: var(--font-size-h2);
  font-family: var(--font-primary);
}

h3 {
  font-size: var(--font-size-h3);
  font-family: var(--font-secondary);
  font-weight: 700;
  line-height: 1.2;
}

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

p {
  margin: 0;
  line-height: 1.6;
  font-size: var(--font-size-content);
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: var(--color-black);
  text-decoration: none;
  font-size: var(--font-size-content);
  font-weight: 600;
}
a:hover {
  color: var(--color-primary);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
a.disabled {
  color: #e2e2e2;
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 var(--spacing-sm);
}

/**
 * Swiper 12.0.3
 * 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: October 21, 2025
 */
: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-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.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.5em;
  width: 1.5em;
}

.icon--mlg {
  height: 2.5em;
  width: 2.5em;
}

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

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

.icon--xxl {
  height: 7em;
  width: 7em;
}

.icon--xxxl {
  height: 15em;
  width: 15em;
}

.icon--chevron {
  height: 2em;
  width: 2em;
}

.icon--underline {
  height: 0.35em;
  width: 70%;
}

.icon--accolade {
  height: 15em;
  width: 5em;
}

.icon--graph {
  height: 7em;
  width: 10em;
}

.icon--code {
  height: 10em;
  width: 15em;
}

.icon--question {
  margin-left: -20px;
  margin-bottom: 2%;
}

.icon--exclamation {
  margin-left: -20px;
  margin-bottom: 5%;
}

:root {
  --header-height: 85px;
}

.header {
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 15px 0;
  position: sticky;
  top: 0;
  height: 85px;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
}
.header::before {
  background-color: var(--color-black);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav-desktop {
  display: flex;
  gap: 80px;
  list-style: none;
  padding-left: 0;
  background-color: var(--color-black);
  margin: 0;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-is-active .header .nav-desktop {
  transform: translateY(0);
}
@media screen and (max-width: 1440px) {
  .header .nav-desktop {
    transform: translateX(-100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    gap: 100px;
    z-index: -2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header .nav-mobile {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header .nav-mobile {
    display: flex;
  }
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  transform: translateY(-100%) translateY(4px);
}
.header .nav-desktop a {
  color: var(--color-white);
  transition: all 0.3s ease-out;
  position: relative;
  font-size: var(--font-size-btn);
}
.header .nav-desktop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-white);
  width: 0;
  height: 4px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 24px;
}
.header .nav-desktop a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.header .nav-desktop a:hover::after {
  width: 100%;
  opacity: 1;
  background-color: var(--color-primary);
}
@media screen and (max-width: 1440px) {
  .header .nav-desktop a {
    font-size: var(--font-size-h2);
  }
}
.header .header-toggle {
  background: none;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.header .header-toggle:hover {
  color: var(--color-primary);
}
.header .header-toggle svg {
  width: 34px;
  height: 23px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  color: var(--color-white);
}
.logo .animate {
  transition: transform 0.4s linear(0, 0.273 13.1%, 0.668 35%, 0.874 47.5%, 0.991 56.8%, 0.999 57.8%, 0.951 64.8%, 0.936 71.9%, 0.946 77.6%, 0.992 91.5%, 1), color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  height: 36px;
}
.logo:hover {
  color: var(--color-primary);
}
.logo:hover .animate {
  transform: rotate(-45deg);
}
.logo svg {
  width: 60px;
  height: 58px;
}

.hero {
  margin-top: 60px;
  padding: 60px 0;
  position: relative;
  overflow-x: hidden;
}
.hero .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 5fr 7fr;
}
@media screen and (max-width: 1440px) {
  .hero .wrapper {
    display: flex;
    flex-direction: column;
  }
}

.hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-content h1 {
  padding-top: 30px;
  padding-bottom: 20px;
}
.hero-content .button {
  align-self: flex-start;
  justify-self: flex-end;
}

.hero-media {
  border-radius: 30px;
  height: 500px;
}
.hero-media video {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 1440px) {
  .hero-media {
    height: 600px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .hero-media {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .hero-media {
    height: 300px;
  }
}

.hero-profil {
  position: relative;
}
.hero-profil .doodle-moi {
  top: 80%;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .hero-profil .doodle-moi {
    top: 30%;
    left: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-profil .doodle-moi {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .hero-profil .doodle-moi {
    left: 70%;
  }
}
@media screen and (max-width: 485px) {
  .hero-profil .doodle-moi {
    top: -10%;
    left: 70%;
    width: 4em;
    height: 4em;
  }
}
.hero-profil span {
  position: relative;
}
.hero-profil span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.doodle {
  position: absolute;
  z-index: -1;
}

.doodle-arobas {
  bottom: 30%;
  right: -15%;
}
@media screen and (max-width: 1440px) {
  .doodle-arobas {
    bottom: -20%;
    right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .doodle-arobas {
    bottom: -30%;
  }
}
@media screen and (max-width: 768px) {
  .doodle-arobas {
    width: 3em;
    height: 3em;
    bottom: -25%;
    right: 0;
  }
}
@media screen and (max-width: 485px) {
  .doodle-arobas {
    bottom: 100%;
    right: -10%;
  }
}

.doodle-hashtag {
  top: 20%;
  left: -20%;
}
@media screen and (max-width: 1440px) {
  .doodle-hashtag {
    top: 10%;
    left: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .doodle-hashtag {
    width: 4em;
    height: 4em;
    top: 10%;
    left: 90%;
  }
}
@media screen and (max-width: 768px) {
  .doodle-hashtag {
    top: -20%;
    left: 94%;
  }
}
@media screen and (max-width: 485px) {
  .doodle-hashtag {
    top: -22%;
    left: 4%;
  }
}

.doodle-spin {
  bottom: 80%;
  right: -7%;
}
@media screen and (max-width: 1440px) {
  .doodle-spin {
    width: 2em;
    height: 2em;
    bottom: -15%;
    right: 85%;
  }
}
@media screen and (max-width: 1024px) {
  .doodle-spin {
    bottom: -20%;
  }
}
@media screen and (max-width: 485px) {
  .doodle-spin {
    bottom: 103%;
    right: 90%;
  }
}

.button {
  display: inline-block;
  border: 3px solid var(--color-primary);
  border-radius: 30px;
  padding: 10px 20px;
  background-color: var(--color-primary);
  color: var(--color-black);
  font-family: var(--font-secondary);
  font-size: var(--font-size-btn);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.button:hover {
  color: var(--color-primary);
  background-color: var(--color-black);
}

.button-group {
  position: relative;
  display: inline-block;
  align-self: flex-start;
}
.button-group .doodle-emphasis-left {
  fill: var(--color-secondary);
  top: -30%;
  left: -25%;
}
.button-group .doodle-emphasis-right {
  fill: var(--color-secondary);
  top: -30%;
  right: -25%;
}

.button-mobile {
  display: none;
  margin-top: 40px;
  align-self: center;
}
@media screen and (max-width: 1440px) {
  .button-mobile {
    display: inline-block;
  }
}

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

.propos {
  padding: 60px 0;
}
.propos .wrapper {
  display: grid;
  grid-template-columns: 8fr 4fr;
}
@media screen and (max-width: 1440px) {
  .propos .wrapper {
    display: flex;
    flex-direction: column;
  }
}

.propos-content h1 {
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .propos-content h1 {
    white-space: wrap;
  }
}
.propos-content p {
  padding: 45px 0 110px;
  max-width: 665px;
}
@media screen and (max-width: 1440px) {
  .propos-content p {
    max-width: 1000px;
  }
}
.propos-content span {
  position: relative;
}
.propos-content span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.propos-media {
  display: flex;
  justify-content: center;
}

strong {
  font-weight: 700;
}

.forces {
  padding: 60px 0;
  position: relative;
}

.forces-title {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .forces-title {
    justify-content: space-between;
    gap: 0;
  }
  .forces-title h2 {
    width: 100%;
  }
}
.forces-title span {
  position: relative;
}
.forces-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.competences {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 150px;
  padding-top: 60px;
}
@media screen and (max-width: 1440px) {
  .competences {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 485px) {
  .competences {
    align-items: flex-start;
  }
}

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

.note {
  display: flex;
  align-items: center;
  gap: 20px;
}

.note-container {
  border: 5px solid var(--color-black);
  border-radius: 30px;
  width: 420px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .note-container {
    width: 250px;
    height: 40px;
  }
}
@media screen and (max-width: 485px) {
  .note-container {
    width: 180px;
    height: 40px;
  }
}

.note-level {
  display: flex;
  padding-left: 10px;
  background-color: var(--color-secondary);
  border-radius: 30px;
  width: 90%;
  height: 100%;
}

.competence-web {
  width: 90%;
}

.competence-jeu {
  width: 80%;
}

.competence-design {
  width: 70%;
}

.competence-montage {
  width: 60%;
}

.icon-star {
  fill: var(--color-primary);
  align-self: center;
}

.logiciels {
  padding: 60px 0;
}

.logiciels-title {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-bottom: 60px;
}
.logiciels-title span {
  position: relative;
}
.logiciels-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.logiciels-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .logiciels-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}

.logiciel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logiciel .icon {
  fill: var(--color-secondary);
}

.qualites {
  padding: 60px 0;
}

.qualites-title {
  display: flex;
  gap: 10px;
}
.qualites-title span {
  position: relative;
}
.qualites-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.qualites-container {
  padding-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px 50px;
}
@media screen and (max-width: 1440px) {
  .qualites-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
}
@media screen and (max-width: 485px) {
  .qualites-container {
    align-items: flex-start;
  }
}

.qualite {
  width: 520px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .qualite {
    max-width: 80%;
  }
}

.qualite-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.passions {
  padding: 60px 0;
}

.passion {
  margin-top: 20px;
  overflow: hidden;
  z-index: 10;
}

.passions-container {
  padding-top: 60px;
}

.passions-title {
  display: flex;
  align-items: flex-end;
}
.passions-title span {
  position: relative;
}
.passions-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.passion-title {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  background-color: var(--color-white);
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.passion-title .icon--chevron {
  transform: rotate(-90deg);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.passion-title:hover {
  color: var(--color-secondary);
}

.passion-description {
  position: absolute;
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 20px;
  transform: translateY(-100%);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .passion-description {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.passion-description p {
  padding-top: 40px;
}
.passion-description img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.accordeon {
  border: none;
  background-color: var(--color-black);
  color: var(--color-black);
  height: 5px;
}

.hr-container {
  background-color: var(--color-white);
  overflow: hidden;
}

.presentation {
  padding: 60px 0;
}

.presentation-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}
.presentation-title span {
  position: relative;
}
.presentation-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.contact {
  padding: 60px 0;
}
.contact a {
  text-decoration: underline;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.contact a:hover {
  color: var(--color-secondary);
}

.contact-title {
  display: flex;
  align-items: flex-end;
}

.contact-content {
  position: relative;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .contact-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
  }
}

.info {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .info {
    align-items: center;
    flex-direction: column;
  }
  .info .icon {
    width: 2em;
    height: 2em;
  }
}

.infos span {
  position: relative;
}
.infos span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.infos-content {
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .infos-content {
    padding-bottom: 60px;
  }
}

.sociaux {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .sociaux {
    justify-content: center;
  }
}
.sociaux a:hover {
  color: var(--color-primary);
}

.icon--accolade {
  position: absolute;
  top: 0;
  left: -25%;
}
@media screen and (max-width: 1440px) {
  .icon--accolade {
    transform: scaleX(-1);
    top: 15%;
    left: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .icon--accolade {
    transform: scaleX(1);
    top: 15%;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .icon--accolade {
    top: 15%;
    left: 0;
  }
}
@media screen and (max-width: 485px) {
  .icon--accolade {
    left: -25%;
  }
}

.form-title {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.form-title span {
  position: relative;
}
.form-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.icon-doodle-papier {
  position: absolute;
  bottom: 0;
  left: 35%;
}
@media screen and (max-width: 1440px) {
  .icon-doodle-papier {
    bottom: 60%;
    left: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .icon-doodle-papier {
    bottom: 35%;
    width: 12em;
    height: 12em;
  }
}
@media screen and (max-width: 768px) {
  .icon-doodle-papier {
    left: 40%;
  }
}

/* ==========================================================================
   form / component
   ========================================================================== */
.formulaire {
  overflow: hidden;
}
.formulaire h2 {
  padding-bottom: 30px;
}
.formulaire h3 {
  padding-bottom: 20px;
}

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

.form {
  --input-radius: 12px;
  --input-padding: 10px;
}
.form fieldset {
  border: none;
  padding: 0;
}
.form .grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 1024px) {
  .form .grid {
    grid-template-columns: 1fr;
  }
}
.form .u-grid-fullwidth {
  grid-column: 1/-1 !important;
}

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

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

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

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

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

.input__element {
  border-radius: var(--input-radius);
  background-color: var(--color-white);
  border: 3px solid var(--color-black);
  box-shadow: none;
  cursor: pointer;
  font-family: var(--font-primary);
  font-weight: 100;
  font-size: clamp(1rem, 0.21vw + 0.94rem, 1.13rem);
  outline: none;
  padding: var(--input-padding);
  width: 100%;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.input__element:-webkit-autofill, .input__element:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 30px var(--color-white) !important;
  -webkit-text-fill-color: inherit !important;
}
.input__element:hover,
.input__element + .input__label:hover::before {
  border: 3px solid var(--color-primary);
  -webkit-box-shadow: none !important;
}
.input__element:focus, .input__element:-webkit-autofill:focus, .input__element:focus + .input__label::before {
  background-color: var(--color-white);
  border-color: var(--color-secondary);
  box-shadow: none;
  -webkit-box-shadow: none !important;
}
.input__element::-moz-placeholder {
  color: var(--color-secondary);
}
.input__element::placeholder {
  color: var(--color-secondary);
}

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

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

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

.checkbox .input__element:focus, .checkbox .input__element:-webkit-autofill:focus, .checkbox .input__element:focus + .input__label::before {
  background-color: var(--color-primary);
}
.checkbox .input__label {
  font-size: var(--font-size-content);
  font-family: var(--font-secondary);
}
.checkbox .input__label::before {
  background-color: var(--color-primary);
  border-radius: 8px;
}
.checkbox .input__label::after {
  background: url("../assets/images/icon-check.svg") no-repeat 50% 50%;
  background-size: 50%;
}

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

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

.projets {
  margin-top: 60px;
  padding: 60px 0 150px;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  .projets {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .projets .doodle {
    width: 4em;
    height: 4em;
  }
}
.projets .doodle-baleine {
  top: 25%;
  left: -25%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-baleine {
    top: -35%;
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .projets .doodle-baleine {
    top: -20%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-baleine {
    top: -30%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-baleine {
    top: -50%;
  }
}
.projets .doodle-vagues {
  top: 25%;
  right: -25%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-vagues {
    top: -35%;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .projets .doodle-vagues {
    top: -20%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-vagues {
    top: -30%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-vagues {
    top: -50%;
  }
}
.projets .doodle-top-left-timconf {
  top: -15%;
  left: -5%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-top-left-timconf {
    top: -5%;
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-top-left-timconf {
    top: -7%;
    left: -3%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-top-left-timconf {
    top: -10%;
    left: -4%;
  }
}
.projets .doodle-top-right-timconf {
  top: -12%;
  right: -5%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-top-right-timconf {
    top: -3%;
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-top-right-timconf {
    top: -6%;
    right: -3%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-top-right-timconf {
    top: -7%;
    right: -4%;
  }
}
.projets .doodle-bottom-left-timconf {
  bottom: -12%;
  left: -7%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-bottom-left-timconf {
    bottom: -5%;
    left: -2%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-bottom-left-timconf {
    bottom: -7%;
    left: -3%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-bottom-left-timconf {
    bottom: -10%;
    left: -4%;
  }
}
.projets .doodle-bottom-right-timconf {
  bottom: -12%;
  right: -5%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-bottom-right-timconf {
    bottom: -5%;
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-bottom-right-timconf {
    bottom: -7%;
    right: -3%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-bottom-right-timconf {
    bottom: -10%;
    right: -4%;
  }
}
.projets .doodle-top-left-ar {
  top: -15%;
  left: -4%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-top-left-ar {
    top: -4%;
    left: -1%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-top-left-ar {
    top: -5%;
    left: -2%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-top-left-ar {
    top: -10%;
    left: -3%;
  }
}
.projets .doodle-emphasis-ar {
  top: 15%;
  left: -18%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-emphasis-ar {
    left: -8%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-emphasis-ar {
    left: -12%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-emphasis-ar {
    left: -20%;
  }
}
.projets .doodle-bottom-right-ar {
  bottom: -15%;
  right: -4%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-bottom-right-ar {
    bottom: -4%;
    right: -1%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-bottom-right-ar {
    bottom: -5%;
    right: -2%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-bottom-right-ar {
    bottom: -10%;
    right: -3%;
  }
}
.projets .doodle-plantes {
  top: 25%;
  left: -25%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-plantes {
    top: -35%;
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .projets .doodle-plantes {
    top: -20%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-plantes {
    top: -30%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-plantes {
    top: -50%;
  }
}
.projets .doodle-poisson {
  top: 35%;
  right: -25%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-poisson {
    top: -35%;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .projets .doodle-poisson {
    top: -20%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-poisson {
    top: -30%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-poisson {
    top: -50%;
  }
}
.projets .doodle-left-tv {
  top: -35%;
  left: 20%;
}
.projets .doodle-right-tv {
  top: -35%;
  right: 20%;
}
.projets .doodle-contacts {
  top: 25%;
  left: -25%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-contacts {
    top: -35%;
    left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .projets .doodle-contacts {
    top: -20%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-contacts {
    top: -30%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-contacts {
    top: -50%;
  }
}
.projets .doodle-livre {
  top: 25%;
  right: -25%;
}
@media screen and (max-width: 1200px) {
  .projets .doodle-livre {
    top: -35%;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .projets .doodle-livre {
    top: -20%;
  }
}
@media screen and (max-width: 768px) {
  .projets .doodle-livre {
    top: -30%;
  }
}
@media screen and (max-width: 485px) {
  .projets .doodle-livre {
    top: -50%;
  }
}

.projets-content {
  display: grid;
  gap: 300px;
}
@media screen and (max-width: 1200px) {
  .projets-content {
    gap: 100px;
  }
}

.projets-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 100px;
}

.projet-title {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .projet-title {
    padding-bottom: 20px;
  }
}

.projet {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .projet {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.projet .logiciels {
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .projet .logiciels {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.projet:nth-child(even) .projet-media {
  order: -1;
}

.logiciels-bouton {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .logiciels-bouton {
    flex-direction: column;
    align-items: flex-start;
  }
}
.logiciels-bouton .button {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .projet-media {
    order: -1;
  }
}
.projet-media img {
  border-radius: 30px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .doodle-desktop {
    display: none;
  }
}

.doodle-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .doodle-mobile {
    display: block;
  }
}

.single-projet {
  margin-top: 60px;
  padding: 60px 0 100px;
}
.single-projet video {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle {
    width: 4em;
    height: 4em;
  }
}
.single-projet .doodle-baleine {
  top: 35%;
  left: -13%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-baleine {
    left: -25%;
  }
}
.single-projet .doodle-vagues {
  top: 35%;
  right: -13%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-vagues {
    right: -25%;
  }
}
.single-projet .doodle-top-left-timconf {
  top: -5%;
  left: -3%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-top-left-timconf {
    top: -10%;
    left: -5%;
  }
}
.single-projet .doodle-top-right-timconf {
  top: -4%;
  right: -3%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-top-right-timconf {
    top: -10%;
    right: -5%;
  }
}
.single-projet .doodle-bottom-left-timconf {
  bottom: -4%;
  left: -3%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-bottom-left-timconf {
    bottom: -10%;
    left: -5%;
  }
}
.single-projet .doodle-bottom-right-timconf {
  bottom: -4%;
  right: -3%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-bottom-right-timconf {
    bottom: -10%;
    right: -5%;
  }
}
.single-projet .doodle-top-left-ar {
  top: -7%;
  left: -3%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-top-left-ar {
    top: -10%;
    left: -5%;
  }
}
.single-projet .doodle-emphasis-ar {
  top: 15%;
  left: -12%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-emphasis-ar {
    left: -20%;
  }
}
.single-projet .doodle-bottom-right-ar {
  bottom: -7%;
  right: -3%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-bottom-right-ar {
    bottom: -10%;
    right: -5%;
  }
}
.single-projet .doodle-plantes {
  top: 35%;
  left: -15%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-plantes {
    left: -25%;
  }
}
.single-projet .doodle-poisson {
  top: 35%;
  right: -15%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-poisson {
    right: -25%;
  }
}
.single-projet .doodle-contacts {
  top: 35%;
  left: -15%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-contacts {
    left: -25%;
  }
}
.single-projet .doodle-livre {
  top: 35%;
  right: -15%;
}
@media screen and (max-width: 1200px) {
  .single-projet .doodle-livre {
    right: -25%;
  }
}

.single-projet-media {
  position: relative;
  margin-bottom: 50px;
}

.single-projet-title {
  padding-bottom: 50px;
}
.single-projet-title h4 {
  padding-top: 20px;
}
.single-projet-title span {
  position: relative;
}
.single-projet-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.projet-quoi-title {
  display: flex;
  align-items: flex-end;
}
.projet-quoi-title span {
  position: relative;
}
.projet-quoi-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.projet-quoi-description {
  position: relative;
  padding: 40px 0;
}
.projet-quoi-description p {
  padding: 15px 0;
  max-width: 70%;
}
.projet-quoi-description .doodle-commande {
  bottom: 0;
  left: 70%;
}
.projet-quoi-description .doodle-menu {
  top: 10%;
  right: 0;
}

.projet-techniques {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .projet-techniques {
    display: flex;
    flex-direction: column;
  }
}
.projet-techniques .logiciels {
  display: flex;
  padding: 20px 0 60px;
  gap: 50px;
}
.projet-techniques .logiciels .icon {
  fill: var(--color-secondary);
}
@media screen and (max-width: 768px) {
  .projet-techniques .logiciels {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.projet-credits p {
  padding: 20px 0;
}

.projet-processus {
  padding: 60px 0 0;
}

.projet-processus-title {
  display: flex;
  align-items: flex-end;
}
.projet-processus-title span {
  position: relative;
}
.projet-processus-title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-black);
  width: 100%;
  height: 4px;
  border-radius: 24px;
}

.processus {
  padding-top: 60px;
}

.processus-content {
  position: relative;
}
.processus-content h3 {
  padding-bottom: 15px;
}
.processus-content p {
  width: 70%;
}

.doodle-graph {
  right: 5%;
  top: 10%;
}
@media screen and (max-width: 1024px) {
  .doodle-graph {
    width: 6em;
    height: 6em;
    top: -5%;
    right: 5%;
  }
}
@media screen and (max-width: 485px) {
  .doodle-graph {
    top: -5%;
    right: -5%;
  }
}

.doodle-code {
  right: 5%;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .doodle-code {
    width: 10em;
    height: 10em;
    top: -15%;
    right: -10%;
  }
}
@media screen and (max-width: 485px) {
  .doodle-code {
    width: 7em;
    height: 7em;
    top: 5%;
    right: -15%;
  }
}

.processus-media {
  padding-top: 50px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .processus-media {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .processus-media {
    grid-template-columns: 1fr;
  }
}
.processus-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 30px;
}

.container-img-modale {
  position: relative;
}

.doodle-plein-ecran {
  padding: 5px;
  border-radius: 15px;
  background-color: var(--color-white);
  z-index: 1;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.doodle-plein-ecran:hover {
  background-color: var(--color-black);
  fill: var(--color-white);
}

.galerie {
  padding: 60px 0;
}

.galerie-title {
  display: flex;
  align-items: flex-end;
  padding-bottom: 60px;
}

.swiper-pagination-bullet {
  --swiper-pagination-color: var(--color-black);
  --swiper-pagination-bullet-size: 20px;
  --swiper-pagination-bullet-horizontal-gap: 10px;
  background: var(--color-white);
  opacity: 1;
  border: 3px solid var(--color-black);
  border-radius: 100%;
  transition: all 0.4s ease-out;
  z-index: 5;
}

.swiper-pagination-bullet-active {
  background: var(--color-black);
}

.swiper-full {
  overflow: visible;
}

.swiper-button-next {
  position: fixed;
  color: var(--color-black);
  --swiper-navigation-top-offset: 45%;
  --swiper-navigation-sides-offset: -5%;
  width: 70px;
  height: 40px;
}
@media screen and (max-width: 1440px) {
  .swiper-button-next {
    --swiper-navigation-sides-offset: -3%;
    width: 65px;
    height: 37px;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-next {
    --swiper-navigation-sides-offset: -5%;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    --swiper-navigation-sides-offset: -8%;
    width: 60px;
    height: 35px;
  }
}
@media screen and (max-width: 485px) {
  .swiper-button-next {
    --swiper-navigation-sides-offset: -15%;
    width: 50px;
    height: 30px;
  }
}
.swiper-button-next::after {
  content: "";
}

.swiper-button-prev {
  position: fixed;
  color: var(--color-black);
  --swiper-navigation-top-offset: 45%;
  --swiper-navigation-sides-offset: -5%;
  width: 70px;
  height: 40px;
}
@media screen and (max-width: 1440px) {
  .swiper-button-prev {
    --swiper-navigation-sides-offset: -3%;
    width: 65px;
    height: 37px;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-button-prev {
    --swiper-navigation-sides-offset: -5%;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    --swiper-navigation-sides-offset: -8%;
    width: 60px;
    height: 35px;
  }
}
@media screen and (max-width: 485px) {
  .swiper-button-prev {
    --swiper-navigation-sides-offset: -15%;
    width: 50px;
    height: 30px;
  }
}
.swiper-button-prev::after {
  content: "";
}

.projet-carousel .swiper-pagination {
  margin-top: 30px;
  position: static;
}
.projet-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.footer {
  padding: 40px 0 100px;
  background-color: var(--color-black);
  color: var(--color-white);
}
.footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer .wrapper {
    flex-direction: column;
    gap: 50px;
  }
}
.footer a {
  color: var(--color-white);
}
.footer a:hover {
  color: var(--color-primary);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.footer .sociaux {
  padding: 0;
}

/* ==========================================================================
   scrolly / component
   ========================================================================== */
.has-js *:has(> [data-scrolly=flipFromBottom], [data-scrolly=flipFromTop]) {
  perspective: 2000px;
}
.has-js [data-scrolly=fromBottom] {
  opacity: 0;
  transform: translateY(160px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromBottom].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromLeft] {
  opacity: 0;
  transform: translateX(-80%);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromTop] {
  opacity: 0;
  transform: translateY(-160px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromTop].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromRight] {
  opacity: 0;
  transform: translateX(80%);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fadeOut] {
  opacity: 0;
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fadeOut].is-active {
  opacity: 1;
}
.has-js [data-scrolly=flipFromBottom] {
  opacity: 0;
  transform: rotateX(90deg) translate3d(0, 60px, 0);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=flipFromBottom].is-active {
  opacity: 1;
  transform: rotateX(0) translate3d(0, 0, 0);
}
.has-js [data-scrolly=flipFromTop] {
  opacity: 0;
  transform: rotateX(-90deg) translate3d(0, -60px, 0);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=flipFromTop].is-active {
  opacity: 1;
  transform: rotateX(0) translate3d(0, 0, 0);
}
.has-js [data-scrolly=compressFromBottom] {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-xl);
}
.has-js [data-scrolly=compressFromBottom].is-active {
  opacity: 1;
  gap: var(--spacing-sm);
  transform: translateY(0);
}
.has-js [data-scrolly=compressFromRight] {
  opacity: 0;
  transform: translateX(200px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-xl);
}
.has-js [data-scrolly=compressFromRight].is-active {
  opacity: 1;
  gap: var(--spacing-sm);
  transform: translateX(0);
}
.has-js [data-scrolly=compressFromLeft] {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-xl);
}
.has-js [data-scrolly=compressFromLeft].is-active {
  opacity: 1;
  gap: var(--spacing-sm);
  transform: translateX(0);
}
.has-js [data-scrolly=formFromLeft] {
  opacity: 0;
  transform: translateX(-500px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=formFromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=formFromRight] {
  opacity: 0;
  transform: translateX(300px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=formFromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=heroFromBottom] {
  opacity: 0;
  transform: translateY(200px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-xxl);
}
.has-js [data-scrolly=heroFromBottom].is-active {
  opacity: 1;
  gap: var(--spacing-xs);
  transform: translateY(0);
}
.has-js [data-scrolly=calendarFromBottom] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  gap: var(--spacing-md);
}
.has-js [data-scrolly=calendarFromBottom].is-active {
  opacity: 1;
  gap: 0;
  transform: translateY(0);
}

.no-scroll {
  overflow: hidden;
}

.zoom-wrapper {
  background: var(--color-black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
}

img.zoom {
  max-width: 85vw;
  max-height: 85vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.modale {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  padding: 100px 0;
  background-color: var(--color-black);
  justify-content: center;
  align-items: center;
  display: none;
}
.modale p {
  color: white;
  text-align: center;
}

.visible {
  display: flex;
}

.close-modale {
  background: none;
  border: none;
  color: var(--color-white);
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.close-modale:hover {
  color: var(--color-primary);
}

.accordeon-container {
  overflow: hidden;
}
.accordeon-container.is-active .icon--chevron {
  transform: rotate(0deg);
}
.accordeon-container.is-active .passion-description {
  position: relative;
  transform: translateY(0);
  opacity: 1;
}

.dark-mode {
  color: var(--color-white);
  background: var(--color-black);
}
.dark-mode a:not(.button, .logo) {
  color: var(--color-white);
}
.dark-mode a:not(.button, .logo):hover {
  color: var(--color-primary);
}
.dark-mode .note-container {
  border-color: var(--color-white);
}
.dark-mode .passion-title {
  background-color: var(--color-black);
}
.dark-mode .hr-container {
  background-color: var(--color-black);
}
.dark-mode .accordeon {
  background-color: var(--color-white);
}
.dark-mode .doodle-plein-ecran {
  color: var(--color-black);
}
.dark-mode .swiper-pagination-bullet {
  --swiper-pagination-color: var(--color-white);
  background: var(--color-black);
  border-color: var(--color-white);
}
.dark-mode .swiper-pagination-bullet-active {
  background: var(--color-white);
}
.dark-mode .swiper-button-next {
  color: var(--color-white);
}
.dark-mode .swiper-button-prev {
  color: var(--color-white);
}
.dark-mode .dark-icon {
  display: block;
}
.dark-mode .light-icon {
  display: none;
}
.dark-mode span::after {
  background-color: var(--color-white);
}
.dark-mode .img-light {
  display: none;
}
.dark-mode .img-dark {
  display: block;
}

.button-dark-mode {
  background: var(--color-black);
  color: var(--color-white);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.button-dark-mode:hover {
  color: var(--color-primary);
}

.light-icon {
  display: block;
}
.light-icon .icon {
  width: 40px;
  height: 40px;
}

.dark-icon {
  display: none;
}
.dark-icon .icon {
  width: 40px;
  height: 40px;
}

.img-light {
  display: block;
}

.img-dark {
  display: none;
}

.videos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .videos {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}

.video {
  background-color: var(--color-black);
  color: var(--color-primary);
  border-radius: 12px;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  cursor: pointer;
}
.video img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.video .icon {
  fill: var(--color-black);
  opacity: 0;
  position: absolute;
  transform: scale(5);
  top: 50%;
  left: 50%;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 2;
}
.is-video-ready .video .icon {
  opacity: 1;
}
.video:hover .icon {
  fill: var(--color-primary);
  transform: scale(8);
}

.video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================================
    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 */
