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

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section-hero {
  background-color: #0f0f0f;
  width: 100vw;
  height: 100vh;
}

.hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-top: 20vh;
  display: flex;
  position: relative;
}

.hero-title {
  font-family: Spectral, sans-serif;
  font-size: 124px;
  font-weight: 800;
  line-height: 134px;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.with-fill {
  z-index: 2;
  color: #000;
  letter-spacing: .4vw;
  text-transform: uppercase;
  font-family: Spectral, sans-serif;
  font-size: 9vw;
  font-weight: 800;
  line-height: 9vw;
  position: absolute;
}

.without-fill {
  z-index: 1;
  color: #000;
  letter-spacing: .4vw;
  text-transform: uppercase;
  font-family: Spectral, sans-serif;
  font-size: 9vw;
  font-weight: 800;
  line-height: 9vw;
  position: absolute;
}

.heading {
  z-index: 1;
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 14vw;
  font-weight: 700;
  line-height: 14vw;
}

.text-block {
  font-family: Quicksand, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.text {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  overflow: visible;
}

.section-30vh {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.text-mask {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.is-h1 {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex: 1;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.hero-lottie-scroll {
  width: 50px;
  display: none;
  position: absolute;
  bottom: 40px;
}

.lottie-congrats {
  z-index: 0;
  width: 80%;
  max-height: 600px;
  position: absolute;
  top: -12%;
}

.container-new-year {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.section-new-year {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-new-year.relative {
  background-color: #0f0f0f;
  height: 100vh;
  padding-bottom: 20px;
}

.new-year-container {
  justify-content: space-between;
  width: 70%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.new-year-container.top-space {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 80%;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #5a1c1e;
  text-align: center;
  font-size: 50px;
}

.bg-wrapper {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.bg-wrap {
  z-index: -1;
  opacity: 0;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  inset: 0%;
}

.bg-wrap._1 {
  background-color: #131313;
}

.bg-wrap._2 {
  background-color: #f5f5f5;
}

.bold-text {
  font-size: 2.4em;
}

.section-mission {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-mission.relative {
  height: 80vh;
  padding-bottom: 20px;
}

.mission-container {
  justify-content: space-between;
  width: 70%;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

.mission-container.top-space {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 80%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  margin-top: 80px;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.text-parent {
  width: 67em;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.is-h2 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

.heading-scroll {
  color: #f2f2f2;
  letter-spacing: -.01em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-scroll.center {
  text-align: center;
}

.heading-scroll.center._3 {
  color: #fff;
  font-family: Spectral, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.text-span-7 {
  font-size: 10vw;
}

.heading-scroll-copy {
  color: #f2f2f2;
  letter-spacing: -.01em;
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.2;
}

.heading-scroll-copy.center {
  text-align: center;
}

.heading-scroll-copy.center._3 {
  font-family: Spectral, sans-serif;
  font-size: 8vw;
  font-weight: 400;
}

.heading-scroll-copy.center._4 {
  color: #fff;
  font-family: Spectral, sans-serif;
  font-size: 10vw;
  font-weight: 700;
}

.card {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.402x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  position: absolute;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px #1a00014d;
}

.card.middle {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.242x.png');
}

.card.middle.card-directeur {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.402x.png');
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.card.top {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.352x.png');
  border-radius: 250px;
  height: 250px;
}

.card.top.card-responsableformation {
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.card.bottom {
  background-image: url('../images/CleanShot-2024-12-19-at-10.30.232x.png');
  background-size: cover;
  border-radius: 250px;
  height: 250px;
}

.card.bottom.card-chargeprojet {
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.card.card-apprenant {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.242x.png');
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.card-wrap {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 300px;
  display: flex;
  position: sticky;
  overflow: visible;
}

.section-routing {
  width: 100vw;
  height: 120vh;
  padding-top: 100px;
}

.card-title {
  position: absolute;
  bottom: -74px;
}

.card-title.card1 {
  z-index: 2;
  color: #0000;
  text-align: left;
  min-width: 300px;
  font-family: Quicksand, sans-serif;
  font-size: 38px;
  line-height: 42px;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: -74px;
}

.card-title.card2 {
  z-index: 2;
  color: #0000;
  min-width: 200px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: block;
  bottom: -74px;
}

.card-title.card3 {
  z-index: 2;
  color: #0000;
  min-width: 200px;
  font-family: Quicksand, sans-serif;
  display: block;
  bottom: -74px;
}

.card-title.card4 {
  z-index: 2;
  color: #0000;
  min-width: 200px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: block;
  bottom: -74px;
}

.heading-3 {
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: -74px;
}

.section-chargeprojet {
  z-index: 2;
  color: #f0f0f0;
  background-color: #7a203f;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 220px;
  position: relative;
}

.routing-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-bottom: 30vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.chargeprojet-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  padding-top: 10vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.heading_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 52rem;
  display: inline-block;
}

.word-span-39.is--green, .word-span-38.is--green, .word-span-37.is--green, .word-span-42.is--green, .word-span-40.is--green {
  color: #2d9a95;
}

.split-lines_large {
  text-align: left;
  font-family: Varela, sans-serif;
  font-size: 2.7em;
  font-weight: 400;
  line-height: 1.1;
}

.word-span-36.is--green, .word-span-41.is--green {
  color: #2d9a95;
}

.heading_wrap-2 {
  width: 64%;
}

.split-lines {
  color: #882c4b;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

.split-lines.right {
  text-align: right;
  width: 100%;
}

.link-block {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: sticky;
  top: 20px;
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.chargeprojet-image {
  padding-bottom: 320px;
}

.circle2 {
  border: 3px solid #0e0e0e;
  border-radius: 100%;
  width: 84vh;
  height: 84vh;
  position: absolute;
  top: 68px;
}

.section-selection {
  color: #f0f0f0;
  background-color: #000;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 220px;
}

.circle1 {
  border: 3px solid #0e0e0e;
  border-radius: 100%;
  width: 100vh;
  height: 100vh;
  position: absolute;
  top: 20px;
}

.circle3 {
  border: 3px solid #0e0e0e;
  border-radius: 100%;
  width: 64vh;
  height: 64vh;
  position: absolute;
  top: 124px;
}

.circle4 {
  border: 3px solid #0e0e0e;
  border-radius: 100%;
  width: 44vh;
  height: 44vh;
  position: absolute;
  top: 172px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.timeline_quote {
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.inline-block {
  display: inline-block;
}

.timeline_date-text {
  color: #202020;
  letter-spacing: -.03em;
  font-family: Spectral, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-colour-lightgrey {
  color: #ffffffa6;
}

.timeline_quote-text-wrapper {
  flex: 1;
}

.timeline_link {
  opacity: .6;
  color: #202020;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.timeline_quote-wrapper {
  border: 2px solid #fff;
  border-radius: 16px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.overlay-fade-top {
  background-image: linear-gradient(#0a0a0a, #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.timeline_text {
  color: #202020;
  font-family: Quicksand, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#7a203f, #7a203f);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.text-colour-white {
  color: #fff;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_badge {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 6px 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_quote-image {
  border-radius: 8px;
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.timeline_quote-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.timeline_circle {
  background-color: #7a203f;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #e9c4d0;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 56px;
  display: flex;
}

.timeline_definition-wrapper {
  background-color: #ffffff0d;
  border-radius: 16px;
  padding: 16px;
}

.timeline_item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_item.humilite {
  z-index: 3;
  min-height: 100vh;
  padding-bottom: 20vh;
}

.timeline_item.serieux {
  z-index: 2;
  min-height: 100vh;
  padding-bottom: 20vh;
}

.timeline_item.creativite {
  z-index: 1;
  min-height: 100vh;
  padding-bottom: 40vh;
}

.timeline_progress {
  z-index: -2;
  background-color: #ddd;
  width: 3px;
  height: 100%;
  position: absolute;
}

.section-timeline {
  background-color: #fff;
}

.timeline_milestone-badge {
  color: #161616;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
}

.timeline_link_block {
  cursor: pointer;
  font-family: Quicksand, sans-serif;
  text-decoration: none;
}

.div-block {
  font-family: Quicksand, sans-serif;
  font-size: 1.8vw;
}

.flex-body {
  background-image: linear-gradient(315deg, #f0f0f0, #fff);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.modal-closer {
  z-index: 5;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: transform .2s ease-in-out;
  position: fixed;
  top: 20px;
  right: 20px;
}

.modal-closer:hover {
  transform: scale(1.1);
}

.button {
  color: #202020;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 30px;
  padding: 15px 30px;
}

.bot-background---humilite {
  background-color: #688e83;
  border-radius: 50%;
  width: 100vw;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.lottie-animation {
  width: 48px;
  height: 48px;
  position: static;
}

.bot-background---serieux {
  background-color: #172e62;
  border-radius: 50%;
  width: 100vw;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.bot-background---creativite {
  background-color: #ebc37d;
  border-radius: 50%;
  width: 100vw;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.link-block-2 {
  padding: 24px;
  position: absolute;
  top: 4vh;
  left: 4vw;
}

.card-wrap-mobile {
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 200px;
  display: none;
  position: sticky;
  overflow: visible;
}

.card-mobile {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.402x.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 250px;
  width: 250px;
  height: 250px;
  position: absolute;
  transform: rotate(-2deg);
  box-shadow: 0 1px 8px #1a00014d;
}

.card-mobile.middle {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.242x.png');
}

.card-mobile.middle.card-directeur {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.402x.png');
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.card-mobile.top {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.352x.png');
  border-radius: 250px;
  height: 250px;
}

.card-mobile.top.card-responsableformation {
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.card-mobile.bottom {
  background-image: url('../images/CleanShot-2024-12-19-at-10.30.232x.png');
  background-size: cover;
  border-radius: 250px;
  height: 250px;
}

.card-mobile.bottom.card-chargeprojet {
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.card-mobile.card-apprenant {
  background-image: url('../images/CleanShot-2024-12-19-at-10.32.242x.png');
  width: 150px;
  height: 150px;
  text-decoration: none;
}

.card-title-mobile {
  position: absolute;
  bottom: -74px;
}

.card-title-mobile.card1 {
  color: #0000;
  text-align: left;
  min-width: 300px;
  font-family: Quicksand, sans-serif;
  font-size: 38px;
  line-height: 42px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.card-title-mobile.card2, .card-title-mobile.card3 {
  color: #0000;
  min-width: 200px;
  font-family: Quicksand, sans-serif;
  display: block;
  inset: 0%;
}

.card-title-mobile.card4 {
  color: #0000;
  min-width: 200px;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: block;
  inset: 0%;
}

.section-apprenant {
  z-index: 2;
  color: #f0f0f0;
  background-color: #698e84;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 220px;
  position: relative;
}

.apprenant-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  padding-top: 10vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.apprenant-split-lines {
  color: #7ea79c;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.apprenant-split-lines.right {
  text-align: right;
  width: 100%;
}

.apprenant-image {
  padding-bottom: 320px;
}

.apprenant-timeline_circle {
  background-color: #698e84;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #698e844d;
}

.apprenant-timeline_progress {
  z-index: -2;
  background-color: #ddd;
  width: 3px;
  height: 100%;
  position: absolute;
}

.apprenant-timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#698e84, #698e84);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.section-responsableformation {
  z-index: 2;
  color: #f0f0f0;
  background-color: #cd9d07;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 220px;
  position: relative;
}

.responsableformation-timeline_progress {
  z-index: -2;
  background-color: #ddd;
  width: 3px;
  height: 100%;
  position: absolute;
}

.responsableformation-timeline_circle {
  background-color: #698e84;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #698e844d;
}

.responsableformation-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  padding-top: 10vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.responsableformation-image {
  padding-bottom: 320px;
}

.responsableformation-split-lines {
  color: #e0b019;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.responsableformation-split-lines.right {
  text-align: right;
  width: 100%;
}

.responsableformation {
  background-color: #cc9d08;
}

.apprenant {
  background-color: #698e84;
}

.chargeprojet {
  background-color: #7a203f;
}

.directeur {
  background-color: #152e61;
}

.section-directeur {
  z-index: 2;
  color: #f0f0f0;
  background-color: #152e61;
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 220px;
  position: relative;
}

.directeur-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  min-height: 100vh;
  padding-top: 10vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.directeur-image {
  padding-bottom: 320px;
}

.directeur-split-lines {
  color: #1b3d81;
  width: 100%;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.directeur-split-lines.right {
  text-align: right;
  width: 100%;
}

.directeur-timeline_circle {
  background-color: #152e61;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #152e614d;
}

.directeur-timeline_progress {
  z-index: -2;
  background-color: #ddd;
  width: 3px;
  height: 100%;
  position: absolute;
}

.directeur-timeline_progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(#152e61, #152e61);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.section-echo {
  z-index: 3;
  background-color: #0f0f0f;
  position: relative;
}

.echo-container {
  width: 100%;
  max-width: 1280px;
  padding: 48px;
  position: relative;
}

.echo-lottie {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 48px;
  position: relative;
}

.echo-footer-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
  position: absolute;
  top: -25%;
  right: 3vw;
}

.echo-footer-img {
  width: auto;
  height: 80px;
  position: relative;
}

.section-form {
  z-index: 3;
  background-color: #fff;
  position: relative;
}

.form-container {
  width: 100vw;
  max-width: 1280px;
  padding: 128px 48px;
}

.image {
  height: 40px;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.wrapper-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item1-img {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px #0009;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.wrapper-bloc-title {
  color: #fff;
  font-family: Spectral, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.wrapper-item1-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.item2-img {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px #0009;
}

.item2-icn {
  width: 100%;
  height: 100%;
}

.text-ticker_component {
  color: #fff;
  max-width: 56rem;
  margin-bottom: 2rem;
  position: relative;
}

.text-ticker_text {
  color: #b18193;
  letter-spacing: -.0375em;
  font-family: Quicksand, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 1.25em;
}

.text-ticker_text._2 {
  color: #ebc47d;
}

.text-ticker_text._3 {
  color: #aed1c6;
}

.text-ticker_mask {
  float: right;
  color: #111;
  vertical-align: baseline;
  flex: 0 auto;
  height: 7rem;
  padding-left: 1em;
  display: inline-block;
  overflow: hidden;
}

.text-ticker_carousel {
  clear: both;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #86e30f;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1em;
  display: flex;
}

.text-ticker_mask2 {
  background-color: #32443e;
  height: 6rem;
  position: absolute;
  inset: 7rem 0% 0% auto;
}

.text-ticker_mask1 {
  background-color: #32443e;
  height: 6rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.code-embed {
  z-index: 130;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.embed-modal-humilite {
  z-index: 130;
  display: block;
}

@media screen and (max-width: 991px) {
  .container-2 {
    padding-left: 3.2em;
    padding-right: 3.2em;
  }

  .is-h1 {
    font-size: 3.5em;
  }

  .new-year-container, .mission-container {
    width: 95%;
  }

  .is-h2 {
    font-size: 2.5em;
  }

  .heading_wrap {
    width: 90%;
  }

  .split-lines_large {
    font-size: 2.5em;
  }

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

@media screen and (max-width: 767px) {
  .hero-container {
    padding-top: 40vh;
  }

  .heading {
    font-size: 2.8rem;
    line-height: 1.25em;
  }

  .container-2 {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .section-new-year, .section-mission {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-parent {
    width: 45em;
  }

  .is-h2 {
    font-size: 2.2em;
  }

  .card.middle.card-directeur, .card.top.card-responsableformation, .card.bottom.card-chargeprojet, .card.card-apprenant {
    position: relative;
  }

  .card-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 600px;
    height: auto;
    display: none;
  }

  .section-routing {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 400px;
  }

  .card-title.card1 {
    color: #7d2141;
    text-align: center;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    line-height: 1.3em;
    display: block;
    position: relative;
    bottom: auto;
  }

  .card-title.card2 {
    color: #152e61;
    text-align: center;
    min-width: auto;
    font-size: 1.5em;
    line-height: 1.3em;
    position: relative;
  }

  .card-title.card3 {
    color: #cd9d07;
    text-align: center;
    min-width: auto;
    font-size: 1.5em;
    line-height: 1.3em;
    position: relative;
  }

  .card-title.card4 {
    color: #698e84;
    text-align: center;
    min-width: auto;
    font-size: 1.5em;
    line-height: 1.3em;
    position: relative;
  }

  .heading-3 {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    bottom: auto;
  }

  .routing-container {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    overflow: visible;
  }

  .heading_wrap {
    width: 90%;
  }

  .split-lines_large {
    font-size: 2.3em;
  }

  .heading_wrap-2 {
    width: 90%;
  }

  .split-lines {
    font-size: 28px;
    line-height: 1.2em;
  }

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

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_quote-wrapper {
    flex-direction: column-reverse;
  }

  .timeline_text {
    text-align: left;
    font-size: 20px;
  }

  .timeline_quote-image {
    margin-top: 24px;
    margin-right: 0;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .card-wrap-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 124px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 600px;
    height: 100%;
    display: grid;
    position: relative;
  }

  .card-mobile.middle.card-directeur, .card-mobile.top.card-responsableformation, .card-mobile.bottom.card-chargeprojet, .card-mobile.card-apprenant {
    position: relative;
    transform: none;
  }

  .card-title-mobile.card1 {
    color: #7d2141;
    text-align: center;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    line-height: 1.3em;
    display: block;
    position: relative;
    top: 150px;
  }

  .card-title-mobile.card2 {
    color: #152e61;
    text-align: center;
    min-width: auto;
    font-size: 1.5em;
    line-height: 1.3em;
    position: relative;
    top: 150px;
  }

  .card-title-mobile.card3 {
    color: #cd9d07;
    text-align: center;
    min-width: auto;
    font-size: 1.5em;
    line-height: 1.3em;
    position: relative;
    top: 150px;
  }

  .card-title-mobile.card4 {
    color: #698e84;
    text-align: center;
    min-width: auto;
    font-size: 1.5em;
    line-height: 1.3em;
    position: relative;
    top: 150px;
  }

  .apprenant-split-lines {
    font-size: 28px;
    line-height: 1.2em;
  }

  .apprenant-timeline_progress, .responsableformation-timeline_progress {
    left: 6px;
  }

  .responsableformation-split-lines, .directeur-split-lines {
    font-size: 28px;
    line-height: 1.2em;
  }

  .directeur-timeline_progress {
    left: 6px;
  }

  .echo-container {
    justify-content: center;
    padding-top: 120px;
    padding-bottom: 80px;
    display: flex;
  }

  .echo-lottie {
    padding-bottom: 80px;
  }

  .echo-footer-wrapper {
    flex: 1;
    justify-content: center;
    top: -14%;
    left: 0%;
    right: 0%;
  }

  .text-ticker_text {
    font-size: 2.5rem;
  }

  .text-ticker_mask {
    height: 3.5rem;
    padding-left: .5em;
  }

  .text-ticker_carousel {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading {
    font-size: 2.8rem;
    line-height: 1.25em;
  }

  .is-h1 {
    font-size: 2.7em;
  }

  .text-parent {
    width: 98vw;
  }

  .heading-scroll.center._3 {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .heading-scroll-copy.center._4 {
    margin-top: 10px;
  }

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

  .margin-bottom-medium {
    margin-bottom: 24px;
  }

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .card-wrap-mobile {
    align-items: center;
    height: 100%;
  }

  .text-ticker_text {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cc47ea16-d521-9c7a-0870-e0f7771f6f50-09b22a5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_7e04ab5d-c66f-7ee9-f658-0c6f66855833-09b22a5f, #w-node-_7e04ab5d-c66f-7ee9-f658-0c6f66855834-09b22a5f, #w-node-_7e04ab5d-c66f-7ee9-f658-0c6f66855835-09b22a5f, #w-node-_7e04ab5d-c66f-7ee9-f658-0c6f66855836-09b22a5f {
    place-self: center;
  }

  #w-node-_05e7356c-6748-ad86-162a-53f0c190ce4a-09b22a5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_05e7356c-6748-ad86-162a-53f0c190ce4c-09b22a5f, #w-node-_05e7356c-6748-ad86-162a-53f0c190ce4f-09b22a5f, #w-node-_05e7356c-6748-ad86-162a-53f0c190ce52-09b22a5f, #w-node-_05e7356c-6748-ad86-162a-53f0c190ce55-09b22a5f {
    place-self: stretch center;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb2cf-f4f2203d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb2d2-f4f2203d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb308-f4f2203d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb30b-f4f2203d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb386-f4f2203d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb389-f4f2203d {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_1a4c706f-4252-7638-5166-f05b5ac8389d-5ac8389d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb2cf-13584f80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb2d2-13584f80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb308-13584f80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb30b-13584f80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb386-13584f80 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb389-13584f80 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb2cf-a2bce299 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb2d2-a2bce299 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb308-a2bce299 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb30b-a2bce299 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb386-a2bce299 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb389-a2bce299 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb2cf-bbc3e846 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb2d2-bbc3e846 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb308-bbc3e846 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb30b-bbc3e846 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb386-bbc3e846 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c03d4b8e-902a-d293-380e-84e7137cb389-bbc3e846 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7e04ab5d-c66f-7ee9-f658-0c6f66855833-09b22a5f, #w-node-_7e04ab5d-c66f-7ee9-f658-0c6f66855834-09b22a5f, #w-node-_7e04ab5d-c66f-7ee9-f658-0c6f66855835-09b22a5f, #w-node-_7e04ab5d-c66f-7ee9-f658-0c6f66855836-09b22a5f, #w-node-_05e7356c-6748-ad86-162a-53f0c190ce4c-09b22a5f, #w-node-_05e7356c-6748-ad86-162a-53f0c190ce4f-09b22a5f, #w-node-_05e7356c-6748-ad86-162a-53f0c190ce52-09b22a5f, #w-node-_05e7356c-6748-ad86-162a-53f0c190ce55-09b22a5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


