:root {
  --black: #3a3b43;
  --gris-clair: #696b70;
  --white: white;
  --color: var(--orange);
  --bleu-clair: #00b3c6;
  --orange: #ec7206;
}

.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 {
  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;
  height: 48px;
  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;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

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

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

.wrapper-2.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  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 {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
}

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

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

.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;
  background-color: #01abc4;
  justify-content: center;
  width: 100%;
  height: 88px;
  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 {
  color: #fff;
  text-align: center;
  letter-spacing: .46px;
  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;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  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 {
  aspect-ratio: auto;
  color: #00b3c6;
  text-transform: uppercase;
  background-color: #fff;
  background-image: none;
  border-style: solid;
  border-color: #fff;
  border-radius: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  transition-property: none;
}

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

.header {
  height: 100%;
}

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

.heading {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 50px;
}

.paragraph {
  color: #f5f5f5;
  text-align: center;
  margin: 10px 40px 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.black {
  color: #fff;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.black.gauche {
  color: var(--black);
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  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;
}

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

.paragraph.black-copy.gauche {
  color: var(--gris-clair);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

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

.block-header {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-width: 1220px;
  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-align: center;
  text-transform: none;
  background-color: #00b3c6;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.btn-header-contour:hover {
  color: #000;
  background-color: #fff;
}

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

.image {
  background-color: rgba(26, 26, 26, .25);
  width: 81%;
  height: 674px;
}

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

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

.section-reassurrants {
  background-color: var(--white);
  margin: 0 60px auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

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

.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 {
  text-align: left;
  align-self: center;
  width: 100px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 0;
}

.icone-reassurant.variante {
  text-align: left;
  align-self: center;
  width: 100px;
  max-width: 70%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  font-size: 40px;
}

.icone-reassurant.processus {
  text-align: center;
  align-self: flex-start;
  margin: 40px auto 20px;
}

.texte-reassurant {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

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

.text-grey {
  color: #696b70;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.wrapper {
  z-index: 2;
  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;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

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

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

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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 auto auto;
  grid-template-columns: auto;
  grid-auto-rows: auto;
  grid-auto-columns: auto;
  margin-top: 100px;
  margin-bottom: -24px;
  margin-right: 40px;
  display: grid;
}

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

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

.heading-margin-big {
  color: #030303;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  align-self: stretch;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.heading-margin-big.center {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}

.heading-margin-big.center.cta {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: var(--color);
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}

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

.feature-info-right {
  flex: 1;
  margin-left: 20px;
  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;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  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;
}

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

.icone1.big4 {
  box-shadow: none;
  background-image: url('../images/Avatar-2.svg');
  background-position: 0 0;
  background-size: auto;
  width: 60px;
  height: 60px;
  padding: 16px;
}

.icone1.big-copy {
  box-shadow: none;
  background-image: url('../images/Group-7.svg');
  background-position: 0 0;
  background-size: auto;
  width: 60px;
  height: 60px;
  padding: 16px;
}

.icone1.big2 {
  box-shadow: none;
  background-image: url('../images/Avatar-1.svg');
  background-position: 0 0;
  background-size: auto;
  width: 60px;
  height: 60px;
  padding: 16px;
}

.icone1.big-3 {
  box-shadow: none;
  background-image: url('../images/Avatar.svg');
  background-position: 0 0;
  background-size: auto;
  width: 60px;
  height: 60px;
  padding: 16px;
}

.icone-texte {
  color: #000;
  background-image: url('../images/Group-7.svg');
  background-position: 0 0;
  background-size: auto;
  border: 3px #000;
  border-radius: 20px;
  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 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 70%;
  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 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Subscribtion.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 100%;
  background-attachment: scroll;
  font-family: Lato, sans-serif;
  line-height: 400px;
}

.btn-cta {
  float: none;
  clear: none;
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  text-transform: none;
  object-fit: fill;
  background-color: #00b3c6;
  border-radius: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 19px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: static;
}

.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: #00b3c6;
  border: 1px solid #00b3c6;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.sous-titre-cta {
  color: #fff;
  text-align: center;
  margin-bottom: -18px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

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

.section-produit {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 50px;
  margin-bottom: 0;
}

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

.bloc-text-produit {
  color: var(--black);
  margin-left: 20px;
}

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

.h2 {
  color: var(--bleu-clair);
  -webkit-text-stroke-color: #971717;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
}

.h2.bi {
  color: var(--orange);
}

.image-produit {
  height: auto;
  margin-top: 40px;
  margin-right: 20px;
}

.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;
  background-image: url('../images/Contact.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 49px;
  padding-bottom: 49px;
}

.form-block {
  border: 1px #004076;
  width: 100%;
  margin-top: 0;
  padding: 0 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: block;
  overflow: visible;
}

.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 {
  background-color: #004076;
  border-radius: 17px;
  width: 200px;
}

.submit-button.blue {
  background-color: var(--bleu-clair);
  color: #fff;
  margin: auto;
  font-family: Lato, sans-serif;
}

.footer {
  background-color: var(--black);
  color: #3a3b43;
  padding-top: 49px;
  padding-bottom: 49px;
}

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

.lien-footer {
  color: #fff;
}

.heading-2 {
  color: #3a3b43;
  border: 1px #000;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.heading-3 {
  color: #004076;
}

.sous-img-blog {
  background-image: linear-gradient(#c61146, #c61146);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  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: var(--gris-clair);
  text-align: center;
  border-top-color: rgba(255, 255, 255, .01);
  align-self: flex-start;
  margin-bottom: 20px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
}

.text-span {
  font-size: 25px;
  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;
  background-image: url('../images/Group-8.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 49px;
  padding-bottom: 49px;
}

.heading-4 {
  text-align: center;
  border: 1px #000;
  align-self: center;
  margin: 0 20px;
  padding-top: 10px;
  font-family: Lato, sans-serif;
  font-style: normal;
}

.grid-produit-copy {
  background-color: var(--white);
  grid-template-areas: ". ."
                       ". Area";
  align-content: center;
  width: 100%;
}

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

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

.btn-header-contacter:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
}

.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: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.paragraph-2.variante-blanc {
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

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

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

.cookie-modal_description {
  font-family: Lato, sans-serif;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 40%;
  display: block;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.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-family: Lato, sans-serif;
  font-size: 1.1875rem;
}

.cookie-modal_button_text {
  color: #fff;
  -webkit-text-stroke-color: purple;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
}

.cookie-modal_button_text.blanc {
  background-color: var(--bleu-clair);
  color: #fff;
  border: 1px #000;
  font-weight: 700;
}

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

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f1f4f8;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  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 {
  background-color: var(--bleu-clair);
  color: #000;
  border-width: 1px;
  border-color: #000;
  border-radius: 16px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: .9375rem;
}

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

.cookie-modal_button.is-secondary {
  background-color: var(--bleu-clair);
  color: #515750;
  background-image: none;
  border-width: 1px;
  border-color: #fffefe;
  border-radius: 16px;
  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 {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

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

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

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  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);
}

.bold-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.italic-text-3 {
  color: #696b70;
  font-family: Lato, sans-serif;
  font-style: normal;
}

.italic-text-4 {
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.bold-text-2 {
  margin-left: auto;
  margin-right: auto;
}

.bold-text-3 {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 900;
}

.italic-text-5 {
  color: #696b70;
  margin-left: 40px;
  margin-right: 40px;
  font-style: normal;
}

.heading-1 {
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.text-span-7 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
}

.text-span-8 {
  color: #00b3c6;
  text-align: left;
  font-size: 40px;
  font-weight: 900;
  line-height: 60px;
  display: flex;
}

.bold-text-4 {
  text-align: center;
  text-decoration: none;
}

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

.grid-copy.process {
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-5 {
  font-weight: 400;
}

.button-8 {
  background-color: var(--bleu-clair);
  border-radius: 16px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 19px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.button-8.bi {
  background-color: var(--orange);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.bg {
  background-color: #3563e9;
}

.size-large-icon-left-false-icon-right-false-color-secondary-state-default-round-false-dark-false {
  grid-column-gap: 10px;
  background-color: #3563e9;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 22px;
  text-decoration: none;
  display: flex;
}

.alignment-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #696b70;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.text.titre {
  color: #ec7206;
  font-size: 44px;
  font-weight: 700;
}

.star-1 {
  background-color: rgba(26, 26, 26, .25);
}

.style-image {
  grid-column-gap: 10px;
  background-color: #eff3fd;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 401px;
  height: 277px;
  padding: 256px 674px;
  text-decoration: none;
  display: flex;
}

.vector {
  border-style: solid;
  border-width: undefinedpx;
  border-color: #212121;
}

.mobile-true-alignment-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.size-body-alignment-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 28px;
  text-decoration: none;
  display: flex;
}

.mobile-false-alignment-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.size-body-alignment-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 28px;
  text-decoration: none;
  display: flex;
}

.union {
  background-color: rgba(26, 26, 26, .25);
}

.polygon-2, .polygon-3 {
  background-color: #d9d9d9;
}

.ellipse-3 {
  background-color: rgba(26, 26, 26, .25);
}

.card {
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 50px #dbdbdb;
}

.icpone {
  background-color: #ec7206;
  border-radius: 240px;
}

.compr-hension-de-vos-besoins {
  color: #3a3b43;
  text-align: center;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.error-014f5dfd-134e-2fa7-863a-3abb99b4cd2c {
  color: #696b70;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.h-c3-a7_-c3-a8gbyb_-png {
  background-color: #ec7206;
  border-radius: 240px;
}

.mise-en-place-d-outils {
  color: #3a3b43;
  text-align: center;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.error-fc5a4ebc-5f66-0d74-efa4-781401de57c1 {
  color: #696b70;
  text-align: center;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.suivi-et-accompagnement {
  color: #3a3b43;
  text-align: center;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: none;
}

.error-c1bb9fcd-b94c-4b8c-21aa-3263199a7754 {
  color: #696b70;
  text-align: center;
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.navbarre {
  background-color: #3a3b43;
}

._04-78-22-51-15-3-chem-du-jubin-69570-dardilly {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27.2px;
  text-decoration: none;
}

.power-bi {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1442px;
  height: 571px;
  padding: 80px 120px;
  text-decoration: none;
  display: flex;
}

.placeholder-image {
  border-radius: 8px;
}

.typography-h2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
}

.typography-paragraph {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 28px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.frame-58 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-13 {
  grid-column-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-contained {
  grid-column-gap: 10px;
  color: #fdfdff;
  background-color: #ec7206;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: var(--black);
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.list-item, .list-item-2, .list-item-3 {
  color: var(--gris-clair);
  font-family: Lato, sans-serif;
}

.heading-6 {
  color: #3a3b43;
  text-align: left;
  font-size: 30px;
}

.list-item-4 {
  color: var(--gris-clair);
  font-family: Lato, sans-serif;
}

.list {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.list-2 {
  min-height: 25px;
  line-height: 25px;
}

.bold-text-6 {
  font-weight: 400;
}

.text-span-9 {
  font-weight: 900;
}

.hubspot-formwrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  padding: 1rem;
  font-family: Lato, sans-serif;
  display: flex;
}

.hubspot-form {
  align-self: flex-start;
  width: auto;
  max-width: 500px;
  margin: auto;
  padding: 10px 20px;
}

.form_remplir {
  box-sizing: border-box;
  color: #33475b;
  text-align: left;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  height: 40px;
  margin: auto;
  padding: 9px 10px;
  font-family: arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.hubspot-label {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  width: auto;
  max-width: 500px;
  margin: auto;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.hubspot-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #00b3c6;
  border-style: solid;
  border-width: 1px;
  border-radius: 7px;
  width: 90%;
  max-width: 500px;
  height: 40px;
  margin: auto;
  padding: 12px 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 12px;
  transition: all .15s linear;
  display: block;
  position: relative;
  top: 20px;
}

.hubspot-checkbox {
  margin-right: 1rem;
}

.hubspot-legalconsent {
  margin-top: 1rem;
}

.p {
  color: #fff;
  font-family: Lato, sans-serif;
}

.p-2, .label, .p-3 {
  color: #fff;
}

.p-4, .label-2, .p-5 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.p-6 {
  color: #fff;
  margin: auto;
  font-family: Lato, sans-serif;
}

.label-3 {
  color: var(--white);
  margin: auto;
  font-family: Lato, sans-serif;
}

.form_area {
  opacity: 1;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  height: 40px;
  margin: auto;
  padding: 10px 20px;
}

.input-2 {
  border-radius: 15px;
}

.texte_consent {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.area_message {
  border-radius: 16px;
  width: 90%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 75px;
}

.button-9 {
  background-color: var(--bleu-clair);
  color: #fff;
  border-radius: 16px;
  margin: auto;
  padding: 5px 19px;
  font-family: Lato, sans-serif;
}

.form-2 {
  margin: auto;
  padding: 10px;
}

.button_header {
  color: var(--bleu-clair);
  background-color: #fefeff;
  border-radius: 16px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.button_header:hover {
  color: var(--black);
  mix-blend-mode: darken;
}

.bold-text-8 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.bold-text-9 {
  font-size: 20px;
}

.bold-text-10, .bold-text-11 {
  font-weight: 900;
}

.submit-button-2 {
  background-color: #00b3c6;
  border-radius: 19px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.submit-button-3 {
  background-color: #00b3c6;
  border-radius: 13px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.label_form {
  color: #fff;
  margin: auto;
  font-family: Lato, sans-serif;
}

.input_hb {
  border: 1px solid #fff;
  border-radius: 8px;
  width: 70%;
  height: 30px;
  margin: auto;
  font-family: Lato, sans-serif;
}

.p-7 {
  color: #fff;
}

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

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

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

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

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

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

@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 {
    -webkit-text-fill-color: inherit;
    background-size: cover;
    background-clip: border-box;
    height: 100vh;
    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 {
    background-color: #fff;
    border-bottom: 1px solid #ededff;
    max-height: 90vh;
    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 {
    justify-items: center;
    width: 100%;
  }

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

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

  .paragraph, .paragraph.black-copy.gauche {
    font-size: 13px;
    line-height: 20px;
  }

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

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

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

  .section-reassurrants {
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 140px 140px;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
    font-family: Lato, sans-serif;
    display: grid;
  }

  .block-reassurants {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .icone-reassurant {
    width: 155px;
    max-width: 70%;
    margin-bottom: 20px;
  }

  .texte-reassurant {
    color: var(--black);
    font-size: 15px;
  }

  .wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.cta {
    margin-bottom: 220px;
  }

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

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template: "Area"
                   "."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-margin-big {
    margin-left: 10px;
    margin-right: 60px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading-margin-big.center {
    line-height: 25px;
  }

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

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

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

  .intro.left.sticky {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

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

  .section-cta {
    background-image: none;
  }

  .btn-cta.nomargin.transparent {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .sous-titre-cta {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .separateur {
    width: 50%;
  }

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

  .h2 {
    font-size: 25px;
  }

  .image-produit {
    width: 1px;
    margin-left: 20px;
    overflow: visible;
  }

  .form-block {
    width: 100%;
  }

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

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

  .video-2 {
    height: 400px;
  }

  .grid-produit-copy {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    aspect-ratio: auto;
    flex-direction: column;
    grid-template: ". ." minmax(200px, 1fr)
                   "Area Area"
                   ". ."
                   / .25fr;
    grid-auto-columns: 5fr;
    align-items: center;
    justify-items: center;
    display: grid;
    overflow: visible;
  }

  .grid-produit-copy.mobile {
    grid-template-rows: minmax(200px, 1fr) auto;
    grid-template-columns: minmax(200px, 5.25fr);
    grid-auto-columns: minmax(0, .25fr);
    align-items: center;
    justify-items: center;
  }

  .block-reassurants-copy {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .paragraph-2.variante-blanc {
    font-size: 8px;
  }

  .quick-stack {
    font-size: 13px;
  }

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

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

  .bold-text {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 15px;
  }

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

  .text-span-7 {
    color: #3a3b43;
    line-height: 15px;
  }

  .text-span-8 {
    font-size: 30px;
    line-height: 30px;
  }

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

  .grid-copy.process {
    align-self: center;
    margin-bottom: 140px;
  }

  .text.titre {
    font-size: 40px;
    line-height: 35px;
  }

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

  .placeholder-image {
    aspect-ratio: auto;
    width: 500px;
    max-width: 125%;
    height: 100px;
    line-height: 40px;
  }

  .typography-h2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 25px;
  }

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

  .heading-6 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .list {
    font-size: 12px;
    line-height: 20px;
  }

  .bold-text-7 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .form-block-2 {
    width: 100%;
  }

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

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

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

#w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a0-55c3240a {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: start;
}

#w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a1-55c3240a, #w-node-_2173be6e-2701-62ca-82bc-e34b4922d685-55c3240a, #w-node-_5e02225e-d129-a058-9bc3-8a1a13a46659-55c3240a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c644b91c-3e95-6910-dfdd-90c4bda89dbd-55c3240a {
  align-self: center;
  justify-self: start;
}

#w-node-f14431e8-9777-0657-d956-26a6bb3ef433-55c3240a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: center;
}

#w-node-f14431e8-9777-0657-d956-26a6bb3ef43b-55c3240a, #w-node-f14431e8-9777-0657-d956-26a6bb3ef443-55c3240a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

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

#w-node-ceed8859-c137-0b00-ba45-c729fe604a53-55c3240a {
  grid-area: Area;
}

#w-node-_83f6cd00-1744-5021-0efa-7e9da1f4e13a-55c3240a, #w-node-_225b60e4-491e-f719-e352-d6699114a6c9-55c3240a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_225b60e4-491e-f719-e352-d6699114a6b5-55c3240a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_225b60e4-491e-f719-e352-d6699114a6c7-55c3240a {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

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

#w-node-eab2148a-3a99-a687-eaad-63e88edb1fc7-55c3240a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Prenom.w-node-eab2148a-3a99-a687-eaad-63e88edb1fcb-55c3240a, #Nom.w-node-eab2148a-3a99-a687-eaad-63e88edb1fca-55c3240a, #Soci-t.w-node-_9720e45b-ce67-3da7-bb82-f2fb936692d3-55c3240a, #T-l-phone.w-node-eab2148a-3a99-a687-eaad-63e88edb1fcd-55c3240a, #Email.w-node-eab2148a-3a99-a687-eaad-63e88edb1fcc-55c3240a, #Message.w-node-_7da028e5-ed27-f7f1-b631-b748f99e7a45-55c3240a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

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

#w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a1-de5ff0ba, #w-node-_2173be6e-2701-62ca-82bc-e34b4922d685-de5ff0ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c644b91c-3e95-6910-dfdd-90c4bda89dbd-de5ff0ba {
  align-self: center;
  justify-self: start;
}

#w-node-f14431e8-9777-0657-d956-26a6bb3ef433-de5ff0ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-f14431e8-9777-0657-d956-26a6bb3ef43b-de5ff0ba, #w-node-f14431e8-9777-0657-d956-26a6bb3ef443-de5ff0ba, #w-node-_8b4a8e93-abaa-6d83-1511-ba68813210e7-de5ff0ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-db16a828-8b4b-5742-c131-04e4e1d4feef-de5ff0ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Prenom-2.w-node-db16a828-8b4b-5742-c131-04e4e1d4fef2-de5ff0ba, #Nom-2.w-node-db16a828-8b4b-5742-c131-04e4e1d4fef3-de5ff0ba, #Soci-t-2.w-node-db16a828-8b4b-5742-c131-04e4e1d4fef4-de5ff0ba, #T-l-phone-2.w-node-db16a828-8b4b-5742-c131-04e4e1d4fef5-de5ff0ba, #Email-2.w-node-db16a828-8b4b-5742-c131-04e4e1d4fef6-de5ff0ba, #Message-2.w-node-db16a828-8b4b-5742-c131-04e4e1d4fef7-de5ff0ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be39099-de5ff0ba {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

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

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

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

  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be39099-de5ff0ba {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

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

@media screen and (max-width: 479px) {
  #w-node-_6412185e-740d-f998-026f-cdd8c55669b6-55c3240a {
    grid-area: 1 / 1 / 2 / 2;
    align-self: center;
    justify-self: start;
  }

  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be39099-55c3240a, #w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a0-55c3240a {
    grid-column: span 4 / span 4;
  }

  #w-node-ceed8859-c137-0b00-ba45-c729fe604a53-55c3240a {
    grid-area: Area;
  }

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

  #w-node-_225b60e4-491e-f719-e352-d6699114a6c9-55c3240a {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_225b60e4-491e-f719-e352-d6699114a6c7-55c3240a {
    grid-area: Area;
    justify-self: end;
  }

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

  #w-node-cd7e9c3f-3fcb-1e55-ed65-ce18f6d4960b-55c3240a {
    grid-template-rows: auto;
    grid-template-columns: 2fr minmax(0, 1fr) 1fr;
  }

  #w-node-de2f5f11-2f39-d74c-5ea3-766c2be39099-de5ff0ba, #w-node-de2f5f11-2f39-d74c-5ea3-766c2be390a0-de5ff0ba {
    grid-column: span 4 / span 4;
  }

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

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


@font-face {
  font-family: 'Ofl';
  src: url('../fonts/OFL.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fortheloveofhate';
  src: url('../fonts/Fortheloveofhate.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-HairlineItalic.ttf') format('truetype'), url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato Hairline';
  src: url('../fonts/Lato-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}