:root {
  --brand-brown: #cec2aa;
  --cec2aa: white;
}

.hero {
  background-image: linear-gradient(45deg, #333 68%, #555147 92%, #8f8777);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-bottom: 3.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.layout {
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.layout.vertical {
  flex-flow: column;
}

.layout.v-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.layout.xs {
  max-width: 620px;
}

.layout.is-header {
  padding-top: 30px;
  padding-bottom: 40px;
}

.heading {
  color: #fff;
  margin-top: 0;
  font-family: Marcellus, sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
}

.hero__content {
  width: 29.375rem;
}

.paragraph {
  color: #fff;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 170%;
}

.body {
  font-family: Plus Jakarta Sans, sans-serif;
}

.highlighted {
  color: var(--brand-brown);
  font-weight: 500;
}

.hero__arguments {
  padding-top: 1.875rem;
}

.hero__arguments.second {
  padding-top: 0;
  padding-bottom: 1.875rem;
}

.arguments_line {
  justify-content: flex-start;
  align-items: center;
  padding-top: .2rem;
  padding-bottom: .2rem;
  display: flex;
}

.arguments_line.second {
  justify-content: flex-start;
  align-items: flex-start;
}

.arguments__text {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  padding-left: .625rem;
  font-size: .9375rem;
}

.arguments__text.green {
  color: #51a800;
}

.arguments__text.black {
  color: #333;
  letter-spacing: 0;
  line-height: 160%;
}

.image {
  height: 15px;
}

.image._2 {
  margin-top: 5px;
}

.hero__upper-title {
  color: var(--brand-brown);
  font-size: .875rem;
}

.hero__bubble {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #ffffff80;
  border: 1px solid #ffffff4d;
  border-radius: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.875rem;
  padding: .3125rem .625rem;
  display: inline-flex;
}

.image-2 {
  height: 19px;
}

.paragraph-2 {
  color: #fff;
  font-size: .75rem;
}

.paragraph-3 {
  color: #fff;
  letter-spacing: -.01875rem;
  margin-bottom: 0;
  margin-left: -1px;
  font-size: .75rem;
  font-weight: 600;
}

.form-block {
  width: 450px;
}

.form {
  background-color: #2e2e2e5e;
  border: 1px solid #7a7a7a63;
  border-radius: 15px;
  padding: 0 1.875rem 1.875rem;
}

.heading-2 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 2.7rem;
}

.form__row {
  justify-content: space-between;
  padding-top: 1.875rem;
  display: flex;
}

.half-input {
  border-radius: 6px;
  width: 49%;
  height: 50px;
  margin-bottom: 20px;
}

.half-input:focus {
  border: 3px solid #cec2aa;
}

.half-input.full {
  width: 100%;
}

.section {
  background-color: #f0ede5;
  padding: 6.25rem 1.25rem;
  position: relative;
}

.section.white {
  background-color: #fff;
}

.section.black {
  background-color: #333;
}

.section.end {
  background-image: linear-gradient(#f0ede5, #0000), url('../images/end_Section.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 40.3125rem;
}

.secondary-title {
  z-index: 111;
  font-family: Marcellus, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 110%;
  position: relative;
}

.secondary-title.white {
  color: #fff;
}

.secondary-title.white.small-w {
  width: 350px;
}

.secondary-title.small-w {
  width: 450px;
}

.div-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.basic-paragraph {
  z-index: 111;
  font-size: .9375rem;
  line-height: 160%;
  position: relative;
}

.basic-paragraph.benefit {
  padding-left: 1.25rem;
}

.basic-paragraph.white {
  color: #fffc;
}

.basic-paragraph.is-test {
  flex-flow: column;
  line-height: 118%;
  display: flex;
}

.basic-paragraph.p-30 {
  padding-top: 20px;
}

.image-3 {
  position: absolute;
  inset: 9% auto auto 2%;
}

.image-4 {
  position: absolute;
  inset: auto 13% 8% auto;
}

._w-550 {
  width: 550px;
}

.text-block {
  background-color: #cec2aa4d;
  border-radius: 3px;
  padding: .25rem .625rem;
  display: inline-block;
}

.small-section {
  background-color: #333;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.numbers-wrapper {
  width: 100%;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  font-family: Marcellus, sans-serif;
  font-size: 3.125rem;
  display: flex;
}

.number-content {
  padding-top: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 150%;
}

.div-block-2 {
  justify-content: space-around;
  display: flex;
}

.benefits-wrapper {
  width: 450px;
}

.benefit-item {
  background-color: #f0ede5;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: .9375rem;
  padding: .9375rem;
  display: flex;
}

.picto-wrapper {
  background-color: #333;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.image-5 {
  height: 1.5rem;
}

.benefits-right {
  position: relative;
}

.image-6 {
  z-index: 1;
  width: 540px;
  margin-top: 1.875rem;
  position: relative;
}

.image-7 {
  position: absolute;
  inset: auto auto -5% -17%;
}

.black-cta-section {
  background-color: #333;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3.125rem;
  display: flex;
}

.black-cta-section.secondary {
  margin-bottom: 3.125rem;
  display: block;
}

.link-block {
  color: #333;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

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

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

.link-block.invert:hover {
  background-color: #333333bd;
}

.text-block-3 {
  padding-left: .625rem;
  font-size: .9375rem;
  font-weight: 600;
}

.image-8 {
  width: 23px;
}

.text-block-4 {
  color: #fffc;
  text-align: right;
  padding-top: .375rem;
  font-size: .8125rem;
}

.text-block-4.a-left {
  text-align: left;
}

.text-block-4.a-left.no-m {
  padding-top: 0;
}

.text-block-4.invert {
  color: #333;
}

.cta-wrapper.a-left {
  text-align: left;
  padding-top: 2.5rem;
}

.div-block-3 {
  background-color: #333;
  border-radius: 1.25rem;
  width: 100%;
  margin-top: 3.125rem;
  padding: 6.25rem 3.125rem;
  position: relative;
}

.image-9 {
  position: absolute;
}

.image-9.infaq {
  max-width: 30%;
  inset: 2% auto auto 2%;
}

.fonctionalities-wrapper {
  background-color: #cec2aa;
  border-radius: 20px;
  height: 650px;
}

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

.fonctionality-block {
  background-color: #f0ede5;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 140px;
  margin-bottom: .625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  top: -51px;
  box-shadow: 0 2px 5px #0000001f;
}

.fonctionnality-content {
  padding-left: 1.125rem;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Marcellus, sans-serif;
  font-size: 1.1875rem;
}

.fonctionnalities-content {
  max-width: 370px;
}

.image-10 {
  position: absolute;
  inset: 0% 5% auto auto;
}

.slider {
  height: 395px;
}

.slider-col {
  background-color: #fff;
  background-image: linear-gradient(#3336, #000), url('../images/françois-gilbert.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 10px;
  width: 280px;
  height: 395px;
  margin-right: 0;
  position: relative;
}

.slider-col.guillodo {
  background-image: linear-gradient(#3336, #000), url('../images/guillodo.jpg');
  background-position: 0 0, 0%;
}

.slider-col.gonte {
  background-image: linear-gradient(#3336, #000), url('../images/gonte.jpg');
}

.slider-col.hubert {
  background-image: linear-gradient(#3336, #000), url('../images/hubert.jpg');
}

.slider-col.crayon {
  background-image: linear-gradient(#3336, #000), url('../images/crayon.svg');
}

.slide {
  vertical-align: baseline;
}

.slide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  min-width: 1600px;
  padding-top: 3.125rem;
  display: flex;
  overflow: visible;
}

.slider-content {
  padding: 1.25rem;
  position: absolute;
  inset: auto 0% 9%;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.5625rem;
}

.paragraph-4 {
  color: #fff;
  font-size: .875rem;
}

.download_section {
  background-image: linear-gradient(45deg, #333 38%, #8f8777);
  border-radius: 20px;
  justify-content: space-between;
  width: 100%;
  margin-top: 3.125rem;
  padding: 5rem 3.4375rem;
  display: flex;
  position: relative;
}

.download__content {
  max-width: 22.8125rem;
}

.div-block-33 {
  border-bottom: 1px solid #79bb7c5c;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.faq-icon {
  z-index: 2;
  width: 18px;
  margin-right: 16px;
  position: absolute;
  inset: -4% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  padding: 1.875rem;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.div-block-34 {
  padding-top: 29px;
  padding-left: 0;
}

.faq-p {
  background-color: #fff;
  border-radius: 4px;
  width: 90%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.faq-p.first {
  margin-top: 1.875rem;
}

.faq-body-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: grid;
  box-shadow: 0 1px 20px -20px #000;
}

.faq-body-cont.opticiens {
  grid-template-columns: 1fr 1fr;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.link-block-2 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-23 {
  color: #2c8dbe;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.paragraph-42 {
  color: #2cab64;
  text-align: left;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.logo-opticien {
  object-fit: contain;
}

.paragraph-24 {
  color: #001c2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-24.adresse {
  font-size: 14px;
}

.toggle-text {
  z-index: 2;
  color: #333;
  text-transform: none;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}

.is-downloader {
  color: #333;
  cursor: pointer;
  background-color: #cec2aa;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.is-downloader:hover {
  background-color: #fff;
}

.text-block-5 {
  letter-spacing: -.01875rem;
  padding-left: .625rem;
  font-size: 1rem;
  font-weight: 600;
}

.emojis-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: .9375rem;
  display: flex;
}

.emojis-line {
  margin-left: 15px;
}

.emoji-image {
  border: 1px solid #fff;
  border-radius: 1000px;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  margin-left: -15px;
}

.emoji-image._1 {
  left: -20px;
}

.emoji-image._2 {
  left: -40px;
}

.emoji-image._3 {
  left: -60px;
}

.emoji-image._4 {
  left: -80px;
}

.rate-wrapper {
  display: flex;
}

.emoji-content {
  padding-left: .625rem;
}

.text-block-6 {
  color: #fff;
  font-weight: 500;
}

.checkbox-label {
  color: #fff;
  margin-top: -3px;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
}

.submit-button {
  z-index: 111111;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-15 {
  width: 330px;
  height: 450px;
}

.div-block-60.mt-10 {
  margin-top: 1.25rem;
}

.checkbox {
  width: 20px;
  height: 20px;
}

.checkbox.w--redirected-checked {
  background-color: #cec2aa;
}

.checkbox-field {
  margin-bottom: 20px;
  padding-bottom: 1px;
}

.caroussel-container {
  max-width: 100%;
  margin-top: 1.875rem;
  display: flex;
  overflow: hidden;
}

.testimonial-wrapper {
  flex-flow: row;
  justify-content: space-around;
  min-width: 1600px;
  display: flex;
}

.testimonial-wrapper.reverse, .testimonial-wrapper.first {
  flex-flow: row;
}

.testimonial-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 390px;
  height: 275px;
  margin-right: 1.25rem;
  padding: 2.5rem 1.875rem;
  display: flex;
}

.smaller {
  font-size: .8125rem;
}

.formateurs-wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.image-17 {
  z-index: 1;
  position: absolute;
  inset: -14% auto auto -11%;
}

.image-18 {
  max-width: 40%;
  position: absolute;
  inset: 50% 5% auto auto;
}

.image-19 {
  width: 31px;
}

.link-block-3 {
  text-decoration: none;
  display: flex;
}

.text-block-7 {
  color: #fff;
  padding-left: .625rem;
  font-weight: 400;
}

.image-20 {
  width: 150px;
  object-fit: contain;
}

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

.success-message {
  background-color: #2e2e2e5e;
  border: 1px solid #7a7a7a63;
  border-radius: 10px;
}

.text-block-8 {
  color: #fff;
  letter-spacing: -.5px;
  padding-bottom: 10px;
  font-size: 1.3125rem;
  font-weight: 500;
}

.text-block-9 {
  color: #fffc;
}

.greened {
  color: #51a800;
}

.image-21 {
  border-radius: 20px;
  width: 330px;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero {
    height: 100vh;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .layout.mob-v {
    flex-flow: column;
  }

  .heading {
    font-size: 2rem;
    line-height: 120%;
  }

  .hero__content {
    width: 24rem;
  }

  .form-block {
    width: 350px;
  }

  .form {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

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

  .half-input {
    height: 45px;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.end {
    height: 20rem;
  }

  .secondary-title {
    font-size: 2rem;
  }

  .div-block {
    width: 100%;
  }

  ._w-550 {
    width: 55%;
  }

  .text-block-2 {
    font-size: 3rem;
  }

  .benefits-wrapper {
    width: 100%;
    padding-top: .9375rem;
  }

  .benefit-item {
    justify-content: flex-start;
    align-items: center;
  }

  .image-6 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 40vh;
  }

  .text-block-3 {
    font-size: .875rem;
  }

  .text-block-4.a-left.no-m {
    padding-top: 0;
  }

  .image-9 {
    max-width: 40%;
  }

  .columns {
    flex-flow: column;
  }

  .heading-3 {
    font-size: 1.125rem;
  }

  .fonctionnalities-content {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

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

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

  .download_section {
    margin-top: 0;
    padding: 2rem;
  }

  .download__content {
    max-width: 19rem;
  }

  .faq-p {
    width: 95%;
  }

  .is-downloader {
    height: 60px;
  }

  .text-block-5 {
    font-size: .9rem;
  }

  .emoji-image {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
  }

  .image-14 {
    width: 20px;
  }

  .image-15 {
    object-fit: cover;
    width: 35%;
    height: 461px;
  }

  .column {
    padding-top: 98px;
  }

  .image-17 {
    max-width: 20%;
  }

  .image-21 {
    object-fit: cover;
    width: 230px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
    padding-top: 2rem;
  }

  .layout {
    flex-flow: column;
  }

  .layout.is-header {
    flex-flow: row;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .hero__content {
    width: 100%;
  }

  .hero__arguments {
    padding-top: 0;
  }

  .form-block {
    width: 100%;
    margin-top: 1.875rem;
  }

  .heading-2 {
    font-size: 1.625rem;
    line-height: 140%;
  }

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

  .section.black.has-no-p {
    padding-left: 0;
    padding-right: 0;
  }

  .secondary-title {
    font-size: 1.875rem;
    line-height: 120%;
  }

  .secondary-title.white.small-w, .secondary-title.small-w {
    width: 100%;
  }

  .basic-paragraph {
    font-size: .875rem;
  }

  ._w-550 {
    width: 100%;
  }

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

  .text-block-2 {
    font-size: 2.75rem;
  }

  .number-content {
    font-size: .875rem;
  }

  .div-block-2 {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .image-6 {
    height: 30vh;
  }

  .black-cta-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-3 {
    font-size: .8125rem;
  }

  .image-8 {
    width: 20px;
  }

  .text-block-4.a-left.mob-c {
    text-align: center;
  }

  .cta-wrapper.a-left {
    padding-top: 1.5rem;
  }

  .div-block-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .fonctionalities-wrapper {
    height: 940px;
  }

  .fonctionality-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 200px;
  }

  .fonctionnality-content {
    padding-left: 0;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .image-10 {
    top: 6%;
  }

  .slide-wrapper {
    padding: 2rem;
  }

  .slider-content {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .heading-4 {
    font-size: .875rem;
    line-height: 160%;
  }

  .paragraph-4 {
    font-size: .8125rem;
  }

  .download_section {
    flex-flow: column;
  }

  .download__content {
    max-width: 100%;
  }

  .div-block-33 {
    flex-direction: row;
    margin-bottom: 10px;
    padding: 10px;
  }

  .div-block-34 {
    padding-left: 15px;
  }

  .faq-body-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .faq-body-cont.opticiens {
    grid-template-columns: 1fr;
  }

  .paragraph-42 {
    font-size: 14px;
    display: none;
  }

  .picto-container {
    justify-content: space-around;
    padding-top: 13px;
    display: flex;
  }

  .logo-opticien {
    padding-bottom: 29px;
  }

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

  .emoji-image {
    min-width: 35px;
    min-height: 35px;
  }

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

  .image-15 {
    display: none;
  }

  .div-block-60 {
    margin-top: 1rem;
  }

  .testimonial-item {
    width: 280px;
    height: 260px;
    margin-right: 1.15rem;
  }

  .image-20 {
    width: 100px;
    object-fit: contain;
  }

  .image-21 {
    width: 100%;
  }

  .columns-2 {
    flex-flow: column-reverse;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .hero__content {
    padding-top: 20px;
  }

  .form {
    padding-left: .7rem;
    padding-right: .7rem;
  }

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

  .form__row {
    flex-flow: column;
  }

  .half-input {
    width: 100%;
  }

  .section {
    padding: 3rem .666667rem 3rem .9375rem;
  }

  .section.end {
    height: 10rem;
  }

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

  .basic-paragraph {
    font-size: .8125rem;
  }

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

  .text-block-2 {
    font-size: 2.5rem;
  }

  .number-content {
    font-size: .8125rem;
  }

  .picto-wrapper {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .image-5 {
    height: 1.2rem;
  }

  .black-cta-section {
    padding: 2rem 1rem;
  }

  .div-block-3 {
    padding: 3rem 1rem;
  }

  .fonctionalities-wrapper {
    height: 1380px;
  }

  .fonctionality-block {
    height: 270px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-3 {
    margin-top: .9375rem;
    line-height: 1.5rem;
  }

  .image-10 {
    top: 2%;
  }

  .slider-col {
    width: 100%;
    max-width: 100%;
  }

  .slide-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .paragraph-4 {
    font-size: .75rem;
  }

  .download_section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-33 {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding: 10px 0 20px;
  }

  .image-13 {
    width: 20px;
  }

  .div-block-34 {
    padding-top: 0;
    padding-left: 15px;
  }

  .faq-p {
    width: 95%;
  }

  .faq-body-cont {
    grid-template-columns: 1fr;
    padding: 10px 5px 15px;
  }

  .faq {
    width: 100%;
    height: 60px;
  }

  .paragraph-42 {
    display: none;
  }

  .picto-container {
    justify-content: space-around;
    padding-top: 20px;
    display: flex;
  }

  .logo-opticien {
    width: 30%;
    height: 100%;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-24.adresse {
    font-size: 12px;
    line-height: 22px;
  }

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

  .emoji-image {
    min-width: 35px;
    min-height: 35px;
  }

  .testimonial-item {
    height: 220px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .image-16 {
    width: 20px;
  }

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

  .image-20 {
    width: 100px;
    object-fit: contain;

  }

  .image-21 {
    height: 170px;
  }
}


