@font-face {
  font-family: Moderniz;
  src: url('../fonts/moderniz.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --noir: #01161e;
  --blanc: #fff;
  --bleu-clair: #32b7ff;
  --beige: #fdf4e6;
  --bleu: #232765;
  --jaune: #ffd900;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--noir);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  color: var(--noir);
  text-transform: uppercase;
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--noir);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--noir);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  color: var(--noir);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: var(--noir);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

a {
  color: var(--blanc);
  text-decoration: none;
}

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

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

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

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

.text-size-tiny {
  font-size: .75rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

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

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

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

.background-color-white {
  background-color: var(--blanc);
}

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

.overflow-visible {
  overflow: visible;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.padding-small {
  padding: 1rem;
}

.fs-styleguide_header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.form_input {
  background-color: #0000;
  border: 1px solid #eee;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: #222;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

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

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

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

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

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

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

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

.margin-custom1 {
  margin: 1.5rem;
}

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

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

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

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

.hide {
  display: none;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

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

.padding-xxhuge {
  padding: 12rem;
}

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

.padding-large {
  padding: 3rem;
}

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

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

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

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

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

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

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

.padding-custom1 {
  padding: 1.5rem;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.padding-0 {
  padding: 0;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-xxhuge {
  margin: 12rem;
}

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

.padding-custom2 {
  padding: 2.5rem;
}

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

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

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

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.text-color-secondary {
  color: #222;
}

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

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

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

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

.margin-large {
  margin: 3rem;
}

.margin-0 {
  margin: 0;
}

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

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

.form_message-success {
  color: #114e0b;
  background-color: #cef5ca;
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.margin-xlarge {
  margin: 4rem;
}

.button {
  border: 2px solid var(--blanc);
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 1000px;
  min-width: 11rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  transition: box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  box-shadow: 0 0 10px 0 var(--bleu-clair);
}

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

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #222;
}

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

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

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-beige {
  background-color: var(--beige);
  color: var(--noir);
  position: relative;
  overflow: hidden;
}

.button.stroke {
  border: 2px solid var(--bleu);
  background-color: var(--jaune);
  color: var(--noir);
  border-radius: 999px;
  min-width: 15rem;
}

.button.is-blue {
  background-color: var(--bleu);
}

.button.phone.is-blue {
  background-color: var(--bleu);
  color: var(--blanc);
}

.button.phone.is-yellow-white {
  background-image: linear-gradient(45deg, #ffb700, var(--jaune));
  color: #000;
}

.button.phone.is-yellow-black {
  color: #000;
}

.button.is-yellow-white {
  background-image: linear-gradient(45deg, #ffb700, var(--jaune));
  color: var(--noir);
  position: relative;
}

.button.is-yellow-white.w--current {
  background-color: var(--jaune);
}

.button.is-yellow-black {
  border-color: var(--noir);
  background-image: linear-gradient(45deg, #ffb700, var(--jaune));
  color: var(--noir);
  position: relative;
  overflow: hidden;
}

.button.is-yellow-black.w--current {
  background-color: var(--jaune);
}

.margin-medium {
  margin: 2rem;
}

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.nav_button {
  padding: 1rem;
}

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

.padding-medium {
  padding: 2rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.text-size-small {
  font-size: .875rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

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

.form_message-error {
  color: #3b0b0b;
  background-color: #f8e4e4;
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.container-large {
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

.margin-huge {
  margin: 6rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

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

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

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

.margin-xhuge {
  margin: 8rem;
}

.padding-huge {
  padding: 6rem;
}

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

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

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

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

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

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

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

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

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

.text-size-medium {
  font-size: 1.25rem;
}

.padding-xlarge {
  padding: 4rem;
}

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

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

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

.background-color-black {
  background-color: var(--noir);
  color: #fff;
}

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

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

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

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

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

.nav_logo {
  width: 10rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.link {
  color: var(--noir);
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.background-color-beige {
  background-color: var(--beige);
}

.background-color-light-blue {
  background-color: var(--bleu-clair);
}

.icon-height-medium-plus {
  height: 2.25rem;
}

.icon-height-medium-minus {
  height: 1.75rem;
}

.icon-1x1-medium-plus {
  width: 2.25rem;
  height: 2.25rem;
}

.icon-1x1-medium-minus {
  width: 1.75rem;
  height: 1.75rem;
}

.header_section {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 5px 10px #32b7ff40;
}

.navbar_section {
  height: 5rem;
  position: relative;
}

.banner_component {
  height: 2.5rem;
  display: flex;
  position: relative;
}

.banner_bg {
  z-index: -1;
  border-bottom: 2px solid var(--blanc);
  background-image: linear-gradient(129deg, var(--bleu-clair), var(--bleu));
  position: absolute;
  inset: 0%;
}

.banner_content-container {
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block {
  color: var(--blanc);
}

.banner_content-icon {
  color: var(--blanc);
  width: 2rem;
  height: 2rem;
}

.hero_section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

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

.navbar_logo-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar_logo {
  object-fit: cover;
  width: 8rem;
}

.navbar_bg {
  z-index: -1;
  background-color: var(--bleu);
  position: absolute;
  inset: 0%;
}

.navbar_link-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--blanc);
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: var(--blanc);
  text-align: center;
}

.navbar_link-icon {
  color: var(--blanc);
  width: 2rem;
  height: 2rem;
}

.navbar_btn-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.navbar_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 2px solid var(--blanc);
  background-color: var(--bleu);
  border-radius: 0 0 20px 20px;
  flex-flow: column;
  width: 22rem;
  padding: 1rem;
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
}

.navbar_menu-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.navbar_menu-icon {
  color: var(--blanc);
  width: 2rem;
  height: 2rem;
}

.navbar_menu-point {
  flex: none;
  width: .5rem;
  height: .5rem;
  display: flex;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-hero-section {
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.hero_bg-video {
  z-index: -2;
  border: 2px solid var(--blanc);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-video {
  height: 100%;
}

.hero_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero_content-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  display: flex;
}

.hero_content-title {
  color: var(--blanc);
  text-align: center;
  line-height: .8;
}

.hero_content-paragraph {
  color: var(--blanc);
  text-align: center;
}

.hero_bg {
  z-index: -1;
  background-color: #232765cc;
  position: absolute;
  inset: 0%;
}

.hero_line {
  background-image: linear-gradient(1deg, #32b7ff00 65%, var(--bleu-clair)), linear-gradient(1deg, var(--beige), #32b7ff00 35%);
  filter: drop-shadow(0px 0px 15px var(--beige));
  width: 100%;
  height: .3rem;
  position: absolute;
  bottom: 8rem;
  left: 0%;
}

.hero_circle1 {
  background-color: var(--bleu-clair);
  filter: blur(150px);
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: 0 auto auto -5rem;
}

.hero_circle2 {
  background-color: var(--bleu-clair);
  filter: blur(150px);
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-circle {
  background-color: var(--bleu-clair);
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
}

.button-text {
  z-index: 1;
  color: var(--bleu);
  font-weight: 400;
  position: relative;
}

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

.services_bg {
  z-index: -1;
  background-color: var(--blanc);
  position: absolute;
  inset: 0%;
}

.services_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.services_title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services_title, .services_paragraph {
  color: var(--bleu);
  text-align: center;
}

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

.services_card {
  z-index: 1;
  border: 3px solid var(--bleu);
  border-radius: 10px;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services_card-title {
  color: var(--bleu);
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 800;
}

.services_card-paragraph {
  color: var(--bleu);
}

.services_card-btn-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services_card-arrow-container {
  background-color: var(--bleu-clair);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: 1rem;
  display: flex;
}

.services_card-arrow {
  color: var(--blanc);
  width: 1.5rem;
  height: 1.5rem;
}

.services_card-icon {
  z-index: -1;
  opacity: .5;
  color: var(--blanc);
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: -4.5rem auto auto -3rem;
}

.process_component1 {
  height: 300vh;
  position: relative;
}

.process_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 1rem;
}

.process_title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process_title {
  color: var(--blanc);
  text-align: center;
}

.process_bg {
  z-index: -1;
  background-color: var(--bleu);
  position: absolute;
  inset: 0%;
}

.process_content-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.process_step-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.process_step-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: none;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.process_step-title {
  z-index: -1;
  color: #0000001a;
  font-size: 4.5rem;
  font-weight: 500;
  position: relative;
}

.process_img-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  height: 26rem;
  display: flex;
  position: relative;
}

.process_step-number-container {
  background-color: var(--beige);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 8rem;
  height: 8rem;
  padding-top: .5rem;
  display: flex;
  position: absolute;
  inset: 2rem auto auto 0%;
  overflow: hidden;
}

.process_step-number {
  color: var(--noir);
  font-size: 6rem;
  font-weight: 600;
}

.process_img {
  border: 3px solid var(--blanc);
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 20rem;
  box-shadow: 0 50px 100px -20px #000000b8;
}

.process_img-text {
  color: var(--blanc);
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

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

.process_img-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.process_step-number-wrapper {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.benefice_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.benefice_title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.benefice_title-paragraph, .benefice_title {
  text-align: center;
}

.benefice_content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.benefice_content-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 4px solid var(--bleu-clair);
  background-color: #232765;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  transition: all .5s;
  display: flex;
  position: relative;
}

.benefice_content-card:hover {
  box-shadow: 0 0 20px #232765b3;
}

.benefice_content-title {
  color: var(--blanc);
  text-align: center;
  font-size: 1.5rem;
}

.benefice_content-img {
  color: var(--blanc);
  object-fit: contain;
  object-position: 50% 100%;
  width: 12rem;
  height: 12rem;
}

.benefice_bg {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.benefice_circle-blur {
  background-color: var(--bleu-clair);
  filter: blur(150px);
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: -7.5rem;
  left: -7.5rem;
}

.reviews_circle-blur2 {
  background-color: var(--bleu-clair);
  filter: blur(150px);
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: -7.5rem;
  right: -7.5rem;
}

.benefice_bubble {
  z-index: -1;
  color: #32b7ff40;
  width: 15rem;
  position: absolute;
  inset: 0% 20rem auto auto;
}

.benefice_bubble2 {
  color: #32b7ff40;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 5rem;
  left: 15rem;
}

.reviews_section {
  position: relative;
}

.reviews_bg {
  z-index: -1;
  background-color: var(--blanc);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.reviews_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.reviews_slider {
  background-color: #ddd0;
  height: 18rem;
}

.reviews_slider-left-arrow {
  left: -3rem;
}

.reviews_slider-right-arrow {
  right: -3rem;
}

.reviews_slider-slide {
  margin-right: 1rem;
}

.reviews_slider-nav {
  inset: auto 0% -3rem;
}

.reviews_slider-card-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.reviews_slider-card {
  background-color: var(--bleu);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 18rem;
  padding: 1.5rem;
  display: flex;
}

.reviews_slider-card-paragraph {
  color: var(--blanc);
}

.reviews_slider-card-infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.reviews_slider-card-verified {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews_slider-card-name {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.reviews_slider-card-icon {
  color: var(--bleu-clair);
  width: 1.75rem;
  height: 1.75rem;
}

.text-block-3 {
  color: var(--blanc);
  font-weight: 600;
}

.text-block-4, .text-block-5 {
  color: var(--blanc);
}

.reviews_slider-card-star {
  width: 7rem;
  height: 1.4rem;
}

.icon {
  border: 2px solid var(--blanc);
  background-color: var(--bleu);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  display: flex;
}

.reviews_title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews_title, .reviews_title-paragraph {
  color: var(--bleu);
  text-align: center;
}

.zone_section {
  position: relative;
}

.zone_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.zone_title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zone_title, .zone_title-paragraph {
  color: var(--blanc);
  text-align: center;
}

.zone_content-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.zone_bg {
  z-index: -1;
  background-color: var(--bleu);
  box-shadow: inset 0 0 20px 0 var(--bleu-clair);
  position: absolute;
  inset: 0%;
}

.zone_content-cities-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.zone_content-map-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-iframe {
  border: 3px solid var(--blanc);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.zone_content-cities-head {
  color: var(--blanc);
  text-align: center;
}

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

.zone_content-cities-name-container {
  border: 2px solid var(--blanc);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.zone_content-cities-name {
  color: var(--blanc);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

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

.price_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.price_title, .price_title-paragraph {
  color: var(--bleu);
  text-align: center;
}

.price_card-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.price_card-container._2-columns {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
}

.price_title-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid var(--bleu);
  color: var(--noir);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 30rem;
  padding: 2rem;
  transition: box-shadow .5s;
  display: flex;
}

.price_card:hover {
  box-shadow: 0 0 20px 0 var(--bleu);
}

.price_head-title {
  color: var(--bleu);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 900;
}

.price_head-title.is-small {
  font-size: 1.75rem;
}

.price_card-head {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.price_head-price {
  color: var(--bleu);
  text-align: center;
  flex-flow: column;
  font-weight: 900;
  display: flex;
}

.price_card-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.price_card-list-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price_card-check {
  color: #00e917;
  flex: none;
  width: 1rem;
}

.faq_card-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq_paragraph {
  color: var(--blanc);
}

.faq_paragraph:where(.w-variant-34e9ee98-0a86-7110-5070-f0987df7f741) {
  color: var(--bleu);
}

.faq_icon {
  color: var(--blanc);
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.faq_icon:where(.w-variant-34e9ee98-0a86-7110-5070-f0987df7f741) {
  color: var(--bleu);
}

.faq_content-title {
  color: var(--blanc);
  text-align: center;
}

.faq_content-title:where(.w-variant-34e9ee98-0a86-7110-5070-f0987df7f741) {
  color: var(--bleu);
}

.faq_question {
  border-bottom: 1px solid var(--blanc);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.faq_question:where(.w-variant-34e9ee98-0a86-7110-5070-f0987df7f741) {
  border-bottom-color: var(--bleu);
}

.faq_card {
  cursor: pointer;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.faq_component {
  height: 100%;
}

.faq_content-container {
  width: 55rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq_section {
  position: relative;
}

.faq_question-text {
  color: var(--blanc);
  font-weight: 600;
}

.faq_question-text:where(.w-variant-34e9ee98-0a86-7110-5070-f0987df7f741) {
  color: var(--bleu);
  font-weight: 700;
}

.faq_bg {
  z-index: -1;
  background-color: var(--bleu);
  position: absolute;
  inset: 0%;
}

.faq_bg:where(.w-variant-34e9ee98-0a86-7110-5070-f0987df7f741) {
  background-color: var(--blanc);
}

.price_bg {
  z-index: -1;
  background-color: var(--blanc);
  position: absolute;
  inset: 0%;
}

.final-cta_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--bleu);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  padding: 2rem;
}

.final-cta_title {
  color: var(--blanc);
  font-size: 3rem;
}

.final-cta_title-paragraph {
  color: var(--blanc);
}

.fianl-cta_logo-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  object-fit: cover;
  width: 20rem;
  height: 11rem;
}

.heading-2 {
  color: var(--blanc);
  text-align: center;
  font-size: 2rem;
}

.footer_section {
  position: relative;
}

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

.footer_logo {
  object-fit: cover;
  width: 20rem;
  height: 13rem;
  margin-left: auto;
  margin-right: auto;
}

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

.footer_link-arrow {
  width: 2rem;
  height: 2rem;
}

.footer_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
}

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

.footer_link {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  display: flex;
}

.footer_link-title {
  color: #fff;
  font-size: 1.75rem;
}

.footer_logo-name {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
}

.footer_bg {
  z-index: -1;
  background-color: var(--bleu);
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 4rem;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: var(--blanc);
  width: 80%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.text-block-7 {
  color: var(--blanc);
  text-align: center;
}

.link-2 {
  text-decoration: underline;
}

.div-block-4 {
  background-image: linear-gradient(#232765bf, #23276500);
  height: 10rem;
  position: absolute;
  inset: 0% 0% auto;
}

.benefice_content-number {
  border: 3px solid var(--bleu-clair);
  background-color: var(--blanc);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.text-block-8 {
  color: var(--bleu);
  font-size: 2rem;
  font-weight: 600;
}

.play-pause-button {
  display: none;
}

.navbar_menu-tablet {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.div-block-5 {
  background-color: var(--blanc);
  border-radius: 3px;
  width: 1.75rem;
  height: 2px;
}

.div-block-6 {
  background-color: var(--blanc);
  width: 20%;
  height: 2px;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  width: 1.75rem;
  display: flex;
}

.div-block-8 {
  background-color: var(--blanc);
  width: 70%;
  height: 2px;
}

.navbar_overlay {
  display: none;
}

.template-hero_section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 2px solid var(--bleu);
  grid-template-rows: auto;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.template-hero_img-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.template-hero_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.template-hero_component {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.padding-global-hero {
  height: 100%;
  padding-left: 5rem;
  padding-right: 2.5rem;
}

.template-hero_img-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #232765bf, #23276580);
  position: absolute;
  inset: 0%;
}

.template-hero_title {
  color: var(--bleu);
  font-size: 3rem;
  font-weight: 700;
}

.template-hero_title-paragraph {
  color: var(--bleu);
}

.text-span {
  font-size: 3rem;
}

.text-block-10 {
  color: var(--blanc);
  text-align: center;
}

.text-span-2 {
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.contact_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--bleu);
  border-radius: 50px 10px;
  grid-template-rows: auto;
  padding: 3rem;
}

.contact_title, .contact_title-paragraph {
  color: var(--blanc);
}

.padding-contact-section {
  height: 100%;
  padding-top: 12rem;
  padding-bottom: 6rem;
}

.contact_form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.contact_field-label {
  color: var(--blanc);
}

.contact_text-field {
  border: 2px solid var(--blanc);
  background-color: #fff0;
  border-radius: 5px;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.contact_text-field::placeholder {
  color: #fff6;
}

.contact_text-field.text-area {
  min-height: 8rem;
}

.submit-button {
  background-color: var(--jaune);
  color: var(--noir);
  border-radius: 10px;
  height: 3rem;
  font-weight: 600;
  transition: all .5s;
}

.submit-button:hover {
  background-color: var(--bleu-clair);
  box-shadow: 0 0 20px #32b7ff40;
}

.contact_radio-btn-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact_radio-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.radio-button {
  border: 2px solid var(--blanc);
  width: 1rem;
  height: 1rem;
  margin-left: 0;
}

.radio-button.w--redirected-checked {
  background-color: var(--bleu-clair);
}

.radio-button-label {
  color: var(--blanc);
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.success-message {
  border: 2px solid var(--blanc);
  background-color: #ddd0;
  border-radius: 10px;
}

.text-block-11 {
  color: var(--blanc);
  font-weight: 600;
}

.error-message {
  background-color: #f000;
  border: 2px solid red;
  border-radius: 10px;
  width: 100%;
}

.text-block-12 {
  color: red;
  text-align: center;
}

.legal-notices_article-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.link-3 {
  color: var(--bleu-clair);
  text-decoration: underline;
}

.legal-notices_article-title {
  font-size: 3rem;
}

.legal-notices_article-container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
}

.legal-notices_article-title2 {
  font-size: 2rem;
}

.div-block-9 {
  background-image: linear-gradient(#32b7ff80, #23276500);
  height: 10rem;
  position: absolute;
  inset: 0% 0% auto;
}

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

.process_card-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.process_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--blanc);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.paragraph {
  color: var(--blanc);
  text-align: center;
}

.process_card-icon {
  border: 5px solid var(--bleu-clair);
  background-color: var(--blanc);
  color: #c00000;
  object-fit: contain;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  padding: 1rem;
  display: flex;
}

.process_card-number {
  border: 3px solid var(--blanc);
  background-color: #c00000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 20% auto auto;
}

.text-block-13 {
  color: var(--blanc);
  font-size: 1.5rem;
}

.process_section {
  box-shadow: inset 0 0 20px 0 var(--bleu-clair);
}

.faq_svg {
  position: absolute;
  inset: 0% auto auto 0%;
}

.faq_svg2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.process_icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.process_icon2 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.hero_circle-blur {
  background-color: var(--bleu-clair);
  filter: blur(150px);
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: 0;
  left: -3rem;
}

.hero_circle-blur2 {
  background-color: var(--bleu-clair);
  filter: blur(150px);
  width: 15rem;
  height: 15rem;
  position: absolute;
  inset: auto 42% -7.5rem auto;
}

.services_card-img {
  width: 5rem;
  height: 5rem;
}

.services_card-circle {
  z-index: -1;
  background-color: #32b7ff78;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 1rem auto auto 1.5rem;
}

.div-block-10 {
  background-color: var(--bleu);
  width: 15rem;
  height: 2px;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: .2rem;
  display: flex;
  position: absolute;
  inset: -.15rem 0 auto auto;
}

.reviews_circle-blur {
  background-color: var(--bleu-clair);
  filter: blur(150px);
  width: 15rem;
  height: 15rem;
  position: absolute;
  top: -7.5rem;
  left: -7.5rem;
}

.image-2 {
  z-index: -1;
  opacity: .5;
  width: 20rem;
  position: absolute;
  inset: 25% auto auto 30%;
}

.image-2.home {
  left: auto;
  right: 0%;
}

.bubbles {
  width: 250px;
  height: 250px;
}

.background-bubble {
  z-index: 1;
  width: 50rem;
  height: 50rem;
  position: absolute;
}

.image-3 {
  z-index: -1;
  opacity: .5;
  width: 20rem;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(35deg);
}

.popup_container {
  z-index: 998;
  border: 2px solid var(--blanc);
  background-color: var(--bleu);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 25%;
  overflow: visible;
}

.popup_cross-container {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.popup_cross {
  color: var(--blanc);
  width: 3rem;
  height: 3rem;
}

.heading-4 {
  color: var(--jaune);
  text-align: center;
  font-size: 3rem;
}

.paragraph-2 {
  color: var(--blanc);
  text-align: center;
  font-size: 1.25rem;
}

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

.text-span-3 {
  color: var(--jaune);
  font-weight: 700;
}

.link-4 {
  color: var(--jaune);
  font-weight: 700;
  text-decoration: underline;
}

.div-block-11 {
  z-index: -1;
  background-color: var(--bleu-clair);
  filter: blur(125px);
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  position: absolute;
  inset: -7.5rem auto auto -7.5rem;
}

.div-block-12 {
  z-index: -1;
  background-color: var(--bleu-clair);
  filter: blur(125px);
  border-radius: 100%;
  width: 15rem;
  height: 15rem;
  position: absolute;
  inset: auto -7.5rem -7.5rem auto;
}

.div-block-13 {
  z-index: 997;
  background-image: linear-gradient(#00000080, #00000080);
  position: fixed;
  inset: 0%;
}

.popup_circle-blur {
  z-index: -1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

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

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

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

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

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

  .margin-xlarge {
    margin: 3rem;
  }

  .button.phone.is-yellow-black {
    background-color: var(--jaune);
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

  .nav_button {
    color: #fff;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide_4-col, .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .hide-tablet {
    display: none;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

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

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

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .banner_content-container {
    width: 150%;
  }

  .navbar_link-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .navbar_btn-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
  }

  .services_content-container {
    grid-template-columns: 1fr 1fr;
  }

  .services_card {
    padding-right: 1rem;
  }

  .process_component1 {
    display: none;
  }

  .process_title-container {
    z-index: 1;
    width: auto;
    position: relative;
  }

  .process_bg {
    box-shadow: inset 0 0 50px 0 var(--bleu-clair);
  }

  .process_content-container {
    justify-content: space-between;
    align-items: center;
  }

  .process_img-container {
    width: 25rem;
    height: 22rem;
  }

  .process_img {
    height: 13rem;
    box-shadow: 0 50px 100px -20px #00000040;
  }

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

  .benefice_content-container {
    grid-template-columns: 1fr 1fr;
  }

  .benefice_content-title {
    font-weight: 500;
  }

  .reviews_slider {
    height: 37rem;
  }

  .reviews_slider-card-container {
    grid-template-columns: 1fr 1fr;
  }

  .zone_content-container {
    grid-template-columns: 1fr;
  }

  .price_card-container {
    grid-template-columns: 1fr 1fr;
  }

  .price_card-container._2-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .price_card {
    min-width: 50%;
  }

  .faq_content-title {
    font-size: 3rem;
  }

  .faq_content-container {
    width: 100%;
  }

  .final-cta_component {
    grid-template-columns: 1fr;
  }

  .final-cta_title-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .final-cta_title, .final-cta_title-paragraph {
    text-align: center;
  }

  .footer_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer_link-title {
    text-underline-offset: 3px;
    text-decoration: underline;
  }

  .navbar_menu-tablet {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    display: flex;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .dropdown-toggle {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border: 2px solid var(--blanc);
    background-color: var(--bleu);
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
    display: flex;
  }

  .dropdown-toggle.w--open {
    background-color: var(--bleu-clair);
  }

  .navbar_dropdown-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 19rem;
    display: none;
    position: absolute;
    inset: auto auto -19rem 0%;
  }

  .icon-2 {
    color: var(--blanc);
    transform: rotate(-90deg);
  }

  .text-block-9 {
    color: var(--blanc);
  }

  .dropdown-list.w--open {
    border: 2px solid var(--blanc);
    background-color: var(--bleu);
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 18.5rem;
    padding: .5rem;
    inset: 0% 0% 0% 100%;
  }

  .dropdown-link {
    color: var(--blanc);
    white-space: normal;
    border-radius: 20px;
    padding: 1rem;
    font-weight: 600;
  }

  .navbar_overlay {
    z-index: 998;
    background-image: linear-gradient(#000000bf, #000000bf);
    display: none;
    position: fixed;
    inset: 0%;
  }

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

  .template-hero_img-container {
    height: 50vh;
  }

  .contact_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .padding-contact-section {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }

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

  .process_card-container {
    grid-template-columns: 1fr;
  }

  .process_card {
    width: 30rem;
  }

  .process_section {
    overflow: hidden;
  }

  .image-2 {
    top: 10%;
    left: auto;
    right: 0%;
  }

  .image-3 {
    bottom: 30%;
  }

  .image-3.home {
    bottom: 0%;
  }

  .popup_container {
    width: 40rem;
    height: 30rem;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

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

  .heading-style-h6 {
    font-size: .75rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

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

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

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

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

  .spacer-medium {
    padding-top: 1.25rem;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

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

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

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .heading-style-h4 {
    font-size: 1rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xhuge {
    margin: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

  .padding-xlarge {
    padding: 2rem;
  }

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

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

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

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

  .banner_content-container {
    width: 200%;
  }

  .hero_content-container {
    width: auto;
  }

  .hero_content-title {
    font-size: 4rem;
  }

  .services_title-container {
    width: auto;
  }

  .services_title {
    font-size: 3rem;
  }

  .services_content-container {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .services_card {
    min-width: 25rem;
    max-width: 25rem;
  }

  .services_card-title {
    font-size: 1.75rem;
  }

  .process_title-container {
    width: auto;
  }

  .process_title {
    font-size: 3rem;
  }

  .process_content-container {
    flex-flow: column;
  }

  .process_img-container {
    width: 100%;
    top: -10rem;
  }

  .process_img {
    height: 17rem;
  }

  .benefice_title-container {
    width: auto;
  }

  .benefice_title {
    font-size: 3rem;
  }

  .benefice_content-container {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .benefice_content-card {
    min-width: 25rem;
    max-width: 25rem;
  }

  .benefice_bubble2 {
    left: auto;
    right: 5rem;
  }

  .reviews_slider {
    height: 56rem;
  }

  .reviews_slider-left-arrow {
    left: -2rem;
  }

  .reviews_slider-right-arrow {
    right: -2rem;
  }

  .reviews_slider-card-container {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .reviews_slider-card {
    min-width: 25rem;
    max-width: 25rem;
  }

  .reviews_title-container {
    width: auto;
  }

  .reviews_title {
    font-size: 3rem;
  }

  .zone_title-container {
    width: auto;
  }

  .zone_title {
    font-size: 3rem;
  }

  .map-iframe {
    width: 31.5rem;
  }

  .zone_content-cities-grid {
    grid-template-columns: 1fr 1fr;
  }

  .price_title {
    font-size: 3rem;
  }

  .price_card-container {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .price_card-container._2-columns {
    grid-template-columns: 1fr;
  }

  .price_title-container {
    width: auto;
  }

  .price_card {
    min-width: 30rem;
    max-width: 30rem;
  }

  .faq_content-title {
    font-size: 3rem;
  }

  .padding-footer-section {
    padding-top: 6rem;
  }

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

  .text-block-7 {
    max-width: 80%;
  }

  .div-block-4 {
    height: 7rem;
  }

  .dropdown-toggle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_dropdown-container {
    width: 17rem;
  }

  .padding-global-hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-span {
    font-size: 2rem;
  }

  .contact_component {
    border-radius: 20px;
  }

  .contact_title {
    font-size: 4rem;
  }

  .padding-contact-section {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }

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

  .contact_radio-btn-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .legal-notices_title {
    font-size: 4rem;
  }

  .div-block-9 {
    height: 7rem;
  }

  .popup_container {
    width: 30rem;
    height: 40rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
  }

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

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

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

  .button, .button.stroke {
    min-width: 11rem;
  }

  .button.is-yellow-white {
    background-color: var(--jaune);
  }

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

  .banner_content-container {
    width: 330%;
  }

  .hero_section {
    flex-flow: column;
  }

  .navbar_logo-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .hero_content-title {
    font-size: 3.5rem;
  }

  .hero_circle1, .hero_circle2 {
    width: 15rem;
    height: 15rem;
  }

  .services_title {
    font-size: 2.5rem;
  }

  .services_card {
    min-width: 0;
    max-width: none;
  }

  .process_component {
    top: -8rem;
  }

  .process_title {
    font-size: 2.5rem;
  }

  .process_bg {
    box-shadow: inset 0 0 20px 0 var(--bleu-clair);
  }

  .process_step-container {
    width: 100%;
    height: 29rem;
  }

  .process_step-wrapper {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .process_step-title {
    font-size: 3.5rem;
  }

  .process_img-container {
    justify-content: flex-start;
    align-items: center;
    height: 25rem;
    top: -10rem;
  }

  .process_img.is-contact {
    height: 13rem;
  }

  .process_img-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

  .process_img-wrapper._5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .benefice_title {
    font-size: 2.5rem;
  }

  .benefice_content-card {
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .benefice_content-title {
    font-size: 1.5rem;
  }

  .reviews_section {
    overflow: hidden;
  }

  .reviews_slider {
    height: 68rem;
  }

  .reviews_slider-left-arrow {
    left: -2.5rem;
  }

  .reviews_slider-right-arrow {
    right: -2.5rem;
  }

  .reviews_slider-slide {
    margin-right: 2rem;
  }

  .reviews_slider-card {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    min-height: 22rem;
  }

  .icon {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }

  .reviews_title, .zone_title {
    font-size: 2.5rem;
  }

  .zone_content-map-container {
    justify-content: flex-start;
    align-items: center;
  }

  .map-iframe {
    flex: 1;
    width: 20rem;
  }

  .zone_content-cities-head {
    font-size: 2rem;
  }

  .zone_content-cities-name {
    font-size: .75rem;
  }

  .price_title {
    font-size: 2.5rem;
  }

  .price_card {
    min-width: 0;
    max-width: none;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq_card-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .faq_content-title {
    font-size: 2.5rem;
  }

  .faq_question {
    height: 3.7rem;
  }

  .faq_content-container {
    width: auto;
  }

  .final-cta_title {
    font-size: 2.5rem;
  }

  .image {
    height: 9rem;
  }

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

  .footer_logo {
    height: 10rem;
  }

  .footer_link-title {
    font-size: 1.75rem;
  }

  .div-block-2 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar_dropdown-container {
    width: 100%;
    bottom: -19rem;
  }

  .dropdown-list {
    inset: auto 0% -100% 0;
  }

  .dropdown-list.w--open {
    height: 17.5rem;
    top: auto;
    bottom: -17rem;
    left: 0%;
  }

  .template-hero_section {
    background-color: #fdf4e600;
    place-items: center;
  }

  .template-hero_img-container {
    z-index: -1;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .template-hero_title-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .template-hero_title {
    color: var(--blanc);
    text-align: center;
    font-size: 2.5rem;
  }

  .template-hero_title-paragraph {
    color: var(--blanc);
    text-align: center;
  }

  .contact_component {
    padding: 1rem;
  }

  .contact_title-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .contact_title {
    text-align: center;
    font-size: 3rem;
  }

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

  .legal-notices_title {
    font-size: 3rem;
  }

  .legal-notices_article-title {
    font-size: 2rem;
  }

  .legal-notices_article-title2 {
    font-size: 1.5rem;
  }

  .process_card {
    width: auto;
  }

  .hero_circle-blur2 {
    right: 0%;
  }

  .image-2 {
    width: 15rem;
  }

  .image-3 {
    width: 15rem;
    bottom: 0%;
  }

  .popup_container {
    width: 20rem;
    height: 35rem;
  }

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

  .paragraph-2 {
    font-size: 1rem;
  }
}

#w-node-_39e1f34e-0407-4d25-b949-fd72f63d23b4-f63d23af {
  align-self: start;
}

#w-node-_6e5f8cdf-20b9-fdbb-b2ec-3994dc50e24c-dc50e247 {
  align-self: center;
}

#w-node-a24e75da-2f08-f437-2097-4317580a9fa8-580a9f58 {
  align-self: end;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b807258576d-80808baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b807258578c-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585791-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585796-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b807258579b-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725857a1-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725857a7-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725857ad-80808baa {
  justify-self: start;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b807258588f-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585897-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725858ae-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725858c7-80808baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b80725858ca-80808baa {
  justify-self: start;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b80725858cc-80808baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b80725858cf-80808baa {
  justify-self: start;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b807258591f-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585929-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b807258592a-80808baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b807258599c-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859a1-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859a6-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859ab-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859b0-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859b5-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859bf-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859c4-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859c9-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859ce-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859d3-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859d8-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859dd-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859e2-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859e7-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859ec-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859f1-80808baa {
  justify-self: start;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b80725859f5-80808baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b80725859f6-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b80725859fb-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a00-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a05-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a19-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a1e-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a23-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a28-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a2d-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a32-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a3c-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a41-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a46-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a4b-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a50-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a55-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a5a-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a5f-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a64-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a69-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a6e-80808baa {
  justify-self: start;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a72-80808baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a73-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a78-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a7d-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a82-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a93-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a98-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585a9d-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585aa2-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585aa7-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585aac-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585ab1-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585ab6-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585abb-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585ac0-80808baa {
  justify-self: start;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b8072585ac4-80808baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b8072585ac5-80808baa {
  justify-self: start;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b8072585ac8-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585b49-80808baa, #w-node-b5a5a8dc-d852-e332-a4c3-2b8072585b76-80808baa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5a5a8dc-d852-e332-a4c3-2b8072585bb9-80808baa {
  justify-self: start;
}

#w-node-a0bf9eb9-1be2-2a47-9350-60dfd23f6a7e-f06f438f, #w-node-_38bc6f5d-822f-aec4-7eef-76cc1fa75091-f53a4bac, #w-node-_84648ec7-c909-ffb0-d152-67a4558086b7-47b9ce2f, #w-node-dbb22b4a-80a9-d171-c68f-84fdc1a78c41-09e7ebe5, #w-node-_0d1db774-9efb-5f04-2e16-ceaf2ae61543-09e7ebe5, #w-node-e78921db-3594-2f49-a458-11c365e32499-d2db55dc {
  justify-self: end;
}

#w-node-d9c52734-5b04-5929-bf3c-03eff85ecb8a-edefee58 {
  align-self: center;
}

#w-node-_0102a09c-5124-61af-4dd2-2c9a73d1098f-edefee58, #w-node-_0752d372-eac4-0c2a-90e6-5e08a2fb832e-edefee58, #w-node-_9d4d613e-b507-182a-41d9-d44a45f8b296-edefee58, #w-node-_9e26b595-849f-d764-00b6-023dbc949b8d-edefee58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_48c5e08a-1995-6982-1888-06b7d95a13e3-eedd5ae1 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d565cdb8-61de-594b-f9b9-1cb93eb95aac-303f2ca3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_39e1f34e-0407-4d25-b949-fd72f63d23b4-f63d23af, #w-node-_3ec89884-5b04-db2c-de87-82f87d5ebda8-7d5ebd70, #w-node-_3ec89884-5b04-db2c-de87-82f87d5ebdd7-7d5ebd70, #w-node-_3ec89884-5b04-db2c-de87-82f87d5ebe06-7d5ebd70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6133bf2-76ed-3b3f-aafa-ced37792aee6-7792ae91, #w-node-b6133bf2-76ed-3b3f-aafa-ced37792aeef-7792ae91 {
    justify-self: center;
  }

  #w-node-b6133bf2-76ed-3b3f-aafa-ced37792aef8-7792ae91 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-f4d1e26e-4354-09cf-23cd-d6385cf678f5-f06f438f, #w-node-d4a86ea4-bcaf-776c-617f-66253fa33e83-f53a4bac, #w-node-_6b2c9479-ab8e-131f-015b-1672854bd126-47b9ce2f, #w-node-bac8cae9-0bb4-88db-0c69-9827e3a0bfd8-d2db55dc, #w-node-_24a0708f-5c8f-c544-d828-2adf322a4422-eedd5ae1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d565cdb8-61de-594b-f9b9-1cb93eb95aac-303f2ca3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_39e1f34e-0407-4d25-b949-fd72f63d23b4-f63d23af, #w-node-_3ec89884-5b04-db2c-de87-82f87d5ebda8-7d5ebd70, #w-node-_3ec89884-5b04-db2c-de87-82f87d5ebdd7-7d5ebd70, #w-node-_3ec89884-5b04-db2c-de87-82f87d5ebe06-7d5ebd70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4d1e26e-4354-09cf-23cd-d6385cf678f5-f06f438f, #w-node-d4a86ea4-bcaf-776c-617f-66253fa33e83-f53a4bac, #w-node-_6b2c9479-ab8e-131f-015b-1672854bd126-47b9ce2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_0d1db774-9efb-5f04-2e16-ceaf2ae61543-09e7ebe5 {
    justify-self: center;
  }

  #w-node-bac8cae9-0bb4-88db-0c69-9827e3a0bfd8-d2db55dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_0102a09c-5124-61af-4dd2-2c9a73d1098f-edefee58, #w-node-_0752d372-eac4-0c2a-90e6-5e08a2fb832e-edefee58, #w-node-_9d4d613e-b507-182a-41d9-d44a45f8b296-edefee58, #w-node-_9e26b595-849f-d764-00b6-023dbc949b8d-edefee58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24a0708f-5c8f-c544-d828-2adf322a4422-eedd5ae1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a24e75da-2f08-f437-2097-4317580a9f6e-580a9f58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Moderniz';
  src: url('../fonts/moderniz.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}