@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fef5ec;
  --color-black: #0b0f18;
  --color-primary: #0b4853;
  --color-secondary: #a8dbd2;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Orbitron", sans-serif;
  --font-secondary: "Rubik", sans-serif;
  --font-size-h1: clamp(2.63rem, 6.04vw + 0.81rem, 6.25rem);
  --font-size-h2: clamp(1.75rem, 3.54vw + 0.69rem, 3.88rem);
  --font-size-h3: clamp(1.5rem, 2.92vw + 0.63rem, 3.25rem);
  --font-size-h4: clamp(1.25rem, 1.25vw + 0.88rem, 2rem);
  --font-size-content: clamp(1.13rem, 0.21vw + 1.06rem, 1.25rem);
  --font-size-button: clamp(1.13rem, 0.63vw + 0.94rem, 1.5rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 8px;
  --spacing-sm: 16px;
  --spacing-md: 32px;
  --spacing-lg: 50px;
  --spacing-xl: 75px;
  --spacing-xxl: 100px;
}

/*! 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 */
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  max-width: 100%;
}

.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 {
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  color: var(--color-white);
  background-color: var(--color-black);
  overflow-x: hidden;
  margin-top: var(--spacing-xl);
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1 {
  margin: 0;
  font-size: var(--font-size-h1);
  font-family: var(--font-primary);
  font-weight: 400;
  letter-spacing: -1%;
  line-height: 100%;
}

h2 {
  margin: 0;
  font-size: var(--font-size-h2);
  font-family: var(--font-primary);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 100%;
}

h3 {
  margin: 0;
  font-size: var(--font-size-h3);
  font-family: var(--font-secondary);
  font-weight: 900;
  letter-spacing: 10%;
  line-height: 100%;
}

h4 {
  margin: 0;
  font-size: var(--font-size-h4);
  font-family: var(--font-secondary);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 100%;
}

p {
  margin: 0;
  font-size: var(--font-size-content);
  font-family: var(--font-secondary);
  font-weight: 400;
  letter-spacing: 3%;
  line-height: 135%;
}

.button {
  margin: 0;
  font-size: var(--font-size-button);
  font-family: var(--font-primary);
  font-weight: 800;
  letter-spacing: 5%;
  line-height: 100%;
  text-transform: uppercase;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  font-size: var(--font-size-button);
}
a:hover {
  color: var(--color-secondary);
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1440px;
  width: calc(100% - var(--spacing-md));
  margin: 0 auto;
}

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

/* ==========================================================================
   carousel / component
   ========================================================================== */
.swiper-full {
  overflow: visible;
  padding-left: 40px;
  padding-right: 40px;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.swiper-pagination-bullet-active {
  border-width: calc(var(--size, 30px) / 2);
}

.swiper-full {
  overflow: visible;
}

/* === Pagination stylisée type losange pour Swiper === */
.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
  position: static;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 45px;
  height: 30px;
  border-top: 5px solid var(--color-primary);
  border-bottom: 5px solid var(--color-primary);
  border-right: 8px solid var(--color-primary);
  border-left: 8px solid var(--color-primary);
  border-radius: 0;
  transform: skew(-40deg);
  opacity: 1;
  transition: all 0.5s ease;
  cursor: pointer;
  margin: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-secondary);
  border-color: var(--color-primary);
  transform: skew(-40deg) scale(1.25);
}
.swiper-pagination .swiper-pagination-bullet:hover {
  border-color: #12a0a8;
  transform: skew(-25deg) scale(1.1);
}

/* Responsive */
/* === 1200px - Mobile === */
@media (max-width: 1200px) {
  .swiper-pagination {
    gap: 0.75rem;
    padding: 50px 0;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 25px;
    border-width: 4px 6px;
    transform: skew(-35deg);
  }
}
/* === Tablettes (≤ 1024px) === */
@media (max-width: 1024px) {
  .swiper-full {
    padding-left: 30px;
    padding-right: 30px;
  }
  .swiper-pagination {
    gap: 0.75rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 25px;
    border-width: 4px 6px;
    transform: skew(-35deg);
  }
}
/* === Mobiles (≤ 768px) === */
@media (max-width: 768px) {
  .swiper-full {
    padding-left: 20px;
    padding-right: 20px;
  }
  .swiper-pagination {
    gap: 0.5rem;
    padding: 0.75rem 0;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 18px;
    border-width: 3px 5px;
    transform: skew(-30deg);
    transition: all 0.3s ease;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: skew(-30deg) scale(1.2);
  }
}
/* === Très petits écrans (≤ 480px) === */
@media (max-width: 480px) {
  .swiper-pagination {
    gap: 0.4rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 15px;
    border-width: 2px 4px;
    transform: skew(-25deg);
  }
}
@media (max-width: 1200px) {
  .swiper-slide {
    padding: 0 !important;
    margin-right: 0 !important;
  }
}
/* ==========================================================================
   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: 1em;
  width: 1em;
}

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

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

/* ==========================================================================
   nav / component
   ========================================================================== */
.nav ul,
.menu ul {
  display: flex;
  gap: var(--spacing-md);
  list-style: none;
}
.nav a,
.menu a {
  font: bold 14px/1 var(--font-secondary);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ==========================================================================
   SECTION / COMPONENTS
   ========================================================================== */
section {
  padding: var(--spacing-xl) 0;
}

.blur {
  pointer-events: none;
}

/* ==========================================================================
   button / component
   ========================================================================== */
.btn {
  background-color: var(--color-black);
  color: var(--color-white);
  border-radius: 5px;
  border: none;
  font: bold 14px/1 var(--font-secondary);
  cursor: pointer;
  outline: none;
  padding: 1em 2em;
  text-transform: uppercase;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:hover, .btn:focus {
  background-color: var(--color-black);
  color: var(--color-secondary);
}

/* ==========================================================================
   header / component
   ========================================================================== */
/* === Comportement de scroll === */
/* 🔽 Cacher le header quand on scroll vers le bas */
.header.is-scrolling-down:not(.nav-is-active) {
  transform: translateY(calc(-100% + 4px));
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

/* 🔼 Réafficher le header quand on scroll vers le haut */
.header.is-scrolling-up {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}

/* ==========================================================================
   header / appearance
   ========================================================================== */
.header {
  --header-height: var(--spacing-xl);
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 0 var(--spacing-sm);
  height: var(--header-height);
  position: fixed; /* ✅ Important pour l’effet sticky */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header .wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header::before {
  background-color: var(--color-primary);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 1920px) {
  .header {
    padding: 0 var(--spacing-lg);
  }
}

/* ==========================================================================
   brand / toggle / nav
   ========================================================================== */
.header__brand {
  position: relative;
  z-index: 10;
  font-size: 36px;
}

.header__toggle {
  --bar-height: 8px;
  --bar-spacer: 6px;
  --bar-width: 50px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  height: 60px;
  width: 60px;
  z-index: 10;
}
.header__toggle span {
  position: absolute;
  top: calc(50% - var(--bar-height) / 2);
  left: calc(50% - var(--bar-width) / 2);
  transition: 0.3s all ease-out;
}
.header__toggle span:nth-child(1) {
  top: calc(50% - var(--bar-height) / 2 - var(--bar-height) - var(--bar-spacer));
}
.header__toggle span:nth-child(3) {
  top: calc(50% - var(--bar-height) / 2 + var(--bar-height) + var(--bar-spacer));
}
.header__toggle span img {
  margin-bottom: 10px;
  padding: 0;
}
.nav-is-active .header__toggle span {
  top: calc(50% - var(--bar-height) / 2);
}
.nav-is-active .header__toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-is-active .header__toggle span:nth-child(3) {
  transform: translateX(10px) rotate(-45deg);
}
.nav-is-active .header__toggle span:nth-child(2) {
  transform: scaleX(0);
}
@media screen and (min-width: 768px) {
  .header__toggle {
    display: none;
  }
}

.nav-primary {
  background-color: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav-primary::-webkit-scrollbar {
  display: none;
}
.nav-primary {
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(1, 0, 0, 1);
}
.nav-is-active .nav-primary {
  transform: translateY(0);
}
.nav-primary ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  scale: 100%;
}
.nav-is-active .nav-primary ul {
  transform: translateX(0);
}
.nav-primary ul {
  transform: translateX(-1000%);
  transition: transform 1s cubic-bezier(1, 0, 0, 1);
}
@media screen and (min-width: 768px) {
  .nav-primary {
    display: block;
    background-color: unset;
    position: relative;
    height: auto;
    width: auto;
    padding-top: 0;
    transform: translateX(0);
    z-index: 2;
    flex-direction: row;
  }
  .nav-primary ul {
    display: flex;
    flex-direction: row;
    transform: translateX(0);
  }
}

.nav-primary__item {
  color: var(--color-white);
  text-transform: uppercase;
  position: relative;
  font-size: var(--font-size-content);
  text-decoration: underline;
}
.nav-primary__item:hover {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .nav-primary__item::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: white;
    transform: scaleX(0);
    transition: 0.3s all;
  }
  .nav-primary__item:hover {
    color: var(--color-secondary);
    text-decoration: underline;
  }
  .nav-primary__item:hover::before {
    transform: scaleX(1);
  }
}

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

/* ==========================================================================
   footer / component 
   ========================================================================== */
.footer {
  position: relative;
  background: var(--color-primary);
  color: var(--color-white);
  overflow: hidden;
  min-height: 800px;
}
.footer a {
  text-transform: none;
  text-decoration: underline;
}
.footer .footer__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.footer .footer__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.footer .wrapper {
  padding: var(--spacing-xl);
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footer .footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--spacing-xl);
  position: relative;
}
.footer .footer__content .info {
  position: relative;
  top: auto !important;
  top: 25px;
  transform: translateX(-35%);
}
@media screen and (max-width: 1700px) {
  .footer .footer__content .info {
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 1600px) {
  .footer .footer__content .info {
    transform: translateX(5%);
  }
}
@media screen and (max-width: 1500px) {
  .footer .footer__content .info {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .footer .footer__content .info {
    transform: translateX(5%);
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer__content .info {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .footer .footer__content .info {
    transform: translateX(-2%);
  }
}
.footer .footer__content .info img {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -125px;
}
.footer .footer__content .info ul {
  display: flex;
  flex-direction: column;
  margin-top: 175px;
  margin-left: 10px;
  gap: 75px;
}
.footer .footer__content .info li {
  position: relative;
}
.footer .footer__content .info li .ligne_1 {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: -135px;
}
.footer .footer__content .info li .ligne_2 {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: -135px;
}
.footer .footer__content .info li .ligne_3 {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: -135px;
}
.footer .footer__content .info .information {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.footer .footer__content .info .information .icon {
  color: var(--color-secondary);
}
.footer .footer__content .reseaux-sociaux {
  text-align: right;
  position: relative;
  position: absolute;
  top: 250px;
  right: -25px;
}
.footer .footer__content .reseaux-sociaux .titre img {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 60px;
  left: -45px;
}
.footer .footer__content .reseaux-sociaux ul {
  position: absolute;
  top: 50px;
  right: 30px;
  display: flex;
  margin-top: 75px;
  gap: 100px;
}
.footer .footer__content .reseaux-sociaux li {
  position: relative;
}
.footer .footer__content .reseaux-sociaux li .icon {
  color: var(--color-secondary);
}
.footer .footer__content .reseaux-sociaux li .icon:hover {
  color: var(--color-black);
}
.footer .footer__content .reseaux-sociaux li .ligne_1 {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 100px;
  left: -180px;
}
.footer .footer__content .reseaux-sociaux li .ligne_2 {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 100px;
  left: -180px;
}
.footer .footer__content .reseaux-sociaux li .ligne_3 {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
  position: absolute;
  top: 100px;
  left: -180px;
}

@media screen and (max-width: 1600px) {
  .footer__content .info {
    margin-left: -100px;
  }
  .footer__content .reseaux-sociaux {
    margin-right: -15px;
  }
}
@media screen and (max-width: 1400px) {
  .footer__content .info {
    margin-left: -50px;
  }
  .footer__content .reseaux-sociaux {
    margin-right: -10px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .titre {
    text-align: flex-start;
    margin-bottom: var(--spacing-xxl);
    position: relative;
    display: block;
  }
  .footer .titre img {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1600px;
    height: auto;
    display: inline-block;
    pointer-events: none;
    transform: translateX(-5%) translateY(0%) scale(0.85);
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .footer .titre img {
    transform: translateX(-12%) translateY(-20%) scale(0.75);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .footer .titre img {
    transform: translateX(-16%) translateY(-25%) scale(0.65);
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .footer .titre img {
    transform: translateX(-20%) translateY(-25%) scale(0.55);
  }
}
@media screen and (max-width: 1200px) and (max-width: 400px) {
  .footer .titre img {
    transform: translateX(-22%) translateY(-25%) scale(0.55);
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer__content {
    flex-direction: column;
    gap: 0;
  }
  .footer .footer__content .info {
    position: static !important;
    margin: 0;
    text-align: left;
    padding: 25px 0 20px 0;
  }
  .footer .footer__content .info ul {
    margin-top: 100px;
    margin-left: 0;
    gap: 50px;
  }
  .footer .footer__content .info .information {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .footer .footer__content .info li {
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 400px) {
  .footer .footer__content .info li {
    transform: translateX(-22%);
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer__content .reseaux-sociaux {
    text-align: right;
    margin-top: 150px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .footer .footer__content .reseaux-sociaux {
    padding: 100px 0 20px 0;
    margin-top: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer__content .reseaux-sociaux .titre img {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1600px;
    height: auto;
    display: inline-block;
    pointer-events: none;
    transform: translateX(-25%) translateY(-18%) scale(0.6);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .footer .footer__content .reseaux-sociaux .titre img {
    transform: translateX(-20%) translateY(-18%) scale(0.6);
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer__content .reseaux-sociaux ul {
    position: static;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .footer .footer__content .reseaux-sociaux ul {
    transform: translateY(10%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .footer .footer__content .reseaux-sociaux ul {
    transform: translateX(15%) scale(0.75);
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer__content .reseaux-sociaux li {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1024px) {
  .footer .footer__content .reseaux-sociaux li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .footer .footer__content .reseaux-sociaux li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 500px) {
  .footer .footer__content .reseaux-sociaux li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 400px) {
  .footer .footer__content .reseaux-sociaux li {
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  .footer {
    min-height: 900px !important;
  }
}
@media (max-width: 1024px) {
  .footer {
    min-height: 1000px !important;
  }
}
.hero {
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  background-color: var(--color-secondary);
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
.hero .wrapper {
  padding: 0 var(--spacing-xl);
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.hero .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.hero .hero__media .hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.hero .hero__media .blur {
  position: absolute;
  top: 350px;
  right: -300px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .hero .hero__media .blur {
    position: absolute;
    top: 400px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero__media .blur {
    position: absolute;
    top: 500px;
    right: 100px;
  }
}
@media screen and (max-width: 450px) {
  .hero .hero__media .blur {
    position: absolute;
    top: 600px;
    right: 100px;
  }
}
.hero .hero__media .bordure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
  display: block;
  z-index: 1;
  pointer-events: none;
}
.hero .hero__media .bordure-pc {
  display: block;
}
.hero .hero__media .bordure-mobile {
  display: none;
}
@media (max-width: 500px) {
  .hero .hero__media .bordure-pc {
    display: none;
  }
  .hero .hero__media .bordure-mobile {
    display: block;
  }
}
.hero .hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  text-align: right;
  padding: var(--spacing-md) var(--spacing-md);
}
@media screen and (max-width: 1400px) {
  .hero .blur {
    top: 100px;
    right: -200px;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: calc(100vh - 150px);
    max-height: calc(100vh - 150px);
  }
  .hero .wrapper {
    margin: 0;
    padding: 0;
  }
  .hero .hero__content {
    text-align: left;
    align-items: flex-start;
    padding: 0 var(--spacing-md);
  }
}

/* ==========================================================================
   Section Logiciels / component
   ========================================================================== */
.logiciels .titre {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  position: relative;
  display: block;
}
.logiciels .titre img {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-70%) translateY(-15%) scale(1);
}
@media (max-width: 1024px) {
  .logiciels .titre img {
    transform: translateX(-95%) translateY(-10%) scale(1.5);
  }
}
@media (max-width: 768px) {
  .logiciels .titre img {
    transform: translateX(-110%) translateY(-5%) scale(2);
  }
}
@media (max-width: 500px) {
  .logiciels .titre img {
    transform: translateX(-130%) translateY(10%) scale(2.5);
  }
}
@media (max-width: 400px) {
  .logiciels .titre img {
    transform: translateX(-124%) translateY(20%) scale(2.5);
  }
}
.logiciels .titre .blur {
  z-index: -1;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
@media (max-width: 1024px) {
  .logiciels .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.25);
  }
}
@media (max-width: 768px) {
  .logiciels .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.75);
  }
}
@media (max-width: 500px) {
  .logiciels .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}
@media (max-width: 400px) {
  .logiciels .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2.5);
  }
}

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

.tableau {
  display: flex;
  gap: var(--spacing-xl);
}
@media screen and (max-width: 1600px) {
  .tableau {
    margin: 75px 75px 0 75px;
  }
}
@media screen and (max-width: 1300px) {
  .tableau {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 25px 0 25px;
  }
}
@media screen and (max-width: 900px) {
  .tableau {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
@media (max-width: 532px) {
  .tableau {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 450px) {
  .tableau {
    gap: var(--spacing-md);
  }
}
.tableau .rangée {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: var(--spacing-xl);
}
@media (max-width: 450px) {
  .tableau .rangée {
    gap: var(--spacing-md);
  }
}
.tableau .rangée .blur-rangée {
  z-index: -1;
  position: absolute;
  height: auto;
  display: inline-block;
  pointer-events: none;
  top: -50%;
  left: -25%;
}
@media (max-width: 1300px) {
  .tableau .rangée .blur-rangée {
    top: -50%;
    left: -30%;
  }
}
@media (max-width: 1024px) {
  .tableau .rangée .blur-rangée {
    top: -60%;
    left: -20%;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .tableau .rangée .blur-rangée {
    top: -100%;
    left: -40%;
    max-width: none;
    height: 1600px;
  }
}
@media (max-width: 550px) {
  .tableau .rangée .blur-rangée {
    top: -20%;
    left: -110%;
    max-width: none;
    height: 1600px;
  }
}
@media (max-width: 400px) {
  .tableau .rangée .blur-rangée {
    top: -20%;
    left: -100%;
    max-width: none;
    height: 1600px;
  }
}
@media (max-width: 550px) {
  .tableau .rangée .blur-left {
    top: -20%;
    left: -40%;
    max-width: none;
    height: 1600px;
  }
}
.tableau .rangée .logiciel {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  gap: var(--spacing-md);
}
.tableau .rangée .logiciel .description {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
}
.tableau .rangée .logiciel img {
  width: 100px;
}
@media (max-width: 550px) {
  .tableau .rangée .logiciel {
    flex-direction: column;
    padding: 25px;
    text-align: center;
  }
}
@media (min-width: 1300px) {
  .tableau .rangée .logiciel:nth-child(1) {
    margin-left: -50px;
  }
  .tableau .rangée .logiciel:nth-child(3) {
    margin-left: 50px;
  }
}

/* ==========================================================================
   Section Qui suis-je / component
   ========================================================================== */
.qui-suis-je .titre {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  position: relative;
  display: block;
}
.qui-suis-je .titre img {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  transform: translateX(-25%) translateY(-15%) scale(1);
}
@media (max-width: 1024px) {
  .qui-suis-je .titre img {
    transform: translateX(-5%) translateY(-10%) scale(1.5);
  }
}
@media (max-width: 768px) {
  .qui-suis-je .titre img {
    transform: translateX(15%) translateY(-5%) scale(2);
  }
}
@media (max-width: 500px) {
  .qui-suis-je .titre img {
    transform: translateX(35%) translateY(10%) scale(2.5);
  }
}
@media (max-width: 400px) {
  .qui-suis-je .titre img {
    transform: translateX(34%) translateY(20%) scale(2.5);
  }
}
.qui-suis-je .titre .blur {
  z-index: -1;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
@media (max-width: 1024px) {
  .qui-suis-je .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.25);
  }
}
@media (max-width: 768px) {
  .qui-suis-je .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.75);
  }
}
@media (max-width: 500px) {
  .qui-suis-je .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}
@media (max-width: 400px) {
  .qui-suis-je .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2.5);
  }
}
.qui-suis-je .description {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xxl);
}
@media screen and (max-width: 1440px) {
  .qui-suis-je .description {
    gap: var(--spacing-lg);
  }
}
@media screen and (max-width: 1200px) {
  .qui-suis-je .description {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .qui-suis-je .description p {
    max-width: 300px;
  }
}
.qui-suis-je .description p {
  max-width: 900px;
}
.qui-suis-je .description span {
  font-weight: 800;
}
.qui-suis-je .description .blur-bg {
  z-index: -1;
  position: absolute;
  height: auto;
  display: inline-block;
  pointer-events: none;
  top: -10%;
  left: 25%;
}
@media (max-width: 1300px) {
  .qui-suis-je .description .blur-bg {
    top: -10%;
    left: 25%;
  }
}
@media (max-width: 1200px) {
  .qui-suis-je .description .blur-bg {
    top: 40%;
    left: 0%;
    max-width: none;
    height: 700px;
  }
}
@media (max-width: 950px) {
  .qui-suis-je .description .blur-bg {
    top: 45%;
    left: -15%;
    max-width: none;
    height: 700px;
  }
}
@media (max-width: 550px) {
  .qui-suis-je .description .blur-bg {
    top: 40%;
    left: -60%;
    max-width: none;
    height: 700px;
  }
}
@media (max-width: 400px) {
  .qui-suis-je .description .blur-bg {
    top: 40%;
    left: -60%;
    max-width: none;
    height: 700px;
  }
}

/* ==========================================================================
   Section Mes projets / component
   ========================================================================== */
.projets {
  padding-top: 100px;
}
.projets .titre {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  position: relative;
  display: block;
}
.projets .titre img {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-70%) translateY(-15%) scale(1);
}
@media (max-width: 1024px) {
  .projets .titre img {
    transform: translateX(-95%) translateY(-10%) scale(1.5);
  }
}
@media (max-width: 768px) {
  .projets .titre img {
    transform: translateX(-110%) translateY(-5%) scale(2);
  }
}
@media (max-width: 500px) {
  .projets .titre img {
    transform: translateX(-130%) translateY(10%) scale(2.5);
  }
}
@media (max-width: 400px) {
  .projets .titre img {
    transform: translateX(-124%) translateY(20%) scale(2.5);
  }
}
.projets .titre .blur {
  z-index: -1;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
@media (max-width: 1024px) {
  .projets .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.25);
  }
}
@media (max-width: 768px) {
  .projets .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.75);
  }
}
@media (max-width: 500px) {
  .projets .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}
@media (max-width: 400px) {
  .projets .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2.5);
  }
}
.projets {
  /* ======================
     APPARITION / DISPARITION - CARTE PC
  ====================== */
}
.projets .carte-pc {
  display: block;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1200px) {
  .projets .carte-pc {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.projets {
  /* ======================
     STYLE - CARTE PC
  ====================== */
}
.projets .carte-pc {
  position: relative;
  width: 100%;
  aspect-ratio: 768/512;
  cursor: pointer;
  overflow: hidden;
}
.projets .carte-pc .card__media {
  position: relative;
  width: 100%;
  height: 100%;
}
.projets .carte-pc .card__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  transition: opacity 0.4s ease;
}
.projets .carte-pc .card__media .image--hover {
  opacity: 0;
}
.projets .carte-pc .card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: var(--color-black);
  text-align: center;
}
.projets .carte-pc .card__content h2 {
  color: var(--color-white);
  position: absolute;
  top: 1.5%;
  left: 50%;
  transform: translateX(-50%);
}
.projets .carte-pc .card__content h4 {
  font-size: clamp(1.13rem, 1.04vw + 0.81rem, 1.75rem);
}
.projets .carte-pc .card__content .card__text-left {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  padding: 0 30px;
  text-align: center;
  position: absolute;
  bottom: 21%;
  left: 3.5%;
  width: 55%;
}
.projets .carte-pc .card__content .card__text-left h4 {
  padding-bottom: 36px;
}
.projets .carte-pc .card__content .card__text-left img {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  height: auto;
}
.projets .carte-pc .card__content .card__text-right {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: absolute;
  bottom: 18%;
  right: 10%;
  width: 35%;
  text-align: right;
}
.projets .carte-pc .card__content .card__text-right h4 {
  padding-bottom: 32px;
}
.projets .carte-pc .card__content .card__text-right img {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -5px;
  right: -80px;
  height: auto;
}
.projets .carte-pc .card__content .button {
  position: absolute;
  bottom: 8.5%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-black);
  text-align: center;
}
.projets .carte-pc:hover .image--hover {
  opacity: 1;
}
.projets .carte-pc:hover .button {
  color: var(--color-secondary);
}
.projets .carte-pc:hover .card__text-left {
  opacity: 1;
  transform: translateY(0);
}
.projets .carte-pc:hover .card__text-right {
  opacity: 1;
  transform: translateY(0);
}
.projets {
  /* ======================
  STYLE - CARTE MOBILE
  ====================== */
}
.projets .carte-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .projets .carte-mobile {
    display: block;
    width: 75%;
    height: 75vh;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .projets .carte-mobile .card__media {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .projets .carte-mobile .card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    transition: opacity 0.3s ease;
  }
  .projets .carte-mobile .image--default {
    z-index: 1;
    opacity: 1;
  }
  .projets .carte-mobile .image--hover {
    z-index: 2;
    opacity: 0;
  }
  .projets .carte-mobile .card__content {
    position: absolute;
    inset: 0;
    z-index: 3;
    text-align: center;
    z-index: 5;
  }
  .projets .carte-mobile .card__content h2 {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-white);
    font-size: 1.5rem;
    margin: 0;
  }
  .projets .carte-mobile .card__content .button {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-black);
    font-weight: bold;
  }
  .projets .carte-mobile .card__content .btn_voirProjet {
    display: none;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-48%) translateY(40%) scale(75%);
  }
}

.competences .titre {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  position: relative;
  display: block;
}
.competences .titre img {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  transform: translateX(-33%) translateY(-15%) scale(1);
}
@media (max-width: 1024px) {
  .competences .titre img {
    transform: translateX(-10%) translateY(-10%) scale(1.5);
  }
}
@media (max-width: 768px) {
  .competences .titre img {
    transform: translateX(10%) translateY(-5%) scale(2);
  }
}
@media (max-width: 500px) {
  .competences .titre img {
    transform: translateX(28%) translateY(10%) scale(2.5);
  }
}
@media (max-width: 400px) {
  .competences .titre img {
    transform: translateX(22%) translateY(20%) scale(2.5);
  }
}
.competences .titre .blur {
  z-index: -1;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
@media (max-width: 1024px) {
  .competences .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.25);
  }
}
@media (max-width: 768px) {
  .competences .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.75);
  }
}
@media (max-width: 500px) {
  .competences .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}
@media (max-width: 400px) {
  .competences .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2.5);
  }
}
.competences {
  /* ==========================================================================
     CONTENU (texte + galerie)
     ========================================================================== */
}
.competences .contenu {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-lg);
  padding-right: 45%;
  /* === Bloc INFORMATIONS === */
}
.competences .contenu .informations {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  padding: 80px 0;
  max-width: 600px;
}
.competences .contenu .informations h4 {
  margin-bottom: var(--spacing-sm);
}
.competences .contenu .informations .information {
  position: relative;
}
.competences .contenu .informations .information .ligne {
  position: absolute;
  top: 10px;
}
.competences .contenu .informations .information .ligne .hover {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.competences .contenu .informations .information .ligne_1 {
  left: -800px;
}
.competences .contenu .informations .information .ligne_2 {
  left: -750px;
}
.competences .contenu .informations .information .ligne_3 {
  left: -750px;
}
.competences .contenu .informations .information .ligne_4 {
  left: -600px;
}
.competences .contenu .informations .information:hover .hover {
  opacity: 1;
}
.competences .contenu .informations .blur {
  z-index: -1;
  position: absolute;
  top: -260px;
  left: -200px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .competences .contenu .informations .blur {
    transform: translateX(10%) translateY(-5%) scale(0.8);
    z-index: -100;
  }
}
@media (max-width: 550px) {
  .competences .contenu .informations .blur {
    transform: translateX(10%) translateY(0%) scale(0.8);
    z-index: -100;
  }
}
@media (max-width: 450px) {
  .competences .contenu .informations .blur {
    transform: translateX(20%) translateY(25%) scale(0.9);
    z-index: -100;
  }
}
.competences .contenu {
  /* === Bloc GALERIES === */
}
.competences .contenu .galeries {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 800px;
  height: auto;
  margin: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 600px;
}
.competences .contenu .galeries .galerie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.6s ease-in-out;
}
.competences .contenu .galeries .galerie_default {
  opacity: 1;
  z-index: 1;
}
.competences .contenu .galeries .galerie.active {
  opacity: 1;
  z-index: 3;
}
.competences .contenu {
  /* ==========================================================================
     RESPONSIVE < 1200px
     ========================================================================== */
}
@media (max-width: 1200px) {
  .competences .contenu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    /* Inverser les blocs */
  }
  .competences .contenu .informations {
    order: 1;
    padding: 20px 0;
    align-self: flex-start;
    margin: 0 auto;
  }
  .competences .contenu .galeries {
    order: 2;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto var(--spacing-lg);
    overflow: hidden;
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .competences .contenu .galeries::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .competences .contenu .galeries .galerie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.6s ease-in-out;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 100%;
  }
  .competences .contenu .galeries .galerie_default,
  .competences .contenu .galeries .galerie.active {
    opacity: 1;
    z-index: 3;
  }
  .competences .contenu {
    /* Ajustement des lignes */
  }
  .competences .contenu .ligne_1 {
    left: -127%;
  }
  .competences .contenu .ligne_2 {
    left: -120%;
  }
  .competences .contenu .ligne_3 {
    left: -120%;
  }
  .competences .contenu .ligne_4 {
    left: -100%;
  }
}
.competences {
  /* Supprime toute contrainte de hauteur */
}
@media (max-width: 1200px) {
  .competences .contenu {
    max-height: none;
  }
}

@media (max-width: 1200px) {
  .competences {
    padding-bottom: 0;
  }
}
/* ==========================================================================
   Section Mes qualités / component
   ========================================================================== */
.qualites {
  z-index: -5;
}
@media (max-width: 1200px) {
  .qualites {
    padding-top: 20px;
  }
}
.qualites .titre {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  position: relative;
  display: block;
}
.qualites .titre img {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-60%) translateY(-15%) scale(1.1);
}
@media (max-width: 1024px) {
  .qualites .titre img {
    transform: translateX(-63%) translateY(-10%) scale(1.2);
  }
}
@media (max-width: 950px) {
  .qualites .titre img {
    transform: translateX(-62%) translateY(-10%) scale(1.2);
  }
}
@media (max-width: 768px) {
  .qualites .titre img {
    transform: translateX(-71%) translateY(-5%) scale(1.4);
  }
}
@media (max-width: 700px) {
  .qualites .titre img {
    transform: translateX(-68%) translateY(-5%) scale(1.4);
  }
}
@media (max-width: 562px) {
  .qualites .titre img {
    transform: translateX(-85%) translateY(10%) scale(1.5);
  }
}
@media (max-width: 420px) {
  .qualites .titre img {
    transform: translateX(-102%) translateY(10%) scale(2);
  }
}
.qualites .titre .blur {
  z-index: -1;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
@media (max-width: 1024px) {
  .qualites .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.25);
  }
}
@media (max-width: 768px) {
  .qualites .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.75);
  }
}
@media (max-width: 500px) {
  .qualites .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}
@media (max-width: 400px) {
  .qualites .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2.5);
  }
}
.qualites .contenu {
  display: flex;
  gap: var(--spacing-lg);
}
.qualites .contenu .informations {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}
.qualites .contenu .informations h4 {
  margin-bottom: var(--spacing-sm);
}
.qualites .contenu .informations .information {
  position: relative;
}
.qualites .contenu .informations .information .ligne {
  width: auto;
  height: auto;
  max-width: none;
  display: inline-block;
}
.qualites .contenu .informations .information .ligne .hover {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.qualites .contenu .informations .information .ligne_1 {
  position: absolute;
  top: 10px;
  left: -675px;
}
.qualites .contenu .informations .information .ligne_2 {
  position: absolute;
  top: 10px;
  left: -695px;
}
.qualites .contenu .informations .information .ligne_3 {
  position: absolute;
  top: 10px;
  right: -715px;
}
.qualites .contenu .informations .information .ligne_4 {
  position: absolute;
  top: 10px;
  right: -850px;
}
.qualites .contenu .informations .information :hover .hover {
  opacity: 1;
}
.qualites .contenu .informations .information-right {
  text-align: right;
}

/* ==============================
   Responsive : placer les droites sous les gauches
   ============================== */
@media (max-width: 1024px) {
  .qualites .contenu {
    flex-direction: column;
  }
  .qualites .contenu .informations {
    flex: 1 1 100%;
  }
}
/* ==========================================================================
   Section Passions / component
   Galerie à gauche (desktop), en-dessous (mobile)
   ========================================================================== */
.passions .titre {
  text-align: center;
  margin-bottom: var(--spacing-xxl);
  position: relative;
  display: block;
}
.passions .titre img {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  transform: translateX(-33%) translateY(-15%) scale(1);
}
@media (max-width: 1024px) {
  .passions .titre img {
    transform: translateX(-10%) translateY(-10%) scale(1.5);
  }
}
@media (max-width: 768px) {
  .passions .titre img {
    transform: translateX(10%) translateY(-5%) scale(2);
  }
}
@media (max-width: 500px) {
  .passions .titre img {
    transform: translateX(28%) translateY(10%) scale(2.5);
  }
}
@media (max-width: 400px) {
  .passions .titre img {
    transform: translateX(22%) translateY(20%) scale(2.5);
  }
}
.passions .titre .blur {
  z-index: -1;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 1600px;
  height: auto;
  display: inline-block;
  pointer-events: none;
  transform: translateX(-50%) translateY(-50%) scale(1);
}
@media (max-width: 1024px) {
  .passions .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.25);
  }
}
@media (max-width: 768px) {
  .passions .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(1.75);
  }
}
@media (max-width: 500px) {
  .passions .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}
@media (max-width: 400px) {
  .passions .titre .blur {
    transform: translateX(-50%) translateY(-50%) scale(2.5);
  }
}
.passions .contenu {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-lg);
  padding-left: 45%;
}
.passions .contenu .galeries {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 800px;
  min-height: 600px;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.passions .contenu .galeries::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.passions .contenu .galeries .galerie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.6s ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}
.passions .contenu .galeries .galerie_default {
  opacity: 1;
  z-index: 1;
}
.passions .contenu .galeries .galerie.active {
  opacity: 1;
  z-index: 3;
}
.passions .contenu .informations {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  padding: 80px 0;
  max-width: 600px;
  text-align: right;
  margin-left: auto;
}
.passions .contenu .informations h4 {
  margin-bottom: var(--spacing-sm);
}
.passions .contenu .informations .information {
  position: relative;
}
.passions .contenu .informations .information .ligne {
  position: absolute;
  top: 10px;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
.passions .contenu .informations .information .ligne img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.passions .contenu .informations .information .ligne .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.passions .contenu .informations .information .ligne:hover .hover {
  opacity: 1;
}
.passions .contenu .informations .information .ligne_1 {
  right: -785px;
}
.passions .contenu .informations .information .ligne_2 {
  right: -875px;
}
.passions .contenu .informations .information .ligne_3 {
  right: -825px;
}
.passions .contenu .informations .information .ligne_4 {
  right: -900px;
}
@media (max-width: 750px) {
  .passions .contenu .informations .information .ligne_1 {
    right: -450px;
  }
  .passions .contenu .informations .information .ligne_2 {
    right: -500px;
  }
  .passions .contenu .informations .information .ligne_3 {
    right: -475px;
  }
  .passions .contenu .informations .information .ligne_4 {
    right: -520px;
  }
}
.passions .contenu .informations .blur {
  z-index: -1;
  position: absolute;
  top: -260px;
  right: -200px;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .passions .contenu .informations .blur {
    transform: translateX(-10%) translateY(-5%) scale(0.8);
    z-index: -100;
  }
}
@media (max-width: 550px) {
  .passions .contenu .informations .blur {
    transform: translateX(-10%) translateY(0%) scale(0.8);
    z-index: -100;
  }
}
@media (max-width: 450px) {
  .passions .contenu .informations .blur {
    transform: translateX(-20%) translateY(25%) scale(0.9);
    z-index: -100;
  }
}
.passions .contenu {
  /* === RESPONSIVE < 1200px === */
}
@media (max-width: 1200px) {
  .passions .contenu {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
  }
  .passions .contenu .informations {
    order: 1;
    align-self: flex-end;
    text-align: right;
    margin: 0 5% 0 auto;
    max-width: 600px;
    width: 100%;
    padding: 20px 0;
  }
  .passions .contenu .galeries {
    order: 2;
    position: relative;
    width: 95%;
    margin: 0 auto var(--spacing-lg);
    overflow: hidden;
    height: auto;
    min-height: 0;
    max-height: none;
  }
  .passions .contenu .galeries::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .passions .contenu .galeries .galerie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.6s ease-in-out;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 100%;
  }
  .passions .contenu .galeries .galerie_default,
  .passions .contenu .galeries .galerie.active {
    opacity: 1;
    z-index: 3;
  }
  .passions .contenu .ligne_1 {
    left: -127%;
  }
  .passions .contenu .ligne_2 {
    left: -120%;
  }
  .passions .contenu .ligne_3 {
    left: -120%;
  }
  .passions .contenu .ligne_4 {
    left: -100%;
  }
}
@media (max-width: 1200px) {
  .passions {
    padding-bottom: 0;
  }
}

@media (max-width: 1200px) {
  .passions .contenu .information .ligne {
    position: absolute;
    top: 10px;
    transform: translateX(90%);
    width: auto;
    max-width: none;
    display: inline-block;
  }
  .passions .contenu .information .ligne img,
  .passions .contenu .information .ligne .hover {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
  }
  .passions .contenu .information .ligne .hover {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .passions .contenu .information .ligne:hover .hover {
    opacity: 1;
  }
  .passions .contenu .information .ligne_1 {
    left: -127%;
  }
  .passions .contenu .information .ligne_2 {
    left: -115%;
  }
  .passions .contenu .information .ligne_3 {
    left: -120%;
  }
  .passions .contenu .information .ligne_4 {
    left: -110%;
  }
}
@media (max-width: 650px) {
  .passions .contenu .information .ligne {
    position: absolute;
    top: 10px;
    transform: translateX(70%);
    width: auto;
    max-width: none;
    display: inline-block;
  }
  .passions .contenu .information .ligne img,
  .passions .contenu .information .ligne .hover {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 530px) {
  .passions .contenu .information .ligne {
    position: absolute;
    top: 10px;
    transform: translateX(60%);
    width: auto;
    max-width: none;
    display: inline-block;
  }
  .passions .contenu .information .ligne img,
  .passions .contenu .information .ligne .hover {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 470px) {
  .passions .contenu .information .ligne {
    position: absolute;
    top: 10px;
    transform: translateX(50%);
    width: auto;
    max-width: none;
    display: inline-block;
  }
  .passions .contenu .information .ligne img,
  .passions .contenu .information .ligne .hover {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 415px) {
  .passions .contenu .information .ligne {
    position: absolute;
    top: 10px;
    transform: translateX(40%);
    width: auto;
    max-width: none;
    display: inline-block;
  }
  .passions .contenu .information .ligne img,
  .passions .contenu .information .ligne .hover {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
  }
}

/* ==========================================================================
   toggle / component
   ========================================================================== */
.information {
  display: flex;
  flex-direction: column;
}

.information p {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease, max-height 0.6s ease, margin-top 0.6s ease, padding 0.6s ease;
}

.information p.visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 500px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ==========================================================================
   scrolly / component
   ========================================================================== */
.has-js [data-scrolly=fromTop] {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromTop].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromBottom] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromBottom].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromRight] {
  opacity: 0;
  transform: translateX(180px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromLeft] {
  opacity: 0;
  transform: translateX(-180px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.has-js [data-scrolly=fromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=zoomIn] {
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.has-js [data-scrolly=zoomIn].is-active {
  opacity: 1;
  transform: scale(1);
}
.has-js [data-scrolly=rotateIn] {
  opacity: 0;
  transform: rotate(-30deg);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.has-js [data-scrolly=rotateIn].is-active {
  opacity: 1;
  transform: rotate(0);
}

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

/* ==========================================================================
   layout / utilities
   ========================================================================== */
.u-grid-fullwidth {
  grid-column: 1/-1 !important;
}
/*# sourceMappingURL=main.css.map */
