@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Pangolin&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
/* ==========================================================================
   cover / typo
   ========================================================================== */
/**
 * Swiper 12.0.2
 * 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: September 18, 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;
  }
}

/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #f4a250;
  --color-bg-primary: #522a02;
  --color-bg-secondary: #8e4700;
  --color-bg-secondary-light: #b85e03;
  --color-bg-secondary-extra-light: #ffe6cd;
}

/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Pangolin", sans-serif;
  --font-secondary: "Josefin Slab", monospace;
  --font-tirciary: "Funnel Display", monospace;
  --font-size-content: 1.2rem;
  --font-size-h1: 4rem;
  --font-size-h2: 1.5rem;
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-md: 4rem;
  --grid-gap: 30px;
}

/* ==========================================================================
   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 {
  position: relative;
}
body::-webkit-scrollbar {
  display: none;
}
body {
  overflow: hidden;
  background: var(--color-bg-primary);
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: var(--font-size-content);
  line-height: 1.6;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* empêche le scroll */
}

/* ==========================================================================
   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
   ========================================================================== */
canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  line-height: 1;
  font-weight: bold;
}

h1 {
  font-size: var(--font-size-h1);
  margin: 0;
  color: var(--color-primary);
}

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

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

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

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

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

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

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1443px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1368px) {
  .wrapper {
    max-width: 1085px;
  }
}
@media screen and (max-width: 1340px) {
  .wrapper {
    max-width: 985px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 100%;
  }
}

.grid-wrapper {
  display: grid;
  grid-template-columns: auto minmax(375px, 1024px) auto;
  grid-column-gap: 30px;
}

.grid-center {
  grid-column: 2/3;
}

/* ==========================================================================
   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--xmd {
  height: 1.55em;
  width: 1.55em;
}

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

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

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

body {
  position: relative;
  height: 100vh;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header h1 {
  text-transform: capitalize;
}
.header {
  transition: all 0.1s ease-out;
}
.header.swiped {
  background-color: rgba(0, 0, 0, 0);
}
.header.swiped .wrapper {
  transform: translateY(-100%);
}
.header.swiped .swiperArrow {
  opacity: 1 !important;
}
.header .wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transform: translateY(0);
  transition: all 0.2s ease-out;
}
.header .wrapper .js-close {
  position: absolute;
  right: 0;
  transition: all 0.12s;
  opacity: 0;
}
.header .wrapper .js-close.active {
  opacity: 1;
}
.header .wrapper .js-close:hover {
  transform: rotate(45deg);
}
.header .wrapper .swiperArrow {
  transition: all 0.2s ease-out;
  position: absolute;
  bottom: -50%;
  transform: rotate(180deg);
  opacity: 0;
}

.main__header {
  cursor: pointer;
}

#mouseFollow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  pointer-events: none;
  width: 20px;
  height: 20px;
  background-color: blue;
  border-radius: 50%;
  z-index: 9999;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
#mouseFollow h2 {
  white-space: nowrap;
  text-transform: capitalize;
}
#mouseFollow.active {
  transform: scale(2);
}

@keyframes Updown {
  0% {
    animation-timing-function: ease-in-out;
    transform: translateY(45px);
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: translateY(0px);
  }
}
.projets {
  overflow: auto;
}
.projets .wrapper {
  overflow: scroll;
  overflow-x: hidden;
  height: 100vh;
  width: 100%;
}
.projets .projet-grid {
  padding: 20px;
  display: grid;
  gap: 50px;
}
.projets .projet-grid.inactive {
  display: none;
}
.projets .projet-card {
  text-decoration: none;
  padding: 20px;
  width: 100%;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  flex-direction: row;
  cursor: pointer;
  gap: 20px;
  transition: all 0.1s ease-out;
}
.projets .projet-card:hover {
  transform: scale(1.05);
}
.projets .pcard_content {
  background-color: var(--color-bg-secondary);
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.projets .pcard_content p {
  font-size: clamp(1.25rem, 1.04vw + 0.94rem, 1.88rem);
  margin: 0;
}
.projets .pcard_content h3 {
  font-family: var(--font-secondary);
  text-transform: uppercase;
  font-size: clamp(0.63rem, 4.17vw + -0.63rem, 3.13rem);
  width: 100%;
  margin: 0;
}
.projets .pcard_content .logiciels {
  display: flex;
  gap: 15px;
  padding: 10px;
  background-color: var(--color-bg-secondary-light);
}
.projets .pcard_content .logiciels .icon {
  height: 2.4rem;
  width: 2.4rem;
}
.projets .pcard_content .description {
  padding: 10px;
  color: var(--color-black);
  background-color: var(--color-bg-secondary-extra-light);
  height: 100%;
  font-weight: 600;
  font-size: clamp(0.94rem, 1.04vw + 0.63rem, 1.56rem);
}
.projets .pcard_content {
  position: relative;
}
.projets .pcard_content .button {
  width: 20vw;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.projets .pcard_media {
  border: dashed 5px var(--color-bg-primary);
}
.projets .pcard_media img {
  display: inline-block;
  height: 100%;
  width: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .projets .pcard_media {
    width: unset;
  }
  .projets .pcard_content {
    width: 500%;
  }
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: clamp(0.63rem, 1.04vw + 0.31rem, 1.25rem);
  padding: 8px 13px;
  font-family: var(--font-tirciary);
  font-weight: 800;
  color: var(--color-black);
  text-transform: uppercase;
  border: solid 2px var(--color-black);
  background-color: var(--color-white);
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button:hover {
  border: dashed 2px var(--color-black);
}

*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  color: transparent !important;
}

*::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.arrow {
  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));
}
.arrow .icon {
  width: clamp(0.63rem, 6.25vw + -1.25rem, 4.38rem);
  height: clamp(0.63rem, 6.25vw + -1.25rem, 4.38rem);
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
}

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

.bookArrows .arrow {
  border: solid 3px white;
  top: var(--swiper-navigation-top-offset, 90%) !important;
  color: var(--color-white);
  padding: 5px;
  border-radius: 10px;
  background-color: var(--color-black);
}

.arrowLeft,
.left {
  right: auto;
  transform: rotate(-90deg) scale(2);
  transition: all 0.1s ease-out;
}
.arrowLeft:hover,
.left:hover {
  transform: rotate(-90deg) scale(2.5);
}

.arrowRight,
.right {
  left: auto;
  transform: rotate(90deg) scale(2);
  transition: all 0.1s ease-out;
}
.arrowRight:hover,
.right:hover {
  transform: rotate(90deg) scale(2.5);
}

.right,
.left {
  bottom: var(--swiper-navigation-top-offset, 16%);
  color: wheat;
}

.right {
  left: var(--swiper-navigation-sides-offset, 72%);
  transform: rotate(90deg) scale(0.8);
}
.right:hover {
  transform: rotate(90deg) scale(1);
}

.left {
  right: var(--swiper-navigation-sides-offset, 72%);
  transform: rotate(-90deg) scale(0.8);
}
.left:hover {
  transform: rotate(-90deg) scale(1);
}

.arrowRight .icon,
.arrowLeft .icon {
  transition: all 0.2s ease-out;
}
.arrowRight .goal,
.arrowLeft .goal {
  border-radius: 10px;
  transition: all 0.1s ease-out;
  opacity: 0;
  position: absolute;
  background-color: var(--color-black);
  padding: 10px;
}
.arrowRight:hover .icon,
.arrowLeft:hover .icon {
  color: var(--color-white);
  opacity: 0;
}
.arrowRight:hover .goal,
.arrowLeft:hover .goal {
  color: var(--color-white);
  font-weight: 900;
  opacity: 1;
  font-size: clamp(0.31rem, 2.6vw + -0.47rem, 1.88rem);
  white-space: nowrap;
}

.arrowRight {
  right: var(--swiper-navigation-sides-offset, 50px);
}
.arrowRight .goal {
  transform: rotate(-90deg) scale(0.8) translateX(-50%);
}

.arrowLeft {
  left: var(--swiper-navigation-sides-offset, 50px);
}
.arrowLeft .goal {
  transform: rotate(90deg) scale(0.8) translateX(50%);
}

.pages {
  display: none;
  transition: all 0.3s ease-out;
  position: relative;
  pointer-events: none;
}
.pages.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.page {
  display: none;
  height: 100vh;
  pointer-events: none;
}
.page.active {
  display: block;
  pointer-events: auto;
}

.contact .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 30vw;
  transform: translateX(50%);
  max-width: unset;
  gap: 30px;
}
.contact .wrapper h2 {
  font-weight: 900;
  font-size: clamp(5rem, 1.04vw + 4.69rem, 5.63rem);
}
.contact .wrapper .content {
  display: flex;
  flex-direction: column;
  justify-self: start;
  text-align: left;
  gap: clamp(0.25rem, 2.71vw + -0.56rem, 1.88rem);
}
.contact .wrapper .content .courriel {
  text-decoration: none;
  font-size: clamp(1.25rem, 4.17vw + 0rem, 3.75rem);
  font-weight: 900;
  transition: all 0.1s ease-out;
  color: var(--color-black);
}
.contact .wrapper .content .courriel:hover {
  color: var(--color-white);
}
.contact .wrapper .sociaux {
  display: grid;
  gap: clamp(0.63rem, 5.21vw + -0.94rem, 3.75rem);
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
}
.contact .wrapper .sociaux a:last-child {
  display: flex;
  justify-content: center;
}
.contact .wrapper .sociaux a {
  transition: all 0.1s ease-out;
  transform: scale(1);
  overflow: unset;
}
.contact .wrapper .sociaux .icon {
  height: clamp(0.63rem, 19.79vw + -5.31rem, 12.5rem);
  width: clamp(0.63rem, 19.79vw + -5.31rem, 12.5rem);
  stroke-width: 3px;
}
.contact .wrapper .sociaux a:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 1340px) {
  .contact .icon {
    height: 5em;
    width: 5em;
  }
}
@media screen and (max-width: 1024px) {
  .contact .icon {
    height: 4em;
    width: 4em;
  }
}
@media screen and (max-width: 768px) {
  .contact .icon {
    height: 3em;
    width: 3em;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.apropos .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.livre {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(11.25rem, 43.75vw + -1.88rem, 37.5rem);
  height: clamp(14.38rem, 54.17vw + -1.88rem, 46.88rem);
  perspective: 1200px;
  transform: translateX(50%);
}
.livre .fullpage {
  border-left: solid 4px var(--color-black);
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-image: url(../../assets/images/pageOVerlay.webp);
  background-size: cover;
  background-color: var(--color-bg-secondary-extra-light);
  color: var(--color-black);
}
.livre .fullpage div {
  padding: 20px;
}
.livre .page_livre h2 {
  font-size: clamp(1.25rem, 1.56vw + 0.78rem, 2.19rem);
}
.livre .page_livre p,
.livre .page_livre li {
  font-weight: 500;
  font-size: clamp(0.69rem, 1.46vw + 0.25rem, 1.56rem);
}
.livre .page_livre ul {
  list-style: none;
}
.livre .back,
.livre .front {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  overflow: hidden;
}
.livre .back {
  transform: rotateY(180deg);
}
.livre #page1 {
  z-index: 4;
}
.livre #page1 .back {
  align-items: start;
  gap: 20px;
}
.livre #page1 .back h2,
.livre #page1 .back p {
  margin: 0;
}
.livre #page1 .back .role {
  padding: 0;
  font-weight: 700;
}
.livre #page1 .back p {
  font-size: clamp(0.94rem, 0.52vw + 0.78rem, 1.25rem);
}
.livre #page1 .back h2 {
  font-size: clamp(1.25rem, 3.13vw + 0.31rem, 3.13rem);
}
.livre #page1 .icon {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: clamp(0.31rem, 11.98vw + -3.28rem, 7.5rem);
  height: clamp(0.31rem, 11.98vw + -3.28rem, 7.5rem);
}
.livre #page2 {
  z-index: 3;
  position: relative;
}
.livre #page2 img {
  top: 10%;
  transform: rotate(9deg);
  position: absolute;
  width: 70%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.livre #page2 .icon {
  position: absolute;
  width: clamp(0.63rem, 6.25vw + -1.25rem, 4.38rem);
  height: clamp(0.63rem, 6.25vw + -1.25rem, 4.38rem);
}
.livre #page2 .film {
  top: 10%;
  left: 20%;
  transform: rotate(30deg);
}
.livre #page2 .cube {
  top: 15%;
  right: 10%;
}
.livre #page2 .drawing {
  width: clamp(0.63rem, 9.38vw + -2.19rem, 6.25rem);
  height: clamp(0.63rem, 9.38vw + -2.19rem, 6.25rem);
  bottom: 10%;
  left: 50%;
}
.livre #page3 {
  z-index: 2;
}
.livre #page3 .front {
  display: flex;
  position: relative;
}
.livre #page3 .front .logiciels {
  height: 500px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.livre #page3 .front .iconbg {
  height: 100%;
  width: 100%;
  position: relative;
  color: var(--color-black);
  transform: scale(1);
  transform-origin: 50%;
  transition: all 0.15s ease-out;
}
.livre #page3 .front .iconbg:hover {
  transform: scale(1.2);
  color: var(--color-primary);
}
.livre #page3 .front .iconbg span {
  position: absolute;
  font-family: var(--font-primary);
  font-size: clamp(0.63rem, 1.04vw + 0.31rem, 1.25rem);
}
.livre #page3 .front .icon {
  position: absolute;
  height: clamp(0.63rem, 4.17vw + -0.63rem, 3.13rem);
  width: clamp(0.63rem, 4.17vw + -0.63rem, 3.13rem);
}
.livre #page3 .front .logiciels {
  padding: clamp(0rem, 2.08vw + -0.63rem, 1.25rem);
}
.livre #page3 .icon {
  position: absolute;
  width: clamp(0.63rem, 6.25vw + -1.25rem, 4.38rem);
  height: clamp(0.63rem, 6.25vw + -1.25rem, 4.38rem);
}
.livre #page3 .team {
  top: 30%;
  right: 10%;
  transform: rotate(10deg);
}
.livre #page3 .creative {
  bottom: 15%;
  left: 10%;
  transform: rotate(-20deg);
}
.livre #page4 {
  z-index: 1;
}
.livre #page4 .icon {
  position: absolute;
  height: clamp(0.63rem, 4.17vw + -0.63rem, 3.13rem);
  width: clamp(0.63rem, 4.17vw + -0.63rem, 3.13rem);
}
.livre #page4 p {
  height: 100%;
  font-size: clamp(0.94rem, 0.52vw + 0.78rem, 1.25rem);
}
.livre #page4 .boxing {
  bottom: 10%;
  left: 20%;
  transform: rotate(30deg);
}
.livre #page4 .controller {
  top: 15%;
  right: 10%;
  transform: rotate(-10deg);
}
.livre .arrow {
  top: var(--swiper-navigation-top-offset, 0%);
}

#demoreelvideo {
  display: none;
}

.singleprojet {
  display: none;
}
.singleprojet.active {
  overflow-y: none;
  display: block;
}
.singleprojet img,
.singleprojet .swiper {
  border: dashed 5px var(--color-bg-primary);
}
.singleprojet .js-closebutton {
  position: fixed;
  top: 100px;
  right: 0;
  margin: 30px;
  cursor: pointer;
  transform: scale(2);
  transition: all 0.3s ease-in-out;
}
.singleprojet .js-closebutton:hover {
  transform: rotate(90deg) scale(2);
}
.singleprojet .singlewrapper {
  width: 100%;
}
.singleprojet .hero {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.singleprojet .hero img {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.singleprojet .hero h2 {
  text-align: right;
  font-size: clamp(3.75rem, 3.65vw + 2.66rem, 5.94rem);
  margin: 0;
}
.singleprojet .projethero_content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 30px;
}
.singleprojet .logiciels {
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  z-index: 2;
  overflow: visible;
  width: 400px;
}
.singleprojet .logiciels .brush {
  transform: rotate(180deg) translate(-10%);
}
.singleprojet .logiciels .icon {
  z-index: 2;
}
.singleprojet .infoProjet {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.singleprojet .brush {
  border: none;
  position: absolute;
  aspect-ratio: unset !important;
  height: 50px;
  width: 100%;
}
.singleprojet .mobileBrush {
  display: none;
}
.singleprojet .context {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.singleprojet .context h3 {
  z-index: 2;
  padding: 10px 0;
}
.singleprojet .context h3:nth-child(2) {
  padding-left: 20px;
  border-left: solid var(--color-bg-secondary-light) 3px;
}
.singleprojet .context .brush {
  height: 100%;
  transform: scaleX(1.3) translate(5%);
  width: 100%;
}
.singleprojet .projetspropos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.singleprojet .projetspropos h2 {
  width: 100%;
  text-align: left;
  font-size: clamp(2.19rem, 5.73vw + 0.47rem, 5.63rem);
}
.singleprojet .projetspropos p {
  font-size: clamp(1.25rem, 1.04vw + 0.94rem, 1.88rem);
}
.singleprojet .etape {
  padding: 40px 20px;
  display: flex;
  gap: 30px;
  background-color: var(--color-bg-primary);
}
.singleprojet .etape p {
  font-family: var(--font-secondary);
  font-size: clamp(1.25rem, 1.04vw + 0.94rem, 1.88rem);
}
.singleprojet .etape .swiper {
  width: 50vw;
}
.singleprojet .etape .content {
  width: 100%;
}
.singleprojet .etape:nth-child(even) {
  background-color: var(--color-bg-secondary);
  flex-direction: row-reverse;
}
.singleprojet .produitfinal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.singleprojet .produitfinal .media {
  display: block;
  height: 100%;
  width: 100%;
}
.singleprojet .produitfinal .media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.singleprojet .produitfinal .button {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .singleprojet .mobileBrush {
    top: 0;
    right: 0;
    display: block;
    border: none;
    position: absolute;
    height: 120px;
    width: 100%;
    transform: rotate(180deg) translate(-30%);
    -o-object-fit: fill;
       object-fit: fill;
  }
  .singleprojet .logiciels {
    width: unset;
  }
  .singleprojet .context {
    justify-content: end;
  }
  .singleprojet .infoProjet {
    position: relative;
    flex-direction: column;
  }
  .singleprojet .infoProjet .brush {
    display: none;
  }
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loader {
  background-color: var(--color-black);
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.loader.loaded {
  z-index: -2;
  opacity: 0;
}

.mobileRotate {
  background-color: var(--color-black);
  position: absolute;
  z-index: 997;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mobileRotate .icon {
  opacity: 0;
  animation: Rotate 2s ease 2s infinite normal none;
  height: clamp(9.38rem, 5.21vw + 7.81rem, 12.5rem);
  width: clamp(9.38rem, 5.21vw + 7.81rem, 12.5rem);
}
.mobileRotate.active {
  opacity: 1;
  display: flex;
}

@keyframes Rotate {
  0% {
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  2% {
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  20% {
    animation-timing-function: ease-in-out;
    transform: rotate(0deg);
  }
  60% {
    animation-timing-function: ease-in-out;
    transform: rotate(90deg);
  }
  80% {
    animation-timing-function: ease-in-out;
    transform: rotate(90deg);
    opacity: 1;
  }
  90% {
    animation-timing-function: ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    animation-timing-function: ease-in-out;
    transform: rotate(90deg);
    opacity: 0;
  }
}
/*# sourceMappingURL=main.css.map */
