:root {
  --abysse: #001420;
  --seabed: #000b12;
  --transparent: transparent;
  --silex: #dfefef;
  --silex--50: #f2f9f9;
  --davana: #23bb8f;
  --silex--500: #498c91;
  --davana--50: #eefbf6;
  --davana--600: #128969;
  --davana--700: #0f6d56;
  --davana--900: #0d473a;
  --davana--200: #aeecd2;
  --davana--100: #d5f6e6;
  --silex--900: #2f454a;
  --davana--800: #0e5745;
  --silex--600: #3f747b;
  --davana--950: #062821;
  --davana--300: #79dcb9;
  --davana--400: #43c49a;
  --davana--500-main: #23bb8f;
  --silex--100-main: #dfefef;
  --silex--200: #c1dfe0;
  --silex--300: #97c7c9;
  --silex--400: #65a8ab;
  --silex--700: #386066;
  --silex--800: #345156;
  --silex--950: #1c2d30;
}

.hero-section {
  z-index: 3;
  background-color: var(--abysse);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #00142000, var(--seabed) 72%);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  top: auto;
}

.header {
  z-index: 10001;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: fixed;
}

.logo-dwip {
  width: 6.25rem;
  height: 4rem;
  position: relative;
}

.logo-silex {
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-silex.abysse {
  z-index: 0;
  opacity: 1;
}

.hero-content {
  width: 20%;
  min-width: 150px;
  max-width: 270px;
  height: 25.0397%;
  min-height: 110px;
  max-height: 230px;
}

.image-ile {
  filter: blur(1rem);
  width: 100%;
  max-width: none;
  height: 100%;
}

.hero-text {
  background-color: var(--transparent);
  width: 650px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 20%;
}

.h1 {
  color: var(--silex);
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: miller-banner, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.1rem;
}

.presentation-section {
  z-index: 3;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 250vw;
  display: block;
  position: relative;
  top: auto;
}

.block-content-presentation {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 41%;
  min-width: 457px;
  max-width: 457px;
  height: auto;
  min-height: auto;
  max-height: 250px;
  display: flex;
  position: static;
  top: 0%;
  left: 0%;
}

.block-content-presentation.production {
  min-width: 510px;
  max-width: 510px;
}

.h2 {
  color: var(--abysse);
  margin-top: 0;
  margin-bottom: 0;
  font-family: miller-banner, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.h2.white {
  color: var(--silex);
  font-weight: 600;
}

.paragraph {
  color: var(--seabed);
  text-align: justify;
  font-family: sofia-pro, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph.white {
  color: var(--silex--50);
  font-weight: 100;
}

.paragraph.white.l {
  color: var(--silex--50);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  top: 75px;
}

.text-content-presentation {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.italic-text {
  color: var(--davana);
  font-weight: 300;
}

.italic-text.prod {
  color: var(--silex--500);
}

.bold-text {
  color: var(--davana);
  font-weight: 700;
}

.bold-text.prod {
  color: var(--silex--500);
}

.button-dwip {
  z-index: 1;
  border: 1px solid #000b12;
  border-radius: 6px;
  align-self: auto;
  padding: .3rem .6rem;
  display: flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.image-map-topo {
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  min-width: 720px;
  max-width: 30%;
  height: 720px;
  min-height: 480px;
  max-height: 75%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-1 {
  z-index: 1;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.content-presentation {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--silex);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--silex), #00142026);
  justify-content: space-between;
  align-items: center;
  width: 250vw;
  height: 100%;
  padding-left: 10%;
  padding-right: 20%;
  display: flex;
  position: relative;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.body {
  overflow: clip;
}

.collaboration-section {
  z-index: 2;
  background-color: var(--davana--50);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding-bottom: 8vh;
  padding-left: 10vw;
  padding-right: 60vw;
  display: flex;
  position: sticky;
  bottom: 0;
}

.block-content-collaboration {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 39%;
  min-width: 535px;
  display: flex;
  position: relative;
}

.culture-section {
  z-index: 1;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  background-color: var(--davana);
  background-image: linear-gradient(180deg, var(--davana--600), var(--davana));
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 5vh 10vw;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
}

.block-content-culture {
  flex-flow: column;
  width: auto;
  height: auto;
  display: block;
}

.h3 {
  color: var(--davana--700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: miller-banner, sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
}

.block-content-defilement {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5000px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.line-content {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  color: var(--davana--50);
  font-family: sofia-pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.content.stroke {
  opacity: .5;
  color: var(--davana--600);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--davana--600);
  overflow-wrap: normal;
  border: 0 solid #000;
}

.defilement-section {
  z-index: 0;
  background-color: var(--davana);
  color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.footer-section {
  z-index: 0;
  background-color: var(--davana);
  background-image: linear-gradient(180deg, var(--davana), var(--davana--600));
  width: 100vw;
  height: 50vh;
  position: relative;
  bottom: 0;
}

.r-seaux {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.right-side {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.h4 {
  color: var(--silex--50);
  letter-spacing: normal;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: miller-banner, sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.7rem;
  overflow: hidden;
}

.container-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-02 {
  color: var(--davana--900);
  text-transform: uppercase;
  background-color: #0000;
  padding: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.button-02:hover {
  color: var(--davana--50);
}

.button-02:active, .button-02:focus {
  color: var(--davana--200);
}

.button-02.mail {
  text-transform: lowercase;
}

.text-block {
  color: var(--davana--700);
  font-family: sofia-pro, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.button-03 {
  color: var(--davana--700);
  background-color: #0000;
  padding: 0;
  font-family: sofia-pro, sans-serif;
  font-size: .75rem;
  line-height: 1rem;
}

.button-03:hover {
  color: var(--davana--100);
}

.button-03:active {
  color: var(--davana--200);
}

.content-footer {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 2vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: static;
  top: auto;
  bottom: 0;
}

.button-group {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.h7 {
  color: var(--davana--100);
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1rem;
}

.contact {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.left-side {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.legal {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  bottom: auto;
}

.content-mentions {
  width: auto;
  height: auto;
  padding: 14.5rem 5.5rem 7.5rem;
}

.logo-svg {
  z-index: 0;
  opacity: 1;
  color: #dfefef;
  vertical-align: baseline;
  background-color: #fff0;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
}

.logo-svg.silex {
  z-index: 1;
}

.logo-svg.seabed {
  opacity: 0;
}

.logo-dwip-2 {
  width: 6rem;
  min-width: auto;
  max-width: none;
  height: 5rem;
  min-height: auto;
  max-height: none;
  position: relative;
  overflow: visible;
}

.header-2 {
  z-index: 10001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-top: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.paragraph-4 {
  color: var(--silex);
  text-align: justify;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.2;
}

.h5 {
  color: var(--silex--900);
  font-family: miller-banner, sans-serif;
  font-size: 7rem;
  font-weight: 800;
  line-height: 1.2;
}

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

.h6 {
  color: var(--silex);
  margin-top: auto;
  margin-bottom: auto;
  font-family: sofia-pro, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-bloc-texte {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -3.5rem;
  display: flex;
}

.body-2 {
  background-color: var(--seabed);
  overflow: hidden;
}

.logo-abysse {
  opacity: 0;
}

.image-2 {
  z-index: 1;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bg-div-map-topo {
  z-index: 0;
  background-color: var(--seabed);
  position: absolute;
  inset: 0%;
}

.block-content-button {
  z-index: 1000001;
  position: fixed;
  bottom: 2vh;
  right: 4vw;
}

.block-content-button.silex {
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.map-text {
  color: var(--silex--900);
  text-transform: uppercase;
  margin-right: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.map-text:hover {
  color: var(--davana);
}

.map-text:active {
  color: var(--davana--800);
}

.map-text.silex {
  color: var(--silex);
  font-size: 1rem;
  position: static;
  top: 0;
  right: 0;
}

.map-text.silex:hover {
  color: var(--silex--600);
}

.map-text.silex:active {
  color: var(--davana--600);
}

.block-video-collaboration {
  position: absolute;
  inset: 0%;
}

.circle-button {
  z-index: 100001;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 3vh;
  right: 5vw;
}

.mobile-presentation {
  display: none;
}

.block-effect-video {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--transparent), var(--seabed));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-button-primary.davana {
  display: none;
}

.button-dwip-l {
  z-index: 1;
  border: 1px solid var(--davana--950);
  border-radius: .4rem;
  padding: .4rem .7rem .45rem;
  display: flex;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.button-mask-l {
  z-index: 2;
  background-color: var(--davana--950);
  border-radius: .3rem;
  position: absolute;
  inset: 0%;
}

.text-button-l {
  z-index: 3;
  color: var(--davana--950);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3rem;
  position: relative;
  text-align: none;
}

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

@media screen and (max-width: 991px) {
  .hero-section {
    overflow: hidden;
  }

  .header {
    padding-top: .5rem;
    padding-bottom: .5rem;
    overflow: hidden;
  }

  .hero-content {
    width: 30%;
  }

  .hero-text {
    width: 500px;
    left: 10%;
    right: 10%;
  }

  .presentation-section {
    height: 200vh;
    display: none;
    overflow: visible;
  }

  .h2 {
    font-size: 3rem;
  }

  .image-map-topo {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 35%;
    min-height: auto;
    max-height: none;
    padding-top: 0%;
    position: relative;
  }

  .content-presentation {
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 10rem 0 10rem 0%;
  }

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

  .body {
    overflow: visible;
  }

  .culture-section {
    overflow: hidden;
  }

  .h3 {
    font-size: 6rem;
  }

  .defilement-section, .footer-section {
    overflow: hidden;
  }

  .h4 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .logo-dwip-2 {
    width: 5rem;
    height: 4rem;
  }

  .h5 {
    font-size: 4.5rem;
  }

  .circle-button {
    right: 7vw;
  }

  .mobile-presentation {
    z-index: 3;
    width: 100vw;
    height: 200vh;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .mobile-button-primary {
    color: #000b12;
    text-transform: uppercase;
    background-color: #0000;
    border: 2px solid #000b12;
    border-radius: 6px;
    padding: .5rem .75rem;
    font-family: sofia-pro, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: .9rem;
  }

  .mobile-button-primary:active {
    color: #dfefef;
    background-color: #000b12;
  }

  .mobile-button-primary.davana {
    border-width: 1px;
    border-color: var(--davana--950);
    color: var(--davana--950);
  }

  .mobile-button-primary.davana {
    border-color: var(--davana--950);
    color: var(--davana--950);
    display: block;
  }

  .mobile-button-primary.davana:active {
    background-color: var(--davana--950);
    color: var(--davana--50);
  }

  .button-dwip-l {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    width: 40%;
  }

  .hero-text {
    width: 400px;
  }

  .block-content-presentation.production {
    min-width: 457px;
    max-width: 457px;
  }

  .h2, .h2.prod, .h2.white {
    font-size: 2.5rem;
  }

  .paragraph.white.l {
    font-size: 1.25rem;
    top: 49px;
  }

  .collaboration-section {
    padding-right: 20vw;
  }

  .block-content-collaboration {
    width: auto;
    min-width: auto;
  }

  .h3 {
    font-size: 4.5rem;
  }

  .h5 {
    font-size: 3rem;
  }

  .div-bloc-texte {
    margin-top: -2.2rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-text {
    width: 220px;
  }

  .h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .block-content-presentation {
    width: 275px;
    min-width: auto;
    max-width: none;
    max-height: none;
  }

  .block-content-presentation.production {
    width: 285px;
    min-width: auto;
    max-width: none;
  }

  .h2, .h2.prod {
    font-size: 2rem;
  }

  .paragraph {
    font-size: 1rem;
  }

  .paragraph.white.l {
    font-size: 1rem;
    top: 25px;
  }

  .h3 {
    font-size: 2.5rem;
  }

  .content {
    overflow-wrap: break-word;
    font-size: 32px;
    line-height: 1.2;
  }

  .content.stroke {
    overflow-wrap: break-word;
  }

  .h4 {
    font-size: 1.2rem;
  }

  .container-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .button-02 {
    font-size: .75rem;
    line-height: 1.2;
  }

  .text-block {
    width: auto;
    font-size: .5rem;
    line-height: .75rem;
  }

  .button-03 {
    font-size: .5rem;
    line-height: .6rem;
  }

  .content-footer {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .h7 {
    font-size: .5rem;
    line-height: 1.2;
  }

  .left-side {
    width: 100%;
  }

  .legal {
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-mentions {
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-4 {
    font-size: 1rem;
  }

  .h6 {
    font-size: 1.5rem;
  }

  .map-text.silex {
    font-size: .75rem;
  }

  .circle-button {
    right: 10vw;
  }

  .mobile-button-primary.davana {
    border-width: 1px;
    padding: .1rem .5rem;
    font-size: .75rem;
    line-height: 1.8rem;
  }
}


