@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-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: Codecwarmlogo;
  src: url('../fonts/CodecWarmLogo-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  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;
}

@font-face {
  font-family: Codecwarmlogo;
  src: url('../fonts/CodecWarmLogo-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Codecwarm;
  src: url('../fonts/CodecWarm-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  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: Codecwarmlogo;
  src: url('../fonts/CodecWarmLogo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Codecwarm News;
  src: url('../fonts/CodecWarm-News.ttf') format("truetype");
  font-weight: 400;
  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;
}

:root {
  --blue-dark: #1b1c38;
  --blue-medium: #1f286e;
  --blue-light: #a0d3f5;
  --button-hover: white;
  --button: #ffdc10;
}

.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: 16px;
  line-height: 150%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.o-section.hero {
  background-color: var(--blue-dark);
  color: #1b1c38;
  background-image: url('../images/Frame-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.o-section.footer {
  background-color: var(--blue-medium);
}

.o-section.transition {
  color: var(--blue-dark);
}

.o-section.nav-mod {
  z-index: 10003;
  width: 300px;
  height: 300px;
  margin-left: auto;
  position: fixed;
  top: 5%;
  right: 0;
}

.o-container {
  z-index: 10;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 2rem;
  position: relative;
}

.o-container.hero {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.3rem 2.5rem 2rem 3rem;
  display: flex;
}

.o-container.footer {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.o-container.stat {
  z-index: 100;
  color: var(--blue-dark);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 8rem;
  display: flex;
  position: relative;
}

.o-container.le-mot {
  padding-left: 6rem;
  padding-right: 6rem;
}

.o-container.notre {
  color: var(--blue-dark);
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.o-container.d-velopper {
  color: var(--button-hover);
}

.o-container.transition {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.o-container.conseiller, .o-container.anticiper {
  color: var(--button-hover);
}

.o-container.nav-mod {
  max-width: none;
  padding: 0;
}

.o-wrapper.hero {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.o-wrapper.footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.o-wrapper.le-mot {
  color: var(--blue-dark);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.o-wrapper.below-hero {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.o-wrapper.notre {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.o-wrapper.notre.carte {
  margin-left: 120px;
  margin-right: 120px;
}

.o-wrapper.d-velopper {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.o-wrapper.transition {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.o-wrapper.transition.top {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

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

.o-wrapper.transition.content.flip {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.o-wrapper.above-footer {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.o-wrapper.conseiller, .o-wrapper.anticiper {
  text-align: center;
}

.o-wrapper.nav-mod {
  z-index: 5000;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 5% 0% auto auto;
}

.stat-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.stat-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  animation-name: scaleup;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
  display: flex;
}

.stat-item.scaleup {
  animation-duration: .6s;
  animation-timing-function: ease;
  animation-delay: calc((var(--i) * 50ms)  + 1s);
}

.o-text {
  margin-bottom: 0;
  font-family: Codecwarm News, Arial, sans-serif;
  font-size: 18px;
}

.o-text.copyright {
  color: #8f93b7;
  font-size: 14px;
  font-weight: 400;
}

.o-text.footer-text {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.o-text.l {
  color: var(--blue-medium);
  max-width: none;
  max-height: none;
  font-family: Codecwarm, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.o-text.l.bold.white {
  color: var(--button-hover);
}

.o-text.l.map {
  width: 120%;
  font-size: 18px;
  font-weight: 700;
}

.o-text.pill {
  color: var(--button-hover);
  background-color: #0064a8;
  margin-bottom: 2rem;
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.o-text.star {
  z-index: 1;
  color: var(--blue-dark);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Codecwarm, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  display: flex;
  position: absolute;
  top: 42.5%;
  transform: rotate(-12deg);
}

.o-text.date {
  margin-bottom: -8px;
  font-size: 16px;
}

.o-text.bold {
  color: #1b1c38;
  font-family: Codecwarm, Arial, sans-serif;
  font-weight: 700;
}

.o-text.metric {
  max-width: 400px;
  max-height: none;
  font-family: Codecwarm, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.o-text.width {
  margin-left: 60px;
  margin-right: 60px;
  font-size: 20px;
}

.stat-decor {
  background-color: var(--blue-medium);
  width: 6%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.o-btn {
  background-color: var(--button);
  color: var(--blue-dark);
  border-radius: 1rem;
  padding: 13px 28px 10px;
  font-size: 18px;
  transition: background-color .2s;
}

.o-btn:hover {
  background-color: #ffb000;
}

.o-btn.cles {
  margin-top: 2rem;
  padding-bottom: 11px;
}

.o-btn.icon {
  background-image: url('../images/icon.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 45px;
}

.o-btn.video {
  display: none;
}

.nav-top {
  justify-content: space-between;
  align-items: stretch;
  width: 150px;
  height: 50px;
  margin-bottom: -1px;
  margin-left: auto;
  display: flex;
}

.nav_top-left {
  background-color: var(--button);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  margin-left: -1px;
  padding: 8px;
  display: flex;
}

.menu-list-item {
  position: relative;
  overflow: hidden;
}

.menu-list-item:hover, .menu-list-item:active, .menu-list-item:focus {
  color: #131313;
}

.nav {
  z-index: 10000;
  color: #000;
  flex-flow: column;
  margin-top: 1.5vw;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-inner {
  background-color: var(--button);
  border-radius: 1rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 86px;
  display: flex;
  overflow: hidden;
}

.menu-button-icon {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1em;
  font-size: 1em;
  transition: all .3s;
  display: flex;
}

.menu-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0 16px 16px;
  list-style: none;
  display: flex;
}

.menu-link-heading {
  z-index: 1;
  text-transform: none;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  transition: transform .55s cubic-bezier(.65, .05, 0, 1);
  position: relative;
}

.menu-link-heading:hover {
  color: #131313;
  text-decoration: underline;
}

.menu-link-heading:active {
  color: #131313;
}

.menu-link-heading:focus {
  color: #131313;
  text-decoration: underline;
}

.logo-name {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.menu {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -50px;
  display: flex;
}

.nav_icon-wrap {
  color: #6c6c6d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
}

.menu-button {
  background-color: var(--button);
  border-radius: 1rem 0 0 1rem;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 3.75rem;
  padding-left: 6px;
  display: flex;
}

.menu-button.close {
  justify-content: center;
  align-items: flex-start;
}

.menu-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border: 2px solid var(--button);
  color: #131313;
  width: 24ch;
  padding: 0 1rem;
  text-decoration: none;
  display: flex;
}

.menu-link.w--current {
  text-decoration: underline;
}

.fs-numbercount_number {
  color: var(--blue-medium);
  margin-bottom: 1rem;
  font-family: Codecwarmlogo, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.icon-cles {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.4375rem;
  height: 3rem;
  margin-bottom: 24px;
  display: flex;
}

.h2 {
  color: var(--blue-medium);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Codecwarmlogo, Arial, sans-serif;
  font-size: 64px;
  line-height: 110%;
}

.h2.line {
  color: #1b1c3800;
  -webkit-text-stroke-width: .8px;
  -webkit-text-stroke-color: var(--button-hover);
  margin-top: -40px;
}

.h2.white {
  color: var(--button-hover);
}

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

.lemot-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  height: auto;
}

.o-logo.footer {
  height: 5rem;
}

.o-hero_text_wrapper {
  color: var(--button-hover);
  margin-top: auto;
}

.h1 {
  letter-spacing: 4px;
  font-family: Codecwarmlogo, Arial, sans-serif;
  font-size: 110px;
  line-height: 102%;
}

.h1.number {
  color: var(--blue-dark);
  letter-spacing: 1px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--button-hover);
  margin-top: 6px;
  font-weight: 400;
  line-height: 93%;
}

.hero-lottie {
  object-fit: cover;
  width: auto;
  height: 40%;
  position: absolute;
  inset: auto 8% 0% auto;
}

.o-btn_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.o-btn_wrapper.left {
  justify-content: flex-start;
  align-items: center;
}

.below-hero_video {
  opacity: 1;
  background-image: url('../images/play-1.svg'), url('../images/03d8981991e928f411900c6d488c9ebdd9beeaac.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  width: 100%;
  margin-bottom: 2rem;
  transition: opacity .3s;
  display: block;
}

.below-hero_video:hover {
  opacity: .88;
}

.footer-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--button-hover);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.footer-row.bot {
  display: flex;
}

.footer-row.mid {
  border-top: 1px solid #ffffff1a;
  border-bottom: 1px solid #ffffff1a;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0;
  display: flex;
}

.footer-row.top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.footer-line {
  background-color: var(--button-hover);
  width: 1px;
  height: 24px;
}

.social-wraper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.social-item {
  color: var(--button-hover);
}

.social-item:hover {
  color: var(--button);
}

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

.number-copy {
  color: var(--blue-medium);
  margin-bottom: 1rem;
  font-family: Codecwarmlogo, Arial, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

.number_wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.o-richtext {
  color: var(--blue-dark);
  margin-top: 1rem;
}

.o-richtext blockquote {
  color: var(--blue-dark);
  background-image: url('../images/quote.svg'), url('../images/quote.svg');
  background-position: 100% 83%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 8px, auto 28px;
  border-left-width: 0;
  padding: 36px 14px 0 0;
  font-weight: 700;
}

.o-richtext h6 {
  color: var(--blue-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
}

.o-richtext h5 {
  color: #0064a8;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
}

.o-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.o-content.middle {
  align-items: center;
}

.notre_wrapper {
  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;
  margin-top: 20px;
  display: grid;
}

.quote {
  height: 2rem;
  margin-bottom: .5rem;
}

.quote-text {
  background-image: url('../images/quote.svg');
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: .125rem;
  font-size: 24px;
  line-height: 5%;
}

.quote-text.up {
  background-position: 0 35%;
  font-size: 47px;
  line-height: 0;
}

.fs-slider_slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .3;
  backface-visibility: hidden;
  transition-property: transform opacity;
  color: var(--button-hover);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 38%;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  transform: scale(.8);
}

.fs-slider_list {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.fs-slider_button {
  background-color: #efefef00;
  min-width: 4rem;
  min-height: 4rem;
  padding: 0;
}

.fs-slider_button:hover {
  opacity: .65;
}

.fs-slider_button.right {
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.fs-slider_button.left {
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.fs-slider_instance {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 100%;
  margin-top: 3rem;
  display: flex;
  position: relative;
}

.fs-slider_navigation {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f5f5f500;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 33% 0% auto;
}

.fs-slider_list-wrapper {
  perspective: 1200px;
  flex: 1;
  position: relative;
  overflow: clip;
}

.transition_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 800px;
  padding-right: 0;
}

.transition_image.margin-right {
  padding-right: 50px;
}

.transition_image.margin-left {
  padding-left: 50px;
}

.o-spacer {
  width: 100%;
  height: 42px;
}

.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 125%;
}

.pour_item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

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

.pour_wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 20px;
  display: grid;
}

.star-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.slide-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 300px;
  margin-bottom: 24px;
}

.map {
  z-index: 2;
  width: 100%;
  margin-left: 0;
  font-size: 1em;
  position: relative;
}

.bg-color {
  z-index: 1;
  background-color: var(--button-hover);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-color.blue-light {
  background-color: var(--blue-light);
  display: block;
}

.bg-color.dark-blue {
  background-color: var(--blue-dark);
}

.bg-color.navy-blue {
  background-color: #1f286e;
}

.bg-color.blue-mid {
  background-color: #0064a8;
}

.menu-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s ease-in-out;
  display: flex;
}

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

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

.bold-text-2 {
  font-size: 16px;
  font-weight: 900;
}

.bold-text-2.wrap {
  overflow-wrap: break-word;
}

.italic-text {
  color: var(--blue-dark);
  font-size: 20px;
  font-style: italic;
  line-height: 153%;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5em;
}

.container.is--map {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 8.3em 0 7.7em;
  display: flex;
}

.container.is--bottom {
  background-image: linear-gradient(207deg, #ffffff08, #ffffff05 63%);
  border: 2px solid #ffffff0f;
  border-radius: .4em;
  justify-content: space-between;
  align-items: center;
  padding: 2.2em 2.2em 2.2em 4.2em;
  font-size: .7em;
  display: flex;
}

.map__embed {
  color: var(--blue-dark);
  width: 99%;
}

.map__embed:hover {
  color: var(--button);
}

.map__embed.auvergne {
  width: 98%;
}

.map__embed.paca {
  width: 99%;
}

.hero__button-arrow {
  width: 2.6em;
  margin-left: 2.9em;
  margin-right: 2.9em;
}

.overflow {
  background-color: #a8a8a8;
  position: relative;
}

.location {
  color: #eeedf2;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-bottom: .2em;
  padding-bottom: 0;
  font-size: 1.1em;
  font-weight: 700;
}

.hero__button-icon {
  background-color: #eeedf2;
  border: 1px solid #eeedf2;
  justify-content: center;
  align-items: center;
  height: 4.3em;
  display: flex;
}

.hero__button-t-contain {
  border: 1px solid #eeedf2;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bg-contain {
  z-index: 0;
  opacity: .07;
  filter: blur(2em) contrast(200%);
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  transform: scale(1.8);
}

.hero__gradient {
  z-index: 2;
  opacity: .9;
  background-image: radial-gradient(circle, #5c31ff, #5c31ff00 69%);
  width: 200em;
  height: 200em;
  margin-bottom: -133.1em;
  margin-right: -135.7em;
  position: fixed;
  inset: auto 0% 0% auto;
}

.hero__gradient.is--other {
  opacity: .73;
  background-image: radial-gradient(circle, #f88cd4, #f88cd400 69%);
  width: 160em;
  height: 160em;
  margin-bottom: -133.7em;
  margin-right: -40.6em;
}

.hero__button {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}

.background {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.section {
  z-index: 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bar__name {
  align-items: center;
  display: flex;
}

.map__heading {
  margin-bottom: 0;
}

.hero__button-text {
  color: #f88cd4;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  height: 1.2em;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1.1em;
  font-weight: 700;
}

.map__img {
  z-index: 0;
  opacity: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.map-2 {
  z-index: 2;
  font-size: 1em;
  transition: font-size .4s cubic-bezier(.39, .575, .565, 1);
  position: relative;
}

.map-2:hover {
  font-size: 1.5em;
}

.main-embed {
  width: 100%;
  height: 2em;
  min-height: 2em;
  display: none;
}

.bottom-bar {
  z-index: 200;
  justify-content: space-between;
  align-items: center;
  padding: 1.8em;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.map__state {
  z-index: 2;
  width: 10%;
  margin-top: 0%;
  margin-left: 0%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map__state.ok {
  width: 10.3em;
  margin-top: 21.4em;
  margin-left: 23.3em;
}

.map__state.ct {
  width: 1.8em;
  margin-top: 10.7em;
  margin-left: 56.6em;
}

.map__state.bretagne {
  width: 19.8%;
  margin-top: 16.65%;
  margin-left: 0%;
}

.map__state.mi {
  width: 4.3em;
  margin-top: 7.7em;
  margin-left: 42.2em;
}

.map__state.tn {
  width: 9.4em;
  margin-top: 20.9em;
  margin-left: 39.1em;
}

.map__state.nm {
  width: 8.4em;
  margin-top: 20.5em;
  margin-left: 14.9em;
}

.map__state.ne {
  width: 9.7em;
  margin-top: 12.1em;
  margin-left: 22.7em;
}

.map__state.az {
  width: 7.8em;
  margin-top: 19.5em;
  margin-left: 8.3em;
}

.map__state.ut {
  width: 6.7em;
  margin-top: 12.1em;
  margin-left: 10.1em;
}

.map__state.mo {
  width: 7.8em;
  margin-top: 16em;
  margin-left: 32em;
}

.map__state.ks {
  width: 8.9em;
  margin-top: 16.7em;
  margin-left: 24.4em;
}

.map__state.ar {
  width: 6.1em;
  margin-top: 21.8em;
  margin-left: 33.4em;
}

.map__state.wv {
  width: 5em;
  margin-top: 14.9em;
  margin-left: 47.6em;
}

.map__state.nd {
  width: 7.8em;
  margin-top: 3.2em;
  margin-left: 23.4em;
}

.map__state.wi {
  width: 9.5em;
  margin-top: 5.5em;
  margin-left: 35em;
}

.map__state.corse {
  width: 6%;
  margin-right: 26%;
  inset: auto 0% -1% auto;
}

.map__state.pa {
  width: 6.7em;
  margin-top: 11.8em;
  margin-left: 48.9em;
}

.map__state.nh {
  width: 1.7em;
  margin-top: 5.7em;
  margin-left: 57.1em;
}

.map__state.sc {
  width: 5.8em;
  margin-top: 23em;
  margin-left: 47.4em;
}

.map__state.id {
  width: 12.2em;
  margin-top: 1.4em;
  margin-left: 11.4em;
}

.map__state.tx {
  width: 16.5em;
  margin-top: 22em;
  margin-left: 18.2em;
}

.map__state.vt {
  width: 1.9em;
  margin-top: 6.3em;
  margin-left: 55.6em;
}

.map__state.or {
  width: 9.4em;
  margin-top: 3.3em;
  margin-left: .7em;
}

.map__state.nc {
  width: 10.1em;
  margin-top: 19.8em;
  margin-left: 45.8em;
}

.map__state.ia {
  width: 7.2em;
  margin-top: 11.5em;
  margin-left: 31em;
}

.map__state.il {
  width: 4.8em;
  margin-top: 12.8em;
  margin-left: 36.8em;
}

.map__state.mt {
  width: 7em;
  margin-top: 1.3em;
  margin-left: 8.4em;
}

.map__state.ga {
  width: 6.1em;
  margin-top: 23.7em;
  margin-left: 44.7em;
}

.map__state.nv {
  width: 7.3em;
  margin-top: 10.7em;
  margin-left: 4.2em;
}

.map__state.me {
  width: 4.2em;
  margin-top: 2.1em;
  margin-left: 57.8em;
}

.map__state.la {
  width: 6.7em;
  margin-top: 27.6em;
  margin-left: 34.1em;
}

.map__state.ny {
  width: 8.3em;
  margin-top: 6.9em;
  margin-left: 49.7em;
}

.map__state.in {
  width: 3.5em;
  margin-top: 13.6em;
  margin-left: 41.2em;
}

.map__state.al {
  width: 4.3em;
  margin-top: 24em;
  margin-left: 41.6em;
}

.map__state.guadeloupe {
  width: 20.25%;
  margin-top: 20%;
  margin-left: auto;
  inset: 0% 0% auto auto;
}

.map__state.ky {
  width: 8.6em;
  margin-top: 17.7em;
  margin-left: 39.9em;
}

.map__state.de {
  width: 1.3em;
  margin-top: 14.7em;
  margin-left: 54.6em;
}

.map__state.ma {
  width: 3.8em;
  margin-top: 9.1em;
  margin-left: 56.6em;
}

.map__state.wy {
  width: 8.2em;
  margin-top: 8.3em;
  margin-left: 14.8em;
}

.map__state.va {
  width: 8.3em;
  margin-top: 16.2em;
  margin-left: 47.1em;
}

.map__state.oh {
  width: 4.8em;
  margin-top: 12.9em;
  margin-left: 44.5em;
}

.map__state.ri {
  width: .9em;
  margin-top: 10.6em;
  margin-left: 58.4em;
}

.map__state.nj {
  width: 1.5em;
  margin-top: 12.4em;
  margin-left: 54.9em;
}

.map__state.sd {
  width: 8.4em;
  margin-top: 7.7em;
  margin-left: 22.9em;
}

.map__state.co {
  width: 8.6em;
  margin-top: 14.4em;
  margin-left: 16.1em;
}

.map__state.md {
  width: 5.2em;
  margin-top: 15.2em;
  margin-left: 50.6em;
}

.map__state.ca {
  width: 9.4em;
  margin-top: 9.5em;
  margin-left: 0;
}

.map__state.fl {
  width: 10.3em;
  margin-top: 29.6em;
  margin-left: 42.9em;
}

.map__state.mn {
  width: 7.3em;
  margin-top: 3.1em;
  margin-left: 30.6em;
}

.map__state.ms {
  width: 4.1em;
  margin-top: 24.2em;
  margin-left: 37.5em;
}

.map__state.huats {
  width: 15%;
  margin-left: 32.5%;
}

.map__state.normandie {
  color: #38385a;
  width: 20%;
  margin-top: 7.5%;
  margin-left: 15.6%;
}

.map__state.normandie:hover {
  color: var(--button);
}

.map__state.martinique {
  width: 16%;
  margin-top: 30%;
  margin-right: 4.25%;
  inset: 0% 0% auto auto;
}

.map__state.guyane {
  width: 16.5%;
  margin-top: 38%;
  margin-right: 3.9%;
  inset: 0% 0% auto auto;
}

.map__state.reunion {
  width: 15%;
  margin-top: 52%;
  margin-right: 6.25%;
  inset: 0% 0% auto auto;
}

.map__state.grand {
  width: 25%;
  margin-top: 8%;
  margin-left: 44%;
}

.map__state.ile-de {
  width: 11.7%;
  margin-top: 14.2%;
  margin-left: 33.4%;
}

.map__state.pays {
  width: 17.5%;
  margin-top: 19.5%;
  margin-left: 11.8%;
}

.map__state.nouvelle {
  width: 24%;
  margin-top: 0%;
  margin-bottom: 9%;
  margin-left: 14.75%;
  inset: auto auto 0% 0%;
}

.map__state.occitanie {
  width: 30%;
  margin-bottom: 5.25%;
  margin-left: 22.3%;
  inset: auto 0% 0%;
}

.map__state.peovence {
  width: 20%;
  margin-bottom: 11.5%;
  margin-right: 28.75%;
  inset: auto .35% -.25% auto;
}

.map__state.auvergne {
  width: 29.5%;
  margin-bottom: 20.5%;
  margin-left: 35.75%;
  inset: auto 0% -.5%;
}

.map__state.centre {
  width: 17.5%;
  margin-top: 18.2%;
  margin-left: 25.5%;
}

.map__state.bourgogne {
  width: 22.5%;
  margin-top: 21%;
  margin-left: 42.5%;
}

.bar__dot {
  background-color: #f88cd4;
  border-radius: 100vw;
  width: 1.4em;
  height: 1.4em;
  margin-right: 1.1em;
}

.map-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

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

.icon-embed-custom.map-arrow {
  color: var(--blue-light);
  transform-style: preserve-3d;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.o-btn-overlap {
  background-color: var(--button);
  color: var(--blue-dark);
  border-radius: 1rem;
  margin-top: -133px;
  padding: 13px 28px 10px;
  font-size: 18px;
  transition: background-color .2s;
}

.o-btn-overlap:hover {
  background-color: #ffb000;
}

.o-btn-overlap.cles {
  margin-top: 2rem;
  padding-bottom: 11px;
}

.o-btn-overlap.icon {
  background-image: url('../images/Group-50.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 45px;
}

.o-btn-overlap.icon.schema {
  display: none;
}

.lien {
  color: var(--button-hover);
  text-decoration: none;
}

.lien:hover {
  text-decoration: underline;
}

.lien-footer {
  color: var(--button-hover);
  text-decoration: none;
}

.lien-footer:hover {
  text-decoration: underline;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.play-btn {
  position: absolute;
}

.text-span-2 {
  white-space: nowrap;
}

.wrapwith {
  font-size: 16px;
  font-weight: 900;
}

.text-span-3, .text-span-4 {
  font-size: 16px;
}

.dropdown-toggle {
  background-color: var(--button);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding: 1rem 1rem .75rem;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.dropdown-toggle.w--open {
  margin-right: 0;
}

.icon-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  position: relative;
}

.dropdown-list {
  background-color: #ddd;
  position: relative;
}

.dropdown-list.w--open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--button);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -52px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.dropdown-link {
  padding: 8px 1rem;
}

.dropdown {
  z-index: 1000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.8125rem;
  height: 1.125rem;
  margin-right: 1rem;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .o-section.stat {
    background-color: #fff;
  }

  .o-section.le-mot, .o-section.below-hero {
    background-color: var(--blue-light);
  }

  .o-section.notre {
    background-color: #fff;
  }

  .o-section.d-velopper {
    background-color: var(--blue-dark);
  }

  .o-section.transition {
    background-color: var(--blue-light);
  }

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

  .o-section.anticiper {
    background-color: #0064a8;
  }

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

  .o-container.stat {
    padding-left: 5rem;
    padding-right: 3rem;
  }

  .o-container.le-mot {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .o-container.transition {
    padding-top: 4rem;
  }

  .o-container.above-footer {
    padding-bottom: 2rem;
  }

  .o-wrapper.hero {
    height: 80%;
  }

  .o-wrapper.below-hero {
    width: auto;
  }

  .o-wrapper.notre.carte {
    margin-left: 40px;
    margin-right: 40px;
  }

  .o-wrapper.transition.top {
    width: auto;
  }

  .o-wrapper.transition.content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 20px;
  }

  .o-wrapper.transition.content.flip {
    place-items: start stretch;
  }

  .o-text.footer-text {
    padding-left: 9px;
    padding-right: 9px;
  }

  .o-text.l.bold.white.footer-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .o-text.l.map {
    width: 110%;
  }

  .o-text.pill {
    font-size: 20px;
    line-height: 100%;
  }

  .o-btn {
    font-size: 16px;
  }

  .o-btn.cles.editoriaux {
    margin-top: 4rem;
  }

  .clip-path-style {
    display: none;
  }

  .nav {
    width: 24ch;
    margin-top: 3vw;
    margin-left: auto;
    inset: 0% 0% auto;
  }

  .menu-button-icon {
    padding-left: 0;
  }

  .menu-button {
    padding-left: 7px;
  }

  .menu-button.close {
    padding-left: 0;
  }

  .menu-link {
    width: 22ch;
  }

  .fs-numbercount_number {
    font-size: 40px;
  }

  .h2 {
    text-align: center;
    word-break: keep-all;
  }

  .lemot-image {
    width: auto;
    height: auto;
    max-height: none;
  }

  .h1 {
    font-size: 76px;
  }

  .footer-row.top {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .social-wraper.footer-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .number-copy {
    font-size: 40px;
  }

  .notre_wrapper {
    grid-template-columns: 1fr;
  }

  .fs-slider_navigation {
    width: 80%;
  }

  .pour-image {
    width: 100%;
    max-height: 250px;
  }

  .pour-content {
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pour_wrapper {
    margin-top: 0;
  }

  .map {
    width: 100%;
    font-size: 1.5em;
  }

  .bg-color.blue-light, .bg-color.dark-blue, .bg-color.navy-blue, .bg-color.blue-mid {
    display: none;
  }

  .menu-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .bold-text-2 {
    line-height: 130%;
  }

  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .container.is--map {
    padding-top: 10.5em;
    padding-bottom: 16.8em;
  }

  .container.is--bottom {
    font-size: 1.1em;
  }

  .map__embed.auvergne {
    width: 99%;
  }

  .bar__name {
    display: none;
  }

  .map-2 {
    font-size: 1.5em;
  }

  .map__state.auvergne {
    width: 29%;
  }

  .div-block {
    grid-template-columns: 1fr;
  }

  .o-btn-overlap {
    font-size: 16px;
  }

  .wrapwith {
    white-space: pre;
  }
}

@media screen and (max-width: 767px) {
  .o-section.stat {
    background-color: #0000;
  }

  .o-section.le-mot {
    background-color: #a0d3f500;
  }

  .o-section.below-hero, .o-section.notre {
    background-color: #0000;
  }

  .o-section.d-velopper {
    background-color: #1b1c3800;
  }

  .o-section.transition {
    background-color: #a0d3f5;
  }

  .o-section.conseiller, .o-section.anticiper {
    background-color: #0000;
  }

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

  .o-container.stat {
    padding-left: 3rem;
  }

  .o-container.le-mot {
    padding-left: 3rem;
    padding-right: 5rem;
  }

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

  .o-container.transition {
    padding-top: 2rem;
  }

  .o-wrapper.hero {
    height: 80%;
  }

  .o-wrapper.le-mot {
    width: 100%;
  }

  .o-wrapper.notre.carte {
    margin-left: 0;
    margin-right: 0;
  }

  .o-wrapper.transition.content {
    display: flex;
  }

  .o-wrapper.transition.content.flip {
    flex-flow: column-reverse;
  }

  .stat-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .stat-item {
    justify-content: flex-start;
    align-items: center;
  }

  .o-text.footer-text {
    padding-left: 0;
    padding-right: 0;
  }

  .o-text.l.bold.white.footer-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .o-text.l.map {
    width: 100%;
  }

  .o-text.pill {
    display: inline-flex;
  }

  .clip-path-style {
    display: block;
  }

  .nav {
    display: block;
    right: 0%;
  }

  .menu-button-icon {
    padding-left: 0;
  }

  .menu-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding-left: 21px;
  }

  .menu-link {
    width: 28ch;
  }

  .h2 {
    text-align: left;
  }

  .lemot-image_wrapper {
    grid-template-columns: 1fr;
  }

  .lemot-image {
    width: 100%;
  }

  .o-logo {
    max-width: 60%;
  }

  .hero-lottie {
    right: 4%;
  }

  .footer-row.top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .social-wraper.footer-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .o-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .transition_image {
    height: 400px;
  }

  .pour_item, .pour-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .bg-color.blue-light, .bg-color.dark-blue, .bg-color.navy-blue, .bg-color.blue-mid {
    display: block;
  }

  .container.is--map {
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: scroll;
  }

  .container.is--bottom {
    font-size: .7em;
  }

  .map__embed.auvergne {
    width: 97%;
  }

  .map-2, .map-2:hover {
    font-size: 1.6vh;
  }

  .map__state.corse {
    bottom: -2%;
  }

  .map__state.nouvelle {
    width: 24%;
    margin-bottom: 8.3%;
    margin-left: 14.7%;
  }

  .map__state.occitanie {
    margin-bottom: 5%;
  }

  .map__state.peovence {
    margin-right: 29%;
  }

  .map__state.auvergne {
    width: 29%;
    margin-bottom: 20.2%;
    margin-left: 36%;
    bottom: 0%;
  }

  .map-text {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
    align-items: flex-end;
  }

  .icon-embed-custom.map-arrow {
    margin-right: 10%;
    transform: rotateX(0)rotateY(180deg)rotateZ(61deg);
  }

  .div-block {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .o-section.hero {
    min-height: 100svh;
  }

  .o-container.hero {
    padding-left: 1rem;
  }

  .o-container.stat {
    padding-left: 2rem;
    padding-right: 1.5rem;
  }

  .o-container.le-mot {
    padding: 5rem 1rem;
  }

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

  .o-container.notre {
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .o-container.transition {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    padding-top: 0;
  }

  .o-container.above-footer {
    padding-top: 5rem;
  }

  .o-wrapper.hero {
    height: 70%;
  }

  .o-wrapper.transition.content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stat-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .stat-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .o-text.l {
    font-size: 16px;
  }

  .o-text.pill {
    margin-bottom: 1rem;
  }

  .o-text.metric {
    font-size: 16px;
    line-height: 130%;
  }

  .o-text.width {
    margin-left: 10px;
    margin-right: 10px;
  }

  .stat-decor {
    display: none;
  }

  .o-btn {
    font-weight: 700;
  }

  .nav-top {
    width: 121px;
    height: 45px;
    margin-top: 6px;
  }

  .nav_top-left {
    padding: 0;
  }

  .menu-list-item {
    line-height: 100%;
  }

  .menu-inner {
    border-top-right-radius: 0;
  }

  .menu-button-icon {
    padding-bottom: .25em;
  }

  .menu-list {
    padding: 0 12px 12px;
  }

  .menu-link-heading {
    margin-bottom: 0;
    line-height: 122%;
  }

  .logo-name {
    font-size: 1rem;
  }

  .menu-button {
    width: 3.5rem;
    padding-left: 14px;
  }

  .menu-link {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    border-width: 0;
    width: 26ch;
    padding-top: 0;
    font-size: 14px;
    line-height: 100%;
  }

  .menu-link.w--current {
    padding-left: 1rem;
  }

  .fs-numbercount_number {
    margin-bottom: .3rem;
    font-size: 34px;
  }

  .icon-cles {
    width: 3rem;
    height: 2rem;
    margin-bottom: 16px;
  }

  .h2 {
    text-align: center;
    font-size: 40px;
  }

  .h2.line {
    -webkit-text-stroke-width: .5px;
  }

  .lemot-image {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .o-logo {
    max-width: 60%;
  }

  .h1 {
    letter-spacing: 3px;
    font-size: 54px;
  }

  .hero-lottie {
    height: 10rem;
    inset: auto 0% 0% -66%;
  }

  .o-btn_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-row.mid {
    flex-flow: column;
  }

  .footer-line {
    width: 10%;
    height: 1px;
  }

  .number-copy {
    margin-bottom: .3rem;
    font-size: 28px;
  }

  .number_wrapper {
    justify-content: center;
    width: 100%;
  }

  .number_wrapper.virgul {
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .fs-slider_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-slider_list {
    margin-top: 10px;
  }

  .fs-slider_button {
    min-width: 2.5rem;
    min-height: 2.5rem;
  }

  .fs-slider_navigation {
    width: 100%;
  }

  .transition_image {
    height: 300px;
  }

  .transition_image.margin-right {
    padding-right: 0;
  }

  .transition_image.margin-left {
    padding-left: 0;
  }

  .pour_wrapper {
    grid-template-columns: 1fr;
  }

  .map, .map:hover {
    font-size: 1.6vh;
  }

  .container.is--map {
    padding-top: 9.1em;
    padding-bottom: 25.5em;
  }

  .container.is--bottom {
    flex-direction: column;
    justify-content: center;
    padding-top: 4.2em;
    padding-bottom: 4.2em;
    font-size: 1em;
  }

  .map__embed.auvergne {
    width: 99%;
  }

  .hero__button {
    margin-top: 1.5em;
    font-size: 1.4em;
  }

  .map-2, .map-2:hover {
    font-size: 1.6vh;
  }

  .map__state.corse {
    margin-bottom: -48px;
    margin-right: 19%;
    bottom: -3%;
  }

  .map__state.guadeloupe {
    margin-top: 10%;
  }

  .map__state.huats {
    margin-top: -.5%;
  }

  .map__state.martinique {
    width: 20%;
    margin-top: 24%;
  }

  .map__state.guyane {
    width: 20%;
    margin-top: 36%;
  }

  .map__state.reunion {
    width: 22%;
    margin-top: 54%;
    margin-right: 3.25%;
  }

  .map__state.nouvelle {
    margin-bottom: 7.5%;
  }

  .map__state.occitanie {
    margin-bottom: 4%;
    margin-left: 22%;
  }

  .map__state.peovence {
    margin-bottom: 10%;
    margin-right: 29.5%;
  }

  .map__state.auvergne {
    margin-bottom: 18.7%;
    margin-left: 35.5%;
    bottom: .5%;
  }

  .map-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .icon-embed-custom.map-arrow {
    width: 3rem;
  }

  .o-btn-overlap {
    font-weight: 700;
  }

  .o-btn-overlap.icon {
    margin-top: -81px;
  }

  .wrapwith {
    font-weight: 900;
  }

  .dropdown-list.w--open {
    height: 320px;
    overflow: scroll;
    box-shadow: inset -2px 1px 10px 5px #0003;
  }
}


@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-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarmlogo';
  src: url('../fonts/CodecWarmLogo-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarmlogo';
  src: url('../fonts/CodecWarmLogo-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-Italic.ttf') format('truetype'), url('../fonts/CodecWarm-NewsItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarmlogo';
  src: url('../fonts/CodecWarmLogo-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  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;
}
@font-face {
  font-family: 'Codecwarmlogo';
  src: url('../fonts/CodecWarmLogo-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-BoldItalic.ttf') format('truetype'), url('../fonts/CodecWarm-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm';
  src: url('../fonts/CodecWarm-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  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: 'Codecwarmlogo';
  src: url('../fonts/CodecWarmLogo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Codecwarm News';
  src: url('../fonts/CodecWarm-News.ttf') format('truetype');
  font-weight: 400;
  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;
}