:root {
  --green-yellow: #8c45f7;
}

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

body {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-family: Monument Extended, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

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

h2 {
  letter-spacing: -.03em;
  text-shadow: 6px 6px 10px #000;
  max-width: 16ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
}

strong {
  font-size: 2.2rem;
  font-weight: 700;
}

.carousel_sticky {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2px;
  overflow: hidden;
}

.carousel_component {
  display: none;
  position: relative;
}

.carousel_item {
  background-color: #fff;
  border-radius: .5rem;
  flex: 0 auto;
  width: 32vw;
  position: absolute;
  overflow: hidden;
}

.carousel_img {
  opacity: 1;
  vertical-align: middle;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page_code_custom {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.carousel_content_item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 1.8rem;
  display: flex;
  position: static;
}

.carousel_track {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.gradient {
  background-image: radial-gradient(circle, #000, #fff);
  width: 80vw;
  height: 80vw;
  position: absolute;
}

.carousel_ratio {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.arrow {
  z-index: 20;
  background-color: red;
  position: absolute;
}

.carousel_arrow_wrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.carousel_arrow_sticky {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding: 2.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.carousel_arrow_link {
  background-color: var(--green-yellow);
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31%;
  border-radius: 100vw;
  width: 4.2rem;
  height: 2rem;
}

.carousel_arrow_link.is-right {
  transform: rotate(-180deg);
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 100vw;
  margin-top: 1.5rem;
  padding: .9rem 2.4rem;
  font-size: .8rem;
  font-weight: 700;
  transition: background-color .15s;
}

.button:hover {
  background-color: var(--green-yellow);
}

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

.image {
  display: block;
}

.caroussel2 {
  z-index: 2;
  position: relative;
  top: 3.7vh;
}

.heading {
  text-shadow: 12px 10px 10px #000;
  font-size: 7vw;
}

.heading-2 {
  font-size: 6vw;
}

.text-h2 {
  text-shadow: 4px 3px 7px #000;
  margin-top: 1.5rem;
}

.grid-2 {
  display: none;
}

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

._w-nav-social-media {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.inicio-white {
  clear: none;
  color: #fff;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: #000;
  margin-left: 0;
  font-size: 13px;
  left: 0;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 228px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 337px;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

._w-col-menu-links {
  display: inline-block;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-col-menu-links {
  flex: 1;
}

.menu-item-text {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1em;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #000;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #fff;
  position: relative;
}

.c-nav-menu-overlay {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-nav-menu-content {
  z-index: 1000;
  width: 82%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.inicio-whit {
  color: #fff;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 42px;
  position: relative;
}

.inicio-whit.menu {
  color: #000;
  font-family: Monument Extended, sans-serif;
  font-size: 13px;
}

.c-nav {
  z-index: 20;
  margin-bottom: -14%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

.nav-social-address {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-social-address.head.menu, .nav-social-address.head.r {
  display: none;
}

.link-block-10 {
  color: #fff;
  padding-right: 34px;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  padding-right: 10px;
  text-decoration: none;
}

.text-contact {
  text-decoration: none;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 200;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.heading-5 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #000;
  font-size: 18px;
}

.link-block-6 {
  text-decoration: none;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 158px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-menu {
  font-size: 20px;
  text-decoration: none;
}

.link-menu._1 {
  color: rgba(255, 255, 255, .89);
  mix-blend-mode: difference;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  transition: all .35s;
}

.link-menu._1:hover {
  background-color: rgba(0, 0, 0, .47);
  transform: scale(1.05);
}

._w-nav {
  z-index: 20;
  padding: 40px 2.5%;
  position: relative;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 228px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 337px;
}

.div-block-222 {
  position: absolute;
}

.c-nav-social-media {
  padding-top: 50px;
}

.text-block-12 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.div-hover {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.cloneable-area {
  position: relative;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.c-menu-item-text {
  position: relative;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 2.5%;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.image-10 {
  max-width: 66%;
}

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

.margin-bottom.margin-small {
  z-index: 2;
  padding-top: 13rem;
  position: relative;
  overflow: hidden;
}

.margin-bottom.margin-small._2 {
  margin-top: 11rem;
}

.margin-bottom.margin-small._2.conf {
  margin-top: 2.9rem;
  padding-top: 0;
}

.heading-3 {
  margin-left: 4vw;
}

.div-info {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  display: flex;
}

.div-info.invet {
  filter: invert();
}

.logo-slider-img {
  width: 200px;
  position: relative;
}

.logo-slider-img.invert {
  filter: invert();
}

.logo-slider-img.fox {
  width: 112px;
}

.logo-slider-img.fox.info.fox2 {
  width: 9vw;
}

.logo-slider-img.info {
  width: 20vw;
}

.logo-slider-img.corsica {
  border-radius: 20px;
}

.logo-slider-img.vallee {
  opacity: 1;
  vertical-align: text-bottom;
  mix-blend-mode: normal;
  justify-content: center;
  align-items: center;
  display: block;
}

.logo-slider-img.nk {
  width: 95px;
}

.logo-slider-img.benq {
  filter: invert() saturate(0%) contrast(200%);
}

.page-padding-3 {
  padding: 5em 5%;
}

.page-padding-3.s0 {
  padding: 2em 0%;
  overflow: hidden;
}

.link-block-3 {
  min-width: 18vw;
  margin-right: -7vw;
}

.link-block-3.conf {
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-right: -5vw;
  display: flex;
}

.logo-slide_section {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 13.4vh;
  display: flex;
  overflow: hidden;
}

.heading-6 {
  margin-left: 4vw;
}

.heading-6.noir {
  color: #000;
  text-shadow: none;
}

.link-block-2 {
  flex: none;
  min-width: auto;
  margin-right: 0;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-left: 9vw;
  display: flex;
  position: static;
  left: -1427px;
  overflow: visible;
}

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

.padding-vertical.padding-xxlarge {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 7.9em;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 12.7rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.logo-conf {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-right: 0;
  display: block;
  position: relative;
}

.logo-conf.or {
  flex: none;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.container-large-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.section__header {
  margin-bottom: 3.5rem;
  display: inline-block;
}

.section__header.conf {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  max-width: 100vw;
  margin-top: 6.8rem;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}

.pre-loader {
  z-index: 99999;
  background-color: rgba(19, 18, 18, 0);
  background-image: linear-gradient(315deg, #1d1428, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 2vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phrase-d-accroche {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 27px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.phrase-d-accroche._2 {
  display: none;
}

.pmp {
  z-index: 99999;
  color: #fff;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  display: block;
  position: relative;
}

.logo-prelo {
  flex: none;
  display: block;
  position: relative;
  bottom: auto;
}

.div-block-224 {
  overflow: visible;
}

.en-savoir-plus {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.home-intro_visual {
  width: 34%;
}

.home-intro_section {
  z-index: 21;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
  position: fixed;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-intro_section._1 {
  z-index: 99999;
  position: relative;
  top: -118%;
}

.home-intro_section._1.page {
  z-index: 1;
  height: 111vh;
  margin-top: 141px;
  top: 0%;
}

.home-intro_section._2 {
  z-index: 1;
  margin-top: 16.4vh;
  position: relative;
  top: 0;
  left: auto;
  right: auto;
}

.home-intro_section._3, .home-intro_section._4, .home-intro_section._5 {
  top: 100%;
}

.container {
  z-index: 2;
  background-color: #000;
  border-radius: 24px 24px 0 0;
  flex-flow: row;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4%;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
  position: relative;
}

.home-intro_content {
  width: 53%;
}

.home-intro_content.mr {
  width: 63%;
}

.home-intro_visual-height {
  padding-top: 120%;
  position: relative;
}

.text-size-h2 {
  text-align: center;
  letter-spacing: -.04em;
  width: 100%;
  max-width: none;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.2;
}

.c_button_link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  min-width: 100%;
  padding: 1em 2.1em;
  line-height: 1;
}

.c_button_link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.home-intro_image {
  object-fit: cover;
  border-radius: .6em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-intro_image.is-top {
  object-position: 50% 0%;
}

.home-intro_image.is-top.id {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.home-intro_image.is-top.ap {
  object-position: 50% 50%;
  display: block;
}

.spacer-96 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 23px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.spacer-32 {
  padding-bottom: 2em;
}

.home-intro_layout {
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer-12 {
  padding-bottom: 2em;
}

.home-intro_p {
  text-align: center;
  text-transform: none;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
}

.spacer-80 {
  padding-bottom: 5em;
}

.image-11 {
  width: 8vw;
  margin-top: 0;
}

.hero__gradient {
  z-index: -1;
  opacity: .9;
  background-image: radial-gradient(circle, #5c31ff, rgba(92, 49, 255, 0) 69%);
  width: 200em;
  height: 200em;
  margin-bottom: -133.1em;
  margin-right: -135.7em;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero__gradient.is--3 {
  z-index: 1;
  opacity: .26;
  filter: blur(4.1em);
  background-image: linear-gradient(#5c31ff, #5c31ff);
  border-radius: 50%;
  margin-bottom: -135.5em;
  margin-left: -162.9em;
  margin-right: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.logo-link {
  opacity: .5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.logo-link:hover {
  opacity: 1;
}

.gradient-wrapper {
  z-index: -1;
  filter: blur(160px);
  min-height: 90vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-bottom-2 {
  margin-bottom: 1rem;
}

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

.html-embed {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  width: 4rem;
}

.hidden-section {
  height: 50vh;
  display: none;
  position: relative;
}

.gradient-for-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fe3218 6%, #ff911a 40%, #e100f5 70%, #450eff);
  -webkit-background-clip: text;
  background-clip: text;
}

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-7 {
  color: #ececec;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1;
}

.link-block {
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: .75rem 1.25rem;
  text-decoration: none;
  display: none;
}

.link-block:hover {
  color: #fff;
  background-color: #fff;
}

.circle {
  background-color: #fe3218;
  border-radius: 50%;
  width: 50vw;
  height: 80vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.circle._4 {
  background-color: #450eff;
  top: auto;
  bottom: -25%;
  left: auto;
  right: -10%;
}

.circle._3 {
  background-color: #e100f5;
  top: auto;
  bottom: -39%;
  left: -4%;
  right: auto;
}

.circle._2 {
  background-color: #000;
  display: none;
  top: -25%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.circle._1 {
  background-color: #7418fe;
  display: none;
  top: 16%;
  left: 1%;
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.contenair-barre.rm-conc {
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.objectif-texte {
  width: 43%;
  margin: 5px 0;
  font-family: Montserrat, sans-serif;
}

.pourcent {
  font-family: Monument Extended, sans-serif;
}

.chiffre {
  width: 19vw;
  font-family: Montserrat, sans-serif;
}

.chiffre-et {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
  position: relative;
}

.barre-chargement {
  background-image: linear-gradient(24deg, #2615e0, #7c0ac8);
  border-radius: 12px;
  width: 100%;
  height: 7px;
  margin-bottom: 4.4vh;
}

.counterup {
  margin-top: 4px;
  margin-bottom: 4px;
}

.meme-ligne {
  margin-bottom: 1.3vh;
  display: flex;
}

.footer-light {
  z-index: 2;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: center;
  align-items: center;
  margin-bottom: 4.4vh;
  display: flex;
}

.footer-brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 1em;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  font-size: .8rem;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fcfcfc;
  margin-right: 2vw;
  font-size: .8rem;
  text-decoration: none;
}

.footer-social-block-two {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-block-two.haut {
  z-index: 4;
  justify-content: flex-end;
  align-items: center;
  margin-right: 5%;
  position: relative;
}

.footer-social-block-two.menu-mobile {
  display: none;
}

.footer-social-link {
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: 12px;
}

.image-12 {
  filter: contrast(1000%) invert() grayscale(200%);
  max-width: 39%;
}

.image-13 {
  width: 5vw;
  max-width: none;
  padding: 16px;
}

.image-13.int {
  width: 5vw;
  padding: 6px;
}

.image-13.x {
  filter: invert();
}

.image-13.x.haut {
  filter: none;
  padding: 5px;
}

.div-block-225 {
  display: flex;
}

.box-h {
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  display: flex;
}

.box-h.c {
  font-size: 2.4rem;
}

.contenair, .div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-color-grey.etoiles {
  margin-bottom: 3.7rem;
}

.text-size-large.text-color-grey.etoiles.cgu {
  color: #fff;
  text-transform: none;
  width: 80%;
  margin-top: 228px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
}

.linkback.w--current {
  margin-bottom: 4.4vh;
}

.link-block-11, .link-block-12 {
  text-decoration: none;
}

.bold-text {
  font-size: 5vw;
}

.link-block-13 {
  text-decoration: none;
}

.link {
  color: #c3c8ff;
}

@media screen and (min-width: 1280px) {
  .grid-2 {
    display: none;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .heading-5.menu {
    color: #000;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .c-menu-item-number {
    display: none;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .link-block-3.conf {
    margin-right: 0;
  }

  .container-large-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .phrase-d-accroche {
    height: 41px;
  }

  .home-intro_image.is-top.jet {
    height: 81%;
  }
}

@media screen and (min-width: 1920px) {
  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .new-div.menu {
    border-top-color: #ededed;
    width: 334px;
  }

  .c-nav-items {
    align-items: center;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .c-nav-menu-overlay {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .inicio-whit.menu {
    color: #000;
    margin-top: 165px;
    font-size: 18px;
    display: block;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .div-mascara {
    justify-content: flex-start;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 334px;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  .text-block-12.menu {
    color: #000;
  }

  .div-hover {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-magnetico {
    justify-content: center;
  }

  .logo-slider-img.nk {
    width: 130px;
  }

  .link-block-3.conf {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: scale-down;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: auto;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .link-block-2 {
    flex: none;
    min-width: auto;
    margin-right: 0;
  }

  .logo_component-slider {
    position: static;
  }

  .pre-loader {
    display: none;
  }

  .phrase-d-accroche {
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 13vw;
  }

  .carousel_img {
    vertical-align: middle;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: end;
    justify-items: end;
    display: grid;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

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

  .logo-slider-img {
    width: 174px;
  }

  .page-padding-3.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-6 {
    font-size: 6vw;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

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

  .section__header {
    margin-bottom: 2rem;
  }

  .home-intro_visual {
    width: 100%;
  }

  .home-intro_section._1, .home-intro_section._2, .home-intro_section._3, .home-intro_section._5 {
    top: 100%;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-intro_content {
    width: 100%;
  }

  .home-intro_content.mr {
    width: 117%;
  }

  .home-intro_image.is-top {
    display: none;
  }

  .home-intro_layout {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    max-width: none;
  }

  .gradient-wrapper {
    filter: blur(180px);
  }

  .heading-7 {
    font-size: 2rem;
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

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

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .box-h {
    text-align: center;
    font-size: 1.5rem;
  }

  .text-size-large {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

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

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

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

  .section__header {
    margin-bottom: 2rem;
  }

  .text-size-h2 {
    font-size: 3.2em;
  }

  .circle {
    height: 80vh;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .text-size-large {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .caroussel2 {
    z-index: 2;
    margin-top: 10.4vh;
    top: -8.2vh;
  }

  .heading {
    text-shadow: 2px 6px 6px #000;
  }

  .body {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
  }

  .grid-2.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    align-items: start;
    justify-items: start;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }

  ._w-nav-social-media {
    display: none;
  }

  .image-9 {
    font-size: 20px;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    justify-content: center;
    align-items: flex-start;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .menu-item-text {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    font-size: .7em;
    font-weight: 300;
  }

  .menu-item-text.contact {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    line-height: .3em;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .c-nav-logo-link {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
  }

  .c-nav-logo {
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-nav {
    z-index: 10;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: none;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .link-block-10 {
    display: none;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .link-block-6 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  ._w-nav {
    padding: 19px 5.5%;
  }

  .c-nav-social-media {
    display: none;
  }

  .text-block-12.menu {
    color: #000;
    text-align: left;
    font-size: .7em;
  }

  .image-10 {
    max-width: 43%;
  }

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

  .margin-bottom.margin-small {
    z-index: 2;
    padding-top: 0;
    position: relative;
  }

  .margin-bottom.margin-small._2 {
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    font-size: 7vw;
  }

  .div-info {
    margin-top: 3vh;
  }

  .div-info._2 {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80vw;
    display: grid;
  }

  .logo-slider-img {
    width: 152px;
    max-width: 222%;
  }

  .logo-slider-img.info {
    width: 35vw;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .page-padding-3.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0%;
  }

  .link-block-3 {
    min-width: 38vw;
    margin-right: 0%;
    position: relative;
  }

  .link-block-3.conf {
    margin-right: 0;
  }

  .logo-slide_section {
    margin-top: -.6vh;
  }

  .heading-6 {
    font-size: 7vw;
  }

  .link-block-2 {
    min-width: 38vw;
    margin-right: 0;
    position: relative;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100vw;
    position: static;
    overflow: visible;
  }

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

  .padding-vertical.padding-xxlarge {
    width: 98vw;
    height: 7.1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }

  .container-large-4 {
    overflow: visible;
  }

  .section__header {
    margin-bottom: 2rem;
  }

  .section__header.conf {
    z-index: 2;
    width: 100vw;
    max-width: 100vw;
    position: relative;
  }

  .div-block-223 {
    z-index: 1;
    background-image: url('../images/bg-XDVS6F-1.jpeg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .pre-loader {
    display: none;
  }

  .phrase-d-accroche {
    justify-content: center;
    align-items: center;
    width: 108vw;
    display: flex;
  }

  .phrase-d-accroche._2 {
    display: none;
  }

  .pmp {
    font-size: 4.3vw;
  }

  .logo-prelo {
    width: 50vw;
    max-width: 100%;
  }

  .div-block-224 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-intro_visual {
    width: 70%;
  }

  .home-intro_section {
    top: 100%;
  }

  .home-intro_section._1.page {
    height: 1007px;
    margin-top: 121px;
  }

  .container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0%;
    display: block;
    overflow: hidden;
  }

  .home-intro_content {
    flex-flow: column;
    display: flex;
  }

  .home-intro_content.mr {
    width: auto;
  }

  .text-size-h2 {
    max-width: none;
    font-size: .8em;
  }

  .c_button_link {
    min-width: auto;
    margin-left: 47px;
    margin-right: 47px;
    font-size: .6rem;
  }

  .home-intro_image.is-top, .home-intro_image.is-top.id {
    display: block;
  }

  .spacer-96 {
    margin-top: 0;
    margin-bottom: 29px;
  }

  .home-intro_layout {
    height: auto;
  }

  .home-intro_p {
    font-size: .8rem;
  }

  .image-11 {
    width: 17vw;
  }

  .hero__gradient {
    z-index: 1;
  }

  .gradient-wrapper {
    filter: blur(59px);
  }

  .circle._4 {
    width: 90vw;
    height: 104vh;
  }

  .chiffre {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .footer-light {
    margin-top: 0;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin: 0;
    font-size: .6rem;
    text-decoration: none;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-block-two.menu-mobile {
    filter: invert();
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .footer-social-link.menu-mobile {
    margin-left: 0;
  }

  .image-13 {
    width: 8vw;
    padding: 7px;
  }

  .image-13.int {
    width: 8vw;
    padding: 0;
  }

  .image-13.x {
    padding: 7px;
  }

  .div-block-225 {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 95%;
    margin-top: 24px;
  }

  .box-h {
    font-size: .6rem;
  }

  .box-h.c {
    margin-top: -12px;
    margin-bottom: -12px;
    font-size: 1.5rem;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .bold-text {
    font-size: 7vw;
  }

  .link-block-13 {
    text-decoration: none;
  }
}

#w-node-ce010d6b-018e-fd31-4d76-db31d814aa4d-196a32ea, #w-node-ce010d6b-018e-fd31-4d76-db31d814aa68-196a32ea, #w-node-c25f804b-4d50-4772-3b72-ea04fc457ec3-00efded8, #w-node-c25f804b-4d50-4772-3b72-ea04fc457eef-00efded8, #w-node-_6c340919-f87f-3086-5419-59e4a4fa414c-5339f4fb, #w-node-_6c340919-f87f-3086-5419-59e4a4fa4169-5339f4fb, #w-node-_33f2c072-4a17-0494-7dbb-7e5701c750fc-ce1d946b, #w-node-_33f2c072-4a17-0494-7dbb-7e5701c75128-ce1d946b, #w-node-_96a4044c-d099-f144-e3ee-c3684a67384c-29a830fc, #w-node-_96a4044c-d099-f144-e3ee-c3684a673839-29a830fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-d180a31a-887a-fb11-06ae-cea582a1dd14-82a1dc87, #w-node-d180a31a-887a-fb11-06ae-cea582a1dd15-82a1dc87, #w-node-d180a31a-887a-fb11-06ae-cea582a1dd16-82a1dc87 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/PPMonumentExtended-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}