:root {
  --bleu-profond: #00007c;
  --white: white;
  --bleu-contact: #0050ff;
  --deco-bleu-clair: #64ccfc;
  --black: black;
  --bleu-clair: #00c8ff;
  --deco-bleu-sombre: #0167fd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.navbar-logo-left {
  z-index: 10000;
  background-image: linear-gradient(#00007c80, #00007c00);
  width: 100%;
  position: fixed;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.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 {
  background-color: var(--bleu-profond);
  background-image: linear-gradient(90deg, var(--bleu-profond), #0050ff54 50%, var(--bleu-profond));
  color: var(--white);
  padding-bottom: 25vh;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  overflow: clip;
}

.c-nav-link__text {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.image {
  max-height: 42px;
}

.video {
  z-index: 0;
}

.background-video {
  aspect-ratio: 16 / 9;
  mix-blend-mode: normal;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  height: auto;
}

.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.c-pagesection--white {
  background-color: var(--white);
  color: var(--bleu-contact);
}

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

.l-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

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

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

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

.c-title--branded.c-h1 {
  text-align: right;
  margin-left: 0;
  font-size: 72px;
  line-height: 120%;
}

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

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

.c-title--branded.c-h3 {
  font-size: 70px;
}

.c-title--branded.c-h3.no-shadow, .c-title--branded.no-shadow {
  text-shadow: none;
}

.c-header__embed {
  object-fit: cover;
  width: 100%;
  height: 95vh;
  overflow: visible;
}

.c-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  opacity: 1;
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  max-width: 650px;
  font-size: 1.5rem;
  line-height: 150%;
}

.text-block.invert {
  opacity: .5;
  color: var(--bleu-profond);
}

.text-block.invert.small {
  margin-top: 18px;
  font-size: 1rem;
}

.text-block.c-intro__text {
  text-align: left;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 170%;
}

.button {
  grid-column-gap: 10px;
  border-radius: 14px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  box-shadow: 0 20px 42px #00000040;
}

.frame-61 {
  grid-row-gap: 10px;
  border: 1.5px solid #64ccfc;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3px;
  text-decoration: none;
  display: flex;
}

.frame-60 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-58 {
  background-color: #ffffff1a;
  border: 2px solid #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 30px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-62 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-63 {
  background-color: #ffffff1a;
  border: 2px solid #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 30px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-64 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-65 {
  background-color: #ffffff1a;
  border: 2px solid #fff;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 30px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.c-button {
  border: 2px solid var(--deco-bleu-clair);
  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(--bleu-contact);
  transform: scale(1.05);
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1.5fr;
  max-width: 1440px;
  max-height: none;
  margin-left: 12px;
  margin-right: 12px;
}

.image-3, .image-4, .image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-bento__item {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.style {
  z-index: -100;
  width: 0;
  height: 0;
  position: absolute;
}

.c-interview-app {
  width: 100%;
  max-width: 1240px;
  height: 80vh;
  min-height: auto;
  max-height: none;
  margin-top: 42px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 0;
  padding-right: 0;
  line-height: 150%;
}

.contacts {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}

.program {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.semaine {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #00007c33;
  border-radius: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 764px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 34px #00000026;
}

.header {
  grid-column-gap: 10px;
  background-color: #0167fd;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 12px 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 12px #00000026;
}

.text-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-73 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.line {
  grid-column-gap: 19px;
  border: 0 solid #ffffff1c;
  border-bottom-width: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.hour {
  grid-row-gap: 110px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.emission {
  grid-row-gap: 110px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 256px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-90 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.samedi {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #00007c33;
  border-radius: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 449px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 34px #00000026;
}

.frame-74 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.dimanche {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #00007c33;
  border-radius: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 303px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 34px #00000026;
}

.non-stop-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.flex-block-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  align-items: flex-end;
}

.c-bento-grid-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-stat {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.c-stat__title {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.radio {
  align-items: center;
}

.cibles {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: wrap;
}

.flex-block-5 {
  align-items: center;
  margin-bottom: 24px;
}

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

.flex-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: 12px;
  margin-right: 12px;
}

.c-intro__logo {
  max-width: 320px;
  margin-right: 0;
}

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

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.slider {
  background-color: #0000;
}

.card {
  background-color: #d6d6d6;
  width: 250px;
  height: 400px;
  margin-right: 24px;
}

.flex-block-7 {
  clear: none;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  width: 100%;
}

.div-block {
  width: 100%;
  overflow: auto;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  margin-left: 0;
  margin-right: 12px;
}

.slide-nav {
  position: static;
  inset: 0%;
}

.mask {
  min-width: 100vw;
  position: relative;
}

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

.swiper-button.swiper-btn-prev {
  transform: rotate(180deg);
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.swiper-button__border {
  border: 1px dashed #ff5e00;
  border-radius: 100rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper-button__wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-team {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.swiper-wrapper.crew__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.swiper.is-team {
  width: 100%;
  margin-top: 3rem;
  overflow: hidden;
}

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

.swiper-slide.is-team {
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 20rem;
  display: flex;
}

.swiper-slide.crew__slide {
  background-color: var(--bleu-contact);
  border-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 350px;
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.swiper-button__arrow {
  width: 1rem;
}

.swiper-button__arrow.is-2 {
  position: absolute;
}

.swiper-top {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-6 {
  z-index: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.crew-card__bg {
  opacity: .5;
  filter: blur(15px);
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.crew-card__content {
  z-index: 10;
  cursor: grab;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.image-7 {
  aspect-ratio: 1;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.crew-card__title {
  opacity: .7;
}

.crew-card__subtile {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.flex-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
}

.crew-card__infos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
}

.html-embed {
  width: 100%;
}

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

.html-embed-2 {
  z-index: 99999999;
  width: 0;
  height: 0;
  position: fixed;
}

.frame-101 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.frame-104 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.button-2 {
  grid-column-gap: 10px;
  background-color: #0167fd;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.phone {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.phone-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19.9282px;
  text-decoration: none;
  display: flex;
}

.phone-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 2px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 7px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 6px;
  left: 1.99985px;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.phone-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 2px;
  text-decoration: none;
  display: flex;
}

.mail {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.phone-5 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 2px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 7px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 6px;
  left: 1.99985px;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.image-9 {
  object-fit: cover;
}

.image-10 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-block-2 {
  text-align: center;
  text-wrap: balance;
  max-width: 65ch;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 150%;
}

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

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

.zeemeeuw-1 {
  object-fit: cover;
  border-radius: 10000px;
}

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

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

.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-card__img {
  object-fit: scale-down;
  border-radius: 24px;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 500px;
}

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

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

.html-embed-3 {
  width: 100%;
  height: 100%;
}

.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;
  padding-bottom: 0;
}

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

.person-card {
  position: relative;
}

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

.banni-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.italic-text {
  font-size: 1.25rem;
}

.bg-img {
  z-index: -1;
  opacity: .15;
  filter: blur(2px);
  mix-blend-mode: lighten;
  background-image: url('../images/bg.jpg');
  background-position: 50% 0;
  background-size: 100vw;
  height: 100%;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .c-pagesection.c-pagesection--100vh {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .c-header__embed {
    aspect-ratio: 1;
    height: auto;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    background-color: var(--bleu-profond);
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-pagesection.c-pagesection--100vh {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .c-title--branded.c-h1 {
    font-size: 60px;
  }

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

  .c-title--branded.c-h3 {
    font-size: 30px;
  }

  .c-title--branded.no-shadow.c-h5 {
    font-size: 18px;
  }

  .text-block.invert {
    font-size: 1rem;
  }

  .grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .c-bento__item {
    border-radius: 12px;
  }

  .radio, .cibles {
    justify-content: center;
  }

  .flex-block-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    width: 100%;
  }

  .c-intro__logo {
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

  .p {
    font-size: 16px;
  }

  .person-card {
    width: auto;
  }

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

#w-node-_79613a2b-8a70-f199-266b-e6c50c39e79f-173e0ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_79613a2b-8a70-f199-266b-e6c50c39e7a1-173e0ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79613a2b-8a70-f199-266b-e6c50c39e7a3-173e0ef1, #w-node-_9bbc6cd3-088e-6cd8-3ed1-be899b50ae51-173e0ef1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9bbc6cd3-088e-6cd8-3ed1-be899b50ae4f-173e0ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bbc6cd3-088e-6cd8-3ed1-be899b50ae4d-173e0ef1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


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