body {
  color: #f6f6f6;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  min-width: 100vw;
  background-color: #0e0e0e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.nav {
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 97rem;
  min-height: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template: "Area Area" 7rem
                 ". ."
                 / 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero_visuel_wrap-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 28.24rem;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}

.h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.wrap_h2 {
  opacity: .6;
  justify-content: space-between;
  display: flex;
}

.wrap_infos {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.wrap_video {
  position: relative;
  overflow: hidden;
}

.infos_h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
}

.wrap_infos_texts {
  grid-row-gap: 2rem;
  flex-direction: column;
  padding-top: 2rem;
  display: flex;
}

.wrap_infos_cta {
  grid-column-gap: 1rem;
  display: flex;
}

.infos_text {
  opacity: .5;
  font-size: 1.25rem;
  font-weight: 300;
}

.infos_email {
  color: #f6f6f6;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: underline;
}

.infos_contact {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.btn {
  color: #f6f6f6;
  cursor: pointer;
  background-color: #0e1116;
  border: 1px solid #f6f6f6;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.btn:hover {
  background-color: rgba(246, 246, 246, .1);
}

.btn.allcaps {
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn.showreel {
  z-index: 2;
  grid-column-gap: 1rem;
  color: #f6f6f6;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #030303;
  border-style: none;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -3rem;
}

.btn.showreel:hover {
  background-color: rgba(246, 246, 246, .1);
  right: 0;
}

.video {
  z-index: 1;
  height: 100%;
}

.btn_icon {
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 100dvh;
    padding: 0;
  }

  .container {
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    display: flex;
  }

  .hero_visuel_wrap-video {
    flex: 1;
  }

  .wrap_header {
    padding: 2rem;
  }

  .h2.second {
    align-self: flex-end;
  }

  .h2.first {
    align-self: flex-start;
  }

  .wrap_h2 {
    flex-direction: column;
  }

  .wrap_infos {
    padding: 2rem;
  }

  .wrap_video {
    height: 28rem;
    flex: 0 auto;
    order: -1;
    align-items: flex-end;
    display: block;
  }

  .btn.showreel {
    right: 0;
  }

  .video {
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

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

  .h2 {
    font-size: 1.7rem;
  }

  .wrap_infos {
    padding-top: 0;
  }

  .wrap_video {
    height: 20rem;
    flex: 0 auto;
  }

  .wrap_infos_texts {
    padding-top: 0;
  }

  .btn {
    padding: .5rem 1rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: auto;
  }

  .h1 {
    font-size: 1.9rem;
  }

  .wrap_header {
    padding: 0 1rem;
  }

  .h2 {
    font-size: 1rem;
  }

  .wrap_infos {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .infos_h2 {
    font-size: 1.5rem;
  }

  .wrap_infos_texts {
    grid-row-gap: 1.5rem;
  }

  .btn, .btn.allcaps, .btn.showreel {
    font-size: 1.125rem;
  }
}

#w-node-e47e3969-6877-1f4b-d99c-c723118ea831-c99e4085 {
  grid-area: Area;
}

#w-node-e5311cf2-bffa-318a-c78d-12e31a235258-c99e4085, #w-node-_2831ad20-829f-307a-f20a-e5db494da1c6-c99e4085 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e47e3969-6877-1f4b-d99c-c723118ea831-c99e4085 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2831ad20-829f-307a-f20a-e5db494da1c6-c99e4085 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}