<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-BTC .visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.dp-BTC br[mobile] {
  display: none;
}

@media screen and (max-width: 767px) {
  .dp-BTC br[mobile] {
    display: block;
  }

  .dp-BTC br[desktop] {
    display: none;
  }
}

/********************/
/** CONTACT BUTTON **/
/********************/

.dp-BTC__contact-btn {
  border-radius: 10000px;
  background: #712929;
  backdrop-filter: blur(50px);
  position: fixed;
  left: 0;
  bottom: 35px;
  padding: 12px 18px;
  color: #f3eee6;
  font-size: 18px;
  font-weight: 600;
  transition: left 0.3s, bottom 0.3s, opacity 0.3s, background 0.3s;
  opacity: 0;
  z-index: 2;
  width: 215px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}

.dp-BTC__contact-btn:hover {
  background: #682323;
}

.dp-BTC__contact-btn img {
  width: 30px;
  margin-right: 20px;
}

.dp-BTC__contact-btn[is-displayed="true"] {
  left: 35px;
  opacity: 1;
}

.dp-BTC__contact-btn[is-first-label="true"] .dp-BTC__contact-btn-label-2,
.dp-BTC__contact-btn[is-first-label="false"] .dp-BTC__contact-btn-label-1 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .dp-BTC__contact-btn[has-sticky-banner="true"] {
    bottom: 145px;
  }
}

@media screen and (max-width: 767px) {
  .dp-BTC__contact-btn[has-sticky-banner="true"] img {
    width: 20px;
    margin-right: 8px;
  }

  .dp-BTC__contact-btn[has-sticky-banner="true"] {
    width: auto;
    padding: 5px;
    font-size: 14px;
  }
}

/****************/
/** MODALITIES **/
/****************/

.dp-BTC-modalities {
  margin-top: 80px;
  padding-bottom: 40px;
}

.dp-BTC-modalities__container-title {
  max-width: 996px;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  padding-left: 30px;
}

.dp-BTC-modalities__title-button {
  color: #000;
  text-decoration: none;
}

.dp-BTC-modalities__title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.dp-BTC-modalities__title-button[aria-expanded="true"]::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.dp-BTC-modalities__title-button::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  margin-left: 20px;
  transition: 0.3s;
  background-image: url(./offer/images/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.dp-BTC-modalities__container-text {
  font-size: 14px;
  line-height: 16.8px;
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  transition: 0.3s;
  padding-bottom: 0;
  padding-left: 30px;
  display: none;
}

.dp-BTC-modalities__text-title {
  padding: 15px 0 !important;
  font-weight: 600;
  text-decoration: underline;
}

.dp-BTC-modalities__text-main-title {
  padding-top: 50px !important;
  font-weight: 700;
  padding-bottom: 0 !important;
  font-size: 18px;
  text-transform: uppercase;
}

.dp-BTC-modalities p,
.dp-BTC-modalities li {
  max-width: 886px;
  width: 100%;
  padding: 5px 0;
}

.dp-BTC-modalities li {
  list-style: inside;
}

.dp-BTC-modalities sup {
  font-size: 10px;
  position: relative;
  top: 5px;
}

.dp-BTC-modalities__container-text a {
  color: #000;
  text-decoration: underline;
}

.dp-BTC-modalities__container-limiter {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin: 30px 0;
}

.dp-BTC-modalities__link-pro {
  font-weight: 700;
  text-decoration: underline;
}

.dp-BTC-modalities__link-pro:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .dp-BTC-modalities {
    padding: 0 24px;
    padding-bottom: 40px;
  }

  .dp-BTC-modalities__container-title {
    padding: 0;
  }

  .dp-BTC-modalities__container-text {
    padding: 0;
    padding-top: 24px;
  }
}

/*************************/
/** GRAND COMPTE BANNER **/
/*************************/

.dp-BTC-GC-banner {
  background-color: rgb(239, 231, 228);
  display: none;
}

.dp-BTC[has-GC-offer="1"] .dp-BTC-GC-banner {
  display: block;
}

.dp-BTC-GC-banner__wrapper {
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 20px;
}

.dp-BTC-GC-banner p:first-child {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: 700;
}

.dp-BTC-GC-banner p:first-child &gt; span {
  vertical-align: middle;
}

.dp-BTC-GC-banner p:first-child::before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url(./header/images/icon-warning.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
}

.dp-BTC-GC-banner p:nth-child(2) {
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
}

.dp-BTC-cart-feedback {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #efe7e4;
  box-shadow: 0 0 3px 1px rgb(0 0 0 / 30%);
  padding: 20px;
  font-size: 18px;
  z-index: 1;
  bottom: 81px;
  right: -300px;
  transition: right 0.3s, opacity 0.3s;
  opacity: 0;
}

.dp-BTC-cart-feedback[is-displayed="true"] {
  right: 30px;
  opacity: 1;
}

@media screen and (max-width: 974px) {
  .dp-BTC-GC-banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .dp-BTC-GC-banner p:first-child {
    font-size: 20px;
    line-height: 25px;
  }

  .dp-BTC-GC-banner p:nth-child(2) {
    font-size: 16px;
    line-height: 20px;
  }

  .dp-BTC-GC-banner p:first-child::before {
    margin-right: 10px;
  }
}

/*************/
/** CONTACT **/
/*************/

.dp-BTC-contact {
  padding-top: 80px;
  margin-bottom: 120px;
}

.dp-BTC[has-gc-offer="1"] .dp-BTC-contact {
  display: none;
}

.dp-BTC label[for="agree"] {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

/**************/
/** SERVICES **/
/**************/

.dp-BTC-services {
  margin-top: 120px;
}

.dp-BTC[has-gc-offer="1"] .dp-BTC-services {
  display: none;
}

.dp-BTC-services__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  padding: 0 20px;
}

.dp-BTC-services__description {
  margin-top: 16px;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: normal;
}
</pre></body></html>