@font-face {
  font-family: Maia;
  src: url('../fonts/Maia.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Azonix;
  src: url('../fonts/Azonix.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --avipur: #80d63a;
  --avipur-2nd: #004b67;
  --bg-black: #001407;
  --background_color: #333;
  --dark_green: #055200;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

p {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.navbar-section {
  z-index: 500;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #0000;
  height: 5.2vw;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 4.29vw;
  margin-right: 4.29vw;
  padding-top: 0;
  display: flex;
}

.nav-link-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  margin-right: 2vw;
  padding: 1vw;
  font-family: Exo, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.nav-button {
  color: #fff;
  background-color: #0000;
  border: .2vw solid #fff;
  border-radius: 3vw;
  padding: .8vw 1.8vw;
  font-family: Exo, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .5s;
}

.nav-button:hover {
  border-color: var(--avipur);
  background-color: var(--avipur);
  color: #000;
}

.hero-section {
  z-index: 2;
  background-color: #000f03;
  justify-content: center;
  align-items: center;
  height: 51vw;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-logo-image {
  width: 6vw;
  max-width: none;
}

.hero-subhead-holder {
  z-index: 2;
  width: 80vw;
  position: absolute;
  bottom: 14.2vw;
}

.hero-heading {
  color: var(--avipur);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 20vw;
  font-weight: 800;
  line-height: 1;
}

.hero-sub-header {
  color: var(--avipur-2nd);
  text-align: right;
  margin-top: -7vw;
  font-family: Alex Brush, sans-serif;
  font-size: 10vw;
  line-height: 1;
}

.hero-top-image-layer {
  z-index: 1;
  background-image: url('../images/sv-webflow-site-timeline-hero-layer.png');
  background-position: 50%;
  background-size: cover;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-header-holder {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80vw;
  display: grid;
}

.timeline-section {
  z-index: 0;
  background-color: var(--bg-black);
  padding-bottom: 3vw;
  position: relative;
}

.timeline-container {
  margin-left: 7.14vw;
  margin-right: 7.14vw;
}

.timeline-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 30.2541vw 10.0847vw 45.3812vw;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.timeline-left-box {
  z-index: 120;
  position: relative;
}

.progress-bar-box {
  justify-content: center;
  display: flex;
}

.timeline-right-box {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 11vw;
  padding-left: 1.5vw;
  display: flex;
}

.intro-section {
  z-index: 2;
  background-color: #312f2a;
  background-image: linear-gradient(180deg, black 2%, var(--bg-black));
  color: #333;
  padding-top: 125px;
  position: relative;
}

.intro-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 7.14vw;
  margin-right: 7.14vw;
  padding-top: 5.57vw;
  padding-bottom: 5.57vw;
  display: flex;
}

.heading-90px {
  color: var(--avipur-2nd);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 6.43vw;
  font-weight: 800;
  line-height: 1.1;
}

.heading-90px.intro {
  color: #fff;
  text-align: center;
  height: auto;
  margin-bottom: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 800;
  line-height: 1;
}

.heading-90px.intro.subintro {
  text-align: center;
  margin-top: -29px;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 300;
}

.heading-90px.outro {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Maia, Arial, sans-serif;
  font-size: 10rem;
  font-weight: 800;
  line-height: 1;
}

.heading-90px.outro.subintro {
  text-align: center;
  margin-bottom: 3vw;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 300;
}

.paragraph-25px {
  font-size: 1.78vw;
}

.paragraph-25px.intro {
  text-align: justify;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.paragraph-25px.outro-citation {
  color: var(--background_color);
  text-align: justify;
  background-color: #fff;
  border-radius: 35px 0 35px 35px;
  width: 100%;
  margin-top: 37px;
  padding: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.paragraph-25px.saviez-vous {
  background-color: var(--avipur);
  color: var(--background_color);
  text-align: justify;
  border-radius: 30px 100px 30px 30px;
  width: 100%;
  margin-top: 0;
  padding: 38px 37px 37px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
}

.paragraph-25px.back-saviez {
  background-color: var(--dark_green);
  color: var(--background_color);
  text-align: justify;
  border-radius: 30px 50px 30px 30px;
  width: 100%;
  margin-top: 30px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
}

.stage-tag {
  color: #fff;
  font-family: Maia, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.heading-60px {
  color: var(--avipur);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

.heading-60px.white {
  color: #fff;
}

.heading-60px.footer {
  color: #fff;
  margin-bottom: 2.3vw;
  font-size: 3rem;
}

.timeline-circle {
  background-color: var(--avipur);
  border-radius: 100%;
  width: 1.5vw;
  height: 1.5vw;
}

.heading-35px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-35px.right-title {
  width: 90%;
  margin-bottom: 1vw;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-35px.title-saviez {
  color: var(--background_color);
  text-align: left;
  -webkit-text-stroke-color: var(--dark_green);
  width: 100%;
  margin-bottom: 1vw;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  inset: 4% auto auto 0%;
}

.paragraph-20px {
  font-size: 1.43vw;
}

.paragraph-20px.intro {
  width: 50vw;
}

.paragraph-20px.right-text {
  text-align: justify;
  width: 90%;
  margin-top: 2vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.paragraph-20px.footer {
  width: 49vw;
  font-family: Montserrat, sans-serif;
}

.stage-image {
  box-shadow: none;
  filter: drop-shadow(0 2px 20px #ffffff26);
  color: #3330;
  -webkit-text-stroke-color: #fff0;
  object-fit: cover;
  border-radius: 30px;
  width: 75%;
  height: auto;
  margin-top: 2.29vw;
  margin-left: auto;
  margin-right: auto;
}

.stage-image.iso {
  box-shadow: none;
  width: 8vw;
  height: auto;
}

.timeline-path {
  z-index: -2;
  background-color: #1b1a17;
  width: .2vw;
  height: 100%;
  position: absolute;
  left: 42.35vw;
}

.timeline-progress-bar {
  z-index: -1;
  background-image: linear-gradient(#1ac00ecc, #fff);
  width: .2vw;
  height: 50vh;
  padding-bottom: 0;
  padding-right: 0;
  position: fixed;
  bottom: 50vh;
  box-shadow: 0 0 6px .05vw #08cc29b3;
}

.stage-title-holder {
  position: sticky;
  top: 50vh;
}

.negation-highlight {
  color: #c0a30e80;
}

.text-span {
  color: var(--avipur);
}

.footer-section {
  background-color: #111;
  position: relative;
}

.footer-container {
  margin-left: 7.14vw;
  margin-right: 7.14vw;
  padding-top: 8.57vw;
  padding-bottom: 8.57vw;
}

.outro-section {
  background-color: var(--bg-black);
  position: relative;
}

.outro-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  margin-left: 7.14vw;
  margin-right: 7.14vw;
  padding-top: 5.57vw;
  padding-bottom: 8.57vw;
  display: flex;
  overflow: hidden;
}

.footer-logo-link {
  width: 20vw;
  margin-bottom: 3vw;
}

.text-link {
  color: #c9daf8;
  cursor: pointer;
  text-decoration: none;
}

.text-link:hover {
  color: var(--avipur);
}

.text-link:focus {
  color: #ffeb70;
}

.footer-cta-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 42vw;
  margin-top: 3.5vw;
  display: flex;
}

.ghost-to-yellow-button {
  cursor: pointer;
  background-color: #0000;
  border: .21vw solid #fff;
  border-radius: .57vw;
  padding: 1.28vw 2.72vw 1.28vw 2.71vw;
  font-family: Exo, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1;
}

.ghost-to-yellow-button:hover {
  color: #000;
  background-color: #c9daf8;
  border-color: #c9daf8;
}

.button-p-y {
  cursor: pointer;
  border: 3px solid #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.6vw 3.4vw;
  text-decoration: none;
  display: flex;
}

.button-text-p-y {
  color: #fff;
  margin-right: 1.1vw;
  font-family: Exo, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.button-arrow-p-y {
  background-image: url('../images/Arrow-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4vw;
}

.yellow-to-yellow-button {
  color: #000;
  cursor: pointer;
  background-color: #ffeb70;
  border: .21vw solid #ffeb70;
  border-radius: .57vw;
  padding: 1.28vw 2.72vw 1.28vw 2.71vw;
  font-family: Exo, sans-serif;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1;
}

.yellow-to-yellow-button:hover {
  background-color: #fed502;
  border-color: #fed502;
}

.paragraph-20px-copy {
  font-size: 1.43vw;
}

.paragraph-20px-copy.intro {
  width: 50vw;
}

.paragraph-20px-copy.right-text {
  width: 45ch;
}

.paragraph-20px-copy.footer {
  width: 49vw;
}

.paragraph-15px {
  color: #c9daf8;
  margin-top: 4vw;
  font-family: Open Sans, sans-serif;
  font-size: 1.07vw;
  font-weight: 300;
  line-height: 1;
}

.paragraph-15px.intro {
  width: 50vw;
}

.paragraph-15px.right-text {
  width: 45ch;
}

.paragraph-15px.footer {
  width: 49vw;
}

.preloader {
  z-index: 100;
  object-fit: cover;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-brand-name {
  width: 20vw;
}

.preloader-logo {
  width: 50vw;
  margin-bottom: 1vw;
}

.tracck {
  background-color: #000;
  width: 100vw;
  height: 170vw;
}

.camera1 {
  width: 100vw;
  height: 100%;
  padding-left: 40px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  align-items: center;
  height: 100%;
  padding-left: 0;
  display: flex;
  position: static;
}

.div-block-2 {
  background-image: linear-gradient(90deg, var(--avipur), green);
  border-radius: 50px;
  width: 100px;
  height: 50px;
  position: absolute;
  inset: 42% auto 0% 0%;
}

.div-block-3 {
  flex: none;
  width: 40vw;
  margin-right: 20px;
}

.spacing1, .spacing2 {
  width: 4px;
  height: 96px;
  margin-bottom: 10px;
}

.phase_heading {
  color: #fff;
  font-family: Exo, sans-serif;
}

.phase_text {
  color: #e9e9e9;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5;
}

.header_img {
  width: 100%;
  display: block;
}

.text-span-2 {
  color: var(--avipur);
  text-transform: none;
  column-count: auto;
  font-family: Maia, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.text-span-3 {
  color: var(--avipur);
  font-family: Azonix, Trebuchet MS, sans-serif;
  font-weight: 400;
}

.card-subtitle {
  margin-top: 0;
  margin-bottom: 0;
}

.c-cloneable {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

._w-cards-list {
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 1px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-cards-list {
  transition: all .2s;
  position: relative;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  position: sticky;
  top: 100px;
}

.c-card._5 {
  position: sticky;
  top: 340px;
}

.c-card._1 {
  position: sticky;
  top: 20px;
}

.c-card._3 {
  position: sticky;
  top: 180px;
}

.c-card._4 {
  position: sticky;
  top: 260px;
}

.c-card-title {
  margin-bottom: 10px;
}

._w-card {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 30px;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

.card-details {
  margin-bottom: 0;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.c-card-details {
  margin-bottom: 20px;
}

.year_review-section {
  background-color: var(--bg-black);
  color: var(--background_color);
  display: block;
}

.body {
  background-color: var(--bg-black);
  color: var(--background_color);
}

.review-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 7.14vw;
  margin-right: 7.14vw;
  padding-top: 5.57vw;
  padding-bottom: 5.57vw;
  display: flex;
}

.div-block-4 {
  z-index: 5;
  margin-bottom: 3vw;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-4.the-sticky-div-title {
  margin-top: 3%;
}

.camion_animation {
  z-index: 149;
  width: 100vw;
  height: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.lottie_camion {
  height: 100%;
}

.the-sticky-div-title {
  z-index: 300;
  color: #ecf0f1c4;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #3498db00;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: perspective(2000px);
}

.a-block {
  z-index: 5;
  background-color: #93b39a;
  border-radius: 30px 300px 30px 30px;
  flex: none;
  width: 70vh;
  height: 60vh;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
  overflow: visible;
  box-shadow: 2px 1px #d4d4d4;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 600vh;
  height: 100%;
  display: flex;
}

.the-content {
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.text-span-4 {
  font-size: 31px;
  line-height: 34px;
  display: inline;
}

.gradient {
  z-index: 5;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  background-color: #08531500;
  background-image: linear-gradient(#75f80a3b, #fff0);
  border-radius: 30px 250px 30px 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4vh 9vh 4vh 6vh;
  display: flex;
  position: relative;
}

.timeline_overflow_hidden {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.the-height-400vh-section {
  z-index: 900;
  background-color: #000;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  margin-left: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 18px #00000087;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.timeline-bacckground {
  z-index: 100;
  opacity: 1;
  background-color: #000f06;
  background-image: linear-gradient(#21380e, #000);
  width: 800vh;
  height: 100%;
  position: absolute;
}

.the-sticky-div {
  z-index: 900;
  background-color: #00000082;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.b_block {
  background-color: #fff0;
  border-radius: 6px;
  flex: none;
  width: 100px;
  height: 40vh;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.b_block.first {
  overflow: hidden;
}

.cotillon1_stiky {
  z-index: 150;
  filter: blur(6px);
  width: 9vw;
  position: absolute;
  inset: auto -26% 0% 7%;
}

.cotillon2_stiky {
  z-index: 150;
  filter: blur(6px);
  position: absolute;
  inset: 22% 4% 0% auto;
}

.cotillon3_stiky {
  z-index: 150;
  filter: blur(6px);
  width: 9vw;
  position: absolute;
  inset: -15% auto auto 20%;
}

.cotillons_1_header {
  z-index: 150;
  filter: blur(8px);
  position: absolute;
  inset: auto auto 16% 5%;
  transform: scale(1.6);
}

.cotillons_1_header-copy {
  z-index: 150;
  filter: blur(1px);
  z-index: 150;
  inset: auto 20% 16% auto;
  width: 7vw;
  position: absolute;
  inset: 21% 0% auto 11%;
  transform: rotate(107deg);
}

.cotillons_3_header {
  z-index: 150;
  filter: blur(6px);
  width: 5vw;
  max-width: 80%;
  position: absolute;
  inset: 29% 0% auto 52%;
  transform: scale(1.5);
}

.butterfly_1_header {
  z-index: 150;
  filter: blur(1px);
  width: 7vw;
  position: absolute;
  inset: 21% 0% auto 5%;
}

.butterfly_2_heade {
  z-index: 150;
  filter: blur(9px);
  width: 20vw;
  position: absolute;
  inset: auto 0% 0% 43%;
}

.cotillons_4_header {
  z-index: 10;
  position: absolute;
  inset: 13% 0% auto 39%;
  transform: rotate(-88deg);
}

.number_year {
  z-index: 1;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 9vw;
  padding-top: 2.5vw;
  display: flex;
  position: absolute;
  inset: .1vw 2.6vw auto auto;
}

.year_block_nb_text {
  color: #8ec087;
  font-family: Maia, Arial, sans-serif;
  font-size: 13vw;
  font-weight: 400;
  line-height: 1;
}

.year_block_card_ttile {
  color: #055200;
  text-align: left;
  -webkit-text-stroke-color: var(--dark_green);
  font-family: Montserrat, sans-serif;
  font-size: 3.5vw;
  font-weight: 900;
  line-height: 1;
}

.year_block_card_ttile.sub_title {
  text-align: left;
  white-space: break-spaces;
  overflow-wrap: anywhere;
  font-size: 1.5vw;
}

.year_card_text {
  color: #055200;
  text-align: justify;
  white-space: break-spaces;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.2;
}

.button_container_year_card {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.btn_card_year {
  z-index: 150;
  border: 2px solid var(--dark_green);
  color: var(--dark_green);
  background-color: #80d63a00;
  border-radius: 40px;
  padding: 23px 42px;
  font-size: 1.5rem;
  transition: all .5s;
  position: relative;
}

.btn_card_year:hover {
  border-color: var(--avipur);
  background-color: #80d63a;
  box-shadow: 0 2px 15px 10px #36ff2833;
}

.btn_card_year.w--current {
  cursor: pointer;
}

.btn_card_year.disabled {
  color: #0552003b;
  cursor: not-allowed;
  border-color: #0552003b;
  padding: 9px 18px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

.btn_card_year.disabled:hover {
  box-shadow: none;
  background-color: #80d63a00;
}

.div-block-5 {
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 110%;
  max-width: 105%;
  margin-top: 0;
  display: block;
  overflow: visible;
}

.div-block-6 {
  padding-right: 14vw;
}

.outro_rigtht {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.italic-text {
  font-weight: 400;
}

.text-span-5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1;
}

.btn_cta_timline {
  z-index: 150;
  border: 2px solid var(--dark_green);
  color: var(--avipur);
  background-color: #80d63a00;
  border-radius: 40px;
  padding: 10px 29px;
  font-size: 1rem;
  transition: all .5s;
  position: relative;
}

.btn_cta_timline:hover {
  border-color: var(--avipur);
  color: var(--dark_green);
  background-color: #80d63a;
  box-shadow: 0 2px 15px 10px #36ff2833;
}

.btn_cta_timline:active {
  background-color: #c0ff8d;
  border-color: #c8ff9b;
}

.btn_cta_timline.w--current {
  cursor: pointer;
  margin-top: 29px;
  font-size: 1rem;
}

.btn_cta_timline.w--current:active {
  background-color: #54a214;
}

.btn_cta_timline.disabled {
  color: #0552003b;
  cursor: not-allowed;
  border-color: #0552003b;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.btn_cta_timline.disabled:hover {
  box-shadow: none;
  background-color: #80d63a00;
}

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

@media screen and (min-width: 1280px) {
  .a-block {
    height: 50vh;
  }

  .number_year {
    top: -1.7vw;
    right: -.4vw;
  }

  .year_block_card_ttile {
    font-size: 3rem;
  }

  .year_block_card_ttile.sub_title {
    font-size: 1.2rem;
  }

  .year_card_text {
    font-size: 1rem;
  }

  .btn_card_year.disabled {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-section {
    height: 6.28vw;
  }

  .navbar-container {
    padding-top: 1.1vw;
  }

  .nav-link {
    margin-right: 2.2vw;
    padding: 1.1vw;
    font-size: 1.43vw;
  }

  .nav-button {
    padding: .9vw 1.98vw;
    font-size: 1.43vw;
  }

  .hero-section {
    height: 56.1vw;
  }

  .nav-logo-image {
    width: 12.1vw;
  }

  .timeline-section {
    padding-bottom: 3vw;
  }

  .timeline-main-grid {
    grid-template-columns: 34.2541vw 10.0847vw 42.3812vw;
    padding-top: 5.5vw;
    padding-bottom: 5.5vw;
  }

  .timeline-right-box {
    padding-top: 12.1vw;
    padding-left: 1.65vw;
  }

  .intro-container {
    padding-top: 9.42vw;
    padding-bottom: 9.42vw;
  }

  .heading-90px.intro {
    margin-bottom: 3.3vw;
    font-size: 7.073vw;
  }

  .heading-90px.intro.subintro {
    font-size: 2rem;
  }

  .heading-90px.outro {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .paragraph-25px.intro, .paragraph-25px.outro-citation {
    width: 50vw;
    font-size: 1.95vw;
  }

  .paragraph-25px.saviez-vous {
    width: 100%;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 1rem;
  }

  .paragraph-25px.back-saviez {
    width: 100%;
    font-size: 1rem;
  }

  .stage-tag {
    font-size: 2.5rem;
  }

  .heading-60px {
    font-size: 4.72vw;
  }

  .heading-60px.footer {
    margin-bottom: 2.53vw;
    font-size: 5.19vw;
  }

  .timeline-circle {
    width: 1.65vw;
    height: 1.65vw;
  }

  .heading-35px.right-title, .heading-35px.title-saviez {
    margin-bottom: 3.13vw;
    font-size: 2.75vw;
  }

  .paragraph-20px.right-text {
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-20px.footer {
    width: 53vw;
    font-size: 1.57vw;
  }

  .stage-image {
    object-fit: contain;
    width: 39.28vw;
    height: 43.2vw;
    margin-top: 4.72vw;
  }

  .timeline-path, .timeline-progress-bar {
    width: .25vw;
  }

  .footer-container {
    padding-top: 9.43vw;
    padding-bottom: 9.43vw;
  }

  .outro-container {
    padding-top: 6.43vw;
    padding-bottom: 9.43vw;
  }

  .footer-logo-link {
    width: 7.7vw;
    margin-bottom: 3.3vw;
  }

  .footer-cta-wrapper {
    width: 46vw;
    margin-top: 3.85vw;
  }

  .ghost-to-yellow-button {
    border-width: .231vw;
    border-radius: .62vw;
    padding: 1.41vw 2.98vw;
    font-size: 1.54vw;
  }

  .button-p-y {
    padding: 2.2vw 4.6vw;
  }

  .button-text-p-y {
    margin-right: 1.4vw;
    font-size: 2.1vw;
  }

  .button-arrow-p-y {
    width: 2.1vw;
  }

  .yellow-to-yellow-button {
    border-width: .23vw;
    border-radius: .62vw;
    padding: 1.41vw 2.98vw;
    font-size: 1.54vw;
  }

  .paragraph-15px {
    margin-top: 4.4vw;
    font-size: 1.177vw;
  }

  .preloader-brand-name {
    width: 25.3vw;
  }

  .preloader-logo {
    width: 16.5vw;
    margin-bottom: 1.1vw;
  }

  .text-span-2 {
    font-size: 12vw;
  }

  .review-container {
    padding-top: 9.42vw;
    padding-bottom: 9.42vw;
  }

  .div-block-4.the-sticky-div-title {
    padding-left: 71px;
    padding-right: 71px;
  }

  .cotillons_1_header {
    filter: blur(1px);
    width: 6vw;
  }

  .cotillons_1_header-copy {
    width: 5vw;
  }

  .butterfly_2_heade {
    filter: blur(2px);
    left: 40%;
  }

  .header_image {
    width: 110%;
  }

  .btn_cta_timline {
    width: 90%;
    padding: 15px 26px;
  }
}

@media screen and (max-width: 767px) {
  .timeline-main-grid {
    grid-template-columns: 34.2541vw 10.0847vw 42.3812vw;
  }

  .heading-90px.intro.subintro {
    font-size: 1.5rem;
  }

  .heading-90px.outro {
    margin-bottom: 0;
  }

  .paragraph-25px.intro {
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-25px.outro-citation {
    width: 100%;
    margin-top: 24px;
    font-size: .9rem;
  }

  .paragraph-25px.saviez-vous {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-25px.back-saviez {
    width: 100%;
  }

  .stage-tag {
    font-size: 2.5rem;
  }

  .heading-60px {
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .heading-35px.right-title {
    font-size: 1.5rem;
  }

  .paragraph-20px.right-text {
    font-size: .9rem;
  }

  .paragraph-20px.footer {
    width: 90%;
    font-size: 1rem;
  }

  .stage-image {
    object-fit: contain;
    width: 90%;
    height: auto;
  }

  .outro-container {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
  }

  .footer-logo-link {
    width: 30vw;
  }

  .paragraph-15px {
    font-size: .9rem;
  }

  .div-block-4.the-sticky-div-title {
    padding-left: 33px;
    padding-right: 33px;
  }

  .the-sticky-div-title {
    text-align: center;
    font-size: 52px;
  }

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

@media screen and (max-width: 479px) {
  .navbar-section {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    height: 20vw;
  }

  .navbar-container {
    margin-left: 3vw;
    margin-right: 3vw;
    padding-top: 2.2vw;
    padding-bottom: 2vw;
  }

  .nav-link {
    margin-right: 4.4vw;
    padding: 2.2vw;
    font-size: .9rem;
    display: none;
  }

  .nav-button {
    border-radius: 75vw;
    margin-right: 2vw;
    padding: 1.8vw 3.96vw;
    font-size: .8rem;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    height: 120vw;
    margin-top: 20vw;
    padding-top: 0;
  }

  .nav-logo-image {
    width: 22vw;
  }

  .hero-subhead-holder {
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-bottom: 26vw;
    display: flex;
  }

  .hero-heading {
    font-size: 30vw;
  }

  .hero-sub-header {
    margin-top: 0;
    font-size: 22vw;
  }

  .hero-header-holder {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .timeline-section {
    width: 100%;
    padding-bottom: 7vw;
    overflow: hidden;
  }

  .timeline-container {
    width: 94vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .timeline-main-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 13.4286vw 80.5714vw;
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .timeline-right-box {
    padding-top: 7vw;
    padding-left: 0;
  }

  .intro-container {
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-top: 18.84vw;
    padding-bottom: 18.84vw;
  }

  .heading-90px.intro {
    margin-bottom: 2vw;
    font-size: 10vw;
    line-height: .9;
  }

  .heading-90px.intro.subintro {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7vw;
    font-size: 1.2rem;
    display: block;
  }

  .heading-90px.intro.subintro.timeline {
    font-size: 1.5rem;
  }

  .heading-90px.intro.timeline {
    font-size: 3rem;
  }

  .heading-90px.outro {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .heading-90px.outro.subintro {
    text-align: center;
    margin-bottom: 7vw;
    font-size: 1.2rem;
    display: block;
  }

  .heading-90px.outro.subintro.timeline {
    font-size: 1.5rem;
  }

  .heading-90px.outro.timeline {
    font-size: 3rem;
  }

  .paragraph-25px.intro, .paragraph-25px.outro-citation {
    width: 85vw;
    font-size: 1rem;
  }

  .paragraph-25px.saviez-vous {
    width: 75vw;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1rem;
  }

  .paragraph-25px.back-saviez {
    width: 75vw;
    margin-bottom: 15px;
    font-size: 1rem;
  }

  .stage-tag {
    font-size: 3rem;
  }

  .heading-60px {
    white-space: pre-line;
    word-break: normal;
    width: 100%;
    font-size: 1.7rem;
  }

  .heading-60px.footer {
    text-align: left;
    width: 85vw;
    margin-bottom: 10.53vw;
    font-size: 1.5rem;
  }

  .timeline-circle {
    width: 3.3vw;
    height: 3.3vw;
  }

  .heading-35px.right-title {
    width: 90%;
    margin-bottom: 6.26vw;
    font-size: 1.2rem;
  }

  .heading-35px.title-saviez {
    width: 95%;
    margin-bottom: 6.26vw;
    font-size: 1.1rem;
  }

  .paragraph-20px.right-text {
    width: 90%;
    font-size: 1rem;
  }

  .paragraph-20px.footer {
    width: 85vw;
    font-size: 1rem;
  }

  .stage-image {
    box-shadow: none;
    filter: drop-shadow(0 2px 20px #ffffff3d);
    width: 90%;
    height: auto;
    margin-top: 2.3vw;
  }

  .timeline-path {
    width: .5vw;
    left: 9.5vw;
  }

  .timeline-progress-bar {
    width: .5vw;
  }

  .stage-title-holder {
    width: 90%;
    position: static;
  }

  .footer-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-top: 18.86vw;
    padding-bottom: 18.86vw;
    display: flex;
  }

  .outro-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 3vw;
    margin-right: 3vw;
    padding-top: 11.84vw;
    padding-bottom: 18.84vw;
    display: flex;
  }

  .footer-logo-link {
    width: 70vw;
    margin-bottom: 6.6vw;
  }

  .text-link {
    text-align: justify;
  }

  .footer-cta-wrapper {
    width: 89vw;
    margin-top: 7.7vw;
  }

  .ghost-to-yellow-button {
    border-width: .46vw;
    border-radius: 1.24vw;
    padding: 2.82vw 5.96vw;
    font-size: 3.08vw;
  }

  .button-p-y {
    padding: 5vw 9vw;
  }

  .button-p-y.hero {
    display: none;
  }

  .button-text-p-y {
    margin-right: 3vw;
    font-size: 4.7vw;
  }

  .button-arrow-p-y {
    width: 4.5vw;
  }

  .yellow-to-yellow-button {
    border-width: .46vw;
    border-radius: 1.24vw;
    padding: 2.82vw 5.96vw;
    font-size: 3.08vw;
  }

  .paragraph-15px {
    text-align: center;
    margin-top: 8.8vw;
    font-size: .7rem;
  }

  .preloader-brand-name {
    width: 50.6vw;
  }

  .preloader-logo {
    width: 33vw;
    margin-bottom: 2.2vw;
  }

  .header_img {
    padding-top: 0;
  }

  .text-span-2 {
    font-size: 20vw;
    line-height: .7;
  }

  .text-span-2.timeline {
    font-size: 5.5rem;
  }

  .text-span-3 {
    font-size: 12vw;
  }

  .text-span-3.timeline {
    font-size: 3rem;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  ._w-cards-list {
    padding-top: 315px;
  }

  .card-title {
    font-size: 2.5em;
  }

  .c-cards-list {
    margin-top: 0;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._5 {
    top: 260px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._4 {
    top: 200px;
  }

  ._w-card {
    margin-bottom: 40px;
    padding: 20px;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card_list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-container {
    margin-left: 3vw;
    margin-right: 3vw;
    padding-top: 18.84vw;
    padding-bottom: 18.84vw;
  }

  .div-block-4.the-sticky-div-title {
    margin-top: 40px;
  }

  .camion_animation {
    height: 15vw;
    position: relative;
    inset: 0% 0% auto;
  }

  .the-sticky-div-title {
    margin-top: 76px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11vw;
    line-height: 9vw;
  }

  .a-block {
    border-top-right-radius: 200px;
    width: 90vw;
    height: 72%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .the-width-400vh-scrollable-div {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 400vh;
  }

  .the-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    place-content: flex-end flex-start;
    align-items: flex-end;
    padding-bottom: 45px;
  }

  .text-span-4 {
    font-size: 6vw;
  }

  .gradient {
    border-top-right-radius: 120px;
    padding: 15px 25px;
  }

  .the-height-400vh-section {
    height: 200vh;
    margin-left: 0;
  }

  .timeline-bacckground {
    width: 400vh;
  }

  .b_block {
    width: 80vw;
    height: 50vh;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

  .b_block.first {
    width: 10vw;
    display: block;
  }

  .cotillon1_stiky {
    filter: blur(2px);
    width: 7vw;
  }

  .cotillon2_stiky {
    filter: blur(1px);
    width: 10vw;
    top: -38%;
  }

  .cotillon3_stiky {
    filter: blur(2px);
    width: 20vw;
  }

  .cotillons_1_header {
    width: 12vw;
  }

  .cotillons_1_header-copy {
    width: 15vw;
    top: 13%;
    left: 27%;
  }

  .butterfly_1_header {
    width: 20vw;
  }

  .butterfly_2_heade {
    filter: blur(1px);
    width: 40vw;
    inset: auto 0% 0% auto;
  }

  .cotillons_4_header {
    width: 20vw;
    inset: 20% 10% 0% auto;
  }

  .number_year {
    z-index: 5;
    width: 20vw;
    height: 20vw;
    top: 3%;
    right: 3%;
  }

  .year_block_nb_text {
    font-size: 40vw;
  }

  .year_block_card_ttile {
    font-size: 2.5rem;
  }

  .year_block_card_ttile.sub_title {
    font-size: 1.1rem;
  }

  .year_card_text {
    font-size: 1rem;
  }

  .button_container_year_card {
    margin-top: 11px;
  }

  .btn_card_year.disabled {
    padding: 7px 25px;
    font-size: 1rem;
  }

  .header_image {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: auto;
    height: 100%;
    margin-left: 0;
    overflow: visible;
  }

  .div-block-6 {
    z-index: 30;
    padding-right: 97px;
    position: relative;
  }

  .text-span-5 {
    font-size: 1rem;
  }

  .btn_cta_timline.disabled {
    padding: 7px 25px;
    font-size: 1rem;
  }
}

#w-node-cad373b5-e00b-2f65-0f37-a6886278ade8-64fab572, #w-node-_23cac0a8-8fe1-7217-7ebe-84e87f8123cc-64fab572, #w-node-_9777a888-9444-b286-f843-a8f1a1659819-64fab572, #w-node-ba26f5dd-3c6d-cfc1-65ea-96616b186d5f-64fab572, #w-node-b2f316a4-14c5-cf55-2335-d82f2c69a13e-64fab572, #w-node-b2f316a4-14c5-cf55-2335-d82f2c69a146-64fab572, #w-node-b2f316a4-14c5-cf55-2335-d82f2c69a148-64fab572, #w-node-_36f8eb9f-7384-5bb5-41da-ba4c189aedc3-64fab572, #w-node-_36f8eb9f-7384-5bb5-41da-ba4c189aedcb-64fab572, #w-node-_36f8eb9f-7384-5bb5-41da-ba4c189aedcd-64fab572, #w-node-_4502bf07-5902-9f61-5a0c-a2a5fe2612d2-64fab572, #w-node-_4502bf07-5902-9f61-5a0c-a2a5fe2612da-64fab572, #w-node-_4502bf07-5902-9f61-5a0c-a2a5fe2612dc-64fab572, #w-node-_54539b21-8dca-7531-8164-d4e16be1b087-64fab572, #w-node-_54539b21-8dca-7531-8164-d4e16be1b091-64fab572, #w-node-_54539b21-8dca-7531-8164-d4e16be1b093-64fab572, #w-node-cfdba18d-8ff5-8b83-2380-8b3f8be61824-64fab572, #w-node-cfdba18d-8ff5-8b83-2380-8b3f8be6182a-64fab572, #w-node-cfdba18d-8ff5-8b83-2380-8b3f8be6182c-64fab572, #w-node-_78f242fa-cc8c-d125-bdc9-206aa65e4ad0-64fab572, #w-node-_78f242fa-cc8c-d125-bdc9-206aa65e4ad6-64fab572, #w-node-_78f242fa-cc8c-d125-bdc9-206aa65e4ad8-64fab572, #w-node-_04bc7acb-91a9-431d-188f-16527e6795e6-64fab572, #w-node-_04bc7acb-91a9-431d-188f-16527e6795ec-64fab572, #w-node-_04bc7acb-91a9-431d-188f-16527e6795ee-64fab572, #w-node-_47d4e866-36e8-1a87-e37d-5a3b48805bc6-64fab572, #w-node-_47d4e866-36e8-1a87-e37d-5a3b48805bcc-64fab572, #w-node-_47d4e866-36e8-1a87-e37d-5a3b48805bce-64fab572 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_9777a888-9444-b286-f843-a8f1a1659819-64fab572, #w-node-b2f316a4-14c5-cf55-2335-d82f2c69a146-64fab572, #w-node-_36f8eb9f-7384-5bb5-41da-ba4c189aedcb-64fab572, #w-node-_4502bf07-5902-9f61-5a0c-a2a5fe2612da-64fab572, #w-node-_54539b21-8dca-7531-8164-d4e16be1b091-64fab572, #w-node-cfdba18d-8ff5-8b83-2380-8b3f8be6182a-64fab572, #w-node-_78f242fa-cc8c-d125-bdc9-206aa65e4ad6-64fab572, #w-node-_04bc7acb-91a9-431d-188f-16527e6795ec-64fab572, #w-node-_47d4e866-36e8-1a87-e37d-5a3b48805bcc-64fab572 {
    order: -9999;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Maia';
  src: url('../fonts/Maia.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azonix';
  src: url('../fonts/Azonix.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}