:root {
  --color: white;
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.logo-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.nav-dropdown-icon {
  display: none;
}

.dropdown-bridge {
  height: 12px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
}

.nav-dropdown-link-2 {
  color: #30364d;
  padding: 9px 20px 11px;
  font-size: 14px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link-2:hover {
  color: #9165f7;
  background-color: #ededff;
}

.nav-dropdown-link-2.w--current {
  color: #30364d;
  font-weight: 400;
}

.nav-dropdown-link-2.w--current:hover {
  color: #9165f7;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px rgba(48, 54, 77, .22);
}

.logo-icon {
  height: 40px;
  margin-right: 12px;
}

.nav-dropdown-link-non-dispo {
  color: #30364d;
  padding: 9px 20px 11px;
  font-size: 14px;
  transition: color .1s, background-color .1s;
  display: none;
}

.nav-dropdown-link-non-dispo:hover {
  color: #9165f7;
  background-color: #ededff;
}

.nav-dropdown-link-non-dispo.w--current {
  color: #30364d;
  font-weight: 700;
}

.nav-dropdown-link-non-dispo.w--current:hover {
  color: #9165f7;
}

.button-7 {
  height: 48px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-7:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px rgba(145, 101, 247, .6);
}

.button-7.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-7.small.white {
  color: #9165f7;
  background-image: linear-gradient(#fff, #fff);
}

.dropdown-corner {
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.menu-icon {
  width: 20px;
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 8px;
  padding-bottom: 8px;
}

.wrapper-2 {
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.wrapper-2.nav-bar-wrapper {
  height: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.nav-link-2-non-dispo {
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  transition: background-color .4s;
  display: none;
}

.nav-link-2-non-dispo:hover {
  background-color: rgba(48, 54, 77, .1);
}

.nav-link-2-non-dispo.w--current {
  color: #fff;
  font-weight: 700;
}

.navigation-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.menu-icon-line-bottom-2 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.menu-icon-line-middle-2 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-icon-line-top-2 {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.nav-menu-2 {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.link-non-dispo {
  display: none;
}

.nav-link-2 {
  color: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  transition: background-color .4s;
}

.nav-link-2:hover {
  background-color: rgba(48, 54, 77, .1);
}

.nav-link-2.w--current {
  color: #fff;
  font-weight: 700;
}

.nav-bar-v2 {
  z-index: 100;
  width: 100%;
  height: 88px;
  background-color: #122b44;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.brand-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.brand-2.w--current {
  position: static;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  height: 48px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button:hover {
  transform: translate(0, -3px);
  box-shadow: 0 6px 12px -2px rgba(145, 101, 247, .6);
}

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

.button.small.ghost {
  color: #fff;
  text-transform: none;
  background-image: none;
  border-style: solid;
  border-color: #fff;
  border-radius: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  transition-property: none;
}

.button.small.ghost:hover {
  box-shadow: none;
  color: #000;
  background-color: #fff;
}

.header {
  height: 100%;
}

.section-header {
  height: 100vh;
  background-color: #122b44;
  background-image: url('../images/Group-35422597.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 220px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px;
}

.paragraph.black {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.paragraph.black.gauche {
  color: #fff;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph.black.temoignage {
  color: #004076;
  font-size: 25px;
}

.paragraph.black.temoignage.variante {
  font-size: 20px;
}

.paragraph.variante-blanc {
  text-align: left;
  align-self: auto;
  margin-top: 0;
  font-size: 15px;
}

.block-header {
  width: 80%;
  max-width: 1220px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.btn-header {
  color: #3563e9;
  background-color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 700;
}

.btn-header-contour {
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

._2-btn {
  max-width: 1220px;
  flex: 0 auto;
  margin-top: 40px;
  font-family: Raleway, sans-serif;
  display: flex;
}

.image {
  width: 81%;
  height: 674px;
}

.video {
  width: 825px;
  height: 420px;
  padding-bottom: 0;
}

.img-header {
  width: auto;
  height: auto;
  max-width: 1220px;
}

.section-reassurrants {
  background-color: #122b44;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.block-reassurants {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: padding-box;
  border-radius: 10px;
  outline: 3px #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.icone-reassurant {
  width: 50px;
  text-align: left;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
}

.icone-reassurant.variante {
  width: 50px;
  text-align: left;
  align-self: center;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding-top: 0;
}

.icone-reassurant.processus {
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.texte-reassurant {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.sous-texte-reassurant {
  text-align: center;
}

.text-grey {
  color: #616161;
  font-family: Montserrat, sans-serif;
}

.wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1220px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.wrapper.cta {
  height: 83%;
  background-color: rgba(0, 64, 118, 0);
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.footer {
  flex-direction: row;
  justify-content: space-between;
}

.main-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.questions-list {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -24px;
  display: grid;
}

.section {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section.haze {
  background-color: #f8f8ff;
}

.heading-margin-big {
  color: #030303;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.heading-margin-big.center {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-style: normal;
}

.heading-margin-big.center.cta {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}

.link-arrow-icon {
  width: 24px;
  margin-top: 1px;
  margin-left: 4px;
}

.feature-info-right {
  flex: 1;
  padding-left: 0;
}

.question-v1 {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 4%;
  display: flex;
}

.icon-full-width {
  width: 100%;
}

.intro {
  z-index: 1;
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.left {
  width: 100%;
  max-width: none;
  text-align: left;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.intro.left.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}

.arrow-link {
  color: #9165f7;
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.icon-box {
  width: 48px;
  height: 48px;
  background-image: linear-gradient(#fff, #ededff);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px rgba(48, 54, 77, .3);
}

.icon-box.big {
  width: 60px;
  height: 60px;
  box-shadow: none;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  padding: 16px;
}

.icone-texte {
  color: #000;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
}

.sous-titre-avantages {
  color: #757575;
  margin-bottom: 20px;
}

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

.section-t-moignage {
  padding-top: 49px;
  padding-bottom: 49px;
}

.grid-temoignages {
  width: 70%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
}

.block-temoignage {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.texte-temoignage {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.img-temoignage {
  margin-top: 15px;
}

.nom-temoignage {
  color: #757575;
}

.section-cta {
  background-image: url('../images/Group-35422597-1.svg');
  background-position: 0 0;
  background-size: auto;
}

.btn-cta {
  color: #000;
  text-transform: none;
  background-color: #fff;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.btn-cta.nomargin {
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
}

.btn-cta.nomargin.transparent {
  color: #fff;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
  background-color: #122b44;
  border: 1px solid #fff;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.sous-titre-cta {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.separateur {
  width: 350px;
  border-bottom: 1px solid #000;
  margin-top: 35px;
  margin-bottom: 35px;
}

.section-produit {
  background-color: #122b44;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-produit {
  width: 100%;
  align-content: center;
}

.bloc-text-produit {
  margin-left: 15px;
}

.sous-titre {
  color: #5f5f5f;
  margin-bottom: 14px;
}

.h2 {
  color: #fff;
  margin-top: 0;
  font-size: 35px;
  font-style: italic;
}

.image-produit {
  height: auto;
}

.section-t-moignage-2 {
  padding-top: 49px;
  padding-bottom: 49px;
}

.block-temoignage-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.section-formulaire {
  background-color: #f7f9fe;
  padding-top: 49px;
  padding-bottom: 49px;
}

.form-block {
  width: 100%;
  border: 1px #004076;
  margin-top: 25px;
  padding: 50px 50px 25px;
}

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

.text-field {
  background-color: #f7f9fe;
  border: 1px solid #004076;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.text-field-2 {
  -webkit-text-stroke-color: #004076;
  background-color: #f7f9fe;
  border: 1px solid #004076;
  border-radius: 14px;
}

.text-block {
  color: #004076;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.submit-button {
  width: 200px;
  background-color: #004076;
  border-radius: 17px;
}

.footer {
  background-color: #122b44;
  padding-top: 49px;
  padding-bottom: 49px;
}

.footer.hidden {
  display: none;
  overflow: visible;
}

.lien-footer {
  color: #fff;
}

.heading-2 {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-left: 3px solid #cfab6e;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
}

.heading-3 {
  color: #004076;
}

.sous-img-blog {
  width: 100%;
  height: 65px;
  background-image: linear-gradient(#c61146, #c61146);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag {
  width: 30px;
}

.text-block-2 {
  color: #fff;
  margin-left: 20px;
  font-size: 25px;
  font-weight: 700;
}

.image-3 {
  width: 100%;
}

.video-2 {
  width: 100%;
  height: 600px;
}

.texte-temoignage-2 {
  color: #004076;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 25px;
}

.descr-reassurant {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #cfab6e;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  margin: 0 20px 5px;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.descr-reassurant.bloc-processus {
  color: #000;
  text-align: left;
  border-top-color: rgba(255, 255, 255, .01);
  align-self: flex-start;
  margin-bottom: 20px;
  padding-top: 10px;
}

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

.text-block-3 {
  align-self: center;
  margin-bottom: 40px;
  margin-left: 20px;
}

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

.section-processus {
  mix-blend-mode: darken;
  padding-top: 49px;
  padding-bottom: 49px;
}

.heading-4 {
  text-align: left;
  border-top: 2px solid #cfab6e;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 60px;
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  font-style: italic;
}

.grid-produit-copy {
  width: 100%;
  background-color: #122b44;
  align-content: center;
}

.block-reassurants-copy {
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  opacity: 1;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: padding-box;
  border-radius: 10px;
  outline: 3px #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  box-shadow: 0 8px 5px rgba(0, 0, 0, .2);
}

.btn-header-contacter {
  color: #000;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.text-span-2, .text-span-3 {
  color: #fff;
}

.text-span-4 {
  color: #cd2653;
  font-style: italic;
}

.text-span-5 {
  color: #cfab6e;
  font-size: 30px;
}

.image-4 {
  align-self: flex-end;
}

.image-5, .image-6 {
  align-self: flex-end;
  margin-top: 40px;
}

.text-span-6 {
  color: #cfab6e;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-2 {
  color: #fff8f8;
  font-family: Montserrat, sans-serif;
}

.paragraph-2.variante-blanc {
  padding-left: 20px;
  font-size: 13px;
}

.quick-stack {
  align-self: center;
  padding-top: 60px;
}

.image-7 {
  padding-left: 20px;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 40%;
  align-items: stretch;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
  overflow: visible;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: #f1f4f8;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  color: #1b2148;
  -webkit-text-stroke-color: #000;
  font-size: 1.1875rem;
}

.cookie-modal_button_text {
  color: #000;
  -webkit-text-stroke-color: purple;
}

.cookie-modal_button_text.blanc {
  color: #000;
  border: 1px #000;
  font-weight: 700;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f1f4f8;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_button {
  color: #000;
  text-align: center;
  background-color: #f1f4f8;
  border: 1px solid #000;
  border-radius: 0;
  padding: .7rem 1.5em;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  color: #fff;
  background-color: #fff;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: block;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.heading-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

@media screen and (min-width: 1440px) {
  .nav-dropdown-link-2.w--current, .nav-dropdown-link-non-dispo.w--current {
    text-align: left;
    font-weight: 400;
  }

  .nav-link-2-non-dispo {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .button-7.small.white {
    color: #9165f7;
    background-image: linear-gradient(#fff, #fff);
  }

  .navigation-2 {
    justify-content: center;
  }

  .nav-menu-2 {
    justify-content: flex-start;
  }

  .button {
    background-image: linear-gradient(to right, #b87df9, #6a4ee1);
  }

  .button.small.ghost {
    color: #fff;
    border-color: #fff;
  }

  .section-header {
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
    overflow: visible;
  }

  .main-grid {
    justify-content: start;
  }

  .cookie-popup_component {
    max-width: 30%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: flex-start;
  }

  .cookie-modal_component {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-buttons {
    grid-column-gap: 12px;
  }

  .nav-dropdown-icon {
    opacity: .4;
    margin-right: 24px;
    display: inline-block;
  }

  .dropdown-bridge {
    display: none;
  }

  .nav-dropdown-link-2 {
    padding-left: 24px;
    font-size: 13px;
  }

  .nav-dropdown-link-2:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown-link-2.w--current {
    color: #30364d;
  }

  .dropdown-list.w--open {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    padding: 0 16px 12px;
    position: relative;
    box-shadow: 0 1px rgba(255, 255, 255, .12);
  }

  .nav-dropdown-link-non-dispo {
    padding-left: 24px;
    font-size: 13px;
  }

  .nav-dropdown-link-non-dispo:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-dropdown-link-non-dispo.w--current {
    color: #30364d;
  }

  .dropdown-corner {
    display: none;
  }

  .wrapper-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-2.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2-non-dispo {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

  .nav-link-2-non-dispo:hover {
    background-color: #fff;
  }

  .nav-link-2-non-dispo.w--current {
    color: #30364d;
  }

  .nav-link-2-non-dispo.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .navigation-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    z-index: 2147483647;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2.w--open {
    color: #30364d;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    max-height: 90vh;
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .nav-link-2 {
    color: #30364d;
    background-color: #fff;
    border-radius: 0;
    padding: 12px 24px;
  }

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

  .nav-link-2.w--current {
    color: #30364d;
  }

  .nav-link-2.w--open {
    box-shadow: inset 0 1px #ededff;
  }

  .nav-bar-v2 {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    padding-top: 104px;
    padding-bottom: 80px;
  }

  .intro {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 767px) {
  .nav-buttons {
    display: none;
  }

  .logo-text {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .nav-bar-v2 {
    height: 60px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .intro.left.sticky {
    position: static;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-buttons {
    width: 100%;
    justify-items: center;
  }

  .button-7.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-icon {
    display: none;
  }

  .navigation-2 {
    justify-content: center;
  }

  .menu-button-2 {
    display: none;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .button.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.small.ghost {
    margin-right: 16px;
  }

  .button.small.ghost.mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 20px;
    line-height: 40px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.black.gauche {
    font-size: 14px;
  }

  .btn-header-contour {
    text-align: center;
    margin-bottom: 10px;
  }

  ._2-btn {
    flex-direction: column;
  }

  .img-header {
    max-width: 100%;
  }

  .section-reassurrants {
    justify-content: center;
    display: flex;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .wrapper {
    display: block;
  }

  .wrapper.footer {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .heading-margin-big.center.cta {
    margin-top: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .feature-info-right {
    padding-left: 20px;
  }

  .question-v1 {
    padding-right: 0;
  }

  .grid-temoignages {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

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

  .sous-titre-cta {
    text-align: center;
    font-size: 13px;
  }

  .separateur {
    width: 50%;
  }

  .grid-produit {
    flex-direction: column;
    display: flex;
  }

  .h2 {
    font-size: 20px;
  }

  .form-block {
    width: 100%;
  }

  .form {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .video-2 {
    height: 400px;
  }

  .grid-produit-copy {
    flex-direction: column;
    display: flex;
  }

  .btn-header-contacter {
    text-align: center;
    margin-bottom: 10px;
  }

  .cookie-popup_component {
    max-width: 100%;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-modal_button-wrap.is-small {
    background-color: #fff;
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_title.is-small, .cookie-modal_button_text.blanc {
    color: #000;
  }

  .cookie-modal_closebutton {
    background-color: #fff;
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_closebutton_line.is-right {
    background-color: #000;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .heading-copy {
    font-size: 20px;
    line-height: 40px;
  }
}

#w-node-_106529ca-fe01-65db-1126-1420c837a386-651561ca, #w-node-_6412185e-740d-f998-026f-cdd8c55669b6-651561ca, #w-node-_2f6cfe90-7bfa-0916-2d24-af959d5c8bf8-651561ca, #w-node-c66bc566-5fbc-c881-5cf2-e19bfcc98e1c-651561ca, #w-node-_04bdda09-0684-0170-c298-6e5b5e37dd56-651561ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de2f5f11-2f39-d74c-5ea3-766c2be39099-651561ca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: stretch;
}

#w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a0-651561ca {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2173be6e-2701-62ca-82bc-e34b4922d685-651561ca, #w-node-_431a128a-833e-f45a-6a60-325779b35691-651561ca, #w-node-_9f087d73-1d67-59b4-4e40-168bbc5fbb8a-651561ca, #w-node-_5e02225e-d129-a058-9bc3-8a1a13a4665b-651561ca, #w-node-f14431e8-9777-0657-d956-26a6bb3ef42b-651561ca, #w-node-f14431e8-9777-0657-d956-26a6bb3ef433-651561ca, #w-node-f14431e8-9777-0657-d956-26a6bb3ef43b-651561ca, #w-node-f14431e8-9777-0657-d956-26a6bb3ef443-651561ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3df59320-fed8-89d8-6d89-2f3897b23e9f-651561ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_83f6cd00-1744-5021-0efa-7e9da1f4e13a-651561ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e85f7cb9-2809-5163-24b1-8ed52d1d40ad-651561ca {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0c169fcc-56c6-5b5c-d635-88a25d339797-651561ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Email-3.w-node-_52af2934-09dc-8b1f-a8dc-632b4eb9950f-651561ca, #T-l-phone.w-node-_8884bb77-37a1-7498-e7ac-9e4f64d2f1e2-651561ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cd7e9c3f-3fcb-1e55-ed65-ce18f6d4960b-651561ca {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be39099-651561ca {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a0-651561ca {
    grid-area: 1 / 4 / 2 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be39099-651561ca {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a0-651561ca {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be39099-651561ca, #w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a0-651561ca {
    grid-column: span 4 / span 4;
  }

  #w-node-e85f7cb9-2809-5163-24b1-8ed52d1d40ad-651561ca {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


