@font-face {
  font-family: Satoshi Variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-VariableItalic.woff2') format("woff2");
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci Display;
  src: url('../fonts/TRJNDaVinci-Display.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Display;
  src: url('../fonts/TRJNDaVinciItalic-Display.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --_font-sizes---55px: 3.4375em;
  --_font-sizes---34px: 2.125em;
  --_font-sizes---21px: 1.3125em;
  --_spacing---120: 7.5em;
  --_spacing---30: 1.875em;
  --_spacing---90: 5.625em;
  --_spacing---60: 3.75em;
  --_spacing---15: .9375em;
  --_spacing---0: 0em;
  --_font-sizes---16px: 1em;
  --_font-sizes---18px: 1.125em;
  --white: #fff;
  --_spacing---240: 15em;
  --black: #000;
  --_spacing---7-5: .46875em;
  --_spacing---max-width: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
/* FLUID FONT SIZE */

body {
font-size: 1.1111111111111112vw;
}
/* Max Font Size */
@media screen and (min-width:1440px) {
body {font-size: 14px;}
}
/* Min Font Size */
@media screen and (max-width:991px) {
body {font-size: 14px;}
}

body {
  color: #0d0d0d;
  font-family: Satoshi, Arial, sans-serif;
  line-height: 1.1;
  margin: 0;
  width: 100%;
}

h1 {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---55px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---34px);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---21px);
  margin: 0;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
}

li {
  font-weight: 300;
}

.c {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 1.875em;
  position: relative;
}

.c.hero {
  max-width: none;
  padding: 0;
  position: sticky;
  top: 0;
  background-image: url('../images/komball1213-p-2000.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.button:hover .courbe_right {
  transform: scale(1.1);
  right: -7px;
}

.button:hover .courbe_left {
  transform: scale(1.1);
  left: -7px;
}

.bg--panels {
    position: absolute;
    inset: 0;               /* pile au parent */
    border-radius: 15px;
    will-change: clip-path;
    z-index: 2;
}

.bg--panels.strategy-bg {
  background-image: url('../images/high-angle-view-silhouette-person-walking-footpath-sunny-day.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pill {
    position: absolute;
    left: 0em;
    top: 7.5em;
    background: #ffffff;
    z-index: 50;
    white-space: nowrap;
    min-width: 100px;
    text-align: center;
    transform: translateX(-7%);
    display: block;
    color: #000;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 3.75em;
    padding: .9375em 1.875em;
}


.project--name {
    opacity: 0;
}

.substract--contents {
    position: absolute;
    inset: 0;
    padding: 240px 56px 56px 56px;
    line-height: 1.5;
    z-index: 4;
    pointer-events: auto;
}

.container-old {
  padding: var(--_spacing---120) var(--_spacing---30);
  width: 100%;
  position: relative;
}

.container-old.padding-left--0 {
  padding-right: var(--_spacing---0);
  padding-left: var(--_spacing---15);
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 100%;
  display: flex;
}

.quote {
  font-size: var(--_font-sizes---16px);
}

.subtitle {
  font-size: var(--_font-sizes---21px);
}

.button--text {
  color: #333;
  font-size: var(--_font-sizes---18px);
  font-weight: 700;
}

.h-55 {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---55px);
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
}

.h-34 {
  color: #0d0d0d;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---34px);
  text-align: center;
  font-weight: 300;
  line-height: 1.1;
}

.h-34.is-white {
  color: var(--white);
}

.capital {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---34px);
  text-transform: uppercase;
  font-weight: 700;
}

.v-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-section {
  width: 100%;
  margin-bottom: -100svh;
  position: relative;
}

.txt--center {
  text-align: center;
}

.vector {
  width: 88px;
  height: 115px;
}

.section {
  background-color: var(--white);
  padding: 7.5em 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section.component--section {
  padding: 0;
}

.fs{
  height: 100vh;
  z-index: 1;
}

.section.is--first {
  border-radius: 17px 17px 0 0;
}

.section.is--last {
  border-radius: 0 0 17px 17px;
  z-index: 1;
}

.section.is-styleguide {
  padding-top: var(--_spacing---90);
  padding-bottom: var(--_spacing---90);
}

.substract__component {
  flex: 1;
  position: static;
}

.substract__component.strat {
  position: relative;
  min-height: 80vh;
}

.substract--content__wrapper {
  z-index: 5;
  padding-top: 15em;
  padding-left: 6.875em;
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.substract--list {
  z-index: -1;
  opacity: 0;
  padding-left: 60px;
  font-size: 1em;
  position: absolute;
}

.substract--list.is-active {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.paragraph {
  font-size: var(--_font-sizes---21px);
}

.bg--panel {
  background-color: #000;
  max-height: 80vh;
}

.bg--panel.strat {
  background-image: url('../images/high-angle-view-silhouette-person-walking-footpath-sunny-day.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg--panels.webdesign-bg {
  background-image: url('../images/high-angle-view-man-standing-street.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg--panels.web-bg {
  background-image: url('../images/scenic-view-mountains-foggy-weather.png');
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hidden-embed {
  display: none;
}

.substract--content {
  z-index: 5;
  grid-column-gap: var(--_spacing---60);
  grid-row-gap: var(--_spacing---60);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.substract--button__wrapper {
  z-index: 1;
  margin-right: var(--_spacing---60);
  margin-bottom: var(--_spacing---60);
  position: absolute;
  inset: auto 0% 0% auto;
}

.p-34 {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---34px);
  text-align: center;
}

.styleguide {
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 3.13em;
  padding-bottom: 3.13em;
  display: flex;
}

.styleguide.is-black {
  background-color: var(--black);
}

.citation_text {
  font-family: Display, Times New Roman, sans-serif;
  font-size: var(--_font-sizes---34px);
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.team {
  padding-right: var(--_spacing---120);
  padding-bottom: var(--_spacing---240);
  padding-left: var(--_spacing---120);
  grid-column-gap: var(--_spacing---60);
  grid-row-gap: var(--_spacing---60);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.value__wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--_spacing---60);
  justify-content: center;
  align-items: start;
  width: 100%;
  display: flex;
  position: relative;
}

.value__card {
  aspect-ratio: 3 / 2;
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/aa880b62a6bf2c6eead96af005d4bb09-6.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding:1.875em 0.9375em;
  max-width: 22.5em;
  display: flex;
  flex-direction: column;
  gap: 1.875em;
  position: relative;
}

.margin-top--50 {
  margin-top: 50px;
}

.is--clear {
  opacity: 0;
  color: #fff;
  transition: opacity .2s;
  position: absolute;
}

.is--clear.is-active {
  opacity: 1;
  position: relative;
}

.service {
  grid-column-gap: var(--_spacing---30);
  grid-row-gap: var(--_spacing---30);
  justify-content: flex-start;
  align-items: flex-start;
  height: 2.4em;
  display: flex;
}

.hero_content {
  grid-column-gap: var(--_spacing---30);
  grid-row-gap: var(--_spacing---30);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.hero_content.center {
  justify-content: center;
  align-items: center;
  padding: 0px 30px
}

.hero_content.is-nous {
  height: 60vh;
}

.project_filter {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40em;
  margin-left: auto;
  display: flex;
}

.project_wrapper {
  margin-top: var(--_spacing---60);
  padding-bottom: var(--_spacing---240);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.project_item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 42.2em;
  display: flex;
  position: relative;
}

.project_item.is-left-auto {
  margin-left: auto;
}

.project_img {
  aspect-ratio: 3 / 2;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  width: 100%;
  transition: transform .3s cubic-bezier(.77, 0, .175, 1);
}

.project_img:hover {
  transform: scale(1.1);
}

.heading-2 {
  font-family: Satoshi Variable, Arial, sans-serif;
}

.button {
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 2.78em;
  padding: .46875em 1.875em;
  font-weight: 700;
  display: flex;
  position: relative;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.button.is-inverted {
  color: #fff;
}

.button.is-inverted:hover {
  color: #000;
  background-color: #fff;
}

.button.is-plus {
  color: #fff;
  height: 2em;
  margin-top: 1.875em;
  mix-blend-mode: difference;
}

.button.is-plus:hover {
  color: #000;
  background-color: #fff;
}

.button.is-projet {
  position: absolute;
  bottom: -4.1em;
  right: 0%;
}

.courbe_right {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.courbe_left {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button_text {
  font-weight: 700;
}

.button_text_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button_text.is-inverted {
  color: #fff;
  overflow: hidden;
  position: absolute;
}

.button_text.is-inverted.close {
  display: none;
}

.button_text.is-inverted.open {
  display: block;
}

.footer {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 200vh;
  margin-top: -100vh;
  display: flex;
}

.is-da-vinci {
  font-family: Display, Times New Roman, sans-serif;
}

.footer_p {
  color: #fff;
  text-align: center;
  max-width: 960px;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 2.125em;
}

.spacer {
  width: 100%;
  height: 100svh;
}

.footer_text {
  color: var(--white);
  text-align: center;
  max-width: 960px;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.footer_wrapper {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  bottom: 0;
}

.footer_title {
  color: #fff;
  font-family: Display, Times New Roman, sans-serif;
  font-size: 3.4375em;
  font-weight: 400;
  line-height: 1.1;
}

.nav {
  grid-column-gap: .9375em;
  grid-row-gap: .9375em;
  justify-content: center;
  align-items: center;
  height: 2.78em;
  display: flex;
  position: relative;
  margin-left:auto;
}

.menu {
  z-index: 11;
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .9375em 1.875em;
  display: flex;
  margin-bottom: -4.655em;
  position: sticky;
  top: 0;
}

.menu.hidden {
  display: none;
}

.paragraph-3 {
  font-weight: 700;
}

.logo_text {
  color: #fff;
  mix-blend-mode: difference;
  font-family: Display, Times New Roman, sans-serif;
  font-size: 1.94em;
  line-height: 1;
}

.nav_offset_line {
  background-color: #000;
  width: 2em;
  height: 5px;
  margin-right: .9375em;
  position: relative;
  top: -.4em;
}

.nav_offset_text {
  text-transform: uppercase;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: 2.125em;
  font-weight: 700;
}

.nav_offset_wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.global {
  z-index: 9999;
  mix-blend-mode: difference;
  height: 0;
  position: sticky;
  top: 0;
}

.mail {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: .9375em;
  padding-right: .9375em;
  display: flex;
  margin-left: auto;
  z-index: 999;
  position: absolute;
  right: 7.8125em;
}

.mail.button:hover {
  color: #000;
  background-color: #000;
  mix-blend-mode: normal;
}

.nav_trigger {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 6.875em;
  padding-left: .9375em;
  padding-right: .9375em;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
}

.nav_offset_wrapper {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.nav_offset_wrapper:hover {
  color: #00000050;
  transition: color 0.05s ease-out;
}
.nav_offset {
  z-index: 9;
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .9375em;
  max-width: 100%;
  margin-right: .9375em;
  margin-left: .9375em;
  margin-top: 0.3125em;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 0 5px #0003;
  width: 25em;
}

.nav_offset_content {
  grid-column-gap: .9375em;
  grid-row-gap: .9375em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: .9375em;
  padding-top: 8.75em;
  padding-bottom: 8.75em;
  display: flex;
}

.nav_offset_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav_offset_content li {
  font-weight: inherit;
  list-style: none;
}

.nav_offset_menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.78em;
  display: flex;
  position: absolute;
  top: .9375em;
  right: .9375em;
}

.mail_img {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 100%;
  display: flex;
  position: relative;
}

.visual_item {
  z-index: -1;
  opacity: 0;
  background-image: url('../images/bg-loading_1bg-loading.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overview_visual {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.content_item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  opacity: .3;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  transition: opacity .2s;
  display: block;
}

.content_item:hover {
  opacity: .8;
}

.return__button-2 {
  z-index: 1;
  flex: none;
  padding: 15px;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: -55px;
}

.projet_collection_wrapper {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  flex-flow: column;
  display: flex;
}

.projet_collection_wrapper.is-top-padding {
  padding-top: 7.5em;
}

.section-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-2.is-projet {
  z-index: 1;
  background-color: #fff;
  padding-top: 15em;
  position: relative;
}

.projet_image {
  border-radius: 15px;
  width: 50%;
  height: calc(100vh - 7.5em);
  position: sticky;
  top: 4.5em;
  overflow: hidden;
}

.projet_descripton {
  padding: 0em var(--_spacing---30);
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin-bottom: 15em;
  display: flex;
  position: relative;
}

.projet-nav_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.image-2 {
  aspect-ratio: 16 / 9;
  border-radius: 15px;
  width: 100%;
}

.projet_collection {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1920px;
  margin-bottom: 15em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5em;
  padding-right: 7.5em;
  display: grid;
}

.projet_credis {
  color: #fff;
  background-color: #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875em;
  font-weight: 500;
  display: flex;
}

.projet-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15em;
  padding-left: 7.5em;
  padding-right: 7.5em;
  display: flex;
}

.projet_credits_text {
  line-height: 1.4;
}

.projet_lb {
  border-radius: 15px;
  overflow: hidden;
}

.projet_image_wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 150vh;
  margin-bottom: 15em;
  padding-left: 1.875em;
  padding-right: 1.875em;
  display: flex;
}

.citation_wrapper {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 65em;
  position: relative;
  height:100%;
  gap: 3.75em;
}

.paragraph-4 {
  font-weight: 700;
}

.trait {
  height: 22em;
  position: absolute;
}

.contact {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}


.contact_wrapper {
  grid-column-gap: var(--_spacing---30);
  grid-row-gap: var(--_spacing---30);
  background-image: url('../images/komball1213.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.contact_title {
  color: #fff;
  font-size: 3.4375em;
  font-weight: 400;
  line-height: 1.1;
}

.contact_text {
  margin-bottom: var(--_spacing---30);
  color: var(--white);
  text-align: center;
  max-width: 960px;
  font-family: Satoshi Variable, Arial, sans-serif;
}

.a-propos_title {
  color: var(--white);
  font-family: Display, Times New Roman, sans-serif;
  font-size: var(--_font-sizes---55px);
  line-height: 1.1;
}

.equipe {
  z-index: 1;
  padding-top: var(--_spacing---120);
  background-color: var(--white);
  position: relative;
}

.team_wrapper {
  grid-column-gap: var(--_spacing---60);
  grid-row-gap: var(--_spacing---60);
  width: auto;
  display: flex;
}

.membre {
  grid-column-gap: var(--_spacing---15);
  grid-row-gap: var(--_spacing---15);
  flex-flow: column;
  width: 22.5em;
  display: flex;
}

.membre_image {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 22.5em;
}

.section-image {
  z-index: 1;
  padding: var(--_spacing---15);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.block-image_wrapper {
  background-image: url('../images/scenic-view-mountain-against-sky-compressed.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 66vh;
  border-radius: 30px;
  display: flex;
  position: relative;
  padding: 3.75em;
}

.section-image_content {
  z-index: 1;
  padding-right: var(--_spacing---120);
  padding-left: var(--_spacing---120);
  grid-column-gap: var(--_spacing---60);
  grid-row-gap: var(--_spacing---60);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.partenaires {
  z-index: 1;
  padding-top: var(--_spacing---120);
  background-color: var(--white);
  position: relative;
}

.image--content__wrapper {
  grid-column-gap: var(--_spacing---60);
  grid-row-gap: var(--_spacing---60);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
  position: relative;
}

.our-values {
  padding: 7.5em 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 3.75em;
}

.value-title {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---34px);
  text-transform: uppercase;
  font-weight: 700;
}

.home_subtitle {
  text-align: center;
  max-width: 600px;
}

.overview__list {
  flex-flow: column;
  display: block;
}

.bg--panels {
  background-color: #000;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  position: absolute;
}

.project--name {
  z-index: -1;
  opacity: 0;
  text-transform: uppercase;
  font-size: 2.125em;
  font-weight: 700;
  position: absolute;
}

.project--name.is-active {
  z-index: 2;
  opacity: 100;
  position: relative;
}

.substract--content-text {
  z-index: -1;
  opacity: 0;
  font-weight: 450;
  font-size: 1.3125em;
  position: absolute;
}

.substract--content-text.is-active {
  z-index: 1;
  opacity: 1;
  position: relative;
}

.substract__wrapper {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.overview--list {
  background-color: #fff;
  position: relative;
}

.substract--content__wrappers {
  z-index: 5;
  padding-top: var(--_spacing---240);
  padding-right: var(--_spacing---60);
  padding-left: var(--_spacing---120);
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  display: flex;
  position: relative;
}

.overview__sticky {
  z-index: 2;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.project__imgs {
  z-index: 2;
  opacity: 0;
  border-radius: 15px;
  width: 40%;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.project__imgs.is-active {
  z-index: 2;
  opacity: 1;
  transition-property: all;
}

.image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.overview__component {
  width: 100%;
  position: relative;
}

.substracts__component {
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.overview__trigger {
  height: 80vh;
}

.animated--line {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.solutions__component {
  margin-bottom: var(--_spacing---60);
  border-radius: 15px;
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.faq_reponse_text {
  padding-top: .9375em;
  font-weight: 300;
  overflow: hidden;
  width: 100%;
}

.section_title_wrapper {
  grid-column-gap: .9375em;
  grid-row-gap: .9375em;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.section_title_wrapper.is-faq {
  max-width: 1440px;
  margin-bottom: 1.875em;
}

.faq_question {
  color: #fff;
  font-family: Satoshi Variable, Arial, sans-serif;
  font-weight: 500;
}

.faq_wrapper {
  background-color: #000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.875em;
  font-weight: 500;
  display: flex;
}

.section_title_text {
  text-transform: uppercase;
  font-weight: 700;
}

.faq {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq_reponse {
  color: #fff;
  display: flex;
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.faq_reponse.is-open {
  height: auto;
}

.question_test {
  font-weight: 500;
}

.faq_container {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  flex-flow: column;
  display: flex;
}

.section_title_line {
  background-color: #000;
  width: 2em;
  height: 5px;
  position: relative;
  top: -.2em;
}

.page {
  width: 100%;
  max-width: 3200px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  padding: var(--_spacing---120) var(--_spacing---30);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.solution_wrapper {
  padding-right: var(--_spacing---30);
  padding-left: var(--_spacing---30);
  grid-column-gap: var(--_spacing---30);
  grid-row-gap: var(--_spacing---30);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.service_icon {
  height: 100%;
}

.hero_background {
  z-index: -1;
  object-fit: cover;
  object-position: 80% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.projet {
  padding-top: var(--_spacing---240);
  padding-right: var(--_spacing---30);
  padding-left: var(--_spacing---30);
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.projet_filter_wrapper {
  margin-top: var(--_spacing---30);
  grid-column-gap: var(--_spacing---30);
  grid-row-gap: var(--_spacing---30);
  display: flex;
}

.projet_title {
  margin-bottom: var(--_spacing---60);
  width: 50em;
}

.projet_img_wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.split-lines {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.code-embed {
  margin-bottom: 0;
  display: none;
}

.main--text {
  font-weight: 500;
}

.lottie--split {
  height: 150px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.lottie__wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #fff;
}

.line {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.capital-sm {
  font-family: Satoshi Variable, Arial, sans-serif;
  font-size: var(--_font-sizes---18px);
  text-transform: uppercase;
  font-weight: 700;
}

.back-button__wrapper {
  margin-top: 15px;
  margin-right: 1.875em;
  position: absolute;
  inset: 60px 0% auto auto;
}

@media screen and (max-width: 991px) {
  body {
    --_font-sizes---55px: 42px;
    --_font-sizes---34px: 34px;
    --_font-sizes---21px: 18px;
    --_font-sizes---16px: 14px;
    --_font-sizes---18px: 16px;
  }

  .substract--list {
    font-size: 16px;
  }
  .citation_text {
    font-size: 24px;
  }

  .fs {
    height: auto;
  }

  .section{
    padding: 7.5em 0;
  }
  
  .section-image {
    height: 66vh;
    padding: 15px;

  }

  .h-55 {
    font-size: 34px;
  }

  .substract--button__wrapper {
    bottom: 0;

  }

  .substract--content {
    padding-top: 160px;
  }

  .container-old.padding-left--0 {
    padding-right: var(--_spacing---15);
  }

  .pill {
    top: var(--_spacing---60);
    left: 0;
    transform: none;
  }
  
  .substract__component.strat {
    min-height: 60vh;
  }
  
  .substracts__component {
    min-height: 60vh;
  }
  
  .substract__wrapper {
    min-height: 60vh;
  }

  .project__imgs {
    width: 100%;
    height: 50%;
    margin-top: auto;
  }
  
  .substract--content__wrappers {
    padding-top: 0px;
    padding-left: var(--_spacing---120);
    height: 50%;
    width: 100%;
  }

  .container-old {
    padding: var(--_spacing---90) var(--_spacing---30);
    max-width: none;
  }

  .styleguide {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .our-values {
    gap: 30px;
    padding: 0;
  }

  .value__card {
    width:40%;
    max-width: 400px;
    padding: 0px 15px ;
  }

  .value__wrapper {
  margin-top: 0px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
}

  .value__card.margin-top--50 {
    margin-top: 0;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .visual_item {
    z-index: 0;
    background-image: linear-gradient(#000, #303030 27%, #fff);
    justify-content: center;
    align-items: flex-end;
  }

  .overview_visual {
    background-image: none;
    max-width: 100%;
  }

  .content_item {
    opacity: .5;
  }

  .projet_descripton {
    max-width: none;
    padding: 5.625em 1.875em;
  }

  .block-image_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home_title {
    text-align: center;
    line-height: 1;
  }

  .substracts__component {
    height: 100%;
  }

  .container {
    padding: var(--_spacing---90) var(--_spacing---30);
    max-width: none;
  }

  .solution_wrapper {
    padding-right: var(--_spacing---0);
    padding-left: var(--_spacing---0);
    grid-column-gap: var(--_spacing---60);
    grid-row-gap: var(--_spacing---60);
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .lottie__wrapper {
    height: 60vh;
  }

  .back-button__wrapper {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {

  .h-55 {
    font-size: 28px;
  }

  .value__card {
    width:100%;
  }
  .project__imgs {
    width: 100%;
    height: 40%;
    margin-top: auto;
  }
  .substract--button__wrapper {
    inset: 100% auto 0% 0%;
    margin-left: 30px;
  }

  .container-old {
    padding: var(--_spacing---60) var(--_spacing---15);
  }

  .visual_item {
    z-index: 0;
    object-fit: cover;
  }

  .return__button-2 {
    top: -60px;
    left: -15px;
  }

  .projet_descripton {
    padding: 3.75em .9375em;
  }

  .substract--content__wrappers {
    padding-left: var(--_spacing---30);
  }

  .container {
    padding: var(--_spacing---60) var(--_spacing---15);
  }
}

@media screen and (max-width: 479px) {
  .overview_visual {
    margin-left: auto;
  }
}


@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci Display';
  src: url('../fonts/TRJNDaVinci-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Display';
  src: url('../fonts/TRJNDaVinciItalic-Display.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}