:root {
  --vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>: #3dd343;
  --orange: #fa6a02;
  --flowui-component-library--white: white;
  --blue\<deleted\|variable-7b64cafb\>: #160042;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-400: #b6b9ce;
  --gris-moyen: #333;
  --flowui-component-library--primary-dark: #2d0896;
  --poppins-principale: Montserrat, sans-serif;
  --flowui-component-library--gray-200: #f3f5fb;
  --gris-foncé: #090909;
  --flowui-component-library--gray-100: #f7f9fd;
  --jaune-étoile: #fbbc04;
  --vert-clair: #3dd343;
  --flowui-component-library--gray-700: #282556;
  --rouge: #fa5656;
  --flowui-component-library--primary-base: #642eff;
  --vert-foncé: #01473d;
  --flowui-component-library--error-lighter: #fceff0;
  --flowui-component-library--error-darker: #5b0b11;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration-color: #757575;
}

a {
  text-decoration: none;
  -webkit-text-decoration-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  text-decoration-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  max-height: 100px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.hero-stack {
  border-bottom: 0 #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.testimonial-stack {
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  color: #000;
  text-align: center;
  background-color: #0000;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  color: #fff;
  margin-bottom: 24px;
}

.testimonial-text-three {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  margin-bottom: 10px;
}

.testimonial-title {
  color: #fff;
}

.features-table {
  border-bottom: 0 #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.centered-heading {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  color: #fff;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  border-bottom: 1px solid #e4ebf3;
  border-radius: 15px 15px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  text-align: center;
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #386d5b;
  border-right: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  color: #b43434;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.features-metrics {
  border-bottom: 0 #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  color: #3dd343;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.team-slider {
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  color: var(--flowui-component-library--white);
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-list {
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: #fff;
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.gallery-scroll {
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.testimonial-slider-large {
  border-bottom: 0 #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  color: #fdfdfd;
  background-color: #3dd343;
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  color: var(--flowui-component-library--white);
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.body {
  background-color: var(--flowui-component-library--white);
}

.image {
  margin-bottom: 30px;
  position: static;
}

.heading {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-2 {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  margin-bottom: 50px;
}

.text-vert {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  font-weight: 600;
}

.text-vert.text-orange {
  color: var(--orange);
}

.f-h1-heading {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

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

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral {
  background-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--orange);
}

.f-header-image-wrapper-wide {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-input-field {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-header-form-block {
  max-width: 650px;
  margin-bottom: 0;
}

.f-header-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block {
  color: var(--flowui-component-library--white);
}

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

.text-block-4 {
  color: var(--flowui-component-library--white);
}

.heading-3 {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
}

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

.text-block-5 {
  color: var(--flowui-component-library--white);
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-logo-xs {
  width: 200px;
  height: 48px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-small {
  background-color: var(--gris-moyen);
  padding: 32px 5%;
  position: relative;
}

.f-footer-basic {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-detail {
  color: var(--flowui-component-library--white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  color: var(--flowui-component-library--white);
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-button {
  background-color: var(--orange);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-h5-heading {
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-feature-icon-wrapper {
  border-radius: 8px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 32px;
  padding: 0;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-feature-card-outlined {
  border: 1px solid var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  background-image: linear-gradient(90deg, #9bf482, #3dd343);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.div-block {
  background-color: #12c99d03;
  background-image: url('../images/fefe.png');
  background-position: 50%;
  background-size: auto;
  border: 1px solid #12c99d0f;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.orange {
  color: var(--orange);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.bold-text-2 {
  font-size: 18px;
}

.f-h1-heading-2 {
  font-family: var(--poppins-principale);
  color: var(--flowui-component-library--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-41 {
  margin-bottom: 8px;
}

.f-margin-bottom-42 {
  margin-bottom: 24px;
}

.f-paragraph-large-2 {
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-2.paragraphevert {
  text-align: center;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.f-paragraph-large-2.soustitre {
  margin-bottom: 20px;
  font-size: 17px;
}

.hero {
  color: var(--gris-foncé);
  background-image: url('../images/66d7ab4a0670d_Designsanstitre-2024-09-04T033411.196.png');
  background-position: 50%;
  background-size: cover;
  padding: 20px 5% 50px;
  position: relative;
}

.f-button-neutral-2 {
  background-color: var(--orange);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 24px 64px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
}

.f-button-neutral-2.btn-orange {
  border-radius: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.f-button-neutral-2.btn-vert {
  background-color: #3dd343;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 15px 0 auto;
  padding: 20px 40px;
  font-size: 16px;
}

.f-button-neutral-2.btn-vert.gps-btn {
  background-color: var(--flowui-component-library--white);
  color: var(--gris-foncé);
  width: 70%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}

.f-button-neutral-2.btn-black {
  background-color: var(--gris-foncé);
  padding-left: 30px;
  padding-right: 30px;
}

.f-button-neutral-2.cta-orange {
  padding: 20px 40px;
}

.f-margin-bottom-43 {
  margin-bottom: 40px;
}

.f-heading-detail-small-2 {
  font-family: var(--poppins-principale);
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.f-header-wrapper-left {
  width: 55%;
  max-width: 800px;
  padding-right: 20px;
}

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.bold-text-3 {
  font-family: var(--poppins-principale);
  font-weight: 600;
}

.bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.text-block-6 {
  font-size: 22px;
  font-weight: 400;
}

.text-block-6.gps-btn-text {
  font-size: 18px;
}

.data {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px;
  position: relative;
}

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

.features-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block-2 {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  display: flex;
}

.features-title-2 {
  color: var(--gris-moyen);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

.text-block-7 {
  color: var(--gris-foncé);
  font-family: Poppins, sans-serif;
}

.text-block-8, .text-block-9, .text-block-10 {
  color: var(--gris-foncé);
}

.f-h3-heading {
  color: var(--gris-foncé);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-title-wrapper-center {
  z-index: 5;
  font-family: var(--poppins-principale);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-44 {
  margin-bottom: 0;
}

._3arguments {
  padding: 0 5%;
  position: relative;
}

._3arguments.featuresd {
  padding-top: 0;
  padding-bottom: 50px;
}

.f-feature-icon-wrapper-2 {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 32px;
  padding: 16px;
}

.f-sub-heading-large {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
  justify-content: stretch;
  align-items: center;
}

.f-margin-bottom-128 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.f-margin-bottom-129 {
  margin-bottom: 16px;
}

.f-h5-heading-2 {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  line-height: 1.4;
}

.f-feature-card-filled {
  background-color: #fdb123;
  background-image: none;
  border-radius: 15px;
  padding: 32px;
}

.f-feature-icon-wrapper-white {
  background-color: #fff0;
  background-image: radial-gradient(circle, #fff 100%, #0000);
  border-radius: 80px;
  width: 90px;
  min-width: 90px;
  height: 90px;
  min-height: 90px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bold-text-6 {
  color: var(--gris-foncé);
  font-weight: 600;
}

.image-2 {
  min-width: 100%;
}

.button {
  background-color: var(--gris-foncé);
  color: var(--flowui-component-library--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 44px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button.btn2 {
  background-color: var(--orange);
  color: var(--flowui-component-library--white);
  border-radius: 50px;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.button.btn-black {
  background-color: var(--gris-foncé);
  color: var(--flowui-component-library--white);
  border-radius: 50px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.button.btn-vert {
  background-color: var(--vert-clair);
  margin-bottom: 20px;
}

.etapes {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.div-block-2 {
  background-color: var(--orange);
  border-radius: 100px;
  width: 200px;
  height: 70px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 150px;
}

.bold-text-7 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.f-h1-heading-3 {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.2;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-130 {
  margin-bottom: 8px;
}

.f-margin-bottom-131 {
  margin-bottom: 24px;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-paragraph-large-3 {
  color: var(--gris-foncé);
  letter-spacing: -.02em;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.garantie {
  background-color: var(--gris-moyen);
  padding: 92px 5%;
  position: relative;
}

.f-button-neutral-3 {
  background-color: var(--blue\<deleted\|variable-7b64cafb\>);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-3:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-4 {
  color: var(--orange);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

.f-header-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-header-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.bold-text-8 {
  color: var(--flowui-component-library--white);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.f-h3-heading-2 {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.2;
}

.f-h3-heading-2.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.f-paragraph-small-2 {
  color: var(--gris-foncé);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-132 {
  margin-bottom: 16px;
}

.f-icon-regular {
  color: var(--jaune-étoile);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-2.f-text-weight-medium {
  font-weight: 500;
}

.f-paragraph-regular-2.text-pbe-vert {
  font-size: 20px;
  font-weight: 600;
}

.f-margin-bottom-133 {
  margin-bottom: 15px;
}

.f-heading-detail-small-5 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-three-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimoniaux {
  background-color: var(--orange);
  padding: 35px 5% 72px;
  position: relative;
}

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

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-outline-small {
  border: 1px solid var(--flowui-component-library--gray-200);
  background-color: var(--flowui-component-library--gray-100);
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  border-radius: 12px;
  padding: 32px 32px 20px;
}

.bold-text-9 {
  color: var(--gris-foncé);
}

.guillemets {
  font-size: 25px;
}

.block-quote {
  border-left-color: var(--orange);
  color: var(--gris-foncé);
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

.f-margin-bottom-134 {
  margin-bottom: 16px;
}

.f-paragraph-large-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h5-heading-3 {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.pourquoi {
  padding: 0 5% 92px;
  position: relative;
}

.f-margin-bottom-135 {
  width: 50px;
  height: 50px;
  margin-bottom: 40px;
}

.f-heading-detail-small-6 {
  color: var(--orange);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-heading-detail-small-6.f-text-color-white {
  color: #fff;
}

.f-grid-two-column-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-feature-card-large {
  background-color: var(--flowui-component-library--gray-100);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-h2-heading {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-136 {
  margin-bottom: 16px;
}

.f-paragraph-large-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.quisommesnous {
  background-color: var(--gris-moyen);
  padding: 50px 5%;
  position: relative;
}

.f-icon-regular-2 {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: color .2s;
  display: flex;
}

.f-icon-regular-2.x-icon {
  color: var(--rouge);
  width: 24px;
  height: 24px;
}

.f-icon-regular-2.x-icon.icon-principale, .f-icon-regular-2.icon-vertes {
  width: 50px;
  height: 50px;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  align-items: center;
  display: flex;
}

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 460px;
  overflow: hidden;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-small-3 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-3.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-badge-filled {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-container-small {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-137 {
  margin-bottom: 12px;
}

.f-margin-bottom-138 {
  margin-bottom: 16px;
}

.f-margin-bottom-139 {
  margin-bottom: 24px;
}

.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

.f-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-card-dark {
  background-color: var(--blue\<deleted\|variable-7b64cafb\>);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-type-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.f-margin-bottom-56 {
  margin-bottom: 56px;
}

.f-pricing-duration {
  color: var(--flowui-component-library--gray-400);
  font-size: 16px;
  font-weight: 400;
}

.f-pricing-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 120px;
}

.bold-text-10, .bold-text-11 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.f-margin-bottom-140 {
  margin-bottom: 12px;
}

.f-margin-bottom-141 {
  margin-bottom: 8px;
}

.f-margin-bottom-142 {
  margin-bottom: 16px;
}

.f-paragraph-large-6 {
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-sub-heading-small {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.f-content-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 620px;
  overflow: hidden;
}

.f-content-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.f-content-list-item-large {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.f-content-list-wrapper-small {
  grid-row-gap: 48px;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
  display: flex;
}

.f-content-icon-square {
  background-color: var(--flowui-component-library--gray-100);
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-h3-heading-3 {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.f-container-regular-4 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-button-secondary-3 {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-margin-bottom-143 {
  margin-bottom: 8px;
}

.f-margin-bottom-144 {
  margin-bottom: 16px;
}

.f-margin-bottom-145 {
  margin-bottom: 32px;
}

.f-image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.f-paragraph-large-7 {
  color: var(--gris-foncé);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.f-paragraph-large-7.noustrouver {
  margin-bottom: 30px;
}

.f-button-neutral-4 {
  background-color: var(--blue\<deleted\|variable-7b64cafb\>);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-4:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-7 {
  color: var(--gris-foncé);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-grid-two-column-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.maps {
  padding: 72px 5%;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: 450px;
  height: 430px;
  overflow: hidden;
}

.f-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.bold-text-13 {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
}

.f-h1-heading-4 {
  color: var(--orange);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1;
}

.f-margin-bottom-146 {
  margin-bottom: 24px;
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-8 {
  color: var(--gris-foncé);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.faq {
  padding: 50px 5%;
  position: relative;
}

.f-header-image-wrapper-wide-2 {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 64px;
  display: flex;
  overflow: hidden;
}

.f-margin-bottom-147 {
  margin-bottom: 40px;
}

.f-heading-detail-small-8 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-header-form-wrapper-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-input-field-2 {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field-2::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-header-form-block-2 {
  max-width: 360px;
  margin-bottom: 0;
}

.f-header-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bold-text-14 {
  color: var(--flowui-component-library--white);
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.bold-text-15 {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  font-size: 48px;
}

.f-paragraph-small-4 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.8;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  background-color: var(--orange);
  border-radius: 10px;
  margin-top: 7px;
  padding: 20px 20px 10px;
  transition: all .3s;
  display: block;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.f-accordian-icon {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.f-container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-icon-regular-5 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

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

.f-footer-logo-xs-2 {
  width: 48px;
  height: 48px;
}

.f-footer-line-2 {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-link {
  color: var(--flowui-component-library--white);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--gris-moyen);
  padding: 32px 5%;
  position: relative;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-detail-2 {
  color: var(--flowui-component-library--white);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.paragraph-5.centresproches {
  font-family: Poppins, sans-serif;
}

.bold-text-16 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text-17 {
  font-family: Poppins, sans-serif;
  font-size: 29px;
  font-weight: 600;
}

.bold-text-18 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.bold-text-19 {
  color: var(--flowui-component-library--white);
  font-weight: 400;
}

.bold-text-20 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.f-h3-heading-4 {
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-margin-bottom-148 {
  margin-bottom: 8px;
}

.f-margin-bottom-149 {
  margin-bottom: 5px;
}

.f-margin-bottom-150 {
  margin-bottom: 32px;
}

.f-success-message-3 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-paragraph-large-9 {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.contact {
  background-color: var(--vert-foncé);
  padding: 20px 5% 92px;
  position: relative;
}

.f-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-button-neutral-5 {
  background-color: var(--blue\<deleted\|variable-7b64cafb\>);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-5:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-heading-detail-small-9 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-151 {
  margin-bottom: 48px;
}

.f-title-wrapper-left {
  max-width: 100%;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-contact-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 24px;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-error-message {
  background-color: var(--flowui-component-library--error-lighter);
  color: var(--flowui-component-library--error-darker);
  text-align: center;
  border-radius: 8px;
}

.avantages-pbe {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 30px 10px;
  position: relative;
}

.pictopremierecran {
  width: 80px;
  margin-bottom: 15px;
}

.hero-copy {
  color: var(--gris-foncé);
  background-image: url('../images/66d7ab4a0670d_Designsanstitre-2024-09-04T033411.196.png');
  background-position: 50%;
  background-size: cover;
  padding: 20px 5% 50px;
  position: relative;
}

.form-block {
  width: 100%;
}

.div-block-3 {
  background-color: var(--flowui-component-library--white);
  outline-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  outline-offset: 0px;
  border-radius: 30px;
  outline-width: 1px;
  outline-style: solid;
  width: 45%;
  padding: 30px 30px 20px;
}

.area-label {
  z-index: 1;
  color: #0000004d;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.form-next {
  background-color: var(--gris-foncé);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 30px 15px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  background-color: var(--vert-foncé);
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-next:active {
  border: 1px #000;
}

.hero-block {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
  position: relative;
}

.link {
  color: #7f58e2;
  text-decoration: none;
}

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

.note-heading {
  font-size: 40px;
  font-weight: 900;
}

.hero-content {
  width: 50%;
}

.radiobutton {
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  border-color: #00000026;
}

.radiobutton.w--redirected-checked {
  background-color: #7f58e24d;
  border-width: 9px;
  border-color: #7f58e280;
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.hero-img-wrap {
  width: 40%;
  margin-top: -60px;
}

.form-heading {
  text-align: center;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
}

.subtitle {
  color: #7c89a5;
  max-width: 900px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.button-2 {
  border: 2px none var(--vert-clair);
  background-color: var(--orange);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  flex: 1;
  min-height: 60px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button-2:hover {
  letter-spacing: 3px;
}

.button-2:active {
  border: 1px #000;
}

.bg-blob {
  position: absolute;
  inset: auto 10% 5% auto;
}

.text-area {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 240px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area:hover {
  border-color: #00000026;
  display: block;
}

.text-area:focus {
  border-color: #7f58e280;
}

.radio-button-label {
  display: none;
}

.form-slide {
  flex: none;
  width: 100%;
  margin-right: 0;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #7f58e2;
}

.form-back {
  color: #7f58e2;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e21a;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e24d;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #7f58e299;
}

.form-step {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.form-step.last-step {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.note-link {
  color: #c5387a;
  background-color: #c5387a33;
  border: 2px dashed #c5387a66;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.note-link:hover {
  background-color: #c5387a4d;
}

.slide-nav {
  display: none;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.third {
  width: 31%;
}

.text-field-wrapper.half {
  width: 48%;
}

.field-label {
  z-index: 1;
  color: #0000004d;
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.note {
  color: #c5387a;
  text-align: center;
  background-color: #c5387a1a;
  border: 3px solid #c5387a66;
  border-radius: 20px;
  margin-top: 60px;
  padding: 60px;
  font-size: 24px;
}

.text-field {
  border: 2px solid var(--flowui-component-library--gray-400);
  color: var(--gris-moyen);
  background-color: #0000;
  border-radius: 10px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  inset: 0%;
}

.text-field:hover {
  border-color: var(--vert-clair);
  display: block;
}

.text-field:focus {
  border-color: var(--vert-clair);
}

.text-field::placeholder {
  color: var(--gris-moyen);
}

.text-field.date {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.text-field.email {
  margin-bottom: 10px;
}

.text-field.email-input {
  margin-bottom: 30px;
}

.radio-buttons {
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.step-number {
  color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}

.step-number.rubrique--form {
  color: var(--orange);
  margin-bottom: 15px;
  font-size: 16px;
}

.step-number.etapes {
  border-bottom-width: 0;
}

.container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.radio-button-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 120px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.checkbox {
  border-width: 2px;
  border-color: #0000000d;
  border-radius: 7px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 15px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.checkbox:hover {
  border-color: #00000026;
}

.checkbox.w--redirected-checked {
  background-color: #7f58e24d;
  background-image: url('../images/done-violet.svg');
  background-size: 16px;
  border-color: #7f58e280;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.form-mask {
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.radio-button {
  border: 2px solid var(--flowui-component-library--gray-400);
  cursor: pointer;
  background-color: #fcfcfc;
  background-image: url('../images/form-impacts-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  border-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  background-color: var(--flowui-component-library--success-lighter);
}

.radio-button.w--redirected-checked {
  border: 2px solid var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  background-color: var(--vert-clair);
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: url('../images/form-voiture-lunette-arriere-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  background-color: var(--flowui-component-library--success-lighter);
  border-color: #7f58e233;
}

.radio-button.gender.w--redirected-checked {
  border-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  background-color: var(--flowui-component-library--success-lighter);
  background-image: url('../images/form-voiture-pare-brise-min.webp');
  background-position: 50%;
  background-size: auto 90%;
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: url('../images/form-voiture-vitres-laterales-min.webp');
  background-position: 50%;
  background-size: auto 90%;
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.fissure {
  background-image: url('../images/form-fissures-min.webp');
  background-position: 50%;
  background-size: auto 90%;
  border-color: #e7e7e7;
}

.radio-button.gender.fissure.w--redirected-checked {
  background-image: url('../images/form-fissures-min.webp');
  background-position: 50%;
  background-size: contain;
}

.radio-button.gender.vitre-arriere.w--redirected-checked {
  background-image: url('../images/form-voiture-lunette-arriere-min.webp');
  background-position: 50%;
  background-size: auto 90%;
}

.radio-button.gender.vitre-lateral {
  background-image: url('../images/form-voiture-vitres-laterales-min.webp');
}

.radio-button.impact {
  background-image: url('../images/form-impacts-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.radio-button.impact.w--redirected-checked {
  background-color: var(--flowui-component-library--success-lighter);
}

.radio-button.pare-brise {
  background-image: url('../images/Pose-completes.png');
  background-position: 50%;
  background-size: auto 90%;
}

.radio-button.vitre-laterale {
  background-image: url('../images/2-avants.png');
  background-position: 50%;
  background-size: auto 90%;
}

.radio-button.vitre-arriere {
  background-image: url('../images/form-voiture-lunette-arriere-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.radio-button.fissure {
  background-image: url('../images/form-fissures-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.radio-button.vitre-avant {
  background-image: url('../images/2-avants.png');
  background-position: 50%;
  background-size: auto 90%;
}

.radio-button.pose-complete {
  background-image: url('../images/Pose-completes.png');
  background-position: 50%;
  background-size: auto 90%;
}

.form-button {
  background-color: var(--gris-foncé);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 10px;
  width: 100%;
  min-height: 70px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
  inset: auto 0% 20px;
}

.form-button:hover {
  background-color: var(--gris-foncé);
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.bg-blob-top {
  position: absolute;
  inset: -10% auto auto 5%;
}

.section {
  flex: 1;
  padding: 120px 60px;
}

.section.grey {
  background-color: #fcfcfc;
  background-image: url('../images/wave.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.fields-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 20px 50px -50px #202d4933;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.creator {
  text-align: center;
  font-size: 16px;
  position: absolute;
  inset: auto 0% 40px;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.radio-button-field-2 {
  background-color: var(--vert-clair);
  width: 120px;
  height: 120px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: linear-gradient(356deg, var(--gris-foncé), #3634332b), url('../images/c296fa_3aa6cc8d3ccb43e1ab1fd2f20040f0d1~mv2_d_2048_1365_s_2.avif');
  color: #2b2b2b;
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.hero-split.right-form {
  background-color: var(--flowui-component-library--white);
  border-radius: 20px;
  padding: 30px 30px 20px;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span {
  color: var(--orange);
}

.text-block-11 {
  letter-spacing: 1px;
}

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

.heading-5 {
  text-align: center;
  margin: 0 auto 30px;
  font-size: 28px;
}

.link-2 {
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}

.button-3 {
  background-color: var(--flowui-component-library--white);
  color: #636363;
  border: 1px solid #757575;
  border-radius: 5px;
  position: static;
  inset: 0% auto auto 0%;
}

.link-block {
  z-index: 99999;
  border: 1px solid var(--vert-foncé);
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 10px;
  width: 48%;
  height: auto;
  min-height: 48px;
  margin-left: 20px;
  padding: 24px 30px;
  display: flex;
  position: static;
  inset: auto 5% 5% auto;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.text-block-12 {
  margin-right: 7px;
  font-size: 15px;
}

.text-block-12.lien-maps {
  padding-top: 3px;
}

.image-5 {
  width: 50px;
  max-width: 100%;
  height: 69px;
}

.image-6, .image-7 {
  width: 22px;
  height: 29px;
}

.div-block-4 {
  width: auto;
  display: flex;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  color: var(--orange);
}

.heading-7 {
  text-align: center;
  margin-bottom: 40px;
}

.text-span-4 {
  color: var(--flowui-component-library--white);
  font-size: 30px;
}

.link-3 {
  color: #030000;
}

.image-8 {
  width: 100%;
  height: 50px;
}

.link-block-2 {
  width: 50%;
  display: block;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text-21, .bold-text-22 {
  color: var(--flowui-component-library--white);
}

.bold-text-23 {
  color: var(--orange);
}

.link-block-3 {
  width: 100%;
  height: auto;
  min-height: 50px;
}

.text-oirange {
  color: var(--orange);
  display: block;
}

.text-span-5 {
  color: var(--orange);
}

.f-h2-heading-2 {
  color: var(--gris-foncé);
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 1.2;
}

.f-paragraph-small-5 {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small-5.f-text-color-gray-401 {
  color: var(--flowui-component-library--gray-400);
}

.f-badge-filled-2 {
  background-color: var(--jaune-étoile);
  color: var(--gris-foncé);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-button-secondary-4 {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--gris-foncé);
  color: var(--flowui-component-library--white);
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-4:hover {
  background-color: var(--gris-moyen);
  border-color: #0000;
}

.f-button-secondary-4.vert-cta {
  background-color: var(--vert-clair);
  border-width: 0;
  margin-top: 10px;
  font-size: 18px;
}

.f-container-small-2 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-margin-bottom-152 {
  margin-bottom: 12px;
}

.f-margin-bottom-153 {
  margin-bottom: 16px;
}

.f-margin-bottom-154 {
  margin-bottom: 24px;
}

.f-text-color-gray-401 {
  color: var(--flowui-component-library--gray-400);
}

.f-h5-heading-4 {
  color: var(--gris-foncé);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-h5-heading-4.f-text-color-white {
  color: var(--flowui-component-library--white);
  text-align: center;
  line-height: 32px;
}

.f-h6-heading {
  color: var(--gris-foncé);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-h6-heading.f-text-color-white {
  color: var(--flowui-component-library--white);
}

.prix {
  padding: 50px 5% 92px;
  position: relative;
}

.f-icon-regular-6 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-heading-detail-small-10 {
  color: var(--orange);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-pricing-card-outline-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-line-2 {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-feature-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-title-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-pricing-feature-item-2 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-card-dark-2 {
  background-color: var(--gris-foncé);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-pricing-line-dark-2 {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-type-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.f-pricing-duration-2 {
  color: var(--flowui-component-library--gray-400);
  font-size: 16px;
  font-weight: 400;
}

.f-pricing-button-2 {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-pricing-button-2:hover {
  background-color: var(--jaune-étoile);
}

.f-pricing-toggle-menu {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.f-pricing-button-toggle {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0000;
  border-radius: 4px;
  padding: 12px 44px;
  font-size: 14px;
}

.f-pricing-button-toggle.w--current {
  color: var(--blue\<deleted\|variable-7b64cafb\>);
  background-color: #fff;
  font-weight: 500;
  box-shadow: 3px 8px 20px #8d9bbe29;
}

.f-pricing-tab {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.f-pricing-column-basic-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.f-pricing-tab-pane {
  width: 100%;
}

.f-pricing-feature-item-2-copy {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.text-span-6, .text-span-7, .bold-text-24 {
  color: var(--orange);
}

.list-item {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.list {
  color: var(--orange);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  list-style-type: square;
}

.code-embed {
  margin-right: 10px;
}

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

.text-blanc {
  color: var(--flowui-component-library--white);
  font-size: 18px;
  font-weight: 400;
}

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

.div-block-6 {
  margin-left: 20px;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .f-paragraph-regular-2 {
    color: var(--gris-foncé);
  }

  .f-feature-card-large.blocvert {
    border: 1px solid var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
    background-color: var(--vert-clair);
  }

  .f-feature-icon-round {
    height: 150px;
  }

  .f-icon-regular-2.icon-vertes {
    color: var(--flowui-component-library--success-darker);
  }

  .image-3 {
    background-color: var(--flowui-component-library--white);
    border-radius: 100px;
    margin-bottom: 20px;
    padding: 10px;
  }

  .bold-text-10 {
    color: var(--rouge);
  }

  .bold-text-11 {
    color: var(--gris-moyen);
  }

  .f-paragraph-large-6, .bold-text-12 {
    color: var(--gris-foncé);
  }

  .form-next {
    padding-top: 20px;
  }

  .form-next:hover {
    background-color: var(--vert-foncé);
  }

  .form-step.last-step {
    padding-bottom: 10px;
  }

  .text-field {
    border-color: var(--vert-principal\<deleted\|variable-b905e5ea-dfd9-6da6-882b-6998fd0b33c0\>);
  }

  .step-number.rubrique--form {
    color: var(--vert-foncé);
  }

  .radio-button.gender.vitre-lateral {
    background-image: url('../images/form-voiture-pare-brise-min.webp');
    background-position: 50%;
    background-size: auto 90%;
  }

  .radio-button.gender.pare-brise {
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

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

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

  .f-content-image-tall {
    max-width: 100%;
    height: 400px;
  }

  .f-content-list-wrapper-small {
    flex-direction: row;
    max-width: 100%;
  }

  .f-grid-two-column-3 {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper {
    max-width: 100%;
  }

  .f-accordian-list {
    width: 100%;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .hero-img-wrap {
    width: 50%;
    margin-top: 0;
  }

  .bg-blob {
    bottom: 0%;
    left: -10%;
  }

  .section {
    padding: 100px 40px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .f-pricing-column-basic-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-without-image, .hero-stack, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .features-table, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .team-slider, .features-list, .gallery-scroll, .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-banner-flex-row {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-feature-card-outlined {
    padding: 32px;
  }

  .f-h1-heading-2 {
    margin-top: 0;
    font-size: 48px;
  }

  .hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .data {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  ._3arguments {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .etapes {
    padding: 60px 15px;
  }

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

  .f-h1-heading-3 {
    margin-top: 0;
    font-size: 48px;
  }

  .garantie {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .testimoniaux, .pourquoi {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .quisommesnous {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-3 {
    font-size: 40px;
  }

  .maps {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h1-heading-4 {
    margin-top: 0;
    font-size: 48px;
  }

  .faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h3-heading-4 {
    font-size: 40px;
  }

  .contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .avantages-pbe {
    padding: 60px 15px;
  }

  .hero-copy {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .hero-block {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .note-heading {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-img-wrap {
    width: 80%;
    max-width: 400px;
    margin-bottom: 40px;
  }

  .form-heading {
    font-size: 24px;
  }

  .subtitle {
    font-size: 20px;
  }

  .button-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .bg-blob {
    display: none;
  }

  .form-slide {
    flex: none;
    width: 100%;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-step {
    height: 100%;
  }

  .note {
    padding: 40px;
    font-size: 20px;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .bg-blob-top {
    width: 70%;
  }

  .section {
    padding: 40px 20px;
  }

  .section.grey {
    background-position: 100% 100%;
    background-size: 1000px;
    padding-top: 60px;
  }

  .form-block-2 {
    padding: 40px 40px 50px;
  }

  .hero-heading-left, .hero-heading-center {
    padding: 60px 15px;
  }

  .f-h2-heading-2 {
    font-size: 44px;
  }

  .prix {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-pricing-toggle-menu {
    flex-wrap: wrap;
  }

  .f-pricing-button-toggle {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .image {
    clear: none;
    width: 20%;
    margin-bottom: 10px;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .banner {
    text-align: center;
    display: none;
  }

  .f-paragraph-regular {
    text-align: center;
  }

  .orange {
    text-align: center;
    font-size: 13px;
  }

  .f-h1-heading-2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 28px;
  }

  .f-container-regular-2 {
    max-width: 1140px;
  }

  .f-margin-bottom-42 {
    margin-bottom: 4px;
  }

  .f-paragraph-large-2.soustitre {
    display: none;
  }

  .hero {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .f-button-neutral-2.btn-orange {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 44px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-button-neutral-2.btn-vert {
    width: 100%;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px;
  }

  .f-button-neutral-2.btn-vert.gps-btn {
    width: 100%;
  }

  .f-button-neutral-2.btn-black {
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-button-neutral-2.cta-orange {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .f-heading-detail-small-2 {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }

  .f-header-button-wrapper {
    flex-flow: column;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .text-block-6.txt-cta2 {
    font-size: 15px;
  }

  .data {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .features-wrapper-2 {
    margin-bottom: 0;
  }

  .features-block-2 {
    margin-bottom: 20px;
  }

  .features-block-2.lastpicto {
    width: 100%;
    margin-bottom: 10px;
  }

  .features-title-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .f-h3-heading {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .f-title-wrapper-center {
    max-width: 100%;
  }

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

  ._3arguments.featuresd {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-margin-bottom-128 {
    margin-bottom: 15px;
  }

  .f-feature-card-filled {
    margin-left: auto;
    margin-right: auto;
  }

  .button.btn2 {
    background-color: var(--gris-foncé);
  }

  .etapes {
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .div-block-2 {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .bold-text-7 {
    font-size: 15px;
  }

  .paragraph-4 {
    font-size: 13px;
  }

  .f-h1-heading-3 {
    text-align: center;
    line-height: 30px;
  }

  .f-paragraph-large-3 {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
  }

  .garantie {
    padding-top: 30px;
  }

  .f-heading-detail-small-4 {
    text-align: center;
    font-size: 13px;
    line-height: 18px;
  }

  .bold-text-8 {
    font-size: 24px;
    line-height: 1%;
  }

  .f-h3-heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .f-paragraph-regular-2, .f-paragraph-regular-2.text-pbe-vert {
    text-align: left;
    font-size: 14px;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .testimoniaux {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .f-margin-bottom-04, .f-margin-bottom-134 {
    margin-bottom: 0;
  }

  .f-h5-heading-3 {
    margin-top: 10px;
    font-size: 18px;
  }

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

  .f-heading-detail-small-6 {
    text-align: center;
  }

  .f-feature-card-large.blocvert {
    padding: 10px 10px 0;
  }

  .f-feature-card-large.blocrouge {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .quisommesnous {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-content-list-wrapper {
    margin-top: 10px;
  }

  .f-pricing-card-outline, .f-pricing-card-dark {
    padding: 32px;
  }

  .image-3 {
    width: 50%;
  }

  .f-paragraph-large-6 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .f-h3-heading-3 {
    text-align: center;
    font-size: 28px;
  }

  .f-paragraph-large-7 {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .f-heading-detail-small-7 {
    text-align: center;
  }

  .maps {
    padding-top: 20px;
  }

  .f-h1-heading-4 {
    font-size: 30px;
  }

  .faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-accordian-wrapper {
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .paragraph-6 {
    font-size: 100px;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 80px;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .avantages-pbe {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .pictopremierecran {
    width: 60px;
    margin-bottom: 7px;
  }

  .hero-copy {
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .area-label {
    font-size: 14px;
  }

  .form-next {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }

  .note-heading {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .form-heading {
    text-transform: none;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 22px;
  }

  .subtitle {
    font-size: 18px;
  }

  .button-2, .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step.last-step {
    padding-bottom: 0;
  }

  .text-field-wrapper.third, .text-field-wrapper.half {
    width: 100%;
  }

  .note {
    padding: 30px 20px 20px;
    font-size: 18px;
  }

  .text-field {
    font-size: 14px;
  }

  .step-number.rubrique--form {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .step-number.etapes {
    display: none;
  }

  .section {
    padding: 60px 10px;
  }

  .section.grey {
    background-position: 50% 100%;
    background-size: 700px;
  }

  .form-block-2 {
    border-radius: 10px;
    max-width: 100%;
    padding: 0;
  }

  .hero-heading-left {
    padding-top: 10px;
    padding-bottom: 60px;
  }

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

  .hero-split {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .hero-split.right-form {
    width: 100%;
    margin-bottom: 0;
    padding: 15px 10px;
    display: none;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

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

  .heading-5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }

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

  .link-block {
    width: 20%;
    height: auto;
    min-height: 40px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 2%;
  }

  .text-block-12.lien-maps {
    display: none;
  }

  .image-7 {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-4 {
    flex-flow: column;
  }

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

  .text-oirange {
    display: block;
  }

  .f-h2-heading-2 {
    font-size: 25px;
  }

  .f-badge-filled-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .f-h5-heading-4.f-text-color-white {
    font-size: 25px;
  }

  .prix {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .f-pricing-card-outline-2, .f-pricing-card-dark-2 {
    padding: 20px 32px;
  }

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

  .list-item {
    font-size: 18px;
  }

  .list {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .code-embed {
    margin-right: 10px;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .bold-text-25, .bold-text-26 {
    font-size: 16px;
  }
}

#w-node-_43dd8c71-0f14-2ddc-8250-e2bf0da7146b-726bada6, #w-node-_43dd8c71-0f14-2ddc-8250-e2bf0da71477-726bada6, #w-node-_43dd8c71-0f14-2ddc-8250-e2bf0da71481-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a212a-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2134-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2138-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a213c-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2140-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2147-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2155-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2159-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a215d-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2161-726bada6, #w-node-c79427e9-0809-7343-de3e-a80a0a1e6703-726bada6, #w-node-_776b2cb9-4118-2145-7903-53f835f171f7-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a216a-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2174-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2178-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a217c-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2180-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2187-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2195-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a2199-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a219d-726bada6, #w-node-_0837e748-cae0-159a-43fe-4146d60a21a1-726bada6, #w-node-_8cf41908-8cca-89d5-bce4-f4fa2ea81e57-726bada6, #w-node-_8cf41908-8cca-89d5-bce4-f4fa2ea81e68-726bada6, #w-node-_8cf41908-8cca-89d5-bce4-f4fa2ea81e7d-726bada6, #w-node-_8cf41908-8cca-89d5-bce4-f4fa2ea81e90-726bada6, #w-node-_8cf41908-8cca-89d5-bce4-f4fa2ea81ea0-726bada6, #w-node-_8cf41908-8cca-89d5-bce4-f4fa2ea81eb3-726bada6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21d855d8-0d85-0be5-4a1d-c8050c6e757d-726bada6 {
  justify-self: end;
}

#w-node-_086c15e6-6cdb-00ce-111a-f09612f737e3-726bada6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_58db396e-4013-7ac6-5e45-3c807f0f805e-726bada6 {
    order: -9999;
  }
}


