@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Righteous&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #ECEBE4;
  --color-black: #2E2C2F;
  --color-white-dark: #DEDBCF;
  --color-black-light: #48454A;
  --color-primary: #048BA8;
  --color-accent: #F76F8E;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Montserrat", sans-serif;
  --font-size-content: clamp(1rem, 1.25vw + 0.63rem, 1.75rem);
  --font-size-h1: clamp(3.31rem, 17.81vw + -2.03rem, 14rem);
  --font-size-h2: clamp(4rem, 14.69vw + -0.41rem, 12.81rem);
  --font-size-h3: clamp(2.5rem, 2.5vw + 1.75rem, 4rem);
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

img {
  max-width: 100%;
}

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

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-white);
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  color: var(--color-black);
  line-height: 1.6;
  font-weight: 300;
}
body p {
  margin: 0;
  font-weight: 300;
}
body p span {
  font-weight: 600;
}
body ul {
  margin: 0;
  padding: 0;
}

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

h1 {
  font-size: var(--font-size-h1);
  line-height: 1;
  font-weight: 900;
  color: var(--color-primary);
  text-transform: uppercase;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: 700;
  text-transform: uppercase;
}

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

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

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

em {
  font-style: italic;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: var(--color-accent);
}

section {
  padding: 64px 0;
  overflow: hidden;
}

.projects {
  padding: 96px 0 128px;
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1440px;
  width: calc(100% - var(--spacing-xxl));
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .wrapper {
    max-width: 1024px;
    width: calc(100% - var(--spacing-xl));
  }
}
@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 1024px;
    width: calc(100% - var(--spacing-lg));
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 768px;
    width: calc(100% - var(--spacing-md));
  }
}

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

/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
  font-size: 1rem;
}

.icon--stroke {
  fill: transparent;
  stroke: currentColor;
}

.icon--xs {
  height: 0.75em;
  width: 0.75em;
}

.icon--sm {
  height: 0.8em;
  width: 0.8em;
}

.icon--md {
  height: 1.25em;
  width: 1.25em;
}

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

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

header {
  height: 100px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  mix-blend-mode: difference;
  color: #fff;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header.nav-is-active {
  mix-blend-mode: normal;
}

.logo {
  font-size: clamp(2.25rem, 1.67vw + 1.75rem, 3.25rem);
  font-weight: 900;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in;
}
.logo svg {
  font-size: inherit;
  transition: all 0.5s ease-in;
}
.logo:hover {
  color: #fff;
}
.logo:hover svg {
  transform: rotate(90deg);
}

.header__toggle {
  --bar-height: 8px;
  --bar-spacer: 6px;
  --bar-width: 45px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: var(--bar-width);
  height: var(--bar-width);
  z-index: 10;
}
.header__toggle span {
  background: #fff;
  height: var(--bar-height);
  width: 100%;
  position: absolute;
  top: calc(50% - var(--bar-height) / 2);
  left: calc(50% - var(--bar-width) / 2);
  transition: 0.3s all ease-out;
}
.header__toggle span:nth-child(1) {
  top: calc(50% - var(--bar-height) / 2 - var(--bar-height) - var(--bar-spacer));
}
.header__toggle span:nth-child(3) {
  top: calc(50% - var(--bar-height) / 2 + var(--bar-height) + var(--bar-spacer));
}
.header__toggle:hover span:nth-child(1) {
  transform: translateX(50%);
}
.header__toggle:hover span:nth-child(2) {
  transform: translateX(25%);
}
.nav-is-active .header__toggle span {
  background: var(--color-white);
  top: calc(50% - var(--bar-height) / 2);
}
.nav-is-active .header__toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-is-active .header__toggle span:nth-child(2) {
  transform: scaleX(0);
}
.nav-is-active .header__toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav__main {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color-black);
  color: var(--color-white);
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in;
  mix-blend-mode: normal;
}
.nav__main ul {
  list-style: none;
}
.nav__main ul li {
  font-size: clamp(4rem, 3.33vw + 3rem, 6rem);
  text-align: center;
  font-weight: 900;
}

.nav-is-active .nav__main {
  transform: translateY(0);
}

.hero {
  height: 100%;
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
.hero .media {
  position: absolute;
  right: 0;
  top: 0;
}
.hero .content span {
  font-weight: 900;
  font-size: clamp(4rem, 12.08vw + 0.38rem, 11.25rem);
  color: var(--color-white-dark);
  min-height: 1em;
}
.hero .content .line {
  height: 2px;
  width: 20%;
  background-color: var(--color-black);
}
.hero .content p {
  font-weight: 300;
  font-size: clamp(1.25rem, 2.08vw + 0.63rem, 2.5rem);
}
@media screen and (max-width: 1600px) {
  .hero .content h1 {
    font-size: 9.38rem !important;
  }
}
@media screen and (max-width: 1024px) {
  .hero .content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
  }
  .hero .content h1 {
    font-size: clamp(3.31rem, 15.31vw + -1.28rem, 12.5rem) !important;
  }
  .hero .content .line {
    width: 50%;
  }
  .hero .greetings {
    min-height: 150px;
  }
  .hero .greetings .typeLine {
    height: 125px;
  }
  .hero .greetings span {
    line-height: 90%;
  }
  .hero .media {
    position: relative;
    width: 75%;
    padding: 16px;
  }
  .hero .media .line-right {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero .media {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .hero .greetings {
    min-height: 100px;
  }
  .hero .greetings .typeLine {
    height: 80px;
  }
}

.greetings {
  display: flex;
  align-items: center;
  min-height: 288px;
}

.typeLine {
  height: 200px;
  width: 6px;
  background-color: var(--color-white-dark);
  display: none;
}

.typeLine-is-active {
  display: block;
}

.media {
  position: relative;
  padding: 16px 0 16px 16px;
  width: 35%;
}
.media img {
  display: block;
  width: 100%;
}
.media .line-vertical {
  width: 6px;
  height: 50%;
  background-color: var(--color-white-dark);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in;
}
.media .line-horizontal {
  width: 50%;
  height: 6px;
  background-color: var(--color-white-dark);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.5s ease-in;
}
.media .line-up {
  top: 0;
  left: 0;
  transition: all 0.5s ease-in;
}
.media .line-right {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  display: none;
}
.media .line-up-reverse {
  transform: translateX(100%);
}
.media .line-vertical-reverse {
  transform: translateY(100%);
}
.media .line-down-reverse {
  transform: translateX(-100%);
}
.media .line-right-reverse {
  transform: translateY(-100%);
}

.hero_projects {
  margin-bottom: 64px;
  height: 100%;
  margin-top: 100px;
  padding: 0;
}
.hero_projects .wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.hero_projects .heading {
  font-size: clamp(1.5rem, 0.83vw + 1.25rem, 2rem);
  font-weight: 700;
}
.hero_projects .up {
  display: flex;
}
.hero_projects .down {
  display: flex;
  justify-content: space-between;
}
.hero_projects .down .icon {
  height: 4rem;
  width: 4rem;
}
.hero_projects .media {
  width: 50%;
}
.hero_projects .media .zoom {
  overflow: hidden;
}
.hero_projects .media .zoom img {
  transform: scale(1.4);
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_projects .line {
  height: 2px;
  width: 255px;
  background-color: var(--color-black);
}
.hero_projects .description {
  font-size: clamp(1.5rem, 1.25vw + 1.13rem, 2.25rem);
  font-weight: 700;
}
.hero_projects .infos {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 45%;
  margin: 0;
}
.hero_projects .infos h1 {
  color: var(--color-black);
  font-size: clamp(3.31rem, 4.48vw + 1.97rem, 6rem);
}
.hero_projects .credits {
  display: flex;
  gap: 32px;
}
.hero_projects .credits .credit {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
}
.hero_projects .credits a, .hero_projects .credits .me {
  font-weight: 700;
}
.hero_projects .credits .me {
  color: var(--color-primary);
}
.hero_projects .logiciels .icon {
  margin-right: 16px;
}
@media screen and (max-width: 1440px) {
  .hero_projects .up {
    flex-direction: column;
  }
  .hero_projects .media {
    position: relative;
    width: 100%;
    padding: 16px;
  }
  .hero_projects .infos {
    width: 100%;
  }
  .hero_projects .line-right {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero_projects .up {
    flex-direction: column;
  }
  .hero_projects .up .line-horizontal, .hero_projects .up .line-vertical {
    display: none;
  }
  .hero_projects h1 {
    margin-top: -8%;
  }
  .hero_projects .media {
    position: relative;
    padding: 0;
    width: 100%;
    z-index: -1;
  }
  .hero_projects .infos {
    width: 100%;
    gap: 16px;
  }
  .hero_projects .credits {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .hero_projects .down {
    flex-direction: column;
    justify-content: start;
    gap: 64px;
    align-items: start !important;
  }
}

.hero-shellSound .down {
  width: 65%;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .hero-shellSound .down {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .hero-shellSound h1 {
    margin-top: -13%;
  }
}

@media screen and (max-width: 1024px) {
  .hero-webjam .down {
    justify-content: start;
    gap: 64px;
  }
  .hero-webjam .credits {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .hero-webjam .down {
    justify-content: start;
    gap: 64px;
    flex-direction: column;
  }
}

.swiper-full {
  overflow: visible;
}

.card {
  --margin-out: -32px;
  --line-out: -14px;
  height: 80vh;
  color: var(--color-black);
}
.card .card_media {
  position: relative;
  height: 100%;
  margin: 32px;
}
.card .card_media h3 {
  font-weight: 900;
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
}
.card .card_media .title-up {
  left: var(--margin-out);
  top: var(--margin-out);
}
.card .card_media .title-down {
  right: var(--margin-out);
  bottom: var(--margin-out);
}
.card .card_media .imgWrapper {
  overflow: hidden;
  height: 100%;
}
.card .card_media img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in;
}
.card .card_media .line-vertical {
  width: 6px;
  height: 250px;
  background-color: var(--color-white-dark);
  position: absolute;
}
.card .card_media .line-horizontal {
  width: 250px;
  height: 6px;
  background-color: var(--color-white-dark);
  position: absolute;
}
.card .card_media .line-up {
  top: var(--line-out);
  right: var(--line-out);
}
.card .card_media .line-right {
  top: var(--line-out);
  right: var(--line-out);
}
.card .card_media .line-down {
  bottom: var(--line-out);
  left: var(--line-out);
}
.card .card_media .line-left {
  bottom: var(--line-out);
  left: var(--line-out);
}
.card .card_content {
  text-align: right;
  margin-top: 24px;
}
.card:hover {
  color: var(--color-black);
}
.card:hover img {
  transform: scale(110%);
}
.card:hover .prize img {
  transform: scale(100%);
}
@media screen and (max-width: 768px) {
  .card {
    height: 40vh;
  }
  .card .line-horizontal {
    width: 150px !important;
  }
  .card .line-vertical {
    height: 150px !important;
  }
}

.prize {
  --size: 200px;
  height: var(--size);
  width: var(--size);
  position: absolute;
  z-index: 5;
  right: 5%;
  top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prize span {
  position: relative;
  z-index: 3;
  font-size: 1.75rem;
  line-height: 100%;
  font-weight: 500;
}
.prize img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotatePrize infinite 20s linear;
}
@media screen and (max-width: 1440px) {
  .prize {
    --size: 150px;
    top: 8%;
  }
  .prize span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .prize {
    top: 7%;
  }
}
@media screen and (max-width: 768px) {
  .prize {
    --size: 100px;
    top: 13%;
    right: 6%;
  }
  .prize span {
    font-size: 0.94rem;
  }
}
@media screen and (max-width: 650px) {
  .prize {
    right: 7%;
  }
}
@media screen and (max-width: 530px) {
  .prize {
    right: 8%;
  }
}
@media screen and (max-width: 480px) {
  .prize {
    --size: 80px;
    top: 13%;
    right: 9%;
  }
  .prize span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 400px) {
  .prize {
    right: 10%;
  }
}

@keyframes rotatePrize {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.projects {
  overflow: hidden;
}

.swiper-shellSound .swiper-slide {
  position: relative;
  cursor: pointer;
}
.swiper-shellSound .swiper-slide img {
  width: 100%;
}
.swiper-shellSound .swiper-slide p {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 32px;
  color: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .swiper-shellSound .swiper-slide p {
    position: static;
    color: var(--color-black);
    text-align: right;
    padding: 0;
  }
}

.custom-nav {
  display: flex;
  gap: 16px;
}
.custom-nav button {
  background-color: unset;
  border: none;
  transition: all 0.3s ease-in;
  color: var(--color-black);
}
.custom-nav button:hover {
  color: var(--color-accent);
}
.custom-nav .swiper-button-disabled {
  color: var(--color-white-dark);
}
.custom-nav .swiper-button-disabled:hover {
  color: var(--color-white-dark);
}

.custom-nav-gridProjects {
  margin-top: 100px;
  display: block;
}

.about {
  background-color: var(--color-black);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
.about .outWrapper {
  color: var(--color-primary);
  margin-left: -12px;
}
.about .inWrapper {
  color: var(--color-primary);
  display: none;
}
.about p {
  width: 80%;
  margin: 64px 0 128px;
}
.about .stars {
  color: var(--color-black-light);
}
.about .deco {
  --star-size: 43.75rem;
  width: var(--star-size);
  height: var(--star-size);
  color: var(--color-black-light);
  position: absolute;
  z-index: 0;
  top: 25%;
  right: calc(var(--star-size) / 2 * -1);
}
.about .deco-star2 {
  display: none;
}
@media screen and (max-width: 1300px) {
  .about .deco {
    --star-size: 30rem;
  }
}
@media screen and (max-width: 1024px) {
  .about .deco {
    --star-size: 20rem;
  }
  .about .outWrapper {
    display: none;
  }
  .about .inWrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .about .deco {
    --star-size: 30rem;
    top: 43%;
  }
  .about .deco-star2 {
    display: block;
    right: auto;
    top: 72%;
    left: calc(var(--star-size) / 2 * -1);
  }
  .about p {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .about .deco {
    --star-size: 20rem;
    top: 50%;
  }
  .about .deco-star2 {
    top: 80%;
    left: calc(var(--star-size) / 2 * -1);
  }
}

.flex-2 {
  display: flex;
  gap: 220px;
}
.flex-2 .bottom {
  color: var(--color-primary);
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .flex-2 {
    flex-direction: column;
    gap: 96px;
  }
}

.passions .top {
  display: flex;
  justify-content: space-between;
}
.passions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.passions ul li {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .passions .top {
    justify-content: start;
    align-items: center;
    gap: 4px;
  }
}

.qualities .bottom {
  display: flex;
  justify-content: space-between;
}
.qualities ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .qualities {
    align-self: end;
    text-align: end;
  }
  .qualities .bottom {
    justify-content: start;
    align-items: center;
    gap: 4px;
  }
  .qualities .bottom h3 {
    order: 2;
  }
}

.kit {
  position: relative;
  overflow: hidden;
}
.kit .outWrapper {
  text-align: right;
}
.kit .wrapper {
  margin-top: 128px;
}
.kit .wrapper .inWrapper {
  display: none;
}
.kit .deco {
  --star-size: 43.75rem;
  width: var(--star-size);
  height: var(--star-size);
  color: var(--color-white-dark);
  position: absolute;
  z-index: 0;
  top: 25%;
  left: calc(var(--star-size) / 2 * -1);
}
@media screen and (max-width: 1700px) {
  .kit .deco {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .kit .outWrapper {
    display: none;
  }
  .kit .wrapper {
    margin-top: 0;
  }
  .kit .wrapper .inWrapper {
    display: block;
    margin-bottom: 96px;
  }
}
@media screen and (max-width: 650px) {
  .kit .deco {
    --star-size: 30rem;
    display: block;
    left: auto;
    right: calc(var(--star-size) / 2 * -1);
    top: 58%;
  }
}
@media screen and (max-width: 480px) {
  .kit .deco {
    --star-size: 19rem;
    top: 72%;
  }
}

.grid-3 {
  margin-left: 13.5%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}
.grid-3 p {
  grid-area: 1/1/span 1/span 2;
}
.grid-3 .bottom {
  color: var(--color-primary);
  margin-bottom: 24px;
}
.grid-3 ul {
  list-style: none;
  display: flex;
  gap: 48px;
  padding: 0;
  margin: 0;
}
.grid-3 .skills ul {
  flex-direction: column;
  gap: 8px;
}
.grid-3 .bigStar {
  --star-size: 15.6rem;
  width: var(--star-size);
  height: var(--star-size);
  color: var(--color-white-dark);
  margin: 0 auto;
}
@media screen and (max-width: 1700px) {
  .grid-3 {
    margin: 0;
  }
}
@media screen and (max-width: 1440px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 650px) {
  .grid-3 {
    display: flex;
    flex-direction: column;
    gap: 96px;
  }
  .grid-3 .bigStar {
    display: none;
  }
  .grid-3 ul {
    gap: 16px;
  }
}

.contact {
  --line-out: 0px;
  background-color: var(--color-black);
  color: var(--color-white);
  position: relative;
}
.contact .side {
  font-size: clamp(4.88rem, 17.92vw + -0.5rem, 15.63rem);
  color: var(--color-black-light);
  writing-mode: sideways-lr;
  position: absolute;
  top: 64px;
  left: -50px;
}
.contact .side-hide {
  display: none;
  font-size: clamp(4.88rem, 17.92vw + -0.5rem, 15.63rem) !important;
  color: var(--color-black-light) !important;
}
.contact .hide {
  display: none;
  font-size: clamp(4.88rem, 17.92vw + -0.5rem, 15.63rem) !important;
}
.contact .wrapper h2 {
  font-size: clamp(4.88rem, 17.92vw + -0.5rem, 15.63rem);
  color: var(--color-primary);
  line-height: 85%;
}
@media screen and (max-width: 1800px) {
  .contact .side {
    font-size: 11.25rem;
    top: 15%;
  }
  .contact .wrapper h2 {
    font-size: 11.25rem;
  }
}
@media screen and (max-width: 1270px) {
  .contact .side {
    font-size: clamp(4.88rem, 7.5vw + 2.63rem, 9.38rem);
    top: 64px;
    left: -30px;
    display: block;
  }
  .contact h2 {
    font-size: 8.13rem;
    display: none;
  }
  .contact .hide {
    display: block;
    margin-bottom: 64px;
  }
  .contact .flex_sb {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 96px;
  }
  .contact .form {
    width: 100%;
  }
  .contact .right {
    width: 100%;
  }
  .contact .infos.flex_sb {
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (max-width: 1210px) {
  .contact .side {
    display: none;
  }
  .contact .side-hide {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .contact .infos.flex_sb {
    justify-content: start;
    flex-direction: column;
    align-items: end;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .contact .form {
    display: block;
    margin-bottom: 16px;
  }
  .contact .mask {
    width: 0;
  }
  .contact .mask .formIcon {
    --star-size: 10rem;
    position: absolute;
    top: 7%;
    right: 7%;
  }
}
@media screen and (max-width: 550px) {
  .contact .mask .formIcon {
    --star-size: 7rem;
    position: absolute;
  }
}
@media screen and (max-width: 415px) {
  .contact .mask .formIcon {
    display: none;
  }
}

.flex_sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.form {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 60%;
}

.mask {
  width: 12rem;
  overflow: hidden;
}
.mask .formIcon {
  --star-size: 20rem;
  height: var(--star-size);
  width: var(--star-size);
  color: var(--color-black-light);
}

.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  height: 200px;
}

.infos {
  margin-top: 64px;
}

.socials {
  display: flex;
  gap: 32px;
}

.inputs {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
  overflow: hidden;
}

.input__element {
  background-color: var(--color-black);
  border: none;
  border-bottom: 2px solid var(--color-white);
  padding: 8px 16px;
  cursor: pointer;
  font-size: clamp(1.25rem, 1.25vw + 0.88rem, 2rem);
  outline: none;
  width: 100%;
  color: var(--color-white);
}
.input__element::-moz-placeholder {
  color: var(--color-white);
}
.input__element::placeholder {
  color: var(--color-white);
}
.input__element:hover::-moz-placeholder {
  color: var(--color-accent);
}
.input__element:hover::placeholder {
  color: var(--color-accent);
}
.input__element:focus, .input__element:-webkit-autofill:focus, .input__element:focus + .input__label::before {
  background-color: var(--color-light);
  -webkit-box-shadow: inset 0 0 0 30px var(--color-light) !important;
}

textarea {
  resize: none;
  line-height: normal;
  height: 3.5rem;
  overflow-y: hidden;
}

.error {
  border-color: red;
}

.footer {
  background-color: var(--color-black);
  padding: 64px 0;
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.footer .line {
  background-color: var(--color-white);
  height: 3px;
  width: 50%;
}
.footer .copyright {
  color: var(--color-white);
  font-size: clamp(0.94rem, 0.52vw + 0.78rem, 1.25rem);
}
@media screen and (max-width: 480px) {
  .footer .line {
    width: 75%;
  }
}

.nav__footer {
  color: var(--color-white);
}
.nav__footer ul {
  list-style: none;
  display: flex;
  gap: 64px;
}
.nav__footer ul li {
  font-size: clamp(1.5rem, 0.83vw + 1.25rem, 2rem);
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nav__footer ul {
    flex-direction: column;
    gap: 32px;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-inverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.btn {
  position: relative;
  height: 100%;
}
.btn p {
  padding: 16px 32px;
  font-weight: 700;
  font-size: 1.5rem;
}
.btn .line-vertical {
  width: 3px;
  height: 44px;
  background-color: var(--color-black);
  position: absolute;
  transition: all 0.5s ease-in;
}
.btn .line-horizontal {
  width: 44px;
  height: 3px;
  background-color: var(--color-black);
  position: absolute;
  transition: all 0.5s ease-in;
}
.btn .line-up {
  top: 0;
  right: 0;
}
.btn .line-right {
  top: 0;
  right: 0;
}
.btn .line-down {
  bottom: 0;
  left: 0;
}
.btn .line-left {
  bottom: 0;
  left: 0;
}
.btn:hover .send {
  color: var(--color-accent);
}
.btn:hover .line-vertical {
  height: 100%;
  background-color: var(--color-accent);
}
.btn:hover .line-horizontal {
  width: 100%;
  background-color: var(--color-accent);
}

.btn_send {
  height: auto;
}
.btn_send .line-horizontal, .btn_send .line-vertical {
  background-color: var(--color-white);
}
.btn_send .send {
  background-color: transparent;
  border: none;
  color: var(--color-white);
  padding: 16px 32px;
  font-size: clamp(1.25rem, 1.67vw + 0.75rem, 2.25rem);
  transition: all 0.5s ease-in;
  cursor: pointer;
}

.modal-zoom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-zoom.active {
  display: flex;
}
.modal-zoom .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-zoom img {
  max-width: 80vw;
  max-height: 80vh;
  transform-origin: center center;
  transition: transform 0.2s ease;
}
.modal-zoom .controls {
  display: flex;
  gap: 0.5rem;
}
.modal-zoom button {
  border: none;
  background-color: unset;
  cursor: pointer;
  color: var(--color-white);
  font-size: 4rem;
  font-weight: 900;
}
.modal-zoom button:hover {
  color: var(--color-accent);
}
.modal-zoom .close-btn {
  align-self: end;
  top: 0;
  right: 0;
  z-index: 1000;
}
.modal-zoom .img-container {
  position: relative;
  width: 80vw;
  height: 80vh;
  overflow: hidden;
}
.modal-zoom .zoom-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center center;
}
.modal-zoom #clonedImg {
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 100%;
  max-height: 100%;
  display: block;
  width: auto;
  height: auto;
}

/* ==========================================================================
   scrolly / component
   ========================================================================== */
.has-js [data-scrolly=fromBottom] {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=fromBottom].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromLeft] {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=fromLeft].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromLeftStraight] {
  transform: translateX(-90%);
  transition: all 0.5s ease-out;
}
.has-js [data-scrolly=fromLeftStraight].is-active {
  transform: translateX(0);
}
.has-js [data-scrolly=fromTop] {
  opacity: 0;
  transform: translateY(-60px);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=fromTop].is-active {
  opacity: 1;
  transform: translateY(0);
}
.has-js [data-scrolly=fromRight] {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=fromRight].is-active {
  opacity: 1;
  transform: translateX(0);
}
.has-js [data-scrolly=fromRightStraight] {
  transform: translateX(90%);
  transition: all 0.5s ease-out;
}
.has-js [data-scrolly=fromRightStraight].is-active {
  transform: translateX(0);
}
.has-js .cards {
  perspective: 1000px;
  transform-style: preserve-3d;
}
.has-js [data-scrolly=flipFromBottom] {
  opacity: 0;
  transform: rotateX(90deg) translate3d(0, 60px, 0);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=flipFromBottom].is-active {
  opacity: 1;
  transform: rotateX(0) translate3d(0, 0, 0);
}
.has-js [data-scrolly=flipFromTop] {
  opacity: 0;
  transform: rotateX(-90deg) translate3d(0, 60px, 0);
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=flipFromTop].is-active {
  opacity: 1;
  transform: rotateX(0) translate3d(0, 0, 0);
}
.has-js [data-scrolly=cardGap] .swiper-slide {
  margin-left: 500px !important;
  transition: all 0.4s ease-out;
}
.has-js [data-scrolly=cardGap].is-active .swiper-slide {
  margin-left: 0 !important;
}

.splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
  background-color: var(--color-black);
  color: var(--color-white);
  z-index: 9999;
  transition: opacity 0.8s ease;
  display: flex;
  justify-content: space-between;
  padding: 120px 120px 50px;
  animation: out 0.5s 1s;
}
.splash .pourcent {
  font-size: clamp(4rem, 6.67vw + 2rem, 8rem);
  font-weight: 900;
  align-self: start;
  line-height: 75%;
}
.splash .roles {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--color-black-light);
  position: absolute;
  top: -200px;
  left: -200px;
  transform: rotate(-15deg);
}
.splash .roles .role {
  display: flex;
  gap: 16px;
  transition: all 0.5s ease-in;
}
.splash .roles .role p {
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(5rem, 7.29vw + 2.81rem, 9.38rem);
  line-height: 75%;
}
.splash .roles .devRole {
  animation: devAnim 10s infinite linear;
}
.splash .roles .amelieRole {
  animation: amelieAnim 8s infinite linear;
}
.splash .roles .webRole {
  animation: webAnim 5s infinite linear;
}
.splash .roles .cousineauRole {
  animation: cousineauAnim 5s infinite linear;
}
.splash svg {
  --star-size: 13.5rem;
  width: var(--star-size);
  height: var(--star-size);
  align-self: end;
}
@media screen and (max-width: 1700px) {
  .splash {
    padding: 60px 60px 25px;
  }
  .splash .roles {
    top: -250px;
  }
}
@media screen and (max-width: 1024px) {
  .splash .roles {
    top: -150px;
  }
  .splash svg {
    --star-size: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .splash {
    padding: 30px 10px 10px 30px;
  }
  .splash .roles {
    top: 0;
  }
}

/* Cacher le splash après l’animation */
.splash.hidden {
  opacity: 0;
  pointer-events: none;
}

/* Cacher le contenu tant que le splash est visible */
.hidden {
  display: none;
}

@keyframes devAnim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes amelieAnim {
  from {
    transform: translateX(-30%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes webAnim {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-10%);
  }
}
@keyframes cousineauAnim {
  from {
    transform: translateX(-20%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes out {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.design {
  background-color: var(--color-black);
  color: var(--color-white);
  position: relative;
  padding: 0;
  overflow: hidden;
}
.design .title {
  color: var(--color-black-light);
}
.design .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 128px;
  align-items: end;
}
.design .wrapper h3 {
  color: var(--color-primary);
}
.design .wrapper img {
  display: block;
  width: 100%;
}
.design .left-container {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-bottom: 64px;
}
.design .colors .top {
  justify-content: start;
  gap: 32px;
}
.design .colors .black {
  background-color: #0D141C;
}
.design .colors .white {
  background-color: #F2F5F8;
}
.design .colors .blue-white {
  background-color: #D8E0E9;
  color: var(--color-black);
}
.design .colors .blue {
  background-color: #41628B;
}
.design .swiper-wf {
  width: 100%;
  height: 100%;
  display: none;
}
.design .swiper-wf h3 {
  margin-bottom: 32px;
}
.design .swiper-wf .custom-nav {
  margin-top: 32px;
}
.design .swiper-wf .custom-nav button {
  color: var(--color-white);
}
.design .swiper-wf .custom-nav .swiper-button-disabled {
  color: var(--color-black-light);
}
@media screen and (max-width: 1440px) {
  .design .wrapper {
    display: block;
    padding: 64px 0;
  }
  .design .wrapper .right-container {
    display: none;
  }
  .design .wrapper .wf {
    display: none;
  }
  .design .wrapper .swiper-wf {
    display: block;
  }
  .design .wrapper .left-container {
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .design .title {
    position: static;
    padding-top: 64px;
  }
}
@media screen and (max-width: 550px) {
  .design .star {
    display: none !important;
  }
  .design .bebas, .design .museo {
    align-items: start !important;
  }
  .design .bebas .letter-white, .design .museo .letter-white {
    order: 1;
  }
  .design .bebas .letter-black, .design .museo .letter-black {
    order: 2;
  }
  .design .bebas .letter-bold, .design .museo .letter-bold {
    order: 3;
  }
  .design .bebas .letters, .design .museo .letters {
    text-align: left !important;
  }
  .design .colors .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 75%;
  }
  .design .colors .bottom .color {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
}

.design-webjam .left-container {
  margin-top: 64px;
}
.design-webjam .typos {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.design-webjam .typos .bebas {
  font-family: "Bebas Neue", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: end;
  align-self: end;
  font-size: clamp(3rem, 1.67vw + 2.5rem, 4rem);
  gap: 8px;
}
.design-webjam .typos .bebas .letters {
  text-align: right;
  font-size: clamp(1.5rem, 0.83vw + 1.25rem, 2rem);
}
.design-webjam .typos .bebas .font-weight {
  line-height: 90%;
}
.design-webjam .typos .museo {
  font-family: "MuseoModerno", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}
.design-webjam .typos .museo .letters {
  text-align: right;
}
.design-webjam .colors .black {
  background-color: #0A0A0A;
}
.design-webjam .colors .white {
  background-color: #FEFEFE;
}
.design-webjam .colors .blue {
  background-color: #43D6F0;
  color: var(--color-black);
}
.design-webjam .colors .purple {
  background-color: #B050FE;
}
.design-webjam .colors .orange {
  background-color: #F9A383;
  color: var(--color-black);
}
.design-webjam .colors .green {
  background-color: #8EFDCA;
  color: var(--color-black);
}
@media screen and (max-width: 550px) {
  .design-webjam .colors {
    width: 100%;
    height: 100%;
  }
  .design-webjam .colors .color {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
  .design-webjam .colors .top {
    justify-content: start;
    gap: 8px;
  }
  .design-webjam .colors .top .color {
    display: none;
  }
  .design-webjam .colors .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .design-webjam .colors .bottom .color.hide {
    display: flex;
  }
}
@media screen and (max-width: 450px) {
  .design-webjam .colors .bottom {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
}

.poppins {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.design-portfolio .wrapper {
  gap: 64px;
  padding: 64px 0;
}
.design-portfolio .left-container {
  margin: 0;
}
.design-portfolio .colors .black {
  background-color: var(--color-black);
}
.design-portfolio .colors .black-light {
  background-color: var(--color-black-light);
}
.design-portfolio .colors .white {
  background-color: var(--color-white);
}
.design-portfolio .colors .white-dark {
  background-color: var(--color-white-dark);
  color: var(--color-black);
}
.design-portfolio .colors .blue {
  background-color: var(--color-primary);
}
.design-portfolio .colors .pink {
  background-color: var(--color-accent);
}
.design-portfolio .right-container img {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .design-portfolio .wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    align-items: start;
  }
  .design-portfolio .wrapper .right-container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .design-portfolio .colors {
    width: 100%;
    height: 100%;
  }
  .design-portfolio .colors .color {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
  .design-portfolio .colors .top {
    justify-content: start;
    gap: 8px;
  }
  .design-portfolio .colors .top .color {
    display: none;
  }
  .design-portfolio .colors .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .design-portfolio .colors .bottom .color.hide {
    display: flex;
  }
}

.color {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.style {
  background-color: var(--color-black);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
}
.style .title {
  color: var(--color-black-light);
}
.style .deco {
  --star-size: 40rem;
  color: var(--color-black-light);
  width: var(--star-size);
  height: var(--star-size);
  position: absolute;
  top: 35%;
  right: calc(var(--star-size) / 2 * -1);
  display: none;
}
.style .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 126px;
}
.style .wrapper h3 {
  color: var(--color-primary);
  font-size: clamp(2.25rem, 3.54vw + 1.19rem, 4.38rem);
  font-weight: 900;
}
@media screen and (max-width: 1580px) {
  .style .wrapper {
    display: flex;
    flex-direction: column;
    gap: 96px;
    align-items: start;
  }
  .style .deco {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .style .title {
    position: static;
  }
  .style .wrapper {
    margin-top: 64px;
  }
  .style .deco {
    --star-size: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .style .typos .righteous {
    align-items: start;
  }
  .style .typos .righteous .letter-white {
    order: 1;
  }
  .style .typos .righteous .letter-black {
    order: 2;
  }
  .style .typos .righteous .letters {
    text-align: left;
  }
  .style .typos .star {
    display: none !important;
  }
  .style .colors {
    width: 100%;
    height: 100%;
  }
  .style .colors .color {
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
  }
  .style .colors .top {
    justify-content: start;
    gap: 8px;
  }
  .style .colors .top .color {
    display: none;
  }
  .style .colors .bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
  .style .colors .bottom .color.hide {
    display: flex;
  }
  .style .deco {
    top: 25%;
  }
}
@media screen and (max-width: 550px) {
  .style .deco {
    --star-size: 20rem;
  }
}
@media screen and (max-width: 450px) {
  .style .deco {
    --star-size: 12rem;
    top: 28%;
  }
  .style .colors .bottom {
    grid-template-columns: 1fr 1fr;
  }
}

.typos {
  font-size: clamp(2rem, 1.67vw + 1.5rem, 3rem);
}
.typos .typo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.typos .typo .star {
  overflow: hidden;
  width: 7.5rem;
}
.typos .typo .star-right {
  display: flex;
  justify-content: right;
}
.typos .typo .icon {
  height: 15rem;
  width: 15rem;
  color: var(--color-black-light);
}
.typos .righteous {
  font-family: "Righteous", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}
.typos .righteous .letters {
  text-align: right;
}
.typos .righteous .font-weight {
  justify-content: end;
}
.typos .raleway {
  font-family: "Raleway", sans-serif;
}
.typos .font-weight {
  display: flex;
  gap: 16px;
  line-height: 130%;
}
.typos .font-weight div {
  padding: 12px;
}
.typos .font-weight .letter-white {
  color: var(--color-black);
  background-color: var(--color-white);
}
.typos .font-weight .letter-bold {
  font-weight: 700;
}
.typos .letters {
  font-size: clamp(1rem, 0.83vw + 0.75rem, 1.5rem);
}
.typos .letters .letter-uppercase {
  text-transform: uppercase;
}

.colors {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.colors .icon {
  height: 4.8rem;
  width: 4.8rem;
  color: var(--color-black-light);
}
.colors .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.colors .bottom {
  display: flex;
  gap: 16px;
}
.colors .color {
  width: 115px;
  height: 115px;
  display: flex;
  justify-content: end;
  align-items: end;
}
.colors .color.hide {
  display: none;
}
.colors .color span {
  font-size: clamp(1rem, 0.42vw + 0.88rem, 1.25rem);
  font-weight: 300;
  padding: 4px;
  line-height: 80%;
}
.colors .color.black {
  background-color: #242424;
}
.colors .color.white {
  background-color: #FFFEFC;
  color: var(--color-black);
}
.colors .color.beige {
  background-color: #F5EFE4;
  color: var(--color-black);
}
.colors .color.blue {
  background-color: #6160AB;
}
.colors .color.orange {
  background-color: #DA795D;
}
.colors .color.pink {
  background-color: #AF4E6C;
}

.style-bsc .left-container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.style-bsc .colors .top {
  justify-content: start;
  gap: 16px;
}
.style-bsc .colors .bottom {
  gap: 32px;
}
.style-bsc .colors .black {
  background-color: #00171F;
}
.style-bsc .colors .white {
  background-color: #F5EFED;
}
.style-bsc .colors .blue {
  background-color: #048BA8;
}
.style-bsc .colors .yellow {
  background-color: #f6ae2d;
  color: var(--color-black);
}
.style-bsc .colors .blue-dark {
  background-color: #003459;
}
.style-bsc .logo-bsc {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.style-bsc .logo-bsc .top {
  display: flex;
  align-items: center;
  gap: 32px;
}
.style-bsc .logo-bsc .top svg {
  width: 4.8rem;
  height: 4.8rem;
  color: var(--color-black-light);
}
.style-bsc .logo-bsc .bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.style-bsc .logo-bsc .bottom .icon-bsc:nth-child(1) {
  width: 8rem;
  height: 4rem;
}
.style-bsc .logo-bsc .bottom .icon-bsc:nth-child(2) {
  width: 20rem;
  height: 8rem;
}
@media screen and (max-width: 1580px) {
  .style-bsc .wrapper {
    flex-direction: row;
    align-items: end;
  }
}
@media screen and (max-width: 1200px) {
  .style-bsc .wrapper {
    flex-direction: column;
    align-items: start;
  }
  .style-bsc .title {
    position: static;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .style-bsc .wrapper {
    flex-direction: column;
    align-items: start;
  }
  .style-bsc .title {
    position: static;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .style-bsc .logo-bsc .bottom .icon-bsc:nth-child(1) {
    width: 5rem;
    height: 2.5rem;
  }
  .style-bsc .logo-bsc .bottom .icon-bsc:nth-child(2) {
    width: 15rem;
    height: 7rem;
  }
}

.coding {
  overflow: hidden;
  position: relative;
}
.coding .title {
  position: static;
  color: var(--color-white-dark);
  margin-bottom: 64px;
}
.coding .deco {
  --star-size: 20rem;
  color: var(--color-white-dark);
  height: var(--star-size);
  width: var(--star-size);
  position: absolute;
  top: 14%;
  left: 4%;
}
@media screen and (max-width: 768px) {
  .coding .deco {
    --star-size: 10rem;
    top: 23%;
  }
}
@media screen and (max-width: 480px) {
  .coding .deco {
    --star-size: 8rem;
    top: 27%;
  }
}

.moodboard {
  color: var(--color-white-dark);
  position: relative;
  overflow: hidden;
}
.moodboard .wrapper {
  position: relative;
}
.moodboard .wrapper .star1 {
  --star-size: 12.5rem;
  width: var(--star-size);
  height: var(--star-size);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.moodboard .wrapper .star2 {
  --star-size: 21rem;
  width: var(--star-size);
  height: var(--star-size);
  position: absolute;
  z-index: -1;
  bottom: -25px;
  right: -50px;
}
.moodboard .wrapper .mb_mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1750px) {
  .moodboard .title {
    position: static;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .moodboard .wrapper .mb {
    display: none;
  }
  .moodboard .wrapper .mb_mobile {
    display: block;
  }
  .moodboard .wrapper .star1 {
    --star-size: 10rem;
  }
  .moodboard .wrapper .star2 {
    --star-size: 18rem;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .moodboard .wrapper .star1 {
    --star-size: 8rem;
  }
  .moodboard .wrapper .star2 {
    --star-size: 12rem;
  }
}
@media screen and (max-width: 480px) {
  .moodboard .wrapper .star1 {
    --star-size: 5rem;
  }
  .moodboard .wrapper .star2 {
    --star-size: 10rem;
  }
}

.title {
  text-align: right;
  position: absolute;
  right: 0;
  top: 64px;
}
.title h2 {
  line-height: 70%;
}

.final {
  background-color: var(--color-black);
  position: relative;
  overflow: hidden;
}
.final .title {
  color: var(--color-black-light);
}
.final img {
  width: 100%;
  transform: scale(120%);
}
.final .deco {
  --star-size: 20rem;
  width: var(--star-size);
  height: var(--star-size);
  color: var(--color-black-light);
  position: absolute;
  top: 20%;
  left: 25%;
}
.final .deco-big {
  --star-size: 30rem;
  width: var(--star-size);
  height: var(--star-size);
  color: var(--color-black-light);
  position: absolute;
  top: 35%;
  right: calc(var(--star-size) / 2 * -1);
}
@media screen and (max-width: 1320px) {
  .final .title {
    position: static;
  }
}
@media screen and (max-width: 900px) {
  .final .deco {
    --star-size: 15rem;
    left: 20%;
    top: 25%;
  }
  .final .deco-big {
    --star-size: 20rem;
    top: 50%;
  }
}
@media screen and (max-width: 640px) {
  .final .deco {
    --star-size: 12rem;
    left: 20%;
    top: 25%;
  }
  .final .deco-big {
    display: none;
  }
}

.final-webjam .deco {
  left: 34%;
  top: 10%;
}
@media screen and (max-width: 1320px) {
  .final-webjam .deco {
    top: 20%;
  }
}
@media screen and (max-width: 550px) {
  .final-webjam .deco {
    left: 25%;
  }
}
@media screen and (max-width: 450px) {
  .final-webjam .deco {
    left: 15%;
  }
}

.wireframe {
  background-color: var(--color-black);
  color: var(--color-black-light);
  position: relative;
  overflow: hidden;
}
.wireframe .deco {
  --star-size: 32.5rem;
  height: var(--star-size);
  width: var(--star-size);
  position: absolute;
  top: 40%;
  right: calc(var(--star-size) / 2 * -1);
}
.wireframe .title {
  position: static;
}
.wireframe .wrapper {
  position: relative;
}
.wireframe .wrapper .wf {
  margin-top: 64px;
  width: 100%;
  transform: scale(1.1);
}
.wireframe .wrapper .wf_mobile {
  margin-top: 64px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .wireframe .deco {
    --star-size: 19rem;
    top: 60%;
  }
}
@media screen and (max-width: 768px) {
  .wireframe .deco {
    display: none;
  }
  .wireframe .wrapper .wf {
    display: none;
  }
  .wireframe .wrapper .wf_mobile {
    display: block;
  }
}

.wireframe-bsc {
  padding: 0;
}
.wireframe-bsc .title {
  position: absolute;
}
.wireframe-bsc .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  gap: 16px;
}
.wireframe-bsc .wrapper img {
  display: block;
  width: 100%;
}
.wireframe-bsc .wrapper .wf {
  transform: scale(1);
  margin-top: 0;
}
.wireframe-bsc .swiper-wf {
  width: 100%;
  height: 100%;
  display: none;
}
@media screen and (max-width: 1440px) {
  .wireframe-bsc .wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .wireframe-bsc .wrapper .wf {
    display: none;
  }
  .wireframe-bsc .wrapper .wf_mobile {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 580px) {
  .wireframe-bsc .title {
    position: static;
    margin: 64px 0;
  }
  .wireframe-bsc .wrapper {
    display: block;
    margin-bottom: 64px;
  }
  .wireframe-bsc .wrapper .wf_mobile {
    display: none;
  }
  .wireframe-bsc .wrapper .swiper-wf {
    display: block;
  }
  .wireframe-bsc .wrapper .custom-nav {
    margin-top: 32px;
  }
  .wireframe-bsc .wrapper .custom-nav button {
    color: var(--color-white);
  }
  .wireframe-bsc .wrapper .custom-nav .swiper-button-disabled {
    color: var(--color-black-light);
  }
}

.designFinal {
  position: relative;
  overflow: hidden;
}
.designFinal .deco {
  --star-size: 25rem;
  width: var(--star-size);
  height: var(--star-size);
  position: absolute;
  color: var(--color-white-dark);
  top: 15%;
  left: 15%;
  z-index: -1;
}
.designFinal .title {
  position: static;
  color: var(--color-white-dark);
}
@media screen and (max-width: 1024px) {
  .designFinal .title {
    margin-bottom: 64px;
  }
  .designFinal .deco {
    --star-size: 15rem;
    left: 10%;
    top: 27%;
  }
}
@media screen and (max-width: 768px) {
  .designFinal .deco {
    --star-size: 10rem;
    left: 10%;
    top: 32%;
  }
}
@media screen and (max-width: 480px) {
  .designFinal .deco {
    --star-size: 8rem;
    left: 7%;
    top: 35%;
  }
}

.prototype {
  --line-out: -14px;
  background-color: var(--color-black);
  overflow: hidden;
}
.prototype .title {
  color: var(--color-black-light);
  position: static;
  margin-bottom: 32px;
}
.prototype .wrapper {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .prototype {
    display: none;
  }
}

.embed {
  position: relative;
  width: 100%;
  height: 90vh;
}
.embed iframe {
  width: 100%;
  height: 100%;
}
.embed .line-vertical {
  width: 6px;
  height: 250px;
  background-color: var(--color-black-light);
  position: absolute;
}
.embed .line-horizontal {
  width: 250px;
  height: 6px;
  background-color: var(--color-black-light);
  position: absolute;
}
.embed .line-up {
  top: var(--line-out);
  right: var(--line-out);
}
.embed .line-right {
  top: var(--line-out);
  right: var(--line-out);
}
.embed .line-down {
  bottom: var(--line-out);
  left: var(--line-out);
}
.embed .line-left {
  bottom: var(--line-out);
  left: var(--line-out);
}
/*# sourceMappingURL=main.css.map */
