@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"), url('../fonts/icomoon.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --border-input: #d9d9d9;
  --border-input-focus: #8f8f8f;
  --color-valid: #32ac97;
  --color-bg-input: whitesmoke;
  --color-error: #b00020;
  --dark-slate-blue: #23408f;
  --orange-ir: #df6339;
  --vert-ir: #009688;
  --orange: #ef5932;
  --text-vert-ir: #004655;
  --vert-ir-2: #45838b;
  --blue-darker: #17183e;
  --vert-pomme: #76b624;
  --gris-clai: var(--white);
  --color: whitesmoke;
}

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

.body {
  background-color: var(--white);
  color: #4d4d4d;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

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

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

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--border-input-focus);
  background-color: var(--color-valid);
  background-image: radial-gradient(circle, #000, #fff), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 4%;
}

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

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.2px;
  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 {
  border: 1px solid var(--border-input);
  background-color: var(--color-bg-input);
  color: #000;
  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: var(--border-input-focus);
}

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

.textarea.active {
  border-width: 1px;
  border-color: var(--border-input-focus);
  color: #000;
  padding-top: 20px;
}

.textarea.error {
  border-width: 1px;
  border-color: var(--color-error);
}

.textarea.valid {
  border-width: 1px;
  border-color: var(--color-valid);
  color: #000;
}

.text-field {
  border: 1px solid var(--border-input);
  background-color: var(--white);
  color: #444;
  border-radius: 5px 5px 0 0;
  height: 50px;
  margin-bottom: 0;
  padding: 16px 35px 7px 16px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.text-field:focus {
  border-width: 1px;
  border-color: var(--dark-slate-blue);
  border-radius: 0;
}

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

.text-field.valid {
  border-width: 1px;
  border-color: var(--color-valid);
  color: #000;
}

.text-field.active {
  border-width: 1px;
  border-color: var(--border-input-focus);
  color: #000;
  padding-top: 16px;
}

.text-field.error {
  border-color: var(--color-error);
  border-radius: 5px 5px 0 0;
}

.text-field.error:focus {
  border-width: 1px;
}

.select-field {
  border: 1px solid var(--border-input);
  background-color: var(--color-bg-input);
  color: #000;
  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: var(--border-input-focus);
}

.select-field.error {
  border-width: 1px;
  border-color: var(--color-error);
}

.select-field.firstdisabled {
  border-color: var(--border-input);
}

.select-field.valid {
  border-width: 1px;
  border-color: var(--color-valid);
}

.select-field.active {
  border-width: 1px;
  border-color: var(--border-input-focus);
}

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

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

.form-item.js-checkbox {
  margin-bottom: 10px;
}

.form-item.radio-spe {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.multipage_progress_bar {
  background-color: #eee;
  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: #32ac97;
}

.inner {
  background-color: var(--dark-slate-blue);
  width: 30px;
  height: 100%;
  position: absolute;
  inset: 0 auto 0% 0%;
}

.field-label-text {
  transform-origin: 0 0;
  color: #555;
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #ddd;
  border-radius: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: transform .15s;
  position: absolute;
  inset: 13px 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: var(--color-error);
  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;
  top: 0;
  left: auto;
  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;
  margin-bottom: 0;
  padding-top: 20px;
  display: block;
}

.form.forminner {
  padding-top: 0;
}

.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: none;
}

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

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

.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;
  justify-content: flex-start;
  align-self: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px 0 0;
  display: flex;
}

.btn-prev.js-multipage_prev:hover {
  color: #444;
  text-align: left;
  text-transform: none;
  background-color: #0000;
  margin-right: 0;
  padding: 0 20px 0 0;
  font-weight: 400;
  text-decoration: underline;
}

.btn-prev.js-multipage_prev.last {
  padding-right: 0;
}

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

.multipage_progress {
  text-align: right;
  margin-top: 20px;
  display: block;
}

.btn-next {
  float: right;
  clear: none;
  background-color: var(--orange-ir);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-weight: 700;
  text-decoration: none;
  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: var(--orange-ir);
  border-radius: 5px;
  align-self: center;
  width: 100%;
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.btn-next.js-multipage_next.first {
  background-color: #e21c70;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
}

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

.btn-next.js-multipage_next.first.active {
  text-decoration: none;
}

.btn-next.js-multipage_next {
  background-color: #009688;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
}

.btn-next.js-multipage_next:hover {
  background-color: #32ac97d9;
}

.btn-next.js-multipage_next:active {
  background-color: #32ac97;
}

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

.btn-next.js-multipage_next.first {
  background-color: var(--vert-ir);
  border-radius: 3px;
  flex: 1;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding: 6px 24px;
  font-family: Rajdhani, sans-serif;
  font-size: 24px;
}

.btn-next.js-multipage_next.first:hover, .btn-next.js-multipage_next.first:active, .btn-next.js-multipage_next.first:focus {
  background-color: var(--dark-slate-blue);
}

.btn-next.js-multipage_next.first.hide {
  display: none;
}

.checkbox-label {
  color: #444;
  text-align: left;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.2px;
}

.checkbox {
  color: #32ac97;
  cursor: pointer;
  border-width: 1px;
  border-color: #114591;
  border-radius: 0;
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}

.checkbox.w--redirected-checked {
  color: var(--orange);
  background-color: #114591;
  background-size: contain;
  border-color: #114591;
  position: relative;
}

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

.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 {
  color: #444;
  text-align: left;
  text-transform: none;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}

.multipage_nav {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.submit-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #114591;
  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: #10284b;
  border-radius: 4px;
}

.submit-button:focus {
  background-color: #01685e;
}

.demo-layout {
  background-color: #0000;
  margin-bottom: 40px;
  display: flex;
}

.demo-50 {
  flex: 0 auto;
  width: 40%;
  padding: 20px 10px;
}

.demo-50.w40 {
  width: 30%;
}

.container-demo {
  max-width: 95%;
  display: block;
}

.demo-100 {
  width: 100%;
  padding: 20px;
}

.rich-text-block {
  color: #4d4d4d;
  text-align: left;
}

.section-demo {
  padding-top: 60px;
}

.demo-row {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.styleguide-caption {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.styleguide-caption.small-divider {
  color: #000;
  text-transform: none;
  margin-top: -15px;
  font-size: 12px;
}

.color-block {
  background-color: #096ad033;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 0 0 10px 1px #00000014;
}

.color-block:hover {
  box-shadow: 0 0 3px 1px #00000014;
}

.color-block.color-bg1 {
  border: 1px solid var(--border-input-focus);
  background-color: var(--color-bg-input);
  box-shadow: none;
}

.color-block.color3 {
  background-color: var(--color-bg-input);
  box-shadow: none;
}

.color-block.color4 {
  border: 1px solid var(--border-input);
  background-color: var(--color-bg-input);
  box-shadow: none;
}

.color-block.color1 {
  background-color: var(--color-valid);
  box-shadow: none;
}

.color-block.color2 {
  background-color: var(--color-error);
  box-shadow: none;
}

.styleguide-small-divider {
  opacity: 1;
  width: 100%;
  margin-top: 0;
}

.horizontal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.horizontal-line.light {
  color: #096ad0;
  background-color: #297fcacc;
  margin-top: 10px;
  margin-bottom: 20px;
}

.demo-col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.form-2 {
  border: 1px solid var(--white);
}

.max-w {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.max-w.img-et-form {
  height: 100%;
  display: flex;
  position: relative;
}

.max-w.blocform {
  max-width: 1190px;
  padding: 0 40px;
  position: relative;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header {
  z-index: 50;
  background-color: var(--white);
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.link-2 {
  color: #333;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-23 {
  border-top: 1px solid #e6e7f4;
  border-bottom: 1px solid #e6e7f4;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-footer {
  margin-left: 40px;
  margin-right: 40px;
}

.reasssurance-footer {
  padding-top: 40px;
}

.text-block-6 {
  color: #114591;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-7 {
  color: #666;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 18px;
}

.reassu-texte-footer {
  color: #000;
  text-align: right;
  max-width: 574px;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 10px;
  font-size: 12px;
  line-height: 14px;
}

.encart-gris {
  background-color: #ebeff6;
  align-items: stretch;
  padding: 20px 30px;
  display: flex;
}

.comm {
  padding-bottom: 22px;
  font-family: Proxima nova;
}

.nom {
  padding-top: 10px;
  padding-bottom: 8px;
  font-family: Proxima nova;
  font-weight: 700;
}

.etoile {
  width: 108px;
  max-width: none;
}

.date {
  opacity: .5;
  font-family: Proxima nova;
  font-size: 12px;
  line-height: 28px;
}

.encart-comm {
  color: #000;
  border-right: 1px solid #ccc;
  width: 100%;
  margin-right: 20px;
  padding-right: 20px;
  font-family: Fontsfree net proxima nova reg webfont;
  font-size: 14px;
  line-height: 18px;
}

.encart-comm.last {
  border-right-width: 0;
  margin-right: 0;
}

.div-block-24 {
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 20px;
  display: flex;
}

.insec {
  white-space: pre;
}

._3points {
  background-color: #f2f5fd;
}

.max-w-3points {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 70px;
}

.encart-3point {
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 60px;
  padding: 60px 100px;
  position: relative;
  box-shadow: 0 0 15px #0000000d;
}

.encart-3point.last {
  margin-bottom: 40px;
}

.num {
  color: var(--white);
  background-color: #18347a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 0;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: -30px auto auto 50%;
  transform: translate(-50%);
}

.titre-encart-3ponts {
  color: #114591;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 39px;
}

.text-encart-3-point {
  color: #444;
  font-size: 18px;
  line-height: 27px;
}

.mega-titre-3points {
  color: #114591;
  text-align: center;
  padding-bottom: 75px;
  font-size: 34px;
  font-weight: 700;
  line-height: 55px;
}

.text-span {
  text-decoration: underline;
}

.button {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #009688;
  background-clip: border-box;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.btn-3points {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #009688;
  border-radius: 5px;
  width: 385px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.btn-3points:hover {
  background-color: #01685e;
}

.form-container {
  background-color: #0000;
  min-height: 0;
  margin-top: 79px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  color: #fff;
  max-width: 881px;
  margin: 0 auto;
  padding-bottom: 7px;
  font-family: Proxima nova;
  font-size: 41px;
  line-height: 50px;
}

.heading-2 {
  color: var(--text-vert-ir);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 60px 20px 0;
  font-family: Rajdhani, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.heading-2.argumenttitle1 {
  max-width: 199px;
}

.heading-2.heading2small {
  text-align: left;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 34px;
  line-height: 40px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  max-width: 569px;
  margin-top: 10px;
  font-family: Fontsfree net proxima nova;
  font-size: 18px;
  line-height: 24px;
}

.form-wrapper {
  z-index: 10;
  background-color: var(--white);
  border: 0 solid #ffcc7a;
  border-radius: 8px;
  width: auto;
  max-width: 382px;
  padding: 0;
  position: sticky;
  top: 80px;
  box-shadow: 0 0 15px #0000001a;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #b71923;
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 35px;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.rea-form {
  border-top: 0 solid #d9d9d9;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 40px;
  display: flex;
}

.image {
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.rea-footer-item {
  flex: 0 auto;
  align-items: center;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-rea-item {
  color: #232323;
  width: auto;
  font-size: 14px;
  line-height: 18px;
}

.container-form-inner {
  border: 2px solid #004655;
  border-top-width: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 10px 30px 30px;
}

.titre-container {
  width: 130%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 11px;
}

.etoile-sous-form {
  text-align: center;
  margin-top: 20px;
}

.etoile-form {
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 0;
}

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

.text-block-10 {
  color: #000;
  margin-top: 10px;
  font-weight: 700;
  line-height: 19px;
}

.div-block-28 {
  text-align: center;
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-2 {
  margin-bottom: 0;
}

.link-3 {
  color: #000;
}

.blocgauche {
  justify-content: center;
  width: 160px;
  display: flex;
}

.blocdroit {
  justify-content: center;
  display: flex;
}

.flechegauche {
  margin-right: 24px;
}

.radio-button-label-8 {
  z-index: 50;
  color: #304b96;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.radio {
  z-index: 2;
  border-radius: 0%;
  width: 160px;
  height: 140px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio:hover {
  border-width: 2px;
  border-color: #304b96;
}

.radio.w--redirected-checked {
  border-color: #304b96;
}

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

.flechedroite {
  width: 160px;
}

.radio-button-2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/locataire.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  border-width: 1px;
  border-color: #f5f5f5;
  border-radius: 5px;
  width: 160px;
  height: 140px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  top: -2px;
  left: 5px;
}

.radio-button-2.w--redirected-checked {
  background-color: #ff6d3a;
  background-image: url('../images/custom-checkbox-checkmark.589d534424.svg');
  background-position: 0 2px;
  background-repeat: repeat-x;
  background-size: auto;
  border-width: 2px;
  border-color: #fff;
}

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

.radio-button-2.appartement {
  background-image: url('../images/appartement2x.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 68px;
  flex-direction: column;
  justify-content: flex-end;
  width: 160px;
  height: 140px;
  margin-bottom: 0;
  display: flex;
  top: 0;
  left: 0;
}

.radio-button-2.maison {
  background-image: url('../images/maison2x.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 68px;
  flex-direction: column;
  justify-content: flex-end;
  width: 160px;
  height: 140px;
  margin-bottom: 0;
  display: flex;
  top: 0;
  left: 0;
}

.text-block-34 {
  color: #114591;
  text-align: center;
  white-space: normal;
  padding-bottom: 34px;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

.form-item-2 {
  border: 0 solid #000;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  display: block;
  position: relative;
}

.form-item-2.form-item-radio {
  display: flex;
}

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

.multipage_section-2.active {
  opacity: 1;
  flex-direction: column;
  justify-content: space-around;
  height: auto;
  padding-top: 0;
  transition: all .25s linear;
  display: block;
  inset: auto;
  overflow: visible;
}

.radio-button-label-7 {
  z-index: 50;
  color: #304b96;
  text-align: center;
  padding-bottom: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.flechesvertesinner {
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.radio-button-field {
  color: #114591;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background-color: #0191d80d;
  border: 2px solid #114591;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.radio-button-field:hover {
  color: var(--white);
  background-color: #114591;
}

.radio-button-3, .radio-button-4 {
  display: none;
}

.radio-label-btn {
  margin-bottom: 0;
}

.bold-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.div-block-29 {
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.illus {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  max-width: none;
  padding-top: 20px;
  padding-left: 11px;
  display: flex;
}

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

.div-block-30 {
  text-align: center;
  background-color: #10284b;
}

.div-block-30.max-w {
  padding-top: 20px;
  padding-bottom: 29px;
}

.section {
  color: var(--white);
  background-color: #10284b;
  position: relative;
}

.section-2 {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-3 {
  color: #114591;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  line-height: 7px;
}

.div-block-31 {
  flex-direction: column;
  display: block;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

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

.text-radio, .bold-text-5, .bold-text-6 {
  font-size: 18px;
  line-height: 16px;
}

.checkimg {
  width: 17px;
  height: 17px;
  margin-top: 6px;
  padding-top: 0;
}

.div-block-33 {
  display: flex;
}

.div-block-33.container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding-bottom: 0;
  display: grid;
}

.div-block-33.container.js-slider_4cols.slider_4cols.swiper-container {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33.container.swiper-wrapper {
  display: block;
}

.image-5 {
  position: absolute;
  inset: 8px 10px 10px auto;
}

.text-block-35 {
  text-align: left;
  padding-bottom: 1.4em;
  font-size: 17px;
  line-height: 24px;
}

.beforeafter.twentytwenty.twentytwenty-container {
  object-fit: fill;
  height: 100%;
  max-height: none;
  position: relative;
}

.image-6, .image-7 {
  object-fit: cover;
  width: 100%;
  max-width: 685px;
  height: 100%;
  max-height: 451px;
}

.header-2 {
  border-bottom: 0 solid #e8e8e8;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 23px;
  display: flex;
}

.container {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
}

.container.flex {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-white {
  background-color: #f5f5f5;
  padding: 90px 15px 40px;
}

.div-block-16 {
  flex-direction: column;
  align-items: center;
  width: 33%;
  display: flex;
}

.confirmation-title {
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-size: 50px;
  line-height: 75px;
}

.bold-text-copy {
  font-family: Proxima nova;
  font-size: 60px;
}

.text-block-25 {
  text-align: center;
  margin-bottom: 30px;
}

.bold-text-7 {
  font-family: Proxima nova;
  font-size: 24px;
  line-height: 31px;
}

.image-8 {
  z-index: 5;
  position: absolute;
  inset: 83px 12% 0% auto;
}

.text-block-31 {
  color: #444;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  padding-top: .7em;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.text-field-2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  height: 56px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

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

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

.field-label-text-2 {
  transform-origin: 0 0;
  color: #777;
  cursor: pointer;
  background-color: #0000;
  border: 0 solid #ddd;
  border-left-color: #707070;
  border-radius: 0;
  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;
}

.text-block-32 {
  opacity: .3;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.text-block-32.active {
  opacity: 1;
}

.div-block-45 {
  object-fit: fill;
  background-color: #e1dccf;
  width: 100%;
  max-width: 700px;
  height: auto;
  min-height: 480px;
  max-height: none;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  inset: 0% 0% 0% auto;
}

.image-15 {
  z-index: 4;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-37 {
  color: #114591;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 39.6px;
}

.bullets {
  justify-content: center;
  display: flex;
}

.submit-button-2 {
  background-color: var(--orange-ir);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-clip: border-box;
  border-radius: 3px;
  flex: 0 auto;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  font-family: Rajdhani, sans-serif;
  font-size: 24px;
  font-weight: 700;
  display: block;
}

.submit-button-2:hover {
  background-color: var(--text-vert-ir);
  border-radius: 4px;
}

.submit-button-2:focus {
  background-color: var(--text-vert-ir);
}

.checkbox-2 {
  color: #444;
  cursor: pointer;
  border-width: 1px;
  border-color: #444;
  border-radius: 0;
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--dark-slate-blue);
  color: #e21c70;
  background-size: contain;
  border-color: #32ac97;
  position: relative;
}

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

.form-3 {
  background-color: #0000;
  flex-direction: column;
  max-width: none;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-3.forminner {
  padding-top: 42px;
  padding-left: 38px;
  padding-right: 38px;
}

.section-3 {
  background-color: var(--color-bg-input);
  padding: 0 0 30px;
  overflow: hidden;
}

.text-block-38 {
  color: #444;
  padding-right: 0;
  font-family: Proxima nova;
}

.div-block-26 {
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 516px;
  height: 100%;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.heading-4 {
  color: #304b96;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
}

.div-block-74 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-74.container {
  background-color: #f5f5f5;
  width: 100%;
  padding-bottom: 0;
  display: block;
}

.heading-5 {
  line-height: 24px;
}

.text-block-28 {
  color: #202020;
  text-align: left;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.div-block-44 {
  text-align: center;
  background-color: #0000;
  padding-bottom: 30px;
}

.heading-6 {
  color: #304b96;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Rajdhani, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.bold-text-8 {
  font-family: Rajdhani, sans-serif;
  line-height: 24px;
}

.section-8 {
  background-color: var(--white);
  border-top: 0 solid #eee;
  padding: 25px 15px 50px;
}

.div-block-41 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-41.container {
  border: 0 solid #e6e7f4;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 10px;
}

.text-block-29 {
  color: #666;
  text-align: center;
  padding-top: 13px;
  font-family: Proxima nova;
}

.section-9 {
  background-color: #292929;
  padding-left: 15px;
  padding-right: 15px;
}

.div-block-47 {
  justify-content: space-between;
  display: flex;
}

.div-block-47.container {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-30 {
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.section-7 {
  background-color: #161616;
}

.text-block-39 {
  padding-right: 40px;
  font-size: 15px;
}

.link-4 {
  color: #fff;
  padding-right: 40px;
  font-size: 14px;
  text-decoration: underline;
}

.bold-text-9 {
  line-height: 24px;
}

.div-block-75 {
  background-color: var(--white);
  width: 50%;
  margin-top: 0;
  padding: 40px 97px;
}

.bold-text-10 {
  color: var(--dark-slate-blue);
}

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

.div-block-76.container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  display: flex;
  position: static;
}

.div-block-77 {
  background-image: url('../images/visu-douche-962x.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blocform_bg {
  z-index: -1;
  width: 100%;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.blocform_image {
  margin-top: -119px;
}

.div-block-78 {
  background-color: var(--white);
  text-align: left;
  padding: 35px 100px;
}

.heading-1 {
  color: var(--text-vert-ir);
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.text-block-40 {
  color: var(--dark-slate-blue);
  font-family: Rajdhani, sans-serif;
  font-size: 34px;
  line-height: 31px;
}

.bold-text-11 {
  color: #4d4d4d;
}

.text-block-41 {
  color: #444;
  padding-bottom: 1.41176em;
  font-size: 17px;
  line-height: 24px;
}

.text-block-42 {
  font-size: 17px;
  line-height: 24px;
}

.text-block-43 {
  text-align: left;
  font-size: 17px;
  line-height: 25px;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-79 {
  background-color: var(--white);
}

.div-block-80 {
  background-color: var(--white);
  text-align: center;
  padding: 35px 100px;
}

.avantages {
  grid-column-gap: 43px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-81 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-82 {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--text-vert-ir) var(--text-vert-ir) var(--text-vert-ir) #45838b;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 18px;
  padding-left: 20px;
  display: flex;
}

.div-block-83 {
  margin-top: 2em;
}

.text-block-44 {
  font-size: 17px;
  line-height: 24px;
}

.btn {
  background-color: var(--orange-ir);
  text-align: center;
  border-radius: 3px;
  margin: 0;
  padding: 13px 20px;
  font-size: 18px;
  font-weight: 700;
  position: static;
}

.btn:hover {
  background-color: var(--text-vert-ir);
  background-image: none;
  border-radius: 3px;
}

.btn:focus {
  background-color: var(--text-vert-ir);
}

.btn.w--current {
  background-color: var(--orange-ir);
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 20px;
}

.btn.test {
  width: auto;
}

.btn.test.w--current {
  display: block;
}

.bold-text-12 {
  line-height: 24px;
}

.bold-text-13 {
  line-height: 25px;
}

.div-block-84 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 38px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text-14 {
  color: var(--vert-ir-2);
  -webkit-text-stroke-color: var(--vert-ir-2);
}

.image-20 {
  margin-top: 2px;
  padding-top: 0;
}

.bold-text-15 {
  color: var(--text-vert-ir);
  text-align: left;
}

.text-block-45 {
  color: var(--vert-ir);
  max-width: 564px;
  margin-bottom: 9px;
  padding-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 31.2px;
}

.div-block-85 {
  background-color: var(--white);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding: 35px 40px;
  display: flex;
}

.text-block-46 {
  max-width: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-86 {
  max-width: 746px;
  padding-right: 10px;
}

.div-block-87 {
  position: static;
}

.section-10 {
  padding-bottom: 40px;
}

.text-block-47 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  white-space: normal;
  font-family: Rajdhani, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  overflow: visible;
}

.text-block-47.text-block-100 {
  color: var(--blue-darker);
  text-transform: none;
  margin-bottom: 20px;
  font-family: proxima-nova, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.text-field-3 {
  color: #000;
  background-color: #f5f5f5;
  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-3:focus {
  border-width: 1px;
  border-color: #8f8f8f;
}

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

.image-22 {
  position: absolute;
  inset: 33% 0% 0% auto;
}

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

.image-24, .fleche {
  padding-left: .8em;
}

.image-25 {
  z-index: 50;
  width: 182px;
  max-width: 182px;
  height: 182px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-88 {
  z-index: 100;
  background-image: url('../images/pastille2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bold-text-17, .bold-text-18 {
  color: var(--vert-ir-2);
}

.section-11 {
  padding-top: 22px;
  padding-bottom: 30px;
}

.slider_4cols.js-slider_4cols.swiper-container {
  position: relative;
}

.swiper-wrapper {
  align-items: center;
  display: flex;
}

.swiper-slide {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.box-swiper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.text-span-2 {
  font-size: 14px;
  line-height: 16.8px;
}

.text-span-3 {
  font-size: 11px;
  font-weight: 400;
}

.div-block-89 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-48 {
  color: var(--vert-ir);
  text-transform: uppercase;
  font-family: Rajdhani, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
}

.text-block-49 {
  color: var(--vert-ir);
  text-align: right;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: none;
}

.image-27 {
  object-fit: cover;
  height: 100%;
  position: relative;
}

.text-block-50 {
  color: #e9e9e9;
  font-size: 14px;
  line-height: 16.8px;
}

.div-block-90 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top: 1px solid #707070;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-51 {
  color: #fff;
  padding-bottom: 3px;
  padding-right: 4px;
  font-family: Proxima nova;
  font-size: 8px;
  line-height: 11px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-52 {
  z-index: 3;
  color: #fff;
  padding-bottom: 3px;
  padding-right: 4px;
  font-size: 8px;
  line-height: 11px;
  position: static;
  inset: auto 0% 0% auto;
  transform: rotate(-90deg);
}

.div-block-91 {
  position: relative;
  overflow: hidden;
}

.div-block-92 {
  z-index: 3;
  color: #fff;
  transform-style: preserve-3d;
  width: auto;
  height: auto;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: visible;
  transform: translate3d(71px, -81px, -114px);
}

.div-block-93 {
  z-index: 10;
  flex: 0 auto;
  width: 50%;
  display: block;
  position: relative;
}

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

.phone-encart {
  color: #000;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  display: flex;
  position: sticky;
}

.phone-encart.phoneblock {
  opacity: 1;
  mix-blend-mode: normal;
  flex: 0 auto;
  display: flex;
  overflow: visible;
}

.phone_tracking {
  z-index: 20;
  color: #76b624;
  border: 2px solid #76b624;
  border-right-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 0 10px;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-59 {
  color: #fff;
  background-color: #76b624;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.text-block-63 {
  line-height: 16px;
}

.div-block-60 {
  z-index: 10;
  color: #000;
  background-color: #fff;
  width: 20px;
  height: 20px;
  transition: opacity .2s;
  position: absolute;
  left: -15px;
  transform: rotate(45deg);
}

.text-block-64 {
  color: #888;
  text-align: center;
  font-size: 11px;
  line-height: 13.2px;
}

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

.checkbox-3 {
  color: #32ac97;
  cursor: pointer;
  border-width: 3px;
  border-color: #114591;
  border-radius: 4px;
  flex: none;
  align-self: flex-start;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
}

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

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

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

.bold-text-20 {
  font-size: 11px;
}

.link-5 {
  color: #888;
}

.text-radio-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
}

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

.radio-button-field-2 {
  background-color: var(--orange-ir);
  color: #fff;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 0 solid #ccc;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 20px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.radio-button-field-2:hover {
  background-color: var(--text-vert-ir);
  color: #fff;
  text-align: center;
  background-repeat: repeat;
  background-size: auto;
  border-color: #dc3318;
  justify-content: center;
  box-shadow: 1px 1px 7px #c4c4c4;
}

.radio-button-field-2.btn-next:hover {
  border-radius: 3px;
}

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

.radio-button-6:hover {
  color: #fff;
}

.radio-label-btn-2 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 16px;
}

.radio-label-btn-2:hover {
  color: #fff;
}

.text-block-65 {
  color: #17183e;
  text-align: center;
  white-space: normal;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

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

.form-item-3.radio-spe {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.radio-button-7:hover {
  color: #fff;
}

.radio-label-btn-3 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 16px;
}

.radio-label-btn-3:hover {
  color: #fff;
}

.text-radio-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px;
}

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

.text-block-66 {
  color: #17183e;
  text-align: center;
  white-space: normal;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.infobulle-t-l-phone {
  background-color: #f3f3f3;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
}

.bold-text-21 {
  color: var(--text-vert-ir);
}

.text-block-101 {
  text-align: left;
  line-height: 14.4px;
}

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

.checkbox-field-3 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 13.2px;
  display: flex;
}

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

.checkbox-4.w--redirected-checked {
  color: #e21c70;
  background-color: #009688;
  background-size: contain;
  border-color: #32ac97;
  position: relative;
}

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

.checkbox-4.spe {
  width: 20px;
  height: 20px;
}

.div-block-95 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-95.container {
  border: 0 solid #e6e7f4;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 10px;
}

.image-32 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 150px;
}

.image-32.logo_hs2 {
  width: 120px;
}

.div-block-96 {
  flex-direction: column;
  align-items: center;
  width: 33%;
  display: flex;
}

.image-31 {
  width: 150px;
}

.div-block-97 {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-78 {
  color: #666;
  text-align: center;
  padding-top: 13px;
  font-family: proxima-nova, sans-serif;
}

.section-12 {
  background-color: #fff;
  border-top: 0 solid #eee;
  padding: 25px 15px 50px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.heading-7 {
  color: var(--text-vert-ir);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
}

.div-block-98 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  display: flex;
}

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

.paragraph {
  color: var(--text-vert-ir);
  text-align: left;
  font-size: 14px;
}

.div-block-100 {
  background-color: var(--color-bg-input);
  border-radius: 8px;
  width: 50%;
  padding: 30px;
  display: block;
}

.paragraph-2 {
  text-align: left;
  margin-top: 11px;
  font-size: 15px;
}

.section-13 {
  margin-bottom: 10px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 11px;
  font-style: italic;
}

.paragraph-3.huissier {
  margin-top: -5px;
}

.section-14 {
  background-color: var(--white);
  justify-content: space-around;
  margin-top: 20px;
  padding: 20px 40px 30px;
  display: flex;
}

.div-block-101 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-102 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.div-block-103, .div-block-104, .div-block-105, .div-block-106 {
  text-align: center;
}

.bold-text-22 {
  font-size: 14px;
}

.div-block-107 {
  background-color: var(--text-vert-ir);
  border-radius: 8px 8px 0 0;
  width: 100%;
  padding: 12px 30px 10px;
  overflow: hidden;
}

.paragraph-7 {
  color: var(--white);
}

.heading-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 24px;
}

.image-33 {
  object-fit: contain;
}

.heading-9 {
  color: #004655;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 48px;
}

.section-15 {
  margin-top: 80px;
}

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

.div-block-110 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 8px;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-34 {
  width: 50%;
}

.image-35, .image-36 {
  width: 25%;
}

.patch {
  z-index: 10;
  width: 130px;
  position: absolute;
  top: 20px;
  left: 36%;
}

.div-block-111 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.right-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.section-16 {
  padding-top: 20px;
}

.temoignage {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  text-align: center;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.temoignage.img-et-form {
  height: 100%;
  display: flex;
  position: relative;
}

.temoignage.blocform {
  max-width: 1190px;
  padding: 0 40px;
  position: relative;
}

.text {
  background-color: var(--color-bg-input);
  border-radius: 8px;
  margin-top: 0;
  padding: 30px 40px 40px;
}

.text.top {
  border-radius: 8px 8px 0 0;
}

.soustitre {
  color: #45838b;
  text-align: left;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-family: Rajdhani, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
}

.text-bottom {
  background-color: #f5f5f5;
  border-top: 1px solid #d6d6d6;
  border-radius: 0 0 8px 8px;
  margin-top: -20px;
  padding: 20px 10px;
}

.heading-10 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 50px;
}

.text-span-4 {
  text-decoration: underline;
}

.bold-text-23 {
  font-size: 14px;
  line-height: 16px;
}

.bold-text-24 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.bold-text-25, .bold-text-26 {
  font-size: 14px;
  line-height: 16px;
}

.text-span-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
}

.link-6 {
  color: var(--text-vert-ir);
}

.header-3 {
  background-color: #fff;
  border-bottom: 1px solid #eceae7;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-112 {
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.div-block-113 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-37 {
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-114 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: #00899c;
  text-align: right;
  text-transform: uppercase;
  width: 340px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.section-white-2 {
  background-color: #fff;
  padding: 40px 15px;
}

.div-block-123 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-73 {
  padding-bottom: 20px;
}

.text-block-111 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.link-block-3 {
  color: #fff;
  background-color: #004655;
  border-radius: 6px;
  margin-top: 40px;
  padding: 14px 20px;
  font-size: 20px;
  text-decoration: none;
}

.link-block-3:hover {
  background-color: #00272f;
}

.text-block-112 {
  font-weight: 700;
  text-decoration: none;
}

.section-white-3 {
  background-color: #fff;
  padding: 40px 15px;
}

.div-block-124 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-74 {
  padding-bottom: 20px;
}

.text-block-113 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-114 {
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .text-field {
    background-color: var(--white);
  }

  .btn-prev.js-multipage_prev {
    margin-bottom: 0;
  }

  .btn-prev.js-multipage_prev:hover {
    text-decoration: none;
  }

  .multipage_progress {
    padding-top: 0;
  }

  .btn-next.js-multipage_next.first {
    background-color: var(--vert-ir);
    border-radius: 3px;
  }

  .btn-next.js-multipage_next.first:hover, .btn-next.js-multipage_next.first:active, .btn-next.js-multipage_next.first:focus {
    background-color: var(--dark-slate-blue);
  }

  .checkbox-label {
    font-size: 13px;
  }

  .checkbox.w--redirected-checked {
    background-image: none;
    border-width: 4px;
    border-color: #fff;
  }

  .text-block-5 {
    border-bottom: 1px solid #444;
    line-height: 20px;
    text-decoration: none;
  }

  .text-block-5:hover {
    text-decoration: none;
  }

  .demo-50 {
    border: 1px solid #444;
  }

  .max-w.img-et-form.box5050 {
    flex-direction: row;
    justify-content: space-between;
  }

  .max-w.blocform {
    max-width: 1190px;
    position: relative;
  }

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

  .form-container {
    margin-top: 80px;
  }

  .heading {
    max-width: none;
    font-size: 50px;
  }

  .heading-2 {
    padding-right: 115px;
    font-size: 36px;
  }

  .heading-2.heading2small {
    line-height: 36px;
  }

  .form-wrapper {
    width: 100%;
    max-width: 429px;
    height: auto;
    padding-left: 0;
  }

  .text-block-9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-30.max-w {
    position: relative;
  }

  .heading-3 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    line-height: 7px;
  }

  .div-block-32 {
    align-items: stretch;
    display: flex;
  }

  .text-block-35 {
    line-height: 24px;
  }

  .beforeafter.twentytwenty.twentytwenty-container {
    width: 100%;
    max-width: 685px;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .image-6 {
    max-width: 685px;
    max-height: none;
  }

  .image-7 {
    max-width: 685px;
    height: auto;
    max-height: none;
  }

  .image-8 {
    right: 9%;
  }

  .text-block-31 {
    text-align: center;
    font-size: 16px;
  }

  .field-label-text-2 {
    border-left-width: 0;
    border-left-color: #707070;
    border-radius: 0;
    padding-left: 0;
  }

  .div-block-45 {
    z-index: 3;
    width: 100%;
    max-width: 700px;
    height: 100%;
    min-height: 480px;
    max-height: none;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    z-index: 19;
    margin-top: 0;
    top: 0;
  }

  .text-block-37 {
    font-size: 36px;
    line-height: 39.6px;
  }

  .submit-button-2 {
    background-image: none;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Rajdhani, sans-serif;
  }

  .submit-button-2:hover, .submit-button-2:active, .submit-button-2:focus {
    background-color: var(--text-vert-ir);
  }

  .checkbox-2.w--redirected-checked {
    border-color: var(--dark-slate-blue);
    background-color: var(--dark-slate-blue);
  }

  .form-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-3.forminner {
    padding-top: 42px;
  }

  .form-3.forminner.pad0 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-28, .text-block-30 {
    font-family: proxima-nova, sans-serif;
  }

  .div-block-75 {
    display: inline-block;
  }

  .div-block-76.container {
    position: static;
  }

  .blocform_bg {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .heading-1 {
    color: var(--dark-slate-blue);
    font-family: Rajdhani, sans-serif;
    font-size: 40px;
  }

  .bold-text-11 {
    color: #4d4d4d;
    font-family: Rajdhani, sans-serif;
    font-size: 16px;
  }

  .text-block-41 {
    font-size: 17px;
    line-height: 24px;
  }

  .text-block-42 {
    font-size: 17px;
  }

  .text-block-43 {
    line-height: 24px;
  }

  .btn {
    background-color: var(--orange);
    color: var(--white);
    border-radius: 3px;
    padding: 13px 20px;
  }

  .btn:hover {
    background-color: var(--dark-slate-blue);
  }

  .btn.w--current {
    background-color: var(--orange-ir);
  }

  .text-block-45 {
    color: var(--vert-ir);
  }

  .div-block-93 {
    flex: none;
    width: 50%;
  }

  .div-block-94 {
    width: 50%;
    display: inline-block;
  }

  .radio-button-field-2 {
    color: #fff;
  }

  .checkbox-4.w--redirected-checked {
    background-color: #23408f;
    border-color: #23408f;
  }

  .image-32.logo_hs2 {
    width: 120px;
  }

  .text-block-78 {
    font-family: proxima-nova, sans-serif;
  }

  .heading-9 {
    color: #004655;
    font-family: Rajdhani, sans-serif;
    font-size: 32px;
  }

  .temoignage.img-et-form.box5050 {
    flex-direction: row;
    justify-content: space-between;
  }

  .temoignage.blocform {
    max-width: 1190px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .multipage_progress {
    margin-top: 15px;
  }

  .btn-next.js-multipage_next:focus {
    background-color: #32ac97cc;
  }

  .btn-next.js-multipage_next.first:active {
    background-color: #009688cc;
  }

  .demo-row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .demo-col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .max-w {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

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

  .encart-3point {
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-container {
    background-image: none;
    min-height: 0;
    padding-bottom: 0;
  }

  .heading {
    font-size: 34px;
    line-height: 42px;
  }

  .heading-2 {
    padding-bottom: 15px;
    padding-right: 0;
    font-size: 23px;
    line-height: 25.3px;
  }

  .heading-2.argumenttitle1 {
    max-width: none;
  }

  .heading-2.heading2small {
    font-size: 24px;
    line-height: 30px;
  }

  .text-block-8 {
    max-width: 440px;
    font-size: 18px;
    line-height: 22px;
  }

  .form-wrapper {
    padding: 0;
  }

  .rea-form {
    display: flex;
  }

  .rea-footer-item {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-form-inner {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .titre-container {
    width: 135%;
    padding-top: 0;
  }

  .div-block-28 {
    margin-bottom: 0;
    padding-bottom: 20px;
    display: none;
    bottom: 0%;
  }

  .image-2 {
    overflow: visible;
  }

  .radio-button-2.appartement {
    justify-content: flex-end;
    align-items: center;
  }

  .radio-button-2.maison {
    align-items: center;
    margin-right: 24px;
  }

  .text-block-34 {
    text-align: center;
    padding-bottom: 25px;
  }

  .form-item-2.form-item-radio {
    justify-content: center;
  }

  .div-block-29 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .illus {
    width: 65%;
    padding-top: 0;
  }

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

  .heading-3 {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px;
    display: flex;
    position: static;
  }

  .div-block-32 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-33.container {
    grid-template-columns: 1fr 1fr;
  }

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

  .header-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-8 {
    display: none;
  }

  .text-block-31 {
    color: #3e3e3e;
    text-transform: none;
    font-family: Roboto, sans-serif;
  }

  .div-block-45 {
    z-index: 20;
    background-color: #e1dccf;
    background-image: none;
    max-width: 100%;
    min-height: 410px;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    display: block;
    position: relative;
  }

  .text-block-37 {
    font-size: 45px;
  }

  .submit-button-2 {
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    outline: 3px #fff;
    width: 100%;
    padding-right: 0;
    font-family: Rajdhani, sans-serif;
    font-size: 24px;
  }

  .section-3 {
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-38 {
    padding-bottom: 0;
  }

  .div-block-26 {
    margin-left: 0;
    padding-right: 20px;
  }

  .div-block-74.container {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .image-9 {
    width: 100%;
  }

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

  .section-8 {
    padding-bottom: 50px;
  }

  .div-block-41.container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-47.container {
    flex-direction: column;
  }

  .text-block-30 {
    padding-top: 20px;
  }

  .text-block-39, .link-4 {
    padding-right: 20px;
  }

  .div-block-75 {
    padding: 30px;
  }

  .div-block-78 {
    padding: 25px 40px;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 38.4px;
  }

  .text-block-41, .text-block-42 {
    font-size: 16px;
  }

  .text-block-43 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-80 {
    padding: 25px 30px;
  }

  .div-block-81.avantage_last {
    align-items: flex-start;
  }

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

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

  .btn {
    background-image: none;
    border-radius: 3px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn:hover {
    background-position: 90%;
  }

  .bold-text-14 {
    font-size: 18px;
    line-height: 24px;
  }

  .bold-text-15 {
    line-height: 30px;
  }

  .text-block-45 {
    font-size: 22px;
    line-height: 26.4px;
  }

  .div-block-85 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-block-46 {
    padding-bottom: 20px;
    font-size: 16px;
  }

  .div-block-86 {
    max-width: none;
    padding-right: 0;
  }

  .div-block-87 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-10 {
    padding-bottom: 30px;
  }

  .text-block-47 {
    color: var(--dark-slate-blue);
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    font-size: 31px;
    font-weight: 700;
    line-height: 37.2px;
  }

  .div-block-88 {
    width: 150px;
    height: 150px;
  }

  .image-26 {
    max-width: 92%;
  }

  .bold-text-16, .bold-text-17 {
    font-size: 18px;
    line-height: 24px;
    position: static;
  }

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

  .text-block-48 {
    font-size: 20px;
    line-height: 24px;
  }

  .image-27 {
    object-fit: cover;
    height: 100%;
    position: static;
  }

  .checkbox-label-2 {
    font-size: 12px;
    line-height: 15.6px;
  }

  .text-block-65, .text-block-66 {
    text-align: center;
  }

  .div-block-95.container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-12 {
    padding-bottom: 50px;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .heading-7 {
    margin-bottom: 20px;
  }

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

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

  .div-block-100 {
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    text-align: left;
    margin-top: 11px;
  }

  .section-13 {
    margin-top: 40px;
  }

  .paragraph-3 {
    color: var(--text-vert-ir);
    font-size: 11px;
  }

  .section-14 {
    justify-content: space-around;
    display: flex;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    color: var(--text-vert-ir);
    font-size: 11px;
  }

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

  .div-block-107 {
    background-color: var(--text-vert-ir);
  }

  .paragraph-7 {
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
  }

  .heading-8 {
    color: var(--white);
    margin-top: 0;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 38.4px;
  }

  .patch {
    width: 110px;
    top: 0;
    left: 30%;
  }

  .temoignage {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text, .text.top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .soustitre {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .header-3 {
    height: 150px;
  }

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

  .div-block-113 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8 {
    text-align: center;
    width: auto;
  }

  .text-block-111 {
    font-size: 18px;
    line-height: 27px;
  }

  .link-block-3:hover, .link-block-3:focus {
    background-color: #00272f;
  }

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

  .text-block-113 {
    font-size: 18px;
    line-height: 27px;
  }

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

@media screen and (max-width: 767px) {
  .body {
    color: #444;
  }

  .multipage_progress {
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
  }

  .btn-next.js-multipage_next:active {
    background-color: #009688cc;
  }

  .btn-next.js-multipage_next.first {
    border-radius: 3px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-next.js-multipage_next.first:active {
    background-color: #009688cc;
  }

  .submit-button {
    background-color: #114591;
  }

  .submit-button:hover {
    background-color: #10284b;
  }

  .submit-button:focus {
    background-color: #01685e;
  }

  .demo-row {
    flex-wrap: wrap;
  }

  .max-w {
    padding-left: 10px;
    padding-right: 10px;
  }

  .max-w.img-et-form.box5050 {
    flex-direction: column;
  }

  .max-w.blocform {
    margin-bottom: 30px;
    padding: 0;
    position: static;
  }

  .div-block-20 {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .encart-gris {
    padding-left: 20px;
    padding-right: 20px;
  }

  .etoile {
    max-width: 100%;
  }

  .div-block-24 {
    flex-direction: column;
  }

  .max-w-3points {
    padding: 40px 15px;
  }

  .encart-3point {
    padding: 40px 20px 20px;
  }

  .encart-3point.last {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titre-encart-3ponts {
    font-size: 25px;
    line-height: 33.25px;
  }

  .text-encart-3-point {
    font-size: 16px;
    line-height: 24px;
  }

  .mega-titre-3points {
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 48px;
  }

  .form-container {
    background-image: linear-gradient(#0000, #0000);
    margin-top: 0;
    padding-bottom: 0;
  }

  .heading {
    text-align: center;
    width: 100%;
    max-width: none;
    font-size: 25px;
    line-height: 34px;
  }

  .heading-2 {
    line-height: 25px;
  }

  .heading-2.heading2small {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
    line-height: 26.4px;
  }

  .text-block-8 {
    text-align: center;
    max-width: 500px;
    padding-bottom: 20px;
  }

  .form-wrapper {
    box-shadow: none;
    max-width: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    top: auto;
  }

  .rea-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    margin-bottom: 5px;
  }

  .rea-footer-item {
    flex-direction: column;
  }

  .container-form-inner {
    margin: 0;
    padding: 0 20px;
  }

  .titre-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-28 {
    bottom: -3%;
  }

  .link-3 {
    color: #000;
  }

  .blocgauche {
    width: 160px;
  }

  .flechegauche {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 160px;
    margin-right: 22px;
    display: flex;
  }

  .radio {
    text-align: left;
  }

  .flechedroite {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    display: flex;
  }

  .radio-button-2.maison {
    margin-right: 24px;
  }

  .form-item-2.form-item-radio {
    justify-content: center;
  }

  .multipage_section-2 {
    padding-bottom: 0;
  }

  .flechesvertesinner {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-bottom: 15px;
    display: flex;
  }

  .div-block-29 {
    flex-direction: column;
    padding-bottom: 25px;
  }

  .illus {
    justify-content: center;
    padding-left: 0;
  }

  .image-3 {
    padding-bottom: 10px;
  }

  .heading-3 {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 18px;
  }

  .div-block-32 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: flex-start;
    place-items: stretch stretch;
    display: flex;
  }

  .text-block-35 {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .beforeafter.twentytwenty.twentytwenty-container {
    height: auto;
    padding-bottom: 0;
  }

  .image-6, .image-7 {
    height: auto;
  }

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

  .div-block-16 {
    width: 100%;
    display: flex;
  }

  .div-block-45 {
    max-width: 542px;
    margin-top: -15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15 {
    max-width: 120px;
  }

  .text-block-37 {
    font-size: 40px;
    line-height: 45px;
  }

  .submit-button-2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-clip: border-box;
    border-radius: 3px;
    padding-right: 0;
  }

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

  .form-3.forminner {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding: 20px 30px;
  }

  .text-block-28 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .div-block-44.max-w {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-8 {
    line-height: 21.6px;
  }

  .div-block-41.container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-16 {
    padding-bottom: 15px;
  }

  .text-block-29 {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .div-block-47.container {
    flex-direction: column;
    align-items: center;
  }

  .text-block-30 {
    padding-top: 20px;
  }

  .section-7 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-39, .link-4 {
    padding-right: 0;
  }

  .bold-text-9 {
    line-height: 21.6px;
  }

  .div-block-75 {
    width: 100%;
    padding: 30px;
  }

  .div-block-76.container {
    flex-direction: row;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .blocform_texte {
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
  }

  .blocform_bg {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
  }

  .blocform_image {
    margin-top: 0;
  }

  .div-block-78 {
    margin-left: 0;
    padding: 30px;
  }

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

  .text-block-41, .text-block-42, .text-block-43 {
    font-size: 16px;
  }

  .image-17 {
    width: 100%;
    max-width: none;
    height: auto;
    position: relative;
  }

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

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

  .div-block-81 {
    border-bottom: 1px solid #e5e5e5;
    flex-direction: column;
    padding: 11px 30px;
  }

  .div-block-81.avantage_last {
    border-bottom-width: 0;
  }

  .div-block-82 {
    border-left-width: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-44 {
    font-size: 16px;
    line-height: 23px;
  }

  .btn {
    border-radius: 3px;
  }

  .bold-text-12, .bold-text-13 {
    line-height: 21.6px;
  }

  .div-block-84 {
    flex-direction: column;
  }

  .bold-text-14 {
    line-height: 10px;
  }

  .image-18, .image-19, .image-20, .image-21 {
    display: none;
  }

  .bold-text-15 {
    font-size: 22px;
    line-height: 26.4px;
  }

  .text-block-45 {
    line-height: 26.4px;
  }

  .div-block-85 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-47 {
    font-size: 34px;
    line-height: 38px;
  }

  .div-block-88 {
    width: 150px;
    height: 150px;
  }

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

  .bold-text-16 {
    line-height: 11px;
  }

  .bold-text-18 {
    line-height: 10px;
  }

  .section-11 {
    padding-bottom: 30px;
  }

  .slider_4cols.js-slider_4cols.swiper-container {
    display: block;
  }

  .text-block-48 {
    font-size: 18px;
    line-height: 21.6px;
  }

  .div-block-93, .div-block-94 {
    width: 100%;
  }

  .text-block-65, .text-block-66 {
    font-size: 22px;
    line-height: 27px;
  }

  .div-block-95.container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-29 {
    padding-bottom: 15px;
  }

  .div-block-96 {
    width: 100%;
    display: flex;
  }

  .div-block-97 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .text-block-78 {
    padding-top: 0;
    padding-bottom: 5px;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

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

  .patch {
    width: 80px;
  }

  .div-block-111 {
    flex-direction: column-reverse;
    position: static;
  }

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

  .temoignage.img-et-form.box5050 {
    flex-direction: column;
  }

  .temoignage.blocform {
    margin-bottom: 30px;
    padding: 0;
    position: static;
  }

  .soustitre {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .div-block-112, .div-block-113 {
    flex-direction: column;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 22px;
  }

  .section-white-2 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .text-block-111 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-white-3 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .text-block-113 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .form-item.radio-spe {
    flex-direction: column;
  }

  .btn-next.js-multipage_next.first {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .submit-button {
    background-color: #114591;
  }

  .submit-button:hover {
    background-color: #10284b;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .demo-col {
    margin-bottom: 0;
  }

  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22, .div-block-23 {
    flex-direction: column;
  }

  .image-footer {
    margin-bottom: 20px;
  }

  .reassu-texte-footer {
    text-align: center;
    font-size: 11px;
    line-height: 13.2px;
  }

  .encart-gris {
    flex-direction: column;
  }

  .comm {
    padding-bottom: 15px;
    font-family: Proxima nova;
  }

  .nom {
    font-family: Proxima nova;
    font-weight: 700;
  }

  .date {
    font-family: Proxima nova;
  }

  .encart-comm {
    border-bottom: 1px solid #ccc;
    border-right-width: 0;
    margin-bottom: 20px;
  }

  .encart-comm.last {
    border-bottom-width: 0;
  }

  .encart-3point {
    padding-left: 15px;
    padding-right: 15px;
  }

  .encart-3point.last {
    margin-bottom: 30px;
  }

  .titre-encart-3ponts {
    font-size: 20px;
    line-height: 24px;
  }

  .btn-3points {
    width: auto;
  }

  .heading {
    max-width: 100%;
    font-size: 19px;
    line-height: 26px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .heading-2.argumenttitle1 {
    font-size: 23px;
  }

  .heading-2.heading2small {
    padding-left: 0;
    padding-right: 0;
  }

  .form-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-9 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .rea-form {
    flex-direction: column;
    align-items: center;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image {
    flex: 0 auto;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .rea-footer-item {
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
    margin-bottom: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rea-footer-item.last {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-form-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titre-container {
    padding-right: 0;
  }

  .blocgauche, .flechegauche, .radio, .flechedroite {
    width: 100%;
  }

  .radio-button-2.appartement {
    width: 48%;
  }

  .radio-button-2.maison {
    width: 48%;
    margin-right: 10px;
  }

  .text-block-34 {
    padding-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .form-item-2 {
    flex-direction: column;
  }

  .form-item-2.form-item-radio {
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
  }

  .multipage_section-2, .multipage_section-2.active {
    padding-left: 0;
    padding-right: 0;
  }

  .radio-button-field {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-32 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .div-block-33.container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .container.flex {
    text-align: center;
    display: block;
  }

  .section-white {
    padding-left: 15px;
    padding-right: 15px;
  }

  .confirmation-title {
    margin-top: 0;
  }

  .bold-text-copy {
    font-size: 50px;
    line-height: 22px;
  }

  .text-block-25 {
    margin-bottom: 20px;
  }

  .bold-text-7 {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-31 {
    padding-top: .5em;
    font-size: 17px;
  }

  .div-block-45 {
    width: 100%;
    max-width: 540px;
    min-height: 350px;
    margin-top: -15px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-15 {
    max-width: 90px;
  }

  .text-block-37 {
    margin-top: -15px;
    padding-top: 15px;
    font-size: 24px;
    line-height: 24px;
  }

  .submit-button-2 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    padding-left: 0;
    padding-right: 0;
  }

  .form-3.forminner {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-28 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-44.max-w {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    font-size: 26px;
  }

  .section-8 {
    padding-top: 20px;
  }

  .div-block-41.container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-block-29 {
    padding-top: 0;
  }

  .div-block-47.container {
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .heading-1 {
    font-size: 25px;
  }

  .bold-text-11 {
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-81, .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-45 {
    line-height: 26.4px;
  }

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

  .text-block-47 {
    color: var(--dark-slate-blue);
    text-transform: uppercase;
    font-family: Rajdhani, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.6px;
  }

  .div-block-88 {
    width: 120px;
    height: 120px;
  }

  .bold-text-19 {
    line-height: 29.26px;
  }

  .text-block-49 {
    font-size: 17px;
    line-height: 20.4px;
  }

  .phone-encart {
    margin-bottom: 10px;
  }

  .phone_tracking {
    font-size: 21px;
  }

  .text-block-63 {
    font-size: 11px;
  }

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

  .radio-button-field-2 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .text-block-65 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .form-item-3.radio-spe {
    flex-direction: column;
  }

  .text-radio-3 {
    font-size: 18px;
  }

  .text-block-66 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-95.container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-block-78 {
    padding-top: 0;
  }

  .section-12 {
    padding-top: 20px;
  }

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

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

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

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

  .heading-9 {
    font-size: 25px;
  }

  .patch {
    left: 5%;
  }

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

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

  .header-3 {
    height: 130px;
  }

  .div-block-112 {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .image-37 {
    width: auto;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .paragraph-8 {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  .section-white-2, .section-white-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@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'), url('../fonts/icomoon.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}