:root {
  --royal-blue: #005699;
  --light-sea-green: #32ac97;
  --black: #1a1a1a;
  --white: white;
  --steel-blue: #0074cf;
  --gold: #ff732d;
  --white-smoke: whitesmoke;
  --deep-sky-blue: #00a5e1;
  --royal-blue-3: #f59d19;
  --royal-blue-2: #0069bb;
  --deep-pink: #e21d70;
  --head: #005699;
}

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

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

.nav {
  background-color: var(--royal-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.nav.vert {
  background-color: #03364d;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.logo {
  flex: 0 auto;
  width: 216px;
  max-width: none;
  height: 53px;
  display: block;
}

.bouton-outline {
  color: #005699;
  text-align: right;
  background-color: #fff;
  border: 0 #0069bb;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.bouton-outline.vert {
  color: var(--light-sea-green);
}

.wrapper-center {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.body {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--black);
  font-family: Metropolis, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: visible;
}

.header {
  z-index: 100;
  color: var(--black);
  background-color: #0000;
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.header.jaune {
  background-color: var(--royal-blue);
  background-image: url('../images/circle.png');
}

.wrapper-stretch {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 460px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.wrapper-stretch.vertical {
  flex-direction: column;
  padding-bottom: 40px;
}

.wrapper-stretch.vertical.last {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-stretch.vertical.last.mentions {
  padding: 20px;
  display: flex;
  position: relative;
}

.wrapper-stretch.vertical.last.mentions.btn {
  padding-bottom: 0;
}

.wrapper-stretch.vertical.last.mentions.spe {
  padding-top: 0;
}

.wrapper-stretch.vertical.prefooter {
  height: auto;
  padding-bottom: 30px;
}

.wrapper-stretch.vertical.marginlow {
  padding-bottom: 0;
  display: flex;
}

.wrapper-stretch.vertical.marginlow.content {
  height: auto;
  margin-bottom: 55px;
  padding-top: 0;
}

.wrapper-stretch.vertical.marginlow.content.illus {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.wrapper-stretch.vertical.content {
  height: auto;
  padding-top: 10px;
  padding-bottom: 0;
}

.wrapper-stretch.small-margin {
  padding-top: 30px;
  padding-bottom: 20px;
}

.wrapper-stretch.footer {
  justify-content: space-between;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrapper-stretch.footer.end {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.wrapper-stretch.extra-small-margin {
  align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper-stretch.small {
  height: auto;
  padding-top: 10px;
  padding-bottom: 42px;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  font-size: 48px;
  line-height: 60px;
}

.h1.standard-1 {
  background-image: url('../images/“.svg');
  background-position: 100% -50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 30px;
  line-height: 36px;
}

.h1.standard-1.dark {
  color: var(--black);
}

.h1.standard-1.big {
  text-align: center;
  object-fit: fill;
  background-image: none;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Museo 900", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.h1.standard-1.bottom {
  background-position: 380px 40px;
  background-size: auto;
  background-attachment: scroll;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: "Museo 900", sans-serif;
}

.h1.standard-1.top {
  color: #ed6e2e;
  background-image: url('../images/quote2_1quote2.png');
  background-position: 100% 100%;
  background-size: auto;
  margin-left: 0;
  padding: 0 40px 20px 20px;
  font-family: "Sharp Sans No 2", Arial, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 37px;
  display: inline-block;
}

.h1.standard-2 {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 42px;
}

.h1.standard-2.dark {
  color: #fff;
}

.catalogue {
  background-color: var(--steel-blue);
  align-items: center;
  display: flex;
}

.catalogue.rounded {
  background-color: #0000;
  border-radius: 8px;
}

.catalogue.rounded.white {
  background-color: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalogue.rounded.white.yellow-frame {
  border: 2px solid var(--gold);
  padding-top: 10px;
  padding-bottom: 10px;
}

.catalogue.rounded.margin {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-intro {
  color: var(--white);
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.p-intro.margin {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 34px;
}

.p-intro.margin.bleu {
  color: var(--royal-blue);
  font-weight: 500;
  line-height: 30px;
}

.p-intro.margin.bleu._700 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.p-intro.margin.bleu._700._2 {
  padding-left: 10px;
}

.p-intro.margin.bleu.small {
  font-size: 18px;
  line-height: 24px;
}

.p-intro.margin._700 {
  margin-bottom: 5px;
  font-weight: 700;
}

.p-intro.margin.small {
  font-size: 20px;
  line-height: 28px;
}

.p-intro.margin.dark.small {
  font-size: 18px;
  line-height: 26px;
}

.p-intro.margin.dark.small._2 {
  padding-left: 10px;
}

.p-intro.dark {
  color: #fff;
}

.p-intro.sur-h1 {
  margin-bottom: 10px;
  font-size: 28px;
}

.contenu {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.contenu.grey {
  background-color: #f4f4f4;
}

.contenu.bleu {
  background-color: #f4f4f4;
  padding-top: 50px;
}

.contenu.pastel {
  background-color: #fff;
}

.contenu.pastel.wrapper-deco {
  padding-top: 0;
}

.contenu.last {
  background-color: #ffe8df;
  padding-bottom: 70px;
}

.contenu.gray {
  background-color: #f4f4f4;
  transform: translate(0);
}

.h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

.h2._1.bleu {
  color: var(--royal-blue);
  font-weight: 700;
}

.h2._1.accroche-footer {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-bold-bleu {
  color: var(--royal-blue);
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.text-span-bold-bleu.no-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 28px;
  line-height: 32px;
}

.text-span-bold-bleu.small {
  font-size: 30px;
  line-height: 36px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: center;
  display: flex;
}

.div-block._65 {
  width: 65%;
}

.div-block._65.left {
  float: right;
  clear: none;
  background-image: url('../images/quote_1quote.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 59%;
  padding-top: 20px;
  padding-left: 74px;
  padding-right: 10px;
  display: block;
  position: absolute;
  top: 40px;
  left: auto;
  right: 0;
}

.div-block._65.left.sec {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 102px;
  padding-top: 0;
  padding-left: 92px;
  top: auto;
}

.div-block._35 {
  width: 35%;
}

.div-block._35.right {
  padding-left: 10px;
}

.div-block._50 {
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  width: 50%;
  display: block;
}

.div-block._50.right {
  align-self: flex-end;
  padding-left: 10px;
}

.div-block._50.right.image {
  flex: 0 auto;
  align-self: center;
  padding-left: 0;
  display: block;
  position: relative;
}

.div-block._50.left {
  align-self: center;
  padding-right: 20px;
}

.div-block._100 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.div-block._100.margin {
  background-color: var(--white-smoke);
  padding: 30px 0;
}

.div-block._100.margin.rounded {
  background-color: var(--white);
  border: 2px solid #eee;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block._100.center {
  text-align: center;
}

.div-block._100.center.margin {
  background-color: var(--white);
  padding: 10px 20px 15px;
}

.div-block._100.center.margin.grey {
  background-color: var(--white-smoke);
}

.div-block._100.center.big-margin {
  background-color: var(--white);
  padding: 40px;
}

.div-block._100.center.big-margin.rounded {
  border: 2px solid var(--white-smoke);
  background-color: var(--white-smoke);
  border-radius: 8px;
  padding-left: 100px;
  padding-right: 100px;
}

.div-block._100.center.margin-big {
  background-color: var(--white);
  padding: 40px;
}

.div-block._100.center.margin-big.grey {
  background-color: var(--white-smoke);
}

.div-block._100.center.margin-big.grey.flex {
  flex-direction: row;
  display: flex;
}

.div-block._100.center.margin-big.grey.flex.rounded {
  border-radius: 8px;
}

.div-block._100.center.margin-big.grey.flex.rounded.yellow-frame {
  border: 2px solid var(--gold);
}

.div-block._100.right {
  text-align: right;
}

.div-block.full-width-center {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block.full-width-center.margin {
  text-align: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block.full-width-center.margin.first {
  flex-direction: column;
  align-self: flex-start;
  padding-right: 10px;
}

.div-block.full-width-center.margin.last {
  align-self: flex-start;
  padding-left: 10px;
}

.div-block.full-width-center.same-height {
  align-self: stretch;
}

.div-block.full-width-center.same-height.margin.first {
  align-self: flex-start;
}

.div-block.image-height {
  flex: 0 auto;
}

.avantage {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.avantage.last {
  border: 2px solid var(--deep-sky-blue);
  background-color: var(--white);
  border-radius: 8px;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px 18px;
}

.avantage.distribution {
  margin-bottom: 10px;
}

.avantage.vertical {
  flex-direction: column;
  margin-bottom: 20px;
  margin-left: 30px;
}

.avantage.marginlow {
  justify-content: flex-end;
  margin-bottom: 15px;
  margin-left: 30px;
}

.picto-cercle {
  border: 2px solid #32ac97;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  display: flex;
}

.picto-cercle.mid {
  border-color: var(--gold);
  background-color: var(--white);
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
  margin-right: 0;
}

.picto-cercle.big {
  border-color: var(--gold);
  background-color: var(--white);
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  margin-right: 0;
}

.picto-cercle.small {
  width: 50px;
  height: 50px;
}

.picto-cercle.small.bleu {
  border-color: var(--royal-blue-3);
  background-color: var(--royal-blue-3);
}

.picto-check {
  margin-right: 15px;
}

.picto-check._2, .picto-check.last, .p {
  margin-right: 0;
}

.p.big {
  font-size: 20px;
  line-height: 26px;
}

.p.big._600 {
  text-align: center;
  margin-bottom: 20px;
}

.p.big._600.margin {
  color: var(--gold);
  margin-bottom: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.p.big._700 {
  font-weight: 700;
}

.p.big._700.bleu {
  color: var(--royal-blue-2);
}

.p.big._700.bleu.cap {
  text-transform: uppercase;
}

.p._600 {
  font-weight: 600;
}

.p._600.bleu {
  color: var(--royal-blue);
  margin-bottom: 10px;
}

.p.legal {
  color: #888;
  font-size: 13px;
  line-height: 18px;
}

.p.footer {
  color: var(--white);
  font-size: 14px;
}

.p.title-form {
  text-align: center;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.p.title-form.bleu {
  color: var(--royal-blue);
}

.p.title-form._2 {
  font-size: 25px;
}

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

.p.left.big._700.bleu.margin {
  color: var(--royal-blue);
  align-items: center;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 34px;
  display: flex;
}

.p.left.big._700.vert {
  color: var(--light-sea-green);
}

.p.left.big._700.cap.vert.margin {
  color: var(--gold);
  margin-bottom: 10px;
}

.p.left.large {
  font-size: 30px;
}

.p.left.large._700 {
  font-weight: 700;
}

.p.left.large._700.bleu {
  color: var(--royal-blue);
  line-height: 34px;
}

.p.left.small {
  font-size: 12px;
}

.p.avantages_retrait {
  text-align: center;
  margin-right: 10px;
  font-weight: 700;
}

.p.avantages_retrait.ou {
  color: var(--royal-blue-3);
  width: 10%;
}

.p.avantages_retrait.ou.vertical {
  margin-bottom: 10px;
  margin-right: 0;
}

.p.avantages_retrait.vertical {
  margin-right: 0;
}

.p.mentions {
  color: #5c5c5c;
  font-size: 12px;
  line-height: 16px;
}

.h3._1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.h4 {
  color: var(--deep-pink);
  margin-top: 0;
  margin-bottom: 5px;
}

.image.rounded {
  object-fit: cover;
  border-radius: 0;
  min-height: 600px;
}

.bold-text.bleu {
  color: var(--royal-blue);
}

.exposant {
  font-size: 11px;
  position: relative;
  top: -6px;
}

.exposant.titre {
  font-size: 20px;
  top: -7px;
  left: 3px;
}

.text-link-important {
  color: var(--royal-blue-2);
  font-size: 18px;
  font-weight: 700;
}

.bold-text-2 {
  color: var(--deep-pink);
  text-decoration: underline;
}

.big-cap-vert {
  color: var(--light-sea-green);
}

.btn_vert {
  background-color: var(--light-sea-green);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  align-self: center;
  margin-right: 0;
  padding: 15px 25px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn_vert:hover {
  background-color: #2a9180;
}

.btn_vert.margin-right {
  margin-right: 20px;
}

.btn_vert.margin-right.stroke {
  border: 2px solid var(--light-sea-green);
  background-color: var(--white);
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn_vert.margin-right.stroke.orange {
  border-color: var(--gold);
}

.btn_vert.stroke {
  border: 2px solid var(--light-sea-green);
  background-color: #0000;
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn_vert.stroke.orange {
  border-color: var(--gold);
}

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

.btn_blanc {
  background-color: var(--white);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-radius: 4px;
  align-self: center;
  margin-right: 0;
  padding: 15px 25px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn_blanc:hover {
  background-color: #c91a64;
}

.btn_blanc.large {
  text-align: center;
  display: inline-block;
}

.footer {
  color: #fff;
  background-color: #004665;
  font-family: Metropolis, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.text-link-footer {
  color: #fff;
  margin-right: 20px;
  font-size: 14px;
}

.text-link-footer.last {
  margin-right: 0;
}

.wrapper-form {
  padding: 20px;
}

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

.wrapper-form.white.rounded {
  border-radius: 8px;
}

.wrapper-form.white.rounded.box-shadow {
  box-shadow: 11px 11px #0006;
}

.wrapper-form.white.rounded.box-shadow.dark {
  box-shadow: 11px 11px #0000004d;
}

.wrapper-form.white.rounded.box-shadow-light {
  box-shadow: 11px 11px #0003;
}

.wrapper-form.white.rounded.box-shadow-light.dark {
  box-shadow: 11px 11px #0000004d;
}

.text-block-4 {
  color: #000;
  margin-bottom: 10px;
  font-size: 12px;
}

.radio-button {
  color: #000;
  cursor: pointer;
  border-width: 2px;
  border-color: #e46868;
  width: 20px;
  height: 20px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  top: -2px;
  left: 5px;
}

.radio-button.w--redirected-checked {
  background-color: #e46868;
  border-width: 2px;
  border-color: #e46868;
}

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

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.radio-button-label {
  color: #000;
  margin-bottom: 0;
  padding-left: 10px;
}

.radio-button-label.valid {
  color: #018786;
}

.radio-button-label.error {
  color: #b00020;
}

.textarea {
  color: #000;
  border: 1px solid #e46868;
  border-radius: 4px;
  min-height: 100px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 16px;
  font-size: 16px;
}

.textarea:focus {
  border-width: 1px;
  border-color: #3700b3;
}

.textarea::placeholder {
  font-size: 16px;
}

.textarea.active {
  color: #000;
  border-width: 1px;
  border-color: #f82cd6;
  padding-top: 20px;
}

.textarea.error {
  border-width: 1px;
  border-color: #b00020;
}

.textarea.valid {
  border-width: 1px;
  border-color: #03dac5;
}

.text-field {
  background-color: var(--white-smoke);
  color: #000;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.text-field:focus {
  border-width: 1px;
  border-color: #8f8f8f;
}

.text-field::placeholder {
  font-size: 16px;
  line-height: 19px;
}

.text-field.valid {
  color: #018786;
  border-width: 1px;
  border-color: #03dac5;
}

.text-field.active {
  color: #3700b3;
  border-width: 1px;
  border-color: #8f8f8f;
  padding-top: 16px;
}

.text-field.error {
  border-color: #b00020;
  border-radius: 4px;
}

.select-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #e46868;
  border-radius: 4px;
  height: 56px;
  padding-top: 16px;
  padding-bottom: 2px;
  font-size: 16px;
}

.select-field:active, .select-field:focus {
  border-width: 1px;
  border-color: #3700b3;
}

.select-field.error {
  border-width: 1px;
  border-color: #b00020;
}

.select-field.valid {
  border-width: 1px;
  border-color: #03dac5;
}

.select-field.active {
  border-width: 1px;
  border-color: #f82cd6;
}

.form-item {
  border: 0 solid #000;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

.form-item.radios {
  display: flex;
}

.separator {
  border-top: 1px solid gray;
  max-width: 500px;
  margin: 100px auto;
}

.section {
  border: 0 solid #d6d6d6;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 40px;
  font-weight: 400;
  display: block;
}

.section:focus {
  border-color: #f82cd6;
}

.section.demo {
  color: #b00020;
  display: none;
}

.multipage_progress_bar {
  background-color: #e0e0e0;
  height: 8px;
  position: relative;
}

.icon-input {
  border: 0 solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: auto;
  padding-right: 0;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.icon-input.icon-cross {
  color: #b00020;
  padding: 0;
  font-size: 16px;
}

.icon-input.icon-checkmark {
  color: #018786;
}

.inner {
  background-color: #018786;
  width: 30px;
  height: 100%;
  position: absolute;
  inset: 0 auto 0% 0%;
}

.checkbox {
  color: #e46868;
  cursor: pointer;
  border-width: 3px;
  border-color: #e46868;
  border-radius: 4px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}

.checkbox.w--redirected-checked {
  background-color: #e46868;
  background-size: contain;
  border-color: #e46868;
  position: relative;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  color: #000;
  border-radius: 4px;
  line-height: 19px;
}

.field-label-text {
  transform-origin: 0 0;
  color: #777;
  background-color: #0000;
  border: 0 solid #ddd;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: transform .15s;
  position: absolute;
  inset: 18px auto auto 17px;
}

.field-label-text.active {
  perspective-origin: 50%;
  transform-origin: 0 0;
  color: #8f8f8f;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  transition: transform .15s;
  top: 20px;
  left: 16px;
  transform: translate(0, -14px)scale(.75);
}

.field-label-text.error {
  transform-origin: 0 0;
  color: #b00020;
  background-color: #0000;
  font-weight: 400;
  transition: transform .15s;
  top: 20px;
  left: 16px;
  transform: translate(0, -14px)scale(.75);
}

.field-label-text.label-select {
  top: 20px;
  left: 16px;
  transform: translate(0, -14px)scale(.75);
}

.field-label-text.label-radio {
  color: #000;
  margin-bottom: 0;
  line-height: 22px;
  position: relative;
  top: auto;
  left: auto;
}

.field-label-text.label-radio.error {
  color: #b00020;
  transform: none;
}

.field-label-text.label-radio.valid {
  color: #018786;
  transform: none;
}

.field-label-text.valid {
  transform-origin: 0 0;
  color: #018786;
  font-weight: 400;
  transition: transform .15s;
  inset: 20px auto auto 16px;
  transform: translate(0, -14px)scale(.75);
}

.form {
  flex-direction: column;
  display: block;
}

.link {
  color: #32ac97;
}

.btn-prev {
  float: left;
  clear: both;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e46868;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 27%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-weight: 700;
  transition: text-indent .2s cubic-bezier(.6, -.28, .735, .045);
  display: flex;
}

.btn-prev:hover {
  text-indent: 0;
  background-color: #5307ffdb;
  border-radius: 4px;
}

.btn-prev.js-multipage_prev {
  color: #777;
  background-color: #8f8f8f00;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 34%;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.btn-prev.js-multipage_prev:hover {
  color: #fff;
  background-color: #8f8f8f;
}

.btn-prev.js-multipage_prev.last {
  flex-wrap: nowrap;
  margin-bottom: 10px;
}

.text-block-3 {
  margin-right: 0;
}

.btn-next {
  float: right;
  clear: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #018786;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-weight: 700;
  transition: text-indent .2s;
  display: flex;
  position: relative;
}

.btn-next:hover {
  text-indent: 0;
  background-color: #005a59;
  border-radius: 4px;
}

.btn-next.js-multipage_next {
  background-color: #e21c70;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.btn-next.js-multipage_next:hover, .btn-next.js-multipage_next:active, .btn-next.js-multipage_next:focus {
  background-color: #d11a68;
}

.btn-next.js-multipage_next.first {
  background-color: #e21c70;
  flex: 1;
  width: 100%;
}

.btn-next.js-multipage_next.first:hover, .btn-next.js-multipage_next.first:active {
  background-color: #d11a68;
}

.checkbox-label-2 {
  color: #000;
  border-radius: 4px;
  font-size: 12px;
  line-height: 19px;
}

.checkbox-2 {
  color: #32ac97;
  cursor: pointer;
  border-width: 3px;
  border-color: #e21c70;
  border-radius: 4px;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}

.checkbox-2.w--redirected-checked {
  color: #e21c70;
  background-color: #e21c70;
  background-size: contain;
  border-color: #e21c70;
  position: relative;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
  color: #e21c70;
}

.checkbox-2.cba {
  border-color: var(--deep-sky-blue);
}

.div-block-19 {
  justify-content: center;
  display: flex;
}

.multipage_section {
  transition: all .25s;
  position: relative;
  transform: translate(0);
}

.multipage_section.inactive {
  opacity: 0;
  object-fit: fill;
  height: 0;
  padding-top: 0;
  transition-duration: .25s;
  transition-timing-function: linear;
  display: block;
  top: auto;
  right: auto;
  overflow: hidden;
}

.multipage_section.active {
  opacity: 1;
  height: auto;
  padding-top: 0;
  transition: all .25s linear;
  inset: auto;
  overflow: visible;
}

.text-block-5 {
  margin-left: 0;
}

.multipage_nav {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e21c70;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-weight: 700;
  display: block;
}

.submit-button:hover {
  background-color: #d11a68;
  border-radius: 4px;
}

.submit-button.cba {
  background-color: var(--deep-sky-blue);
}

.image-2 {
  object-fit: contain;
  max-height: 220px;
  display: block;
}

.image-2.pastille-offre {
  padding: 10px 10px 10px 20px;
}

.btn_rose {
  background-color: var(--deep-pink);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-radius: 4px;
  align-self: center;
  margin-right: 0;
  padding: 15px 25px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn_rose:hover {
  background-color: #c91a64;
}

.btn_rose.margin-right {
  margin-right: 20px;
}

.btn-next-bleu {
  float: right;
  clear: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #018786;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-weight: 700;
  transition: text-indent .2s;
  display: flex;
  position: relative;
}

.btn-next-bleu:hover {
  text-indent: 0;
  background-color: #005a59;
  border-radius: 4px;
}

.btn-next-bleu.js-multipage_next {
  background-color: #e21c70;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}

.btn-next-bleu.js-multipage_next:hover, .btn-next-bleu.js-multipage_next:active, .btn-next-bleu.js-multipage_next:focus {
  background-color: #d11a68;
}

.btn-next-bleu.js-multipage_next.first {
  background-color: var(--deep-sky-blue);
  flex: 1;
  width: 100%;
}

.btn-next-bleu.js-multipage_next.first:hover, .btn-next-bleu.js-multipage_next.first:active {
  background-color: var(--deep-sky-blue);
}

.image-offre {
  object-fit: contain;
  align-self: center;
  max-width: 60%;
  min-height: 140px;
  max-height: 140px;
  margin-bottom: 15px;
}

.btn_bleu {
  background-color: var(--deep-sky-blue);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-radius: 4px;
  align-self: center;
  margin-right: 0;
  padding: 15px 25px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn_bleu:hover {
  background-color: #0096cc;
}

.btn_bleu.margin-right {
  margin-right: 20px;
}

.image-3 {
  align-self: flex-start;
  margin-right: 5px;
}

.text-span {
  color: var(--gold);
  margin-left: 8px;
  font-size: 60px;
}

.bold-text-3 {
  color: var(--light-sea-green);
}

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

.bold-text-4, .bold-text-5 {
  color: var(--light-sea-green);
}

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

.pouce-check {
  margin-right: 15px;
}

.container {
  display: block;
}

.div-block-20 {
  opacity: 1;
  background-color: #03364d8a;
  height: 90px;
  display: block;
}

.text-span-2 {
  color: var(--deep-pink);
  font-weight: 700;
}

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

.bold-text-6 {
  color: var(--deep-sky-blue);
}

.h3-jaune {
  color: var(--royal-blue-3);
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 10px;
}

.text-block-6 {
  background-color: var(--light-sea-green);
  color: #fff;
  text-indent: 10%;
  width: 60%;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  position: absolute;
  inset: auto auto 5% 5%;
}

.text-block-6._2 {
  background-color: #f08282;
}

.text-span-4 {
  color: var(--light-sea-green);
  text-indent: 0%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 160px;
  font-weight: 500;
  line-height: 10px;
  position: absolute;
  inset: 28% auto auto -7%;
}

.text-span-4.end {
  text-indent: 0%;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 100px;
  top: auto;
  bottom: -7%;
  left: auto;
}

.text-span-4._2 {
  color: #f08282;
}

.h3-bleu {
  color: var(--deep-sky-blue);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 32px;
}

.div-block-21 {
  justify-content: center;
  display: flex;
}

.link-2 {
  color: #1a1a1a;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.link-2.white {
  color: #fff;
}

.div-block-22 {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-22.green {
  background-color: #32ac97;
}

.section-2 {
  background-color: #ffba2f;
  height: 18px;
}

.div-block-23 {
  background-color: #29d3c6;
  padding: 5px 15px;
}

.heading {
  color: #29d3c6;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Museo 900", sans-serif;
  font-size: 45px;
}

.heading-2 {
  color: #1a1a1a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Museo 900", sans-serif;
}

.paragraph {
  color: #1a1a1a;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Opensans, sans-serif;
}

.image-5 {
  width: 100%;
}

.heading-3 {
  color: #fff;
  margin-bottom: 15px;
  font-family: "Museo 900", sans-serif;
  font-size: 35px;
}

.div-block-24 {
  width: 50%;
}

.paragraph-2 {
  color: #1a1a1a;
  margin-bottom: 15px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.paragraph-3 {
  color: #1a1a1a;
  font-family: Opensans, sans-serif;
  font-size: 18px;
}

.div-block-25 {
  width: 100%;
  margin-top: 6px;
  position: relative;
}

.div-block-25.second {
  margin-top: 30px;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffd6c5;
  border: 22px solid #ffd6c5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-26.reverse {
  border-radius: 20px;
  flex-flow: row-reverse;
  align-items: flex-start;
}

.image-6 {
  object-fit: cover;
  border-radius: 25px;
  min-width: 40%;
}

.image-6.trois {
  object-fit: contain;
  border-radius: 10px;
  flex: 0 auto;
  width: 100%;
  min-width: 0;
  max-width: 300px;
  height: auto;
  position: relative;
}

.paragraph-4 {
  color: #4d4d4d;
}

.paragraph-5 {
  text-align: center;
  max-width: 81%;
  font-family: Opensans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 25px;
  display: flex;
}

.div-block-27.second {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-27.third {
  padding-top: 50px;
  padding-bottom: 40px;
}

.paragraph-6 {
  text-align: center;
  margin: 0;
  font-family: Opensans, sans-serif;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-28.row {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: none;
  margin-top: 10px;
}

.div-block-28.row.ou {
  justify-content: center;
  align-items: center;
}

.div-block-28.row.pour {
  flex: none;
}

.div-block-29 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-29.poiur {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 0;
}

.div-block-29.revenu {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
}

.div-block-30 {
  background-color: #ffba2f;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: none;
  position: absolute;
  top: -20px;
  left: 20px;
}

.div-block-30.reverse {
  left: 65%;
}

.div-block-30.large {
  display: none;
  left: 25%;
}

.div-block-30.large.reverse {
  left: 70%;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  padding-top: 7px;
  font-size: 27px;
  font-weight: 700;
}

.text-block-8 {
  color: #29d3c6;
  text-align: center;
  max-width: 140px;
}

.text-block-9 {
  font-size: 14px;
}

.text-block-10 {
  text-align: center;
  max-width: 140px;
  font-family: Opensans, sans-serif;
}

.text-block-11 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 20px;
  display: block;
}

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

.button {
  background-color: #29d3c6;
  border-radius: 200px;
  padding: 10px 33px;
  font-family: Opensans, sans-serif;
  font-weight: 700;
}

.div-block-31 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.image-7 {
  width: 100%;
}

.image-7._w-full {
  text-align: center;
  background-color: #ffebe3;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-4 {
  color: #00adc2;
  text-align: center;
  margin-top: 0;
  font-family: "Sharp Sans No 2", Arial, sans-serif;
  font-size: 40px;
  line-height: 46px;
  position: relative;
  top: -23px;
  left: auto;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-32 {
  background-color: #fff;
  border: 13px solid #fff;
  border-radius: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}

.div-block-33 {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px 11px 0 0;
}

.text-block-13 {
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.paragraph-7 {
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Opensans, sans-serif;
  font-size: 14px;
  overflow: auto;
}

.div-block-34 {
  position: relative;
}

.div-block-35 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  height: 191px;
  display: flex;
  position: relative;
}

.image-8 {
  position: relative;
  top: -1px;
  bottom: auto;
}

.heading-5 {
  color: #1a1a1a;
}

.heading-6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Museo 900", sans-serif;
}

.paragraph-8 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-14 {
  font-size: 12px;
  line-height: 17px;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  left: -50px;
}

.div-block-37 {
  max-width: 560px;
}

.button-2 {
  color: var(--white);
  text-align: center;
  background-color: #ffba2f;
  background-image: url('../images/arrow_1arrow.png'), linear-gradient(#ffa042, #ff7036);
  background-position: 91%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  min-height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 65px;
  font-family: Opensans, sans-serif;
  font-weight: 700;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.button-2.sansfleche {
  cursor: auto;
  background-image: linear-gradient(#ffa042, #ff7036);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.heading-7 {
  text-align: center;
  margin-bottom: 5px;
  font-family: Opensans, sans-serif;
  font-size: 22px;
}

.heading-8 {
  color: #ff7036;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Sharp Sans No 2", Arial, sans-serif;
  font-size: 35px;
}

.paragraph-9 {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: Opensans, sans-serif;
}

.div-block-38 {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 75px 22px 40px;
  display: flex;
  position: relative;
}

.image-9 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -65px;
  left: auto;
  right: auto;
}

.text-block-15 {
  font-size: 18px;
}

.text-block-16 {
  font-size: 14px;
}

.div-block-39 {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.image-10 {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-17 {
  text-align: center;
  margin-bottom: 18px;
  font-family: Opensans, sans-serif;
}

.div-block-40 {
  padding-top: 70px;
  display: flex;
}

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

.text-block-18, .text-block-19 {
  text-align: center;
  font-family: Opensans, sans-serif;
}

.div-block-41 {
  z-index: 20;
  background-color: #f4f4f4;
  border-radius: 1000px;
  position: absolute;
  left: -10px;
  right: auto;
}

.text-block-20 {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.div-block-42 {
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 70px;
  display: flex;
  position: relative;
}

.paragraph-10 {
  line-height: 17px;
}

.paragraph-11 {
  color: #313231;
  margin-top: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.paragraph-12 {
  margin-top: 15px;
  font-size: 12px;
  line-height: 17px;
}

.paragraph-13 {
  margin-top: 65px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.paragraph-13.second {
  margin-top: 0;
  margin-bottom: 15px;
}

.image-11 {
  width: 100%;
}

.image-12 {
  width: auto;
  max-width: 100%;
}

.image-13 {
  border-radius: 10px;
  width: 100%;
}

.image-14, .image-15, .image-16 {
  width: 100%;
}

.text-block-21 {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.button-3 {
  text-align: center;
  text-transform: capitalize;
  background-color: #004665;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 12px 28px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.div-block-43 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 1px solid #2e89b2;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 35px;
  display: flex;
}

.image-17 {
  height: 12px;
  position: relative;
  top: 5px;
}

.link-3 {
  font-size: 10px;
  font-weight: 700;
}

.link-4 {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-45 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-45.right {
  width: 160px;
}

.div-block-46 {
  flex-flow: column;
  justify-content: flex-start;
  margin-top: 28px;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.text-block-22 {
  color: #1a1a1a;
  font-size: 10px;
}

.div-block-48 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  width: 30%;
  padding-top: 28px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

.div-block-49 {
  background-color: #2b2b2b;
  border-top: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.socket {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.div-block-50 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-right: 1px solid #fff;
  padding-right: 34px;
  display: flex;
}

.div-block-51 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-left: 38px;
  display: flex;
}

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

.bold-text-9 {
  font-family: Opensans, sans-serif;
}

.bold-text-10 {
  color: #ff7036;
  font-family: Opensans, sans-serif;
}

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

.bold-text-12, .bold-text-13 {
  color: #ff7036;
  font-family: Opensans, sans-serif;
}

.bold-text-14, .bold-text-15 {
  font-family: Opensans, sans-serif;
}

.text-block-23 {
  text-align: center;
  margin-top: 0;
  font-family: Opensans, sans-serif;
  font-size: 12px;
  position: relative;
  top: -41px;
}

.text-block-24 {
  font-family: Opensans, sans-serif;
}

.head {
  color: #000;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.head.green {
  color: #fff;
}

.link-block {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 160px;
  text-decoration: none;
  display: flex;
}

.link-block.green {
  color: #fff;
  background-color: #32ac97;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-54 {
  display: block;
}

.wrapper-header {
  padding-top: 20px;
}

.text-span-5 {
  background-color: #fff;
  padding-right: 20px;
  line-height: 58px;
  display: inline;
}

.text-block-25 {
  color: #00adc2;
  margin-top: 0;
  margin-left: 20px;
  font-family: "Sharp Sans No 2", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.text-span-6 {
  background-color: #ffeb42;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  line-height: 40px;
  display: inline;
  position: relative;
}

.deco {
  background-image: url('../images/deco-header.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  height: 45px;
  margin-top: -45px;
  position: relative;
}

.paragraph-14 {
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-55 {
  margin-top: -20px;
}

.div-block-56 {
  max-width: 790px;
}

.image-19 {
  width: auto;
  margin-left: -120px;
  position: relative;
}

.text-block-26 {
  color: #00adc2;
  background-color: #0000;
  width: auto;
  font-family: "Sharp Sans No 2", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  display: inline-block;
}

.div-block-57 {
  background-image: url('../images/quoatered2_1quoatered2.png'), url('../images/quotered_1quotered.png');
  background-position: 84% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  width: auto;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 0;
  display: inline-flex;
}

.text-span-7, .text-span-8 {
  background-color: #ffeb42;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 29px;
  display: inline-block;
}

.bg-oblique {
  background-image: radial-gradient(circle, #ffeb42, #ffbe42);
  position: absolute;
  inset: 0%;
  transform: rotate(1.5deg);
}

.image-20 {
  position: relative;
  top: -35px;
  left: -68px;
}

.image-20.tablet {
  display: none;
}

.text-span-9 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-58 {
  background-color: #ffebe3;
}

.deco-rose {
  margin-top: -45px;
  position: relative;
}

.image-21 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-59 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-59._2encart {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

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

.text-block-28 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-29 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.pourcentage {
  color: #ff7036;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-60 {
  text-align: center;
  font-family: "Sharp Sans No 2", Arial, sans-serif;
  font-size: 38px;
  line-height: 48px;
}

.text-span-10 {
  color: #ff7036;
  font-weight: 700;
}

.paragraph-15 {
  margin-bottom: 40px;
  font-weight: 700;
}

.image-22.mobile, .text-block-30 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .wrapper-stretch.small {
    padding-top: 10px;
    padding-bottom: 42px;
  }

  .div-block-42 {
    max-width: 70px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #f4f4f4;
  }

  .wrapper-stretch {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-stretch.vertical.last {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .wrapper-stretch.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1.standard-1 {
    font-size: 30px;
    line-height: 38px;
  }

  .h1.standard-1.bottom {
    background-position: 100% 170%;
  }

  .h1.standard-1.top {
    background-image: none;
  }

  .h1.standard-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .p-intro {
    font-size: 20px;
    line-height: 26px;
  }

  .p-intro.margin {
    font-size: 16px;
    line-height: 24px;
  }

  .p-intro.sur-h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .contenu.grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenu.bleu {
    padding-top: 82px;
  }

  .contenu.pastel {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenu.last {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .contenu.gray {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2._1 {
    font-size: 30px;
  }

  .h2._1.accroche-footer {
    font-size: 18px;
    line-height: 24px;
  }

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

  .div-block._65.left {
    width: 60%;
  }

  .div-block._35.right {
    width: 40%;
  }

  .div-block._100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block._100.center.big-margin.rounded {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block.full-width-center.margin.first {
    padding-left: 0;
  }

  .div-block.full-width-center.margin.last {
    padding-right: 0;
  }

  .avantage {
    margin-bottom: 20px;
  }

  .picto-cercle {
    width: 50px;
    height: 50px;
  }

  .p.big {
    font-size: 16px;
    line-height: 24px;
  }

  .p.title-form {
    font-size: 22px;
    line-height: 28px;
  }

  .image.rounded {
    min-height: 340px;
  }

  .exposant.titre {
    font-size: 16px;
    line-height: 23px;
    top: -5px;
  }

  .btn_vert.margin-right.stroke {
    margin-bottom: 20px;
    margin-right: 20px;
  }

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

  .image-2 {
    max-height: 180px;
  }

  .div-block-20._w-full {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    width: 150px;
  }

  .paragraph {
    margin-bottom: 100px;
  }

  .div-block-28.row.pour {
    width: 40%;
  }

  .div-block-29.poiur {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .div-block-30.large.reverse {
    left: 70%;
  }

  .div-block-35 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-8 {
    inset: auto;
  }

  .div-block-36 {
    padding-right: 20px;
    display: inline-flex;
  }

  .div-block-49 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-18 {
    width: 50%;
  }

  .text-block-23 {
    text-align: right;
    padding-right: 56px;
  }

  .link-block {
    width: 140px;
  }

  .div-block-54 {
    display: none;
  }

  .deco {
    background-image: url('../images/deco-header.png');
    background-repeat: repeat;
    background-size: auto;
  }

  .image-19 {
    z-index: 0;
    margin-top: -36px;
    margin-left: -62px;
  }

  .div-block-57 {
    background-position: 100% 100%, 0 0;
    margin-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-span-7 {
    font-size: 26px;
    display: inline-block;
  }

  .text-span-8 {
    font-size: 26px;
  }

  .bg-oblique {
    left: -2%;
    right: -11%;
  }

  .image-20 {
    display: none;
    top: auto;
    left: auto;
  }

  .image-20.tablet {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: -41% 0% auto 11%;
  }

  .deco-rose {
    margin-top: -78px;
  }

  .div-block-59._2encart {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .image-22 {
    object-fit: cover;
    width: 100%;
    height: 420px;
  }

  .image-22.mobile {
    display: none;
  }

  .image-23 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-center {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .header {
    background-position: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-stretch {
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-stretch.vertical.last {
    padding-bottom: 20px;
  }

  .wrapper-stretch.vertical.last.mentions {
    padding-top: 35px;
  }

  .wrapper-stretch.extra-small-margin {
    text-align: left;
    align-items: stretch;
  }

  .wrapper-stretch.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1.standard-1 {
    font-size: 36px;
    line-height: 44px;
  }

  .h1.standard-1.big {
    font-size: 35px;
  }

  .h1.standard-1.bottom {
    background-position: 100% -40%;
    padding-bottom: 20px;
    font-size: 21px;
    line-height: 25px;
  }

  .h1.standard-1.top {
    background-image: none;
    font-size: 21px;
  }

  .h1.standard-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .catalogue.rounded {
    margin-bottom: 15px;
  }

  .p-intro.margin {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-intro.sur-h1 {
    margin-bottom: 5px;
  }

  .contenu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenu.bleu {
    background-color: #0000;
    margin-top: 100px;
    padding-top: 0;
  }

  .contenu.bleu.bandeau {
    margin-top: 102px;
  }

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

  .text-span-bold-bleu {
    font-size: 26px;
    line-height: 30px;
  }

  .text-span-bold-bleu.small {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block._65.left {
    text-align: left;
    width: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
    left: 0;
    right: auto;
  }

  .div-block._35.right {
    width: 100%;
    padding-left: 0;
  }

  .div-block._50.right.image {
    width: 100%;
  }

  .div-block._50.left {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-block._100 {
    flex-flow: column;
  }

  .div-block._100.center.margin {
    flex-direction: column;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block._100.center.big-margin.rounded {
    flex-direction: column;
    padding: 20px;
    display: flex;
  }

  .div-block._100.center.margin-big {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block._100.center.margin-big.grey.flex.rounded.yellow-frame {
    padding: 30px 20px;
  }

  .div-block._100.right {
    text-align: center;
  }

  .div-block.full-width-center.margin {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.full-width-center.margin.first {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.full-width-center.margin.last {
    align-self: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block.full-width-center.same-height.margin.first {
    align-self: center;
    align-items: stretch;
  }

  .div-block.logo {
    margin-top: 0;
  }

  .avantage.last, .picto-cercle.mid, .picto-cercle.big, .p {
    margin-right: 0;
  }

  .p.footer {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p.left.large._700.bleu {
    font-size: 24px;
    line-height: 30px;
  }

  .exposant.titre {
    font-size: 15px;
    top: -6px;
  }

  .btn_vert {
    text-align: left;
    margin-right: 0;
  }

  .btn_vert.margin-right.stroke {
    order: 1;
    margin-bottom: 0;
    margin-right: 0;
  }

  .btn_vert.stroke {
    justify-content: center;
    display: flex;
  }

  .btn_blanc {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .btn_rose {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .btn_rose.margin-right {
    margin-right: 0;
  }

  .btn_bleu {
    order: -1;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .btn_bleu.margin-right {
    margin-right: 0;
  }

  .div-block-20 {
    width: 100%;
    height: 140px;
  }

  .div-block-20._w-full {
    height: 90px;
  }

  .div-block-24 {
    width: auto;
  }

  .div-block-26 {
    flex-flow: column;
  }

  .div-block-26.reverse {
    flex-flow: column-reverse;
  }

  .image-6.trois {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-5 {
    max-width: 90%;
  }

  .div-block-27 {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .div-block-27.second {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-28.row.pour {
    width: auto;
  }

  .div-block-29 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-29.poiur {
    flex-flow: row;
  }

  .div-block-30.large {
    background-color: #0000;
    width: 100%;
    left: auto;
  }

  .div-block-30.large.reverse {
    left: 0%;
  }

  .text-block-8, .text-block-10 {
    max-width: none;
  }

  .text-block-11 {
    margin-top: 0;
  }

  .div-block-31 {
    flex-flow: column;
    padding-top: 10px;
  }

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

  .div-block-35 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    position: absolute;
    top: auto;
    bottom: -4px;
    left: -86px;
  }

  .paragraph-8 {
    padding-top: 60px;
  }

  .div-block-36 {
    width: 100%;
    max-width: 100%;
    padding: 40px 0 100px 159px;
    left: auto;
  }

  .div-block-37 {
    width: 100%;
    max-width: none;
  }

  .image-9 {
    z-index: 30;
  }

  .div-block-40 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .div-block-41 {
    top: -80px;
    left: auto;
  }

  .div-block-42 {
    width: auto;
    max-width: none;
  }

  .div-block-43 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-44 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: none;
  }

  .div-block-48 {
    width: auto;
  }

  .div-block-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-50 {
    border-right-style: none;
    padding-right: 0;
  }

  .div-block-51 {
    padding-left: 0;
  }

  .image-18 {
    width: auto;
  }

  .div-block-52 {
    width: 100%;
  }

  .text-block-23 {
    padding-right: 10px;
    display: none;
    top: 0;
  }

  .div-block-53 {
    background-color: #ffba2f;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 40px;
    display: flex;
  }

  .head {
    width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .head.green {
    position: relative;
  }

  .link-block {
    display: none;
    overflow: visible;
  }

  .link-block.green {
    width: 160px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .link-block.second {
    width: 160px;
    display: block;
  }

  .div-block-54 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
    position: absolute;
    top: 15px;
    left: 20px;
  }

  .deco {
    background-image: url('../images/deco2.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin: -45px -44px 0;
  }

  .paragraph-14 {
    margin-top: 0;
    padding-top: 20px;
  }

  .div-block-55 {
    margin-top: 0;
  }

  .image-19 {
    display: none;
  }

  .text-block-26 {
    display: block;
  }

  .div-block-57 {
    width: 100%;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .text-span-7, .text-span-8 {
    display: block;
  }

  .bg-oblique {
    bottom: 0%;
    left: -20%;
  }

  .image-20.tablet {
    top: -32%;
  }

  .text-span-9 {
    font-size: 12px;
  }

  .div-block-59._2encart {
    grid-template-columns: 1fr;
  }

  .paragraph-15 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 35px;
  }

  .image-22.mobile {
    object-fit: fill;
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }

  .image-22.desktop {
    object-fit: cover;
    display: none;
    position: relative;
  }

  .div-block-61 {
    font-size: 12px;
  }

  .text-block-30 {
    margin-top: 40px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    width: 50%;
    height: auto;
  }

  .bouton-outline {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .wrapper-center {
    flex-flow: row;
  }

  .header {
    background-position: 24%;
  }

  .wrapper-stretch.vertical.last {
    padding-bottom: 40px;
  }

  .wrapper-stretch.vertical.marginlow.content {
    margin-bottom: 40px;
    padding-top: 22px;
  }

  .wrapper-stretch.vertical.marginlow.content.illus {
    padding-top: 0;
  }

  .wrapper-stretch.vertical.content {
    padding-top: 30px;
  }

  .wrapper-stretch.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .h1.standard-1 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 28px;
  }

  .h1.standard-1.big {
    text-align: left;
    font-size: 35px;
  }

  .h1.standard-1.bottom {
    background-position: 100% -120%;
    padding-bottom: 30px;
    font-size: 21px;
  }

  .h1.standard-1.top {
    font-size: 21px;
  }

  .h1.standard-2 {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 28px;
  }

  .catalogue.rounded {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .p-intro.margin {
    text-align: left;
    padding-bottom: 15px;
  }

  .p-intro.sur-h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .contenu.bleu {
    padding-top: 0;
  }

  .h2._1 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-span-bold-bleu {
    font-size: 20px;
    line-height: 26px;
  }

  .text-span-bold-bleu.no-margin {
    font-size: 26px;
  }

  .text-span-bold-bleu.small {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block {
    text-align: left;
    align-self: center;
    width: 50%;
  }

  .div-block._65 {
    width: 100%;
    margin-bottom: 10px;
  }

  .div-block._35 {
    width: 80%;
  }

  .div-block._100.center.big-margin.rounded {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block._100.center.margin-big.grey.flex.rounded.yellow-frame {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block._100.right {
    flex-direction: column;
    margin-top: 15px;
    display: flex;
  }

  .div-block.logo {
    text-align: center;
    margin-top: 10px;
  }

  .avantage {
    text-align: center;
    flex-direction: column;
  }

  .avantage.last {
    padding-top: 15px;
  }

  .picto-cercle {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .p {
    margin-right: 0;
  }

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

  .p.big._600.margin {
    padding-left: 0;
    padding-right: 0;
  }

  .p.left.big._700.bleu.margin {
    margin-right: 0;
    font-size: 24px;
  }

  .p.left.big._700.cap.vert.margin {
    text-align: left;
    margin-right: 0;
  }

  .p.left.large._700.bleu {
    margin-right: 0;
  }

  .h3._1 {
    font-size: 18px;
    line-height: 24px;
  }

  .image.rounded {
    min-height: 280px;
  }

  .exposant.titre {
    font-size: 12px;
    top: -6px;
  }

  .btn_vert {
    text-align: center;
  }

  .btn_vert.margin-right.stroke {
    margin-bottom: 0;
    position: static;
  }

  .btn_blanc {
    text-align: center;
  }

  .text-link-footer {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-link-footer.last {
    margin-bottom: 0;
  }

  .btn_rose, .btn_bleu {
    text-align: center;
  }

  .image-3 {
    align-self: center;
    margin-right: 0;
  }

  .image-4 {
    text-align: center;
    max-width: 80%;
    display: inline-block;
  }

  .paragraph {
    text-align: center;
  }

  .image-5 {
    display: none;
    overflow: hidden;
  }

  .heading-3 {
    font-size: 27px;
  }

  .paragraph-2 {
    font-size: 18px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .div-block-27 {
    padding-top: 10px;
  }

  .div-block-29.poiur {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-30.large {
    margin-left: 0;
    margin-right: 0;
    inset: -20px auto auto;
  }

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

  .div-block-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    left: -119px;
  }

  .div-block-36 {
    padding-left: 111px;
  }

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

  .div-block-46 {
    flex-flow: column;
  }

  .div-block-52._w-full {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .head.green {
    width: auto;
  }

  .link-block.green {
    width: 100%;
  }

  .text-span-7, .text-span-8 {
    padding-left: 5px;
  }

  .text-span-9 {
    line-height: 17px;
  }

  .image-21 {
    object-fit: fill;
    height: 40px;
  }

  .image-22.mobile {
    width: 100%;
    display: block;
  }

  .image-22.desktop {
    display: none;
  }
}


@font-face {
  font-family: 'Icomoon';
  src: url('../fonts/icomoon.eot') format('embedded-opentype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'), url('../fonts/Metropolis-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-BoldItalic.otf') format('opentype'), url('../fonts/Metropolis-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo 300';
  src: url('../fonts/Museo300-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo 700';
  src: url('../fonts/Museo700-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Museo 900';
  src: url('../fonts/Museo900-Regular.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Sans No 2';
  src: url('../fonts/Sharp-Sans-No2-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}