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

@font-face {
  font-family: Codecwarm;
  src: url('../fonts/CodecWarm-ExtraBoldItalic.ttf') format("truetype"), url('../fonts/CodecWarm-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Codecwarm;
  src: url('../fonts/CodecWarm-NewsItalic.ttf') format("truetype"), url('../fonts/CodecWarm-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Codecwarm;
  src: url('../fonts/CodecWarm-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Codecwarm;
  src: url('../fonts/CodecWarm-Bold.ttf') format("truetype"), url('../fonts/CodecWarm-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --1f296e: #1f296e;
}

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 160%;
}

a {
  color: #181818;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 160%;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 130%;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.section {
  position: relative;
  overflow: hidden;
}

.section.hero {
  background-color: #1f296e;
}

.section.below-hero {
  background-color: #a2d3f3;
}

.section.footer {
  background-color: #1f286e;
}

.section.slider-photos {
  overflow: hidden;
}

.section.feature {
  background-color: #f5f5f5;
}

.section.feature.color {
  background-color: #a2d3f3;
}

.section.feature.grey-color {
  background-color: #f5f5f5;
}

.section.chiffres {
  background-color: #a2d3f3;
}

.section.gourvernance {
  background-color: #1f296e;
}

.section.slider-footer {
  background-color: #5488c7;
  background-image: url('../images/Vector-22.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 22%;
  overflow: hidden;
}

.section.gourvernance-copy, .section.hero-alter {
  background-color: #1f296e;
}

.section._3-card {
  background-color: #f5f5f5;
}

.section._3-card.color {
  background-color: #a1d3f3;
}

.section.video {
  background-color: #1f296e;
}

.section.tempsforts {
  background-color: #f5f5f5;
}

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

.section.conseil.color {
  background-color: #a2d3f3;
}

.section.conseil.grey-color {
  background-color: #f5f5f5;
}

.section.home {
  background-color: #1f286e;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  min-height: 50vh;
  padding: 3rem;
  display: flex;
  position: relative;
}

.container.footer {
  min-height: auto;
  padding-bottom: 1rem;
}

.container.below-hero {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container.hero {
  min-height: auto;
  padding-top: 8rem;
  padding-bottom: 0;
}

.container.hero.accomagner {
  min-height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container.slider-footer {
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.container.chiffres {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container.gourvernance {
  min-height: auto;
  padding: 4.5rem 5rem;
}

.container.nav {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #a2d3f3;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.container.hero-alter {
  flex-flow: column;
  min-height: auto;
  padding-bottom: 5rem;
}

.container.slider-photos {
  min-height: auto;
  padding-bottom: 0;
}

.container.video {
  max-width: 1066px;
}

.container.tempsforts {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container.home {
  min-height: 100vh;
}

.wrapper {
  color: #a2d3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.wrapper.footer {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
}

.wrapper.conseil {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.below-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1f296e;
  flex-flow: column;
}

.wrapper.hero {
  flex-flow: column;
}

.wrapper.feature {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.feature.flip {
  grid-auto-flow: row dense;
}

.wrapper.gourvernance {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.wrapper.slider-photos {
  text-align: center;
}

.wrapper.hero-alter {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  display: grid;
}

.wrapper._3-card {
  flex-flow: column;
}

.wrapper.video {
  text-align: center;
  flex-flow: column;
}

.wrapper.tempsfont {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 600px 2.5fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  margin-top: 3rem;
  display: grid;
}

.wrapper.tempsforts {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper.home {
  flex-flow: column;
}

.footer-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.footer-link {
  color: #fff;
  line-height: 18px;
  text-decoration: none;
}

.footer-link-divider {
  background-color: #fff;
  width: 1px;
  height: 18px;
}

.footer-text {
  color: #ffffff80;
  font-size: 14px;
  line-height: 28px;
}

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

.logo {
  margin-right: auto;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  vertical-align: baseline;
  background-color: #ffde14;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: inline-flex;
}

.button:hover {
  background-color: #fff6c1;
}

.button.card:hover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.button.card.hub {
  margin-top: auto;
}

.button.card.home {
  margin-top: 1rem;
}

.button.nav {
  color: #a2d3f3;
  background-color: #fff0;
  border: 1px solid #a2d3f3;
  margin-right: 1rem;
  padding-bottom: 4px;
}

.button.nav:hover {
  background-color: #a2d3f36b;
}

.button.footer {
  font-size: 16px;
}

.footer-social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-social-item_svg {
  width: 2rem;
  height: 2rem;
}

.footer-top_text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.footer-top_text_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.h2 {
  font-size: 64px;
  line-height: 100%;
}

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

.h2.conseil {
  width: 7ch;
}

.content_wrapper {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.content_wrapper.conseil-title {
  color: #1f296e;
  height: 75%;
}

.content_wrapper.feature-text {
  color: #181818;
}

.content_wrapper.conseil {
  color: #1f296e;
}

.content_wrapper.gourvernance-title {
  color: #ffdc13;
  height: auto;
}

.content_wrapper.gourvernance-title.max-width-500 {
  width: 700px;
}

.content_wrapper.gourvernance {
  color: #ffdc13;
  justify-content: flex-end;
  align-items: center;
}

.content_wrapper.hero-alter-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.content_wrapper.hero-alter-title.mod {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.content_wrapper.hero-alter-title.mod.is-hidden {
  display: none;
}

.content_wrapper.hero-alter.temps {
  padding-right: 24%;
}

.text {
  font-size: 16px;
  line-height: 150%;
}

.text.role {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.text.m {
  font-size: 18px;
  line-height: 160%;
}

.image {
  object-fit: cover;
}

.image.conseil {
  height: 55%;
  margin-left: auto;
  margin-right: auto;
}

.image.kpi {
  object-fit: fill;
  width: 100%;
  height: 75px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
}

.image._1-1 {
  aspect-ratio: 1;
  border-radius: 1rem;
}

.image._1-1.ca {
  object-position: 100% 50%;
}

.image._2-3 {
  aspect-ratio: 2 / 3;
  border-radius: 1rem;
}

.image.temp {
  height: 55%;
  margin-right: auto;
}

.image.round {
  border-radius: 1rem;
}

.card-item {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-item.notre {
  object-fit: cover;
  width: 100%;
}

.card-item._2 {
  z-index: 3;
  grid-column-gap: 19px;
}

.card-item.acc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: start center;
  display: grid;
}

.card-text {
  color: #1f296e;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.card-text.hub {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 1rem;
}

.card-image {
  object-fit: cover;
  background-color: #bababa;
  height: 100%;
}

.card-image.card {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 50%;
  height: auto;
}

.card-image.accomagner {
  filter: none;
}

.card-image.cta {
  height: 250px;
}

.card-image.hub {
  object-position: 50% 50%;
  width: 100%;
}

.card-image.hub.first {
  aspect-ratio: auto;
  object-position: 100% 50%;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8125rem;
  height: .8125rem;
  display: flex;
}

.card_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.camera1 {
  background-color: #f5f5f5;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100vw;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-color {
  color: #4051bc;
}

.button-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #4051bc;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.button-2:hover {
  background-color: #1228b3;
  transform: translate(0, -2px);
}

.button-2.is-secondary {
  color: #fff;
  background-color: #ff6e59;
}

.button-2.is-secondary:hover {
  background-color: #e6432c;
}

.button-2.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-2.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
  font-size: 14px;
}

.button-2.is-large {
  padding: 1rem 2rem;
}

.button-2.is-outline {
  color: #ff6e59;
  background-color: #4051bc00;
  border: 1px solid #ff6e59;
}

.button-2.is-outline:hover {
  color: #fff;
  background-color: #ff6e59;
}

.button-2.is-third {
  color: #4051bc;
  -webkit-text-stroke-color: #4051bc;
  background-color: #fff;
  border: 1px solid #c5c5c5;
}

.button-2.is-third:hover {
  background-color: #fafafa;
  transform: translate(0, -2px);
}

.button-2.is-third.mobile-show {
  display: none;
}

.button-2.is-third.mobile-hide {
  align-self: flex-end;
}

.heading-style-h2 {
  float: none;
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.heading-style-h2.financements {
  text-align: left;
}

.heading-style-h2.left {
  text-align: right;
  margin-left: auto;
}

.heading-style-h2.left.minus-margin-up {
  letter-spacing: .5px;
  margin-top: -1.5rem;
  font-size: 64px;
  position: relative;
  left: -50px;
}

.heading-style-h2.conseil {
  width: 6ch;
}

.heading-style-h2.text-color {
  color: #1f296e;
  text-align: left;
  align-self: auto;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h2.text-color.blog {
  margin-top: 0;
  margin-bottom: 1rem;
}

.heading-style-h2.text-color.small {
  font-size: 36px;
}

.heading-style-h2.text-color.small.max-width-large {
  text-align: center;
}

.heading-style-h2.text-color.horizontal {
  text-align: center;
  width: 14ch;
}

.heading-style-h2.les-temps {
  width: 10ch;
  margin-bottom: -.5rem;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h2.les-temps.bot {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.heading-style-h2.les-temps.bot.temps-text-position {
  transform: translate(-133px, -34px);
}

.heading-style-h2.les-temps.mid {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.les-temps.lutte {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.heading-style-h2.minus-margin-down {
  letter-spacing: .5px;
  margin-bottom: -1.5rem;
  font-size: 64px;
}

.heading-style-h2.tem {
  width: 100%;
  margin-bottom: 0;
}

.heading-style-h2.tem.padding {
  padding-left: 2rem;
}

.heading-style-h2.tem.padding.text-align-right {
  width: 100%;
}

.heading-style-h2.tem.padding.text-align-center {
  padding-left: 8rem;
}

.heading-style-h2.donner {
  width: 10ch;
  margin-bottom: -.5rem;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h2.donner.bot {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.heading-style-h2.donner.mid {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.donner.lutte {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.heading-style-h2.certifications {
  width: 10ch;
  margin-bottom: -.5rem;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h2.certifications.bot {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.heading-style-h2.certifications.mid {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.certifications.lutte {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.heading-style-h2.lutte {
  width: 10ch;
  margin-bottom: -.5rem;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h2.lutte.bot {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.heading-style-h2.lutte.mid {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.du-besoin {
  width: 10ch;
  margin-bottom: -.5rem;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h2.du-besoin.bot {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.heading-style-h2.du-besoin.mid {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.du-besoin.lutte {
  width: auto;
  margin-top: -.5rem;
  margin-left: auto;
  padding-left: 1rem;
}

.des-item {
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  min-width: 33%;
  margin-right: 1rem;
  display: flex;
  position: static;
}

.des-item.white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #4c4c4c;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  min-width: 300px;
  height: 100%;
  margin-right: 0;
  padding: 1.5rem 2rem 1rem;
  display: flex;
  position: relative;
}

.des-item.white:where(.w-variant-5ea55cfc-8211-5e01-c084-077be8d5ac13) {
  padding: 1rem 1.5rem .7rem;
}

.des-item.white.du {
  min-width: 30%;
  padding-bottom: 4rem;
}

.text-size-large {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.text-size-large.color-light-white {
  opacity: .7;
  color: #fff;
}

.text-size-large.text-weight-bold.text-color {
  color: #1f296e;
}

.text-size-large.kpi {
  color: #1f296e;
  text-align: right;
  margin-left: auto;
  font-size: 20px;
  line-height: 120%;
}

.text-size-large.kpi._3-columns {
  width: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: .5rem;
}

.text-size-large.blog {
  -webkit-text-stroke-width: 1px;
  font-weight: 400;
}

.text-size-large.horizontal-scroll {
  color: #1f296e;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Codecwarm, Arial, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.frame {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: static;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.hero {
  flex-flow: row;
  margin-top: 1.5rem;
  position: relative;
}

.icon-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-style-h3 {
  letter-spacing: -1.5px;
  font-size: 46px;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
}

.heading-style-h3.hub {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.heading-style-h3.card {
  letter-spacing: 1px;
  font-family: Codecwarm, Arial, sans-serif;
  font-size: 29.74px;
  font-weight: 700;
  line-height: 110%;
}

.text-size-medium {
  font-size: 16px;
  line-height: 27px;
}

.text-size-medium.nav {
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  position: static;
  inset: auto auto 0%;
}

.text-size-medium.hub {
  width: 36ch;
}

.text-size-medium.hub-card {
  margin-top: auto;
}

.text-size-medium.padding-right {
  padding-right: 8px;
}

.text-size-medium.footer-cta {
  font-size: 14px;
  line-height: 150%;
}

.title_wrapper {
  z-index: 10;
  color: #ff6e59;
  position: relative;
}

.title_wrapper.des {
  color: #fff;
}

.title_wrapper.des.z-index-0 {
  z-index: 0;
}

.wrapper-des-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.des-pil {
  color: #fff;
  background-color: #ff6e59;
  border-radius: 2rem;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-flex;
}

.tracck {
  background-image: url('../images/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-size: 16px;
}

.tracck.du {
  background-color: #a2d3f3;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.tracck.home {
  background-color: #f5f5f5;
  background-image: none;
}

.tracck.formation {
  background-color: #a2d3f3;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-medium {
  height: 2rem;
}

.card-content-footer {
  color: #1f286e;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  padding-right: 1rem;
  font-weight: 700;
  display: flex;
}

.card-content-footer.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.card-content-footer.margin-medium {
  margin: 0 0 1rem;
}

.card-content-footer.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.background-color-primary {
  color: #fff;
  background-color: #111;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.helper {
  outline-offset: 3px;
  border-radius: .25rem;
  outline: 1px solid #00e4ff;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.fs-styleguide_message {
  color: #5e5515;
  background-color: #fcf8d8;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

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

.margin-0 {
  margin: 0;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-1x1-large {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
}

.hide {
  display: none;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #8b64ff0d;
  border: 1px dashed #6e30f7;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.margin-medium {
  margin: 2rem;
}

.padding-small {
  padding: 1rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-muted {
  opacity: .6;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.margin-xxsmall {
  margin: .25rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.margin-xlarge {
  margin: 4rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.icon-1x1-medium {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-rich-text {
  flex: 1;
  height: 100%;
  line-height: 1.5;
}

.text-rich-text li {
  font-size: 16px;
  line-height: 130%;
}

.text-rich-text ul {
  padding-left: 18px;
}

.text-rich-text.popup {
  color: #181818;
  height: auto;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.text-rich-text.popup h2 {
  color: #1f296e;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 29.74px;
  line-height: 125%;
}

.text-rich-text.popup a {
  color: #1f296e;
}

.text-rich-text.popup p {
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.text-rich-text a:hover {
  color: #a1d3f3;
}

.text-rich-text.scroll {
  color: #181818;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 130%;
}

.text-rich-text.scroll:where(.w-variant-c26f5c4f-35fe-8ba1-8155-6da83d9fa44f), .text-rich-text.scroll:where(.w-variant-998047ac-b261-516b-5515-bfcc56f6e04d) {
  height: 100%;
}

.text-rich-text.scroll h2 {
  color: #1f296e;
  font-size: 24px;
  line-height: 130%;
}

.text-rich-text.scroll h4 {
  color: #1f296e;
}

.text-rich-text.scroll p {
  font-size: 16px;
  line-height: 130%;
}

.text-color-brand {
  color: #b9fd3b;
}

.icon-height-large {
  height: 3rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-style-link {
  color: #c5c5c5;
  text-decoration: underline;
}

.margin-large {
  margin: 3rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.overflow-auto {
  overflow: auto;
}

.heading-style-h1 {
  letter-spacing: -1px;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
}

.heading-style-h1.hero-mobile {
  letter-spacing: 0;
}

.heading-style-h1.section-glid {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto 20% 30% auto;
}

.heading-style-h1.section-glid._1 {
  width: 14ch;
  font-size: 60px;
  bottom: 10%;
  right: 5%;
}

.heading-style-h1.section-glid._1._7 {
  width: auto;
}

.heading-style-h1.section-glid._2 {
  width: 10ch;
  font-size: 60px;
  bottom: 10%;
  right: 10%;
}

.heading-style-h1.section-glid._3 {
  font-size: 60px;
  bottom: 23%;
  right: 9%;
}

.heading-style-h1.section-glid._4 {
  width: 10ch;
  font-size: 60px;
  bottom: 10%;
  right: 15%;
}

.heading-style-h1.section-glid._5 {
  font-size: 60px;
  bottom: 26%;
  right: 16%;
}

.heading-style-h1.section-glid._6 {
  width: 9ch;
  font-size: 60px;
  right: 20%;
}

.heading-style-h1.section-glid._7 {
  width: 10ch;
  font-size: 60px;
  bottom: 0%;
  right: 10%;
}

.heading-style-h1.section-glid._8 {
  width: 10ch;
  font-size: 60px;
  bottom: 20%;
  right: 16%;
}

.heading-style-h1.section-glid._9 {
  width: 10ch;
  font-size: 60px;
  bottom: 24%;
  right: 16%;
}

.heading-style-h1.section-glid._10 {
  width: 10ch;
  font-size: 60px;
  bottom: 10%;
  right: 5%;
}

.heading-style-h1.left {
  text-align: right;
}

.heading-style-h1.home-1 {
  color: #a2d3f3;
  margin-top: 1%;
  margin-left: 15%;
  font-size: 72px;
  font-weight: 700;
  position: absolute;
  inset: 12% auto auto 2%;
}

.heading-style-h1.home-1.mobile {
  display: none;
}

.heading-style-h1.home-1.desktop {
  margin-left: 1%;
  font-size: 68px;
}

.heading-style-h1.home-2 {
  color: #a2d3f3;
  font-size: 68px;
  font-weight: 700;
  position: absolute;
  inset: auto 2% 10% auto;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.text-weight-light {
  font-weight: 300;
}

.text-size-largex {
  font-size: 22px;
  line-height: 32px;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.kpi-style-h2 {
  letter-spacing: -3px;
  font-family: Codecwarm, Arial, sans-serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 72px;
}

.kpi-style-h2.numer {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
  display: inline-flex;
}

.kpi-style-h2.numer.counter {
  letter-spacing: 0;
  font-family: Codecwarm News, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
}

.kpi-style-h2.numer.counter.section {
  font-size: 150px;
  position: absolute;
  inset: 24% auto auto 10%;
}

.kpi-style-h2.numer.counter.section._2 {
  font-size: 130px;
  inset: 24% auto auto 5%;
}

.kpi-style-h2.numer.counter.section.sym {
  left: 23vw;
}

.kpi-style-h2.numer.counter.section._10 {
  font-size: 130px;
  left: 28%;
}

.kpi-style-h2.numer.counter.section._1 {
  font-size: 130px;
  left: 5%;
}

.kpi-style-h2.numer.counter.section._1._7 {
  top: 20%;
}

.kpi-style-h2.numer.counter.section._3 {
  font-size: 130px;
  inset: 22%;
}

.kpi-style-h2.numer.counter.section._4, .kpi-style-h2.numer.counter.section._5 {
  font-size: 130px;
  left: 11%;
}

.kpi-style-h2.numer.counter.section._6 {
  font-size: 130px;
  left: 14%;
}

.kpi-style-h2.numer.counter.section._7 {
  font-size: 130px;
  left: 11%;
}

.kpi-style-h2.numer.counter.section._8 {
  font-size: 130px;
  position: static;
  left: 20%;
}

.kpi-style-h2.numer.counter.section._9 {
  font-size: 130px;
  left: 25%;
}

.kpi-style-h2.numer.counter.section._9.sym {
  left: 39%;
}

.kpi-style-h2.numer.sym {
  font-size: 130px;
  position: static;
  top: 24%;
  left: 20%;
}

.kpi-style-h2.symble {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Codecwarm News, Arial, sans-serif;
  font-size: 62px;
  line-height: 100%;
}

.kpi-style-h2.symble.text {
  font-size: 36px;
}

.kpi-style-h2._9 {
  font-size: 130px;
  position: absolute;
  inset: 27% auto auto 40%;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-tiny {
  margin: .125rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.spacer-large {
  padding-top: 3rem;
}

.fs-styleguide_component {
  color: #111;
}

.padding-custom2 {
  padding: 2.5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.margin-custom3 {
  margin: 3.5rem;
}

.text-size-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-size-small.date {
  margin-bottom: .35rem;
  display: none;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.text-color-alternate {
  color: #fff;
}

.container-large {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.container-large.stat {
  color: #747474;
}

.margin-xsmall {
  margin: .5rem;
}

.overflow-scroll {
  overflow: scroll;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.padding-xxhuge {
  padding: 12rem;
}

.overflow-hidden {
  overflow: hidden;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.background-color-tertiary {
  background-color: #6e30f7;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #6e30f7;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #dd23bb;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #eee;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.margin-xxlarge {
  margin: 5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom1 {
  margin: 1.5rem;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-size-regular {
  flex: 1;
  order: 0;
  min-height: auto;
  font-size: 18px;
  line-height: 160%;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.margin-huge {
  margin: 6rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-primary {
  color: #111;
}

.main-wrapper {
  position: relative;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.icon-1x1-small {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.overflow-visible {
  overflow: visible;
}

.padding-xhuge {
  padding: 8rem;
}

.text-weight-medium {
  font-weight: 500;
}

.icon-height-small {
  height: 1rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.heading-style-h5 {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

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

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.margin-top.margin-medium.align-end {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.margin-top.margin-small.mobile-show {
  display: none;
}

.text-size-largexx {
  letter-spacing: -1px;
  font-size: 28px;
  line-height: 32px;
}

.text-color-brand-dark {
  color: #36852f;
}

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

.padding-xsmall {
  padding: .5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.padding-medium {
  padding: 2rem;
}

.background-color-alternate {
  background-color: #fff;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-right {
  text-align: right;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #111;
  background-image: radial-gradient(circle at 100% 100%, #ff6e59, #0000 50%), radial-gradient(circle farthest-side at 0 100%, #4051bc, #1110 60%);
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.padding-0 {
  padding: 0;
}

.text-size-tiny {
  margin-left: 8px;
  font-size: 12px;
  line-height: 18px;
}

.background-color-secondary {
  background-color: #ff6e59;
}

.padding-xxlarge {
  padding: 5rem;
}

.text-color-secondary {
  color: #4c4c4c;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.max-width-small {
  width: 100%;
  max-width: 28rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-huge {
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 6rem;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.padding-large {
  padding: 3rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.margin-custom2 {
  margin: 2.5rem;
}

.content-wrapper {
  color: #111;
  width: 100%;
  position: relative;
}

.content-wrapper.stat {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.content-wrapper.stat._3x3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
}

.counter-code {
  display: none;
}

.star-number_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.wrapper_main {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  width: 100%;
  position: relative;
}

.stat-item {
  color: #1f296e;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 1.5rem 1.5rem;
  transition: all .4s ease-in-out;
  display: flex;
}

.stat-item._1 {
  color: #ff6e59;
}

.stat-item._1:hover {
  transform: none;
}

.stat-item._34 {
  justify-content: space-between;
}

.stat-item._4 {
  color: #4051bc;
}

.stat-item._4:hover {
  transform: none;
}

.stat-item._3 {
  color: #01a78f;
}

.stat-item._3:hover {
  transform: none;
}

.stat-item._2 {
  color: #e182c3;
}

.stat-item._2:hover {
  transform: none;
}

.icon-stat {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.5625rem;
  height: 4.3125rem;
  margin-bottom: 6px;
  display: flex;
}

.slider-arrow {
  background-color: #f2efe8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .35s;
  display: flex;
  inset: -3rem 48px auto auto;
}

.slider-arrow:hover {
  background-color: #ffde11;
}

.slider-arrow.is-bottom-previous {
  border-style: none;
  inset: auto 0% 0%;
}

.slider-arrow.is-bottom-previous.style-arrow {
  background-image: linear-gradient(#f2efe8, #f2efe8);
  border-style: none;
  width: 4rem;
  height: 4rem;
  inset: -45% 7.5% auto auto;
}

.slider-arrow.next {
  right: 0%;
}

.slider-arrow.next.style-arrow {
  background-image: linear-gradient(#f2efe8, #f2efe8);
  border-style: none;
  width: 4rem;
  height: 4rem;
  inset: -45% 0% auto auto;
}

.slider-arrow.acc {
  display: none;
}

.text-size-large-2 {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-size-large-2.text {
  color: #666;
}

.testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.testimonial_slide {
  padding-right: 1rem;
}

.mask {
  width: 40%;
  overflow: visible;
}

.mask.accompagner {
  width: 33.33%;
}

.slider {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-left: 4rem;
}

.slider.accompagner {
  height: 100%;
}

.section_stat {
  height: auto;
  position: relative;
}

.testimonial_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a2d3f3;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.testimonial11_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial_component {
  color: #fff;
  width: 100%;
  margin-left: 2.5rem;
  position: relative;
}

.slider-arrow-icon_default {
  color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1.5rem;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #1f296e;
  width: 100%;
  position: fixed;
}

.text-size-regular-2 {
  letter-spacing: -.0125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-size-regular-2.text-600 {
  color: #73757c;
}

.menu {
  border: 1px solid #a2d3f3;
  border-radius: 2rem;
  padding: 8px;
  transition: all .3s ease-in-out;
}

.menu:hover {
  background-color: #a2d3f347;
}

.menu.w--open {
  color: #1f296e;
  -webkit-text-stroke-color: #ffde14;
}

.text-size-medium-2 {
  letter-spacing: -.0125rem;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-size-medium-2.text-600 {
  color: #73757c;
}

.text-size-medium-2.text-color-700 {
  color: #454750;
}

.nav-items {
  z-index: 2;
  color: #1f296e;
  background-color: #a2d3f3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 33vw;
  height: 80%;
  max-height: 100vh;
  display: flex;
  overflow: auto;
}

.nav-link {
  color: #1f296e;
  padding: 1.15rem 1.5rem 1.15rem 2.5rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  transition: all .3s ease-in;
}

.nav-link:hover {
  font-weight: 900;
}

.nav-link:focus {
  color: #1f296e;
  font-weight: 700;
}

.nav-link._1 {
  margin-top: 20%;
  font-size: 22px;
  font-weight: 700;
}

.nav-link._1:hover {
  font-weight: 900;
}

.nav-link.close {
  background-color: #ffdc13;
  border-radius: 5rem;
  margin-top: 3%;
  margin-right: 3%;
  padding: 1.5rem 1.25rem 1.25rem;
  font-size: 22px;
  line-height: 14px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-link.close:hover {
  color: #a2d3f3;
  background-color: #1f296e;
  font-weight: 400;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  display: block;
  overflow: hidden;
}

.hub-text {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  margin-top: 2rem;
  display: grid;
}

.icon-embed-xsmall-2 {
  color: #c8a247;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 18.8889px;
  display: flex;
}

.accompagner_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-section-large-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.heading-style-h4 {
  letter-spacing: -1.5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  display: inline-flex;
}

.heading-style-h4.text-color {
  color: #1f296e;
  letter-spacing: 0;
  font-family: Codecwarm, Arial, sans-serif;
  font-weight: 700;
}

.hero-decor {
  position: relative;
}

.hero-decor._1 {
  position: absolute;
  inset: 46% -28% 0% auto;
}

.hero-decor._1.hub {
  left: auto;
  right: -200px;
}

.hero-decor._2 {
  margin-top: -87px;
}

.hero-decor._2.hub {
  margin-top: -4%;
  margin-bottom: -4%;
  margin-right: 19%;
}

.divider-vertical {
  align-self: stretch;
}

.hero-title_wrapper {
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.hero-title_wrapper.hub {
  width: 40%;
  margin-bottom: 2.5rem;
  margin-left: 5%;
  margin-right: auto;
}

.testimonial11_client {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  align-items: center;
  display: flex;
}

._3-card_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

._3-card_wrapper.blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-card-item {
  color: #20296e;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  padding-bottom: .5rem;
  transition: transform .45s cubic-bezier(.455, .03, .515, .955);
  position: relative;
  overflow: hidden;
  transform: translate(0, 8px);
}

._3-card-item:hover {
  transform: scale(1.01);
}

._3-card-item.padding-0 {
  height: 100%;
  padding-bottom: 0;
}

.max-width-large-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 50%;
  max-width: 48rem;
  display: flex;
}

._3-card-text_wrapper {
  background-color: #fff;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  height: 50%;
  padding: 1.5rem;
}

.padding-global-2 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

._3-card_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 235px;
}

._3-card_image.keep-full-image {
  aspect-ratio: 16 / 9;
  height: auto;
}

._3-card_image.align-left {
  object-position: 0% 50%;
}

._3-card_image.white-background {
  background-color: #fff;
}

.button_wrapper {
  margin-top: auto;
  padding-top: .5rem;
}

.section_testimonial {
  background-image: url('../images/Section.svg');
  background-position: 50%;
  background-size: cover;
}

.video_player {
  z-index: 2;
  border-radius: 45px;
  width: 100%;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial11_rating-wrapper {
  display: flex;
}

._3-card_tag {
  background-color: #ffdc13;
  border-top-left-radius: 1rem;
  padding: .5rem 1rem .25rem;
  line-height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-style-h2-2 {
  letter-spacing: -.0625rem;
  font-size: 3.25rem;
  line-height: 4rem;
}

.sidebar-container {
  z-index: 100;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 40px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.s1 {
  object-fit: fill;
  background-color: #1f296e;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.white {
  background-color: #fff6;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  display: none;
  position: absolute;
  top: auto;
}

.sidebar-wrapper {
  background-color: #fff0;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: auto;
  margin-right: 20px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  top: 100px;
}

.heading-style-h5-2 {
  letter-spacing: -.025rem;
  font-size: 2rem;
  line-height: 2.5rem;
}

.heading-style-h5-2.text-weight-normal.text-color-golden {
  color: #c8a247;
}

.link {
  color: #a2d3f3;
  text-align: center;
  border: 2px solid #a2d3f300;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: flex;
}

.link:hover {
  border-color: #a2d3f380;
}

.link.w--current {
  border-color: #a2d3f3;
}

.link.top {
  margin-top: 30px;
  transition: color .525s;
}

.hero-temp-title {
  text-align: right;
  margin-top: -20%;
  margin-left: auto;
}

.hero-temp-title.bot {
  text-align: left;
  margin-top: 0%;
}

.hero-temp-title.bot._2-2.certifier {
  width: 55%;
  transform-style: preserve-3d;
  transform: translate3d(-147px, -88px, 20px);
}

.hero-temp-title.bot._2-1 {
  box-sizing: content-box;
  margin-right: 6%;
}

.hero-temp-title.bot._2-1.testing {
  transform: translate(-43px, -83px);
}

.hero-temp-title.bot._2-1.observer-text-wrapper {
  transform: translate(47px, -124px);
}

.hero-temp-title.bot._2-3.aniciper-text {
  transform-style: preserve-3d;
  transform: translate(-133px, -88px);
}

.hero-temp-title.bot._1-1.alternance-text-position {
  transform: translate(-44%, -98%);
}

.hero-temp-title.bot._1-2.competences-text-position {
  transform: translate(-79px, -92px);
}

.hero-temp-title.bot._1-3.contre-text-position {
  flex-flow: column;
  margin-right: auto;
  display: flex;
  transform: translate(-47px, -88px);
}

.hero-temp-title.bot._3-1 {
  margin-right: 12%;
}

.hero-temp-title.bot._3-1.equipes-text-position {
  transform: translate(-38px, -92px);
}

.hero-temp-title.bot._3-2 {
  margin-right: 12%;
}

.hero-temp-title.bot._3-2.accelerer-text-postion {
  transform: translate(20px, -97px);
}

.hero-temp-title.bot._3-3 {
  margin-right: 12%;
}

.hero-temp-title.bot._3-3.oeuvrer-text-position {
  transform: translate(88px, -92px);
}

.hero-temp-title.top {
  margin-top: 0%;
  margin-left: 0;
}

.hero-temp-title.top.observer-1 {
  margin-left: 14%;
}

.hero-temp-title.top._2-2, .hero-temp-title.top.certifi {
  text-align: left;
}

.hero-temp-title.top._2-1 {
  margin-left: 30%;
}

.hero-temp-title.top._2-3, .hero-temp-title.top._1-1, .hero-temp-title.top._1-2 {
  text-align: left;
}

.hero-temp-title.top._1-3 {
  text-align: left;
  margin-left: 20%;
}

.hero-temp-title.top._3-1 {
  text-align: left;
  margin-left: 13%;
}

.hero-temp-title.top._3-2 {
  text-align: left;
  margin-left: 22%;
}

.hero-temp-title.top._3-3 {
  text-align: left;
  margin-left: 28%;
}

.title-wrapper {
  color: #20296e;
  text-align: center;
  margin-bottom: 2rem;
}

.slider-hub {
  background-color: #ddd0;
  width: 100%;
  display: none;
}

.slide-nav {
  display: none;
}

.hub-arrow {
  background-color: #1b1c38;
  border-radius: 4rem;
  width: 3rem;
  height: 3rem;
}

.hub-arrow.left {
  left: -2%;
}

.hub-arrow.right {
  right: -2%;
}

.hub-arrow.card.left._3, .hub-arrow.card.left._2, .hub-arrow.card.right._3, .hub-arrow.card.right._2 {
  display: none;
}

.hub-arrow_icon {
  font-size: 1.5rem;
  line-height: 100%;
}

.modal-bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  margin-right: 0;
  display: flex;
  position: sticky;
  top: -2rem;
}

.close-btn-w.for-scroll {
  background-color: #f5efef00;
  margin-left: -5.5rem;
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  display: flex;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.modal-popup {
  z-index: 2500;
  background-color: #29282866;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-popup._2 {
  display: none;
}

.modal-popup._1 {
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  inset: auto 0%;
  overflow: visible;
}

.modal-popup._3, .modal-popup._4, .modal-popup._5, .modal-popup._6, .modal-popup._7, .modal-popup.s-lexion, .modal-popup._8, .modal-popup.les-entreprises, .modal-popup.transition, .modal-popup.transitions, .modal-popup.regards, .modal-popup.demains, .modal-popup.plate, .modal-popup.refonte, .modal-popup.tous, .modal-popup.les, .modal-popup.aller, .modal-popup.ouvrir, .modal-popup.faire, .modal-popup.equipes-1 {
  display: none;
}

.modal-popup.equipes-1.testing {
  display: block;
}

.modal-popup.equipes-2, .modal-popup.equipes-3, .modal-popup.equipes-4, .modal-popup.equipes-5, .modal-popup.temps-forts-1, .modal-popup.temps-forts-2, .modal-popup.temps-forts-3, .modal-popup.temps-forts-4 {
  display: none;
}

.modal-popup.temps-forts-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.modal-popup.temps-forts-6, .modal-popup.temps-forts-7, .modal-popup.temps-forts-8, .modal-popup.temps-forts-9, .modal-popup.temps-forts-10, .modal-popup.temps-forts-11, .modal-popup.temps-forts-12, .modal-popup.temps-forts-13, .modal-popup.temps-forts-14, .modal-popup.temps-forts-15, .modal-popup.temps-forts-16, .modal-popup.temps-forts-17, .modal-popup.temps-forts-18, .modal-popup.temps-forts-19, .modal-popup.temps-forts-20, .modal-popup._9, .modal-popup._10, .modal-popup._11, .modal-popup.equipes-6, .modal-popup.equipes-7, .modal-popup.anticiper-6, .modal-popup.anticiper-7, .modal-popup.anticiper-8 {
  display: none;
}

.modal-scroll-content-w {
  color: #181818;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  font-size: 16px;
  line-height: 120%;
  overflow: hidden;
}

.video_player-image {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.modal-scroll {
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  width: 100%;
  height: 90%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.close-btn-line {
  background-color: #1f296e;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  transform: rotate(-45deg);
}

.modal-w-scroll {
  z-index: 10;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  max-width: 650px;
  height: 100%;
  margin: auto;
  display: flex;
  overflow: hidden;
}

.hero-decor_inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.section-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a2d3f3;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-decor-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  vertical-align: text-bottom;
  background-color: #fff;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 16px 1px #0003;
}

.hero-decor-2._3 {
  color: #111;
  justify-content: flex-start;
  align-items: center;
  inset: auto auto -4% 9%;
}

.section-slide-image {
  width: 20%;
  margin-top: 8rem;
  margin-right: 30rem;
}

.hero-decor-text {
  font-size: 16px;
}

.hero-decor-text.top {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.hero-decor-text.bot {
  margin-top: 4px;
  font-size: 12px;
}

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

.max-width-80 {
  width: 80%;
}

.block-quote {
  background-image: url('../images/“.svg'), url('../images/“.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 50px 30px, 50px 30px;
  border-left-width: 0;
  margin-top: 1.5rem;
  padding: 40px 2rem 18px 0;
  font-weight: 700;
}

.modal-content_wrapper {
  height: 100%;
  overflow: auto;
}

.modal-content_wrapper.home {
  overflow: scroll;
}

.modal-image {
  aspect-ratio: auto;
  object-fit: cover;
  min-width: 160px;
  max-width: 160px;
  min-height: 150px;
  max-height: 150px;
}

.modal-image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 170px;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center start;
  margin-bottom: 2rem;
  display: grid;
}

.modal-name {
  font-size: 29.74px;
  font-weight: 700;
  line-height: 100%;
}

.modal-role {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.modal-name-dicor {
  position: absolute;
  inset: auto 40% 0% auto;
}

.modal-name-dicor._2 {
  right: 29%;
}

.modal-name_wrapper {
  width: 100%;
  height: 100%;
  color: var(--1f296e);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.text-block {
  font-family: Changa One, Impact, sans-serif;
  font-size: 50px;
}

.italic-text {
  color: #1f296e;
}

.paragraph {
  font-size: 16px;
  line-height: 130%;
}

.paragraph-5, .paragraph-6 {
  color: #181818;
  font-size: 16px;
  line-height: 130%;
}

.container-3 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.paragraph-7 {
  font-size: 16px;
  line-height: 130%;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.paragraph-8 {
  font-size: 16px;
  line-height: 130%;
}

.code-embed {
  height: 100svh;
  margin-top: 0;
  margin-bottom: 0;
}

.play-pause-button {
  inset: 0%;
}

.small {
  font-size: 18px;
}

.play-state {
  width: 6rem;
  height: 6rem;
}

.slider-card {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.pause-state {
  width: 6rem;
  height: 6rem;
}

.mask-card {
  padding-bottom: 1rem;
}

.video-btn {
  width: 85px;
  height: 85px;
}

.slide-card {
  width: 33.36%;
  height: 100%;
  padding-right: 12px;
}

.slide-card.faits {
  border-radius: 1rem;
  width: 35%;
  height: 100%;
  margin-right: 12px;
  padding-right: 0;
  overflow: hidden;
}

.slide-nav--card {
  display: none;
}

.home-section {
  background-color: #1f296e;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.video-placeholder_image {
  width: 100%;
}

.video-placeholder_image_icon {
  margin: auto;
  position: absolute;
  inset: 0%;
}

.home-card-text {
  color: var(--1f296e);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}

.home-card-text.hide {
  font-size: 28px;
  display: block;
}

.des-item-slider {
  background-color: #f5f5f5;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: static;
}

.des-item-slider.white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #4c4c4c;
  background-color: #f5f5f5;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  min-width: 36%;
  height: auto;
  padding: 1.5rem 2rem 1rem;
  display: flex;
  position: relative;
}

.des-item-slider.white.du {
  min-width: 30%;
  padding-bottom: 4rem;
}

.slider-mobile {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.tabs-modal {
  background-color: #fff;
  height: 90%;
  overflow: visible;
}

.tabs-modal_menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.tabs-modal_content {
  height: 100%;
  margin-top: 2rem;
  display: block;
  overflow: hidden;
}

.grid-w {
  flex-wrap: wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.tabs-modal-link {
  border: 1px solid var(--1f296e);
  color: var(--1f296e);
  background-color: #ddd0;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 11px 12px 8px;
  font-size: 16px;
  display: flex;
}

.tabs-modal-link.w--current {
  background-color: #a2d3f3;
}

.nav-link-back {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #a2d3f3;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  font-size: 12px;
  line-height: 100%;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.nav-link-back:hover {
  opacity: .54;
}

.flinch-logo {
  color: #4353ff;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8125rem;
  height: .8125rem;
  display: flex;
}

.svg-arc {
  z-index: 100;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.svg-arc.observer-1 {
  margin-top: -3%;
  margin-bottom: -13%;
  margin-left: 15%;
}

.svg-arc.observer-1.mobile, .svg-arc.mobile {
  display: none;
}

.svg-arc._1-3 {
  padding-right: 10%;
}

.svg-arc._1-3.testing {
  transform: rotate(-1deg)translate(29px, -34px);
}

.svg-arc._1-3.certifier {
  transform-style: preserve-3d;
  transform: translate(-83px, 20px)rotateX(4deg)rotateY(-42deg)rotateZ(-1deg);
}

.svg-arc._1-3.equipes {
  transform: translate(11%, 20px);
}

.svg-arc._1-3.accelerer {
  transform: translate(52px, 25px);
}

.svg-arc._1-3.oeuvrer {
  transform: translate(50%, 10%);
}

.svg-arc._1-3.temps {
  transform: translate(79px, 29px);
}

.svg-arc._1-3.contre {
  margin-top: -15%;
  margin-left: -20%;
  transform: translate(8%, 11%);
}

.svg-arc.observer {
  transform-style: preserve-3d;
  transform: translate(147px);
}

.svg-arc.anticiper {
  transform: translate(-52px, 25px);
}

.svg-arc.alternace {
  transform: none;
}

.svg-arc.competences {
  transform: translate(-11px, 25px);
}

.card-w {
  background-color: #fff;
  border: 1px solid #f4f4f3;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.svg-wrapper {
  align-self: auto;
  height: 300px;
  margin-bottom: -12%;
  transform: none;
}

.swiper-slide-2 {
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 20rem;
  height: 100%;
  display: flex;
}

.swiper-button-prev {
  background-color: #f2efe8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.brandname-w {
  text-align: center;
  padding-top: 5rem;
  font-size: .9375rem;
  font-weight: 500;
}

.swiper-button-next {
  background-color: #f2efe8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.bas-llink {
  color: #292827;
}

.slide-wrapper {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.card__tech-txt {
  color: #c173ec;
  font-size: .875rem;
  font-weight: 600;
}

.controls-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.flinch-link-w {
  width: 4.7rem;
  margin-left: .375rem;
  display: inline-block;
}

.swiper-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.modal-wrapper {
  background-color: #fcfbf7;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.swiper-component {
  justify-content: center;
  align-items: center;
  width: 65%;
  display: flex;
}

.x-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.swiper-pagination {
  margin-bottom: .5rem;
}

.grid__col {
  width: 33.3333%;
  padding: .5rem;
}

.des-item-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 33%;
  margin-right: 1rem;
  display: flex;
}

.des-item-2.white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #4c4c4c;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  height: auto;
  min-height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 1rem;
  display: flex;
}

.des-item-2.left-item {
  max-width: 35%;
}

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

.text-size-medium-4 {
  font-size: 18px;
  line-height: 27px;
}

.slider_component {
  background-color: #0000;
  height: 100vh;
  max-height: 25rem;
  padding-bottom: 0;
  padding-left: .875rem;
  padding-right: .875rem;
}

.slider_component:where(.w-variant-c26f5c4f-35fe-8ba1-8155-6da83d9fa44f) {
  max-height: 38rem;
}

.slider_component:where(.w-variant-5ea55cfc-8211-5e01-c084-077be8d5ac13) {
  max-height: 30rem;
}

.slider_component:where(.w-variant-998047ac-b261-516b-5515-bfcc56f6e04d) {
  max-height: 38rem;
}

.slider_mask {
  width: 35%;
  height: 100%;
  padding-right: 10%;
  overflow: visible;
}

.slider_slide {
  width: auto;
  min-width: 100%;
  height: 100%;
  margin-left: .85rem;
  margin-right: .85rem;
  padding-left: 0;
  padding-right: 0;
}

.slider_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.slider_arrow.hide-mobile-landscape {
  background-image: linear-gradient(to bottom, var(--1f296e), var(--1f296e));
  transition: background-color .2s;
}

.slider_arrow.hide-mobile-landscape:hover {
  background-image: linear-gradient(#ffde14, #ffde14);
}

.slider_arrow.hide-mobile-landscape.right {
  right: 10px;
}

.slider_arrow.hide-mobile-landscape.left {
  left: 10px;
}

.slider3_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider3_arrow-icon.icon-1x1-large {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  position: absolute;
  inset: 0% auto;
}

.slider3_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.link-2 {
  color: #1f296e;
}

.italic-text-3, .italic-text-4 {
  color: #1f296e;
  font-size: 20px;
  font-weight: 700;
}

.icon-embed-xxsmall {
  width: 1.5rem;
  height: 2rem;
  color: var(--1f296e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination {
  justify-content: flex-end;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.pagination_page-button {
  border-radius: 30px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.pagination_page-button:hover {
  background-color: #ffdc13;
}

.pagination_page-button.w--current {
  background-color: #ffdc13;
  margin-left: .5rem;
  margin-right: .5rem;
}

.show-mobile-landscape {
  display: none;
}

.pagination_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.pagination_button:hover {
  background-image: linear-gradient(#ffdc13, #ffdc13);
  border-width: 0;
}

.pagination_button.is-previous {
  border-style: none;
  border-width: 0;
  transition: background-color .2s;
}

.pagination_button.is-next {
  border-width: 0;
  transition: background-color .2s;
}

.paragraph-23, .paragraph-24 {
  font-size: 16px;
  line-height: 130%;
}

.slider-2 {
  width: 100%;
  display: none;
}

.paragraph-25 {
  font-size: 16px;
  line-height: 130%;
}

.list {
  line-height: 160%;
}

.swiper-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.tracck-2 {
  background-color: #ff6e59;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  display: block;
  overflow: hidden;
}

.swiper-slide {
  flex: none;
  width: 400px;
  height: 300px;
}

.heading-style-h2-3 {
  letter-spacing: -3px;
  margin-bottom: .75rem;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.heading-style-h2-3.financements {
  text-align: left;
  max-width: 28rem;
}

.text-size-large-3 {
  color: #4c4c4c;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.text-size-large-3.color-light-white {
  opacity: .7;
  color: #fff;
}

.heading-style-h3-4 {
  color: #ff6e59;
  letter-spacing: -1.5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  display: inline-flex;
}

.swiper-4 {
  flex: 1;
  width: 100%;
  overflow: visible;
}

.des_formation--component {
  box-sizing: content-box;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  overflow: visible;
}

.slider-controls {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pagination2_page-button-wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

.slide-content-image {
  object-fit: cover;
  width: 400px;
  height: 200px;
}

.is-paused {
  background-color: #29c142;
}

.pagination2_component {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pagination2_results-count {
  margin-top: auto;
  margin-bottom: auto;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 120%;
}

.pagination2_page-count-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 120%;
}

.italic-text-6 {
  color: #1f296e;
  font-size: 20px;
  font-weight: 700;
}

.italic-text-2 {
  color: #1f296e;
}

.italic-text-5 {
  color: #1f296e;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-4 {
  font-size: 16px;
  line-height: 120%;
}

.slider-content-replace-this-div {
  text-align: center;
  border: 2px dashed #0000001a;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.swiper-3 {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.heading-style-h3-3 {
  color: #ff6e59;
  letter-spacing: -1.5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  display: inline-flex;
}

.swiper-2 {
  flex: 1;
  width: 100%;
  overflow: hidden;
}

.text-size-medium-3 {
  font-size: 18px;
  line-height: 27px;
}

.paragraph-9 {
  font-size: 15px;
  line-height: 130%;
}

.heading-style-h3-2 {
  color: #ff6e59;
  letter-spacing: -1.5px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  display: inline-flex;
}

.paragraph-10, .paragraph-11 {
  font-size: 16px;
  line-height: 130%;
}

.cfc-ctrl {
  background-color: #c14949;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.paragraph-12 {
  font-size: 16px;
  line-height: 130%;
}

.cfc-controls {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.paragraph-13 {
  font-size: 16px;
  line-height: 130%;
}

.home-text-decor {
  color: #a2d3f3;
  position: absolute;
  inset: auto auto 2% 2%;
}

.paragraph-14, .paragraph-15, .paragraph-16 {
  font-size: 16px;
  line-height: 130%;
}

.scroll-card {
  background-color: red;
  width: 400px;
  height: 300px;
}

.scroll-card._2 {
  background-color: #8b5050;
}

.scroll-card._3 {
  background-color: #2e1919;
}

.paragraph-17 {
  font-size: 16px;
  line-height: 130%;
}

.tall-parent {
  height: 300vh;
}

.paragraph-18 {
  font-size: 16px;
  line-height: 130%;
}

.h-track {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
}

.paragraph-19 {
  font-size: 16px;
  line-height: 130%;
}

.sticky-section {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.paragraph-20, .paragraph-22, .paragraph-21 {
  font-size: 16px;
  line-height: 130%;
}

.pagination2_button-wrapper {
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.pagination2_page-button {
  border: 1px solid var(--\<unknown\|relume-variable-transparent\>);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: flex;
}

.pagination2_page-button.w--current {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.pagination2_button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.pagination_btn-text {
  font-size: 18px;
  line-height: 100%;
}

.svg-container {
  margin-left: 25px;
  transform: none;
}

.div-block {
  overflow: hidden;
}

.slider_wrapper {
  background-image: url('../images/Vector-34_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  overflow: hidden;
}

.slider3_component {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.slider3_mask {
  width: 33.33%;
  overflow: visible;
}

.slider3_slide {
  padding-left: .875rem;
  padding-right: .875rem;
}

.slider3_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.slider3_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
}

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

.tab-pane {
  height: 100%;
}

.div-block-2 {
  background-color: #5a2e2e;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.arrow-right {
  background-color: var(--1f296e);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  vertical-align: baseline;
  background-color: #ffde14;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s ease-in-out;
  display: inline-flex;
}

.button-3:hover {
  background-color: #fff6c1;
}

.button-3.nav {
  color: #a2d3f3;
  background-color: #fff0;
  border: 1px solid #a2d3f3;
  margin-right: 1rem;
  padding-bottom: 7px;
  display: inline-flex;
}

.button-3.nav:hover {
  background-color: #a2d3f36b;
}

.button-3.nav.base {
  display: none;
}

.container-4 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1440px;
  min-height: 50vh;
  padding: 3rem;
  display: flex;
  position: relative;
}

.container-4.nav {
  color: #a2d3f3;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.text-size-medium-5 {
  font-size: 16px;
  line-height: 27px;
}

.text-size-medium-5.nav {
  text-align: center;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
  display: block;
  position: static;
  inset: auto auto 0%;
}

.paragraph-26 {
  font-size: 20px;
}

.text-block-4 {
  display: none;
}

.kpi-headding {
  display: inline-flex;
  position: absolute;
  inset: 24% auto auto 5%;
}

.code-embed-2 {
  display: none;
}

.paginations, .pagination-top, .top-pagination-target, .main-pagination {
  justify-content: flex-end;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}

.top-prev {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.top-prev:hover {
  background-image: linear-gradient(#ffdc13, #ffdc13);
  border-width: 0;
}

.top-prev.is-previous {
  border-style: none;
  border-width: 0;
  transition: background-color .2s;
}

.top-prev.is-next {
  border-width: 0;
  transition: background-color .2s;
}

.top-next {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.top-next:hover {
  background-image: linear-gradient(#ffdc13, #ffdc13);
  border-width: 0;
}

.top-next.is-previous {
  border-style: none;
  border-width: 0;
  transition: background-color .2s;
}

.top-next.is-next {
  border-width: 0;
  transition: background-color .2s;
}

.top-page-wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .text-rich-text.popup {
    height: auto;
  }

  .heading-style-h1.section-glid._1 {
    width: 15ch;
  }

  .heading-style-h1.section-glid._4 {
    width: 10ch;
    right: 16%;
  }

  .heading-style-h1.section-glid._10 {
    width: 10ch;
  }

  .heading-style-h1.home-1.desktop {
    top: 14%;
  }

  .heading-style-h1.home-2 {
    bottom: 6%;
  }

  .mask {
    width: 35%;
  }

  .nav-link._1 {
    margin-top: 25%;
  }

  .hero-temp-title.bot._2-2.certifier {
    width: 55%;
    transform: translate3d(-151px, -97px, 20px);
  }

  .hero-temp-title.bot._1-3.contre-text-position {
    margin-right: auto;
  }

  .section-slide-image, .section-slide-image._9 {
    margin-right: 25rem;
  }

  .section-slide-image.first {
    margin-top: 11.5rem;
  }

  .tabs-modal_content {
    max-height: none;
  }

  .swiper-component {
    justify-content: flex-start;
    align-items: center;
    width: 65%;
  }
}

@media screen and (min-width: 1440px) {
  .text-size-medium.padding-right {
    padding-right: 16px;
  }

  .text-size-medium.footer-cta {
    font-size: 16px;
    line-height: 27px;
  }

  .text-rich-text.popup {
    height: auto;
  }

  .heading-style-h1.section-glid._4 {
    width: 10ch;
  }

  .heading-style-h1.section-glid._7, .heading-style-h1.section-glid._9 {
    width: 11ch;
    right: 13%;
  }

  .heading-style-h1.section-glid._10 {
    width: 10ch;
  }

  .kpi-style-h2.numer.sym {
    left: 36%;
  }

  .mask {
    width: 30%;
  }

  .hero-temp-title.bot._2-2.certifier {
    width: 55%;
    transform: translate3d(-156px, -106px, 20px);
  }

  .hero-temp-title.bot._2-1.testing {
    transform: translate(-47px, -70px);
  }

  .hero-temp-title.bot._1-3.contre-text-position {
    margin-right: auto;
  }

  .svg-arc {
    transform: none;
  }

  .svg-arc._1-3.certifier {
    transform: translate(-61px, 16px);
  }

  .svg-arc.observer {
    transform: translate(147px, -2px);
  }

  .swiper-slide-2 {
    justify-content: space-between;
  }

  .swiper-component {
    width: 65%;
    padding-right: 0;
  }

  .slider3_arrow-icon.icon-1x1-large:where(.w-variant-5da70e23-bcf9-87a3-1cd8-1aca1802a91e) {
    margin-left: 0;
    padding-top: 0;
  }

  .slider_wrapper {
    background-image: url('../images/Vector-34_1.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 1920px) {
  .card-item {
    z-index: 1;
  }

  .des-item.white {
    width: auto;
    min-width: 0;
    min-height: 500px;
  }

  .tracck.formation {
    background-position: 100%;
  }

  .heading-style-h1.section-glid._4 {
    width: 10ch;
  }

  .heading-style-h1.section-glid._7, .heading-style-h1.section-glid._9 {
    width: 11ch;
  }

  .kpi-style-h2.numer.counter.section._8 {
    position: static;
  }

  .kpi-style-h2.numer.sym {
    position: static;
    left: 33%;
  }

  .margin-top.margin-small.mobile-show {
    display: none;
  }

  .hero-temp-title.bot._2-2.certifier {
    width: 60%;
    transform: translate3d(-160px, -97px, 20px);
  }

  .modal-bg {
    inset: auto;
  }

  .modal-scroll, .tabs-modal_content {
    height: auto;
  }

  .svg-arc._1-3.certifier {
    width: 100%;
    transform: translate3d(-56px, 29px, -273px);
  }

  .svg-arc.observer {
    transform: translate3d(147px, -2px, -7px);
  }

  .swiper-slide-2 {
    min-width: 20rem;
  }

  .swiper-wrapper-2 {
    align-items: stretch;
  }

  .swiper-component {
    width: 90%;
    padding-right: 10%;
  }

  .slider_component {
    overflow: visible;
  }

  .slider_mask {
    width: 40%;
    padding-right: 0;
  }

  .swiper-4 {
    border-radius: 1rem;
    width: 100%;
  }

  .des_formation--component {
    max-width: 1380px;
    margin-right: auto;
  }

  .swiper-3, .swiper-2 {
    border-radius: 1rem;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .section.slider-footer {
    background-position: 0 0;
    background-size: auto 22%;
  }

  .container {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .wrapper.hero {
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper.feature {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wrapper.gourvernance {
    flex-flow: column;
    display: flex;
  }

  .wrapper.tempsfont {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-top: 2rem;
    display: flex;
  }

  .footer-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .content_wrapper.hero-alter-title {
    flex-flow: column;
    width: 100%;
  }

  .content_wrapper.hero-alter-title.mod {
    justify-content: center;
    align-items: center;
  }

  .content_wrapper.hero-alter.temps {
    padding-right: 0%;
  }

  .image.temp {
    object-fit: contain;
    width: 45%;
    height: auto;
    margin: -5% auto -10%;
    position: relative;
    left: -19px;
  }

  .card-item.notre {
    height: 100%;
  }

  .card-item.acc {
    grid-template-rows: min-content;
    place-items: center start;
  }

  .card-image.hub {
    height: 25rem;
  }

  .card_wrapper.hero {
    height: 450px;
  }

  .card_wrapper.notre {
    grid-template-columns: 1fr;
  }

  .camera1 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .button-2 {
    padding: .5rem 1rem;
  }

  .button-2.is-third.mobile-show {
    display: flex;
  }

  .button-2.is-third.mobile-hide, .button-2.is-third.mobile-show {
    display: none;
  }

  .button-2.is-third.mobile-hide {
    display: flex;
  }

  .heading-style-h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-style-h2.les-temps {
    font-size: 60px;
  }

  .heading-style-h2.les-temps.bot.temps-text-position {
    transform: translate(-200%, -2%);
  }

  .heading-style-h2.donner, .heading-style-h2.certifications, .heading-style-h2.lutte, .heading-style-h2.du-besoin {
    font-size: 60px;
  }

  .des-item {
    justify-content: space-between;
    align-items: center;
    margin-left: 1rem;
  }

  .des-item.white {
    height: 100%;
    margin-left: 0;
  }

  .des-item.white.du {
    min-width: 40%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-large {
    font-size: 16px;
  }

  .text-size-large.kpi {
    width: auto;
  }

  .frame {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding: 1rem 0;
    display: block;
  }

  .frame.desktop {
    display: flex;
  }

  .text-size-medium {
    font-size: 14px;
    line-height: 150%;
  }

  .text-size-medium.hub {
    width: auto;
    margin-bottom: 0;
  }

  .wrapper-des-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-self: flex-start;
    height: 430px;
    padding: 0 10px 0 1rem;
    overflow: scroll;
  }

  .tracck.formation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-content-footer {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-rich-text.popup h2 {
    color: #1f296e;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 46px;
    line-height: 125%;
  }

  .heading-style-h1.section-glid {
    bottom: 30%;
    right: 9%;
  }

  .heading-style-h1.section-glid._1 {
    width: 12ch;
    bottom: 0;
    right: 10%;
  }

  .heading-style-h1.section-glid._1._7 {
    width: auto;
    line-height: 100%;
  }

  .heading-style-h1.section-glid._4 {
    right: 9%;
  }

  .heading-style-h1.section-glid._7 {
    width: 10ch;
  }

  .heading-style-h1.section-glid._10 {
    bottom: 25%;
    right: 10%;
  }

  .heading-style-h1.home-1 {
    font-size: 48px;
  }

  .heading-style-h1.home-2 {
    font-size: 48px;
    bottom: 3%;
  }

  .kpi-style-h2.numer.counter {
    font-size: 46px;
  }

  .kpi-style-h2.numer.counter.section._2 {
    left: 5%;
  }

  .kpi-style-h2.numer.counter.section._1._7 {
    top: 20%;
    left: 5%;
  }

  .kpi-style-h2.numer.sym {
    left: 24%;
  }

  .kpi-style-h2.symble {
    font-size: 38px;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .spacer-large {
    padding-top: 3rem;
  }

  .container-large {
    position: relative;
  }

  .container-large.stat {
    text-align: center;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

  .main-wrapper {
    position: relative;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small {
    display: block;
  }

  .margin-top.margin-small.mobile-show {
    display: none;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-huge {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    width: 100%;
  }

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

  .content-wrapper.stat._3x3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider-arrow {
    right: 12%;
  }

  .slider-arrow.next {
    right: 4%;
  }

  .slider-arrow.acc {
    display: flex;
  }

  .text-size-large-2 {
    font-size: 16px;
  }

  .mask {
    width: 40%;
  }

  .mask.accompagner {
    width: 75%;
  }

  .slider {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .section_stat {
    height: auto;
  }

  .testimonial_component {
    width: 90%;
  }

  .nav-items {
    width: 100vw;
    overflow: auto;
  }

  .nav-link {
    line-height: 125%;
  }

  .hub-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    display: flex;
  }

  .accompagner_wrapper {
    flex-flow: column;
    display: flex;
  }

  .padding-section-large-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero-decor._2 {
    margin-top: -30px;
  }

  .hero-title_wrapper.hub {
    width: 50%;
    margin-left: 0%;
  }

  ._3-card_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  ._3-card-item {
    width: auto;
  }

  ._3-card-item.padding-0 {
    height: 100%;
  }

  ._3-card-text_wrapper {
    padding: 1rem;
  }

  ._3-card_image {
    object-position: 0% 50%;
  }

  .video_player {
    max-width: none;
  }

  .hero-temp-title {
    margin-top: 0%;
  }

  .hero-temp-title.bot._2-2.certifier {
    width: auto;
    transform: translate3d(-113%, 7px, 20px);
  }

  .hero-temp-title.bot._2-1 {
    margin-right: 32%;
  }

  .hero-temp-title.bot._2-1.observer-text-wrapper {
    transform: none;
  }

  .hero-temp-title.bot._2-3 {
    margin-right: 26%;
  }

  .hero-temp-title.bot._2-3.aniciper-text {
    transform: translate3d(-83px, -7px, 2px);
  }

  .hero-temp-title.bot._1-1 {
    margin-right: 26%;
  }

  .hero-temp-title.bot._1-1.alternance-text-position {
    transform: translate(-14%, 11%);
  }

  .hero-temp-title.bot._1-2 {
    margin-right: 26%;
  }

  .hero-temp-title.bot._1-2.competences-text-position {
    transform: translate(-38px, 11px);
  }

  .hero-temp-title.bot._1-3 {
    margin-right: 26%;
  }

  .hero-temp-title.bot._1-3.contre-text-position {
    margin-top: 4%;
    padding-left: 40px;
    transform: translate(-47px, -2px);
  }

  .hero-temp-title.bot._1-3.contre-text-position.certifier {
    margin-top: 0%;
  }

  .hero-temp-title.bot._3-1 {
    margin-right: 33%;
  }

  .hero-temp-title.bot._3-1.equipes-text-position {
    transform: translate(-38px, 16px);
  }

  .hero-temp-title.bot._3-2 {
    margin-right: 33%;
  }

  .hero-temp-title.bot._3-2.accelerer-text-postion {
    transform: translate(-34px, 11px);
  }

  .hero-temp-title.bot._3-3 {
    margin-right: 33%;
  }

  .hero-temp-title.bot._3-3.oeuvrer-text-position {
    transform: translate(-2px, 7px);
  }

  .hero-temp-title.top.observer-1 {
    margin-left: 25%;
  }

  .hero-temp-title.top._2-1 {
    align-self: center;
    margin-left: 0%;
  }

  .hero-temp-title.top._2-3 {
    margin-left: 44%;
  }

  .hero-temp-title.top._1-1 {
    margin-left: 34%;
  }

  .hero-temp-title.top._1-2 {
    margin-left: 30%;
  }

  .hero-temp-title.top._1-3 {
    margin-left: 39%;
  }

  .hero-temp-title.top._3-1 {
    margin-left: 36%;
  }

  .hero-temp-title.top._3-2 {
    margin-left: 43%;
  }

  .hero-temp-title.top._3-3 {
    margin-left: 46%;
  }

  .hub-arrow.card.left._3, .hub-arrow.card.right._3 {
    display: block;
  }

  .modal-bg {
    inset: 0% 0% auto;
  }

  .modal-popup {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-popup.plate, .modal-popup.refonte, .modal-popup.tous, .modal-popup.equipes-1, .modal-popup.equipes-2, .modal-popup.equipes-3, .modal-popup.equipes-4, .modal-popup.equipes-5 {
    display: none;
  }

  .modal-scroll-content-w {
    overflow: auto;
  }

  .section-slide {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .hero-decor-2._3 {
    bottom: -15%;
  }

  .section-slide-image {
    margin-top: 5rem;
    margin-right: 35rem;
  }

  .section-slide-image._2 {
    margin-right: 20rem;
  }

  .block-quote {
    margin-top: 1.5rem;
  }

  .slide-card {
    width: 51%;
  }

  .slide-card.faits {
    height: auto;
  }

  .slide-nav--card {
    display: none;
  }

  .des-item-slider {
    background-color: #fff;
  }

  .des-item-slider.white {
    width: 100%;
    min-width: 40vw;
    min-height: 250px;
    margin-right: 0;
  }

  .des-item-slider.white.du {
    min-width: 40%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .tabs-modal._1, .tabs-modal_content {
    overflow: auto;
  }

  .nav-link-back {
    margin-top: 4rem;
  }

  .svg-arc {
    display: none;
  }

  .svg-arc.observer-1 {
    margin-top: -8%;
    margin-left: 20%;
    display: none;
  }

  .svg-arc.observer-1.mobile {
    display: block;
  }

  .svg-arc.mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: -10%;
    padding-right: 0;
    display: flex;
    transform: none;
  }

  .svg-wrapper {
    width: 56.2256%;
    margin-bottom: -11%;
    margin-left: 10px;
    transform: none;
  }

  .swiper-component {
    width: 60%;
  }

  .des-item-2.white {
    width: 80%;
    min-width: 20rem;
    margin-right: 0;
  }

  .text-size-medium-4 {
    font-size: 14px;
    line-height: 150%;
  }

  .slider_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_mask {
    width: 50%;
  }

  .slider_slide:where(.w-variant-5da70e23-bcf9-87a3-1cd8-1aca1802a91e) {
    margin-bottom: 2rem;
  }

  .slider3_arrow-icon.icon-1x1-large {
    padding-top: 0;
  }

  .heading-style-h2-3 {
    font-size: 40px;
    line-height: 48px;
  }

  .text-size-large-3 {
    font-size: 16px;
  }

  .text-size-medium-3 {
    font-size: 14px;
    line-height: 150%;
  }

  .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
    font-size: 16px;
    line-height: 130%;
  }

  .slider_wrapper {
    background-position: 50%;
    background-size: auto;
    width: 100%;
  }

  .slider3_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slider3_mask {
    width: 100%;
  }

  .slider3_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .button-3.nav {
    margin-right: 0;
  }

  .container-4 {
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-4.nav {
    grid-column-gap: 1.5%;
    grid-row-gap: 1.5%;
    align-items: center;
  }

  .text-size-medium-5 {
    font-size: 14px;
    line-height: 150%;
  }
}

@media screen and (max-width: 767px) {
  .section.slider-footer {
    background-size: auto 15%;
  }

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

  .container.chiffres._3-columns {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wrapper.feature {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wrapper.gourvernance {
    flex-flow: column;
    display: flex;
  }

  .wrapper.hero-alter {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wrapper.tempsfont {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .wrapper.cliff {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo {
    margin-right: auto;
  }

  .logo.w--current {
    padding-left: 0;
  }

  .content_wrapper.gourvernance-title.max-width-500 {
    width: 550px;
  }

  .content_wrapper.hero-alter-title {
    width: 100%;
  }

  .content_wrapper.hero-alter-title.mod {
    justify-content: center;
    align-items: center;
  }

  .image.temp {
    width: 45%;
    position: relative;
    left: -70px;
  }

  .card-item {
    grid-template-columns: 1fr 1fr;
  }

  .card_wrapper.hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .card_wrapper.notre {
    grid-template-columns: 1fr;
  }

  .camera1 {
    background-position: 50% 125%;
    background-size: 60%;
  }

  .button-2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .button-2.is-third.mobile-show {
    margin-top: 63px;
    display: flex;
  }

  .button-2.is-third.mobile-hide {
    display: none;
  }

  .heading-style-h2 {
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-style-h2.left.minus-margin-up {
    font-size: 50px;
  }

  .heading-style-h2.les-temps {
    width: auto;
    font-size: 46px;
  }

  .heading-style-h2.les-temps.bot.temps-text-position {
    transform: translate(-200%, -2%);
  }

  .heading-style-h2.minus-margin-down {
    font-size: 50px;
  }

  .heading-style-h2.tem {
    font-size: 40px;
  }

  .heading-style-h2.donner, .heading-style-h2.certifications, .heading-style-h2.lutte, .heading-style-h2.du-besoin {
    width: auto;
    font-size: 46px;
  }

  .des-item.white {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .des-item.white:where(.w-variant-5ea55cfc-8211-5e01-c084-077be8d5ac13) {
    height: 100%;
  }

  .des-item.white:where(.w-variant-5da70e23-bcf9-87a3-1cd8-1aca1802a91e) {
    min-width: auto;
  }

  .text-size-large {
    font-size: 16px;
    line-height: 24px;
  }

  .button-group {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .button-group.hero {
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
  }

  .heading-style-h3 {
    font-size: 28px;
    line-height: 125%;
  }

  .heading-style-h3.card {
    font-size: 24px;
  }

  .text-size-medium.nav {
    display: none;
  }

  .wrapper-des-item {
    height: 100%;
    padding-top: 0;
  }

  .card-content-footer {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-rich-text.scroll:where(.w-variant-5ea55cfc-8211-5e01-c084-077be8d5ac13) {
    height: 100%;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 44px;
  }

  .heading-style-h1.section-glid {
    bottom: 35%;
  }

  .heading-style-h1.section-glid._1 {
    text-align: right;
    width: 15ch;
    font-family: Codecwarm News, Arial, sans-serif;
    line-height: 50px;
    right: 14%;
  }

  .heading-style-h1.section-glid._1._9 {
    width: auto;
  }

  .heading-style-h1.section-glid._2 {
    text-align: right;
    right: 14%;
  }

  .heading-style-h1.section-glid._3 {
    text-align: right;
    font-family: Codecwarm News, Arial, sans-serif;
    right: 14%;
  }

  .heading-style-h1.section-glid._4, .heading-style-h1.section-glid._5 {
    text-align: right;
    font-family: Codecwarm News, Arial, sans-serif;
  }

  .heading-style-h1.section-glid._6, .heading-style-h1.section-glid._7 {
    font-family: Codecwarm News, Arial, sans-serif;
  }

  .heading-style-h1.section-glid._8, .heading-style-h1.section-glid._9 {
    text-align: right;
    font-family: Codecwarm News, Arial, sans-serif;
  }

  .heading-style-h1.section-glid._10 {
    text-align: right;
    font-family: Codecwarm News, Arial, sans-serif;
    bottom: 22%;
    right: 14%;
  }

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

  .kpi-style-h2 {
    font-size: 2rem;
  }

  .kpi-style-h2.numer {
    font-size: 40px;
    line-height: 125%;
  }

  .kpi-style-h2.numer.counter {
    margin-bottom: 8px;
    line-height: 100%;
  }

  .kpi-style-h2.numer.counter.section {
    font-size: 125px;
    top: 20vh;
  }

  .kpi-style-h2.numer.counter.section._1 {
    margin-right: 8%;
    overflow: visible;
  }

  .kpi-style-h2.numer.counter.section._1._7 {
    top: 10%;
  }

  .kpi-style-h2.numer.counter.section._3 {
    margin-bottom: 0;
  }

  .kpi-style-h2.numer.sym {
    top: 18vh;
    left: 35%;
  }

  .kpi-style-h2.symble {
    margin-bottom: 7px;
  }

  .kpi-style-h2.symble.text {
    margin-bottom: 5px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-size-small:visited {
    color: #828282;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular {
    font-size: 15px;
    line-height: 20px;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h5 {
    line-height: 110%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-small.mobile-hide {
    display: none;
  }

  .margin-top.margin-small.mobile-show {
    display: block;
  }

  .text-size-largexx {
    font-size: 24px;
    line-height: 32px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-tiny {
    font-size: 14px;
  }

  .text-size-tiny.text-align-center.max-width-large {
    font-size: 12px;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-huge {
    padding: 2rem 3.5rem;
  }

  .padding-huge.hp {
    display: none;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .content-wrapper.stat._3x3 {
    grid-template-columns: 1fr;
  }

  .star-number_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .slider-arrow.next {
    right: 0%;
  }

  .text-size-large-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .mask {
    width: 65%;
  }

  .mask.accompagner {
    width: 75%;
  }

  .slider {
    padding-top: 1.5rem;
  }

  .slider.accompagner {
    margin-left: auto;
  }

  .padding-section-large-7 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h4 {
    font-size: 28px;
    line-height: 125%;
  }

  .testimonial11_client-info {
    margin-bottom: 1rem;
  }

  .hero-decor._1 {
    right: -40%;
  }

  .hero-decor._2 {
    width: 212px;
  }

  .hero-decor._2.hub {
    width: 30%;
  }

  .divider-vertical {
    display: none;
  }

  .testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  ._3-card_wrapper.blog {
    grid-template-columns: 1fr 1fr;
  }

  ._3-card-item.padding-0 {
    height: 100%;
  }

  ._3-card-text_wrapper {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .video_player {
    margin-top: 0;
  }

  ._3-card_tag {
    font-size: 12px;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .s1.c3, .s1.c1 {
    overflow: visible;
  }

  .heading-style-h5-2 {
    font-size: .875rem;
  }

  .link {
    height: 1.25rem;
  }

  .hero-temp-title.bot._2-2.certifier {
    width: 54.9909%;
    transform: translate3d(-74%, -11px, 20px);
  }

  .hero-temp-title.bot._2-3.aniciper-text {
    margin-top: -4%;
    margin-left: 20%;
    margin-right: 0;
    transform: translate3d(-61px, 2px, 2px);
  }

  .hero-temp-title.bot._1-1.alternance-text-position {
    transform: translate(26%, 26%);
  }

  .hero-temp-title.bot._1-2 {
    margin-right: 23%;
  }

  .hero-temp-title.bot._1-2.competences-text-position {
    transform: translate(61px, 11px);
  }

  .hero-temp-title.bot._1-3 {
    margin-right: 23%;
  }

  .hero-temp-title.bot._1-3.contre-text-position {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    transform: translate(74px, 2px);
  }

  .hero-temp-title.bot._1-3.contre-text-position.accelerer {
    margin-top: 0%;
    margin-left: 20%;
  }

  .hero-temp-title.bot._1-3.contre-text-position.obderver {
    margin-left: auto;
  }

  .hero-temp-title.bot._1-3.contre-text-position.certifier {
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
    transform: none;
  }

  .hero-temp-title.bot._3-1 {
    margin-right: 32%;
  }

  .hero-temp-title.bot._3-1.equipes-text-position {
    transform: translate(7px, 2px);
  }

  .hero-temp-title.bot._3-2 {
    margin-right: 32%;
  }

  .hero-temp-title.bot._3-2.accelerer-text-postion {
    margin-top: -5%;
    margin-right: 27%;
  }

  .hero-temp-title.bot._3-3 {
    margin-right: 32%;
  }

  .hero-temp-title.top._3-1 {
    margin-left: 33%;
  }

  .hero-temp-title.top._3-2 {
    margin-left: 43%;
  }

  .hero-temp-title.top._3-3 {
    margin-left: 47%;
  }

  .modal-popup.equipes-1 {
    height: 100%;
  }

  .modal-popup.equipes-5 {
    display: none;
  }

  .modal-scroll-content-w {
    padding: 2rem;
  }

  .video_player-image {
    width: 100%;
  }

  .modal-w-scroll {
    margin-bottom: 0;
  }

  .section-slide {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .hero-decor-2._3 {
    left: 8%;
  }

  .section-slide-image {
    width: 25%;
    margin-top: 13rem;
    margin-left: .5rem;
    margin-right: auto;
  }

  .section-slide-image._2 {
    margin-top: 8rem;
  }

  .section-slide-image._3 {
    margin-top: 6rem;
  }

  .section-slide-image._7 {
    width: 20%;
    margin-top: -10rem;
  }

  .section-slide-image._9 {
    margin-top: 0;
  }

  .section-slide-image._10 {
    margin-top: .5rem;
  }

  .modal-content_wrapper {
    height: 500px;
    margin-bottom: 50px;
  }

  .slide-card.faits {
    height: 100%;
  }

  .home-card-text.hide {
    font-size: 24px;
    line-height: 100%;
  }

  .des-item-slider {
    background-color: #fff;
  }

  .des-item-slider.white {
    min-width: 45%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-link-back {
    margin-top: 3rem;
  }

  .svg-arc.mobile {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    transform: none;
  }

  .svg-arc.mobile.observer-mobile {
    transform: translate(62%, 11px);
  }

  .svg-arc.mobile.voir-loin {
    transform: none;
  }

  .svg-arc.mobile.anticiper {
    width: 100%;
    height: 90%;
    margin-left: -10%;
  }

  .svg-wrapper {
    width: 90%;
  }

  .swiper-button-prev, .swiper-button-next {
    display: none;
  }

  .swiper-wrapper-2 {
    overflow: visible;
  }

  .modal-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .swiper-component {
    width: 100%;
    margin-left: -.5rem;
    display: block;
  }

  .grid__col {
    width: 100%;
  }

  .des-item-2.white {
    width: 100%;
    min-width: 45%;
  }

  .des-item-2.left-item {
    max-width: none;
  }

  .text-size-medium-4 {
    font-size: 17px;
  }

  .slider_mask {
    width: 75%;
  }

  .slider_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider_arrow.hide-mobile-landscape {
    display: flex;
  }

  .pagination {
    width: 100%;
  }

  .show-mobile-landscape {
    display: none;
  }

  .pagination_button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    width: auto;
    min-width: 6.5rem;
    height: auto;
    min-height: 2.75rem;
    padding: .5rem 1.25rem;
  }

  .pagination_button.is-previous {
    justify-content: flex-start;
    min-width: 0;
    min-height: 0;
    margin-right: auto;
    padding: 8px 20px;
  }

  .pagination_button.is-next {
    justify-content: flex-end;
    min-width: 0;
    min-height: 0;
    margin-left: auto;
    padding: 8px 20px;
  }

  .heading-style-h2-3 {
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-size-large-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-style-h3-4 {
    font-size: 28px;
    line-height: 125%;
  }

  .swiper-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    display: flex;
    overflow: hidden;
  }

  .des_formation--component {
    display: block;
  }

  .pagination2_page-button-wrapper {
    display: flex;
  }

  .pagination2_page-count-wrapper {
    display: none;
  }

  .swiper-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    display: flex;
    overflow: hidden;
  }

  .heading-style-h3-3 {
    font-size: 28px;
    line-height: 125%;
  }

  .swiper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    display: flex;
    overflow: hidden;
  }

  .text-size-medium-3 {
    font-size: 17px;
  }

  .heading-style-h3-2 {
    font-size: 28px;
    line-height: 125%;
  }

  .pagination2_button-wrapper {
    width: 100%;
  }

  .pagination2_button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    width: auto;
    min-width: 6.5rem;
    height: auto;
    min-height: 2.75rem;
    padding: .5rem 1.25rem;
  }

  .pagination2_button.is-previous {
    justify-content: flex-start;
    margin-right: auto;
  }

  .pagination2_button.is-next {
    justify-content: flex-end;
    margin-left: auto;
  }

  .slider_wrapper {
    background-position: 50%;
    background-size: auto;
  }

  .slider3_component {
    padding-bottom: 3rem;
  }

  .slider3_slide {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container-4.nav {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .text-size-medium-5.nav {
    display: none;
  }

  .kpi-headding {
    top: 20%;
  }

  .paginations, .pagination-top, .top-pagination-target, .main-pagination {
    width: 100%;
  }

  .top-prev {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    width: auto;
    min-width: 6.5rem;
    height: auto;
    min-height: 2.75rem;
    padding: .5rem 1.25rem;
  }

  .top-prev.is-previous {
    justify-content: flex-start;
    min-width: 0;
    min-height: 0;
    margin-right: auto;
    padding: 8px 20px;
  }

  .top-prev.is-next {
    justify-content: flex-end;
    min-width: 0;
    min-height: 0;
    margin-left: auto;
    padding: 8px 20px;
  }

  .top-next {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    width: auto;
    min-width: 6.5rem;
    height: auto;
    min-height: 2.75rem;
    padding: .5rem 1.25rem;
  }

  .top-next.is-previous {
    justify-content: flex-start;
    min-width: 0;
    min-height: 0;
    margin-right: auto;
    padding: 8px 20px;
  }

  .top-next.is-next {
    justify-content: flex-end;
    min-width: 0;
    min-height: 0;
    margin-left: auto;
    padding: 8px 20px;
  }

  .top-page-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    min-height: 20vh;
  }

  .container.below-hero {
    padding-top: 2rem;
  }

  .container.hero.accomagner {
    padding-top: 7rem;
    overflow: hidden;
  }

  .container.chiffres._3-columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.tempsforts {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .wrapper.conseil {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2fr;
  }

  .wrapper.hero {
    justify-content: center;
    align-items: center;
  }

  .wrapper.feature {
    text-align: left;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .wrapper.feature.flip, .wrapper.feature.home {
    flex-flow: column;
  }

  .wrapper.gourvernance {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper.hero-alter {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .wrapper.tempsfont {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    display: grid;
  }

  .wrapper.tempsforts {
    flex-flow: column;
    display: flex;
  }

  .footer-middle {
    flex-flow: column;
  }

  .footer-link-divider {
    width: 18px;
    height: 1px;
  }

  .logo {
    height: 2.5rem;
    padding-left: .125rem;
  }

  .logo-link {
    margin-bottom: 1rem;
  }

  .button.card.hub {
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
  }

  .button.card.home {
    margin-top: .5rem;
  }

  .button.nav {
    font-size: 10px;
  }

  .footer-top_text_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .content_wrapper.feature-text {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content_wrapper.gourvernance-title.max-width-500 {
    width: 350px;
  }

  .content_wrapper.hero-alter-title {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    margin-bottom: 2rem;
  }

  .content_wrapper.hero-alter-title.mod {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: 1fr auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .content_wrapper.hero-alter-title.les-temps-wrapper {
    justify-content: center;
    align-items: center;
  }

  .text.role {
    margin-bottom: 10px;
  }

  .image.conseil {
    width: 65%;
    height: auto;
  }

  .image.kpi {
    width: 80%;
  }

  .image._1-1 {
    width: 100%;
  }

  .image._1-1.observer {
    width: 100vw;
  }

  .image._2-3 {
    aspect-ratio: 1;
  }

  .image.temp {
    width: 40%;
    margin-top: 0%;
    margin-bottom: 0;
    left: auto;
  }

  .card-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 2fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card-item.notre {
    aspect-ratio: 3 / 2;
    width: 100%;
    max-width: none;
    height: auto;
    overflow: hidden;
  }

  .card-item._2 {
    width: 100%;
  }

  .card-item.acc {
    flex-flow: row;
    grid-template-columns: 1fr;
    min-width: 370px;
    max-width: none;
  }

  .card-item.acc.slider-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    height: 100%;
    min-height: 28rem;
    margin-left: .5rem;
    margin-right: .5rem;
    display: flex;
  }

  .card-text {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .card-text.hub {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    padding-right: .5rem;
  }

  .card-image.card {
    width: 150px;
  }

  .card-image.cta {
    height: 300px;
  }

  .card-image.hub {
    object-fit: cover;
    width: 150px;
    height: 100%;
  }

  .icon-embed-custom {
    height: .75rem;
  }

  .card_wrapper {
    grid-template-columns: 1fr;
  }

  .card_wrapper.hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .card_wrapper.notre {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .camera1 {
    background-size: 95%;
  }

  .button-2 {
    padding-top: .65rem;
    padding-bottom: .65rem;
    font-size: 14px;
  }

  .button-2.is-third {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .button-2.is-third.mobile-hide {
    display: none;
  }

  .heading-style-h2 {
    text-align: center;
    font-family: Codecwarm News, Arial, sans-serif;
    font-size: 36px;
    line-height: 100%;
  }

  .heading-style-h2.financements {
    text-align: center;
    line-height: 34px;
  }

  .heading-style-h2.left.minus-margin-up {
    font-size: 36px;
    left: -5px;
  }

  .heading-style-h2.text-color {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 36px;
    line-height: 100%;
  }

  .heading-style-h2.text-color.small.max-width-large {
    font-size: 26px;
  }

  .heading-style-h2.text-color.de {
    text-align: center;
  }

  .heading-style-h2.text-color.horizontal {
    width: auto;
    font-size: 36px;
    line-height: 100%;
  }

  .heading-style-h2.text-color.text-align-center {
    text-align: center;
  }

  .heading-style-h2.les-temps {
    padding-top: 3rem;
    transform: translate(0);
  }

  .heading-style-h2.les-temps.bot.temps-text-position {
    transform: translate(-125%, -2%);
  }

  .heading-style-h2.les-temps.mid {
    margin-bottom: .25rem;
  }

  .heading-style-h2.les-temps.lutte {
    text-align: right;
    margin-top: 0;
  }

  .heading-style-h2.minus-margin-down {
    margin-bottom: 1rem;
    font-size: 36px;
  }

  .heading-style-h2.tem {
    text-align: left;
  }

  .heading-style-h2.tem.padding.text-align-center {
    padding-left: 1.5rem;
  }

  .heading-style-h2.temp {
    font-size: 48px;
  }

  .heading-style-h2.donner {
    text-align: left;
  }

  .heading-style-h2.donner.mid {
    margin-bottom: .25rem;
  }

  .heading-style-h2.donner.lutte {
    text-align: right;
    margin-top: 0;
  }

  .heading-style-h2.certifications {
    text-align: left;
  }

  .heading-style-h2.certifications.mid {
    margin-bottom: .25rem;
  }

  .heading-style-h2.certifications.lutte {
    text-align: right;
    margin-top: 0;
  }

  .heading-style-h2.lutte {
    text-align: left;
  }

  .heading-style-h2.lutte.mid {
    margin-bottom: .25rem;
  }

  .heading-style-h2.du-besoin {
    text-align: left;
  }

  .heading-style-h2.du-besoin.mid {
    margin-bottom: .25rem;
  }

  .heading-style-h2.du-besoin.lutte {
    text-align: right;
    margin-top: 0;
  }

  .des-item.white {
    width: 80%;
    height: 100%;
    min-height: 22rem;
    padding-top: .8rem;
  }

  .des-item.white:where(.w-variant-5ea55cfc-8211-5e01-c084-077be8d5ac13) {
    min-height: 40vh;
  }

  .des-item.white.du {
    min-width: 85%;
  }

  .text-size-large {
    font-size: 17px;
  }

  .frame {
    max-width: 100%;
    padding-top: 1.5rem;
    padding-left: .5rem;
    padding-right: 0;
    display: block;
  }

  .frame.desktop {
    display: block;
  }

  .button-group.hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
  }

  .heading-style-h3 {
    letter-spacing: -.5px;
    font-size: 26px;
  }

  .heading-style-h3.card {
    -webkit-text-stroke-width: 0px;
    margin-top: 0;
    margin-bottom: 2px;
    font-family: Codecwarm, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
  }

  .text-size-medium {
    line-height: 24px;
  }

  .text-size-medium.horizontal {
    font-size: 16px;
  }

  .title_wrapper.des {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wrapper-des-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    object-fit: fill;
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: 380px;
    padding-top: 0;
    display: flex;
    overflow: auto;
  }

  .card-content-footer {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .text-rich-text.popup h2 {
    margin-top: 1.5rem;
    margin-bottom: .75rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h1 {
    font-size: 34px;
    position: relative;
  }

  .heading-style-h1.hero-mobile {
    text-align: center;
    width: 10ch;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h1.section-glid {
    text-align: right;
    bottom: 4%;
    right: 15%;
  }

  .heading-style-h1.section-glid.short {
    bottom: 25%;
  }

  .heading-style-h1.section-glid._1 {
    font-size: 32px;
    line-height: 44px;
    bottom: 1%;
    right: 15%;
  }

  .heading-style-h1.section-glid._1.stagiaires {
    width: 15ch;
    bottom: 12%;
  }

  .heading-style-h1.section-glid._2 {
    font-size: 32px;
    bottom: 15%;
    right: 15%;
  }

  .heading-style-h1.section-glid._3 {
    font-size: 32px;
    bottom: 1%;
  }

  .heading-style-h1.section-glid._4 {
    font-size: 32px;
    bottom: 10%;
    right: 16%;
  }

  .heading-style-h1.section-glid._5 {
    font-size: 32px;
    bottom: 14%;
  }

  .heading-style-h1.section-glid._6 {
    font-size: 32px;
    bottom: 21%;
  }

  .heading-style-h1.section-glid._7 {
    font-size: 32px;
    bottom: 11%;
  }

  .heading-style-h1.section-glid._8 {
    font-size: 32px;
    bottom: 12%;
  }

  .heading-style-h1.section-glid._9 {
    font-size: 32px;
    bottom: 16%;
  }

  .heading-style-h1.section-glid._10 {
    font-size: 32px;
    bottom: 21%;
    right: 15%;
  }

  .heading-style-h1.home-1 {
    text-align: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .heading-style-h1.home-1.mobile {
    text-align: left;
    margin-top: 5%;
    padding-left: 12.5%;
    font-size: 36px;
    display: block;
  }

  .heading-style-h1.home-1.desktop {
    display: none;
  }

  .heading-style-h1.home-2 {
    margin-bottom: -10%;
    font-size: 36px;
    bottom: 20%;
  }

  .heading-style-h1.accompagner {
    left: -25px;
  }

  .kpi-style-h2 {
    line-height: 125%;
  }

  .kpi-style-h2.numer {
    font-size: 36px;
    line-height: 100%;
  }

  .kpi-style-h2.numer.counter {
    margin-bottom: 8px;
    font-size: 36px;
  }

  .kpi-style-h2.numer.counter.section {
    font-size: 64px;
    left: 2%;
  }

  .kpi-style-h2.numer.counter.section._2 {
    font-size: 60px;
    bottom: auto;
    right: auto;
  }

  .kpi-style-h2.numer.counter.section._10 {
    font-size: 60px;
    left: 45%;
  }

  .kpi-style-h2.numer.counter.section._1, .kpi-style-h2.numer.counter.section._3, .kpi-style-h2.numer.counter.section._4, .kpi-style-h2.numer.counter.section._5, .kpi-style-h2.numer.counter.section._6, .kpi-style-h2.numer.counter.section._7, .kpi-style-h2.numer.counter.section._8, .kpi-style-h2.numer.counter.section._9 {
    font-size: 60px;
  }

  .kpi-style-h2.numer.sym {
    font-size: 60px;
    top: 19.5vh;
    left: 44%;
  }

  .kpi-style-h2.symble {
    font-size: 36px;
  }

  .kpi-style-h2.symble.text {
    font-size: 32px;
  }

  .kpi-style-h2._9 {
    font-size: 66px;
    top: 18%;
    left: 52%;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-small {
    font-size: 15px;
  }

  .text-size-small.date {
    display: none;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h5 {
    font-size: 18px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    font-size: .75rem;
  }

  .text-size-tiny.text-align-center.max-width-large {
    margin-bottom: 10px;
  }

  .padding-huge {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-wrapper.stat, .content-wrapper.stat._3x3 {
    grid-template-columns: 1fr;
  }

  .star-number_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stat-item {
    padding: 1rem;
  }

  .slider-arrow {
    inset: 0% auto 0% -5%;
  }

  .slider-arrow.next {
    inset: 0% -5% 0% auto;
  }

  .text-size-large-2 {
    font-size: 17px;
  }

  .testimonial_slide {
    padding-left: 1rem;
    padding-right: 0;
  }

  .mask {
    width: 95%;
  }

  .mask.accompagner {
    width: auto;
  }

  .slider {
    padding-left: 0;
  }

  .slider.accompagner {
    height: auto;
  }

  .testimonial_content {
    grid-template-columns: 1.5fr 1.5fr;
  }

  .testimonial_component {
    margin-left: 0;
  }

  .nav-items {
    width: 100vw;
  }

  .nav-link {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    font-size: 20px;
  }

  .nav-link._1 {
    font-size: 20px;
  }

  .hub-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    margin-top: .75rem;
    display: flex;
  }

  .hub-text.accompagner {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: -.75rem;
  }

  .hub-text.performant {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: .5rem;
  }

  .accompagner_wrapper {
    display: none;
  }

  .heading-style-h4 {
    letter-spacing: -.5px;
    font-size: 26px;
  }

  .heading-style-h4.text-color {
    font-size: 20px;
    line-height: 100%;
  }

  .hero-decor._1 {
    height: 75px;
    margin-top: -10%;
    margin-left: auto;
    display: block;
    position: static;
  }

  .hero-decor._1.hub {
    margin-top: 0%;
    margin-right: 0;
  }

  .hero-decor._2 {
    max-width: 50%;
    height: 126px;
    margin-right: auto;
  }

  .hero-decor._2.hub {
    height: 100px;
    margin-top: 10%;
    margin-bottom: -2%;
    margin-right: auto;
  }

  .hero-title_wrapper {
    flex-flow: column;
    width: 100%;
    margin-bottom: 0;
  }

  .hero-title_wrapper.hub {
    width: 100%;
    margin-bottom: -1.5rem;
  }

  ._3-card_wrapper, ._3-card_wrapper.blog {
    grid-template-columns: 1fr;
  }

  ._3-card-item {
    width: 100%;
  }

  ._3-card-text_wrapper.tempfort {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: start;
    display: grid;
  }

  .button_wrapper {
    padding-top: 0;
  }

  .heading-style-h2-2 {
    letter-spacing: -1px;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .heading-style-h5-2 {
    letter-spacing: .4px;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .hero-temp-title.bot._2-2.certifier {
    width: auto;
    transform: translate(-16px);
  }

  .hero-temp-title.bot._2-1 {
    margin-right: 15%;
  }

  .hero-temp-title.bot._2-1.observer-text-wrapper {
    transform: translate(20px, -29px);
  }

  .hero-temp-title.bot._2-3 {
    margin-right: 0%;
  }

  .hero-temp-title.bot._2-3.aniciper-text {
    margin-top: -12%;
    margin-left: 16%;
    transform: translate3d(-16px, 2px, 2px);
  }

  .hero-temp-title.bot._1-1 {
    margin-right: 0%;
  }

  .hero-temp-title.bot._1-1.alternance-text-position {
    transform: translate(-2%, -47%);
  }

  .hero-temp-title.bot._1-2 {
    margin-right: 0%;
  }

  .hero-temp-title.bot._1-2.competences-text-position {
    transform: translate(-7px, -38px);
  }

  .hero-temp-title.bot._1-3 {
    margin-right: 0%;
  }

  .hero-temp-title.bot._1-3.contre-text-position {
    margin-top: 25%;
    transform: translate(-2px, -38px);
  }

  .hero-temp-title.bot._1-3.contre-text-position.obderver {
    margin-left: auto;
  }

  .hero-temp-title.bot._1-3.contre-text-position.certifier {
    margin-top: -10%;
    margin-left: 7%;
  }

  .hero-temp-title.bot._3-1, .hero-temp-title.bot._3-2 {
    margin-right: 12%;
  }

  .hero-temp-title.bot._3-2.accelerer-text-postion {
    margin-top: -10%;
    margin-right: 2%;
  }

  .hero-temp-title.bot._3-3 {
    margin-right: 12%;
  }

  .hero-temp-title.bot._3-3.oeuvrer-text-position {
    margin-right: 9%;
  }

  .hero-temp-title.top._2-1 {
    align-self: center;
    margin-left: 0%;
  }

  .hero-temp-title.top._2-3 {
    margin-left: 37%;
  }

  .hero-temp-title.top._1-1 {
    margin-left: 18%;
  }

  .hero-temp-title.top._1-2 {
    margin-left: 13%;
  }

  .hero-temp-title.top._1-3 {
    margin-left: 27%;
  }

  .hero-temp-title.top._3-1 {
    margin-left: 21%;
  }

  .hero-temp-title.top._3-2 {
    margin-left: 35%;
  }

  .hero-temp-title.top._3-3 {
    margin-left: 42%;
  }

  .slider-hub {
    height: 24rem;
    display: block;
    overflow: visible;
  }

  .hub-arrow:hover {
    background-color: #ffde14;
  }

  .hub-arrow.left {
    left: -3.5%;
  }

  .hub-arrow.right {
    right: -3%;
  }

  .hub-arrow.card.left._2, .hub-arrow.card.right._2 {
    display: block;
  }

  .slider-hub-mask {
    overflow: visible;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .close-btn-w.for-scroll {
    margin-top: 0;
    margin-right: 0;
  }

  .modal-popup {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .modal-popup.demains, .modal-popup.equipes-3, .modal-popup.equipes-4 {
    display: none;
  }

  .modal-popup.equipes-5 {
    margin-top: auto;
    margin-bottom: auto;
    display: none;
  }

  .modal-scroll-content-w {
    padding: 3rem 1.5rem 1.5rem;
  }

  .video_player-image {
    border-radius: 1rem;
  }

  .section-slide {
    justify-content: center;
    align-items: center;
  }

  .section-slide.stagiares {
    height: 90%;
  }

  .hero-decor-2._3 {
    display: none;
  }

  .section-slide-image {
    width: 50%;
    margin-top: 8rem;
    margin-bottom: 40%;
    margin-left: 5%;
  }

  .section-slide-image._2 {
    width: 50%;
    margin-top: 10rem;
    margin-right: auto;
  }

  .section-slide-image._3 {
    width: 50%;
    margin-top: 8rem;
  }

  .section-slide-image._7 {
    width: 50%;
    margin-top: -2rem;
  }

  .section-slide-image._9, .section-slide-image._10 {
    width: 50%;
    margin-top: 4rem;
  }

  .section-slide-image.stagiaire {
    margin-bottom: 24%;
  }

  .modal-image-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .modal-name-dicor {
    display: none;
  }

  .mask-card {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .slide-card {
    width: 100%;
    padding-right: 0;
  }

  .slide-card.mobile-scroll {
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide-card.faits {
    width: 100%;
  }

  .home-section {
    padding-top: 0;
  }

  .home-card-text {
    font-size: 24px;
  }

  .des-item-slider {
    background-color: #fff;
  }

  .des-item-slider.white {
    min-width: 90%;
    min-height: auto;
  }

  .des-item-slider.white.du {
    min-width: 85%;
  }

  .slider-mobile.padding-section-medium {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .nav-link-back {
    margin-top: 2.5rem;
  }

  .svg-arc.observer-1 {
    height: 151px;
    margin-bottom: -8%;
    margin-left: 20%;
  }

  .svg-arc.mobile {
    width: 85%;
    height: 100%;
    margin-left: 10px;
    transform: none;
  }

  .svg-arc.mobile.observer-mobile {
    transform: translate(143%, -26%);
  }

  .svg-arc.mobile.voir-loin {
    transform: translate(110%, -5%);
  }

  .svg-arc.mobile.anticiper {
    width: 85%;
    margin-left: 0%;
  }

  .svg-arc.mobile.certifier {
    margin-left: -20px;
  }

  .svg-arc._1-3.certifier {
    transform: translate(-83px, 20px)rotateX(4deg)rotateY(-42deg)rotateZ(-1deg);
  }

  .svg-arc.alternace {
    transform: none;
  }

  .card-w {
    padding: 1.5rem;
  }

  .svg-wrapper {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    display: flex;
    transform: none;
  }

  .brandname-w {
    padding-top: 3rem;
  }

  .x-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .des-item-2.white {
    min-width: 90%;
    min-height: 250px;
  }

  .des-item-2.left-item {
    max-width: none;
  }

  .text-size-medium-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-size-medium-4.horizontal {
    font-size: 16px;
  }

  .slider_component {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 30rem;
    display: flex;
    overflow: visible;
  }

  .slider_component:where(.w-variant-5da70e23-bcf9-87a3-1cd8-1aca1802a91e) {
    overflow: hidden;
  }

  .slider_component:where(.w-variant-998047ac-b261-516b-5515-bfcc56f6e04d) {
    max-height: 34rem;
  }

  .slider_component:where(.w-variant-5ea55cfc-8211-5e01-c084-077be8d5ac13) {
    max-height: 26rem;
  }

  .slider_mask {
    width: 100%;
    height: 100%;
  }

  .slider_slide {
    margin-left: 16%;
    margin-right: 1rem;
  }

  .slider_slide:where(.w-variant-5da70e23-bcf9-87a3-1cd8-1aca1802a91e) {
    margin-right: 1rem;
  }

  .slider_arrow.hide-mobile-landscape {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    top: 0%;
  }

  .slider_arrow.hide-mobile-landscape:where(.w-variant-5da70e23-bcf9-87a3-1cd8-1aca1802a91e) {
    margin-left: 0;
  }

  .slider_arrow.hide-mobile-landscape.right {
    z-index: 1;
    right: 10px;
  }

  .slider3_arrow-icon.icon-1x1-large {
    margin-left: 0;
  }

  .pagination {
    order: 9999;
  }

  .show-mobile-landscape {
    display: none;
  }

  .pagination_button.is-previous {
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 8px 20px;
  }

  .pagination_button.is-next {
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 8px 20px;
  }

  .heading-style-h2-3, .heading-style-h2-3.financements {
    text-align: center;
    line-height: 34px;
  }

  .text-size-large-3 {
    font-size: 17px;
  }

  .heading-style-h3-4 {
    letter-spacing: -.5px;
    font-size: 26px;
  }

  .pagination2_page-button-wrapper {
    display: flex;
  }

  .heading-style-h3-3 {
    letter-spacing: -.5px;
    font-size: 26px;
  }

  .text-size-medium-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-size-medium-3.horizontal {
    font-size: 16px;
  }

  .heading-style-h3-2 {
    letter-spacing: -.5px;
    font-size: 26px;
  }

  .slider_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .button-3.nav {
    padding: 4px 1.75% 3px 2%;
    font-size: 10px;
  }

  .container-4 {
    min-height: 20vh;
  }

  .text-size-medium-5 {
    line-height: 24px;
  }

  .text-block-3 {
    display: none;
  }

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

  .paginations, .pagination-top, .top-pagination-target {
    order: 9999;
  }

  .top-prev.is-previous {
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 8px 20px;
  }

  .top-prev.is-next {
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 8px 20px;
  }

  .top-next.is-previous {
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 8px 20px;
  }

  .top-next.is-next {
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
    min-height: 0;
    padding: 8px 20px;
  }

  .top-page-wrapper {
    display: flex;
  }
}

#w-node-_487f89f5-9f16-82a1-a632-3b4c474d2c58-f97c953d, #w-node-_9237809f-65e7-53c8-82eb-9043e870c208-f97c953d, #w-node-d375db22-6c50-2cf6-ee66-69770ad0f156-f97c953d {
  align-self: stretch;
}

#w-node-ee2ffeee-d62b-0275-8e09-3073c8bac6ff-f97c953d {
  align-self: end;
}

#w-node-_45219a90-2090-ffbf-973c-4d60cb62098b-cb620987 {
  place-self: stretch stretch;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d3e3-cbea65da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d402-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d407-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d40c-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d411-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d417-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d41d-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d423-cbea65da {
  justify-self: start;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d511-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d519-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d530-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d549-cbea65da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d54c-cbea65da {
  justify-self: start;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d54e-cbea65da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d551-cbea65da {
  justify-self: start;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d5a9-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d5b3-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d5b4-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d5b9-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d5be-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d5bf-cbea65da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d631-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d636-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d63b-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d640-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d645-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d64a-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d654-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d659-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d65e-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d663-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d668-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d66d-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d672-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d677-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d67c-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d681-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d686-cbea65da {
  justify-self: start;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d68a-cbea65da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d68b-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d690-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d695-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d69a-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6ae-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6b3-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6b8-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6bd-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6c2-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6c7-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6d1-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6d6-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6db-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6e0-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6e5-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6ea-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6ef-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6f4-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6f9-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d6fe-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d703-cbea65da {
  justify-self: start;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d707-cbea65da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d708-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d70d-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d712-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d717-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d728-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d72d-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d732-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d737-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d73c-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d741-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d746-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d74b-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d750-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d755-cbea65da {
  justify-self: start;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d759-cbea65da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d75a-cbea65da {
  justify-self: start;
}

#w-node-e2a86648-e212-8f72-83ff-844b6344d7de-cbea65da, #w-node-e2a86648-e212-8f72-83ff-844b6344d80b-cbea65da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_378ba9a3-4898-c467-34d8-d0c584d70cd7-6a4fd446 {
  justify-self: center;
}

#w-node-_8767a09f-760e-bf3a-5a53-e1073962912b-a0bae037 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_64d662c0-89e9-3dda-c670-e6233b9a6005-a0bae037 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c4b19911-49e5-d477-6b5f-1c071b62df80-a0bae037 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_378ba9a3-4898-c467-34d8-d0c584d70cd7-a04520b7 {
  justify-self: center;
}

#w-node-_5f084960-6c6e-67db-897b-9d3dec371a20-f5c0697e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_378ba9a3-4898-c467-34d8-d0c584d70cd7-f5c0697e {
  justify-self: center;
}


@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/CodecWarm-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-NewsItalic.ttf') format('truetype'), url('../fonts/CodecWarm-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm News';
  src: url('../fonts/CodecWarm-News.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-Bold.ttf') format('truetype'), url('../fonts/CodecWarm-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}