@charset "UTF-8";
/*

Reset styles are based on the great work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/ 
and Nicolas Gallagher & Jonathan Neal http://necolas.github.io/normalize.css/

http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)

normalize.css v3.0.1 | MIT License | git.io/normalize

*/
/* Media queries */
/* Theme colors */
/* Theme colors */
/* WP colors */
/* WP colors */
/*
@mixin icon-regular {
  @include icon;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: transparent;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/
.updated:not(.published) {
  display: none;
}

/*
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/* ------------------------------------------
 01 BASE STYLES
------------------------------------------ */
/* Fonts */
/* Structure */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  position: relative;
  color: #000;
  overflow-x: hidden;
  background-color: #FCFCFC;
}
body.home::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.no-scroll {
  overflow: hidden;
}

.site {
  position: relative;
}

section, .section {
  position: relative;
}
@media screen and (max-width: 1200px) {
  section, .section {
    padding: 3rem 1rem;
  }
}

.grecaptcha-badge {
  display: none;
}

/* Typography */
dd,
dt,
li,
p,
td,
th,
label,
input,
select,
textarea {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.4em;
}
@media screen and (min-width: 64em) {
  dd,
  dt,
  li,
  p,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  dd,
  dt,
  li,
  p,
  td,
  th,
  label,
  input,
  select,
  textarea {
    font-size: 1.125rem;
  }
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-style: normal;
}

h1, h1 p {
  font-size: 2.25rem;
  line-height: 1em;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  h1, h1 p {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 64em) {
  h1, h1 p {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 90em) {
  h1, h1 p {
    font-size: 6.5rem;
    margin-bottom: 3rem;
  }
}

h2, .h2, h2 p {
  font-size: 3.75rem;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 1rem;
}
@media screen and (min-width: 48em) {
  h2, .h2, h2 p {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 64em) {
  h2, .h2, h2 p {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 90em) {
  h2, .h2, h2 p {
    font-size: 6.5rem;
    margin-bottom: 3rem;
  }
}

h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  h3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 90em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.25em;
}

h5,
h6 {
  font-size: 1.125em;
}

a {
  color: black;
  position: relative;
  transition: 0.3s;
  text-decoration: underline;
}
a:hover, a:active {
  color: black;
}
a:focus {
  color: black;
}

/* Lists */
ul li {
  padding-left: 1.5rem;
  position: relative;
}

/* Accessibility */
.screen-reader-text,
.label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/* Forms */
label {
  display: block;
}
textarea {
  height: auto;
}

/* Social icons */
/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 02 HEADER
------------------------------------------ */
header {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100vw;
  z-index: 100;
  height: 90px;
  padding-inline: 2rem;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  header {
    height: 60px;
    padding-bottom: 10px;
    top: 0;
    padding-inline: 1.5rem;
  }
}
header.scroll {
  top: 0;
}
@media screen and (max-width: 1200px) {
  header.scroll {
    top: -100px;
    background-color: #FCFCFC;
  }
}
@media screen and (max-width: 1200px) {
  header.scrolling-up {
    top: 0;
    background-color: #FCFCFC;
  }
}
header.open.scrolling-up {
  background-color: #1D1D1B;
}
header .header-container {
  display: flex;
  height: 100%;
  align-items: end;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  header .header-container {
    gap: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  header .header-container .header-logo {
    position: relative;
    z-index: 2;
  }
}
header .header-container .header-logo a {
  display: block;
  text-decoration: none;
}
header .header-container .header-logo a h1 {
  font-size: 1.125rem;
  line-height: 1.2em;
  transition: 0.5s;
  transform: rotate(-90deg) translateX(-40px) translateY(-17px);
}
@media screen and (max-width: 1200px) {
  header .header-container .header-logo a h1 {
    transform: none;
    margin: 0;
  }
}
header .header-container .header-logo.open a h1 {
  color: #FCFCFC;
}
header .header-container .header-menu ul {
  display: flex;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
header .header-container .header-menu ul li {
  padding: 0;
  margin: 0;
}
header .header-container .header-menu ul li a {
  position: relative;
  text-decoration: none;
}
header .header-container .header-menu ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1D1D1B;
  transition: 0.5s;
}
header .header-container .header-menu ul li a:hover::before {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  header .header-container .header-menu {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 100vw;
    background-color: #1D1D1B;
    padding: 8rem 1.5rem;
    transition: 0.5s;
    z-index: 1;
  }
  header .header-container .header-menu.open {
    left: 0;
  }
  header .header-container .header-menu ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  header .header-container .header-menu ul li a {
    color: #FCFCFC;
    font-size: 1.5rem;
  }
  header .header-container .header-menu ul li a::before {
    background-color: #FCFCFC;
  }
}
header .header-container .burger-container {
  display: none;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  header .header-container .burger-container {
    display: flex;
  }
}
header .header-container .burger-container .burger-text {
  transition: 0.5s;
  margin: 0;
  font-size: 1rem;
}
header .header-container .burger-container .burger {
  position: relative;
  width: 14px;
  height: 10px;
}
header .header-container .burger-container .burger span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1D1D1B;
  transition: 0.5s;
  width: 100%;
  height: 2px;
}
header .header-container .burger-container .burger span.top {
  top: 0;
}
header .header-container .burger-container .burger span.mid {
  top: 5px;
}
header .header-container .burger-container .burger span.bot {
  top: 10px;
}
header .header-container .burger-container.open .burger-text {
  color: #FCFCFC;
}
header .header-container .burger-container.open .burger span {
  background-color: #FCFCFC;
}
header .header-container .burger-container.open .burger span.top {
  top: 5px;
  transform: rotate(45deg);
}
header .header-container .burger-container.open .burger span.mid {
  left: 50px;
  opacity: 0;
}
header .header-container .burger-container.open .burger span.bot {
  top: 5px;
  transform: rotate(-45deg);
}

.admin-bar .site-menu .menu {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-menu .menu {
    top: 58px;
  }
}
.admin-bar.nav-open .menu-toggle {
  top: 44px;
}
@media screen and (max-width: 782px) {
  .admin-bar.nav-open .menu-toggle {
    top: 58px;
  }
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 03 FOOTER
------------------------------------------ */
.credits.lemon {
  margin: 0;
  margin-left: auto;
  height: 19px;
  width: 74px;
}
.credits.lemon a {
  color: white;
  display: block;
  height: inherit;
  width: inherit;
}
.credits.lemon a:hover {
  color: white;
}
.credits.lemon a .svg {
  display: block;
  fill: currentColor;
}
.credits.lemon a span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* ------------------------------------------
 04 CONTENT
------------------------------------------ */
.e-btn {
  width: fit-content;
  position: relative;
  z-index: 1;
}
.e-btn a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  background: #1D1D1B;
  border: 1px solid #1D1D1B;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
  --ripple-color: rgba(255,255,255);
  --x: 50%;
  --y: 50%;
  --d: 0px;
  --scale: 0;
  --o: 0;
}
@media screen and (min-width: 64em) {
  .e-btn a {
    font-size: 1.25rem;
  }
}
.e-btn a .e-btn-text {
  z-index: 1;
  position: relative;
}
.e-btn a .ripple-circle {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: var(--y);
  left: var(--x);
  width: var(--d);
  height: var(--d);
  border-radius: 50%;
  background: var(--ripple-color);
  transform: translate(-50%, -50%) scale(var(--scale));
  opacity: var(--o);
  transition: 600ms;
}
.e-btn a:hover {
  background: #111;
  color: #1D1D1B;
}
.e-btn.e-btn-t a {
  background-color: transparent;
  color: #1D1D1B;
}
.e-btn.e-btn-b a {
  --ripple-color: #1D1D1B;
  background-color: transparent;
  color: #1D1D1B;
}
.e-btn.e-btn-b a:hover {
  color: #E6E6E6;
}

.cgu-intro {
  padding-top: 7rem;
}
@media screen and (min-width: 64em) {
  .cgu-intro {
    padding-top: 12rem;
  }
}
.cgu-intro .cgu-intro-container {
  max-width: 1200px;
  margin: auto;
}
.cgu-intro h1 {
  text-align: center;
}

.cgu-content {
  padding-top: 2rem;
}
.cgu-content .cgu-content-container {
  max-width: 1200px;
  margin: auto;
}

.missing-page {
  min-height: calc(100vh - 200px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.missing-page .missing-page-container {
  height: 100%;
  max-width: 1000px;
  margin: auto;
}
.missing-page .missing-page-container .missing-page-title {
  text-align: center;
}
.missing-page .missing-page-container .missing-page-text {
  text-align: center;
}

.panel-1 {
  padding-bottom: 3rem !important;
}
.panel-1 .content {
  height: calc(100svh - 120px - 3rem);
  max-width: calc(100vw - 6rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.panel-1 .content .media {
  max-width: calc(100vw - 6rem);
  max-height: 100%;
  height: min(100%, (100vw - 6rem) * 9 / 16);
  aspect-ratio: 16/9;
  margin: 0 auto;
  will-change: transform;
}
.panel-1 .content .media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.panel-1 .content .panel-1-text.scroll h2 {
  opacity: 1;
  transform: translateY(0);
}
.panel-1 .content .panel-1-text h2 {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(200px);
}

.home-intro-m {
  min-height: 100vh;
  padding: 0;
}
.home-intro-m .home-intro-container {
  min-height: 100vh;
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.home-intro-m .home-intro-video {
  width: 100%;
  margin-bottom: 1rem;
}
.home-intro-m .home-intro-video video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home-intro-m .home-intro-title {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.home-processus {
  /* La section garde sa propre hauteur auto (pas de clamp ni height:100%) */
}
.home-processus .home-processus-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* important en flex : permet aux enfants de réduire leur hauteur au besoin */
  min-height: 0;
}
.home-processus .home-processus-title {
  margin-bottom: 16px;
  flex: 0 0 auto;
  display: flex;
  align-items: end;
  gap: 1rem;
}
.home-processus .home-processus-title h2 {
  width: fit-content;
  white-space: nowrap;
}
.home-processus .home-processus-title .progress-bar {
  position: relative;
  height: 4px;
  width: 100%;
  display: flex;
  margin-bottom: 4rem;
}
.home-processus .home-processus-title .progress-bar .bar {
  height: 100%;
  width: 20%;
  background-color: #E6E6E6;
  transition: 0.3s;
}
.home-processus .home-processus-title .progress-bar .bar.active {
  background-color: #1D1D1B;
}
.home-processus .home-processus-accordions {
  display: flex;
  width: 100%;
  /* hauteur auto -> suit la hauteur du plus haut panneau (grâce au contenu en flux) */
  height: 100%;
  flex: 1;
  /* évite les scrollbars horizontales pendant l’anim, laisse la verticale au besoin */
  overflow-x: hidden;
  overflow-y: visible;
  border-left: 0;
  box-sizing: border-box;
  /* important en flex parent pour autoriser la réduction */
  min-height: 0;
}
.home-processus .home-processus-accordion {
  /* on ANIME la largeur de CHAQUE item, pas sa hauteur */
  position: relative;
  flex: none;
  width: 82px; /* fermé */
  min-width: 82px;
  /* hauteur auto (par le contenu en flux) */
  height: auto;
  border-left: 1px solid #1D1D1B;
  box-sizing: border-box;
  overflow: hidden; /* clip horizontal propre pendant l’anim */
  /* === CHANGEMENT MAJEUR : GRID au lieu d’absolu === */
  display: grid;
  grid-template-columns: 90px 1fr; /* barre verticale + contenu */
  align-items: stretch;
  /* Viewport : en flux -> gère la hauteur naturellement */
  /* Inner FIXE : garde le texte à largeur ouverte (pas de shrink) */
}
.home-processus .home-processus-accordion .home-processus-accordion-title {
  /* n’est plus en absolute */
  position: relative;
  width: 82px;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: start;
  justify-items: center;
  cursor: pointer;
  user-select: none;
}
.home-processus .home-processus-accordion .home-processus-accordion-title h3 {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  line-height: 1.2;
  text-align: center;
  color: #1D1D1B;
}
.home-processus .home-processus-accordion .home-processus-accordion-title .number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  font-weight: 700;
}
.home-processus .home-processus-accordion .home-processus-accordion-title .number p {
  font-size: 1rem;
}
.home-processus .home-processus-accordion .home-processus-accordion-content {
  /* n’est plus absolute */
  position: relative;
  overflow: hidden; /* on clippe horizontalement si fermé */
  padding: 0;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.home-processus .home-processus-accordion.is-open .home-processus-accordion-content {
  opacity: 1;
  transform: translateX(0);
}
.home-processus .home-processus-accordion .home-processus-accordion-content-inner {
  position: relative;
  box-sizing: border-box;
  padding: 24px;
  width: auto; /* remplacé par JS sur chaque resize/ouverture */
  min-height: 100%;
  /* Si le contenu dépasse en hauteur, la section grandit (auto).
  	 Si tu veux scroller à l’intérieur plutôt que grandir la section,
  	 remplace les 2 lignes suivantes par: height: 100%; overflow: auto; */
  height: auto;
  overflow: visible;
}

.home-processus-m {
  /* La section garde sa propre hauteur auto (pas de clamp ni height:100%) */
}
.home-processus-m .home-processus-title h2 {
  width: fit-content;
}
.home-processus-m .home-processus-accordion {
  position: relative;
  border-top: 1px solid #1D1D1B;
  /* Inner FIXE : garde le texte à largeur ouverte (pas de shrink) */
}
.home-processus-m .home-processus-accordion .home-processus-accordion-title {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  padding: 0.75rem 0;
}
.home-processus-m .home-processus-accordion .home-processus-accordion-title h3 {
  margin: 0;
  line-height: 1.2;
  color: #1D1D1B;
  font-weight: 400;
  font-size: 1.75rem;
}
.home-processus-m .home-processus-accordion .home-processus-accordion-title .number {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  font-weight: 700;
  transition: 0.5s;
}
.home-processus-m .home-processus-accordion .home-processus-accordion-title .number p {
  font-size: 1rem;
}
.home-processus-m .home-processus-accordion .home-processus-accordion-content {
  position: relative;
  overflow: hidden; /* on clippe horizontalement si fermé */
  padding: 0;
  opacity: 0;
  transform: translateX(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.home-processus-m .home-processus-accordion.is-open .home-processus-accordion-content {
  opacity: 1;
  transform: translateX(0);
}
.home-processus-m .home-processus-accordion .home-processus-accordion-content-inner {
  position: relative;
  box-sizing: border-box;
  padding: 0 0 1.5rem 0;
  width: auto; /* remplacé par JS sur chaque resize/ouverture */
  min-height: 100%;
  /* Si le contenu dépasse en hauteur, la section grandit (auto).
  	 Si tu veux scroller à l’intérieur plutôt que grandir la section,
  	 remplace les 2 lignes suivantes par: height: 100%; overflow: auto; */
  height: auto;
  overflow: visible;
}

.home-project .home-project-container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  height: 100%;
  /* important en flex : permet aux enfants de réduire leur hauteur au besoin */
  min-height: 0;
}
.home-project .home-project-container .home-project-item {
  position: relative;
}
.home-project .home-project-container .home-project-item.project-1 {
  aspect-ratio: 16/9;
  height: 100%;
  width: auto;
}
.home-project .home-project-container .home-project-item.project-3 {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
}
.home-project .home-project-container .home-project-item.project-4 {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
}
.home-project .home-project-container .home-project-item.project-2 .home-project-content {
  display: flex;
  gap: 1rem;
}
.home-project .home-project-container .home-project-item.project-2 .home-project-content .home-project-img {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
  position: relative;
}
.home-project .home-project-container .home-project-item.project-2 .home-project-content .home-project-text {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-project .home-project-container .home-project-item.project-2 .home-project-content .home-project-text h3 {
  color: #1D1D1B;
  font-size: 4rem;
}
@media screen and (min-width: 90em) {
  .home-project .home-project-container .home-project-item.project-2 .home-project-content .home-project-text h3 {
    font-size: 5rem;
  }
}
.home-project .home-project-container .home-project-item .home-project-content {
  height: 100%;
}
.home-project .home-project-container .home-project-item .home-project-content .home-project-img {
  width: 100%;
  height: 100%;
}
.home-project .home-project-container .home-project-item .home-project-content .home-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-project .home-project-container .home-project-item .home-project-content .home-project-title {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(20px);
}
.home-project .home-project-container .home-project-item .home-project-content .home-project-title h3 {
  color: #E6E6E6;
  font-size: 4rem;
}
@media screen and (min-width: 90em) {
  .home-project .home-project-container .home-project-item .home-project-content .home-project-title h3 {
    font-size: 5rem;
  }
}
.home-project .home-project-container .home-project-item .home-project-content .home-project-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.home-project .home-project-container .home-project-item:hover .home-project-title {
  opacity: 1;
  transform: translateY(0);
}

.home-project-m .home-project-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.home-project-m .home-project-container .home-project-item {
  position: relative;
}
.home-project-m .home-project-container .home-project-item.project-1 {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
}
.home-project-m .home-project-container .home-project-item.project-3 {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
}
.home-project-m .home-project-container .home-project-item.project-4 {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
}
.home-project-m .home-project-container .home-project-item.project-2 .home-project-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home-project-m .home-project-container .home-project-item.project-2 .home-project-content .home-project-img {
  aspect-ratio: 1;
  height: 100%;
  width: auto;
  position: relative;
}
.home-project-m .home-project-container .home-project-item.project-2 .home-project-content .home-project-text {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
}
.home-project-m .home-project-container .home-project-item.project-2 .home-project-content .home-project-text h3 {
  color: #1D1D1B;
  font-size: 3rem;
}
.home-project-m .home-project-container .home-project-item .home-project-content {
  height: 100%;
}
.home-project-m .home-project-container .home-project-item .home-project-content .home-project-img {
  width: 100%;
  height: 100%;
}
.home-project-m .home-project-container .home-project-item .home-project-content .home-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-project-m .home-project-container .home-project-item .home-project-content .home-project-title {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transition: 0.5s;
}
.home-project-m .home-project-container .home-project-item .home-project-content .home-project-title h3 {
  color: #E6E6E6;
  font-size: 3.75rem;
}
.home-project-m .home-project-container .home-project-item .home-project-content .home-project-link {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.home-about {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-about .home-about-container .home-about-title .home-about-text-grid {
  display: flex;
  max-width: 1300px;
  min-width: 1100px;
  margin-left: auto;
  justify-content: end;
  gap: 1rem;
}
.home-about .home-about-container .home-about-title .home-about-text-grid .text-col {
  max-width: 400px;
}
.home-about .home-about-container .home-about-title .home-about-text-grid .text-col .home-project-link {
  margin-top: 1rem;
}
.home-about .home-about-footer {
  max-width: 1300px;
  padding-top: 1rem;
  width: 100%;
  margin-left: auto;
}
.home-about .home-about-footer .home-about-footer-title p {
  font-weight: bold;
  margin-bottom: 1rem;
}
.home-about .home-about-footer .home-about-footer-grid {
  display: flex;
  width: 100%;
  gap: 4rem;
}
.home-about .home-about-footer .home-about-footer-grid .col {
  display: block;
  width: fit-content;
}
.home-about .home-about-footer .home-about-footer-grid .col:last-of-type {
  margin-left: auto;
}
.home-about .home-about-footer .home-about-footer-grid .col .home-about-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.home-about .home-about-footer .home-about-footer-grid .col .home-about-footer-links a {
  width: fit-content;
  display: block;
  text-decoration: none;
  position: relative;
}
.home-about .home-about-footer .home-about-footer-grid .col .home-about-footer-links a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #1D1D1B;
}
.home-about .home-about-footer .home-about-footer-grid .col .home-about-footer-links a:hover::before {
  width: 100%;
}
.home-about .home-about-footer .home-about-footer-grid .col .home-about-footer-socials {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.home-about .home-about-footer .home-about-footer-grid .col .home-about-footer-socials a {
  width: fit-content;
  display: block;
  text-decoration: none;
  position: relative;
}
.home-about .home-about-footer .home-about-footer-grid .col .home-about-footer-socials a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #1D1D1B;
}
.home-about .home-about-footer .home-about-footer-grid .col .home-about-footer-socials a:hover::before {
  width: 100%;
}
.home-about .home-about-footer .home-about-footer-bot {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 1rem;
}
.home-about .home-about-footer .home-about-footer-bot p {
  font-size: 0.8rem;
  line-height: 1em;
  text-align: right;
  margin: 0;
}
.home-about .home-about-footer .home-about-footer-bot .home-about-footer-cgu a {
  padding-inline: 0.25rem;
  line-height: 1em;
  border-right: 1px solid black;
  font-size: 0.8rem;
  width: fit-content;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.home-about .home-about-footer .home-about-footer-bot .home-about-footer-cgu a:last-of-type {
  border: 0;
}
.home-about .home-about-footer .home-about-footer-bot .home-about-footer-cgu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #1D1D1B;
}
.home-about .home-about-footer .home-about-footer-bot .home-about-footer-cgu a:hover::before {
  width: 100%;
}
.home-about .home-about-footer .home-about-footer-bot .home-about-footer-cgu a.lemon::before {
  display: none;
}
.home-about .home-about-footer .home-about-footer-bot .home-about-footer-cgu svg {
  height: 0.7rem;
  width: auto;
}

.home-about-m .home-about-container .home-about-title .home-about-text-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.home-about-m .home-about-container .home-about-title .home-about-text-grid .text-col .home-project-link {
  margin-top: 1rem;
}
.home-about-footer-m {
  max-width: 1300px;
  padding-top: 1rem;
  width: 100%;
  margin-left: auto;
}
.home-about-footer-m .home-about-footer-title p {
  font-weight: bold;
  margin-bottom: 1rem;
}
.home-about-footer-m .home-about-footer-grid {
  display: flex;
  width: 100%;
  gap: 4rem;
}
.home-about-footer-m .home-about-footer-grid .col {
  display: block;
  width: fit-content;
}
.home-about-footer-m .home-about-footer-grid .col:last-of-type {
  margin-left: auto;
}
.home-about-footer-m .home-about-footer-grid .col .home-about-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.home-about-footer-m .home-about-footer-grid .col .home-about-footer-links a {
  width: fit-content;
  display: block;
  text-decoration: none;
  position: relative;
}
.home-about-footer-m .home-about-footer-grid .col .home-about-footer-links a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #1D1D1B;
}
.home-about-footer-m .home-about-footer-grid .col .home-about-footer-links a:hover::before {
  width: 100%;
}
.home-about-footer-m .home-about-footer-grid .col .home-about-footer-socials {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.home-about-footer-m .home-about-footer-grid .col .home-about-footer-socials a {
  width: fit-content;
  display: block;
  text-decoration: none;
  position: relative;
}
.home-about-footer-m .home-about-footer-grid .col .home-about-footer-socials a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #1D1D1B;
}
.home-about-footer-m .home-about-footer-grid .col .home-about-footer-socials a:hover::before {
  width: 100%;
}
.home-about-footer-m .home-about-footer-bot {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  gap: 1rem;
}
.home-about-footer-m .home-about-footer-bot p {
  font-size: 0.8rem;
  line-height: 1em;
  text-align: right;
  margin: 0;
}
.home-about-footer-m .home-about-footer-bot .home-about-footer-cgu a {
  padding-inline: 0.25rem;
  line-height: 1em;
  border-right: 1px solid black;
  font-size: 0.8rem;
  width: fit-content;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.home-about-footer-m .home-about-footer-bot .home-about-footer-cgu a:last-of-type {
  border: 0;
}
.home-about-footer-m .home-about-footer-bot .home-about-footer-cgu a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #1D1D1B;
}
.home-about-footer-m .home-about-footer-bot .home-about-footer-cgu a:hover::before {
  width: 100%;
}
.home-about-footer-m .home-about-footer-bot .home-about-footer-cgu a.lemon::before {
  display: none;
}
.home-about-footer-m .home-about-footer-bot .home-about-footer-cgu svg {
  height: 0.7rem;
  width: auto;
}

.pin-hscroll {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.pin-track {
  display: flex;
  height: 100%;
  width: fit-content;
}

.panel {
  flex: 0 0 auto;
  min-width: 100vw;
  height: 100vh;
  padding: 2rem;
  padding-top: 120px;
}

/* Mobile : fallback vertical (aucun pin) */
@media (max-width: 1023px) {
  .pin-hscroll {
    height: auto;
  }
  .pin-track {
    display: block;
  }
  .panel {
    height: auto;
  }
}
.panel-1 {
  position: relative;
  overflow: visible;
}

/*  -----------------------------------------------------------
	Media Queries - Mobile phones (> 480px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Small desktop & vertical tablets (> 768px)
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1024px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1264px
------------------------------------------------------------ */
/*  -----------------------------------------------------------
	Media Queries - Desktop > 1440px
------------------------------------------------------------ */
/* IE */
.site {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content,
.site-main {
  height: 100%;
}

.site-header .wrapper {
  display: flex;
}

.site-menu {
  margin-left: auto;
}

.home-content {
  padding-top: 30vh;
  text-align: center;
}
.home-content p {
  font-size: 32px;
}