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

@font-face {
  font-family: Proxima nova;
  src: url('../fonts/FontsFree-Net-proxima_nova_reg-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima nova;
  src: url('../fonts/FONTSFREE-NET-PROXIMA-NOVA-BOLD.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima nova;
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --border-input: #999;
  --border-input-focus: #1d1d1b;
  --color-valid: #32ac97;
  --color-bg-input: whitesmoke;
  --color-error: #b00020;
  --red-everstyl: #d4232e;
  --white: white;
  --blue\<deleted\|variable-04245e1e\>: #114591;
  --gray-ir\<deleted\|variable-6bdb03f1\>: #666;
  --vert-ir\<deleted\|variable-c1e55cab\>: #009688;
  --vert-btob\<deleted\|variable-81e53b1c\>: #004b59;
  --rouge: #b71923;
  --gray: #333;
  --noir: #1d1d1b;
  --blue: #1d577e;
  --blue-hover: #174b6e;
  --bg-dark: #f0e6de;
}

.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 {
  color: #333;
  padding-top: 54px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-block-4 {
  color: #000;
  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: 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 {
  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);
  color: #444;
  background-color: #f7f7f7;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

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

.text-field::placeholder {
  font-size: 16px;
  font-weight: 400;
  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: 4px;
}

.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: 12px;
  display: block;
  position: relative;
}

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

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

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

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

.icon-input.icon-checkmark.select {
  right: 20px;
}

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

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

.field-label-text {
  transform-origin: 0 0;
  color: #777;
  cursor: pointer;
  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: 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;
  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;
  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 {
  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;
}

.text-block-3 {
  margin-right: 0;
  font-size: 18px;
}

.multipage_progress {
  margin-top: -5px;
  display: block;
  overflow: visible;
}

.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:hover, .btn-next.js-multipage_next:active, .btn-next.js-multipage_next:focus {
  background-color: #e30613cc;
}

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

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

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

.btn-next.js-multipage_next.first:hover, .btn-next.js-multipage_next.first:active, .btn-next.js-multipage_next.first:focus, .btn-next.js-multipage_next.first:focus-visible, .btn-next.js-multipage_next.first[data-wf-focus-visible], .btn-next.js-multipage_next.first:visited {
  background-color: #e30613cc;
}

.btn-next.js-multipage_next.red {
  background-color: var(--red-everstyl);
  text-decoration: none;
}

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

.btn-next.js-multipage_next {
  background-color: #114591;
  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:hover {
  background-color: #10284b;
}

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

.checkbox-label {
  color: #6b7280;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}

.checkbox {
  color: #32ac97;
  cursor: pointer;
  background-color: #f7f7f7;
  border-width: 1px;
  border-color: #d1d5db;
  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 {
  border-style: none;
  border-color: var(--red-everstyl);
  background-color: var(--red-everstyl);
  color: var(--red-everstyl);
  -webkit-text-stroke-color: var(--red-everstyl);
  background-size: contain;
  border-radius: 4px;
  position: relative;
}

.checkbox.w--redirected-focus {
  border-style: solid;
  border-color: var(--red-everstyl);
  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 {
  margin-left: 0;
}

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

.submit-button {
  background-color: var(--red-everstyl);
  color: #fff;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

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

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

.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: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

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

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

.max-w.list-icone {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.header {
  z-index: 50;
  background-color: #fff;
  border-bottom: 1px solid #eceae7;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.footer {
  margin-top: 0;
  padding-top: 0;
}

.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 {
  background-color: #fff;
}

.text-block-6 {
  color: var(--blue\<deleted\|variable-04245e1e\>);
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-7 {
  color: var(--gray-ir\<deleted\|variable-6bdb03f1\>);
  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, sans-serif;
}

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

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

.date {
  opacity: .5;
  font-family: Proxima nova, sans-serif;
  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: var(--blue\<deleted\|variable-04245e1e\>);
  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 {
  background-color: var(--vert-ir\<deleted\|variable-c1e55cab\>);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  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: #f3f3f3;
  justify-content: space-between;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.heading-2 {
  color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-family: Rajdhani;
  font-size: 24px;
  line-height: 28.8px;
}

.heading-2.argumenttitle1 {
  max-width: 199px;
  padding-top: 15px;
  line-height: 28.8px;
}

.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 {
  background-color: var(--white);
  border: 0 solid #ffcc7a;
  border-radius: 0 0 8px;
  width: auto;
  max-width: 382px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 0 15px #0000001a;
}

.text-block-9 {
  background-color: var(--rouge);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  border-bottom: 0 solid #d9d9d9;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.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-bottom: 0 solid #d9d9d9;
  border-bottom-right-radius: 8px;
  padding: 16px 24px 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: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  text-align: center;
  white-space: normal;
  padding-bottom: 25px;
  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 {
  background-color: var(--white);
  color: #000;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  background-image: url('../images/Groupe-6406_1Groupe 6406.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 12px #0000001a;
}

.radio-button-field:hover {
  color: #000;
  background-color: #0000;
  background-image: url('../images/Groupe-6406_1Groupe 6406.png');
  background-position: 100%;
  background-size: auto;
}

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

.radio-label-btn {
  margin-bottom: 0;
  font-size: 17px;
}

.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-3 {
  width: 120px;
  margin-bottom: 19px;
  margin-left: 12px;
  padding-left: 0;
}

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

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

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

.section {
  background-color: var(--white);
  color: var(--white);
  padding-top: 56px;
  padding-bottom: 56px;
  position: relative;
}

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

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

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

.heading-3 {
  color: var(--blue\<deleted\|variable-04245e1e\>);
  font-size: 24px;
  line-height: 29px;
}

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

.arguments {
  background-color: var(--color-bg-input);
  padding: 25px 20px 20px;
}

.div-block-32 {
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

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

.text-radio {
  color: #333;
  font-size: 17px;
  line-height: 16px;
}

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

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

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

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

.text-block-35 {
  text-align: center;
  font-size: 15px;
  line-height: 22.5px;
}

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

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

.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: 200px 15px;
}

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

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

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

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

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

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

.div-block-34 {
  background-color: var(--red-everstyl);
  border-top-right-radius: 8px;
  padding: 12px 0;
}

.section-3 {
  background-color: #fbf5f0;
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.section-3.no-padding {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.heading-4 {
  color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  margin-top: 30px;
  margin-bottom: 19px;
  font-family: Rajdhani;
  font-size: 40px;
  line-height: 48px;
}

.section-10 {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-37 {
  color: #666;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

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

.div-block-41.container {
  border: 0 solid #e6e7f4;
  border-bottom-width: 1px;
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 20px;
}

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

.max-w-2 {
  text-align: center;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

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

.div-block-86 {
  max-width: 750px;
}

.text-block-45 {
  color: var(--blue\<deleted\|variable-04245e1e\>);
  max-width: none;
  padding-bottom: 20px;
  font-family: Rajdhani;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

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

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

.btn {
  background-color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  text-align: left;
  background-image: url('../images/left-arrow.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 3px;
  width: 280px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 11.7px 18px;
  font-size: 18px;
  font-weight: 700;
  position: static;
}

.btn:hover {
  background-color: #004b59d9;
  background-position: 94%;
}

.btn:focus {
  background-color: #004b59d9;
}

.div-block-26 {
  background-color: var(--white);
  text-align: center;
  max-width: 516px;
  margin-left: 0;
  padding: 20px;
}

.swiper-wrapper {
  display: flex;
}

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

.swiper-slide {
  background-color: var(--white);
}

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

.box-swiper {
  background-color: var(--white);
  max-width: 100%;
}

.bold-text-9 {
  color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  line-height: 24px;
}

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

.bold-text-13 {
  color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  line-height: 25px;
}

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

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

.heading-6 {
  color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Rajdhani;
  font-size: 30px;
  line-height: 35px;
}

.text-block-28 {
  color: #333;
  text-align: center;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proxima nova, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

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

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

.heading-7 {
  color: #114591;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 60px 20px 0;
  font-family: Rajdhani;
  font-size: 34px;
  line-height: 37.4px;
}

.text-block-47 {
  text-align: left;
  padding-bottom: 1.4em;
  font-size: 18px;
  line-height: 25px;
}

.div-block-89 {
  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%;
}

.div-block-75 {
  background-color: #f5f5f5;
  margin-top: 0;
  padding: 40px 97px;
}

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

.section-11 {
  background-color: var(--color-bg-input);
  padding-bottom: 40px;
  overflow: hidden;
}

.text-block-48, .text-block-49, .text-block-50 {
  text-align: center;
  font-size: 15px;
  line-height: 22.5px;
}

.section-12 {
  background-color: var(--color-bg-input);
  margin-bottom: 0;
  padding-bottom: 40px;
}

.div-block-90 {
  background-color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
}

.text-block-51 {
  color: var(--white);
}

.heading-8 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Rajdhani;
  font-size: 30px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-91 {
  z-index: 0;
  background-image: url('../images/Group-1.png');
  background-position: 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  max-width: none;
  padding-right: 0;
  position: relative;
  inset: 0;
}

.section-13 {
  background-color: var(--color-bg-input);
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.div-block-93 {
  background-color: var(--white);
  padding: 40px 50px;
}

.heading-10 {
  color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Rajdhani;
  font-size: 30px;
  line-height: 36px;
}

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

.bold-text-14 {
  color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
}

.text-block-53 {
  color: var(--red-everstyl);
  text-align: center;
  padding-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

.text-block-54 {
  color: #555;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.text-span-2 {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 25.2px;
}

.image-13 {
  margin-left: auto;
  margin-right: 0;
}

.section-14 {
  background-color: var(--color-bg-input);
  padding-bottom: 40px;
}

.div-block-94 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-11 {
  color: var(--vert-btob\<deleted\|variable-81e53b1c\>);
  text-align: center;
  margin-top: 0;
  margin-bottom: 19.5px;
  font-family: Rajdhani;
  font-size: 30px;
  line-height: 36px;
}

.div-block-95 {
  background-color: var(--white);
  padding: 35px 100px;
}

.link-block {
  background-image: url('../images/video-jeanne2x.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 10px;
  min-width: 100%;
  max-width: 100%;
  height: 100px;
}

.video.video__small {
  background-image: url('../images/video-jeanne2x.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.video.video__small.js-modal_video_open {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 273px;
}

.video.video__small.js-modal_video_open.videoroger {
  background-image: url('../images/video-roger2x.jpg');
  height: 273px;
}

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

.text-block-55 {
  text-transform: uppercase;
  max-width: 211px;
  padding-left: 0;
  line-height: 19.2px;
}

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

.image-14 {
  width: 122px;
  max-width: 100%;
  margin-top: 5px;
  margin-left: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-99 {
  align-items: center;
  display: flex;
}

.bold-text-15 {
  max-width: none;
}

.text-block-56 {
  font-size: 16px;
  line-height: 19.2px;
}

.text-block-57 {
  display: none;
}

.image-15 {
  width: auto;
  height: 40px;
  margin-right: 0;
  padding-right: 0;
}

.image-16 {
  width: auto;
  max-width: 253px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.text-block-58 {
  color: #004b59;
  padding-bottom: 0;
  font-family: Rajdhani;
  font-size: 38px;
  font-weight: 700;
}

.image-33 {
  width: 120px;
  margin-bottom: 14px;
  margin-left: 10px;
  margin-right: 9px;
}

.image-32 {
  width: 134px;
  margin-left: 10px;
}

.image-30 {
  height: 49px;
  margin-bottom: 5px;
}

.div-block-100 {
  justify-content: center;
  align-items: center;
  padding-bottom: 34px;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.argument {
  text-align: center;
}

.text-block-59 {
  text-transform: uppercase;
  max-width: none;
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 28.8px;
}

.section-15 {
  background-color: var(--color-bg-input);
  padding-top: 0;
  padding-bottom: 24px;
}

.div-block-102 {
  background-color: var(--white);
  padding-top: 28px;
  padding-bottom: 28px;
}

.div-block-103 {
  background-color: #fff;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 42px 122px 35px;
}

.text-block-60 {
  color: #004b59;
  text-align: center;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  font-family: Rajdhani;
  font-size: 36px;
  line-height: 36px;
}

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

.div-block-104 {
  text-align: center;
  padding-top: 30px;
}

.div-block-105 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

.image-36 {
  max-width: 149px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.heading-12 {
  font-size: 36px;
}

.heading-13 {
  color: var(--red-everstyl);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  line-height: 45px;
}

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

.heading-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 29px;
}

.div-block-107 {
  padding-top: 20px;
}

.image-37 {
  margin-top: -5px;
  padding-left: 10px;
}

.image-38 {
  max-width: none;
  height: 100%;
  max-height: 100%;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.field-label-5, .field-label-6, .field-label-7 {
  font-weight: 500;
}

.text-block-61 {
  color: #555;
  text-align: center;
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.div-block-82 {
  text-align: left;
  border: 1px #004655;
  border-left-color: #45838b;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 18px;
  padding-left: 0;
  display: flex;
}

.heading-16 {
  color: #004655;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 60px 20px 0;
  font-size: 36px;
  line-height: 40px;
}

.heading-16.heading2small {
  color: #000;
  text-align: center;
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  padding-right: 0;
  font-size: 30px;
  line-height: 36px;
}

.bold-text-16 {
  color: #333;
  font-family: Poppins, sans-serif;
  line-height: 37px;
}

.text-block-44 {
  color: #555;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.heading-17 {
  color: #114591;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 7px;
}

.bold-text-17 {
  color: #333;
  font-family: Roboto, sans-serif;
}

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

.div-block-83 {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 2em;
  padding: 40px 101px;
}

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

.div-block-80 {
  text-align: center;
  background-color: #0000;
  padding: 35px 0;
}

.bold-text-18, .bold-text-19 {
  color: #333;
  font-family: Roboto, sans-serif;
}

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

.image-39 {
  max-height: 40px;
}

.paragraph-3 {
  color: #555;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.div-block-112 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.paragraph-8 {
  margin-top: -5px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
}

.div-block-113 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: space-around;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  padding: 40px 24px;
  display: flex;
}

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

.div-block-111 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.div-block-115, .div-block-116 {
  text-align: center;
  width: 50%;
}

.bold-text-20 {
  color: var(--gray);
  font-weight: 700;
}

.bold-text-21, .bold-text-22 {
  color: var(--gray);
  font-weight: 700;
  line-height: 19px;
}

.bold-text-23 {
  color: var(--gray);
  font-weight: 700;
}

.image-40 {
  max-width: 65px;
  padding-bottom: 16px;
}

.image-41, .image-42, .image-43 {
  padding-bottom: 16px;
}

.max-w-3 {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.max-w-3.flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.text-block-40 {
  color: #666;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.text-block-40.margin-bottom {
  margin-bottom: 8px;
}

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

.nom-2 {
  color: #333;
  padding-top: 10px;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.comm-2 {
  color: #555;
  padding-bottom: 22px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.date-2 {
  opacity: 1;
  color: #636363;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

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

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

.div-block-61 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding-right: 60px;
  display: flex;
}

.link-6 {
  color: #000;
}

.encart-comm-2 {
  color: #000;
  border-right: 1px solid #ccc;
  width: 100%;
  margin-right: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 18px;
}

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

.section-16 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.section-17 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

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

.image-44 {
  width: auto;
  max-width: none;
  height: 40px;
}

.container-2 {
  margin-left: 0;
}

.image-45 {
  margin-bottom: 16px;
}

.paragraph-9 {
  color: #000;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-10 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.text-block-63 {
  text-transform: capitalize;
  margin-right: 0;
  font-size: 18px;
}

.text-block-63.link-nodec {
  text-decoration: none;
}

.fleche {
  margin-top: -5px;
  padding-left: .8em;
}

.text-field-2 {
  color: #444;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
  height: 45px;
  margin-bottom: 0;
  padding: 16px 35px 7px 16px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.text-field-2:focus {
  border-width: 1px;
  border-color: #23408f;
  border-radius: 0;
}

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

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

.field-label-text-2 {
  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-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: transform .15s;
  position: absolute;
  inset: 13px auto auto 17px;
}

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

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

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

.multipage_section-3 {
  flex: none;
  order: 1;
  padding-top: 0;
  text-decoration: none;
  transition: all .25s;
  position: relative;
  transform: translate(0);
}

.text-block-31 {
  color: #444;
  text-align: center;
  text-transform: uppercase;
  padding-top: .7em;
  font-size: 16px;
}

.text-block-66 {
  color: #444;
  text-align: left;
  text-transform: none;
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
}

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

.div-block-118 {
  padding-top: 30px;
}

.text-block-67 {
  color: #23408f;
  text-transform: uppercase;
  white-space: normal;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
  overflow: visible;
}

.div-block-119 {
  background-color: var(--red-everstyl);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.div-block-119:hover {
  background-color: var(--rouge);
}

.div-block-120 {
  text-align: left;
}

.text-block-68 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-121 {
  flex-flow: column;
  margin-top: 40px;
  display: block;
}

.text-block-101 {
  color: #004655;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.max-w-4 {
  background-color: #0000;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: visible;
}

.max-w-4.top {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-100 {
  color: var(--red-everstyl);
  text-transform: none;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.titre-container-2 {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

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

.heading-18 {
  color: #004655;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  position: static;
}

.div-block-123 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-top: 1px #d1d5db;
  flex-flow: column;
  margin-top: 32px;
  padding-top: 0;
  display: flex;
}

.div-block-140 {
  background-color: #ffc328;
  width: 219px;
  margin-bottom: 8px;
  padding: 6px 12px;
  display: block;
}

.illus-2 {
  z-index: 2;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 608px;
  height: 534px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
  top: 0;
  left: auto;
  right: 0;
  overflow: visible;
}

.illus-2.mobile {
  display: none;
}

.text-span-17 {
  color: var(--noir);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 35px;
  text-decoration: none;
}

.section-container {
  margin-top: -80px;
  padding-top: 0;
  display: block;
}

.section-container.bg-image {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #0000;
  justify-content: space-between;
  max-width: 1310px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-container.form-container {
  background-color: #0000;
  margin-top: -100px;
}

.text-block-102 {
  color: var(--gray);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.image-64 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.image-64.tv {
  width: 244px;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.div-block-141 {
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.text-block-69 {
  color: var(--gray);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.text-block-69.list-title {
  color: var(--noir);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-18, .text-span-19 {
  color: var(--red-everstyl);
}

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

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

.multipage_progress-2 {
  display: block;
}

.link-11 {
  color: #666;
}

.link-block-2 {
  width: 100%;
  margin-bottom: 8px;
  text-decoration: none;
}

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

.max-w-5 {
  background-color: #0000;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: visible;
}

.max-w-5.blue {
  background-color: #effafa;
}

.max-w-5.blue.form {
  background-color: #0000;
  max-width: 786px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-72 {
  color: #fff;
  text-transform: uppercase;
  background-color: #df6339;
  font-weight: 700;
  text-decoration: none;
}

.text-block-72.btn-next.js-multipage_next {
  background-color: var(--blue);
  text-transform: capitalize;
  background-image: url('../images/arrow_1.svg');
  background-position: 56%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 8px;
  margin-bottom: 0;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.text-block-72.btn-next.js-multipage_next:hover, .text-block-72.btn-next.js-multipage_next:focus {
  background-color: var(--blue-hover);
}

.text-block-72.btn-next.js-multipage_next.last {
  background-color: var(--blue);
  background-image: url('../images/arrow_1.svg');
  background-position: 56%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-72.btn-next.js-multipage_next.last:hover, .text-block-72.btn-next.js-multipage_next.last:focus {
  background-color: var(--blue-hover);
}

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

.text-block-103 {
  color: #666;
  text-align: left;
  padding-bottom: 8px;
  font-size: 11px;
  line-height: 13.2px;
}

.text-field-3 {
  border: 1px solid var(--border-input);
  background-color: var(--white);
  color: #444;
  border-radius: 4px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 7px;
  padding-left: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

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

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

.checkbox-3 {
  border: 3px solid var(--border-input-focus);
  color: var(--red-everstyl);
  cursor: pointer;
  border-radius: 4px;
  flex: none;
  align-self: flex-start;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  padding-right: 0;
  position: static;
}

.checkbox-3:hover {
  border-color: var(--red-everstyl);
}

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

.checkbox-3.w--redirected-focus {
  border-color: var(--gray);
  box-shadow: none;
  color: #e21c70;
  -webkit-text-stroke-color: var(--gray);
}

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

.form-wrapper-2 {
  float: none;
  clear: none;
  z-index: 20;
  background-color: #fff;
  border-radius: 20px;
  max-width: 988px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  box-shadow: 0 11px 40px #63524c1f;
}

.container-form-inner-2 {
  border-bottom: 0 solid #d9d9d9;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  padding: 20px 40px 32px;
}

.text-span-11 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

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

.text-block-95 {
  color: var(--noir);
  text-align: center;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.section-container-2 {
  background-color: #effafa;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.section-container-2.absolute {
  background-color: #0000;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.field-label-text-3 {
  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: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  transition: transform .15s;
  position: absolute;
  inset: 18px auto auto 17px;
}

.text-block-104 {
  background-color: var(--red-everstyl);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #d1d5db;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

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

.form-container-2 {
  z-index: auto;
  background-color: #0000;
  min-height: 0;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}

.submit-button-2 {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  text-transform: none;
  background-image: url('../images/arrow_1.svg');
  background-position: 68%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 100%;
  margin: 20px auto 10px;
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.submit-button-2:hover {
  background-color: var(--blue-hover);
}

.submit-button-2:focus {
  background-color: #ed5d1a;
}

.form-3 {
  flex-direction: column;
  margin-bottom: 0;
  display: block;
}

.text-span-20 {
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

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

.question {
  color: var(--noir);
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

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

.radio-button-label-10 {
  color: var(--noir);
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  position: absolute;
  inset: auto 0% 0%;
}

.radio-button-field-2 {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  width: 100%;
  height: 140px;
  position: relative;
}

.radio-button-field-2:hover {
  box-shadow: 0 2px 5px #0003;
}

.radio-button-field-2.radio-icon:hover {
  border-color: var(--border-input-focus);
  pointer-events: auto;
  display: block;
}

.radio-button-field-2.radio-icon:focus {
  border-color: var(--border-input-focus);
}

.radio-button-field-2.radio-icon.maison {
  background-image: url('../images/maison.svg');
}

.radio-button-field-2.radio-icon.immediat {
  background-image: url('../images/icone-immediatement.svg');
}

.radio-button-field-2.radio-icon {
  border-color: var(--border-input);
  cursor: pointer;
  background-image: url('../images/appartement.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto;
}

.radio-button-field-2.radio-icon:hover, .radio-button-field-2.radio-icon:focus {
  border-color: var(--border-input-focus);
}

.radio-button-field-2.radio-icon.moins3mois {
  background-image: url('../images/Frame-725.svg');
}

.radio-button-field-2.radio-icon.plus3mois {
  background-image: url('../images/Frame-724.svg');
}

.form-item-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0 solid #000;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 8px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.image-65 {
  margin-top: 40px;
}

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

.titre-section {
  color: var(--noir);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.list-icone {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.text-block-105 {
  font-weight: 500;
  text-decoration: none;
}

.button-3 {
  background-color: var(--red-everstyl);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 100px;
  flex: 0 auto;
  align-self: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.button-3:hover {
  background-color: var(--rouge);
}

.button-3.blue {
  background-color: var(--blue);
  font-weight: 500;
}

.button-3.blue:hover {
  background-color: var(--blue-hover);
}

.text-span-21 {
  color: var(--red-everstyl);
}

.text-block-106 {
  color: #444;
  margin-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
}

.text-span-22 {
  color: var(--red-everstyl);
}

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

.div-block-143 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.image-66 {
  object-fit: cover;
  border-radius: 20px;
  width: 50%;
  height: 535px;
}

.div-block-144 {
  font-family: Roboto, sans-serif;
}

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

.div-block-145 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
  display: flex;
}

.avis {
  background-color: var(--bg-dark);
  border-radius: 8px;
  width: 33%;
  padding: 32px;
}

.text-block-108 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.text-block-110 {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

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

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

.text-block-111 {
  margin-left: 6px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.link-12 {
  color: var(--noir);
  font-size: 18px;
  line-height: 23.4px;
  text-decoration: underline;
}

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

.div-block-149 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #c4d9e7;
  border-radius: 24px;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 40px 80px;
  display: flex;
}

.text-block-112 {
  color: var(--noir);
  margin-bottom: 16px;
  font-size: 35px;
  font-weight: 600;
  line-height: 44px;
}

.text-block-113 {
  color: var(--gray);
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-150 {
  margin-left: 60px;
}

.heading-19 {
  font-weight: 600;
  display: none;
}

.image-67 {
  display: none;
}

.link-13 {
  color: #666;
}

.image-68 {
  display: none;
}

.body-2 {
  background-color: #fbf5f0;
  flex-flow: column;
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-3 {
  background-color: #fbf5f0;
  font-family: Poppins, sans-serif;
}

.heading-20 {
  border-bottom: 2px solid var(--bg-dark);
  color: var(--noir);
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
}

.heading-20.top-h1 {
  margin-top: 20px;
}

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

.link-14 {
  color: var(--gray);
}

.text-block-115 {
  font-weight: 500;
}

.button-3-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #d4232e;
  border-radius: 100px;
  flex: 0 auto;
  align-self: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.button-3-2:hover {
  background-color: #b71923;
}

.button-3-2.blue {
  background-color: #1d577e;
  font-weight: 500;
}

.button-3-2.blue:hover {
  background-color: #174b6e;
}

.button-3-2.blue.mobile {
  display: none;
}

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

.text-block-116 {
  color: #1d1d1b;
  background-color: #c4d9e7;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.text-span-23 {
  display: inline;
}

.image-69 {
  width: auto;
}

.div-block-155 {
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  display: flex;
}

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

.div-block-156 {
  color: #1d1d1b;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.text-block-117 {
  text-transform: uppercase;
  font-weight: 600;
}

.div-block-152 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.max-w-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.max-w-6.white {
  background-color: #fff;
}

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

.text-block-118 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 24px;
}

.avis-2 {
  background-color: #f0e6de;
  border-radius: 8px;
  width: 33%;
  padding: 32px;
}

.text-block-119 {
  margin-left: 6px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.div-block-157 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 40px;
  display: flex;
}

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

.max-w-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.section-18 {
  background-color: #fbf5f0;
  padding-top: 83px;
  padding-bottom: 56px;
}

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

.section-18.top-section.avisblock {
  padding-top: 0;
}

.text-block-120 {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.field-label-text-4 {
  transform-origin: 0 0;
  color: #777;
  cursor: pointer;
  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-4.label-radio {
  color: #555;
  margin-bottom: 0;
  padding-top: 3px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: relative;
  top: auto;
  left: auto;
}

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

.radio-button-7.w--redirected-checked {
  background-color: #999;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border: 2px solid #999;
  border-radius: 100%;
}

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

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

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

.radio-button-label-11 {
  color: #555;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  position: relative;
}

.select-field-3 {
  color: #555;
  background-color: #0000;
  border: 1px solid #999;
  border-radius: 4px;
  height: 56px;
  padding-top: 16px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

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

.field-label-text-5 {
  transform-origin: 0 0;
  color: #777;
  cursor: pointer;
  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-5.label-select {
  color: #555;
  font-family: Roboto, sans-serif;
  top: 20px;
  left: 16px;
  transform: translate(0, -14px)scale(.75);
}

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

@media screen and (min-width: 1280px) {
  .text-field {
    padding-right: 35px;
  }

  .multipage_progress_bar {
    background-color: #ebebeb;
  }

  .inner {
    background-color: var(--red-everstyl);
  }

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

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

  .multipage_progress {
    display: block;
  }

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

  .header {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .form-container {
    justify-content: space-around;
  }

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

  .form-wrapper {
    width: auto;
    max-width: 382px;
    margin-left: auto;
  }

  .text-block-9 {
    padding: 0;
  }

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

  .beforeafter.twentytwenty.twentytwenty-container {
    width: auto;
    max-width: 685px;
    margin-right: 0;
    padding-right: 0;
  }

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

  .image-8 {
    right: 10%;
  }

  .section-3.top-section {
    padding-top: 10px;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 60px;
  }

  .btn {
    border-radius: 3px;
  }

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

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

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

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

  .div-block-91 {
    background-image: url('../images/Group-1.png');
    background-position: 100%;
    background-size: cover;
    width: 100%;
    max-width: 100%;
  }

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

  .image-33 {
    margin-left: 10px;
  }

  .text-span-5 {
    text-transform: uppercase;
  }

  .heading-13 {
    font-size: 36px;
    line-height: 45px;
  }

  .heading-15 {
    line-height: 29px;
  }

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

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

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

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

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

  .text-field-2 {
    background-color: #fff;
  }

  .bold-text-11 {
    color: #4d4d4d;
    font-size: 16px;
  }

  .text-block-31 {
    text-align: center;
    font-family: Proxima nova, sans-serif;
    font-size: 16px;
  }

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

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

  .titre-container-2 {
    padding-right: 60px;
  }

  .illus-2 {
    top: 0;
    left: auto;
    right: -100px;
  }

  .image-64 {
    padding-top: 0;
  }

  .image-64.tv {
    top: 0;
    left: auto;
    right: 0;
  }

  .text-span-23 {
    display: block;
  }

  .section-18.top-section {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section-18.top-section.avisblock {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 0;
  }

  .text-field {
    border-radius: 4px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

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

  .submit-button {
    white-space: normal;
    font-size: 16px;
  }

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

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

  .max-w {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-20 {
    flex-direction: row;
    width: 100%;
    display: flex;
  }

  .header {
    position: static;
  }

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

  .form-container {
    background-color: #0000;
    background-image: none;
    flex-direction: column;
    min-height: 0;
    padding-bottom: 0;
  }

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

  .heading-2 {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 28.8px;
  }

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

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

  .form-wrapper {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    max-width: 483px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .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 {
    border-bottom-left-radius: 8px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .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: 20px;
    font-size: 22px;
    line-height: 26.4px;
  }

  .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-3 {
    width: 100px;
  }

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

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

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

  .image-8 {
    display: none;
  }

  .div-block-34 {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-3.top-section {
    padding-top: 0;
  }

  .heading-4 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

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

  .text-block-37 {
    line-height: 15.4px;
  }

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

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

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

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

  .btn {
    background-position: 92%;
    border-radius: 3px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 51px;
  }

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

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

  .swiper-slide {
    max-width: 100%;
  }

  .image-11 {
    width: 100%;
  }

  .heading-5 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 24px;
    display: flex;
    position: static;
  }

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

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

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

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

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

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

  .heading-8 {
    font-size: 22px;
    line-height: 26.4px;
  }

  .div-block-91 {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    width: 100%;
    max-width: 483px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

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

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

  .heading-10 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .bold-text-14 {
    font-size: 26px;
    line-height: 31.2px;
  }

  .image-13 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-94 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-11 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .video.video__small.js-modal_video_open, .video.video__small.js-modal_video_open.videoroger {
    height: 200px;
  }

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

  .text-block-55 {
    max-width: none;
  }

  .text-block-56 {
    display: none;
  }

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

  .image-15 {
    height: 40px;
    margin-top: 5px;
  }

  .image-16 {
    margin-top: 10px;
    padding-bottom: 5px;
  }

  .text-block-58 {
    font-size: 30px;
    line-height: 36px;
  }

  .image-33 {
    margin-left: 10px;
  }

  .div-block-101 {
    max-width: none;
  }

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

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

  .div-block-103 {
    padding: 20px 40px;
  }

  .text-block-60 {
    font-size: 30px;
  }

  .image-35 {
    object-fit: fill;
    height: auto;
  }

  .image-36 {
    max-width: 171px;
    top: 10px;
    left: 10px;
  }

  .heading-13 {
    font-size: 36px;
    line-height: 45px;
  }

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

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

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

  .heading-16.heading2small {
    font-size: 30px;
  }

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

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

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

  .bold-text-17 {
    font-size: 20px;
    line-height: 24px;
  }

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

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

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

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

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

  .paragraph-3 {
    color: #555;
    font-size: 18px;
  }

  .div-block-112 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .div-block-113 {
    flex-direction: row-reverse;
    padding-left: 24px;
  }

  .div-block-111 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

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

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

  .max-w-3.flex {
    flex-flow: column;
  }

  .div-block-68.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;
  }

  .image-44 {
    flex: 0 auto;
    align-self: center;
    height: 32px;
  }

  .text-block-67 {
    color: #23408f;
    text-transform: uppercase;
    font-size: 31px;
    font-weight: 700;
    line-height: 37.2px;
  }

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

  .text-block-100 {
    margin-bottom: 0;
  }

  .titre-container-2 {
    width: 100%;
    margin-top: 40px;
    padding-top: 0;
    padding-right: 0;
  }

  .heading-18 {
    font-size: 31px;
    line-height: 47px;
    display: none;
  }

  .div-block-123 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    background-image: none;
  }

  .illus-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 0;
    position: static;
    top: 0;
  }

  .illus-2.mobile {
    display: none;
  }

  .section-container {
    padding-top: 0;
  }

  .section-container.bg-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    display: flex;
  }

  .section-container.form-container {
    margin-top: 0;
  }

  .text-block-102 {
    font-size: 22px;
    line-height: 24px;
  }

  .image-64 {
    display: none;
  }

  .image-64.tv {
    width: 190px;
    top: 0;
  }

  .div-block-141 {
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 40px;
  }

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

  .text-block-72.btn-next.js-multipage_next, .text-block-72.btn-next.js-multipage_next.last {
    background-position: 57%;
  }

  .form-wrapper-2 {
    margin-top: 0;
  }

  .container-form-inner-2 {
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-container-2 {
    padding-top: 0;
  }

  .form-container-2 {
    background-size: 55%;
    min-height: 0;
    padding-bottom: 50px;
  }

  .submit-button-2 {
    white-space: normal;
    background-image: url('../images/arrow_1.svg');
    background-position: 69%;
    background-repeat: no-repeat;
    background-size: auto;
    font-size: 20px;
  }

  .image-65 {
    display: none;
  }

  .list-icone {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

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

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

  .image-66 {
    object-position: 50% 50%;
    width: 100%;
    height: 394px;
  }

  .div-block-145 {
    flex-flow: column;
    margin-top: 24px;
  }

  .avis {
    width: 100%;
  }

  .div-block-148 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
  }

  .div-block-149 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    padding: 32px 64px;
  }

  .div-block-150 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .heading-19 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 35px;
    display: block;
  }

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

  .image-68 {
    display: none;
  }

  .button-3-2.blue.mobile {
    display: inline-block;
  }

  .button-3-2.blue.desk {
    display: none;
  }

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

  .text-block-116 {
    margin-bottom: 10px;
  }

  .image-69 {
    margin-bottom: 30px;
  }

  .div-block-155 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .div-block-156 {
    margin-bottom: 0;
  }

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

  .max-w-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .avis-2 {
    width: 100%;
  }

  .div-block-157 {
    flex-flow: column;
    margin-top: 24px;
  }

  .max-w-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-18.top-section {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    background-color: var(--red-everstyl);
  }

  .form {
    text-align: left;
    width: auto;
  }

  .multipage.js-multipage.multipage__initialized {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .multipage_sections {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .checkbox.w--redirected-checked {
    background-color: var(--red-everstyl);
    color: var(--red-everstyl);
    -webkit-text-stroke-color: var(--red-everstyl);
    border-style: none;
    border-color: #000;
  }

  .submit-button {
    background-color: var(--red-everstyl);
  }

  .submit-button:hover, .submit-button:focus {
    background-color: #e30613cc;
  }

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

  .max-w {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .max-w.pleinelargeur {
    padding-left: 0;
    padding-right: 0;
  }

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

  .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);
    flex-direction: column;
    padding-bottom: 0;
  }

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

  .heading-2 {
    padding-right: 0;
    line-height: 27.6px;
  }

  .heading-2.argumenttitle1 {
    max-width: 196px;
    line-height: 27.6px;
  }

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

  .form-wrapper {
    max-width: 100%;
  }

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

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

  .image {
    margin-bottom: 5px;
  }

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

  .container-form-inner {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .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 {
    text-align: center;
    width: 100px;
    padding-bottom: 0;
  }

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

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

  .beforeafter.twentytwenty.twentytwenty-container {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .image-6 {
    object-fit: fill;
    height: auto;
  }

  .image-7 {
    object-fit: fill;
    width: 100%;
    height: auto;
  }

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

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-3.top-section {
    padding-bottom: 24px;
  }

  .heading-4 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .image-10 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .max-w-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .btn {
    border-radius: 3px;
  }

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

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

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

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

  .heading-6 {
    font-size: 24px;
    line-height: 28.8px;
  }

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

  .image-12 {
    height: auto;
  }

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

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

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

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

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

  .heading-8 {
    font-size: 22px;
    line-height: 26.4px;
  }

  .div-block-91 {
    max-width: 460px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .bold-text-14 {
    font-size: 26px;
    line-height: 31.2px;
  }

  .div-block-94 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 28.8px;
  }

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

  .video.video__small.js-modal_video_open, .video.video__small.js-modal_video_open.videoroger {
    height: 270px;
  }

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

  .text-block-55, .div-block-97 {
    text-align: center;
  }

  .text-block-56 {
    display: none;
  }

  .image-15 {
    height: 40px;
  }

  .image-33 {
    margin-left: 0;
  }

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

  .div-block-101 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

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

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

  .text-block-60 {
    font-size: 25px;
    line-height: 30px;
  }

  .image-34 {
    width: 100%;
  }

  .div-block-105 {
    align-items: center;
    display: flex;
  }

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

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

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

  .heading-16.heading2small {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 26.4px;
  }

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

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

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

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

  .div-block-81 {
    border-bottom: 1px solid #e5e5e5;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 11px 30px;
  }

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

  .div-block-83 {
    padding: 4px 0;
  }

  .image-20 {
    display: none;
  }

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

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

  .avantages {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-39 {
    max-width: 40px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

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

  .div-block-112 {
    flex-flow: column;
    display: flex;
  }

  .div-block-113 {
    flex-direction: row-reverse;
  }

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

  .div-block-111 {
    flex-flow: column;
    display: flex;
  }

  .div-block-115, .div-block-116 {
    width: 100%;
  }

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

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

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

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

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

  .div-block-61 {
    align-items: center;
    padding-right: 0;
  }

  .link-6 {
    color: #000;
  }

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

  .div-block-68.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-44 {
    margin-bottom: 0;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
  }

  .paragraph-10 {
    margin-bottom: 0;
  }

  .button-2 {
    background-color: var(--red-everstyl);
    border-radius: 5px;
  }

  .text-span-6 {
    font-size: 18px;
  }

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

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

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

  .titre-container-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-right: 15px;
    display: flex;
  }

  .heading-18 {
    text-align: left;
    width: auto;
    max-width: 500px;
    font-size: 45px;
    line-height: 45px;
  }

  .div-block-123 {
    background-position: 60% 100%;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .illus-2 {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }

  .illus-2.mobile {
    background-image: none;
    max-width: none;
    display: block;
  }

  .section-container.form-container {
    width: 100%;
  }

  .text-block-102 {
    text-align: left;
    max-width: 500px;
  }

  .image-62 {
    object-fit: cover;
    width: auto;
    height: 240px;
  }

  .div-block-141 {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
  }

  .image-61 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .image-63 {
    position: absolute;
    top: 0;
    left: 0;
  }

  .image-63.tv {
    width: 150px;
    top: 150px;
  }

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

  .max-w-5.blue.form {
    width: 100%;
    max-width: 100%;
  }

  .text-block-72.btn-next.js-multipage_next, .text-block-72.btn-next.js-multipage_next.last {
    background-position: 60%;
  }

  .form-wrapper-2 {
    margin-top: 0;
    padding: 0;
  }

  .container-form-inner-2 {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-104 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-container-2 {
    background-image: linear-gradient(to bottom, null, null);
    padding-bottom: 0;
  }

  .submit-button-2 {
    background-image: none;
  }

  .form-3 {
    text-align: left;
    width: auto;
  }

  .radio-button-label-10 {
    text-align: center;
  }

  .form-item-5 {
    flex-flow: column;
  }

  .titre-section {
    font-size: 32px;
    line-height: 38px;
  }

  .button-3 {
    font-weight: 500;
  }

  .text-span-21 {
    font-size: 32px;
    line-height: 38px;
  }

  .image-66 {
    object-position: 50% 50%;
    height: 239px;
  }

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

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

  .div-block-149 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .text-block-112 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 33px;
  }

  .div-block-150 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .heading-19 {
    font-size: 32px;
    line-height: 35px;
  }

  .image-68 {
    display: none;
  }

  .button-3-2 {
    font-weight: 500;
  }

  .div-block-156 {
    font-size: 32px;
    line-height: 33px;
  }

  .max-w-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .max-w-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-18 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-18.top-section {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 479px) {
  .form-item.radios {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

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

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

  .multipage_sections {
    width: 100%;
    max-width: 100%;
  }

  .submit-button {
    background-color: var(--red-everstyl);
    white-space: pre-wrap;
    width: 100%;
  }

  .submit-button:hover, .submit-button:focus {
    background-color: #e30613cc;
  }

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

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

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

  .div-block-20, .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, sans-serif;
  }

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

  .date {
    font-family: Proxima nova, sans-serif;
  }

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

  .encart-comm.last {
    border-bottom-width: 0;
    margin-bottom: 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: 22.8px;
  }

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

  .heading-2.argumenttitle1 {
    max-width: none;
    font-size: 20px;
  }

  .form-wrapper {
    width: 100%;
  }

  .text-block-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .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: 15px;
    padding-right: 15px;
  }

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

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

  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .text-block-36 {
    font-size: 16px;
    line-height: 20.8px;
  }

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

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

  .section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-41.container {
    padding-top: 30px;
  }

  .image-9 {
    margin-top: -3px;
    padding-top: 0;
  }

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

  .heading-6 {
    font-size: 22px;
    line-height: 27.6px;
  }

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

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

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

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

  .heading-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-93 {
    padding: 30px 20px;
  }

  .heading-10, .bold-text-14 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .image-13 {
    margin-top: 0;
  }

  .video.video__small.js-modal_video_open, .video.video__small.js-modal_video_open.videoroger {
    height: 135px;
  }

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

  .image-15 {
    height: 32px;
    margin-top: 0;
  }

  .text-block-58 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .image-33 {
    width: 100%;
    max-width: 129px;
  }

  .image-32 {
    width: 100%;
    max-width: 110px;
  }

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

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

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

  .image-36 {
    max-width: 86px;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-15 {
    font-size: 20px;
  }

  .text-block-61 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

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

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

  .bold-text-16 {
    font-size: 24px;
  }

  .bold-text-17 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

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

  .div-block-83 {
    padding: 20px 0;
  }

  .bold-text-18, .bold-text-19 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

  .avantages {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-3 {
    color: #555;
    font-size: 18px;
  }

  .div-block-112 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    width: auto;
    display: flex;
  }

  .div-block-113 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: center;
    padding: 32px;
  }

  .div-block-111 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    width: auto;
    display: flex;
  }

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

  .max-w-3.flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .comm-2 {
    padding-bottom: 15px;
  }

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

  .div-block-61 {
    justify-content: space-around;
    align-items: center;
    padding-right: 0;
  }

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

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

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

  .image-44 {
    width: auto;
    height: 28px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    display: flex;
  }

  .paragraph-10 {
    margin-bottom: 0;
  }

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

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

  .text-block-67 {
    color: #23408f;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 700;
    line-height: 27.6px;
  }

  .div-block-121 {
    text-align: center;
    display: block;
  }

  .max-w-4.top {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-100 {
    text-align: left;
    font-size: 20px;
    line-height: 20px;
  }

  .titre-container-2 {
    margin-top: 16px;
    padding-right: 0;
  }

  .heading-18 {
    text-align: left;
    width: auto;
    max-width: 100%;
    font-size: 30px;
    line-height: 30px;
  }

  .div-block-123 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .illus-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-span-17 {
    text-align: left;
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-102 {
    text-align: left;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 20px;
  }

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

  .text-block-69.list-title {
    line-height: 26px;
  }

  .text-block-72.btn-next.js-multipage_next, .text-block-72.btn-next.js-multipage_next.last {
    background-position: 70%;
  }

  .form-wrapper-2 {
    margin-top: 0;
  }

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

  .text-block-104 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .submit-button-2 {
    white-space: pre-wrap;
    width: 100%;
  }

  .text-span-20 {
    font-size: 16px;
    line-height: 19px;
  }

  .form-item-5 {
    flex-flow: column;
  }

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

  .list-icone {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-block-105 {
    font-weight: 500;
  }

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

  .image-66 {
    height: 157px;
  }

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

  .div-block-149 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-112 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 28px;
  }

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

  .heading-19 {
    text-align: left;
    font-size: 28px;
    line-height: 30px;
  }

  .image-67 {
    display: none;
  }

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

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

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

  .max-w-6, .max-w-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-18 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .field-label-text-4.label-radio {
    width: 100%;
  }

  .radio-button-7 {
    left: 0;
  }

  .radio-button-label-11 {
    padding-left: 5px;
  }

  .radio-button-field-3 {
    padding-left: 0;
  }
}


@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;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/FontsFree-Net-proxima_nova_reg-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/FONTSFREE-NET-PROXIMA-NOVA-BOLD.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/FontsFree-Net-Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}