@font-face {
  font-family: Carattere;
  src: url('../fonts/Carattere.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Swiss 721 BT";
  src: url('../fonts/Swiss-721-BT.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: New York Medium;
  src: url('../fonts/New-York-Medium.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Swiss 721 BT";
  src: url('../fonts/Swiss721BT-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.body {
  cursor: crosshair;
  background-color: #0d0d0d;
  line-height: 120%;
}

.home_hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 280px;
  display: flex;
  position: relative;
}

.h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Swiss 721 BT", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 110%;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: New York Medium, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 110%;
}

.paragraph.center {
  text-align: center;
  font-style: italic;
}

.paragraph.center.mobile {
  display: none;
}

.home_texts {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.first_letter {
  font-family: Carattere, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 400;
}

.home_anchors {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.process {
  width: 100vw;
  height: 100%;
}

.explorations {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  width: 100vw;
  height: 100%;
  display: flex;
}

.cases {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  width: 100vw;
  height: 100%;
  padding-left: 320px;
  padding-right: 320px;
  display: flex;
}

.navigation {
  z-index: 101;
  pointer-events: none;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
}

.logo {
  pointer-events: auto;
  cursor: pointer;
  height: 24px;
}

.links_bloc {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero_arrow {
  position: absolute;
  bottom: 40px;
  left: 160px;
}

.process_bloc_left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.title_process {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.title_process._1 {
  margin-right: 400px;
}

.title_process._2 {
  margin-left: 400px;
}

.title_process._3 {
  margin-right: 400px;
}

.title_process._4 {
  margin-left: 400px;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Swiss 721 BT", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.first_letter_medium {
  font-family: Carattere, Arial, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.first_letter_medium.f {
  margin-right: 8px;
}

.title_number {
  color: #fff;
  margin-bottom: 0;
  font-family: New York Medium, Arial, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 110%;
}

.paragraph_process {
  color: #fff;
  width: 560px;
  margin-bottom: 0;
  font-family: New York Medium, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 110%;
}

.paragraph_process._1 {
  margin-left: 400px;
  font-style: italic;
}

.paragraph_process._2 {
  margin-right: 400px;
  font-style: italic;
}

.paragraph_process._3 {
  margin-left: 400px;
  font-style: italic;
}

.paragraph_process._4 {
  margin-right: 400px;
  font-style: italic;
}

.video_bloc {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.process_bloc_right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.title_section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub_titles {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.bloc_sub_title {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.sub_title {
  color: #000;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Swiss 721 BT", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 110%;
}

.explorations_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start stretch;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.case_bloc {
  aspect-ratio: 4 / 5;
  filter: drop-shadow(0 2px 10px #0003);
  max-width: 100%;
  display: block;
  position: relative;
}

.cases_grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.process_content_left {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 160px;
  display: flex;
  position: relative;
}

.process_content_right {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-right: 160px;
  display: flex;
  position: relative;
}

.contacts {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 120vh;
  display: flex;
  position: relative;
}

.footer {
  z-index: 101;
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  bottom: 80px;
}

.paris_hour {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Swiss 721 BT", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 110%;
}

.credits {
  color: #fff;
  text-align: right;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Swiss 721 BT", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 110%;
}

.back_on_track {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 3px;
  margin-bottom: 0;
  font-family: "Swiss 721 BT", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 100%;
}

.back_bloc {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -200px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.image-2 {
  height: 32px;
}

.contacts_frame {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.code-embed {
  font-size: 24px;
  line-height: 100px;
  display: none;
}

.background-video {
  width: 320px;
  height: 320px;
}

.exploration_bloc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.explorations_texts {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Swiss 721 BT", Arial, sans-serif;
  font-size: .9rem;
  line-height: 110%;
}

.image-3 {
  width: 100%;
}

.video_block {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video_block.proto {
  height: auto;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.explorations_video {
  width: 100%;
  height: 100%;
}

.explorations_video.proto {
  height: 160%;
}

.case_page {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.case_cover {
  z-index: 2;
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.texts_bloc {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  transition: all;
  display: flex;
}

.explorations_desc {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-4 {
  height: 13px;
  transform: rotate(-134deg);
}

.explorations_links {
  text-decoration: none;
}

.case_links {
  transform-origin: 0%;
}

.page {
  transform-origin: 0%;
  transform: scale(.99);
}

.back {
  filter: invert(20%);
  transform-origin: 0%;
  position: absolute;
  top: 0;
  transform: scale(.999);
}

.shadow {
  z-index: 1;
  background-image: linear-gradient(90deg, #000000e6, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
}

.grid_left {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid_right {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  padding-top: 210px;
  display: flex;
}

.blured_frame {
  z-index: 100;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
}

.gradient-blur {
  flex-flow: column;
  width: 100%;
  height: 8vh;
  position: fixed;
  inset: -1px 0 0;
  transform: rotate(180deg);
}

.gradient-blur.bottom {
  top: auto;
  bottom: -1px;
  transform: rotate(0);
}

.image-9 {
  z-index: -1;
  aspect-ratio: 1;
  max-width: none;
  height: 320px;
  position: absolute;
  top: -264%;
  right: -58%;
}

.hero_title {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: flex;
}

.name {
  position: relative;
}

.visit_card {
  z-index: 0;
  width: 100vw;
  height: 100vh;
}

.spacer {
  width: 0;
}

.explorations_grid_mobile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  place-items: start stretch;
  padding-left: 8px;
  padding-right: 8px;
  display: none;
}

.hero_title_mobile {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  display: none;
}

.visit_card_mobile {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.square {
  background-color: red;
  width: 80px;
  height: 80px;
}

.video_block_proto {
  aspect-ratio: 4 / 5;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video_block_proto.proto {
  height: auto;
}

.explorations_video_proto {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: 100%;
}

.explorations_video_proto.proto {
  height: 160%;
}

.home_hero_rec {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 280px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.link-block {
  background-color: #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .home_hero {
    padding-bottom: 320px;
  }

  .h1 {
    font-size: 4rem;
  }

  .paragraph.center {
    font-size: 1.2rem;
  }

  .home_texts {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .first_letter {
    font-size: 6rem;
  }

  .home_anchors {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .process {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    flex-flow: column;
    display: flex;
  }

  .explorations {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .cases {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .hero_arrow {
    height: 50px;
    bottom: 120px;
    left: 80px;
  }

  .process_bloc_left {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .title_process._1 {
    margin-right: 320px;
  }

  .title_process._2 {
    margin-left: 320px;
  }

  .title_process._3 {
    margin-right: 320px;
  }

  .title_process._4 {
    margin-left: 320px;
  }

  .h2 {
    font-size: 2.2rem;
  }

  .first_letter_medium {
    font-size: 3.2rem;
  }

  .title_number {
    font-size: .9rem;
  }

  .paragraph_process._1 {
    width: 50%;
    margin-left: auto;
    font-size: 1.2rem;
  }

  .paragraph_process._2 {
    width: 50%;
    margin-right: auto;
    font-size: 1.2rem;
  }

  .paragraph_process._3 {
    width: 50%;
    margin-left: auto;
    font-size: 1.2rem;
  }

  .paragraph_process._4 {
    width: 50%;
    margin-right: auto;
    font-size: 1.2rem;
  }

  .video_bloc.left, .video_bloc.right {
    height: 260px;
  }

  .process_bloc_right {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .title_section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .sub_titles {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .sub_title {
    font-size: .9rem;
  }

  .explorations_grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .cases_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .process_content_left, .process_content_right {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-left: 80px;
    margin-right: 80px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
    bottom: 80px;
  }

  .back_on_track {
    margin-top: 4px;
    font-size: 1.6rem;
  }

  .back_bloc {
    margin-top: -120px;
  }

  .image-2 {
    height: 24px;
  }

  .background-video {
    width: 260px;
    height: 260px;
  }

  .explorations_texts {
    font-size: .6rem;
  }

  .texts_bloc {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .image-4 {
    height: 10px;
  }

  .grid_left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid_right {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 200px;
  }

  .image-9 {
    height: 180px;
    top: -214%;
    right: -30%;
  }

  .explorations_grid_mobile {
    display: none;
  }

  .home_hero_rec {
    padding-bottom: 320px;
  }
}

@media screen and (max-width: 767px) {
  .h1, .h1.title {
    font-size: 4rem;
  }

  .paragraph.center {
    text-align: left;
    width: 78%;
    font-family: New York Medium, Arial, sans-serif;
    font-weight: 400;
    display: none;
  }

  .paragraph.center.mobile {
    display: block;
  }

  .home_texts {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
    padding: 16px 60px;
  }

  .first_letter {
    font-size: 7rem;
  }

  .first_letter.mobile {
    font-size: 7rem;
    text-decoration: none;
  }

  .home_anchors {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .process {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-flow: column;
    display: flex;
  }

  .explorations {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cases {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .logo {
    height: 32px;
  }

  .hero_arrow {
    left: 60px;
  }

  .process_bloc_left {
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .title_process._1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-right: 0;
  }

  .title_process._2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 0;
  }

  .title_process._3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-right: 0;
  }

  .title_process._4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 0;
  }

  .h2 {
    font-size: 2.3rem;
  }

  .first_letter_medium {
    font-size: 4.3rem;
  }

  .paragraph_process._1 {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }

  .paragraph_process._2 {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .paragraph_process._3 {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
  }

  .paragraph_process._4 {
    width: 80%;
    margin-left: 0;
    margin-right: auto;
  }

  .video_bloc.left {
    height: 280px;
  }

  .process_bloc_right {
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .title_section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sub_titles {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .bloc_sub_title {
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .sub_title {
    font-size: 1rem;
  }

  .explorations_grid {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .cases_grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: wrap;
  }

  .process_content_left, .process_content_right {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .contacts {
    height: 100vh;
    margin-top: -120px;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    bottom: 80px;
  }

  .paris_hour {
    white-space: nowrap;
  }

  .credits {
    width: 100%;
  }

  .back_on_track {
    font-size: 1.2rem;
  }

  .back_bloc {
    display: none;
  }

  .image-2 {
    height: 20px;
  }

  .background-video {
    width: 280px;
    height: 280px;
  }

  .explorations_texts {
    font-size: .9rem;
  }

  .image-4 {
    height: 13px;
  }

  .grid_left {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .grid_right {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 0;
  }

  .blured_frame {
    display: none;
  }

  .image-9 {
    max-width: 36vw;
    height: auto;
    top: -29vw;
    right: -20.5vw;
  }

  .hero_title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: none;
  }

  .visit_card {
    display: none;
  }

  .explorations_grid_mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .hero_title_mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .visit_card_mobile {
    height: 50vh;
    display: flex;
  }

  .home_hero_rec {
    display: none;
  }

  .background-video-2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home_hero {
    padding-bottom: 240px;
  }

  .h1, .h1.title {
    font-size: 2.7rem;
  }

  .paragraph.center {
    text-align: left;
    width: 90%;
    font-size: 1rem;
    line-height: 120%;
  }

  .paragraph.center.mobile {
    font-size: 1.1rem;
  }

  .home_texts {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .first_letter, .first_letter.mobile {
    font-size: 4.7rem;
  }

  .home_anchors {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .process {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .explorations {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .cases {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo {
    height: 24px;
  }

  .hero_arrow {
    height: 40px;
    bottom: 120px;
    left: 32px;
  }

  .process_bloc_left {
    height: auto;
  }

  .title_process._1, .title_process._2, .title_process._3, .title_process._4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .h2 {
    font-size: 1.8rem;
    line-height: 120%;
  }

  .first_letter_medium {
    font-size: 3.2rem;
  }

  .title_number {
    font-size: .9rem;
  }

  .paragraph_process._1, .paragraph_process._2, .paragraph_process._3, .paragraph_process._4 {
    width: 90%;
    font-size: 1.1rem;
    line-height: 120%;
  }

  .video_bloc {
    justify-content: flex-start;
    align-items: center;
    height: 200px;
  }

  .video_bloc.left, .video_bloc.right {
    justify-content: center;
    align-items: center;
    height: 180px;
  }

  .process_bloc_right {
    height: auto;
  }

  .title_section {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sub_titles {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .sub_titles.exp_mobile {
    width: 56%;
  }

  .sub_titles.case_mobile {
    width: 70%;
  }

  .sub_title {
    font-size: .85rem;
  }

  .explorations_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-items: center stretch;
    display: none;
  }

  .cases_grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .process_content_left {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 32px;
    margin-right: 32px;
  }

  .process_content_right {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 40px;
    margin-right: 40px;
  }

  .contacts {
    margin-top: 0;
  }

  .footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 40px;
    padding-right: 40px;
    bottom: 40px;
  }

  .paris_hour, .credits {
    font-size: 1rem;
  }

  .back_bloc {
    margin-top: -180px;
  }

  .background-video {
    width: 180px;
    height: 180px;
  }

  .explorations_texts {
    font-size: .8rem;
  }

  .explorations_desc {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-4 {
    height: 11px;
  }

  .grid_left, .grid_right {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .image-9 {
    max-width: 40vw;
    top: -400%;
    right: -61%;
  }

  .hero_title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .explorations_grid_mobile {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: stretch;
  }

  .hero_title_mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .visit_card_mobile {
    height: 50vh;
    margin-top: -100px;
  }

  .video_block_proto {
    width: 100%;
  }

  .home_hero_rec {
    padding-bottom: 240px;
  }

  .background-video-2 {
    aspect-ratio: 4 / 5;
    width: 100%;
    height: 100%;
  }

  #w-node-d626d23d-4e3d-1a73-5c05-13f74e2bac41-7b7e5c7d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Carattere';
  src: url('../fonts/Carattere.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721 BT';
  src: url('../fonts/Swiss-721-BT.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New York Medium';
  src: url('../fonts/New-York-Medium.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swiss 721 BT';
  src: url('../fonts/Swiss721BT-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}