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

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

.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);
  background-color: #000;
  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: 180px 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-image-fullsection.suspect {
  flex-flow: column;
  display: flex;
  overflow: clip;
}

.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;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  scale: 1.01;
}

.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: 24px;
  grid-row-gap: 24px;
  align-items: center;
  max-width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.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: 20px;
  font-weight: 500;
}

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

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

.text-block.date.secondary.small {
  font-size: 18px;
}

.text-block.date.secondary.coprod {
  grid-template-columns: 1fr;
}

.text-block.baseline {
  text-transform: uppercase;
  text-wrap: pretty;
  font-size: 28px;
  font-weight: 500;
  display: flex;
}

.logo {
  width: 100%;
  max-width: 80%;
  padding-bottom: 12px;
}

.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: 6;
  opacity: 1;
  display: block;
}

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

.logos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin-left: 12px;
}

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

.bg-section-fixed {
  z-index: -1;
  object-fit: cover;
  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/wall.jpg');
}

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

.bg-section-effect {
  z-index: -1;
  opacity: 0;
  background-color: #000;
  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 {
  margin-top: 60px;
}

.text-flex.footer {
  z-index: 999999;
  grid-column-gap: 72px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 72px;
}

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

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

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

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

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

.p {
  text-wrap: balance;
}

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

.p.generic-line.title {
  text-align: right;
}

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

.p.generic-line.name {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

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

.p.map {
  text-align: center;
}

.p.interligne {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

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

.c-h3.footer {
  text-align: center;
  font-size: 42px;
}

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

.person-card {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 550px;
  display: flex;
  position: relative;
}

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

.person-card.maps {
  max-width: none;
  margin-left: 42px;
  margin-right: 42px;
}

.person-card__img {
  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: 36px;
  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%;
}

.title-v.suspect {
  filter: drop-shadow(0 6px 12px #000000e6);
  justify-content: flex-start;
  align-items: center;
  margin: 24px;
  position: absolute;
  inset: 0% 0% auto;
}

.cards-flex {
  grid-column-gap: 72px;
  grid-row-gap: 10vh;
  filter: drop-shadow(0 6px 12px #000000b3);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1040px;
  display: grid;
}

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

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

.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: 50px;
  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: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  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 {
  mix-blend-mode: multiply;
  background-image: linear-gradient(0deg, #000, #000 0% 0%, #0000);
  width: 100%;
  height: 75vh;
  position: absolute;
  inset: auto 0% 0%;
}

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

.generique.name {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.c-history-card {
  grid-row-gap: 12px;
  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: 25.958px;
  font-weight: 500;
  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: block;
}

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

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

.logo-play {
  height: 100%;
}

.history-date {
  font-family: Merriweather, serif;
  font-size: 72px;
}

.person_cadre {
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.person_cadre.h {
  width: 100%;
  max-width: none;
  transform: rotate(0)scale(1.1);
}

.person-card__actor {
  background-color: #f6f2da;
  border-radius: 2px;
  padding: 10px 20px;
  position: relative;
}

.person-card__pic {
  position: relative;
}

.person-card__pic.map {
  width: 100%;
}

.person-card__pic.euse {
  transform: scale(.75);
}

.paragraph {
  color: var(--black);
  text-align: center;
}

.person-card__actor-name {
  color: var(--black);
  line-height: 100%;
  display: inline;
}

.point {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 100px;
  width: 5px;
  margin: 4px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.point.tr {
  inset: 0% 0% auto auto;
}

.point.bl {
  inset: auto auto 0% 0%;
}

.point.br {
  inset: auto 0% 0% auto;
}

.c-history-card__title {
  font-family: Merriweather, serif;
  font-size: 42px;
  line-height: 120%;
}

.c-history-card__title.map {
  text-align: center;
}

.bold-text {
  font-family: Merriweather, serif;
  font-size: 42px;
  line-height: 50%;
}

.generique_line {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.generic__names {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
}

.hero__bottom-texts {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.hero__footer {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
}

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

.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__name {
  color: #000;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 500;
}

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

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

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

.insta-post {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  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__lieu {
  opacity: .6;
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

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

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

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

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

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

.bts {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
}

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

.image-10 {
  max-width: 400px;
}

.suspect-image {
  width: 100vw;
}

.suspect-image.mobile {
  display: none;
}

.supsect-p {
  text-align: center;
  font-size: 20px;
}

.maps {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10vw;
  display: flex;
}

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

.paragraph-2 {
  text-wrap: balance;
}

.bold-text-2 {
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .bg-section-fixed {
    object-fit: cover;
  }

  .p.pitch._20 {
    font-size: 20px;
  }
}

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

  .title-v.suspect {
    justify-content: flex-start;
    align-items: center;
    margin-top: 72px;
  }

  .cursor, .suspect-image.desktop {
    display: none;
  }

  .suspect-image.mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .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;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    max-width: none;
    height: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

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

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

  .text-block.date.secondary {
    font-size: 20px;
  }

  .text-block.date.secondary.small {
    font-size: 14px;
  }

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

  .text-block.baseline {
    font-size: 24px;
  }

  .logo {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .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: 18px;
  }

  .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.maps {
    width: 100%;
  }

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

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

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

  .title-v.suspect {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-top: 42px;
  }

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

  .coprod {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .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: 18.5414px;
  }

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

  .person-card__pic {
    margin-left: 24px;
    margin-right: 24px;
  }

  .person-card__pic.map {
    margin-left: 0;
    margin-right: 0;
  }

  .c-history-card__title, .bold-text {
    font-size: 30px;
  }

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

  .banni-flex.invert {
    flex-flow: column-reverse;
  }

  .image-10 {
    width: 100%;
  }

  .supsect-p {
    font-size: 14px;
    line-height: 120%;
  }
}

#w-node-_282d6f96-955a-c26d-c5e7-830906c307d1-efa8b8ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_282d6f96-955a-c26d-c5e7-830906c307d1-efa8b8ef {
    grid-column: span 1 / span 1;
  }
}


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