@charset "UTF-8";
@import url("clash-display.scss");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   cover / typo
   ========================================================================== */
/**
* @license
*
* Font Family: Clash Display
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-display
* © 2025 Indian Type Foundry
*
* Clash Display Extralight 
* Clash Display Light 
* Clash Display Regular 
* Clash Display Medium 
* Clash Display Semibold 
* Clash Display Bold 
* Clash Display Variable (Variable font)

*
*/
@font-face {
  font-family: "ClashDisplay-Extralight";
  src: url("../assets/fonts/ClashDisplay-Extralight.woff2") format("woff2"), url("../assets/fonts/ClashDisplay-Extralight.woff") format("woff"), url("../assets/fonts/ClashDisplay-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Light";
  src: url("../assets/fonts/ClashDisplay-Light.woff2") format("woff2"), url("../assets/fonts/ClashDisplay-Light.woff") format("woff"), url("../assets/fonts/ClashDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Regular";
  src: url("../assets/fonts/ClashDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/ClashDisplay-Regular.woff") format("woff"), url("../assets/fonts/ClashDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Medium";
  src: url("../assets/fonts/ClashDisplay-Medium.woff2") format("woff2"), url("../assets/fonts/ClashDisplay-Medium.woff") format("woff"), url("../assets/fonts/ClashDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Semibold";
  src: url("../assets/fonts/ClashDisplay-Semibold.woff2") format("woff2"), url("../assets/fonts/ClashDisplay-Semibold.woff") format("woff"), url("../assets/fonts/ClashDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashDisplay-Bold";
  src: url("../assets/fonts/ClashDisplay-Bold.woff2") format("woff2"), url("../assets/fonts/ClashDisplay-Bold.woff") format("woff"), url("../assets/fonts/ClashDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: "ClashDisplay-Variable";
  src: url("../assets/fonts/ClashDisplay-Variable.woff2") format("woff2"), url("../assets/fonts/ClashDisplay-Variable.woff") format("woff"), url("../assets/fonts/ClashDisplay-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-pure-white: #ffffff;
  --color-white: #f2f2f2;
  --color-dark-white: #e5e1db;
  --color-sand: #d0c9be;
  --color-grey: #43403c;
  --color-black: #252422;
  --color-primary: #e63946;
  --color-bg-primary: #ffffff;
  --color-bg-secondary: #252422;
}

/* ==========================================================================
   easing / settings
   ========================================================================== */
/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: "ClashDisplay-Semibold", sans-serif;
  --font-secondary: "Urbanist", sans-serif;
  --font-size-content: clamp(1.25rem, 0.73vw + 1.03rem, 1.69rem);
  --font-size-h1: clamp(4.69rem, 15.63vw + 0rem, 14.06rem);
  --font-size-h2: clamp(3.13rem, 7.81vw + 0.78rem, 7.81rem);
  --font-size-h3: clamp(2rem, 3.96vw + 0.81rem, 4.38rem);
  --font-size-h4: clamp(1.5rem, 1.67vw + 1rem, 2.5rem);
  --font-size-btn: clamp(1.56rem, 2.6vw + 0.78rem, 3.13rem);
  --font-size-logo: clamp(1.88rem, 2.08vw + 1.25rem, 3.13rem);
  --font-size-header: clamp(2.19rem, 0vw + 2.19rem, 2.19rem);
}

em {
  color: var(--color-primary);
  font-style: normal;
}

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

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

.border {
  border: 3px solid var(--color-black);
  background-color: var(--color-bg-primary);
  border-radius: 25px;
}
.border_text {
  border: 3px solid var(--color-black);
  background-color: var(--color-bg-primary);
  border-radius: 25px;
  padding: 0 var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .border_text {
    padding: 0 var(--spacing-sm);
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .border {
    border-radius: 10px;
  }
}

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection {
  background-color: var(--color-primary); /* highlight background */
  color: var(--color-white); /* text color while selected */
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  background-color: var(--color-primary); /* highlight background */
  color: var(--color-white); /* text color while selected */
}

h1 {
  font-size: var(--font-size-h1);
  line-height: 1;
  font-family: var(--font-primary);
}

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

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

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

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

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

em::-moz-selection {
  background-color: var(--color-primary); /* highlight background */
  color: var(--color-white); /* text color while selected */
}

em::selection {
  background-color: var(--color-primary); /* highlight background */
  color: var(--color-white); /* text color while selected */
}

p::-moz-selection {
  background-color: var(--color-primary); /* highlight background */
  color: var(--color-white); /* text color while selected */
}

p::selection {
  background-color: var(--color-primary); /* highlight background */
  color: var(--color-white); /* text color while selected */
}

strong::-moz-selection {
  background-color: var(--color-primary); /* highlight background */
  color: var(--color-white); /* text color while selected */
}

strong::selection {
  background-color: var(--color-primary); /* highlight background */
  color: var(--color-white); /* text color while selected */
}

span::-moz-selection {
  background: red;
}

span::selection {
  background: red;
}

.split-chars {
  display: inline-block;
  will-change: transform, opacity;
}

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}

.btn_round {
  border: 3px solid var(--color-black);
  background-color: var(--color-bg-primary);
  border-radius: 75px;
  padding: 25px 50px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  /* Media query */
}
@media screen and (max-width: 1024px) {
  .btn_round {
    padding: 15px 30px;
  }
}
.btn_round::after {
  content: "";
  background-color: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  z-index: -1;
  transform: translate(0, 0);
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_round:hover {
  background-color: var(--color-dark-white);
}
.btn_round:hover::after {
  transform: translate(10px, 10px);
}

.btn_round_small {
  border: 3px solid var(--color-black);
  background-color: var(--color-bg-primary);
  border-radius: 75px;
  padding: 20px 35px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.btn_round_small::after {
  content: "";
  background-color: var(--color-black);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  z-index: -1;
  transform: translate(0, 0);
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_round_small:hover {
  background-color: var(--color-dark-white);
}
.btn_round_small:hover::after {
  transform: translate(10px, 10px);
}
.btn_round_small {
  /* Media query */
}
@media screen and (max-width: 1024px) {
  .btn_round_small {
    padding: 15px 30px;
  }
}

.btn_fleche {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  --icon_size: 40px;
  --gap_size: var(--spacing-md);
  --mask_width: calc(var(--icon_size) + (var(--gap_size) / 1.5));
  position: relative;
}
.btn_fleche::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  background-color: var(--color-white);
  height: 6px;
  width: var(--mask_width);
  transition: left 0.2s cubic-bezier(1, 0, 0, 1);
  left: calc(100% - (var(--mask_width)));
}
.btn_fleche:hover::after {
  left: 0;
}
.btn_fleche:hover .btn_fleche__container .icon {
  transform: rotate(45deg);
}
.btn_fleche::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--color-black);
  height: 3px;
  width: 100%;
}

.btn_fleche__container {
  display: flex;
  align-items: center;
  gap: var(--gap_size);
}
.btn_fleche__container .icon {
  font-size: var(--icon_size);
  display: block;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
  .btn_fleche__container .icon {
    font-size: 25px;
  }
}
.btn_fleche__container h4 {
  font-family: var(--font-primary);
}

.btn_fleche_credits {
  --icon_size: 30px;
  --gap_size: var(--spacing-md);
  --mask_width: calc(var(--icon_size) + (var(--gap_size) / 1.5));
  position: relative;
}
.btn_fleche_credits::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  background-color: var(--color-white);
  height: 6px;
  width: var(--mask_width);
  transition: left 0.2s cubic-bezier(1, 0, 0, 1);
  left: calc(100% - (var(--mask_width)));
}
.btn_fleche_credits:hover::after {
  left: 0;
}
.btn_fleche_credits::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  background-color: var(--color-black);
  height: 3px;
  width: 100%;
}

.btn_fleche_credits__container {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: var(--gap_size);
}
.btn_fleche_credits__container .icon {
  font-size: var(--icon_size);
  display: block;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (max-width: 1024px) {
  .btn_fleche_credits__container .icon {
    font-size: 25px;
  }
}
.btn_fleche_credits__container p {
  font-family: var(--font-primary);
}
.btn_fleche_credits__container:hover .icon {
  transform: rotate(45deg);
}

/* ==========================================================================
   SECTIONS / ELEMENTS
   ========================================================================== */
.section {
  pointer-events: all;
  padding: var(--spacing-xl) 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: var(--spacing-lg) 0;
  }
}

.section_notop {
  pointer-events: all;
  padding: 0 0 var(--spacing-xl) 0;
}
@media screen and (max-width: 768px) {
  .section_notop {
    padding: 0 0 var(--spacing-lg) 0;
  }
}

.section_nobottom {
  pointer-events: all;
  padding: var(--spacing-xl) 0 0 0;
}
@media screen and (max-width: 768px) {
  .section_nobottom {
    padding: var(--spacing-lg) 0 0 0;
  }
}

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

/* ==========================================================================
   SMOOTHER / ELEMENT
   ========================================================================== */
#smooth-wrapper {
  overflow: hidden;
  max-width: 100vw;
  position: relative;
  z-index: 5;
  pointer-events: none;
}

#smooth-content {
  overflow: visible;
  max-width: 100vw;
  pointer-events: none;
}

.competences_accueil h2 {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 768px) {
  .competences_accueil h2 {
    max-width: 100vw;
    margin-bottom: var(--spacing-md);
  }
}

.competences_accueil__text {
  display: flex;
  gap: var(--spacing-md);
  padding-top: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .competences_accueil__text {
    max-width: 100vw;
    flex-direction: column;
  }
}

.competences__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .competences__row {
    flex-direction: column;
  }
}
.competences__row a {
  margin: var(--spacing-lg) 0;
}
@media screen and (max-width: 768px) {
  .competences__row a {
    margin: var(--spacing-sm) 0;
  }
}

/* ==========================================================================
   CREDITS / COMPONENTS
   ========================================================================== */
.credits {
  margin-top: var(--spacing-md);
}
.credits .wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .credits .wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 20px;
  }
}
.credits .credits__container {
  grid-column: 2/span 10;
}
@media screen and (max-width: 768px) {
  .credits .credits__container {
    grid-column: 1/span 6;
  }
}
.credits .credit__nav {
  height: 100%;
}
.credits .credit__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  justify-content: center;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .credits .credit__nav ul {
    padding: 0;
  }
}
.credits .credit__nav ul li {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .credits .credit__nav ul li {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xs);
  }
}
.credits .credit__nav ul li p {
  margin: 0;
}

.credits_large {
  margin-top: var(--spacing-lg);
}
.credits_large .credits__container {
  grid-column: 1/span 10 !important;
}
@media screen and (max-width: 768px) {
  .credits_large .credits__container {
    grid-column: 1/span 6 !important;
  }
}

/* ==========================================================================
   CURSEUR / COMPONENTS
   ========================================================================== */
* {
  cursor: none !important;
}

#customCursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10000;
  transition: opacity 0.2s;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  #customCursor {
    display: none;
  }
}

/* ==========================================================================
   ÉTAPES / COMPONENTS 
   ========================================================================== */
.etape_projet {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 2fr;
  grid-column-gap: var(--spacing-lg);
  grid-row-gap: var(--spacing-lg);
  margin-bottom: var(--spacing-xl);
}
@media screen and (max-width: 768px) {
  .etape_projet {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
  }
}
.etape_projet h2 {
  grid-row: 1;
  grid-column: 1/span 13;
}
@media screen and (max-width: 768px) {
  .etape_projet h2 {
    grid-column: 1/span 6;
  }
}
.etape_projet h3 {
  padding: var(--spacing-md) 0;
}
.etape_projet .etape_projet__nav {
  padding-top: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .etape_projet .etape_projet__nav {
    padding-top: 0;
    padding-bottom: var(--spacing-sm);
  }
}

.etape_projet_container {
  grid-column: 1/span 6;
  grid-row: 2;
}

.etape_projet__media {
  grid-column: 7/span 7;
  grid-row: 2;
  overflow: hidden;
  height: 75vh;
}
@media screen and (max-width: 768px) {
  .etape_projet__media {
    grid-column: 1/span 6;
    grid-row: 3;
    height: unset;
    overflow: visible;
  }
}
.etape_projet__media .etape__media_image {
  aspect-ratio: 16/9;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: var(--spacing-md);
  gap: var(--spacing-lg);
}
.etape_projet__media .etape__media_image:hover .icon_ecran {
  transform: scale(1.2);
}
.etape_projet__media .etape__media_image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.etape_projet__media .etape__media_image .icon_ecran {
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: center;
  position: absolute;
  aspect-ratio: 1/1;
  width: 8%;
  bottom: 20px;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .etape_projet__media .etape__media_image .icon_ecran {
    bottom: 10px;
    right: 10px;
  }
}

.etape_projet__nav {
  height: 100%;
}
.etape_projet__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  justify-content: center;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .etape_projet__nav ul {
    gap: var(--spacing-sm);
  }
}
.etape_projet__nav ul li {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .etape_projet__nav ul li {
    gap: var(--spacing-sm);
  }
}
.etape_projet__nav ul li svg {
  color: var(--color-primary);
}

/*
   MODALE
   ========================================================================== */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.image-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 36, 34, 0.95);
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-visible .image-modal__overlay {
  opacity: 1;
}
.image-modal__container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  z-index: 10;
  transform: scale(0.9);
  opacity: 0;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.is-visible .image-modal__container {
  transform: scale(1);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .image-modal__container {
    width: 95%;
    max-height: 85vh;
  }
}
.image-modal__close {
  position: fixed;
  top: var(--spacing-md);
  right: var(--spacing-md);
  background: transparent;
  border: none;
  color: white;
  width: 75px;
  height: 75px;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-visible .image-modal__close {
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-visible .image-modal__close:hover {
  transform: scale(1) rotate(90deg);
  color: #e63946;
}
@media screen and (max-width: 768px) {
  .image-modal__close {
    width: 50px;
    height: 50px;
  }
}
.image-modal__close svg {
  width: 100%;
  height: 100%;
}
.image-modal__content {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  .image-modal__content {
    border-radius: 4px;
  }
}
.image-modal__image-wrapper {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: var(--color-white);
  min-height: 0;
}
@media screen and (max-width: 768px) {
  .image-modal__image-wrapper {
    max-height: 60vh;
  }
}
.image-modal__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 70vh;
}
@media screen and (max-width: 768px) {
  .image-modal__image {
    max-height: 55vh;
  }
}
.image-modal__description {
  padding-top: var(--spacing-md);
}
.image-modal__description p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .image-modal__description {
    padding-top: var(--spacing-sm);
  }
}

/* 

.pre_footer {
    padding-bottom: var(--spacing-md);
    .wrapper {
        display: flex;
        justify-content: space-between;

        .points {
            width: 950px;
            margin-top: 20px;

            background-image: radial-gradient(
                circle,
                var(--color-black) 8px,
                rgba(0, 0, 0, 0) 9px
            );
            background-size: 40px 40px; /* spacing */
/* Optional: repeat in both directions 
            background-repeat: repeat;
        }
    }
}
*/
.fond_footer {
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
}

.footer_pied {
  --footer_height: 450px;
  pointer-events: all;
  height: var(--footer_height);
  margin-top: var(--spacing-xl);
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background-color: var(--color-bg-secondary);
  max-width: 100vw;
}
@media screen and (max-width: 768px) {
  .footer_pied {
    --footer_height: 600px;
    margin-top: var(--spacing-sm);
  }
}
.footer_pied .text_footer {
  max-width: 1100px;
}
.footer_pied .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_pied .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer_pied .wrapper .btn_fleche::after {
  background-color: var(--color-black);
}
.footer_pied .wrapper .btn_fleche::before {
  background-color: var(--color-dark-white);
}
.footer_pied .wrapper {
  color: var(--color-dark-white);
}
.footer_pied .text_footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_pied .text_footer {
    gap: var(--spacing-lg);
  }
}
@media screen and (max-width: 768px) {
  .footer_pied .nav_footer {
    margin-top: var(--spacing-lg);
  }
}
.footer_pied .nav_footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--spacing-lg);
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer_pied .nav_footer ul {
    align-items: flex-start;
  }
}

/*
   footer_spacer
   ========================================================================== */
.footer_spacer {
  background-color: transparent !important;
  pointer-events: none;
}
.footer_spacer .wrapper {
  height: 450px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer_spacer .wrapper {
    height: 600px;
  }
}

/* ==========================================================================
   FORMULAIRE / COMPONENTS
   ========================================================================== */
.formulaire {
  max-width: 100vw;
}
.formulaire h2 {
  padding-bottom: var(--spacing-lg);
  display: inline-block;
  width: auto;
}

.form fieldset {
  border: none;
  padding: 0;
}

.input {
  display: grid;
  grid-column-gap: var(--spacing-lg);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  padding-bottom: var(--spacing-lg);
  opacity: 0.25;
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
.input.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) {
  .input {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 20px;
  }
}
.input .input__label {
  grid-column: 2/span 5;
  grid-row: 1;
  padding: var(--spacing-sm) 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .input .input__label {
    grid-column: 1/span 6;
  }
}
.input .input__label span {
  position: absolute;
  top: -25px;
  left: 0;
}
.input .input__element {
  grid-column: 7/span 5;
  grid-row: 1;
  padding: var(--spacing-sm) var(--spacing-md);
  outline: none;
  cursor: pointer;
  transition: all cubic-bezier(1, 0, 0, 1) 0.2s;
}
@media screen and (max-width: 768px) {
  .input .input__element {
    grid-column: 1/span 7;
    grid-row: 2;
  }
}
.input .input__element:hover {
  padding-left: var(--spacing-lg);
}
.input .input__element:-webkit-autofill, .input .input__element:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 30px var(--color-pure-white) !important;
  -webkit-text-fill-color: var(--color-grey) !important;
}
.input .input__element::-moz-placeholder {
  color: var(--color-grey);
}
.input .input__element::placeholder {
  color: var(--color-grey);
}
.input .input__element:focus {
  padding-left: var(--spacing-lg);
}
.input .form__footer {
  margin-top: var(--spacing-md);
  grid-column: 7;
}
@media screen and (max-width: 768px) {
  .input .form__footer {
    grid-column: 1/span 7;
  }
}
.input .form__footer .btn_fleche {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.input .form__footer .btn_fleche.active {
  opacity: 1;
  pointer-events: all;
}
.input .form__footer .btn_fleche.inactive {
  opacity: 0;
  pointer-events: none;
}
.input .form__footer .btn_fleche:hover, .input .form__footer .btn_fleche:focus, .input .form__footer .btn_fleche:active {
  background: none;
  box-shadow: none;
}

.textarea .input__element {
  resize: none;
  height: 350px;
}

/* ==========================================================================
   GALERIE / COMPONENT
   ========================================================================== */
.galerie_projet .wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--spacing-md);
  grid-row-gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .galerie_projet .wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 20px;
  }
}

.galerie_projet_proxima .wrapper :nth-child(1) {
  grid-row: 1;
  grid-column: 2/span 10;
}
@media screen and (max-width: 768px) {
  .galerie_projet_proxima .wrapper :nth-child(1) {
    grid-row: 1;
    grid-column: 1/span 6;
  }
}
.galerie_projet_proxima .wrapper :nth-child(2) {
  grid-row: 2;
  grid-column: 2/span 5;
}
@media screen and (max-width: 768px) {
  .galerie_projet_proxima .wrapper :nth-child(2) {
    grid-row: 2;
    grid-column: 1/span 6;
  }
}
.galerie_projet_proxima .wrapper :nth-child(3) {
  grid-row: 2;
  grid-column: 7/span 5;
}
@media screen and (max-width: 768px) {
  .galerie_projet_proxima .wrapper :nth-child(3) {
    grid-row: 3;
    grid-column: 1/span 6;
  }
}

.header {
  z-index: 500;
  position: sticky;
  top: 0;
  width: 100%;
  transition: transform 0.2s ease-out;
  pointer-events: none;
  overflow-x: hidden;
}
.header .wrapper {
  max-width: 1750px;
  display: flex;
  justify-content: space-between;
  padding: var(--spacing-md) 0;
  align-items: center;
}
.header .logo_header {
  width: 80px;
  height: 80px;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: all;
}
.header .logo_header .logo_image {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.header .logo_header .logo__p {
  font-family: var(--font-primary);
  font-size: var(--font-size-logo);
  width: 100%;
  margin: 0;
}
.header .logo_header {
  /*
  &::after {
      content: '';
      background-color: var(--color-black);

      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;

      border-radius: inherit;
      z-index: -1;

      transform: translate(0, 0);

      transition: transform 0.2s $ease-out-expo;
      }
      }*/
}
.header .logo_header:hover {
  transform: rotate(60deg);
}
.header .menu_header h4 {
  font-size: var(--font-size-header);
}
.header .menu_header ul {
  display: flex;
  list-style: none;
  gap: var(--spacing-lg);
  margin: 0;
  padding: 0;
}
.header .menu_header ul li {
  display: flex;
  pointer-events: all;
}
@media screen and (max-width: 1024px) {
  .header .menu_header nav ul {
    flex-direction: column;
    align-items: center;
  }
  .header .menu_header .btn_round_small {
    padding: 20px 35px;
  }
  .header .menu_header {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    transform: translateX(100%);
    transform-origin: right;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: var(--color-white);
  }
  .nav-is-active .header .menu_header {
    transform: translateX(0);
  }
}
.header-is-hidden.is-scrolling-down .header:not(.nav-is-active) {
  transform: translateY(-100%);
}

/*
   BTN burger
   ========================================================================== */
.btn_x_mobile {
  display: none;
}

.header__toggle {
  display: none;
}
.nav-is-active .header__toggle .btn_menu_mobile {
  display: none;
}
.nav-is-active .header__toggle .btn_x_mobile {
  display: flex;
}
.header__toggle {
  /* Media query */
}
@media screen and (max-width: 1024px) {
  .header__toggle {
    display: block;
    pointer-events: all;
  }
}

.nav-is-active body {
  overflow: hidden;
}

.hero_accueil {
  padding-top: calc(var(--spacing-xl) + 50px);
  max-width: 100vw;
}
.hero_accueil .wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 3fr;
  grid-column-gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .hero_accueil .wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 20px;
  }
}
.hero_accueil .wrapper .hero_accueil__prenom {
  grid-column: 2/span 11;
  display: flex;
  justify-content: space-between;
  grid-row: 1;
  pointer-events: none;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .hero_accueil .wrapper .hero_accueil__prenom {
    grid-column: 1/span 6;
  }
}
.hero_accueil .wrapper .hero_accueil__prenom .points {
  width: 400px;
  margin-top: 35px;
  background-image: radial-gradient(circle, var(--color-black) 8px, rgba(0, 0, 0, 0) 9px);
  background-size: 40px 40px; /* spacing */
  /* Optional: repeat in both directions */
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .hero_accueil .wrapper .hero_accueil__prenom .points {
    display: none;
  }
}
.hero_accueil .wrapper .hero_accueil__nom {
  grid-column: 5;
  z-index: 5;
  grid-row: 2;
  width: 100vw;
  pointer-events: none;
  /*Media query*/
}
@media screen and (max-width: 768px) {
  .hero_accueil .wrapper .hero_accueil__nom {
    grid-column: 2/span 5;
    margin-top: 60px;
    grid-row: 1;
    width: 100%;
  }
}
.hero_accueil .wrapper .hero_accueil__media_container {
  grid-column: 1/span 5;
  grid-row: 1/span 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hero_accueil .wrapper .hero_accueil__media_container {
    grid-column: 1/span 6;
    margin-top: -25px;
    min-height: 600px;
  }
}
.hero_accueil .wrapper .hero_accueil__media_container .hero_accueil__media {
  --margin: 125px;
  display: block;
  z-index: 1;
  height: calc(100% - var(--margin));
  border-radius: 25px;
  pointer-events: auto;
  margin-top: var(--margin);
  overflow: hidden;
  position: relative;
}
.hero_accueil .wrapper .hero_accueil__media_container .hero_accueil__media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleX(-1);
}
.hero_accueil .wrapper .hero_accueil__media_container .icon_hero_accueil {
  position: absolute;
  bottom: -50px;
  right: -50px;
  font-size: 500px;
}
@media screen and (max-width: 768px) {
  .hero_accueil .wrapper .hero_accueil__media_container .icon_hero_accueil {
    font-size: 200px;
  }
}

.hero_accueil__content {
  display: flex;
  flex-direction: column;
}
.hero_accueil__content h3 {
  align-self: flex-end;
  padding-bottom: var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .hero_accueil__content h3 {
    padding-bottom: var(--spacing-md);
  }
}
.hero_accueil__content {
  grid-column: span 6;
  grid-column-end: 13;
  margin-top: 425px;
  z-index: -5;
  /*Media query*/
}
@media screen and (max-width: 768px) {
  .hero_accueil__content {
    grid-column: 1;
    grid-column-end: 7;
    margin-top: var(--spacing-lg);
  }
}

.contact {
  margin-top: var(--spacing-lg);
  max-width: 100vw;
}

.hero_contact h2 {
  font-family: var(--font-primary);
  font-size: var(--font-size-h1);
}
@media screen and (max-width: 768px) {
  .hero_contact h2 {
    margin-top: var(--spacing-md);
  }
}
.hero_contact {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.hero_contact .points {
  width: 430px;
  margin-top: 15px;
  margin-bottom: 10px;
  background-image: radial-gradient(circle, var(--color-black) 8px, rgba(0, 0, 0, 0) 9px);
  background-size: 40px 40px; /* spacing */
  /* Optional: repeat in both directions */
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .hero_contact .points {
    display: none;
  }
}

.reseaux_contact__contact {
  display: flex;
  justify-content: space-between;
  padding: var(--spacing-lg) 0;
}
@media screen and (max-width: 768px) {
  .reseaux_contact__contact {
    flex-direction: column;
  }
  .reseaux_contact__contact a {
    margin-bottom: var(--spacing-md);
  }
}

.reseaux_contact__reseaux {
  display: flex;
  justify-content: space-between;
  padding: var(--spacing-lg) 0;
}
@media screen and (max-width: 768px) {
  .reseaux_contact__reseaux {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
  }
  .reseaux_contact__reseaux a {
    margin-bottom: var(--spacing-md);
  }
}

.btn_reseau {
  display: flex;
}

/* ==========================================================================
   HERO_PROJET / COMPONENTS
   ========================================================================== */
.hero_projet {
  padding-top: calc(var(--spacing-xl) + 50px);
}
.hero_projet .wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .hero_projet .wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 20px;
  }
}

.hero_projet__media {
  grid-column: 8/span 5;
  grid-row: 1;
  height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero_projet__media {
    grid-column: 1/span 6;
    height: 250px;
  }
}
.hero_projet__media .hero_thumbnail {
  height: 100%;
}
.hero_projet__media .hero_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
}
.hero_projet__media .hero_thumbnail .hero_desktop {
  display: block;
}
.hero_projet__media .hero_thumbnail .hero_mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero_projet__media .hero_thumbnail .hero_desktop {
    display: none;
  }
  .hero_projet__media .hero_thumbnail .hero_mobile {
    display: block;
  }
}

.hero_projet__content_container {
  display: grid;
  grid-column: 1/span 7;
  grid-column-gap: var(--spacing-lg);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero_projet__content_container {
    grid-column: 1/span 6;
    display: flex;
    flex-direction: column;
    margin-top: var(--spacing-md);
  }
}

.hero_projet__content {
  grid-row: 1;
  grid-column: 1/span 7;
}
.hero_projet__content h4 {
  padding: var(--spacing-lg) 0;
}
@media screen and (max-width: 768px) {
  .hero_projet__content h4 {
    grid-column: 1/span 6;
    padding: var(--spacing-sm) 0;
  }
}
.hero_projet__content .icons_projet_container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: var(--spacing-lg) 0;
}
@media screen and (max-width: 768px) {
  .hero_projet__content .icons_projet_container {
    padding: var(--spacing-sm) 0;
  }
}
.hero_projet__content .icons_projet_container .icons_projet {
  display: flex;
  gap: var(--spacing-md);
}
.hero_projet__content .icons_projet_container .icons_projet .icon {
  position: relative;
  padding: 10px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .hero_projet__content .icons_projet_container .icons_projet .icon {
    width: 75px;
    height: 75px;
  }
}
.hero_projet__content .icons_projet_container .points {
  width: 370px;
  margin-left: var(--spacing-xl);
  margin-right: 30px;
  margin-top: -10px;
  background-image: radial-gradient(circle, var(--color-black) 8px, rgba(0, 0, 0, 0) 9px);
  background-size: 40px 40px; /* spacing */
  /* Optional: repeat in both directions */
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .hero_projet__content .icons_projet_container .points {
    display: none;
  }
}

.hero_projet__description {
  grid-column: 1/span 6;
}
.hero_projet__description h3 {
  padding: var(--spacing-md) 0;
}
@media screen and (max-width: 768px) {
  .hero_projet__description h3 {
    padding-bottom: var(--spacing-sm);
  }
}

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

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

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

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

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

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

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

.moi_accueil {
  margin-top: var(--spacing-xl);
}
@media screen and (max-width: 768px) {
  .moi_accueil {
    margin-top: var(--spacing-md);
  }
}
.moi_accueil {
  max-width: 100vw;
}
.moi_accueil .wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .moi_accueil .wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-template-rows: repeat(3, 250px);
    grid-row-gap: 75px;
  }
}

.moi__jesuis {
  grid-column: 2/span 4;
  grid-row: 1;
  position: relative;
  z-index: -1;
  max-height: 85%;
}
@media screen and (max-width: 768px) {
  .moi__jesuis {
    grid-column: 1/span 6;
    max-height: 100%;
  }
}
.moi__jesuis h2 {
  position: absolute;
  top: -75px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .moi__jesuis h2 {
    top: -50px;
    left: 0;
  }
}
html:not(.has-js) .moi__jesuis {
  margin-top: -100px;
}
@media screen and (max-width: 768px) {
  html:not(.has-js) .moi__jesuis {
    margin-top: 0;
  }
}

.moi__photo {
  grid-column: 5/span 4;
  grid-row: 1;
  overflow: hidden;
  height: 100%;
  max-height: 85%;
}
@media screen and (max-width: 768px) {
  .moi__photo {
    grid-column: 1/span 6;
    grid-row: 2;
    max-height: 100%;
  }
}
.moi__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: translateY(-5%) scale(1.01);
}

.moi__jaime {
  grid-column: 8/span 4;
  grid-row: 1;
  position: relative;
  max-height: 85%;
}
@media screen and (max-width: 768px) {
  .moi__jaime {
    grid-column: 1/span 6;
    grid-row: 3;
    max-height: 100%;
  }
}
.moi__jaime h2 {
  position: absolute;
  top: -75px;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .moi__jaime h2 {
    top: -50px;
    left: 0;
  }
}
.moi__jaime .btn_fleche_container {
  pointer-events: none;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.moi__jaime .btn_fleche {
  pointer-events: all;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .moi__jaime .btn_fleche {
    margin-top: 15px;
  }
}
html:not(.has-js) .moi__jaime {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  html:not(.has-js) .moi__jaime {
    margin-top: 0;
  }
}

.moi_accueil__nav {
  height: 100%;
}
.moi_accueil__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
  justify-content: center;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .moi_accueil__nav ul {
    height: 100%;
    gap: var(--spacing-md);
  }
}
.moi_accueil__nav ul li {
  display: flex;
  align-items: center;
  gap: var(--spacing-md);
}
.moi_accueil__nav ul li svg {
  color: var(--color-primary);
}

/* ==========================================================================
   GRILLE DE PROJETS / COMPONENTS
   ========================================================================== */
.grille_projets_accueil {
  max-width: 100vw;
}
.grille_projets_accueil h2 {
  margin-bottom: var(--spacing-md);
  display: inline-block;
  width: auto;
}

/*
.grille_projets_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, minmax(0, 1fr));
    //column-gap: var(--spacing-lg);
    row-gap: var(--spacing-xxl);

    :nth-child(odd) {
        grid-column: 1;
    }
    :nth-child(even) {
        grid-column: 2;
    }
}
*/
.projets_container {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
@media screen and (max-width: 768px) {
  .projets_container {
    gap: var(--spacing-xl);
  }
}

/*
.projets_container_right {
    margin-top: 150px;
}*/
.grille_projets_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .grille_projets_container {
    grid-template-columns: 1fr;
  }
}

.projet_container {
  padding: 0 var(--spacing-lg);
}
@media screen and (max-width: 768px) {
  .projet_container {
    padding: 0;
  }
}
.projet_container .projet {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .projet_container .projet {
    border-radius: 10px;
    overflow: visible;
  }
}
.projet_container .projet::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--color-black);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .projet_container .projet::after {
    border-radius: 10px;
  }
}
.projet_container .projet:hover .projet__content {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .projet_container .projet:hover .projet__content {
    transform: translateY(50%);
  }
}
.projet_container .projet__media {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.projet_container .projet__media img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.projet_container .projet__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(100%);
}
@media screen and (max-width: 768px) {
  .projet_container .projet__content {
    transform: translateY(50%);
    z-index: 5;
  }
}
.projet_container .projet__content .titre_container {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projet_container .projet__content .titre_container .icon {
  font-size: 30px;
  display: none;
  position: unset !important;
}
@media screen and (max-width: 768px) {
  .projet_container .projet__content .titre_container .icon {
    display: block;
  }
}
.projet_container .projet__content_text {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .projets_container_right {
    margin-top: var(--spacing-xl);
  }
}

/*
   PATTERNS
   ========================================================================== */
.pattern_points {
  position: relative;
}
.pattern_points .points {
  position: absolute;
  right: 0;
  bottom: -75px;
  z-index: -2;
  height: 280px;
  width: 400px;
  background-image: radial-gradient(circle, var(--color-black) 8px, rgba(0, 0, 0, 0) 9px);
  background-size: 40px 40px;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .pattern_points .points {
    display: none;
  }
}

.pattern_cercle {
  position: relative;
}
.pattern_cercle svg {
  position: absolute;
  bottom: -100px;
  right: 0;
  font-size: 400px;
  color: var(--color-black);
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .pattern_cercle svg {
    display: none;
  }
}

.pattern_croix {
  position: relative;
}
.pattern_croix svg {
  overflow: hidden;
  position: absolute;
  bottom: -100px;
  right: 0;
  font-size: 300px;
  color: var(--color-black);
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .pattern_croix svg {
    display: none;
  }
}

/* ==========================================================================
   STYLES / COMPONENTS
   ========================================================================== */
.styles_projet .wrapper .styles__couleurs {
  display: flex;
  justify-content: center;
  gap: var(--spacing-xl);
}
@media screen and (max-width: 768px) {
  .styles_projet .wrapper .styles__couleurs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.styles_projet .wrapper .styles__couleurs .styles__couleur {
  aspect-ratio: 1/1;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .styles_projet .wrapper .styles__couleurs .styles__couleur {
    width: 100%;
  }
}
.styles_projet .wrapper .styles__couleurs p {
  margin-top: var(--spacing-sm);
}
.styles_projet .wrapper .styles__polices {
  display: flex;
  justify-content: center;
  margin-bottom: var(--spacing-lg);
}
.styles_projet .wrapper .styles_projet__text {
  margin-top: var(--spacing-lg);
  display: flex;
  gap: var(--spacing-md);
  margin-top: var(--spacing-sm);
}
@media screen and (max-width: 768px) {
  .styles_projet .wrapper .styles_projet__text {
    flex-direction: column;
  }
}

/* ==========================================================================
   VIDEO / COMPONENTS
   ========================================================================== */
.youtube .wrapper {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--spacing-md);
}
@media screen and (max-width: 768px) {
  .youtube .wrapper {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-column-gap: 20px;
  }
}
.youtube .wrapper h2 {
  grid-row: 1;
  grid-column: 1/span 8;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: var(--spacing-lg);
}
.youtube .wrapper .video_container {
  grid-row: 2;
  grid-column: 2/span 10;
}
@media screen and (max-width: 768px) {
  .youtube .wrapper .video_container {
    grid-column: 1/span 8;
  }
}
.youtube .wrapper .video_container .video {
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .youtube .wrapper .video_container .video {
    max-width: 100%;
  }
}
.youtube .wrapper .video_container .video .icon_play {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, transform;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  -o-object-fit: none;
     object-fit: none;
  font-size: 125px;
  color: var(--color-white);
}
.is-video-ready .youtube .wrapper .video_container .video .icon_play {
  opacity: 100%;
}
.youtube .wrapper .video_container .video iframe {
  aspect-ratio: 16/9;
  transform: scale(100.5%);
}
@media screen and (max-width: 768px) {
  .youtube .wrapper .video_container .video iframe {
    transform: scale(102%);
  }
}
.youtube .wrapper .video_container .video__media {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.youtube .wrapper .video_container .video__media:hover .icon_play {
  transform: translate(-50%, -50%) scale(1.3);
}

/* ==========================================================================
   TIPPY / COMPONENT
   ========================================================================== */
.tippy-box[data-theme~=custom] {
  border: 3px solid var(--color-black);
  background-color: var(--color-bg-primary);
  border-radius: 75px;
  padding: 15px 30px;
  font-size: var(--font-size-p);
  font-family: var(--font-secondary);
  line-height: 1;
  font-weight: 600;
  width: auto !important; /* Let it resize automatically */
  max-width: none !important; /* Remove the default 200px max */
  white-space: nowrap;
  color: var(--color-black);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: none !important;
  box-shadow: none;
}

.icon_tippy {
  font-size: 35px;
}
.icon_tippy svg {
  display: block;
}

.tippycontent {
  display: flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.tippyelement {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}
/*# sourceMappingURL=main.css.map */
