:root {
  --white: white;
  --black: black;
  --deco-bleu-clair\<deleted\|variable-2aeda57c-9577-6f8e-561d-ee7041d000e4\>: #64ccfc;
  --text-color\<deleted\|variable-b2d64465-4ad0-e03d-a567-0e01440d391f\>: #0050ff;
  --accent: #f9c97d;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
  }
}

body {
  color: #333;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  color: var(--white);
  background-image: linear-gradient(#1c1813, #1c1813);
  height: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  overflow-x: clip;
}

.c-pagesection {
  padding-top: 120px;
  padding-bottom: 120px;
}

.c-pagesection.c-pagesection--100vh {
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 75vh;
  max-height: none;
  display: flex;
}

.c-pagesection.c-pagesection--100vh.hero {
  z-index: 100;
  background-image: radial-gradient(circle, #e0b6f8, #be32f9);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.c-pagesection.c-pagesection--100vh.hero.footer {
  justify-content: flex-start;
  align-items: center;
  min-height: 150vh;
  padding-bottom: 120px;
}

.c-pagesection.c-interview {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-pagesection.section-generique {
  background-color: var(--black);
  position: relative;
}

.c-title--branded {
  text-shadow: 0 12px 24px #00007c66;
  transform: skew(-4deg)rotate(-4deg);
}

.c-title--branded.c-h2 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 90px;
  line-height: 120%;
}

.c-title--branded.c-h2.c-interview__title {
  margin-bottom: 0;
  line-height: 40%;
}

.c-button {
  border: 2px solid var(--deco-bleu-clair\<deleted\|variable-2aeda57c-9577-6f8e-561d-ee7041d000e4\>);
  background-color: #ffffff1a;
  border-radius: 2px;
  font-size: 18px;
}

.c-button.button-primary {
  text-transform: none;
  border-radius: 12px;
  font-weight: 500;
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.c-button.button-primary:hover {
  border-width: 2px;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--text-color\<deleted\|variable-b2d64465-4ad0-e03d-a567-0e01440d391f\>);
  transform: scale(1.05);
}

.c-image-fullsection {
  justify-content: center;
  display: flex;
  position: relative;
}

.c-image-fullsection.sticky-section {
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 120px 24px;
  position: relative;
  overflow: hidden;
}

.c-image-fullsection.sticky-section.concept {
  justify-content: center;
  height: 100%;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.c-image-fullsection.sticky-section.pitch-episode {
  padding-top: 20vh;
}

.c-image-fullsection.phobies {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

.c-interview-app {
  background-color: #0000;
  width: 100%;
  max-width: 1240px;
  height: 70vh;
  min-height: auto;
  max-height: none;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 150%;
}

.c-interview__titles {
  align-items: flex-end;
}

.swiper-button {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.header-bg {
  z-index: 1;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
  -webkit-mask-image: radial-gradient(circle, #000 50%, #0000 70%);
  mask-image: radial-gradient(circle, #000 50%, #0000 70%);
}

.header-smoke {
  z-index: 2;
  mix-blend-mode: screen;
  object-fit: fill;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0%;
}

.header-main {
  z-index: 1;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: auto 0% 0%;
}

.header-content {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  max-width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.header-content.footer {
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
}

.text-block {
  font-size: 32px;
  font-weight: 800;
  position: relative;
}

.text-block.date {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.text-block.date.footer {
  font-size: 20px;
  font-weight: 500;
}

.text-block.date.secondary {
  opacity: .7;
  font-size: 18px;
  font-weight: 500;
}

.text-block.baseline {
  display: block;
}

.logo-main {
  z-index: 99;
  mix-blend-mode: screen;
  max-width: 25%;
  margin-top: auto;
  margin-bottom: -12px;
  padding: 24px;
  display: flex;
  position: relative;
}

.html-embed {
  z-index: 5;
  opacity: .5;
  mix-blend-mode: screen;
  object-fit: cover;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.html-embed.smoke-video {
  z-index: 99999;
  opacity: 1;
  display: block;
}

.html-embed.loading {
  z-index: 10000;
  display: block;
}

.logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  margin-left: 12px;
}

.image-4 {
  object-fit: contain;
}

.bg-section-fixed {
  z-index: -1;
  background-image: url('../images/NAPA_EP01_P1_PROMO.01_06_38_21.Still044.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.bg-section-fixed.avis {
  z-index: -2;
  background-image: url('../images/combat.jpg');
  background-position: 0%;
  background-size: cover;
  transform: scale(1.1);
}

.bg-section-fixed.group {
  background-image: url('../images/group.jpg');
}

.bg-section-fixed.cards {
  background-image: url('../images/portects.jpg');
}

.bg-section-fixed.banni {
  background-image: url('../images/banni.jpg');
}

.bg-section-fixed.news {
  background-image: url('../images/pieces.jpg');
}

.bg-section-fixed.phobie {
  background-image: url('../images/mission-phobies.jpg');
}

.bg-section-fixed.phobie.spider {
  background-image: url('../images/spider.jpg');
}

.bg-section-fixed.phobie.feu {
  background-image: url('../images/mission-statues.jpg');
}

.bg-section-fixed.phobie.corde {
  background-image: url('../images/mission-sacs.jpg');
}

.bg-section-fixed.phobie.music {
  background-image: url('../images/mission-musique.jpg');
}

.bg-section-fixed.wanted {
  background-image: url('../images/NAPA_EP01_P1_PROMO.01_03_42_19.Still043.jpg');
}

.bg-section-fixed.pitch-episode {
  background-image: url('../images/bg-pitch-episode.jpg');
}

.bg-section-effect {
  z-index: -1;
  opacity: 0;
  background-color: #701e93;
  position: absolute;
  inset: 0%;
}

.text-flex {
  z-index: 1;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 42px;
  padding-bottom: 42px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-flex.banni {
  width: 100%;
  margin-top: 42px;
}

.text-flex.banni.italic {
  font-style: italic;
}

.text-flex.footer {
  z-index: 999999;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
}

.text-flex.drop {
  filter: drop-shadow(0 2px 24px #000000b3);
  max-width: 600px;
}

.text-flex.drop.r {
  margin-left: auto;
}

.le-concept {
  color: var(--accent);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.grid-img-text {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "img text" 100%
                 ". ."
                 / 1fr 1fr;
  grid-auto-rows: 100%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: center stretch;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  min-height: 100vh;
  max-height: none;
  display: grid;
  position: relative;
}

.image-5 {
  width: 100%;
  min-width: 90vh;
  margin-top: auto;
  margin-left: 0;
  position: absolute;
  left: 50%;
  translate: -50%;
}

.c-h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.c-h2.regular {
  font-weight: 400;
}

.c-h2.person {
  color: var(--accent);
  width: 100%;
  font-size: 42px;
  font-weight: 500;
}

.c-h2.phobie-title {
  filter: drop-shadow(0 6px 12px #000a);
  font-size: 56px;
}

.c-h2.left {
  text-align: left;
}

.c-h2.drop {
  filter: drop-shadow(0 2px 5px #000000b3);
}

.p.generic-line {
  text-align: center;
  font-size: 24px;
}

.p.pitch-episode {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.quote-svg {
  z-index: 0;
  align-self: flex-start;
  margin-bottom: -15px;
  margin-left: 0%;
  position: relative;
  translate: -80%;
}

.quote {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: center;
  max-width: 550px;
  margin-right: auto;
  padding-left: 75px;
  position: relative;
}

.quote.r {
  margin-left: auto;
  margin-right: 0;
}

.quote-text {
  z-index: 2;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 140%;
  position: relative;
}

.quote-name {
  opacity: .7;
  text-align: center;
  font-size: 1.5rem;
}

.flex-block-2 {
  grid-column-gap: 42px;
  grid-row-gap: 120px;
  flex-flow: column;
  place-content: center space-around;
  width: 100%;
}

.container-3 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  display: flex;
}

.small-container {
  max-width: 720px;
}

.c-h3 {
  text-align: left;
}

.img-cotnainer {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.person-card {
  position: relative;
}

.person-card.banni {
  width: 100%;
}

.person-card__content {
  align-items: center;
  position: absolute;
  inset: auto auto 15% 50%;
  translate: -50%;
}

.person-card__title {
  color: var(--accent);
  text-align: center;
  font-family: Girassol, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 90%;
}

.person-card__title.contact-title {
  color: var(--white);
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.person-card__tag {
  text-align: center;
  line-height: 100%;
}

.title-v {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.title-v.phobie-title {
  z-index: 999;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  position: static;
  top: 20%;
}

.cards-flex {
  grid-column-gap: 60px;
  grid-row-gap: 12vh;
  filter: drop-shadow(0 6px 12px #000000b3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
}

.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;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.banni-flex {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-bottom: 120px;
  display: flex;
}

.image-6 {
  margin-left: auto;
  margin-right: auto;
}

.new-icone {
  width: 100%;
  max-width: 250px;
}

.new-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 450px;
  display: flex;
}

.new-text {
  text-align: center;
  font-size: 1.3rem;
}

.new-content {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1040px;
}

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

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

.contact-link {
  width: 42px;
  transition: transform .2s cubic-bezier(.455, .03, .515, .955);
}

.contact-link:hover {
  transform: scale(1.05);
}

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

.contatcs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
}

.html-embed-3 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.html-embed-3.phobies-embed {
  mix-blend-mode: screen;
  background-image: none;
  position: absolute;
}

.html-embed-3.phobies-embed.spider {
  mix-blend-mode: multiply;
}

.html-embed-3.teaser {
  z-index: 5;
  background-image: none;
  position: relative;
}

.cursor {
  z-index: 99;
  mix-blend-mode: exclusion;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.custom-cursor {
  display: none;
}

.phobies {
  height: 100%;
  position: static;
  overflow: hidden;
}

.link-block {
  background-image: url('../images/miniature_1miniature.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.close-link-top-right {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-link-top-right:hover {
  color: #642eff;
}

.success-circle {
  color: #0ebc6e;
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-top-28 {
  margin-top: 28px;
}

.sub-heading-regular-bold {
  color: #fff;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.sub-heading-regular-bold.link {
  color: var(--accent);
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  transition: letter-spacing .2s;
}

.sub-heading-regular-bold.link:hover {
  letter-spacing: .1em;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.modal-centre {
  z-index: 9999;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #160042;
  cursor: pointer;
  text-align: center;
  background-color: #062c55;
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 24px #00000080;
}

.button-primary-2 {
  background-color: var(--accent);
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #7342ff;
}

.button-primary-2:active {
  background-color: #2d0896;
}

.button-primary-2:focus {
  outline-offset: 0px;
  outline: 2px solid #d9ccff;
}

.div-block {
  z-index: 999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block.modal-wrapper {
  display: none;
}

.image-7 {
  max-width: 200px;
}

.loading {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.bg {
  opacity: .5;
  mix-blend-mode: normal;
  background-image: linear-gradient(0deg, #be32f9, #be32f9 0%, #be32f900);
  width: 100%;
  height: 75vh;
  display: block;
  position: absolute;
  bottom: 0;
}

.bg.bottom {
  height: 25vh;
}

.flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  filter: drop-shadow(0 2px 12px #000000b3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 70ch;
  margin-top: 30vh;
  margin-bottom: 120px;
}

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

.footer-bg {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  scale: 1.01;
}

.bg-section-fixed-2 {
  z-index: -1;
  background-image: url('../images/chateau.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.bg-section-fixed-2.banni {
  background-image: url('../images/banni.jpg');
}

.text-block-4.p {
  font-size: 16px;
  font-weight: 500;
}

.person-card__title-2 {
  color: #f9c97d;
  text-align: center;
  font-family: Girassol, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 90%;
}

.generique {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70ch;
  margin: 20vh auto 50vh;
  padding-left: 12px;
  padding-right: 12px;
}

.c-history-card {
  grid-row-gap: 24px;
  border-radius: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.c-intro__titles {
  flex-flow: column wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.c-history-card__texts {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 720px;
  margin-top: 12px;
}

.c-intro {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.c-history__lines {
  width: 30px;
  height: 100%;
  position: absolute;
  left: -42px;
}

.crew-card__player {
  width: 100%;
  max-width: 400px;
}

.c-history-card__text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.c-history-card__text.secondary {
  opacity: .7;
  font-size: 1.2em;
  line-height: 150%;
}

.c-history {
  grid-column-gap: 0px;
  grid-row-gap: 90px;
  margin-left: 42px;
  padding-left: 42px;
  position: relative;
}

.c-history-card__date {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.l-container {
  width: 100%;
  max-width: 1440px;
  padding-left: 12px;
  padding-right: 12px;
}

.frame-50 {
  grid-column-gap: 42px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.c-history-card__img {
  object-fit: scale-down;
  border-radius: 24px;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 500px;
}

.swiper.crew__slider {
  width: 100%;
  overflow: visible;
}

.p-copy.generic-line {
  text-align: center;
}

.p-copy.pitch-episode {
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.container-5 {
  display: none;
}

.image-8 {
  width: 100%;
  max-width: none;
}

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

.audio-sequence {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-bg-container {
  aspect-ratio: 1;
  object-fit: cover;
  width: min(100vw, 100vh);
  position: absolute;
  inset: 40% auto auto 50%;
  transform: translate(-50%, -50%);
}

.insta-post {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--white);
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  max-width: 450px;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.insta-post__header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.insta-post__pp {
  aspect-ratio: 1;
  border: 2px solid #ececec;
  border-radius: 150px;
  max-width: 54px;
}

.insta-post__header-content {
  flex-flow: column;
  width: 100%;
}

.insta-post__name {
  color: var(--black);
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
}

.insta-post__lieu {
  opacity: .6;
  color: var(--black);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.image-9 {
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
}

.insta-post__footer-icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.image-10 {
  margin-left: auto;
}

.insta-post__icon {
  aspect-ratio: 1;
  opacity: .75;
  width: 100%;
  max-width: 30px;
  max-height: 30px;
}

.insta-post__icon.com {
  max-width: 33px;
  max-height: 33px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

.insta-post__like-com {
  margin-right: auto;
}

.insta-post__desc {
  color: var(--black);
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 130%;
}

.insta-post__footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
}

.container-6 {
  max-width: 1040px;
}

.duo-present {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: center;
}

.polaroid {
  background-image: linear-gradient(#fffcf8, #fffcf8);
  border-radius: 6px;
  padding: 12px 12px 60px;
  transform: rotate(-4deg);
  box-shadow: inset -2px -2px 2px #0003;
}

.polaroid__img {
  border-radius: 2px;
  box-shadow: inset 1px 1px 1px #0006;
}

.heading {
  filter: drop-shadow(0 2px 5px #000000b3);
  width: 50%;
  font-family: Gilroy, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

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

.famille-lisiting {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
}

.loading-window {
  z-index: 99999999;
  width: 0;
  height: 0;
  position: fixed;
}

.contact-title-container {
  justify-content: flex-start;
  align-items: center;
}

.flex-block-3 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.logo-anime {
  opacity: 0;
  mix-blend-mode: normal;
  width: 100%;
}

.flex-block-4 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .c-pagesection.c-pagesection--100vh {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logo-main {
    max-width: 60%;
  }

  .cursor {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logo-main {
    max-width: 50%;
  }

  .grid-img-text {
    grid-template-columns: 1fr;
    grid-template-areas: "text"
                         "img";
    grid-auto-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .c-pagesection.c-pagesection--100vh {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .c-pagesection.c-pagesection--100vh.hero {
    justify-content: flex-end;
    align-items: center;
  }

  .c-title--branded.c-h2 {
    font-size: 42px;
  }

  .c-image-fullsection.sticky-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .c-image-fullsection.sticky-section.concept {
    height: auto;
  }

  .header-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .header-content.footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 240px;
  }

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

  .text-block.date.footer {
    font-size: 16px;
  }

  .logo-main {
    max-width: 100%;
  }

  .text-flex {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-img-text {
    grid-template: "text" 1fr
                   "img"
                   / 100%;
    grid-auto-rows: auto;
    grid-auto-flow: column;
    align-content: start;
    justify-items: stretch;
  }

  .image-5 {
    min-width: auto;
    margin-left: 0;
    position: relative;
    left: auto;
    translate: 0;
    scale: 1.3;
  }

  .c-h2 {
    font-size: 32px;
  }

  .c-h2.person {
    font-size: 24px;
  }

  .c-h2.phobie-title {
    font-size: 36px;
  }

  .p {
    font-size: 16px;
  }

  .p.generic-line {
    font-size: 18px;
  }

  .quote-svg {
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    top: 0%;
    left: 50%;
    translate: -50% -75%;
  }

  .quote {
    margin-right: 0;
    padding-left: 0;
  }

  .quote.r {
    margin-left: 0;
    padding-left: 0;
  }

  .quote-text {
    font-size: 18px;
  }

  .quote-name {
    font-size: 16px;
  }

  .flex-block-2 {
    justify-content: space-around;
    align-items: center;
  }

  .c-h3 {
    font-size: 24px;
  }

  .img-cotnainer {
    height: auto;
  }

  .person-card {
    width: auto;
  }

  .person-card__title {
    font-size: 24px;
  }

  .person-card__title.contact-title {
    font-size: 30px;
  }

  .person-card__tag {
    font-size: 16px;
  }

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

  .banni-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .person-card__title-2 {
    font-size: 24px;
  }

  .c-history-card__texts {
    margin-top: 0;
  }

  .c-history-card__text {
    font-size: 1.2rem;
  }

  .c-history-card__text.secondary {
    font-size: 1em;
  }

  .c-history {
    margin-left: 0;
    padding-left: 0;
  }

  .c-history-card__date {
    font-size: 30px;
  }

  .frame-50 {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .c-history-card__img {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .p-copy, .p-copy.pitch-episode {
    font-size: 16px;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}