@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-primary: #FFB3DB;
  --color-secondary: #CAF291;
}

/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "Montserrat", sans-serif;
  --font-size-content: clamp(1.06rem, 1.35vw + 0.66rem, 1.88rem);
  --font-size-h1: clamp(3.25rem, 10.21vw + 0.19rem, 9.38rem);
  --font-size-h2: clamp(3.13rem, 6.04vw + 1.31rem, 6.75rem);
  --font-size-h3: clamp(1.88rem, 4.17vw + 0.63rem, 4.38rem);
  --font-size-h4: clamp(2.5rem, 2.4vw + 1.78rem, 3.94rem);
  --font-size-h5: clamp(1.88rem, 2.08vw + 1.25rem, 3.13rem);
  --font-size-h6: clamp(1.88rem, 1.04vw + 1.56rem, 2.5rem);
}

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 1rem;
  --spacing-sm: 20px;
  --spacing-md: 30px;
  --spacing-lg: 6rem;
  --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
   ========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--color-black);
  color: var(--color-white);
  font-family: var(--font-primary);
  font-size: var(--font-size-content);
  line-height: 1.6;
}

/* * {
  outline: 1px solid red !important;
} */
/* ==========================================================================
   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-top: 0;
}

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

h3 {
  font-size: var(--font-size-h3);
  margin-bottom: 5px;
}

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.disabled {
  color: #e2e2e2;
}

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  max-width: 1575px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
}
@media screen and (max-width: 375px) {
  .wrapper {
    padding: 0 var(--spacing-sm);
  }
}

/* ==========================================================================
   header / component
   ========================================================================== */
.header {
  --header-height: 120px;
  border-bottom: solid 3px var(--color-white);
  padding: 0 var(--spacing-sm);
  position: sticky;
  top: 0;
  height: var(--header-height);
  z-index: 10;
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-x: clip;
}
.header .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--spacing-md);
  padding: 22px 50px;
}
@media screen and (max-width: 1024px) {
  .header .wrapper {
    padding: 22px 28px;
  }
}
.header::before {
  background-color: var(--color-black);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .header {
    padding: 0 var(--spacing-lg);
  }
}
.header-is-hidden.is-scrolling-down:not(.nav-is-active) .header {
  transform: translateY(-100%) translateY(4px);
}

.header__brand {
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 50%, var(--color-white) 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 10;
  font-size: 2.25rem;
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-primary);
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: -100%;
}

.brand {
  display: block;
}

.brand__mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .brand {
    display: none;
  }
  .brand__mobile {
    display: block;
    font-size: 3.13rem;
  }
}
.header__brand:before {
  content: "";
  background: var(--color-primary);
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.header__brand:hover {
  background-position: 0;
}

.header__brand:hover::before {
  width: 100%;
}

.header__toggle {
  --bar-height: 4px;
  --bar-spacer: 12px;
  --bar-width: 50px;
  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-color: var(--color-white);
  border-radius: 3px;
  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));
}
.nav-is-active .header__toggle span {
  top: calc(50% - var(--bar-height) / 2);
}
.nav-is-active .header__toggle span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-is-active .header__toggle span:nth-child(2) {
  transform: scaleX(0);
}
.nav-is-active .header__toggle span:nth-child(3) {
  transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .header__toggle {
    display: none;
  }
}

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

.nav-primary__item {
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 50%, var(--color-white) 50%);
  font-size: 1.94rem;
  font-weight: 500;
  color: var(--color-white);
  position: relative;
  font-family: var(--font-primary);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-primary__item:hover {
  background-position: 0;
}
@media screen and (min-width: 1024px) {
  .nav-primary__item {
    font-size: var(--font-size-nav);
    color: var(--color-white);
    position: relative;
    text-transform: none;
  }
  .nav-primary__item::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 0;
    content: "";
    background-color: var(--color-primary);
    transition: all 0.3s ease-in-out;
  }
  .nav-primary__item:hover {
    text-decoration: none;
    color: var(--color-white);
    background-position: 0;
  }
  .nav-primary__item:hover::before {
    width: 100%;
  }
}

.nav-is-active body {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .nav-is-active body {
    overflow: 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=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=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);
}

/* ==========================================================================
   carousel / component
   ========================================================================== */
.swiper-vertical .swiper-pagination-bullets {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5%;
  bottom: 0;
  right: 25px;
  width: auto;
  height: 100%;
  gap: 15px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1178px) {
  .swiper-vertical .swiper-pagination-bullets {
    top: -10%;
  }
}
@media screen and (max-width: 1086px) {
  .swiper-vertical .swiper-pagination-bullets {
    top: -13%;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-vertical .swiper-pagination-bullets {
    top: -15%;
  }
}
@media screen and (max-width: 970px) {
  .swiper-vertical .swiper-pagination-bullets {
    top: -16%;
  }
}
@media screen and (max-width: 910px) {
  .swiper-vertical .swiper-pagination-bullets {
    top: -18%;
  }
}
@media screen and (max-width: 869px) {
  .swiper-vertical .swiper-pagination-bullets {
    top: -21%;
  }
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  --swiper-pagination-color: var(--color-white);
  --swiper-pagination-bullet-horizontal-gap: 5px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 3px solid var(--color-primary);
  border-radius: 50%;
}
@media screen and (max-width: 400px) {
  .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 800px) {
  .swiper-horizontal .swiper-pagination-bullets {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .swiper {
    height: auto;
    padding-bottom: 60px;
  }
  .swiper-slide {
    width: 80%;
  }
}
.swiper-pagination-bullet-active {
  border-width: 20px;
  background-color: var(--color-primary);
}
@media screen and (max-width: 400px) {
  .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
  }
}

.swiper-full {
  overflow: visible;
}

@media screen and (max-width: 400px) {
  /* s'assurer d'écraser la variable native de Swiper si elle est utilisée */
  .swiper {
    --swiper-pagination-bullet-size: 30px !important;
  }
  /* même règle pour tous les bullets, + spécificité .swiper ... */
  .swiper .swiper-pagination-bullet,
  .swiper .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 30px !important;
    /* retirer toute transform si Swiper scale l'actif */
    transform: none !important;
    /* au besoin ajuster l'alignement intérieur */
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  /* taille du border de l'actif : attention à ne pas dépasser la taille totale */
  .swiper .swiper-pagination-bullet-active {
    border-width: 8px !important; /* adapte si tu veux plus ou moins d'épaisseur */
    background-color: var(--color-primary) !important;
  }
}
/* ==========================================================================
   icons / component
   ========================================================================== */
.icon {
  fill: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent;
}

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

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

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

.icon--ms {
  height: 1.2em;
  width: 1.2em;
}

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

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

.icon--lm {
  height: 3.5em;
  width: 3.5em;
}

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

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

.bouton {
  background-color: var(--color-secondary);
  border-radius: 10px;
  border: solid 4px var(--color-secondary);
  padding: 13px 48px;
  font-weight: 600;
  transition: all 0.2s ease-out;
  font-size: 2.25rem;
  cursor: pointer;
  color: var(--color-black);
}
.bouton:hover {
  background: none;
  color: var(--color-secondary);
}
@media screen and (max-width: 565px) {
  .bouton {
    padding: 12px 40px;
    font-size: 1.88rem;
  }
}
@media screen and (max-width: 475px) {
  .bouton {
    font-size: 1.88rem;
    padding: 10px 20px;
  }
}

.btn_projets {
  padding: 10px 30px;
}
@media screen and (max-width: 800px) {
  .btn_projets {
    display: none;
  }
}

.cv {
  padding: 13px 10px;
}
@media screen and (max-width: 428px) {
  .cv {
    font-size: 1.25rem;
    padding: 12px 10px;
    align-items: left;
  }
}

.footer {
  padding: 87px 0 170px;
}
@media screen and (max-width: 375px) {
  .footer {
    padding: 40px 0 120px;
  }
}
.footer h2 {
  margin: 0 0 40px;
}
@media screen and (max-width: 479px) {
  .footer h2 {
    font-size: 3.13rem;
  }
}
@media screen and (max-width: 442px) {
  .footer h2 {
    font-size: 2.81rem;
  }
}
@media screen and (max-width: 403px) {
  .footer h2 {
    font-size: 2.5rem;
  }
}
.footer h6 {
  margin: 0 0 37px;
  font-weight: normal;
}
.footer h6 a {
  color: var(--color-white);
}
.footer h6 a:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 1175px) {
  .footer h6 {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer h6 {
    font-size: 1.56rem;
  }
}
@media screen and (max-width: 415px) {
  .footer h6 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1175px) {
  .footer p {
    margin-top: 0;
  }
}

.footer_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1175px) {
  .footer_content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.cv_reseau {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 37px;
}
@media screen and (max-width: 1175px) {
  .cv_reseau {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 428px) {
  .cv_reseau {
    justify-content: left;
    align-items: left;
  }
}

.reseau_sociaux {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1175px) {
  .reseau_sociaux {
    order: 2;
  }
}
.reseau_sociaux .icon {
  position: relative;
  fill: var(--color-black);
  transition: 0.5s;
  z-index: 3;
}
.reseau_sociaux a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 35px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}
@media screen and (max-width: 428px) {
  .reseau_sociaux a {
    width: 60px;
    height: 60px;
    line-height: 0;
    font-size: 30px;
  }
}

.reseau_sociaux a:hover .icon {
  color: var(--color-white);
  transform: rotateY(360deg);
}

.reseau_sociaux a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  transition: 0.5s;
  z-index: 2;
}

.reseau_sociaux a:hover:before {
  top: 0;
}

@media screen and (max-width: 1175px) {
  .deskop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 1175px) {
  .mobile {
    display: block;
    width: 100%;
    border-width: 2px;
    height: 0;
    margin: 40px 0;
  }
}

.hero {
  position: relative;
  padding: 300px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 445px) {
  .hero {
    padding: 100px 0;
  }
}

.hero {
  --header-height: 120px;
  margin-top: var(--header-height);
}

.hero_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero_media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero_media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.hero_media {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero_content {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero_content h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: normal;
}
@media screen and (max-width: 565px) {
  .hero_content h1 {
    margin-bottom: 15px;
  }
}
.hero_content h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 50px;
  margin-top: 0;
}
@media screen and (max-width: 565px) {
  .hero_content h3 {
    margin-bottom: 30px;
    line-height: 40px;
  }
}

.a-propos {
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative; /* pour que z-index fonctionne */
  z-index: 2;
}

.propos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 94px;
}
@media screen and (max-width: 1288px) {
  .propos {
    gap: 50px;
  }
}
@media screen and (max-width: 1171px) {
  .propos {
    gap: 10px;
  }
}
@media screen and (max-width: 1066px) {
  .propos {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 1040px) {
  .propos {
    grid-template-columns: 1fr;
  }
}

.propos_media img {
  border-radius: 11px;
}
@media screen and (max-width: 1040px) {
  .propos_media img {
    margin-bottom: 50px;
  }
}
.propos_media .bouton {
  display: none;
}
@media screen and (max-width: 1040px) {
  .propos_media .bouton {
    display: block;
  }
}
@media screen and (max-width: 475px) {
  .propos_media .bouton {
    font-size: 1.88rem;
    padding: 8px 17px;
  }
}

.propos_content h2 {
  margin: 0 0 65px;
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (max-width: 475px) {
  .propos_content h2 {
    margin-bottom: 20px;
  }
}
.propos_content p {
  font-weight: normal;
  line-height: 48px;
  margin-bottom: 65px;
  margin-top: 0;
}
@media screen and (max-width: 475px) {
  .propos_content p {
    line-height: 27px;
  }
}
@media screen and (max-width: 1040px) {
  .propos_content .bouton {
    display: none;
  }
}

.passions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 168px;
  margin-top: 88px;
}
@media screen and (max-width: 1400px) {
  .passions {
    gap: 140px;
  }
}
@media screen and (max-width: 1305px) {
  .passions {
    gap: 120px;
  }
}
@media screen and (max-width: 1265px) {
  .passions {
    gap: 105px;
  }
}
@media screen and (max-width: 1235px) {
  .passions {
    gap: 85px;
  }
}
@media screen and (max-width: 1175px) {
  .passions {
    gap: 70px;
  }
}
@media screen and (max-width: 1145px) {
  .passions {
    gap: 55px;
  }
}
@media screen and (max-width: 1110px) {
  .passions {
    gap: 40px;
  }
}
@media screen and (max-width: 1070px) {
  .passions {
    gap: 25px;
  }
}
@media screen and (max-width: 1040px) {
  .passions {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media screen and (max-width: 780px) {
  .passions {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.passions h4 {
  margin: 0 0 15px;
}
.passions li {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  .passions li {
    font-size: 1.88rem;
  }
}

.logiciels {
  margin-top: 100px;
}
.logiciels h4 {
  margin: 0 0 35px;
}
@media screen and (max-width: 568px) {
  .logiciels h4 {
    line-height: normal;
  }
}

.logo_logiciels {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .logo_logiciels {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.logo_logiciels .icon {
  fill: var(--color-primary);
}
@media screen and (max-width: 750px) {
  .logo_logiciels .icon {
    height: 100px;
    width: 100px;
  }
}

.projets {
  padding: 0 0 100px;
}
.projets h2 {
  text-transform: uppercase;
  font-weight: 800;
}
@media screen and (max-width: 375px) {
  .projets h2 {
    line-height: normal;
  }
}

.card {
  position: relative;
  overflow: visible;
}

.card_media {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
}
@media screen and (max-width: 800px) {
  .card_media {
    border-radius: 15px;
  }
}
@media screen and (max-width: 400px) {
  .card_media {
    height: 180px;
    width: 321px;
  }
}
.card_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .card_media img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 400px) {
  .card_media img {
    height: 180px;
    width: 321px;
  }
}
.card_media:hover img {
  transform: scale(1.1);
}

.card_media::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition: opacity 0.4s ease-out;
}
@media screen and (max-width: 400px) {
  .card_media::before {
    height: 180px;
    width: 321px;
  }
}

.card_content {
  position: absolute;
  top: 50%;
  left: 0;
  color: var(--color-white);
  margin: 0px 52px 40px 40px;
  z-index: 11;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
@media screen and (max-width: 1370px) {
  .card_content {
    top: 47%;
  }
}
@media screen and (max-width: 1220px) {
  .card_content {
    top: 43%;
  }
}
@media screen and (max-width: 1095px) {
  .card_content {
    top: 40%;
  }
}
@media screen and (max-width: 980px) {
  .card_content {
    top: 35%;
  }
}
@media screen and (max-width: 885px) {
  .card_content {
    top: 30%;
  }
}
@media screen and (max-width: 800px) {
  .card_content {
    top: 50%;
  }
}
@media screen and (max-width: 658px) {
  .card_content {
    top: 43%;
    margin-right: 5px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 536px) {
  .card_content {
    top: 50%;
  }
}
@media screen and (max-width: 432px) {
  .card_content {
    top: 44%;
  }
}
@media screen and (max-width: 400px) {
  .card_content {
    top: 37%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .card_content {
    top: 52%;
  }
}
.card_content h5 {
  margin: 20px 0;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .card_content h5 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 536px) {
  .card_content h5 {
    font-size: 1.56rem;
    margin: 0;
  }
}
@media screen and (max-width: 518px) {
  .card_content h5 {
    font-size: 1.25rem;
    margin: 0;
  }
}
@media screen and (max-width: 434px) {
  .card_content h5 {
    font-size: 1.06rem;
  }
}
.card_content h3 {
  font-weight: 600;
}
@media screen and (max-width: 434px) {
  .card_content h3 {
    font-size: 1.56rem;
  }
}

@media screen and (max-width: 1246px) {
  .card_content span {
    display: none;
  }
}

/* --- SWIPER 3D --- */
.swiper {
  perspective: 2000px;
  transform-style: preserve-3d;
  height: 80vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 800px) {
  .swiper {
    height: 100%;
  }
}

.swiper-slide,
.slide-wrapper {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.swiper-wrapper {
  transform-style: preserve-3d;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .swiper-wrapper {
    height: 180px;
    width: 321px;
  }
}

.swiper-slide {
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.slide-wrapper {
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 0.6s ease-out;
}

/* --- Effet de profondeur dynamique --- */
.swiper-slide-active .card_content {
  opacity: 1;
}

.swiper-slide-prev .card_media img,
.swiper-slide-next .card_media img {
  transform: scale(0.9) rotateX(15deg);
}
.swiper-slide-prev .card_content,
.swiper-slide-next .card_content {
  transform: scale(0.9) rotateX(15deg);
}

.propos-projet {
  padding: 80px 0;
  position: relative; /* pour que z-index fonctionne */
  z-index: 2;
}
.propos-projet h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 35px;
}

.logiciels_techniques {
  display: flex;
  flex-direction: row;
  gap: 200px;
  margin-top: 96px;
}
.logiciels_techniques h4 {
  margin: 0 0 35px;
}
@media screen and (max-width: 1135px) {
  .logiciels_techniques h4 {
    line-height: 70px;
  }
}
@media screen and (max-width: 487px) {
  .logiciels_techniques h4 {
    line-height: 50px;
  }
}
@media screen and (max-width: 433px) {
  .logiciels_techniques h4 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 930px) {
  .logiciels_techniques {
    flex-direction: column;
    gap: 50px;
  }
}

.logiciel-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.logiciel-item h6 {
  margin: 0;
  font-weight: 500;
  line-height: 162.2%;
}
.logiciel-item .icon {
  fill: var(--color-primary);
}

.projet_techniques h6 {
  margin: 0;
  font-weight: 500;
  line-height: 162.2%;
}

.etape_media {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  flex-wrap: nowrap;
  /*  @media screen and (max-width: 1255px) {
       width: 60%; 
       height: 60%;     
   } */
  /* @media screen and (max-width: 1111px) {
      width: 45%; 
      height: 45%;     
  } */
}
@media screen and (max-width: 1463px) {
  .etape_media {
    width: 60%;
    height: 60%;
  }
}
@media screen and (max-width: 400px) {
  .etape_media {
    width: 100%;
    height: 100%;
  }
}
.etape_media img {
  /*  @media screen and (max-width: 1111px) {
       width: 65%; 
       height: 65%;     
   }  */
  /*  @media screen and (max-width: 1067px) {
       width: 45%; 
       height: 45%;     
   } */
}
@media screen and (max-width: 1463px) {
  .etape_media img {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width: 1307px) {
  .etape_media img {
    width: 80%;
    height: 80%;
  }
}
@media screen and (max-width: 1255px) {
  .etape_media img {
    width: 70%;
    height: 70%;
  }
}
@media screen and (max-width: 1024px) {
  .etape_media img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 400px) {
  .etape_media img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .etape_media {
    flex-direction: column;
  }
}

.etape_content h3 {
  font-weight: 600;
}
@media screen and (max-width: 1463px) {
  .etape_content h3 {
    width: 90%;
  }
}
.etape_content p {
  margin-bottom: 0;
  /* @media screen and (max-width: 1255px) {
      width: 70%;
      height: 60%;    
  } */
  /* @media screen and (max-width: 1111px) {
      width: 65%;
      height: 65%;    
  } */
}
@media screen and (max-width: 1920px) {
  .etape_content p {
    width: 90%;
  }
}
@media screen and (max-width: 1475px) {
  .etape_content p {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .etape_content p {
    width: 100%;
    height: 100%;
  }
}

.section--horiz {
  display: flex;
  overflow: hidden;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .section--horiz {
    flex-direction: column;
  }
}
.section--horiz .etape {
  max-height: 100vh;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-evenly;
}
@media screen and (max-width: 1024px) {
  .section--horiz .etape {
    height: 100%;
    margin-bottom: 150px;
  }
}

.processus_creation h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 1629px) {
  br {
    display: none;
  }
}

.video {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.video h2 {
  text-transform: uppercase;
  font-weight: 800;
}
.video .icon {
  cursor: pointer;
  fill: none;
  stroke: currentColor;
  transition: all 0.5s ease-out;
}
.is-video-ready .video .icon {
  opacity: 1;
}
.video:hover .icon {
  transform: scale(1.3);
}

.video_media {
  cursor: pointer;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 800px) {
  .video_media {
    border-radius: 15px;
  }
}
@media screen and (max-width: 400px) {
  .video_media {
    height: 180px;
    width: 321px;
  }
}
.video_media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .video_media img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 400px) {
  .video_media img {
    height: 180px;
    width: 321px;
  }
}

.video_media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  cursor: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 10;
}

.play:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.mediagraphie {
  padding: 80px 0;
}
.mediagraphie ul {
  list-style-type: none;
  padding: 1px;
}
.mediagraphie li {
  font-size: 1.25rem;
  margin: 15px 0;
}
@media screen and (max-width: 800px) {
  .mediagraphie li {
    font-size: 1.06rem;
  }
}
@media screen and (max-width: 375px) {
  .mediagraphie li {
    font-size: 0.94rem;
  }
}
.mediagraphie li a {
  color: var(--color-white);
}
.mediagraphie li a:hover {
  color: var(--color-primary);
}
.mediagraphie h4 {
  margin: 0 0 25px;
}

.mockup {
  padding: 150px 0 0;
}
@media screen and (max-width: 1024px) {
  .mockup {
    padding: 50px 0 100px;
  }
}
.mockup h2 {
  text-transform: uppercase;
  margin: 0 0 50px;
  font-weight: 800;
}

.mockup_media {
  margin-bottom: 50px;
}

.btn_site a {
  color: var(--color-black);
}

iframe {
  width: 100%;
  height: 90vh;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.prototype {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .prototype {
    display: none;
  }
}
.prototype h2 {
  text-transform: uppercase;
  font-weight: 800;
}

.particules {
  position: absolute; /* positionnée par rapport à a-propos */
  top: 40%;
  left: 50%;
  transform: translateX(-50%); /* centre horizontalement */
  width: 1920px;
  height: 1080px;
  max-width: 100%;
  max-height: 100%;
  z-index: 0; /* derrière le contenu */
  pointer-events: none;
  display: block;
}
@media screen and (max-width: 1040px) {
  .particules {
    display: none;
  }
}

.projet_sticker {
  top: 20%;
}

.cursor {
  position: fixed; /* important pour qu'il ne soit pas bloqué par un parent */
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #FFB3DB;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.25s, height 0.25s, background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .cursor {
    display: none;
  }
}

.cursor.large {
  width: 60px;
  height: 60px;
  opacity: 0.5;
}

.cursor.hidden {
  opacity: 0;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-secondary);
}

.error {
  position: relative;
  padding: 200px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.error .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error h1 {
  margin-bottom: 30px;
  font-size: 20.81rem;
}
@media screen and (max-width: 1288px) {
  .error h1 {
    font-size: 12.5rem;
  }
}
@media screen and (max-width: 611px) {
  .error h1 {
    font-size: 9.38rem;
  }
}
.error h3 {
  margin: 0 0 60px;
  text-align: center;
}

/* ==========================================================================
    ACCESSIBILITY / UTILITIES
   ========================================================================== */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.u-hidden {
  display: none !important;
}

/* ==========================================================================
   spacing / utilities
   ========================================================================== */
.u-mb-4 {
  margin-bottom: 4rem !important;
}

.u-mbn-4 {
  margin-bottom: -4rem !important;
}
/*# sourceMappingURL=main.css.map */
