@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;
  }
}
.title.title--xl {
  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;
}
@media (max-width: 768px) {
  .title.title--xl {
    font-size: 12.7226463104vw;
    width: 100%;
    padding-bottom: 6.106870229vw;
    line-height: 1;
  }
}
.title.title--l {
  font-size: 64px;
  font-family: var(--font-900);
  line-height: 0.9;
  margin-bottom: 22px;
  color: inherit;
}
@media (max-width: 768px) {
  .title.title--l {
    font-size: 9.1603053435vw;
    margin-bottom: 2.5445292621vw;
  }
}
.title.title--m {
  font-size: 42px;
  font-family: var(--font-900);
  line-height: 0.9;
  margin-bottom: 22px;
  color: inherit;
}
@media (max-width: 768px) {
  .title.title--m {
    font-size: 7.1246819338vw;
    margin-bottom: 2.5445292621vw;
  }
}
.title i {
  color: var(--color-primary);
  font-style: normal;
}
.title .g-color-primary {
  color: var(--color-primary);
}

.text.text--xl {
  font-size: 28px;
  font-family: var(--font-400);
  line-height: 1.5;
  margin-bottom: 12px;
  color: inherit;
}
.text.text--xl p {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .text.text--xl {
    font-size: 22px;
  }
}
.text.text--l {
  font-size: 22px;
  font-family: var(--font-400);
  line-height: 1.5;
  margin-bottom: 8px;
  color: inherit;
}
.text.text--l p {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .text.text--l {
    font-size: 18px;
  }
}
.text.text--m {
  font-size: 18px;
  font-family: var(--font-400);
  line-height: 1.5;
  margin-bottom: 6px;
  color: inherit;
}
.text.text--m p {
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .text.text--m {
    font-size: 16px;
  }
}
.text b, .text strong {
  font-family: var(--font-900);
}
.text.text--quote {
  font-family: var(--font-200);
  font-style: italic;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: inherit;
}
.text.text--quote::before, .text.text--quote::after {
  content: '"';
  color: var(--color-primary);
}
@media (max-width: 768px) {
  .text.text--quote {
    font-size: 5.5979643766vw;
    line-height: 1.4;
    margin-bottom: 5.5979643766vw;
  }
}
.text .g-color-primary {
  color: var(--color-primary);
}

.label {
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-primary);
  letter-spacing: 5.5%;
}
.label.label--xl {
  font-size: 282px;
  font-family: var(--font-500);
  line-height: 1.5;
  margin-bottom: 3vw;
}
@media (max-width: 768px) {
  .label.label--xl {
    margin-bottom: 22px;
    font-size: 12.7226463104vw;
    line-height: 1;
  }
}
.label.label--l, .label.o-about-crafting__titre {
  font-size: 22px;
  font-family: var(--font-500);
  line-height: 1.5;
  margin-bottom: 2.4vw;
}
@media (max-width: 768px) {
  .label.label--l, .label.o-about-crafting__titre {
    margin-bottom: 16px;
  }
}
.label.label--m {
  font-size: 16px;
  font-family: var(--font-500);
  line-height: 1.5;
  margin-bottom: 1.8vw;
}
@media (max-width: 768px) {
  .label.label--m {
    margin-bottom: 12px;
  }
}

:root {
  --font-primary: "CabinetGrotesk-Regular", 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-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;
}
body::-moz-selection {
  color: black;
  background-color: var(--color-primary);
}
body::selection {
  color: black;
  background-color: var(--color-primary);
}

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;
}
@media (max-width: 768px) {
  .g-content {
    gap: 2.5445292621vw;
  }
}
.g-content h2 {
  font-size: 112px;
  font-family: var(--font-900);
  line-height: 0.9;
  margin-bottom: 25px;
  color: inherit;
}
@media (max-width: 768px) {
  .g-content h2 {
    font-size: 13.7404580153vw;
    margin-bottom: 2.5445292621vw;
  }
}
.g-content h3 {
  font-size: 64px;
  font-family: var(--font-900);
  line-height: 0.9;
  margin-bottom: 22px;
  color: inherit;
}
@media (max-width: 768px) {
  .g-content h3 {
    font-size: 9.1603053435vw;
    margin-bottom: 2.5445292621vw;
  }
}
.g-content h4 {
  font-size: 42px;
  font-family: var(--font-900);
  line-height: 0.9;
  margin-bottom: 22px;
  color: inherit;
}
@media (max-width: 768px) {
  .g-content h4 {
    font-size: 7.1246819338vw;
    margin-bottom: 2.5445292621vw;
  }
}
.g-content p {
  font-size: 16px;
  font-family: var(--font-400);
  line-height: 1.5;
  margin-bottom: 12px;
  color: inherit;
}
@media (max-width: 768px) {
  .g-content p {
    font-size: 16px;
    margin-bottom: 2.5445292621vw;
  }
}

.mobile_only-logo {
  display: none;
}
@media (max-width: 768px) {
  .mobile_only-logo {
    display: block;
    padding: 22px;
  }
}
.mobile_only-logo svg {
  width: 100%;
}

.g-tax-categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6613756614vw;
}
@media (max-width: 768px) {
  .g-tax-categories {
    gap: 2.5445292621vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.g-tax-categories a {
  font-family: var(--font-400);
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 768px) {
  .g-tax-categories a {
    font-size: 15px;
  }
}
.g-tax-categories .ligne {
  height: 1px;
  background: var(--color-white);
  flex-grow: 0;
  width: 1.5211640212vw;
}
@media (max-width: 768px) {
  .g-tax-categories .ligne {
    width: 5.8524173028vw;
  }
}

.g-taxo-client {
  font-family: var(--font-900);
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  padding-bottom: 0.2645502646vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
@media (max-width: 768px) {
  .g-taxo-client {
    font-size: 15px;
    padding-bottom: 1.0178117048vw;
  }
}
.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;
}
@media (max-width: 768px) {
  .g-taxo-client:after {
    bottom: 1.0178117048vw;
  }
}
.g-taxo-client::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: var(--color-white);
  bottom: 0.2645502646vw;
  left: 0;
}
@media (max-width: 768px) {
  .g-taxo-client::before {
    bottom: 1.0178117048vw;
  }
}
.g-taxo-client:hover::after, .g-taxo-client:active::after {
  left: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.7936507937vw;
}
@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 3.0534351145vw;
  }
}
.grid__item {
  grid-column: span 2;
  min-width: 0;
}
@media (max-width: 768px) {
  .grid__item {
    grid-column: 1/-1;
  }
}
.grid__push-right {
  grid-column: 3/-1;
}
@media (max-width: 768px) {
  .grid__push-right {
    grid-column: 1/-1;
  }
}
.grid__half {
  grid-column: span 3;
}
@media (max-width: 768px) {
  .grid__half {
    grid-column: 1/-1;
  }
}
.grid__span-1 {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .grid__span-1 {
    grid-column: 1/-1;
  }
}
.grid__span-2 {
  grid-column: span 4;
}
@media (max-width: 768px) {
  .grid__span-2 {
    grid-column: 1/-1;
  }
}
.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;
  transition: margin-left 0.3s ease;
}
@media (max-width: 768px) {
  .a-boutton {
    padding: 0vw 2.5445292621vw;
    padding-left: 0;
    gap: 2.0356234097vw;
    font-size: 4.0712468193vw;
    height: 8.1424936387vw;
  }
}
.a-boutton .icon {
  width: 0.8597883598vw;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .a-boutton .icon {
    width: 3.3078880407vw;
  }
}
.a-boutton .icon svg path {
  transition: color 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  color: var(--color-primary);
}
.a-boutton .a-button__label {
  padding: 0 0.462962963vw;
  position: relative;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
  color: var(--color-white);
}
@media (max-width: 768px) {
  .a-boutton .a-button__label {
    padding: 0 1.7811704835vw;
  }
}
.a-boutton .a-button__label span {
  position: relative;
  z-index: 2;
}
.a-boutton .a-button__label .hover-effect {
  content: "";
  display: block;
  height: 1px;
  background-color: var(--color-primary);
  position: absolute;
  bottom: -0.3968253968vw;
  right: 0;
  left: 0;
  padding-left: 0.9920634921vw;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  opacity: 1;
  z-index: 0;
}
@media (max-width: 768px) {
  .a-boutton .a-button__label .hover-effect {
    bottom: -1.5267175573vw;
    padding-left: 3.8167938931vw;
  }
}
.a-boutton .a-button__label .hover-effect span {
  width: 0.8597883598vw;
  transform: rotate(-90deg);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
@media (max-width: 768px) {
  .a-boutton .a-button__label .hover-effect span {
    width: 3.3078880407vw;
  }
}
.a-boutton .a-button__label .hover-effect span svg path {
  fill: var(--color-black) !important;
}
.a-boutton:hover, .a-boutton:active {
  cursor: pointer;
  margin-left: 14px;
}
.a-boutton:hover .a-button__label, .a-boutton:active .a-button__label {
  color: var(--color-black);
}
.a-boutton:hover .a-button__label .hover-effect, .a-boutton:active .a-button__label .hover-effect {
  left: -2.5132275132vw;
  right: -0.6613756614vw;
  height: 2.5132275132vw;
}
@media (max-width: 768px) {
  .a-boutton:hover .a-button__label .hover-effect, .a-boutton:active .a-button__label .hover-effect {
    left: -9.6692111959vw;
    right: -2.5445292621vw;
    height: 9.6692111959vw;
  }
}
.a-boutton:hover .a-button__label .hover-effect span, .a-boutton:active .a-button__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;
}
@media (max-width: 768px) {
  .a-label {
    font-size: 12.7226463104vw;
  }
}
.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.1em;
  white-space: nowrap;
  color: transparent;
}
.a-label__word.is-active {
  color: white;
}

.has-label {
  position: relative;
  overflow: hidden;
}

/* --- DESKTOP EXISTANT --- */
@media (max-width: 768px) {
  .m-header-nav.is-desktop {
    display: none !important;
  }
}

body {
  padding-top: calc(5vw + 13px);
}
body.page-template-tpl-about, body.home {
  padding-top: 0;
}
@media (max-width: 768px) {
  body.single-post {
    padding-top: 0;
  }
}
body.admin-bar .m-header-nav {
  top: 32px;
}

.m-header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 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%);
}
@media (max-width: 768px) {
  .m-header-nav {
    display: none !important;
  }
}
.m-header-nav__principal {
  display: flex;
  align-items: center;
  gap: 5.291005291vw;
}
.m-header-nav__secondaire {
  display: flex;
  align-items: center;
  gap: 1.9841269841vw;
}
.m-header-nav__lang {
  display: flex;
  align-items: center;
}
.m-header-nav__lang-link {
  border: 1px solid transparent;
  border-radius: 0.1984126984vw;
  color: var(--color-white);
  display: block;
  font-family: var(--font-700);
  font-size: 0.8597883598vw;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.1322751323vw 0.3306878307vw;
  text-transform: uppercase;
  transition: border-color 0.3s ease, opacity 0.3s ease;
}
.m-header-nav__lang-link:hover {
  opacity: 0.7;
}
.m-header-nav__lang-link.is-active {
  border-color: var(--color-white);
}
.m-header-nav__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 255px;
}
.m-header-nav__link {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: "CabinetGrotesk-Regular", sans-serif;
  color: var(--color-white);
  font-weight: 600;
  transition: opacity 0.3s ease;
}
.m-header-nav__link--contact {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 0.7275132275vw;
  font-weight: 600;
}
.m-header-nav__link--contact svg * {
  stroke-width: 1.5px;
}
.m-header-nav__link:hover {
  opacity: 0.6;
}

/* --- MOBILE SPECIFIQUE --- */
.m-mobile-nav {
  display: none;
}
@media (max-width: 768px) {
  .m-mobile-nav {
    display: block;
  }
}
.m-mobile-nav__bar {
  position: fixed;
  bottom: 7.6335877863vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: calc(100% - 11.1959287532vw);
  border-radius: 25.4452926209vw;
  background-color: var(--color-primary);
  box-shadow: 0 10px 20px rgba(255, 84, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5445292621vw 3.0534351145vw;
}
.m-mobile-nav__bar-logo {
  width: 10.1781170483vw;
}
.m-mobile-nav__bar-logo svg {
  width: 100%;
  height: auto;
  fill: var(--color-white);
}
.m-mobile-nav__bar-search {
  background: none;
  border: none;
  width: 5.0890585242vw;
}
.m-mobile-nav__bar-search svg {
  width: 100%;
  height: auto;
  color: var(--color-white);
}
.m-mobile-nav__bar-burger {
  background: none;
  border: none;
  width: 14.5038167939vw;
  height: 7.8880407125vw;
  background: #000;
  border-radius: 7.6335877863vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.m-mobile-nav__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5.5979643766vw;
  visibility: hidden;
  opacity: 0;
}
.m-mobile-nav__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 10.1781170483vw 0;
  border-radius: 6.3613231552vw;
}
.m-mobile-nav__header .mobile-logo {
  width: 50.8905852417vw;
}
.m-mobile-nav__header .mobile-logo path {
  fill: var(--color-black) !important;
}
.m-mobile-nav__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.3613231552vw;
}
.m-mobile-nav__links .mobile-link {
  font-family: var(--font-500);
  font-size: 6.106870229vw;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px);
}
.m-mobile-nav__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7.6335877863vw;
}
.m-mobile-nav__lang {
  font-family: var(--font-500);
  font-size: 3.5623409669vw;
  text-transform: uppercase;
  color: var(--color-black);
  display: flex;
  align-items: center;
  gap: 5px;
}
.m-mobile-nav__lang a {
  color: var(--color-black);
  opacity: 0.5;
  padding: 0.5089058524vw 1.5267175573vw;
}
.m-mobile-nav__lang .is-active {
  padding: 0.5089058524vw 1.5267175573vw;
  border: 1px solid var(--color-black);
  border-radius: 4px;
  opacity: 1;
}
.m-mobile-nav__close {
  width: 17.048346056vw;
  height: 8.9058524173vw;
  border-radius: 7.6335877863vw;
  background-color: var(--color-black);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.m-mobile-nav__close svg {
  width: 5.0890585242vw;
  height: 5.0890585242vw;
}

.m-card-projet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.6613756614vw;
}
@media (max-width: 768px) {
  .m-card-projet {
    gap: 1.272264631vw;
    margin-bottom: 5.0890585242vw;
    justify-content: center;
    align-items: center;
  }
}
.m-card-projet__content {
  display: flex;
  flex-direction: column;
  gap: 0.6613756614vw;
}
@media (max-width: 768px) {
  .m-card-projet__content {
    gap: 2.5445292621vw;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.m-card-projet__label {
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .m-card-projet__label {
    display: none;
  }
}
.m-card-projet__thumbnail {
  aspect-ratio: 583/704;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.455026455vw;
  position: relative;
}
.m-card-projet__thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
@media (max-width: 768px) {
  .m-card-projet__thumbnail {
    margin-bottom: 0vw;
  }
}
.m-card-projet__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  .m-card-projet__thumbnail:hover:after {
    opacity: 1;
  }
  .m-card-projet__thumbnail:hover .m-card-projet__label {
    opacity: 1;
  }
}
.m-card-projet.hovered:after {
  opacity: 1;
}
.m-card-projet.hovered .m-card-projet__titre {
  color: var(--color-primary);
}
.m-card-projet.hovered .m-card-projet__label {
  opacity: 1;
}
.m-card-projet__titre {
  text-transform: uppercase;
  padding: 0.6613756614vw 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .m-card-projet__titre {
    font-size: 7.1246819338vw;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .m-card-projet__titre:hover .m-card-projet__label {
    opacity: 1;
  }
}

.m-cards-grid-2 .m-card-projet__thumbnail {
  aspect-ratio: 1/1;
}

.m-cards-grid-1-gauche .m-card-projet__thumbnail {
  aspect-ratio: 1/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;
}
@media (max-width: 768px) {
  .m-flex-bloc-avant-apres {
    aspect-ratio: 1/1;
  }
}
.m-flex-bloc-avant-apres .label {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-black);
  padding: 0.5291005291vw 1.0582010582vw;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-family: var(--font-400);
  z-index: 4;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .m-flex-bloc-avant-apres .label {
    bottom: 7.6335877863vw;
    font-size: 3.5623409669vw;
    padding: 2.0356234097vw 3.0534351145vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.m-flex-bloc-avant-apres .label-a {
  background: white;
  color: black;
}
.m-flex-bloc-avant-apres .label-b {
  background: var(--color-primary);
  color: black;
}
.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;
}
@media (max-width: 768px) {
  .m-flex-bloc-avant-apres__avant, .m-flex-bloc-avant-apres__apres {
    padding: 5.0890585242vw;
  }
}
.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;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.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;
}
@media (max-width: 768px) {
  .m-flex-bloc-avant-apres__handle {
    bottom: 7.6335877863vw;
  }
}
.m-flex-bloc-avant-apres::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media (max-width: 768px) {
  .m-flex-bloc-avant-apres::before {
    padding-top: 100%;
  }
}

.m-flex-bloc-visuel-texte {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.7936507937vw;
  padding: 1.455026455vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-visuel-texte {
    display: flex;
    flex-direction: column;
    padding: 5.5979643766vw;
    gap: 7.6335877863vw;
  }
}
.m-flex-bloc-visuel-texte__image {
  grid-column: span 6;
}
@media (max-width: 768px) {
  .m-flex-bloc-visuel-texte__image {
    width: 100%;
    order: -1;
    aspect-ratio: 16/9;
  }
}
.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;
}
@media (max-width: 768px) {
  .m-flex-bloc-visuel-texte__texte {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
.m-flex-bloc-visuel-texte__texte h2 {
  margin-bottom: 1.0582010582vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-visuel-texte__texte h2 {
    margin-bottom: 4.0712468193vw;
  }
}
.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;
}
@media (max-width: 768px) {
  .m-flex-bloc-text {
    display: flex;
    flex-direction: column;
    padding: 20.3562340967vw 5.5979643766vw;
    gap: 0;
  }
}
.m-flex-bloc-text__texte {
  grid-column: 3/11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.m-flex-bloc-text__texte p {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .m-flex-bloc-text__texte p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .m-flex-bloc-text__texte {
    width: 100%;
    grid-column: 1/-1;
    text-align: center;
  }
}

.m-flex-bloc-visuels {
  display: flex;
}
@media (max-width: 768px) {
  .m-flex-bloc-visuels {
    flex-direction: column;
  }
}
.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;
}
@media (max-width: 768px) {
  .m-flex-bloc-visuels .m-flex-bloc-visuels__item--padding {
    padding: 5.5979643766vw;
  }
}

.o-footer {
  padding: 1.455026455vw;
  padding-bottom: 13.2275132275vw;
  background: var(--color-primary);
  display: flex;
  flex-direction: column;
  gap: 4.2328042328vw;
}
@media (max-width: 768px) {
  .o-footer {
    padding: 5.5979643766vw;
    padding-bottom: 25.4452926209vw;
    gap: 10.1781170483vw;
    text-align: center;
  }
}
.o-footer__titre {
  color: var(--color-white);
  font-family: var(--font-900);
  font-size: 7.4074074074vw;
  line-height: 0.8;
  width: 58.7962962963vw;
}
@media (max-width: 768px) {
  .o-footer__titre {
    width: 100%;
    font-size: 12.7226463104vw;
  }
}
.o-footer__contacts {
  display: flex;
}
@media (max-width: 768px) {
  .o-footer__contacts {
    flex-direction: column;
    gap: 10.1781170483vw;
    align-items: center;
  }
}
.o-footer__contacts .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.3227513228vw;
}
@media (max-width: 768px) {
  .o-footer__contacts .item {
    flex: auto;
    gap: 3.8167938931vw;
    align-items: center;
  }
}
.o-footer__contact, .o-footer__titre-section {
  color: var(--color-white);
  font-family: var(--font-900);
  font-size: 1.455026455vw;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .o-footer__contact, .o-footer__titre-section {
    font-size: 4.5801526718vw;
  }
}
.o-footer__content-section {
  font-size: 0.9259259259vw;
}
@media (max-width: 768px) {
  .o-footer__content-section {
    font-size: 3.5623409669vw;
  }
}
.o-footer__content-section a {
  color: var(--color-white);
  text-decoration: underline;
}
.o-footer__content-section--links {
  display: flex;
  gap: 0.6613756614vw;
}
@media (max-width: 768px) {
  .o-footer__content-section--links {
    gap: 2.5445292621vw;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.o-footer__copyright {
  display: flex;
  justify-content: space-between;
  font-size: 0.9259259259vw;
}
@media (max-width: 768px) {
  .o-footer__copyright {
    font-size: 3.0534351145vw;
    flex-direction: column;
    gap: 3.8167938931vw;
    align-items: center;
    text-align: center;
  }
}

.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: #ACACAC;
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.o-formulaire-recherche input:-ms-input-placeholder {
  color: #ACACAC;
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.o-formulaire-recherche input::placeholder {
  color: #ACACAC;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.o-formulaire-recherche input:focus {
  outline: none;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}
.o-formulaire-recherche input:focus::-moz-placeholder {
  opacity: 1;
}
.o-formulaire-recherche input:focus:-ms-input-placeholder {
  opacity: 1;
}
.o-formulaire-recherche input:focus::placeholder {
  opacity: 1;
}
.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-404 {
  align-items: center;
  background: var(--color-black);
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 5vw);
  padding: 9.9206349206vw 1.455026455vw 6.6137566138vw;
  text-align: center;
}
@media (max-width: 768px) {
  .o-404 {
    min-height: 100vh;
    padding: 30.534351145vw 5.5979643766vw 20.3562340967vw;
  }
}
.o-404__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 56.8783068783vw;
  width: 100%;
}
@media (max-width: 768px) {
  .o-404__inner {
    max-width: 100%;
  }
}
.o-404__label {
  color: var(--color-primary);
  font-family: var(--font-400);
  font-size: 1.0582010582vw;
  letter-spacing: 1px;
  margin-bottom: 1.1904761905vw;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-404__label {
    font-size: 3.5623409669vw;
    margin-bottom: 4.0712468193vw;
  }
}
.o-404__title {
  color: var(--color-white);
  font-family: var(--font-900);
  font-size: 14.5502645503vw;
  line-height: 0.8;
  margin-bottom: 2.380952381vw;
}
@media (max-width: 768px) {
  .o-404__title {
    font-size: 30.0254452926vw;
    margin-bottom: 7.6335877863vw;
  }
}
.o-404__text {
  color: var(--color-white);
  font-family: var(--font-400);
  font-size: 1.5873015873vw;
  line-height: 1.35;
  margin-bottom: 2.7777777778vw;
  max-width: 34.3915343915vw;
}
@media (max-width: 768px) {
  .o-404__text {
    font-size: 4.5801526718vw;
    margin-bottom: 8.6513994911vw;
    max-width: 100%;
  }
}
.o-404__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.455026455vw;
  justify-content: center;
}
@media (max-width: 768px) {
  .o-404__actions {
    flex-direction: column;
    gap: 4.5801526718vw;
  }
}

.m-flex-bloc-introduction {
  padding: 20vh 8.3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 80vh;
  position: relative;
  z-index: 1; /* Derrière */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .m-flex-bloc-introduction {
    padding: 10vh 8.3vw;
  }
}
.m-flex-bloc-introduction__titre {
  font-family: var(--font-900);
  font-size: 11.2433862434vw;
  line-height: 9.2592592593vw;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .m-flex-bloc-introduction__titre {
    font-size: 12.7226463104vw;
    line-height: 1;
  }
}
.m-flex-bloc-introduction__texte {
  font-family: var(--font-300);
  font-size: 1.8518518519vw;
  line-height: 1;
  max-width: 580px;
}
@media (max-width: 768px) {
  .m-flex-bloc-introduction__texte {
    font-size: 4.5801526718vw;
    width: 90%;
  }
}

.m-flex-bloc-words-highlight {
  padding: 12vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-flex-bloc-words-highlight .text {
  max-width: 580px;
}

.m-flex-bloc-blockquote {
  padding: 8.333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .m-flex-bloc-blockquote {
    padding-bottom: 12vh;
  }
}
.m-flex-bloc-blockquote__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-flex-bloc-blockquote .text--quote {
  max-width: 900px;
}

.o-home-hero {
  width: 100vw;
  height: 100vh;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}
.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__content {
  position: absolute;
  width: 100vw;
  inset: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  .o-home-hero__content {
    padding-bottom: 17vh;
  }
}
.o-home-hero__logo {
  display: block;
  width: 81.6137566138vw;
  max-width: calc(100vw - 2.9100529101vw);
  position: relative;
  z-index: 11;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.o-home-hero__logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  overflow: visible;
}
.o-home-hero__logo svg,
.o-home-hero__logo path,
.o-home-hero__logo rect {
  fill: var(--color-white) !important;
}
.o-home-hero__video, .o-home-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .o-home-hero__logo {
    width: 81.4249363868vw;
    max-width: calc(100vw - 11.1959287532vw);
  }
}

.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__titre i {
  color: var(--color-primary);
  font-style: normal;
}
@media (max-width: 768px) {
  .o-home-introduction__titre {
    font-size: 10.1781170483vw;
    line-height: 1;
    width: 90%;
  }
}
.o-home-introduction__texte {
  font-family: var(--font-300);
  font-size: 1.8518518519vw;
  line-height: 1;
  max-width: 556px;
}
@media (max-width: 768px) {
  .o-home-introduction__texte {
    font-size: 4.5801526718vw;
    width: 90%;
  }
}

.o-home-highlight {
  padding: 1.455026455vw;
  display: flex;
  gap: 1.3227513228vw;
}
@media (max-width: 768px) {
  .o-home-highlight {
    flex-direction: column;
    padding: 5.5979643766vw;
    gap: 7.6335877863vw;
  }
}
.o-home-highlight__visuel {
  width: 64.417989418vw;
  flex: 0 0 64.417989418vw;
}
@media (max-width: 768px) {
  .o-home-highlight__visuel {
    width: 100%;
    flex: 0 0 auto;
    height: auto;
    aspect-ratio: 16/9;
  }
}
.o-home-highlight__visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o-home-highlight__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1.3227513228vw;
  min-width: 0;
  padding-right: 5.291005291vw;
}
@media (max-width: 768px) {
  .o-home-highlight__content {
    height: auto;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    gap: 3.8167938931vw;
  }
}
.o-home-highlight__titre {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-home-highlight__titre {
    font-size: 8.1424936387vw;
    line-height: 1.1;
  }
}
.o-home-highlight__texte {
  font-family: var(--font-300);
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .o-home-highlight__texte {
    text-align: center;
    font-size: 4.0712468193vw;
  }
}

.o-home-projets {
  padding: 1.455026455vw;
  padding-top: 4.2328042328vw;
}
.o-home-projets__titre {
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .o-home-projets__titre {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .o-home-projets {
    padding: 5.5979643766vw;
  }
}
.o-home-projets__content {
  display: flex;
  flex-direction: column;
  gap: 4.2328042328vw;
}
@media (max-width: 768px) {
  .o-home-projets__content {
    gap: 0vw;
  }
}
.o-home-projets__content .grid {
  padding: 1.455026455vw 0;
}
@media (max-width: 768px) {
  .o-home-projets__content .grid {
    padding: 5.5979643766vw 0;
  }
}

.o-projets-hero {
  padding: 0vw 1.455026455vw;
  margin-bottom: 4.2328042328vw;
}
@media (max-width: 768px) {
  .o-projets-hero {
    padding: 5.5979643766vw 5.5979643766vw;
    text-align: center;
  }
}
.o-projets-hero__titre {
  font-size: 9.3915343915vw;
  font-family: var(--font-900);
  margin-bottom: 2.7777777778vw;
  line-height: 0.9;
}
@media (max-width: 768px) {
  .o-projets-hero__titre {
    font-size: 12.213740458vw;
    margin-bottom: 5.0890585242vw;
    word-break: break-word;
  }
}
.o-projets-hero__titre--recherche {
  margin-bottom: 2.1164021164vw;
}
@media (max-width: 768px) {
  .o-projets-hero__titre--recherche {
    margin-bottom: 5.0890585242vw;
  }
}
.o-projets-hero__texte {
  font-size: 1.3227513228vw;
}
@media (max-width: 768px) {
  .o-projets-hero__texte {
    font-size: 4.0712468193vw;
    line-height: 1.4;
  }
}
.o-projets-hero__back-button {
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .o-projets-hero__back-button {
    margin-bottom: 7.6335877863vw;
  }
}
.o-projets-hero__back-button .icon svg, .o-projets-hero__back-button .label svg {
  transform: scaleX(-1);
}
.o-projets-hero__filtre-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6613756614vw;
  margin-top: 8.5317460317vw;
}
@media (max-width: 768px) {
  .o-projets-hero__filtre-list {
    margin-top: 10.1781170483vw;
    gap: 2.5445292621vw;
    justify-content: center;
  }
}
.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;
  width: calc(100% - 0.9920634921vw);
  height: 1px;
  background-color: var(--color-primary);
  opacity: 1;
  transition: all 0.4s ease-in-out;
  left: -100%;
}
@media (max-width: 768px) {
  .o-projets-hero__filtre-item:after {
    width: calc(100% - 2.5445292621vw);
  }
}
.o-projets-hero__filtre-item:hover::after, .o-projets-hero__filtre-item:active::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;
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 768px) {
  .o-projets-hero__filtre-button {
    font-size: 6.106870229vw;
    margin-right: 2.5445292621vw;
    letter-spacing: 0.5px;
  }
}
.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, .o-projets-hero__filtre-button:active {
  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-projets-posts__footer {
  display: flex;
  justify-content: center;
  margin-top: 3.5714285714vw;
}
.o-projets-posts__load-more.is-loading {
  pointer-events: none;
  opacity: 0.6;
}
.o-projets-posts--ajax {
  padding: 0;
}
@media (max-width: 768px) {
  .o-projets-posts {
    padding: 5.5979643766vw 5.5979643766vw;
  }
  .o-projets-posts__footer {
    margin-top: 10.6870229008vw;
  }
}

.o-projet-plus {
  padding: 4.2328042328vw 1.455026455vw;
  background: var(--color-black);
}
@media (max-width: 768px) {
  .o-projet-plus {
    padding: 10.1781170483vw 5.5979643766vw;
  }
}
.o-projet-plus__titre {
  text-align: center;
  margin-bottom: 1.9841269841vw;
}
@media (max-width: 768px) {
  .o-projet-plus__titre {
    margin-bottom: 5.0890585242vw;
  }
}
.o-projet-plus__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7936507937vw;
  padding: 1.3227513228vw;
}
@media (max-width: 768px) {
  .o-projet-plus__content {
    gap: 3.0534351145vw;
    padding: 0;
  }
}

.o-projet-hero {
  padding-bottom: 6.9444444444vw;
  display: flex;
  gap: 0.7936507937vw;
}
@media (max-width: 768px) {
  .o-projet-hero {
    display: flex;
    flex-direction: column;
    padding: 5.5979643766vw 5.5979643766vw;
    padding-bottom: 15.2671755725vw;
    gap: 3.8167938931vw;
  }
}
.o-projet-hero__client {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  height: 100%;
  width: 8.333vw;
  min-width: 0;
}
.o-projet-hero__client a {
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .o-projet-hero__client a {
    transform: rotate(0deg);
  }
}
@media (max-width: 768px) {
  .o-projet-hero__client {
    height: auto;
    width: 100%;
    margin-bottom: 2.5445292621vw;
  }
}
.o-projet-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .o-projet-hero__content {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.o-projet-hero__content .row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .o-projet-hero__content .row {
    flex-direction: column;
    gap: 0;
  }
  .o-projet-hero__content .row:not(.o-projet-hero__infos) {
    flex-direction: column-reverse;
  }
}
.o-projet-hero__visuel {
  aspect-ratio: 1221/570;
  overflow: hidden;
  grid-column: span 10;
}
.o-projet-hero__visuel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .o-projet-hero__visuel {
    aspect-ratio: 1221/670;
    margin-bottom: 5.0890585242vw;
  }
}
.o-projet-hero__infos {
  flex-wrap: nowrap;
  padding: 0 8.333vw;
  gap: 5%;
  padding-top: 18px;
}
@media (max-width: 768px) {
  .o-projet-hero__infos {
    padding: 28px;
  }
}
.o-projet-hero__metas {
  width: 35%;
}
@media (max-width: 768px) {
  .o-projet-hero__metas {
    display: flex;
    flex-direction: column-reverse;
    gap: 22px;
    width: 100%;
  }
}
.o-projet-hero__description {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  gap: 22px;
}
.o-projet-hero__description div {
  flex: 1;
}
@media (max-width: 768px) {
  .o-projet-hero__description {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    font-size: 4.0712468193vw;
    justify-content: center;
  }
}
.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;
}
@media (max-width: 768px) {
  .o-projet-hero__brand {
    font-size: 4.5801526718vw;
  }
}
.o-about-hero {
  padding: 1.455026455vw;
  padding-top: calc(5vw + 13px);
  padding-bottom: 0;
}
.o-about-hero__container {
  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;
}
@media (max-width: 768px) {
  .o-about-hero__container {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .o-about-hero {
    margin: 0;
    padding: 0;
  }
}
.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;
}
@media (max-width: 768px) {
  .o-about-hero__titre {
    font-size: 14.2493638677vw;
    width: 100%;
    padding: 15.2671755725vw 0vw;
    padding-bottom: 6.106870229vw;
    line-height: 1;
  }
}
.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;
}
@media (max-width: 768px) {
  .o-about-hero__sous-titre {
    font-size: 4.5801526718vw;
    padding: 10.1781170483vw 0vw;
    padding-top: 0vw;
    line-height: 1.2;
  }
}
.o-about-hero__services {
  display: flex;
  gap: 3.1746031746vw;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .o-about-hero__services {
    display: block;
    width: 100%;
    background: #000;
    padding-bottom: 25.9541984733vw;
  }
}
.o-about-hero__service {
  text-align: left;
}
@media (max-width: 768px) {
  .o-about-hero__service {
    text-align: center;
    width: 100%;
    display: block;
  }
}
.o-about-hero__service-titre {
  font-size: 2.7777777778vw;
  color: var(--color-white);
  font-family: var(--font-900);
  margin-bottom: 1.3227513228vw;
}
@media (max-width: 768px) {
  .o-about-hero__service-titre {
    font-size: 7.1246819338vw;
    padding: 15.2671755725vw 0vw;
    padding-bottom: 3.5623409669vw;
  }
}
.o-about-hero__service-description {
  width: 100%;
  max-width: 310px;
  font-size: 16px;
  color: var(--color-white);
  font-family: var(--font-500);
}
.o-about-hero__service-description p {
  width: 100%;
}
.o-about-hero__service-description p br {
  display: none;
}
@media (max-width: 768px) {
  .o-about-hero__service-description {
    font-size: 4.0712468193vw;
    line-height: 1.4;
    width: 70%;
    margin: 0 auto;
  }
}

.m-flex-bloc-keypoints__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .m-flex-bloc-keypoints__container {
    display: block;
  }
}
.m-flex-bloc-keypoints .left-part, .m-flex-bloc-keypoints .right-part {
  flex-grow: 1;
  box-sizing: border-box;
}
.m-flex-bloc-keypoints .left-part {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 8.333vw;
  display: flex;
  flex-direction: column;
  max-width: 58%;
  min-width: 45%;
  padding-right: 0;
  justify-content: center;
  height: 100vh;
}
@media (max-width: 768px) {
  .m-flex-bloc-keypoints .left-part {
    z-index: 1;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 8.333vw;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
  }
}
.m-flex-bloc-keypoints .left-part p {
  max-width: 520px;
}
.m-flex-bloc-keypoints .right-part {
  max-width: 45%;
  padding-top: 4vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-keypoints .right-part {
    padding-top: 0;
    max-width: 100%;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, #000 75px, #000 150px);
  }
}
.m-flex-bloc-keypoints .keypoints__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding: 8.333vw 8.333vw 8.333vw 6vw;
  height: 100vh;
}
@media (max-width: 768px) {
  .m-flex-bloc-keypoints .keypoints__item {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: auto;
    min-height: 100vh;
    padding: 22vw 8.3vw 36vw 8.3vw;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, #000 75px, #000 150px);
  }
}
.m-flex-bloc-keypoints .keypoints__item .title {
  margin-bottom: 8px;
}
.m-flex-bloc-keypoints .keypoints__item .label {
  margin-bottom: 0.8vw;
}
.m-flex-bloc-keypoints .keypoints__list {
  padding: 12px 0;
}
.m-flex-bloc-keypoints .keypoints__arg {
  font: var(--font-500);
  font-size: 22px;
  margin-bottom: 4px;
}

.m-flex-bloc-creative-hub {
  padding: 0 1.455026455vw;
  padding-top: 1.455026455vw;
  background: black;
  position: relative;
}
@media (max-width: 768px) {
  .m-flex-bloc-creative-hub {
    padding: 0 0vw;
    padding-top: 5.0890585242vw;
  }
}
.m-flex-bloc-creative-hub__visuel {
  width: 100%;
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  aspect-ratio: 1468/734;
}
@media (max-width: 768px) {
  .m-flex-bloc-creative-hub__visuel {
    aspect-ratio: 402/553;
    max-height: none;
  }
}
.m-flex-bloc-creative-hub__visuel img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(-20%);
}
@media (max-width: 768px) {
  .m-flex-bloc-creative-hub__visuel img {
    height: 110%;
  }
}
.m-flex-bloc-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;
  aspect-ratio: 1468/744;
  position: relative;
}
.m-flex-bloc-creative-hub__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12vw;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .m-flex-bloc-creative-hub__content {
    padding: 5.5979643766vw;
    padding-bottom: 15.2671755725vw;
    aspect-ratio: 402/553;
  }
  .m-flex-bloc-creative-hub__content::before {
    height: 52vw;
  }
}
.m-flex-bloc-creative-hub__content-titre {
  font-size: 7.4074074074vw;
  font-family: var(--font-900);
  top: -8.0687830688vw;
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
}
@media (max-width: 768px) {
  .m-flex-bloc-creative-hub__content-titre {
    font-size: 12.213740458vw;
    top: -17.8117048346vw;
  }
}
.m-flex-bloc-creative-hub__content-sous-titre {
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1.455026455vw;
  width: 100%;
  max-width: 720px;
  font-style: normal !important;
}
.m-flex-bloc-creative-hub__content-sous-titre::before, .m-flex-bloc-creative-hub__content-sous-titre:after {
  display: none;
}
@media (max-width: 768px) {
  .m-flex-bloc-creative-hub__content-sous-titre {
    width: 100%;
    font-size: 4.0712468193vw;
    margin-bottom: 5.0890585242vw;
  }
}
.m-flex-bloc-creative-hub__content-texte {
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-flex-bloc-creative-hub__content-texte {
    width: 100%;
    gap: 3.8167938931vw;
    line-height: 1.5;
  }
}

.o-about-crafting {
  margin-bottom: 0;
  padding: 1.455026455vw;
  background: #000;
  color: #fff;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .o-about-crafting {
    height: 20vh;
    padding: 0vw 5.5979643766vw;
    padding-bottom: 17vh;
  }
}
.o-about-crafting__titre {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 10;
  background-color: #000;
  padding: 0 20px;
  color: var(--color-primary);
}
.o-about-crafting__mots {
  display: grid;
  place-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.o-about-crafting__mot {
  text-transform: uppercase;
  font-size: 6.746031746vw;
  font-family: var(--font-500);
  opacity: 1;
  position: relative;
  opacity: 0;
  white-space: nowrap;
  grid-area: 1/1;
  width: 100%;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 50%, #000 100%);
  padding-top: 5.291005291vw;
  margin-top: -5.291005291vw;
  transform: translateY(150%);
  will-change: transform;
}
.o-about-crafting__mot::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
@media (max-width: 768px) {
  .o-about-crafting__mot {
    font-size: 10.6870229008vw;
    line-height: 1.2;
    padding-top: 10.1781170483vw;
    margin-top: -10.1781170483vw;
  }
}

.m-flex-bloc-peoples {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.455026455vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples {
    padding: 5.5979643766vw;
  }
}
.m-flex-bloc-peoples__titre {
  font-family: var(--font-900);
  font-size: 7.4074074074vw;
  text-align: center;
  margin-bottom: 2.7777777778vw;
  width: 100%;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__titre {
    font-size: 12.7226463104vw;
    margin-bottom: 7.6335877863vw;
  }
}
.m-flex-bloc-peoples__contenu {
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  width: 580px;
  margin: 0 auto;
  margin-bottom: 2.7777777778vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__contenu {
    width: 100%;
  }
}
.m-flex-bloc-peoples__grid {
  margin-top: 4.2328042328vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6613756614vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__grid {
    margin-top: 10.1781170483vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5445292621vw;
  }
}
.m-flex-bloc-peoples__item {
  aspect-ratio: 360/627;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.m-flex-bloc-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%);
}
.m-flex-bloc-peoples__item:hover .m-flex-bloc-peoples__label-nom, .m-flex-bloc-peoples__item:active .m-flex-bloc-peoples__label-nom, .m-flex-bloc-peoples__item:focus .m-flex-bloc-peoples__label-nom {
  bottom: 5.9523809524vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__item:hover .m-flex-bloc-peoples__label-nom, .m-flex-bloc-peoples__item:active .m-flex-bloc-peoples__label-nom, .m-flex-bloc-peoples__item:focus .m-flex-bloc-peoples__label-nom {
    font-size: 22px;
    bottom: 22.9007633588vw;
  }
}
.m-flex-bloc-peoples__item:hover .m-flex-bloc-peoples__label-prenom, .m-flex-bloc-peoples__item:active .m-flex-bloc-peoples__label-prenom, .m-flex-bloc-peoples__item:focus .m-flex-bloc-peoples__label-prenom {
  bottom: 8.5978835979vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__item:hover .m-flex-bloc-peoples__label-prenom, .m-flex-bloc-peoples__item:active .m-flex-bloc-peoples__label-prenom, .m-flex-bloc-peoples__item:focus .m-flex-bloc-peoples__label-prenom {
    font-size: 22px;
    bottom: 33.0788804071vw;
  }
}
.m-flex-bloc-peoples__item:hover .m-flex-bloc-peoples__role, .m-flex-bloc-peoples__item:active .m-flex-bloc-peoples__role, .m-flex-bloc-peoples__item:focus .m-flex-bloc-peoples__role {
  bottom: 2.6455026455vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__item:hover .m-flex-bloc-peoples__role, .m-flex-bloc-peoples__item:active .m-flex-bloc-peoples__role, .m-flex-bloc-peoples__item:focus .m-flex-bloc-peoples__role {
    bottom: 10.1781170483vw;
  }
}
.m-flex-bloc-peoples__item:hover::after, .m-flex-bloc-peoples__item:active::after, .m-flex-bloc-peoples__item:focus::after {
  opacity: 1;
}
.m-flex-bloc-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;
}
.m-flex-bloc-peoples__label-nom {
  bottom: -5.9523809524vw;
  transition: all 0.4s ease-in-out;
  top: auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5132275132vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__label-nom {
    bottom: -22.9007633588vw;
  }
}
.m-flex-bloc-peoples__label-prenom {
  bottom: -8.5978835979vw;
  transition: all 0.3s ease-in-out;
  top: auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5132275132vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__label-prenom {
    bottom: -33.0788804071vw;
  }
}
.m-flex-bloc-peoples__role {
  font-size: 17px;
  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;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .m-flex-bloc-peoples__role {
    font-size: 3.5623409669vw;
    bottom: -10.1781170483vw;
  }
}

.m-flex-bloc-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;
}
@media (max-width: 768px) {
  .m-flex-bloc-globe {
    padding-top: 15.2671755725vw;
    padding-bottom: 10.1781170483vw;
  }
}
.m-flex-bloc-globe__globe {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 600px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .m-flex-bloc-globe__globe {
    max-width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: 1;
    padding: 0 5.5979643766vw;
  }
}
.m-flex-bloc-globe__globe::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91%;
  height: 91%;
  border-radius: 50%;
  border: #fff 1px solid;
  pointer-events: none;
}
.m-flex-bloc-globe__container {
  width: 96%;
  height: 96%;
  cursor: default;
}
.m-flex-bloc-globe__container canvas {
  outline: none;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.m-flex-bloc-globe .globe-marker {
  width: 0;
  height: 0;
  z-index: 10;
  pointer-events: none;
  will-change: transform, opacity;
}
.m-flex-bloc-globe .globe-marker__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translate(-13px, -81%);
}
@media (max-width: 768px) {
  .m-flex-bloc-globe .globe-marker__inner {
    transform: translate(-10px, -81%) scale(0.8);
  }
}
.m-flex-bloc-globe .globe-marker__top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-flex-bloc-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);
}
.m-flex-bloc-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;
}
.m-flex-bloc-globe .globe-marker__line {
  width: 1px;
  height: 30px;
  background-color: #FF5400;
  margin-left: 5.5px;
}
@media (max-width: 768px) {
  .m-flex-bloc-globe .globe-marker__line {
    height: 20px;
  }
}
.m-flex-bloc-globe__content {
  padding: 1.455026455vw;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  font-family: var(--font-400);
  background: #000;
}
@media (max-width: 768px) {
  .m-flex-bloc-globe__content {
    padding: 5.5979643766vw;
    margin-top: 10.1781170483vw;
  }
}
.m-flex-bloc-globe__content-titre {
  font-size: 7.4074074074vw;
  font-family: var(--font-900);
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .m-flex-bloc-globe__content-titre {
    font-size: 12.213740458vw;
    line-height: 1.1;
    margin-bottom: 5.0890585242vw;
  }
}
.m-flex-bloc-globe__content-sous-titre {
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 1.455026455vw;
  width: 750px;
  font-style: normal !important;
}
.m-flex-bloc-globe__content-sous-titre::before, .m-flex-bloc-globe__content-sous-titre:after {
  display: none;
}
@media (max-width: 768px) {
  .m-flex-bloc-globe__content-sous-titre {
    width: 100%;
  }
}
.m-flex-bloc-globe__content-texte {
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  width: 580px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .m-flex-bloc-globe__content-texte {
    width: 100%;
  }
}

.m-flex-bloc-csr {
  min-height: 42.1296296296vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .m-flex-bloc-csr {
    height: auto;
    padding: 15.2671755725vw 0;
  }
}
.m-flex-bloc-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;
}
@media (max-width: 768px) {
  .m-flex-bloc-csr__content {
    padding: 5.5979643766vw;
    padding-bottom: 10.1781170483vw;
  }
}
.m-flex-bloc-csr__content-titre.title.title--xl {
  width: 100%;
  margin-bottom: 0;
}
.m-flex-bloc-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;
}
@media (max-width: 768px) {
  .m-flex-bloc-csr__content-sous-titre {
    width: 100%;
    font-size: 4.0712468193vw;
  }
}
.m-flex-bloc-csr__content-texte {
  display: flex;
  flex-direction: column;
  gap: 1.0582010582vw;
  width: 36.3756613757vw;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 768px) {
  .m-flex-bloc-csr__content-texte {
    width: 100%;
  }
}
.m-flex-bloc-csr__content-texte-visuel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.9682539683vw;
  width: 100%;
  max-width: 850px;
}
@media (max-width: 768px) {
  .m-flex-bloc-csr__content-texte-visuel {
    flex-direction: column-reverse;
    width: 100%;
    gap: 7.6335877863vw;
  }
}
.m-flex-bloc-csr__content-texte-visuel img {
  flex-shrink: 1;
  width: 12.037037037vw;
}
@media (max-width: 768px) {
  .m-flex-bloc-csr__content-texte-visuel img {
    width: 30.534351145vw;
  }
}

.o-section-video {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 2; /* Devant : Elle passera par dessus */
}
@media (max-width: 768px) {
  body:not(.home) .o-section-video {
    height: auto;
  }
}
.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%;
  position: relative;
}
.o-section-video__preview.has-label {
  cursor: pointer;
}
@media (max-width: 768px) {
  .o-section-video__preview.has-label {
    background: black;
  }
  .o-section-video__preview.has-label video {
    opacity: 0.5;
  }
}
.o-section-video__preview video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .o-section-video__label {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
  }
}
.o-section-video.is-playing .o-section-video__label {
  display: none;
}
.o-section-video.is-playing .o-section-video__preview {
  cursor: default;
}
@media (max-width: 768px) {
  .o-section-video.is-playing .o-section-video__preview.has-label {
    background: none;
  }
  .o-section-video.is-playing .o-section-video__preview.has-label video {
    opacity: 1;
  }
}

.o-brand-partners {
  padding: 7.9365079365vw 0;
}
@media (max-width: 768px) {
  .o-brand-partners {
    padding: 15.2671755725vw 0;
  }
}
.o-brand-partners__titre {
  text-align: center;
  margin-bottom: 2.5132275132vw;
}
@media (max-width: 768px) {
  .o-brand-partners__titre {
    font-size: 8.1424936387vw;
    margin-bottom: 5.0890585242vw;
  }
}
.o-brand-partners__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .o-brand-partners__content {
    gap: 3.8167938931vw;
  }
}
.o-brand-partners__content a {
  text-transform: uppercase;
  font-size: 6.746031746vw;
  font-family: var(--font-500);
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media (max-width: 768px) {
  .o-brand-partners__content a {
    font-size: 9.1603053435vw;
    line-height: 1.2;
  }
}
.o-brand-partners__content a .text {
  opacity: 1;
  display: block;
  transition: 0.1ms;
  transition-delay: 0;
  pointer-events: none;
  letter-spacing: 5.5%;
}
.o-brand-partners__content a .label {
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0, 1, 0.45, 1);
  top: 0;
  transform: translate(0%, 0%) !important;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  transition: opacity 0.55s cubic-bezier(1, 0, 1, 0.63), transform 0.55s cubic-bezier(1, 0, 1, 0.63);
  transform: translateY(80%) !important;
}
.o-brand-partners__content a .label .is-active {
  opacity: 0;
  transition: 0.1ms;
  transition-delay: 0;
}
.o-brand-partners__content a:hover .text {
  position: relative;
  opacity: 0;
  transition: 0.1ms;
  transition-delay: 0.55s;
}
.o-brand-partners__content a:hover .label {
  opacity: 1;
  transform: translateY(0px) !important;
  transition: opacity 0.55s cubic-bezier(0, 1, 0.45, 1), transform 0.55s cubic-bezier(0, 1, 0.45, 1);
  pointer-events: all;
}
.o-brand-partners__content a:hover .label .is-active {
  opacity: 1;
  transition: 0.1ms;
  transition-delay: 0.55s;
}
.o-brand-partners__content a:hover .label:hover .is-active {
  transition-delay: 0;
  transition: 0.55ms cubic-bezier(0, 1, 0.45, 1);
}
.o-brand-partners__content a:active .text {
  opacity: 0;
}
.o-brand-partners__content a:active .label {
  opacity: 1;
  color: transparent;
  transform: translateY(0px) !important;
}
/*# sourceMappingURL=main.css.map */
