:root {
  --white: #fff;
  --black: #000;
  --gris-preview: #8a8a8a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section_hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.hero-video-desktop {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-video-phone {
  display: none;
  position: absolute;
  inset: 0%;
}

.container_hero {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero_video {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.hero-desktop_wrapper {
  z-index: 2;
  mix-blend-mode: difference;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.heading_hero {
  color: var(--white);
  text-align: center;
  mix-blend-mode: difference;
  width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.heading_hero.is-button {
  width: auto;
  font-size: 25px;
}

.second-text_outfit {
  text-align: center;
  mix-blend-mode: difference;
  font-family: Outfit, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.videos {
  font-family: Outfit, sans-serif;
}

.logo_img {
  width: 200px;
}

.contact-desktop_wrapper {
  z-index: 100;
  position: relative;
}

.contact-desktop_button {
  z-index: 100;
  width: 130px;
  text-decoration: none;
  position: relative;
}

.button_text {
  z-index: 100;
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 22px;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.video_overlay {
  z-index: 2;
  background-color: #0000;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section_infos {
  z-index: 10;
  background-color: #000;
  width: 100%;
  height: 120vh;
  position: relative;
  overflow: hidden;
}

.section_infos.is-for-phone {
  display: none;
}

.hero_black_overlay {
  z-index: 2;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.hero_gradient_bottom {
  z-index: 11;
  background-image: linear-gradient(
    #0000 24%,
    #0006 39%,
    #000000c4 53%,
    #000000fa 67%,
    #000000f7 79%,
    #000 88%
  );
  width: 100%;
  height: 50vh;
  position: absolute;
  inset: auto 0% 0%;
}

.container_hero_bottom {
  z-index: 20;
  mix-blend-mode: difference;
  position: absolute;
  inset: auto 1% 2% auto;
}

.direct_card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: 15px;
  flex-flow: column;
  width: 300px;
  height: 120px;
  padding: 20px;
  font-family: Outfit, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

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

.live-task {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.direct_card-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.text_1 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.reveal_container {
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.parallax_image_wrap {
  width: 800px;
  height: 900px;
  position: absolute;
  inset: 8% auto 0% 0%;
  overflow: hidden;
}

.actual_image {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: relative;
}

.reveal_text {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  color: var(--white);
  letter-spacing: 0.4px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 250px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
  position: relative;
}

.reveal-text {
  opacity: 1;
  filter: none;
  font-size: 60px;
  line-height: 130%;
}

.reveal-text.is-right {
  opacity: 1;
  filter: none;
  text-align: right;
  padding-right: 134px;
}

.reveal-text.is-right.is1 {
  padding-right: 1px;
}

.reveal-text.is-right.is-2 {
  opacity: 1;
  filter: none;
  padding-right: 0;
}

.reveal-text.is-right.is-3 {
  padding-right: 157px;
}

.reveal-text.is-left {
  opacity: 1;
  filter: none;
  padding-left: 0;
  padding-right: 15px;
  font-size: 59px;
}

.reveal-text.is-left.is-info {
  padding-top: 60px;
  padding-left: 351px;
  padding-right: 0;
  font-size: 25px;
  font-weight: 400;
}

.reveal-text.is-info {
  opacity: 1;
  filter: none;
  width: 500px;
  font-size: 23px;
  font-weight: 500;
  line-height: 135%;
}

.reveal-text.is-info.is-2 {
  opacity: 1;
  filter: none;
  width: 220px;
  font-weight: 500;
}

.reveal-text.is-projet {
  opacity: 1;
  filter: none;
  font-size: 80px;
}

.playfair-text {
  font-family:
    Playfair Display,
    sans-serif;
  font-style: italic;
  font-weight: 400;
}

.playfair-text.is-hidden {
  color: #fff0;
}

.playfair-text.is-decouverte {
  font-weight: 400;
}

.text-bottom {
  grid-column-gap: 220px;
  grid-row-gap: 220px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section_projects {
  z-index: 0;
  background-color: var(--black);
  height: 420vh;
  padding-top: 10vh;
  position: relative;
}

.projects_list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 250vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.project_item {
  width: 400px;
  height: 450px;
  margin-top: 4vh;
  margin-right: 0;
  padding-left: 0;
  position: relative;
}

.project_item.is-2 {
  width: 900px;
  height: 950px;
}

.project_item.is-1 {
  margin-top: 28vh;
  margin-left: 0;
  padding-top: 0;
}

.project_image_mask {
  z-index: 1;
  cursor: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.project_visual_wrap {
  justify-content: center;
  align-items: flex-end;
  display: block;
  position: absolute;
}

.project_img {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project_video {
  z-index: 4;
  opacity: 0;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.project_overlay {
  z-index: 3;
  background-color: var(--black);
  opacity: 0;
  cursor: none;
  position: absolute;
  inset: 0%;
}

.project_ui_top {
  z-index: 5;
  position: absolute;
  inset: 0% 0% auto auto;
}

.global_project_label {
  z-index: 999;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0;
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 310px;
  display: flex;
  position: fixed;
  inset: auto auto 2% 2%;
}

.global_project_text {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 110%;
}

.project_number {
  color: #858585;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 110%;
  position: absolute;
  inset: -30px auto auto 0%;
}

.project_preview_wrapper {
  display: flex;
  position: absolute;
  inset: -100px 0% auto auto;
  overflow: hidden;
}

.btn_circle_base {
  background-color: var(--gris-preview);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn_circle_fill {
  background-color: var(--white);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.btn_text {
  position: absolute;
  inset: 0%;
}

.projects_sticky {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200vh;
  display: block;
  position: sticky;
  top: 0;
}

.container_projects {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 4vw;
}

.projects_grid {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch space-between;
  place-items: stretch stretch;
  display: grid;
}

.project_card {
  width: 450px;
  margin-top: 0;
}

.project_card._00-2 {
  width: 700px;
  margin-top: 2vh;
}

.project_card._00-3 {
  width: 800px;
  margin-top: 0;
  margin-left: 20vw;
}

.project_card._00-4 {
  width: 700px;
}

.project_card._00-5 {
  width: 350px;
  margin-top: -110vh;
  margin-right: 4vw;
}

.project_top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.preview_btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview_label {
  color: var(--gris-preview);
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

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

.preview_knob {
  background-color: var(--gris-preview);
  border-radius: 1003%;
}

.project_media {
  background-color: var(--black);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project_media._00-2 {
  cursor: pointer;
  height: 800px;
}

.project_media._00-5 {
  height: 400px;
}

.project_media._00-4,
.project_media._00-3 {
  height: 900px;
}

.project_bg {
  object-fit: cover;
  object-position: 39% 50%;
  max-width: 110%;
  height: 100%;
  position: absolute;
  inset: -10% 0% 0%;
}

.project_bg._00-2 {
  width: 700px;
}

.project_bg._00-3 {
  object-position: 86% 50%;
}

.project_bg.is-bassem {
  object-position: 53% 50%;
}

.project_bg.is-nayar {
  object-position: 43% 50%;
}

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

.project_hoverinfo-title,
.project_hoverinfo-desc {
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.logo-img-phone,
.hero-text_phone {
  display: none;
}

.heading_hero_phone {
  color: var(--white);
  text-align: center;
  mix-blend-mode: difference;
  width: 578px;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Playfair Display,
    sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.projects_spacer {
  height: 300vh;
}

.footer_cta {
  background-color: var(--black);
  height: 200vh;
  position: relative;
  overflow: hidden;
}

.footer_cta_bg {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.footer_cta_overlay {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.footer_cta_content {
  z-index: 2;
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 75vh;
  padding-bottom: 8vh;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

.footer_cta_logomask {
  z-index: 2;
  cursor: none;
  width: 60vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer_cta_right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.footer_cta_list {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.footer_cta_content_right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2vw;
  display: grid;
}

.footer_meta {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  display: grid;
}

.footer_meta.is-02 {
  grid-row-gap: 10px;
}

.text-block-2 {
  color: #fff0;
}

.footer_meta-test {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  display: grid;
}

.footer_meta-test.is-02 {
  grid-row-gap: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_absolute {
  mix-blend-mode: difference;
}

.incipit-id {
  display: inline-block;
}

.btn-liquid {
  z-index: 10;
  mix-blend-mode: difference;
  background-color: #ffffff0d;
  border: 1px solid #8080804d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.btn-liquid__text {
  color: var(--white);
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 200;
  line-height: 100%;
}

.btn-liquid-trigger {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.btn-projet {
  font-family:
    Playfair Display,
    sans-serif;
  font-style: italic;
}

.nav-mobile {
  display: none;
}

.section_preloader {
  z-index: 100;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.logo_preloader {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.text_preloader {
  position: absolute;
  inset: auto 4% 6% auto;
}

.studio-logo_preloader-image {
  padding-bottom: 10px;
}

.logo_preloader-two {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 5% 0% auto;
  overflow: hidden;
}

.background-video {
  width: 200px;
  height: 350px;
  position: relative;
  inset: 0%;
}

.div_video-preloader {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.initialisation {
  color: var(--white);
  letter-spacing: 2px;
  font-family:
    IBM Plex Mono,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.lottie-animation {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.section-test {
  background-color: var(--black);
  height: 100vh;
}

.lottie-animation-2 {
  width: 200px;
}

.code-embed {
  display: block;
}

.nav-embed {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.mail-incipit,
.instagram,
.tiktok,
.link,
.whatsapp {
  color: var(--white);
  -webkit-text-decoration: none;
  text-decoration: none;
}

.project_bottom {
  display: none;
}

.body-2 {
  background-color: #000;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.heading,
.text-block-3 {
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .reveal-text {
    font-size: 74px;
  }

  .reveal-text.is-right,
  .reveal-text.is-right.is-2 {
    font-size: 60px;
  }

  .reveal-text.is-left {
    text-align: right;
    font-size: 60px;
  }

  .reveal-text.is-info {
    font-size: 20px;
  }

  .projects_grid {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
  }

  .project_card._00-2 {
    width: 700px;
  }

  .project_card._00-5 {
    margin-top: -117vh;
    margin-right: 30vw;
  }

  .project_media._00-2 {
    height: 800px;
  }
}

@media screen and (min-width: 1920px) {
  .reveal_container {
    clear: none;
  }

  .parallax_image_wrap {
    width: 1000px;
    height: 1100px;
  }

  .reveal-text {
    filter: blur(20px);
    font-size: 81px;
  }

  .reveal-text.is-right,
  .reveal-text.is-right.is-2 {
    font-size: 72px;
  }

  .reveal-text.is-left {
    opacity: 1;
    font-size: 72px;
  }

  .reveal-text.is-info {
    font-size: 22px;
  }

  .reveal-text.is-projet {
    font-size: 100px;
  }

  .btn_circle_fill {
    width: 100%;
  }

  .projects_grid {
    grid-column-gap: 13vw;
    grid-row-gap: 13vw;
  }

  .project_card {
    width: 550px;
  }

  .project_card._00-2 {
    width: 1000px;
  }

  .project_card._00-3 {
    width: 1200px;
  }

  .project_card._00-4 {
    width: 800px;
  }

  .project_card._00-5 {
    width: 400px;
    margin-top: -115vh;
    margin-right: 0;
  }

  .project_media {
    height: 600px;
  }

  .project_media._00-2 {
    height: 1000px;
  }

  .project_media._00-5 {
    height: 450px;
  }

  .project_media._00-4 {
    height: 1000px;
  }

  .project_media._00-3 {
    height: 1100px;
  }

  .project_bg._00-2 {
    width: 1000px;
  }

  .project_bg._00-3 {
    width: 1200px;
  }

  .project_hoverinfo-desc {
    color: var(--white);
    font-family: Outfit, sans-serif;
    font-size: 20px;
    line-height: 110%;
  }

  .footer_cta_right {
    max-width: 900px;
  }

  .footer_meta,
  .footer_meta-test {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  .heading_hero {
    text-align: center;
    width: 600px;
    font-size: 24px;
  }

  .second-text_outfit {
    font-size: 26px;
    display: flex;
  }

  .section_infos {
    display: none;
  }

  .section_infos.is-for-phone {
    flex-flow: column;
    height: 150vh;
    padding-left: 2vw;
    padding-right: 2vw;
    display: flex;
  }

  .reveal_text {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .reveal-text {
    font-size: 60px;
    font-weight: 400;
  }

  .reveal-text.is-right.is-2 {
    font-size: 30px;
  }

  .reveal-text.is-left {
    text-align: right;
    font-size: 30px;
  }

  .reveal-text.is-info {
    width: 700px;
    font-size: 30px;
    font-weight: 400;
    line-height: 150%;
  }

  .reveal-text.is-info.is-2 {
    font-size: 25px;
    font-weight: 400;
  }

  .reveal-text.is-projet {
    font-size: 60px;
    line-height: 110%;
  }

  .playfair-text {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
  }

  .playfair-text.is-hidden {
    display: none;
  }

  .playfair-text.is-text {
    font-size: 60px;
  }

  .text-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 100px;
    font-family: Outfit, sans-serif;
    font-weight: 400;
  }

  .section_projects {
    height: 520vh;
  }

  .projects_sticky {
    position: static;
  }

  .container_projects {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    display: block;
  }

  .projects_grid {
    grid-column-gap: 40vw;
    grid-row-gap: 40vw;
    flex-flow: column;
    display: flex;
  }

  .project_card {
    width: 700px;
  }

  .project_card._00-3 {
    width: 700px;
    margin-left: 0;
  }

  .project_card._00-5 {
    width: 700px;
    margin-top: 0;
  }

  .project_media,
  .project_media._00-2,
  .project_media._00-5,
  .project_media._00-3 {
    height: 800px;
  }

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

  .heading_hero_phone {
    text-align: center;
    font-size: 30px;
  }

  .footer_cta_content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_cta_logomask {
    width: 100vw;
  }

  .footer_meta {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer_meta.is-02 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    display: none;
  }

  .social {
    padding-bottom: 5px;
    font-size: 28px;
  }

  .footer_meta-test {
    grid-column-gap: 6px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footer_meta-test.is-02 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .project_bottom {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .heading_hero {
    width: 300px;
    font-size: 20px;
    display: none;
  }

  .second-text_outfit {
    font-size: 20px;
  }

  .logo_img {
    width: 150px;
    display: none;
  }

  .contact-desktop_button {
    display: none;
  }

  .button_text {
    display: block;
  }

  .section_infos.is-for-phone {
    height: 170vh;
  }

  .container_hero_bottom {
    display: none;
  }

  .direct_card {
    width: 250px;
    height: 100px;
  }

  .direct_card-heading {
    font-size: 18px;
  }

  .text_1 {
    font-size: 14px;
  }

  .reveal-text {
    font-size: 50px;
  }

  .reveal-text.is-info {
    width: 500px;
  }

  .reveal-text.is-projet {
    font-size: 50px;
  }

  .playfair-text.is-hero {
    font-size: 20px;
  }

  .playfair-text.is-text,
  .playfair-text.is-decouverte {
    font-size: 50px;
  }

  .section_projects {
    height: 450vh;
  }

  .projects_grid {
    justify-content: center;
    align-items: center;
  }

  .project_card,
  .project_card._00-2,
  .project_card._00-3,
  .project_card._00-4,
  .project_card._00-5 {
    width: 500px;
  }

  .project_media,
  .project_media._00-2,
  .project_media._00-5,
  .project_media._00-4,
  .project_media._00-3 {
    height: 600px;
  }

  .text-block {
    font-size: 12px;
  }

  .logo-img-phone {
    width: 100px;
    display: block;
  }

  .hero-text_phone {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .heading_hero_phone {
    width: 400px;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
  }

  .nav-mobile {
    z-index: 999;
    display: block;
    position: relative;
    inset: 4% 0% auto auto;
  }

  .nav-mobile__overlay {
    position: fixed;
    inset: 0%;
  }

  .project_bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    text-align: left;
    flex-flow: column;
    font-family: Outfit, sans-serif;
    font-size: 15px;
    line-height: 120%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .heading_hero,
  .logo_img {
    display: none;
  }

  .section_infos.is-for-phone {
    height: 200vh;
    padding-left: 0;
    padding-right: 0;
  }

  .direct_card {
    width: 200px;
    height: 100px;
  }

  .direct_card-heading {
    font-size: 15px;
  }

  .text_1 {
    font-size: 12px;
  }

  .reveal-text {
    font-size: 35px;
    font-weight: 500;
  }

  .reveal-text.is-info {
    width: auto;
    font-size: 23px;
    font-weight: 500;
  }

  .reveal-text.is-info.is-2 {
    font-size: 23px;
    font-weight: 500;
  }

  .reveal-text.is-projet {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .playfair-text {
    font-size: 35px;
    font-weight: 500;
  }

  .playfair-text.is-hero {
    font-size: 18px;
  }

  .playfair-text.is-text {
    font-size: 35px;
  }

  .playfair-text.is-decouverte {
    font-size: 50px;
  }

  .text-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_projects {
    height: 570vh;
  }

  .projects_sticky {
    height: 100vh;
  }

  .projects_grid {
    grid-column-gap: 45vw;
    grid-row-gap: 45vw;
  }

  .project_card,
  .project_card._00-2,
  .project_card._00-3,
  .project_card._00-4,
  .project_card._00-5 {
    width: 350px;
  }

  .preview_label {
    font-size: 16px;
  }

  .project_media,
  .project_media._00-2,
  .project_media._00-5,
  .project_media._00-4,
  .project_media._00-3 {
    height: 450px;
  }

  .project_bg._00-3 {
    object-position: 75% 50%;
  }

  .text-block {
    font-size: 10px;
  }

  .logo-img-phone {
    width: 75px;
  }

  .hero-text_phone {
    z-index: 2;
    padding-top: 20px;
    position: relative;
  }

  .heading_hero_phone {
    width: 330px;
    font-size: 18px;
  }

  .footer_cta {
    height: 160vh;
  }

  .footer_cta_content {
    height: 70vh;
  }

  .footer_cta_logomask {
    width: 100vw;
    inset: auto 0% 0%;
  }

  .footer_cta_content_right {
    margin-top: 6vw;
  }

  .social {
    font-size: 24px;
  }

  .btn-liquid {
    width: 180px;
    height: 50px;
  }

  .decouvrez-phone {
    font-size: 50px;
  }

  .background-video {
    width: 150px;
    height: 250px;
  }

  .code-embed,
  .nav-embed {
    position: fixed;
  }

  .project_bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: var(--white);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    flex-flow: column;
    font-family: Outfit, sans-serif;
    font-weight: 300;
    line-height: 120%;
    display: flex;
  }

  .visit {
    color: #fff;
    text-decoration: none;
    -webkit-text-decoration-color: var(--white);
    text-decoration-color: var(--white);
    font-weight: 600;
  }
}

#w-node-_995f5c79-4a5d-814b-6159-0ccfc1cc8f71-198fc321 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_995f5c79-4a5d-814b-6159-0ccfc1cc8f81-198fc321 {
  grid-area: span 5 / span 5 / span 5 / span 5;
}

#w-node-_995f5c79-4a5d-814b-6159-0ccfc1cc8f90-198fc321 {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-_995f5c79-4a5d-814b-6159-0ccfc1cc8f9f-198fc321 {
  grid-area: span 4 / span 5 / span 4 / span 5;
}

#w-node-_995f5c79-4a5d-814b-6159-0ccfc1cc8fae-198fc321 {
  grid-area: span 2 / span 9 / span 2 / span 9;
  justify-self: center;
  margin-right: 0;
}

#w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc525-198fc321 {
  justify-self: end;
}

#w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc527-198fc321,
#w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc52c-198fc321 {
  place-self: auto end;
}

#w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc52e-198fc321 {
  justify-self: auto;
}

#w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc530-198fc321 {
  place-self: center end;
}

@media screen and (max-width: 479px) {
  .section_projects {
    height: auto !important;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section_projects {
    height: auto !important;
    height: 450vh;
  }
}
@media screen and (max-width: 991px) {
  .section_projects {
    height: auto !important;
    height: 520vh;
  }
}

#w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc532-198fc321 {
  justify-self: start;
}

#w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc534-198fc321,
#w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc538-198fc321 {
  place-self: center end;
}

#w-node-_025eb111-9ee2-9274-6618-7f779a4cbb65-b9d843aa {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-f85e48bd-8a31-e3f1-721b-31947337c82a-b9d843aa {
  grid-area: span 5 / span 5 / span 5 / span 5;
}

#w-node-_6c45df6c-ac6f-1a47-6073-3ad849da8118-b9d843aa {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-_978d3295-2ffa-6262-b32e-96ecabb9d3b3-b9d843aa {
  grid-area: span 4 / span 5 / span 4 / span 5;
}

#w-node-_2abee565-5527-fc84-7750-da5aa6d9104e-b9d843aa {
  grid-area: span 2 / span 9 / span 2 / span 9;
  justify-self: center;
}

#w-node-eba1dd1e-1d30-5e94-affc-0a2ac14c75b2-8d98c70b {
  justify-self: end;
}

#w-node-_28066213-ae19-56e7-0c7f-b428419f8b13-8d98c70b,
#w-node-e989266c-fb48-5fc3-1448-2946107d2fbd-8d98c70b {
  place-self: auto end;
}

#w-node-e989266c-fb48-5fc3-1448-2946107d2fbf-8d98c70b {
  justify-self: auto;
}

#w-node-e989266c-fb48-5fc3-1448-2946107d2fc1-8d98c70b {
  place-self: center end;
}

#w-node-e989266c-fb48-5fc3-1448-2946107d2fc3-8d98c70b {
  justify-self: start;
}

#w-node-e989266c-fb48-5fc3-1448-2946107d2fc5-8d98c70b,
#w-node-_6224f60e-60eb-e434-99a3-00b3926f6418-8d98c70b {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc527-198fc321,
  #w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc52c-198fc321 {
    justify-self: auto;
  }

  #w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc530-198fc321,
  #w-node-eb6f5c02-44e2-3607-3b41-cd579f7dc534-198fc321 {
    place-self: auto;
  }

  #w-node-_28066213-ae19-56e7-0c7f-b428419f8b13-8d98c70b,
  #w-node-e989266c-fb48-5fc3-1448-2946107d2fbd-8d98c70b {
    justify-self: auto;
  }

  #w-node-e989266c-fb48-5fc3-1448-2946107d2fc1-8d98c70b,
  #w-node-e989266c-fb48-5fc3-1448-2946107d2fc5-8d98c70b {
    place-self: auto;
  }
}
