body {
  transition: padding-right 0s ease !important;
}

body.modal-open header {
  z-index: 1039 !important;
}

body.modal-open {
  overflow: hidden;
  padding-right: 24px !important;
}

html:has(body.modal-open) {
  overflow: hidden;
}

body .page__header {
  transition: margin-left 0s ease !important;
}

@media (min-width: 992px) {
  body.modal-open .page__header {
    margin-left: -12px !important;
  }
}

.axeptio_mount,
.skeepers-widget-wrapper-e0a64658-7bdf-4ee9-81b3-46873b7b9f65 {
  z-index: 1040 !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-36 {
  gap: 20px 36px !important;
}

/* Bouton sticky */
.contact-sticky-btns {
  position: fixed;
  bottom: 150px;
  right: 16px;
  z-index: 499;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-right: 32px;
}

.contact-sticky-btns .btn,
.contact-sticky-btns a {
  display: block;
  width: 174px;
  padding: 3.865px 24px 3.865px 4px;
  margin-bottom: 17px;
  background-color: #FF8674;
  border-radius: 23px;
  border: 1px solid #FF8674;
  position: relative;
  font-family: 'DaxlinePro', Arial;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.contact-sticky-btns a {
  background-color: #9FAEE5;
  border: 1px solid #9FAEE5;
}

.contact-sticky-btns .btn:hover {
  color: #FF8674;
  background-color: #fff;
}

.contact-sticky-btns a:hover {
  color: #9FAEE5;
  background-color: #fff;
}

.contact-sticky-btns .btn::after,
.contact-sticky-btns a::after {
  content: "";
  position: absolute;
  top: -9.5px;
  right: -32px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.contact-sticky-btns .btn::after {
  background: url("../images/conseiller.png") center no-repeat, linear-gradient(225deg, #FF9484 29.29%, #FF8674 75.41%);
}

.contact-sticky-btns a::after {
  background: url("../images/picto-oreille.png") center no-repeat, linear-gradient(225deg, #C8D2F8 22.05%, #9FAEE5 83.07%);
}

/* Modal largeur max */
.modal-v2 .modal-dialog {
  max-width: 1060px;
  width: 100%;
}

.modal-v2.modal-smaller .modal-dialog {
  max-width: 640px;
}

@media (max-width: 991.98px) {
  .modal-v2 .modal-dialog {
    width: 90%;
  }
}

.modal-v2 .modal-content {
  position: relative;
  border-radius: 0;
  min-height: 550px;
}

.modal-v2.modal-smaller .modal-content {
  min-height: auto;
}

.modal-v2 .modal-dialog .modal-content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 72px;
  height: 71px;
  background: url("../images/coin-popin-tl.png") center no-repeat;
}

.modal-v2 .modal-dialog .modal-content::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 72px;
  height: 71px;
  background: url("../images/coin-popin-br.png") center no-repeat;
}

.modal-v2 .modal-container {
  margin-top: -20px;
  padding: 0 100px;
}

.modal-v2.modal-smaller .modal-container {
  padding: 0 20px 70px !important;
}

@media (max-width: 991.98px) {
  .modal-v2 .modal-container {
    margin-top: -20px;
    padding: 0;
  }
}

.modal-title {
  margin-bottom: 11px;
  font-family: 'DaxlinePro', Arial;
  font-weight: 700;
  font-size: 32px;
  line-height: 49px;
  letter-spacing: 0;
  text-align: center;
  color: #006BA6;
}

.modal-description {
  margin: 0 auto 66px;
}

@media (min-width: 992px) {
  .modal-description {
    max-width: 622px;
  }
}

.modal-description,
.modal-description p {
  font-family: 'DaxlinePro', Arial;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: justify;
  color: #006BA6;
}

.form-suffix {
  max-width: 470px;
  margin: 14px auto 0;
  font-family: 'DaxlinePro', Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: justify;
  color: #006BA6;
}

.form-suffix p {
  margin-bottom: 5;
  font-family: 'DaxlinePro', Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: justify;
  color: #006BA6;
}

/* header popin */
.modal-v2 .modal-header {
  justify-content: flex-end;
  padding: 10px 10px 0 10px;
  border: 0
}

.modal-v2 .contact-btn-back {
  margin-right: auto;
  margin-left: 80px;
  color: #E4002B;
  transition: all .2s ease-in-out;
}

.modal-v2 .contact-btn-back:hover {
  color: #00A9CE;
}

.modal-v2 .contact-btn-close {
  height: 40px;
  min-width: 40px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background: url("../images/close-popin.png") center no-repeat;
}

.modal-v2 .contact-btn-close:hover {
  filter: brightness(0) saturate(100%) invert(13%) sepia(91%) saturate(7480%) hue-rotate(345deg) brightness(94%) contrast(117%);
}

/* Steps */
.contact-step {
  display: none;
}

.contact-step.active {
  display: block;
}

/* Options */
.contact-option {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #00A9CE;
  border-radius: 10px;
  text-align: center;
  transition: all .2s ease-in-out;
}

.contact-option-label {
  display: block;
  padding: 10px;
  font-family: 'DaxlinePro', Arial;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0;
  color: #00A9CE;
  text-align: center;
  transition: all .2s ease-in-out;
}

#contact-step-selection .contact-option,
#popin-step-selection .contact-option {
  padding: 10px;
  border: 1px solid #E9F4F8;
}

.contact-option:hover {
  border-color: #E4002B !important;
}

.contact-option:hover .contact-option-label {
  color: #E4002B;
}

.call-us-container {
  max-width: 391px;
  margin: auto;
}

.call-us-wrapper {
  display: flex;
  background-color: #F4F9FC;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 6px;
}

.call-us-suffix {
  padding: 0 20px;
  text-align: right;
  font-family: 'DaxlinePro', Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #006BA6;
}

.call-us-img {
  margin-left: -5px;
  width: 110px;
}

.call-us-img img {
  width: 100%;
  height: auto;
}

.call-us-content {
  padding: 18px 18px 22px 0;
  margin-left: -28px;
}

.call-us-desc h3 {
  margin-bottom: 3px;
  font-family: 'DaxlinePro', Arial;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  color: #00A9CE;
}

.call-us-desc p {
  margin-bottom: 11px;
  font-family: 'DaxlinePro', Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #006BA6;
}

.call-us-infos {
  padding: 20px;
  margin: 0 22px 0 4px;
  background-color: #B9DFEC;
  border-radius: 10px 10px 10px 0;
}

.call-us-phone-number,
.call-us-phone-number a {
  font-family: 'Afacad', Arial;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0;
  color: #006BA6;
}

.call-us-phone-suffix,
.call-us-phone-suffix p {
  margin-bottom: 0;
  font-family: 'DaxlinePro', Arial;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  color: #006BA6;
}

/* form */
.form-v2 {
  max-width: 490px;
  padding: 5px 24px 24px;
  margin: auto;
  background-color: #B9DFEC;
  border-radius: 6px;
  position: relative;
}

#contact-step-email .form-v2::before,
#popin-step-email .form-v2::before {
  content: "";
  position: absolute;
  top: -78px;
  left: -90px;
  display: block;
  width: 206px;
  height: 138px;
  background: url("../images/icon-form-email.png") center no-repeat;
}

#contact-step-phone .form-v2::before,
#popin-step-phone .form-v2::before {
  content: "";
  position: absolute;
  top: -78px;
  left: -112px;
  display: block;
  width: 206px;
  height: 138px;
  background: url("../images/icon-form-phone.png") center no-repeat;
}

.form-v2 .form-title {
  margin-bottom: 12px;
  padding: 0 68px;
  font-family: 'DaxlinePro', Arial;
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}

.form-v2 .form-v2-wrap {
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
}

.form-v2 fieldset#edit-client-status--wrapper,
.form-v2 fieldset#edit-client-status--2--wrapper {
  display: none;
}

.form-v2 label {
  margin-bottom: 4px;
  display: block;
  font-family: "DaxlinePro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #006BA6;
}

.form-v2 input,
.form-v2 textarea,
.form-v2 select {
  width: 100%;
  border-radius: 4px;
  border: 0.5px solid #B9DFEC;
  background: #B9DFEC;
  font-family: "DaxlinePro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 8px;
  box-sizing: border-box;
  margin-bottom: 16px;
  color: #006BA6;
}

.form-v2 input:focus,
.form-v2 textarea:focus,
.form-v2 select:focus {
  border: 0.5px solid #006BA6;
  background: #B9DFEC;
  color: #006BA6;
}

.form-v2 input {
  height: 33px;
}

.form-v2 textarea {
  height: 109px;
  resize: none;
}

.form-v2 select {
  font-size: 13px;
  line-height: 24px;
}

.form-v2 input[type="submit"],
.form-v2 button[type="submit"] {
  width: auto;
  min-width: 106px;
  height: 33px;
  margin-top: 14px;
  border-radius: 4px;
  border: 0.5px solid #B9DFEC;
  background: #B9DFEC;
  font-family: "DaxlinePro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #006BA6;
  cursor: pointer;
}

.form-v2 input[type="submit"]:hover,
.form-v2 button[type="submit"]:hover,
.form-v2 input[type="submit"]:focus,
.form-v2 button[type="submit"]:focus {
  border: 0.5px solid #006BA6;
  background: #006BA6;
  color: #fff;
}

#contactModal #contact-step-email .modal-title,
#contactModal #contact-step-phone .modal-title {
  margin-bottom: 66px;
}

#popin-step-1 .contact-option,
#contact-step-1 .contact-option {
  width: 240px;
}

#contact-step-selection .contact-option,
#popin-step-selection .contact-option {
  width: 250px;
}

#popin-step-1 .contact-option img,
#contact-step-1 .contact-option img,
#contact-step-selection .contact-option img,
#popin-step-selection .contact-option img {
  width: 100%;
  height: auto
}

#contactModal #contact-step-selection .modal-title {
    font-size: 24px;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 0;
}

#contactModal #contact-step-selection .modal-title .product-title-modal {
    font-size: 32px;
    line-height: 49px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .modal-v2 .modal-dialog {
        margin: 0 auto;
        overflow: hidden;
    }

    .modal-body {
        padding: 2.5rem 2.5rem 3.5rem;
    }

    .form-v2 .form-title {
        padding: 0 30px;
    }

    .modal-v2.modal-smaller .modal-container {
        padding: 0 !important;
    }
}

@media (max-width: 424.98px) {
    .modal-v2 .modal-dialog {
        width: 98%;
    }
}

@media (max-width: 767.98px) {
    .modal-title {
        font-size: 28px;
        line-height: 40px;
    }

    .call-us-desc h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .call-us-phone-number,
    .call-us-phone-number a {
        font-size: 28px;
        line-height: 40px;
    }

    .form-v2 .form-title {
        font-size: 18px;
    }

    #contactModal #contact-step-selection .modal-title {
        font-size: 22px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 0;
    }

    #contactModal #contact-step-selection .modal-title .product-title-modal {
        font-size: 28px;
        line-height: 40px;
    }
}

