@charset "UTF-8";
@import '../fonts/CabinetGrotesk/Fonts/WEB/css/cabinet-grotesk.css';
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

fieldset {
  border: none;
}

textarea {
  resize: vertical;
}

summary {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --font-primary: "Cabinet Grotesk", sans-serif;
  --color-black: #000;
  --color-white: #ffffff;
  --color-primary: #FF5400;
  --font-primary-100: "CabinetGrotesk-Thin", sans-serif;
  --font-primary-200: "CabinetGrotesk-Extralight", sans-serif;
  --font-primary-300: "CabinetGrotesk-Light", sans-serif;
  --font-primary-400: "CabinetGrotesk-Regular", sans-serif;
  --font-primary-500: "CabinetGrotesk-Medium", sans-serif;
  --font-primary-700: "CabinetGrotesk-Bold", sans-serif;
  --font-primary-800: "CabinetGrotesk-Extrabold", sans-serif;
  --font-primary-900: "CabinetGrotesk-Black", sans-serif;
  --font-primary-variable: "CabinetGrotesk-Variable", sans-serif;
  --font-100: var(--font-primary-100);
  --font-200: var(--font-primary-200);
  --font-300: var(--font-primary-300);
  --font-400: var(--font-primary-400);
  --font-500: var(--font-primary-500);
  --font-700: var(--font-primary-700);
  --font-800: var(--font-primary-800);
  --font-900: var(--font-primary-900);
}

body {
  font-family: var(--font-primary);
  color: var(--color-white);
  background-color: var(--color-black);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  color: var(--color-white);
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 0.9;
}

.g-content {
  display: flex;
  flex-direction: column;
  gap: 0.6613756614vw;
}
.g-content h2 {
  font-size: 7.1428571429vw;
  font-family: var(--font-900);
  line-height: 0.9;
  margin-bottom: 0.6613756614vw;
  color: inherit;
}
.g-content h3 {
  font-size: 4.2328042328vw;
  font-family: var(--font-900);
  line-height: 0.9;
  margin-bottom: 0.6613756614vw;
  color: inherit;
}
.g-content h4 {
  font-size: 2.7777777778vw;
  font-family: var(--font-900);
  line-height: 0.9;
  margin-bottom: 0.6613756614vw;
  color: inherit;
}
.g-content p {
  font-size: 1.0582010582vw;
  font-family: var(--font-400);
  line-height: 0.9;
  margin-bottom: 0.6613756614vw;
  color: inherit;
}

.g-tax-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6613756614vw;
}
.g-tax-categories a {
  font-family: var(--font-400);
  text-transform: uppercase;
  font-size: 0.8597883598vw;
}
.g-tax-categories .ligne {
  height: 1px;
  background: var(--color-white);
  flex-grow: 0;
  width: 1.5211640212vw;
}

.g-taxo-client {
  font-family: var(--font-900);
  font-size: 0.9920634921vw;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 0.2645502646vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.g-taxo-client:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--color-primary);
  bottom: 0.2645502646vw;
  left: -100%;
  transition: all 0.4s ease-in-out;
}
.g-taxo-client::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--color-white);
  bottom: 0.2645502646vw;
  left: 0;
}
.g-taxo-client:hover::after {
  left: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.7936507937vw;
}
.grid__item {
  grid-column: span 2;
  min-width: 0;
}
.grid__push-right {
  grid-column: 3/-1;
}
.grid__half {
  grid-column: span 3;
}
.grid__span-1 {
  grid-column: span 2;
}
.grid__span-2 {
  grid-column: span 4;
}
.grid__full {
  grid-column: 1/-1;
}

.a-boutton {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0vw 0.6613756614vw;
  padding-left: 0;
  gap: 0.5291005291vw;
  font-size: 1.0582010582vw;
  height: 2.1164021164vw;
}
.a-boutton .icon {
  width: 0.8597883598vw;
  position: relative;
  z-index: 0;
}
.a-boutton .icon svg path {
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  color: var(--color-primary);
}
.a-boutton .label {
  padding: 0 0.462962963vw;
  position: relative;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  color: var(--color-white);
}
.a-boutton .label span {
  position: relative;
  z-index: 2;
}
.a-boutton .label .hover-effect {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -0.3968253968vw;
  right: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  padding-left: 0.9920634921vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  z-index: 0;
}
.a-boutton .label .hover-effect span {
  width: 0.8597883598vw;
  transform: rotate(-90deg);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.a-boutton .label .hover-effect span svg path {
  fill: var(--color-black) !important;
}
.a-boutton:hover {
  cursor: pointer;
}
.a-boutton:hover .label {
  color: var(--color-black);
}
.a-boutton:hover .label .hover-effect {
  left: -2.5132275132vw;
  right: -0.6613756614vw;
  height: 2.5132275132vw;
}
.a-boutton:hover .label .hover-effect span {
  transform: rotate(0deg);
  opacity: 1;
}

.a-label {
  font-family: var(--font-500);
  font-size: 6.746031746vw;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  z-index: 100;
  left: 0;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-text-stroke-color: #FFF;
  -webkit-text-stroke-width: 0.5px;
}
.a-label--small {
  font-size: 3.3068783069vw;
}
.a-label__text {
  display: flex;
  position: relative;
  left: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.a-label__word {
  padding: 0 0.2em;
  white-space: nowrap;
  color: transparent;
}
.a-label__word.is-active {
  color: white;
}

.has-label {
  position: relative;
  overflow: hidden;
}

.m-header-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 2.1164021164vw 2.6455026455vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.m-header-nav__principal {
  display: flex;
  align-items: center;
  gap: 5.9523809524vw;
}
.m-header-nav__secondaire {
  display: flex;
  align-items: center;
  gap: 2.9761904762vw;
}
.m-header-nav__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 16.7989417989vw;
}
.m-header-nav__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8597883598vw;
  font-weight: 400;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.m-header-nav__link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.m-header-nav__link--search {
  width: 1.3227513228vw;
}
.m-header-nav__link--search:hover {
  transform: scale(1.1);
}

body.admin-bar .m-header-nav {
  top: 32px;
}

.m-card-projet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.6613756614vw;
}
.m-card-projet__content {
  display: flex;
  flex-direction: column;
  gap: 0.6613756614vw;
}
.m-card-projet__label {
  opacity: 0;
}
.m-card-projet__thumbnail {
  aspect-ratio: 481/704;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.455026455vw;
}
.m-card-projet__thumbnail img {
  width: 100%;
  height: 100%;
}
.m-card-projet__thumbnail:hover .m-card-projet__label {
  opacity: 1;
}
.m-card-projet__titre {
  font-family: var(--font-900);
  font-size: 2.7777777778vw;
  text-transform: uppercase;
  padding: 0.6613756614vw 0;
  line-height: 1;
}
.m-card-projet__titre:hover .m-card-projet__label {
  opacity: 1;
}

.m-flex-bloc-avant-apres {
  position: relative;
  overflow: hidden;
  cursor: ew-resize;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100vw;
  aspect-ratio: 1512/645;
}
.m-flex-bloc-avant-apres .label {
  position: absolute;
  bottom: 3.3068783069vw;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-black);
  padding: 0.5291005291vw 1.0582010582vw;
  font-size: 0.9920634921vw;
  font-family: var(--font-400);
  z-index: 4;
  text-transform: uppercase;
}
.m-flex-bloc-avant-apres__avant, .m-flex-bloc-avant-apres__apres {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.3068783069vw;
}
.m-flex-bloc-avant-apres__avant img, .m-flex-bloc-avant-apres__apres img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}
.m-flex-bloc-avant-apres__avant {
  z-index: 1;
}
.m-flex-bloc-avant-apres__apres {
  z-index: 2;
  -webkit-clip-path: inset(0 0 0 20%);
          clip-path: inset(0 0 0 20%);
}
.m-flex-bloc-avant-apres__slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  z-index: 3;
  width: 1px;
  background: var(--color-primary);
  pointer-events: none;
}
.m-flex-bloc-avant-apres__handle {
  position: absolute;
  bottom: 3.3068783069vw;
  left: -41px;
  width: 41px;
  height: 41px;
}
.m-flex-bloc-avant-apres::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.m-flex-bloc-visuel-texte {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.7936507937vw;
  padding: 1.455026455vw;
}
.m-flex-bloc-visuel-texte__image {
  grid-column: span 6;
}
.m-flex-bloc-visuel-texte__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-flex-bloc-visuel-texte__texte {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-flex-bloc-visuel-texte__texte h2 {
  margin-bottom: 1.0582010582vw;
}
.m-flex-bloc-visuel-texte--gauche .m-flex-bloc-visuel-texte__image {
  grid-column: 1/7;
}
.m-flex-bloc-visuel-texte--gauche .m-flex-bloc-visuel-texte__texte {
  grid-column: 8/12;
}
.m-flex-bloc-visuel-texte--droite .m-flex-bloc-visuel-texte__image {
  grid-column: 7/13;
  grid-row: 1;
}
.m-flex-bloc-visuel-texte--droite .m-flex-bloc-visuel-texte__texte {
  grid-column: 2/6;
  grid-row: 1;
}

.m-flex-bloc-text {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.7936507937vw;
  padding: 12.5661375661vw 1.455026455vw;
}
.m-flex-bloc-text__texte {
  grid-column: 4/10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.m-flex-bloc-visuels {
  display: flex;
}
.m-flex-bloc-visuels .m-flex-bloc-visuels__item {
  flex: 1;
  width: 100%;
}
.m-flex-bloc-visuels .m-flex-bloc-visuels__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-flex-bloc-visuels .m-flex-bloc-visuels__item--padding {
  padding: 5.4232804233vw;
}

.o-footer {
  padding: 1.455026455vw;
  padding-bottom: 13.2275132275vw;
  background: var(--color-primary);
  display: flex;
  flex-direction: column;
  gap: 4.2328042328vw;
}
.o-footer__titre {
  color: var(--color-white);
  font-family: var(--font-900);
  font-size: 7.4074074074vw;
  line-height: 0.8;
  width: 58.7962962963vw;
}
.o-footer__contacts {
  display: flex;
}
.o-footer__contacts .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.3227513228vw;
}
.o-footer__contact, .o-footer__titre-section {
  color: var(--color-white);
  font-family: var(--font-900);
  font-size: 1.455026455vw;
  line-height: 0.9;
}
.o-footer__content-section {
  font-size: 0.9259259259vw;
}
.o-footer__content-section a {
  color: var(--color-white);
  text-decoration: underline;
}
.o-footer__content-section--links {
  display: flex;
  gap: 0.6613756614vw;
}
.o-footer__copyright {
  display: flex;
  justify-content: space-between;
  font-size: 0.9259259259vw;
}

.o-formulaire-recherche {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  visibility: hidden;
  transition: background-color 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.o-formulaire-recherche__form {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.6455026455vw;
}
.o-formulaire-recherche input {
  font-size: 7.4074074074vw;
  text-transform: uppercase;
  border: none;
  background: transparent;
  color: var(--color-white);
  font-family: var(--font-900);
  text-align: center;
  transition: text-shadow 0.3s ease;
  letter-spacing: 0.02em;
}
.o-formulaire-recherche input::-moz-placeholder {
  color: var(--color-white);
  opacity: 0.5;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.o-formulaire-recherche input:-ms-input-placeholder {
  color: var(--color-white);
  opacity: 0.5;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.o-formulaire-recherche input::placeholder {
  color: var(--color-white);
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.o-formulaire-recherche input:focus {
  outline: none;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.4);
}
.o-formulaire-recherche input:focus::-moz-placeholder {
  opacity: 0.2;
}
.o-formulaire-recherche input:focus:-ms-input-placeholder {
  opacity: 0.2;
}
.o-formulaire-recherche input:focus::placeholder {
  opacity: 0.2;
}
.o-formulaire-recherche__close {
  cursor: pointer;
  width: 2.6455026455vw;
  height: 2.6455026455vw;
  opacity: 0;
  transform: translateY(-30px) rotate(45deg);
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
}
.o-formulaire-recherche__close:hover {
  transform: translateY(-30px) rotate(0deg);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.o-formulaire-recherche__bouton-submit {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-formulaire-recherche__bouton-submit.active {
  opacity: 1;
  transform: translateY(0);
}
.o-formulaire-recherche.is-active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
}
.o-formulaire-recherche.is-active .o-formulaire-recherche__form {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.o-formulaire-recherche.is-active .o-formulaire-recherche__close {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

body.no-scroll {
  overflow: hidden;
}

.o-home-hero {
  width: 100vw;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.o-home-hero::before, .o-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
  pointer-events: none;
}
.o-home-hero::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
}
.o-home-hero::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.o-home-hero svg {
  width: 81.6137566138vw;
  height: auto;
}
.o-home-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.o-home-introduction {
  padding-top: 4.7619047619vw;
  padding-bottom: 10.3174603175vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.1825396825vw;
  min-height: 80vh;
  position: relative;
  z-index: 1; /* Derrière */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.o-home-introduction__titre {
  font-family: var(--font-900);
  font-size: 11.2433862434vw;
  line-height: 9.2592592593vw;
  text-transform: uppercase;
}
.o-home-introduction__texte {
  font-family: var(--font-300);
  font-size: 1.8518518519vw;
  line-height: 1;
  max-width: 36.7724867725vw;
}

.o-home-highlight {
  padding: 1.455026455vw;
}
.o-home-highlight__visuel {
  width: 64.417989418vw;
  flex: 0 0 64.417989418vw;
}
.o-home-highlight__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.3227513228vw;
  min-width: 0;
  padding-right: 5.291005291vw;
}
.o-home-highlight__titre {
  font-family: var(--font-900);
  font-size: 4.2328042328vw;
  margin-bottom: 0;
  text-transform: uppercase;
}
.o-home-highlight__texte {
  font-family: var(--font-300);
  font-size: 1.0582010582vw;
  line-height: 1.2;
}

.o-home-projets {
  padding: 1.455026455vw;
}
.o-home-projets__content {
  display: flex;
  flex-direction: column;
  gap: 4.2328042328vw;
}
.o-home-projets__content .grid {
  padding: 1.455026455vw 0;
}

.o-projets-hero {
  padding: 0vw 1.455026455vw;
  margin-bottom: 4.2328042328vw;
}
.o-projets-hero__titre {
  font-size: 6.746031746vw;
  font-family: var(--font-900);
  margin-bottom: 2.7777777778vw;
}
.o-projets-hero__titre--recherche {
  margin-bottom: 2.1164021164vw;
}
.o-projets-hero__texte {
  font-size: 1.3227513228vw;
}
.o-projets-hero__back-button {
  margin-bottom: 2.7777777778vw;
}
.o-projets-hero__filtre-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6613756614vw;
  margin-top: 8.5317460317vw;
}
.o-projets-hero__filtre-item {
  overflow: hidden;
  position: relative;
}
.o-projets-hero__filtre-item--all:after {
  display: none !important;
}
.o-projets-hero__filtre-item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 0.9920634921vw);
  height: 1px;
  background-color: var(--color-primary);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  left: -100%;
}
.o-projets-hero__filtre-item:hover::after {
  left: 0;
}
.o-projets-hero__filtre-button {
  -webkit-text-stroke-color: #FFF;
  -webkit-text-stroke-width: 0.5px;
  margin-right: 0.9920634921vw;
  font-family: var(--font-900);
  font-size: 2.5793650794vw;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  color: transparent;
  transition: all 0.3s ease;
}
.o-projets-hero__filtre-button--all {
  color: var(--color-white);
}
.o-projets-hero__filtre-button--all:hover {
  color: var(--color-white) !important;
  -webkit-text-stroke-color: var(--color-white) !important;
}
.o-projets-hero__filtre-button:hover {
  color: var(--color-primary);
  -webkit-text-stroke-color: var(--color-primary);
}

.o-projets-posts {
  padding: 1.455026455vw;
}
.o-projets-posts__content {
  display: flex;
  flex-direction: column;
  gap: 4.2328042328vw;
}
.o-projets-posts__content .grid {
  padding: 1.455026455vw 0;
}

.o-projet-plus {
  padding: 4.2328042328vw 1.455026455vw;
  background: var(--color-black);
}
.o-projet-plus__titre {
  font-size: 4.2328042328vw;
  font-family: var(--font-900);
  text-align: center;
  margin-bottom: 1.9841269841vw;
}
.o-projet-plus__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7936507937vw;
  padding: 1.3227513228vw;
}

.o-projet-hero {
  padding: 0vw 1.455026455vw;
  padding-bottom: 6.9444444444vw;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.7936507937vw;
}
.o-projet-hero__client {
  grid-column: span 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-projet-hero__client a {
  transform: rotate(-90deg);
}
.o-projet-hero__content {
  grid-column: span 10;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 0.7936507937vw;
  flex-direction: column;
  justify-content: center;
}
.o-projet-hero__visuel {
  width: 100%;
  aspect-ratio: 1221/570;
  overflow: hidden;
  margin-bottom: 1.3227513228vw;
  grid-column: span 10;
}
.o-projet-hero__visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-projet-hero__metas {
  grid-column: 1/4;
}
.o-projet-hero__description {
  grid-column: 5/11;
  display: flex;
  justify-content: flex-end;
  gap: 5.9523809524vw;
  font-size: 1.0582010582vw;
}
.o-projet-hero__description div {
  flex: 1;
}
.o-projet-hero__brand {
  font-family: var(--font-900);
  font-size: 1.455026455vw;
  text-transform: uppercase;
}
.o-projet-hero__brand h3 {
  font-size: inherit;
  font-family: inherit;
}
.o-projet-hero__titre {
  font-size: 2.7777777778vw;
  font-family: var(--font-900);
  margin-bottom: 0.6613756614vw;
}

.o-about-hero {
  padding-top: 7.9365079365vw;
  padding-bottom: 6.746031746vw;
  background: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: 1.455026455vw;
}
.o-about-hero__titre {
  font-size: 7.4074074074vw;
  line-height: 0.8;
  color: var(--color-white);
  margin-bottom: 2.9100529101vw;
  font-family: var(--font-900);
  max-width: 85.9788359788vw;
}
.o-about-hero__sous-titre {
  font-size: 1.8518518519vw;
  line-height: 1;
  color: var(--color-white);
  max-width: 85.9788359788vw;
  font-family: var(--font-500);
  margin-bottom: 5.5555555556vw;
  text-transform: none;
}
.o-about-hero__services {
  display: flex;
  gap: 3.1746031746vw;
  flex-wrap: wrap;
  justify-content: center;
}
.o-about-hero__service {
  text-align: left;
}
.o-about-hero__service-titre {
  font-size: 2.7777777778vw;
  color: var(--color-white);
  font-family: var(--font-900);
  margin-bottom: 1.3227513228vw;
}
.o-about-hero__service-description {
  font-size: 1.0582010582vw;
  color: var(--color-white);
  font-family: var(--font-500);
}

.o-about-creative-hub {
  padding: 0 1.455026455vw;
}
.o-about-creative-hub__visuel {
  width: 100%;
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  aspect-ratio: 1468/734;
}
.o-about-creative-hub__visuel img {
  width: 100%;
  height: auto;
}
.o-about-creative-hub__content {
  padding: 1.455026455vw;
  padding-bottom: 8.2671957672vw;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-family: var(--font-400);
  background: #000;
}
.o-about-creative-hub__content-titre {
  font-size: 7.4074074074vw;
  font-family: var(--font-900);
  top: -8.0687830688vw;
  width: 100%;
  position: absolute;
  text-align: center;
}
.o-about-creative-hub__content-sous-titre {
  font-size: 1.455026455vw;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1.455026455vw;
  width: 29.7619047619vw;
}
.o-about-creative-hub__content-texte {
  font-size: 1.0582010582vw;
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  width: 36.3756613757vw;
  margin: 0 auto;
}

.o-about-crafting {
  margin-bottom: 0;
  padding: 1.455026455vw;
  background: #000;
  color: #fff;
  min-height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.o-about-crafting__titre {
  font-family: var(--font-900);
  font-size: 1.455026455vw;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.6375661376vw;
  position: relative;
  z-index: 10; /* Le titre toujours au-dessus de tout */
  background-color: #000; /* Important si un mot passe "trop" haut */
  padding: 0 20px;
}
.o-about-crafting__mots {
  display: grid;
  place-items: center;
  width: 100%;
  position: relative;
  /* On s'assure que la zone des mots ne passe pas PAR DESSUS le titre */
  z-index: 1;
}
.o-about-crafting__mot {
  text-transform: uppercase;
  font-size: 6.746031746vw;
  font-family: var(--font-500);
  opacity: 1;
  position: relative;
  /* 1. POSITIONNEMENT GRID */
  grid-area: 1/1;
  width: 100%; /* Prend toute la largeur pour bien cacher ce qu'il y a derrière */
  text-align: center;
  /* 2. LE FOND DÉGRADÉ (La clé de l'effet) */
  /* Du transparent (haut) vers le noir complet (bas) */
  /* Le pourcentage (30%) définit à quel moment le noir devient totalement opaque */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
  /* Un peu de padding pour que le dégradé commence au-dessus du texte */
  padding-top: 5.291005291vw;
  margin-top: -5.291005291vw; /* On compense le padding pour garder le texte centré */
  /* 3. ÉTAT INITIAL */
  /* On le descend à 150% pour être sûr qu'il est caché sous le pli au début */
  transform: translateY(300%);
  will-change: transform;
}
.o-about-crafting__mot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none; /* Pour ne pas gêner la sélection de texte */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.o-about-peoples {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.455026455vw;
}
.o-about-peoples__titre {
  font-family: var(--font-900);
  font-size: 7.4074074074vw;
  text-align: center;
  margin-bottom: 2.7777777778vw;
  width: 100%;
}
.o-about-peoples__grid {
  margin-top: 4.2328042328vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6613756614vw;
}
.o-about-peoples__item {
  aspect-ratio: 360/627;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.o-about-peoples__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to top, var(--color-primary) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3) 100%);
}
.o-about-peoples__item:hover .o-about-peoples__label-nom {
  bottom: 5.9523809524vw;
}
.o-about-peoples__item:hover .o-about-peoples__label-prenom {
  bottom: 8.4656084656vw;
}
.o-about-peoples__item:hover .o-about-peoples__role {
  bottom: 2.6455026455vw;
}
.o-about-peoples__item:hover::after {
  opacity: 1;
}
.o-about-peoples__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}
.o-about-peoples__label-nom {
  bottom: -5.9523809524vw;
  transition: all 0.4s ease-in-out;
  top: auto;
}
.o-about-peoples__label-prenom {
  bottom: -8.4656084656vw;
  transition: all 0.3s ease-in-out;
  top: auto;
}
.o-about-peoples__role {
  font-size: 1.1904761905vw;
  font-family: var(--font-400);
  bottom: -2.6455026455vw;
  position: absolute;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.5s ease-out;
}

.o-about-globe {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  position: relative;
  overflow: hidden;
  padding-top: 8.0687830688vw;
  padding-bottom: 4.2328042328vw;
}
.o-about-globe__globe {
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.o-about-globe__globe::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87%;
  height: 87%;
  border-radius: 50%;
  border: #fff 1px solid;
}
.o-about-globe canvas {
  width: 600px;
  height: 600px;
  max-width: 100%;
  aspect-ratio: 1;
  outline: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.o-about-globe .globe-marker {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  will-change: transform, opacity;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(-13px, -81%);
}
.o-about-globe .globe-marker__top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.o-about-globe .globe-marker__dot {
  width: 12px;
  height: 12px;
  background-color: #FF5400;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 84, 0, 0.5);
}
.o-about-globe .globe-marker__label {
  color: #FF5400;
  font-family: var(--font-900, sans-serif);
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 2px 4px #000;
}
.o-about-globe .globe-marker__line {
  width: 1px;
  height: 30px;
  background-color: #FF5400;
  margin-left: 5.5px;
}
.o-about-globe__content {
  padding: 1.455026455vw;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-family: var(--font-400);
  background: #000;
}
.o-about-globe__content-titre {
  font-size: 7.4074074074vw;
  font-family: var(--font-900);
  width: 100%;
  text-align: center;
}
.o-about-globe__content-sous-titre {
  font-size: 1.455026455vw;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1.455026455vw;
  width: 29.7619047619vw;
}
.o-about-globe__content-texte {
  font-size: 1.0582010582vw;
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  width: 36.3756613757vw;
  margin: 0 auto;
}

.o-about-csr {
  height: 42.1296296296vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.o-about-csr__content {
  padding: 1.455026455vw;
  padding-bottom: 8.2671957672vw;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-family: var(--font-400);
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.o-about-csr__content-titre {
  font-size: 7.4074074074vw;
  font-family: var(--font-900);
  width: 100%;
}
.o-about-csr__content-sous-titre {
  font-size: 1.455026455vw;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1.455026455vw;
  width: 29.7619047619vw;
}
.o-about-csr__content-texte {
  font-size: 1.0582010582vw;
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  width: 36.3756613757vw;
  margin: 0 auto;
  text-align: left;
}
.o-about-csr__content-texte-visuel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.9682539683vw;
  width: 43.7830687831vw;
}
.o-about-csr__content-texte-visuel img {
  flex-shrink: 1;
  width: 12.037037037vw;
}

.o-section-video {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2; /* Devant : Elle passera par dessus */
}
.o-section-video--fullwidth {
  width: 100vw;
}
.o-section-video--fullwidth .o-section-video__container {
  -webkit-clip-path: inset(0) !important;
          clip-path: inset(0) !important;
}
.o-section-video__container {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-clip-path: inset(60.3174603175vw 36.7724867725vw);
          clip-path: inset(60.3174603175vw 36.7724867725vw);
  will-change: clip-path;
}
.o-section-video__preview {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.o-section-video__preview video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.o-section-video.is-playing .o-section-video__label {
  display: none;
}
.o-section-video.is-playing .o-section-video__preview {
  cursor: default;
}

.o-brand-partners {
  padding: 7.9365079365vw 0;
}
.o-brand-partners__titre {
  font-size: 4.2328042328vw;
  font-family: var(--font-900);
  text-align: center;
  margin-bottom: 2.5132275132vw;
}
.o-brand-partners__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.o-brand-partners__content a {
  text-transform: uppercase;
  font-size: 6.746031746vw;
  font-family: var(--font-500);
  text-align: center;
  position: relative;
}
.o-brand-partners__content a .text {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.o-brand-partners__content a .label {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.o-brand-partners__content a:hover .text {
  opacity: 0;
}
.o-brand-partners__content a:hover .label {
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */
