.d-none {
  display: none !important;
}

.popin-standard-offer {
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}
.popin-standard-offer .modal-title span {
  z-index: 2;
  position: relative;
}
.popin-standard-offer .modal-title span::before {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-1.png") no-repeat 0 0;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
}
.popin-standard-offer .modal-title span::after {
  display: block;
  content: " ";
  background: transparent url("../img/quote/pic-quote-black-1.png") no-repeat -35px 0;
  width: 5rem;
  height: 3.5rem;
  position: absolute;
}
.popin-standard-offer .modal-title span::before {
  top: -2rem;
  left: -3rem;
}
.popin-standard-offer .modal-title span::after {
  bottom: -2rem;
  right: -4rem;
}
.popin-standard-offer .content {
  display: inline-block;
  padding: 1rem;
  background: white;
  width: 90%;
}
.popin-standard-offer .iframe {
  width: 100%;
  height: 135vw;
  max-height: 54rem;
}

/*******************************************/
@media only screen and (min-width: 768px) {
  .popin-standard-offer {
    max-width: 70rem;
  }
}
.popin-ml-cnil {
  width: 50%;
  margin: 0 auto;
}

.footer.content {
  margin: 3rem 0 0 0;
}

.cms-footer-block-customization {
  background: #FFFFFF;
  width: 100%;
  margin: 0rem auto 0;
}

.copyright-container {
  display: none;
}

.with-footer-customization-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
}
.with-footer-customization-wrapper ul {
  margin: 0;
  padding: 0;
}
.with-footer-customization-wrapper ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.with-footer-customization-wrapper .footer-logo {
  position: absolute;
  top: -2.65rem;
  left: 1rem;
  z-index: 2;
  width: 15rem;
}
.with-footer-customization-wrapper .footer-logo img {
  max-width: 6.6rem;
}
.with-footer-customization-wrapper .footer-character {
  position: absolute;
  top: -5.5rem;
  right: 4%;
  z-index: 2;
  width: 18rem;
}
.with-footer-customization-wrapper .footer-character img {
  max-width: 18rem;
}
.with-footer-customization-wrapper .row {
  margin: 0 0 1rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.with-footer-customization-wrapper .row::after, .with-footer-customization-wrapper .row::before {
  display: block;
  content: " ";
  width: 100%;
}
.with-footer-customization-wrapper .row::before {
  background: #00A493;
}
.with-footer-customization-wrapper .row::after {
  background: #eb3435;
}
.with-footer-customization-wrapper .row .wrapper {
  width: 100%;
  min-width: 128rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.with-footer-customization-wrapper .title {
  margin: 0 auto 1rem;
  font-size: 1.9rem;
}
.with-footer-customization-wrapper .title-medium {
  color: #FFFFFF;
  margin: 0 auto 1rem;
  font-size: 1.6rem;
}
.with-footer-customization-wrapper .title-small {
  color: #FFFFFF;
  margin: 0 auto 1rem;
  font-size: 1.4rem;
}
.with-footer-customization-wrapper .right {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 80rem;
  background: #eb3435;
  padding: 4rem 4rem 4rem 5rem;
}
.with-footer-customization-wrapper .right a {
  color: #FFFFFF;
}
.with-footer-customization-wrapper .right a:hover {
  text-decoration: underline;
}
.with-footer-customization-wrapper .right .content {
  width: 100%;
  max-width: 76.5rem;
  /* min-width: 25rem; */
  text-align: left;
}
.with-footer-customization-wrapper .left {
  position: relative;
  flex: 1;
  width: 100%;
  max-width: 42rem;
  background: #00A493;
  padding: 2rem 2rem 2rem 1rem;
}
.with-footer-customization-wrapper .left .content {
  width: 100%;
  /* min-width: 30rem; */
  max-width: 40rem;
}
.with-footer-customization-wrapper .left .content .box {
  border-bottom: 2px solid #FFFFFF;
  text-align: center;
  padding: 2rem 3rem;
}
.with-footer-customization-wrapper .left .content .box:last-child {
  border: none;
}
.with-footer-customization-wrapper .left .content .box .content {
  border: 0px solid red;
}
.with-footer-customization-wrapper .follow-us {
  padding: 4.5rem 4rem 3.5rem 4rem !important;
}
.with-footer-customization-wrapper .follow-us .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.with-footer-customization-wrapper .follow-us .content .title-small {
  margin: 0 0rem 0 0;
  width: 8rem;
  text-align: left;
}
.with-footer-customization-wrapper .follow-us .content .icons {
  margin: 0 0 0 0rem;
}
.with-footer-customization-wrapper .follow-us .content .icons .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.with-footer-customization-wrapper .follow-us .content .icons .items li {
  margin: 0 2rem 0 0;
}
.with-footer-customization-wrapper .follow-us .content .icons .items li:last-child {
  margin: 0;
}
.with-footer-customization-wrapper .follow-us .content .icons .items li:hover {
  /* opacity: 0.5; */
}
.with-footer-customization-wrapper .follow-us .content .icons .items li a {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  font-size: 0;
  overflow: hidden;
}
.with-footer-customization-wrapper .follow-us .content .icons .items .instagram {
  background: transparent url("../img/icon-instagram.png") center center no-repeat;
  background-size: contain;
}
.with-footer-customization-wrapper .follow-us .content .icons .items .facebook {
  background: transparent url("../img/icon-facebook.png") center center no-repeat;
  background-size: contain;
}
.with-footer-customization-wrapper .follow-us .content .icons .items .youtube {
  background: transparent url("../img/icon-youtube.png") center center no-repeat;
  background-size: contain;
}
.with-footer-customization-wrapper .follow-us .content .icons .items .twitter {
  background: transparent url("../img/icon-twitter.png") center center no-repeat;
  background-size: contain;
}
.with-footer-customization-wrapper .newsletter {
  padding: 1.4rem 4rem !important;
}
.with-footer-customization-wrapper .newsletter .content .form {
  display: flex;
  margin: 0 0 0.5rem;
}
.with-footer-customization-wrapper .newsletter .content .form .fieldset {
  flex-grow: 1;
  margin: 0;
  letter-spacing: inherit;
}
.with-footer-customization-wrapper .newsletter .content .form .fieldset input {
  min-height: 3.5rem;
  border-radius: inherit;
  border: 1px solid #DFDFDF;
}
.with-footer-customization-wrapper .newsletter .content .form .fieldset input.mage-error {
  border-color: #E02B27;
  color: #E02B27;
}
.with-footer-customization-wrapper .newsletter .content .form button {
  box-shadow: inherit;
  border-radius: inherit;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-left: none;
  padding: 0 1rem;
}
.with-footer-customization-wrapper .newsletter .content .form:hover .fieldset input {
  color: #007165;
  border-color: #007165;
}
.with-footer-customization-wrapper .newsletter .content .form:hover .fieldset input::placeholder {
  color: #007165;
}
.with-footer-customization-wrapper .newsletter .content .form:hover button {
  color: #FFFFFF;
  background: #eb3435;
  border-color: #007165;
}
.with-footer-customization-wrapper .newsletter .content .error {
  display: none;
  color: #E02B27;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0 0 0.5rem;
  background: #FFFFFF;
  border-radius: 0.4rem;
  padding: 0.4rem 1rem;
  border: 1px solid #E02B27;
}
.with-footer-customization-wrapper .newsletter .content .footer-ml-cnil {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #FFFFFF;
}
.with-footer-customization-wrapper .newsletter .content .footer-ml-cnil .footer-ml-cnil-more {
  color: #FFFFFF;
  text-decoration: underline;
}
.with-footer-customization-wrapper .newsletter .content .footer-ml-cnil .footer-ml-cnil-more:hover {
  text-decoration: none;
}
.with-footer-customization-wrapper .footer-promo .content .picture img {
  max-width: 9rem;
}
.with-footer-customization-wrapper .footer-promo .content .title-medium {
  margin: 0;
}
.with-footer-customization-wrapper .footer-promo .content .small {
  color: #FFFFFF;
  font-size: 1.3rem;
}
.with-footer-customization-wrapper .help {
  margin: 0 auto 5rem;
}
.with-footer-customization-wrapper .links-content {
  display: flex;
  justify-content: center;
  margin: 0 auto 2rem;
}
.with-footer-customization-wrapper .links-content .col {
  display: block;
  flex-basis: 33%;
  padding: 0 1rem 2rem 0;
}
.with-footer-customization-wrapper .links-content .col .content {
  max-width: inherit;
  min-width: inherit;
}
.with-footer-customization-wrapper .bottom-link {
  background: #FFFFFF;
}
.with-footer-customization-wrapper .bottom-link .content {
  text-align: center;
}
.with-footer-customization-wrapper .bottom-link .content .bl-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.with-footer-customization-wrapper .bottom-link .content .bl-link li a:hover {
  text-decoration: underline;
}
.with-footer-customization-wrapper .bottom-link .content .bl-link .dash {
  margin: 0 0.5rem;
  color: #0F0F11;
}
.with-footer-customization-wrapper .copyright {
  color: #0F0F11;
  background: #FFFFFF;
  margin: 0 0 1rem;
  padding: 0 1rem;
}

/*******************************************/
@media only screen and (max-width: 1280px) {
  .with-footer-customization-wrapper .row::after, .with-footer-customization-wrapper .row::before {
    display: none;
  }
  .with-footer-customization-wrapper .row .wrapper {
    min-width: 100%;
  }
}
/*******************************************/
@media only screen and (max-width: 1024px) {
  .popin-ml-cnil {
    width: 70%;
  }

  .with-footer-customization-wrapper .left {
    max-width: 30rem;
  }
  .with-footer-customization-wrapper .right {
    flex: inherit;
  }
}
/*******************************************/
@media only screen and (max-width: 992px) {
  .with-footer-customization-wrapper .left {
    padding: 2rem 1rem 2rem 1rem;
  }
  .with-footer-customization-wrapper .left .content .box {
    padding: 2rem 1rem;
  }
  .with-footer-customization-wrapper .right {
    padding: 4rem 1rem 4rem 2rem;
  }
  .with-footer-customization-wrapper .follow-us {
    padding: 4.5rem 1rem 3.5rem 1rem !important;
  }
  .with-footer-customization-wrapper .newsletter {
    padding: 1.4rem 1rem !important;
  }
  .with-footer-customization-wrapper .bottom-link .content {
    font-size: 1.3rem;
  }
  .with-footer-customization-wrapper .bottom-link .content .bl-link .dash {
    margin: 0 0.3rem;
  }
}
/*******************************************/
@media only screen and (max-width: 768px) {
  .with-footer-customization-wrapper .footer-character {
    top: -3.5rem;
    right: 0;
    width: 15rem;
  }
  .with-footer-customization-wrapper .footer-character img {
    max-width: 14rem;
  }
  .with-footer-customization-wrapper .row .wrapper {
    display: block;
  }
  .with-footer-customization-wrapper .left, .with-footer-customization-wrapper .right {
    max-width: inherit;
    width: auto;
  }
  .with-footer-customization-wrapper .left .content {
    max-width: inherit;
  }
  .with-footer-customization-wrapper .right {
    padding: 3rem 1rem 2rem 2rem;
  }
  .with-footer-customization-wrapper .follow-us .content .title-small {
    margin: 0 1rem 0 0;
    width: auto;
  }
  .with-footer-customization-wrapper .newsletter .content {
    margin: 0 auto;
    max-width: 30rem;
  }
  .with-footer-customization-wrapper .links-content {
    display: block;
  }
}
/*******************************************/
@media only screen and (max-width: 767px) {
  .popin-ml-cnil {
    width: 85%;
    overflow: inherit !important;
  }
  .popin-ml-cnil .modal-inner-wrap {
    margin: 1rem auto 0 !important;
    height: auto !important;
  }
  .popin-ml-cnil .modal-inner-wrap .modal-header {
    width: auto;
    padding: 4rem 4rem 0;
    margin: 0;
  }

  .with-footer-customization-wrapper .bottom-link .content .bl-link {
    display: block;
  }
  .with-footer-customization-wrapper .bottom-link .content .bl-link .dash {
    display: none;
  }
}
