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

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

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

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

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

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

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

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

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

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

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

.w-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: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  color: #1d1d1d;
  text-align: center;
  text-transform: uppercase;
  margin-top: 43px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 900;
  line-height: 25px;
}

.logo {
  width: 200px;
}

.h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 42px;
  margin-bottom: 50px;
  font-size: 55px;
  font-weight: 800;
  line-height: 60px;
}

.bloc_down {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  min-height: 250px;
  display: flex;
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.soustitre {
  text-align: center;
  width: 71%;
  margin-top: 33px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
}

.bloc_header {
  color: #7857fe;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.layout_centre {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.bloc_up {
  background-color: #0064801a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 150px;
  display: flex;
}

.header_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.header_phrase {
  text-align: right;
  font-style: italic;
  font-weight: 800;
  line-height: 18px;
}

.section_main {
  color: #fff;
  background-color: #7857fe;
  background-image: url('../images/bg-HOME.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.section_main.section_ml {
  background-color: #003d4c;
  background-image: none;
  min-height: auto;
}

.accent {
  text-decoration: underline;
}

.radio_bloc {
  color: #fff;
  cursor: pointer;
  background-color: #fb006c;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 483px;
  height: 74px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
  transition: all .3s;
  display: flex;
}

.radio_bloc:hover {
  transform: scale(1.05);
}

.input {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex: none;
  width: 350px;
  height: 65px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 40px;
  font-size: 22px;
  line-height: 27;
  box-shadow: 0 5px #5a31ff;
}

.input._710 {
  width: 710px;
}

.container_step_inputcroix {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 710px;
  display: flex;
}

.radioblancimg_bloc {
  color: #1d1d1d;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/star1_2.png');
  background-position: 50% 74%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #6e4df5;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 23px;
  line-height: 28px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 5px #5a31ff;
}

.radioblancimg_bloc:hover {
  transform: scale(1.05);
}

.radioblancimg_bloc.premium {
  background-image: url('../images/star3_2.png');
  background-size: auto;
}

.radioblancimg_bloc.femme {
  background-image: url('../images/femme.svg');
  background-position: 50% 75%;
  background-size: 115px;
}

.radioblancimg_bloc.confort {
  background-image: url('../images/star2_2.png');
  background-size: auto;
}

.radioblancimg_bloc.homme {
  background-image: url('../images/homme.svg');
  background-position: 50% 75%;
  background-size: 115px;
}

.inputcroix {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  width: 350px;
  height: 65px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 40px;
  font-size: 22px;
  box-shadow: 0 5px #5a31ff;
}

._30s {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}

.cta {
  color: #fff;
  text-transform: uppercase;
  background-color: #fb006c;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 74px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 5px #5a31ff;
}

.cta:hover {
  transform: scale(1.05);
}

.fake_cta {
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #b900b9;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  transition: all .3s;
  display: flex;
}

.fake_cta:hover {
  transform: scale(1.05);
}

.bloc_input6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.radio_text {
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  display: flex;
}

.blocetape {
  height: 390px;
}

.blocetape.hide {
  display: none;
}

.blocreponse {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 320px;
  display: flex;
}

.v_v_v_v {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 20px;
  display: flex;
}

.form {
  width: 100%;
  height: 390px;
  margin-bottom: 50px;
}

.container_step_input {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.phrasergpd {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
}

.phrasergpd.rgpd_4inputs {
  width: 100%;
}

.formblock {
  margin-bottom: 0;
}

.blocquestion {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
}

.liencharte {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

.liencharte.inlineblock {
  display: inline-block;
}

.radiobutton {
  display: none;
}

.bloc_inputcroix {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h_h_v_v {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.radioblancimg_text {
  color: #392880;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  display: flex;
}

.bloc_uup {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  display: flex;
}

.section.pink {
  background-color: #f3e4ff;
}

.container_cartes3 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-top: 80px;
  margin-bottom: 50px;
  display: grid;
}

.card {
  color: #767676;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 385px;
  display: flex;
}

.numero {
  z-index: 3;
  color: #fff;
  background-color: #7857fe;
  border: 4px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  display: flex;
  position: relative;
}

.card_img {
  margin-top: -18px;
}

.heading {
  text-align: center;
}

.liner {
  margin-top: 20px;
}

.card_p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.titre {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 110px;
  margin-bottom: 27px;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.titre.noir {
  color: #000;
}

.titre.darkgreen {
  color: #005262;
}

.container_cartes2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 200px;
  display: grid;
}

.container_cartes2.items_3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}

.card2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 50px;
  display: flex;
}

.card2_p {
  text-align: center;
  max-width: 340px;
  font-size: 16px;
}

.card2_h3 {
  color: #7857fe;
  font-size: 22px;
  line-height: 27px;
}

.card2_h3.darkgreen {
  color: #005262;
}

.imagetransition {
  margin-top: -150px;
}

.cta_mini {
  color: #000;
  text-transform: uppercase;
  background-color: #fbe778;
  border-radius: 11px;
  padding: 16px 24px;
  font-weight: 700;
  text-decoration: none;
}

.logoenbg {
  width: 100%;
  min-height: 200px;
}

.image_logopale {
  width: 90%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container_faq {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.faq1_answer {
  overflow: hidden;
}

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

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

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq1_questiontext {
  font-weight: 700;
}

.footer_link {
  color: #fff;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 46px;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 17px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer_link:hover {
  color: #a8a8a8;
}

.f-footer-divider {
  background-color: #f3f5fb;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.footer {
  color: #fff;
  background-color: #2b2b2b;
  padding: 64px 5%;
  position: relative;
}

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

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

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

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

.f-footer-logo {
  flex: none;
}

.footer_title {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-footer-social {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #642eff;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

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

.footer_block {
  color: #fff;
  flex-direction: column;
}

.f-icon-regular {
  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;
}

.footer_logo {
  width: 280px;
}

.link {
  color: #fff;
}

.liner_mini {
  margin-bottom: 20px;
}

.email {
  font-size: 12px;
}

.redirect {
  color: #009cc7;
  font-weight: 700;
  text-decoration: none;
}

.ml {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.titreml {
  color: #003d4c;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.h_h_v_v-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.radioimg_bloc {
  color: #1d1d1d;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/star1_1star1.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #e7e7e7;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 192px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 26px;
  transition: all .3s;
  display: flex;
}

.radioimg_bloc:hover {
  border-color: #01a86f;
  transform: translate(0, -10px);
  box-shadow: 0 0 10px #01a86f;
}

.radioimg_bloc.confort {
  background-image: url('../images/star2_1star2.png');
}

.radioimg_bloc.premium {
  background-image: url('../images/star3_1star3.png');
}

.radioimg_text {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 10px 22px;
  font-weight: 600;
  display: flex;
}

.optin_checkboxfield {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
}

.optin_checkbox {
  width: 30px;
  height: 20px;
  margin-top: 0;
  margin-right: 5px;
}

.optin_checkboxlabel {
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.obligatoire {
  color: #fff;
  width: 100%;
  margin-bottom: 9px;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  display: none;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  text-align: center;
}

.white-x {
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 0 0;
  background-size: auto;
  width: 15px;
  height: 15px;
}

.bottom-cookie-wrapper {
  z-index: 99;
  color: #fff;
  background-color: #2e2e2e;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-size: 12px;
  display: flex;
  position: sticky;
  inset: auto 0% 0%;
}

.cookie-button-bottom {
  color: #fff;
  background-color: #fb006c;
  border-radius: 5px;
  margin-right: 20px;
  padding: 5px 15px;
  font-size: 15px;
  font-weight: 700;
}

.cookie-button-bottom:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

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

.cookie-span {
  color: #b5e3f4;
  border-bottom-style: none;
  font-weight: 600;
}

.phrasecookies {
  margin-bottom: 0;
  padding-right: 20px;
  line-height: 15px;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 48px;
    line-height: 53px;
  }

  .container {
    width: 767px;
  }

  .h2 {
    font-size: 28px;
    line-height: 33px;
  }

  .container_step_inputcroix {
    width: 660px;
  }

  .radioblancimg_bloc.premium, .radioblancimg_bloc.confort {
    background-size: auto 70px;
  }

  .inputcroix {
    width: 325px;
    padding-left: 24px;
  }

  .blocetape {
    height: 385px;
  }

  .blocreponse {
    height: 315px;
  }

  .form {
    height: 385px;
    padding: 0;
  }

  .blocquestion {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .card2_p {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

  .footer_title {
    margin-bottom: 24px;
  }

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

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

  .optin_checkboxfield {
    padding-right: 0;
  }

  .optin_checkbox {
    width: 30px;
  }

  .bottom-cookie-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .container {
    width: 480px;
  }

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

  .radio_bloc {
    max-width: 350px;
    font-size: 24px;
  }

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

  .input._710, .container_step_inputcroix {
    width: 350px;
  }

  .radioblancimg_bloc {
    background-position: 0%;
    background-size: auto 50px;
    width: 350px;
    height: 80px;
    font-size: 24px;
  }

  .radioblancimg_bloc.premium {
    background-position: 4%;
    background-size: auto 50px;
  }

  .radioblancimg_bloc.femme {
    background-position: 7%;
    background-size: 80px;
  }

  .radioblancimg_bloc.confort {
    background-position: 0%;
    background-size: auto 50px;
  }

  .radioblancimg_bloc.homme {
    background-position: 7%;
    background-size: 80px;
  }

  .inputcroix {
    width: 100%;
    height: 60px;
    margin-top: -1px;
    font-size: 20px;
  }

  .bloc_input6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 350px;
  }

  .radio_text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blocetape {
    height: 490px;
  }

  .blocreponse {
    height: 420px;
  }

  .form {
    width: 480px;
    height: 490px;
    padding: 0;
  }

  .phrasergpd {
    margin-top: 0;
  }

  .blocquestion {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 27px;
  }

  .bloc_inputcroix {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .h_h_v_v {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .radioblancimg_text {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 134px;
  }

  .container_cartes3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .card_img {
    max-width: 70%;
  }

  .titre {
    font-size: 36px;
  }

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

  .container_cartes2.items_3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

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

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

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .h_h_v_v-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .radioimg_bloc {
    background-position: 8%;
    background-size: 37px;
    width: 350px;
    height: 80px;
    font-size: 24px;
  }

  .radioimg_text {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 87px;
  }

  .optin_checkboxfield {
    justify-content: flex-start;
    align-self: center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .optin_checkbox {
    flex: none;
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .optin_checkboxlabel {
    padding-left: 8px;
    font-size: 11px;
    line-height: 14px;
  }

  .obligatoire {
    width: 337px;
    font-size: 11px;
    line-height: 16px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .phrasecookies {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 27px;
    line-height: 33px;
  }

  .bloc_down {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
  }

  .container {
    width: 100%;
    min-width: 320px;
  }

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

  .soustitre {
    width: 80%;
  }

  .bloc_header {
    height: 70px;
  }

  .header_container {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .header_phrase {
    display: none;
  }

  .radio_bloc {
    max-width: 310px;
    height: 65px;
    font-size: 22px;
    line-height: 27px;
  }

  .input {
    text-align: center;
    width: 310px;
    height: 75px;
    margin-bottom: -1px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 25;
  }

  .input._710, .container_step_inputcroix {
    width: 310px;
  }

  .radioblancimg_bloc {
    background-position: 0%;
    background-size: auto 40px;
    width: 310px;
    height: 75px;
  }

  .radioblancimg_bloc.premium {
    background-position: 4%;
    background-size: auto 40px;
  }

  .radioblancimg_bloc.femme {
    background-size: 60px;
  }

  .radioblancimg_bloc.confort {
    background-position: 0%;
    background-size: auto 40px;
  }

  .radioblancimg_bloc.homme {
    background-size: 60px;
  }

  .inputcroix {
    height: 60px;
    margin-bottom: -1px;
    padding-left: 20px;
  }

  .cta {
    min-width: 220px;
  }

  .bloc_input6 {
    width: 320px;
  }

  .radio_text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blocetape {
    height: 500px;
  }

  .blocreponse {
    height: 420px;
  }

  .v_v_v_v {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .form {
    width: 100%;
    min-width: 320px;
    height: 500px;
    padding: 0;
  }

  .container_step_input {
    width: 310px;
  }

  .phrasergpd {
    width: 290px;
  }

  .blocquestion {
    height: 80px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .bloc_inputcroix {
    width: 100%;
  }

  .radioblancimg_text {
    text-align: center;
    padding-left: 104px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 27px;
  }

  .titre {
    margin-top: 50px;
    font-size: 25px;
    line-height: 30px;
  }

  .container_cartes2 {
    margin-bottom: 50px;
  }

  .imagetransition {
    display: none;
  }

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

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

  .radioimg_bloc {
    width: 290px;
  }

  .radioimg_text {
    text-align: center;
    padding-right: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .optin_checkboxfield {
    width: 315px;
    margin-top: 10px;
    padding-left: 4px;
  }

  .optin_checkbox {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }

  .optin_checkboxlabel {
    width: 100%;
    padding-left: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .obligatoire {
    width: 296px;
  }

  .bottom-cookie-wrapper {
    flex-flow: column;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cookie-content.bottom-banner-content {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .phrasecookies {
    margin-bottom: 5px;
    padding-right: 0;
    line-height: 14px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ade63ae-af17-3bbc-e079-aadd455b7efd-55908e35, #w-node-_1bc963e3-d450-0792-5712-ded26d7c6cda-6d7c6cd7, #w-node-_7ade63ae-af17-3bbc-e079-aadd455b7efd-85aa0913 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


