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

.body {
  cursor: none;
  overscroll-behavior: none;
  background-color: #fcfcfc;
  background-image: linear-gradient(132deg, #f3f5ee, #fff6f4);
  border: 5px #000;
  height: auto;
  font-family: menca, sans-serif;
  font-weight: 500;
}

.section {
  z-index: 1;
  border-radius: 0;
  height: 100vh;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.header {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #222;
  mix-blend-mode: normal;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100vw;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
}

.contact {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: #fcfcfc00;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.hero {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #eee;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100vw;
  height: 100vh;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.footer-header {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie-animation {
  color: #0f0f0f;
  mix-blend-mode: difference;
  width: 25px;
}

.link-text.is-02 {
  z-index: 99;
  mix-blend-mode: normal;
  position: relative;
}

.link-text.is-02 {
  z-index: 99;
  color: #222;
  mix-blend-mode: normal;
  font-family: menca, sans-serif;
  font-size: 12px;
  position: relative;
}

.link-text.is-02.is-hidden {
  position: absolute;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.link-menu {
  color: #f7f4ef;
  text-transform: uppercase;
  font-family: Menca, sans-serif;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-menu.w--current {
  font-weight: 300;
}

.text-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 70vh;
  padding: 0 40px;
  display: flex;
  position: static;
  bottom: 0;
}

.div-inside {
  background-image: url('../images/decormate_accueil.png');
  background-position: 0 0;
  background-size: 675px 664px;
  width: 675px;
  height: 664px;
}

.trail-image-effect_content-wrapper {
  width: 100vw;
  height: 100vh;
  display: block;
}

.trail-image-effect_list-wrapper {
  display: block;
}

.trail-image-effect_image {
  object-fit: cover;
  border-radius: 0;
  width: 12rem;
  max-width: 13rem;
  height: auto;
}

.main-container {
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.selected-project {
  background-color: #fcfcfc;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Menca, sans-serif;
  display: block;
}

.movement {
  border-radius: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.overlay {
  z-index: 2;
  background-color: #0f0f0f;
  border-radius: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.movement-inverse {
  height: 100%;
  position: relative;
  overflow: visible;
}

.image-size {
  width: 720px;
  height: 540px;
  display: block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.image-inside {
  background-image: url('../images/decormate_accueil_1.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  transition: filter .5s, transform .5s cubic-bezier(.444, .012, .25, 1);
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.image-inside:hover {
  aspect-ratio: auto;
  filter: blur(8px);
  width: 100%;
  height: auto;
  transform: scale(1.2);
}

.label {
  color: #222;
  border: 1px solid #222;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 14px;
  display: flex;
}

.label:hover {
  color: #222;
  background-color: #f1f2ec;
}

.text-block-4 {
  text-transform: uppercase;
  font-family: Menca, sans-serif;
}

.about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  padding: 0 40px 104px;
  display: block;
}

.available {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0f0f0f;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  font-family: Menca, sans-serif;
  display: flex;
  position: static;
  bottom: 30px;
  left: 50%;
  right: auto;
}

.bg-header {
  z-index: -99;
  background-color: #f1f2ec;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  text-transform: uppercase;
  background-color: #fcfcfc00;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-6 {
  font-family: menca, sans-serif;
  font-size: 12px;
}

.text-block-6.back-at-top {
  color: #222;
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.bloc-para-outside {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.bloc-para-inside {
  background-image: url('../images/decormate_accueil_2.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.split-lines_large {
  color: #333;
  text-align: left;
  text-transform: uppercase;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 64px;
  font-weight: 100;
  line-height: 64px;
}

.logo {
  mix-blend-mode: difference;
  position: relative;
}

.dot {
  background-color: #9aee9a;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}

.menu-link {
  color: #ddd;
  letter-spacing: 4px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-8 {
  color: #222;
  text-transform: uppercase;
  font-family: menca, sans-serif;
  font-size: 12px;
}

.menu-nav {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.link-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #8f6464;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-link-nav {
  color: #cfcfcf;
  text-transform: uppercase;
  font-family: menca, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.bulletpoint-nav {
  color: #222;
  background-color: #222;
  width: 6px;
  height: 6px;
}

.header-section {
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 0;
  font-weight: 500;
  display: flex;
}

.header-section.in-about {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  justify-content: flex-start;
  padding: 104px 0 72px;
}

.text-block-9 {
  color: #222;
  text-transform: uppercase;
  font-family: menca, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.date-selected-projects {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.text-date-selected-project {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  color: #222;
  font-family: menca, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.div-block {
  background-color: #222;
  width: 16px;
  height: 1px;
}

.first-project {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 120px;
  padding-top: 64px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.description-first-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.description-first-project.description-large-project {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
}

.description-first-project.description-large-project.description-lab-page {
  width: 100%;
}

.description-first-project.description-small-project {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.span-heading-title-home {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 100;
  line-height: 45px;
}

.bio-project-home {
  color: #222;
  text-align: left;
  font-family: Menca, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.img-first-project {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.img-home-project {
  width: 100%;
  max-width: none;
  transition: transform 1.4s cubic-bezier(.06, .645, 0, .985);
}

.img-home-project:hover {
  transform: scale(1.1);
}

.img-home-project.hover-null {
  object-fit: fill;
  max-width: none;
  transition-property: none;
}

.img-home-project.hover-null:hover {
  transform: none;
}

.second-line-selected-projects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.second-line-selected-projects.third-line-projects {
  margin-bottom: 120px;
}

.second-line-selected-projects.third-line-projects.lab-page {
  display: none;
}

.second-line-selected-projects.third-line-projects._3rd-line-project {
  margin-top: 50px;
}

.second-line-selected-projects.lab-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.second-project {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 50%;
  height: auto;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.regular-project {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 33%;
  height: auto;
  text-decoration: none;
  display: flex;
  position: static;
}

.description-project-selected {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description-project-selected.regular {
  width: 75%;
}

.img-regular-project {
  border-radius: 8px;
  overflow: hidden;
}

.third-line-selected-projects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 88px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.third-line-selected-projects.page-projet {
  margin-top: 0;
}

.bloc-contact {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-3 {
  color: #222;
  text-transform: uppercase;
  font-family: Menca, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.heading-7 {
  color: #222;
  text-transform: uppercase;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 120px;
  font-weight: 100;
  line-height: 120px;
  text-decoration: none;
  transition: opacity .65s ease-out;
}

.heading-7:hover {
  opacity: .1;
}

.text-span {
  font-style: italic;
}

.body-3 {
  cursor: none;
  background-color: #fcfcfc;
  height: auto;
}

.header-projet {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 168px 40px;
  display: flex;
}

.informations-projet {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  width: 70%;
  margin-bottom: 0;
  display: flex;
}

.overview-projet {
  width: 55%;
  padding-top: 131px;
}

.title-project {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 64px;
  font-weight: 100;
  line-height: 55px;
}

.title-project.page-noir {
  color: #222;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 64px;
  line-height: 54px;
  display: inline-block;
}

.col-info {
  display: flex;
}

.col1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.col2 {
  width: 50%;
}

.bloc-info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.titre-bloc-info {
  color: #979797;
  font-family: Menca, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bullet-info {
  color: #222;
  font-family: Menca, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bullet-point {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #303030;
  flex-flow: column;
  width: 6px;
  height: 6px;
  display: flex;
}

.paragraph-3 {
  width: 85%;
  font-family: Menca, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.img-header-project-page {
  width: 100%;
  height: 100vh;
  margin-top: 72px;
  position: relative;
  overflow: hidden;
}

.img-zoom {
  width: 80%;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -20px);
}

.footer-projet {
  background-color: #ece6d7;
}

.code-embed {
  z-index: 99999;
  pointer-events: none;
  position: fixed;
  transform: translate(-50%, -50%);
}

.span-headline {
  opacity: 1;
  color: #222;
  text-align: center;
  text-transform: uppercase;
  word-break: keep-all;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fkscreamertrial Bf 6571330 A 60 D 38", Impact, sans-serif;
  font-size: 156px;
  line-height: 133px;
}

.span-headline:hover {
  opacity: 100;
  color: #222;
}

.span-headline.primary-elements {
  opacity: 100;
}

.project-type {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.text-block-11 {
  color: #000;
  text-transform: uppercase;
  font-family: menca, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.link-block {
  color: #d3d3d3;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 48px;
  line-height: 20px;
  text-decoration: none;
}

.link-block.w--current {
  color: #222;
}

.logo-header {
  color: #222;
  font-size: 40px;
  transition: opacity .45s;
}

.logo-header:hover {
  opacity: .09;
}

.mask-transition {
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask-transition.second-project {
  width: 100%;
}

.mask-transition.third-project {
  width: 100%;
  height: auto;
}

.mask-transition.page-projet-header {
  width: 100%;
}

.mask-transition.page-projet-header.grande-img-page-projet {
  margin-bottom: 80px;
}

.volet.droit {
  background-color: #fcfcfc;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
}

.volet.gauche {
  background-color: #fcfcfc;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
}

.block-headline-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: #222;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-headline-hero:hover {
  opacity: 1;
}

.mask-headline {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.mask-headline.primary-elements.mask-test {
  display: block;
}

.letter-1 {
  display: inline-block;
  position: static;
}

.letter-2, .letter-3, .letter-4, .letter-5, .letter-6, .letter-7, .letter-8, .letter-9, .letter-10, .letter-11, .letter-12, .letter-13, .letter-14, .letter-15, .letter-16, .letter-17, .letter-18, .letter-19, .letter-20, .letter-21, .letter-22 {
  display: inline-block;
}

.mask-headline-2 {
  width: auto;
  height: auto;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  overflow: hidden;
}

.span-headline-2 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fkscreamertrial Bf 6571330 A 60 D 38", Impact, sans-serif;
  font-size: 156px;
  line-height: 133px;
}

.letter-23, .letter-24, .letter-25, .letter-26, .letter-27, .letter-28, .letter-29, .letter-30, .letter-31, .letter-32, .letter-33, .letter-34, .letter-35, .letter-36 {
  display: inline-block;
}

.sub-headline-1, .sub-headline-2, .mask-title-project {
  overflow: hidden;
}

.ltp-1, .ltp-2, .ltp-3, .ltp-4, .ltp-5, .ltp-6, .ltp-7, .ltp-8, .ltp-9, .ltp-10, .ltp-11, .ltp-12, .ltp-13, .ltp-14 {
  display: inline-block;
}

.mask-project-type {
  overflow: hidden;
}

.second-project-bloc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.second-project-bloc.fifth-project {
  width: 50%;
  margin-top: 320px;
}

.second-project-bloc.bloc-lab-page {
  width: 100%;
}

.third-project-bloc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 40%;
  margin-top: 320px;
  display: flex;
}

.third-project-bloc.fourth-project {
  width: 35%;
  margin-top: 0;
}

.ltp-15, .ltp-16, .ltp-17 {
  display: inline-block;
}

.heading_wrap-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  display: inline-block;
}

.bioetimage {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-left: 150px;
  display: flex;
}

.paragraph-5 {
  width: 50%;
  font-family: menca, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.link-menu-2 {
  color: #f7f4ef;
  text-transform: uppercase;
  font-family: Menca, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.infos-projet {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.col-1, .col-2 {
  flex-flow: column;
  display: flex;
}

.col-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.col-4 {
  flex-flow: column;
  display: flex;
}

.title-col {
  color: #bebebe;
  -webkit-text-stroke-color: #bebebe;
  text-transform: uppercase;
  font-family: Menca, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.line-col {
  font-family: menca, sans-serif;
  font-weight: 500;
}

.presentation-projet {
  padding-top: 96px;
  padding-left: 40px;
  padding-right: 40px;
}

.overview-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.overview {
  text-wrap: pretty;
  width: 50%;
  margin-bottom: 0;
  font-family: menca, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.overview.first-para {
  margin-bottom: 24px;
}

.mask-transition-verticale {
  width: 52%;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.mask-transition-verticale.grande-img-verticale {
  width: 100%;
}

.volet-vertical {
  background-color: #fcfcfc;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: auto;
}

.bloc-img-3row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.mask-title-page-projet {
  justify-content: center;
  align-items: center;
  height: 55px;
  display: flex;
  overflow: hidden;
}

.mask-title-page-projet.playground-title {
  position: static;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
}

.lpp-1, .lpp-2, .lpp-3, .lpp-4, .lpp-5, .lpp-6, .lpp-7, .lpp-8, .lpp-9, .lpp-10, .lpp-11, .lpp-12, .lpp-13, .lpp-14 {
  display: inline-block;
}

.mask-col {
  overflow: hidden;
}

.heading-8 {
  text-transform: uppercase;
  margin-top: 64px;
  margin-bottom: 24px;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.yeux {
  display: none;
}

.text-block-12 {
  color: #222;
  font-family: menca, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.menu-mobile {
  display: none;
}

.image {
  max-width: 70%;
}

.first-line-headline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #222;
  display: flex;
}

.col-contact-mobile {
  color: #222;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-span-2 {
  color: #ccc;
}

.colonne-media {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.colonnes {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: row;
  display: flex;
}

.span {
  color: #222;
  background-color: #222;
  width: 1px;
  height: 50px;
}

.prez-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-13 {
  text-transform: none;
  font-family: menca, sans-serif;
}

.text-span-3 {
  color: #ccc;
}

.get-in-touch {
  color: #222;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 160px;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  text-decoration: none;
  transition: opacity .35s ease-in;
  display: flex;
  position: relative;
  overflow: hidden;
}

.get-in-touch:hover {
  opacity: .3;
}

.texte-git {
  color: #222;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 191px;
  font-weight: 500;
  line-height: 155px;
  text-decoration: none;
  display: block;
}

.letter-footer-1, .letter-footer-2, .letter-footer-3, .letter-footer-4, .letter-footer-5, .letter-footer-6, .letter-footer-7, .letter-footer-8, .letter-footer-9, .letter-footer-10, .letter-np-1, .letter-np-2, .letter-np-3, .letter-np-4, .letter-np-5, .letter-np-6, .letter-np-7, .letter-np-8, .letter-np-9, .letter-np-10, .letter-np-11 {
  display: inline-block;
}

.section-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
}

.heading-9 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 97px;
}

.heading-about {
  overflow: hidden;
}

.second-part-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.colonnes-about {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 45%;
  display: flex;
}

.col-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.items-about {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.title-items-about {
  color: #ccc;
  text-transform: uppercase;
}

.paragraphe-about {
  color: #222;
  width: 55%;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.mask-playground-title {
  z-index: 100000;
  color: #222;
  text-transform: uppercase;
  cursor: none;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 0;
  font-weight: 500;
  line-height: 0;
  display: flex;
  position: static;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.playground-title {
  font-size: 120px;
  font-weight: 500;
  line-height: 100px;
  display: inline;
}

.letter-playground-1, .letter-playground-2, .letter-playground-3, .letter-playground-4, .letter-playground-5, .letter-playground-6, .letter-playground-7, .letter-playground-8, .letter-playground-9, .letter-playground-10, .letter-about-1, .letter-about-2, .letter-about-3, .letter-about-4, .letter-about-5, .letter-about-6 {
  display: inline-block;
}

.page-transition {
  z-index: 99998;
  background-color: #f2eee3;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.interaction_contain.u-container {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.interaction_cms_wrap {
  display: none;
}

.interaction_img {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  flex: none;
  width: 20vw;
  min-width: 8rem;
}

.interaction_visual_wrap {
  pointer-events: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.interaction_template {
  display: none;
}

.interaction_wrap {
  text-align: center;
}

.interaction_img_wrap {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-playground-page {
  z-index: 99;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.text-playground.on-mobile {
  display: none;
}

.text-playground.on-desktop {
  max-width: 400px;
}

.text-playground.on-desktop.absolute-position {
  color: #d3d3d3;
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%);
}

.loader_number {
  padding-bottom: .14em;
  font-size: 1.5em;
  font-weight: 500;
  line-height: .55;
}

.container {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3em;
  position: relative;
}

.container.is-loader-top {
  mix-blend-mode: difference;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.is-loader-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.loader_p {
  text-transform: uppercase;
  font-size: 1.82em;
  line-height: 1;
}

.loader_p.is-right {
  text-align: right;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.loader_progress {
  z-index: 1;
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.loader {
  z-index: 9999999;
  color: #000;
  background-color: #f2eee3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.loader_top {
  color: #eb412b;
  border-bottom: 2px solid #000;
  position: relative;
}

.initial-loader {
  color: #222;
  text-transform: uppercase;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 15em;
  line-height: .8em;
}

.lottie-animation-2 {
  width: 14%;
}

.toggle-color {
  color: #222;
  text-transform: uppercase;
  border: 2px solid #222;
  border-radius: 20px;
  padding: 4px 10px;
  font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
  font-size: 24px;
}

.toggle-color.mood-button.primary-elements {
  cursor: pointer;
}

.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: 260px;
  display: flex;
}

.header-lab {
  height: 60vh;
  position: relative;
}

.letter-lab-1, .letter-lab-2, .letter-lab-3 {
  display: inline-block;
}

.paragraph-6 {
  font-family: menca, sans-serif;
  font-style: normal;
}

.explaining-lab-project {
  color: #222;
  width: 90%;
  font-family: menca, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
}

.external-link {
  color: #336148;
  font-weight: 700;
}

.bloc-col-about {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.designing-bold {
  color: #222;
  text-align: center;
  font-family: menca, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.designing-bold.lefted {
  text-align: left;
}

.mask-info-project {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .split-lines_large {
    font-size: 7em;
    line-height: .9em;
  }

  .heading_wrap-2, .paragraph-5 {
    width: 90%;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .loader_top {
    border-top: 2px solid #000;
    position: absolute;
    inset: 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .split-lines_large {
    font-size: 2.3em;
  }

  .heading_wrap-2 {
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: auto;
    overflow: visible;
  }

  .body.body-playground {
    height: auto;
    overflow: hidden;
  }

  .body.body-playground.lab-body {
    overflow: visible;
  }

  .section {
    display: none;
  }

  .header {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .footer-header {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 32px;
  }

  .text-hero {
    padding-left: 10px;
    padding-right: 15px;
  }

  .selected-project {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .about {
    padding-bottom: 64px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .text-block-6 {
    font-size: 8px;
    line-height: 14px;
  }

  .text-block-6.back-at-top {
    bottom: 170%;
  }

  .split-lines_large {
    font-size: 4em;
    line-height: 1em;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 18px;
  }

  .menu-nav {
    display: none;
  }

  .header-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-section.in-about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-block-9 {
    font-size: 12px;
    line-height: 18px;
  }

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

  .div-block {
    width: 16px;
  }

  .first-project {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    margin-bottom: 48px;
    padding-top: 16px;
  }

  .description-first-project {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .description-first-project.description-large-project {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .description-first-project.description-large-project.description-lab-page {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .span-heading-title-home {
    font-size: 40px;
    line-height: 36px;
  }

  .second-line-selected-projects {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    margin-bottom: 48px;
  }

  .second-line-selected-projects.third-line-projects {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 48px;
  }

  .second-line-selected-projects.lab-page {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .bloc-contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .link-3 {
    font-size: 12px;
  }

  .heading-7 {
    font-size: 80px;
    line-height: 80px;
  }

  .header-projet {
    height: auto;
    padding: 100px 16px 48px;
  }

  .informations-projet {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .title-project {
    font-size: 56px;
  }

  .code-embed {
    opacity: 0;
    display: block;
  }

  .code-embed:active {
    opacity: 100;
  }

  .code-embed.code-embe-mobile {
    position: absolute;
    top: 16px;
    right: 16px;
  }

  .span-headline {
    text-indent: -4px;
    white-space: normal;
    word-break: normal;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 96px;
    line-height: 80px;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 14px;
  }

  .link-block.menu-mobile-on.w--current {
    color: #222;
  }

  .logo-header {
    color: #eee;
    line-height: 30px;
  }

  .logo-header.menu-mob-on, .logo-header.primary-elements {
    color: #222;
  }

  .mask-transition {
    width: 100%;
  }

  .mask-transition.page-projet-header.grande-img-page-projet {
    margin-bottom: 32px;
  }

  .block-headline-hero {
    opacity: 100;
    transition-property: none;
  }

  .mask-headline-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .span-headline-2 {
    text-indent: -4px;
    font-size: 96px;
    line-height: 80px;
  }

  .second-project-bloc {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
  }

  .second-project-bloc.fifth-project {
    width: 100%;
    margin-top: 48px;
  }

  .third-project-bloc {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: 100%;
    margin-top: 48px;
  }

  .third-project-bloc.fourth-project, .heading_wrap-2 {
    width: 100%;
  }

  .bioetimage {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .infos-projet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .presentation-projet {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .overview-text {
    margin-bottom: 56px;
  }

  .overview {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .mask-transition-verticale {
    width: 100%;
    margin-bottom: 32px;
  }

  .mask-title-page-projet {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-8 {
    font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
    font-size: 48px;
    line-height: 44px;
  }

  .yeux {
    cursor: pointer;
    width: 44px;
    display: block;
    position: absolute;
    inset: 16px 16px 0% auto;
    transform: rotate(-6deg);
  }

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

  .menu-mobile {
    z-index: 9999;
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    background-color: #fcfcfc;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 100%;
    transform: translate(0, -100%);
  }

  .menu-mobile.secondary-elements {
    top: 0%;
  }

  .header-menu-mobile {
    justify-content: space-between;
    width: 100%;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image {
    width: 60px;
    height: 60px;
  }

  .items-menu-mobile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    height: auto;
    display: flex;
  }

  .item {
    color: #222;
    text-align: center;
    text-transform: uppercase;
    font-family: "Fkscreamertrial Bf 6571330 A 5823 D", Impact, sans-serif;
    font-size: 64px;
    font-weight: 500;
    line-height: 56px;
    text-decoration: none;
  }

  .contact-externe-mobile {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    text-transform: uppercase;
    flex-flow: row;
    display: flex;
  }

  .link-4 {
    color: #222;
    text-align: center;
    font-family: menca, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
  }

  .close-button {
    cursor: pointer;
  }

  .mask-item-menu-mobile {
    overflow: hidden;
  }

  .mask-item-menu-mobile.w--current {
    text-decoration: none;
  }

  .lim-1, .lim-2, .lim-3, .lim-4, .lim-5, .lim-6, .lim-7, .lim-8, .lim-9, .lim-10, .lim-11, .lim-12, .lim-13, .lim-14, .lim-15, .lim-16, .lim-17 {
    display: inline-block;
  }

  .first-line-headline {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
  }

  .col-contact-mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-5 {
    color: #dfdfdf;
    text-align: center;
    text-transform: uppercase;
    font-family: menca, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    position: absolute;
    inset: auto 0% 3%;
  }

  .colonne-media {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    text-align: center;
  }

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

  .span {
    transform: rotate(90deg);
  }

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

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

  .get-in-touch {
    height: 80px;
  }

  .texte-git {
    font-size: 90px;
    line-height: 76px;
  }

  .section-about {
    height: auto;
    padding-top: 140px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-9 {
    font-size: 80px;
    line-height: 67px;
  }

  .second-part-about {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .colonnes-about {
    width: 100%;
  }

  .paragraphe-about {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
  }

  .mask-playground-title {
    z-index: 99;
    height: 63px;
  }

  .playground-title {
    font-size: 64px;
    line-height: 50px;
  }

  .interaction_img {
    width: 12vw;
    min-width: 5rem;
  }

  .lim-18, .lim-19, .lim-20, .lim-21, .lim-22, .lim-23, .lim-24, .lim-25, .lim-26, .lim-27 {
    display: inline-block;
  }

  .title-playground-page {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-playground.on-mobile {
    display: block;
  }

  .text-playground.on-desktop {
    width: 80%;
    display: block;
  }

  .text-playground.on-desktop.du-lab-page {
    display: none;
  }

  .loader_number {
    color: #222;
    font-size: 16px;
    line-height: 16px;
  }

  .container.is-loader-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .initial-loader {
    font-size: 88px;
  }

  .lottie-animation-2 {
    width: 30%;
  }

  .yeux-nav-mobile.yeux {
    width: 77px;
    height: 77px;
    top: 4px;
    right: 4px;
    transform: scale(.65)rotate(-6deg);
  }

  .explaining-lab-project {
    width: 100%;
    font-size: 14px;
    line-height: 19px;
  }

  .designing-bold {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}


@font-face {
  font-family: 'Area';
  src: url('../fonts/Area-ExtraboldInktrapExtended.otf') format('opentype'), url('../fonts/Area-ExtraboldInktrap.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area Hairlineinktrap';
  src: url('../fonts/Area-HairlineInktrap.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/Area-ExtraboldItalic.otf') format('opentype'), url('../fonts/Area-ExtraboldInktrapItalicExtended.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Area Hairline';
  src: url('../fonts/Area-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/Area-ExtralightItalic.otf') format('opentype'), url('../fonts/Area-ExtralightInktrapItalicExtended.otf') format('opentype'), url('../fonts/Area-ExtralightInktrapItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/Area-ExtralightInktrap.otf') format('opentype'), url('../fonts/Area-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/Area-LightItalicExtended.otf') format('opentype'), url('../fonts/Area-LightInktrapItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/Area-RegularInktrapItalicExtended.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/Area-SemiboldInktrap.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Area';
  src: url('../fonts/Area-RegularExtended.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamerlegacytrial Slanted Bf 6571330 A 9078 D';
  src: url('../fonts/FKScreamerLegacyTrial-Slanted-BF6571330a9078d.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamerlegacytrial Semislanted Bf 6571330 A 82962';
  src: url('../fonts/FKScreamerLegacyTrial-SemiSlanted-BF6571330a82962.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamerlegacytrial Upright Bf 6571330 A 902 Da';
  src: url('../fonts/FKScreamerLegacyTrial-Upright-BF6571330a902da.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamertrial Bf 65713309 D 368 F';
  src: url('../fonts/FKScreamerTrial-Black-BF65713309d368f.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamertrial Bf 6571330 A 5823 D';
  src: url('../fonts/FKScreamerTrial-Medium-BF6571330a5823d.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamertrial Bf 6571330 A 60 D 38';
  src: url('../fonts/FKScreamerTrial-Regular-BF6571330a60d38.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamerlegacytrial Backslanted Bf 6571330 A 60 Ec 6';
  src: url('../fonts/FKScreamerLegacyTrial-Backslanted-BF6571330a60ec6.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamerlegacytrial Semibackslanted Bf 6571330 A 7 D 5 E 9';
  src: url('../fonts/FKScreamerLegacyTrial-SemiBackslanted-BF6571330a7d5e9.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fkscreamertrial Bf 6571330 A 76 E 9 B';
  src: url('../fonts/FKScreamerTrial-Bold-BF6571330a76e9b.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}