.dp-BTC-offer {
  position: relative;
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
}

.dp-BTC-offer::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-color: #fff;
  color: var(--main-color);
  font-weight: 700;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-self: center;
  border-radius: 50%;
  line-height: 52px;
  border: solid 1px var(--main-color);
  z-index: 1;
}

.dp-BTC-offer__content::before {
  content: "";
  display: block;
  height: calc(100% - 45px);
  border-right: solid 1px var(--main-color);
  position: absolute;
  left: 26px;
  top: -15px;
  border-radius: 10px;
}

.dp-BTC-offer-1 {
  margin-top: 50px;
}

.dp-BTC-offer-1::before {
  content: "1";
}

.dp-BTC-offer-2::before {
  content: "2";
}

.dp-BTC-offer-3-caps::before {
  content: "3";
}

.dp-BTC-offer-3-form::before {
  content: "4";
}

.dp-BTC-offer-3-caps:not([is-displayed])+.dp-BTC-offer-3-form::before {
  content: "3";
}

.dp-BTC-offer-1__block-header {
  background-color: var(--main-color);
  text-transform: uppercase;
  height: 121px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s;
  color: #fff;
  padding: 0 20px;
}

.dp-BTC-offer-1__block-header::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 111px;
  width: 0px;
  height: 0px;
  border-color: var(--main-color) transparent transparent transparent;
  border-style: solid;
  border-width: 9px 13px 0 13px;
}

.dp-BTC-offer-1__block-header-inner {
  width: fit-content;
}

.dp-BTC-offer-1__block-header-inner>p {
  font-weight: 500;
  font-size: 14px;
}

.dp-BTC-offer-1__block-header-inner>div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 7px;
  max-height: 50px;
}

.dp-BTC-offer-1:not([has-selected-offer="true"]) .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner>div,
.dp-BTC-offer-1[has-selected-offer="true"] .dp-BTC-offer-1__block-offer-vente:not([is-selected="1"]) .dp-BTC-offer-1__block-header-inner>div {
  align-items: center;
}

.dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente,
.dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo {
  border: 1.15px solid var(--main-color);
}

.dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner::before,
.dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 22px;
  background-color: var(--main-color);
  color: #fff;
  text-transform: uppercase;
  content: "Notre recommandation";
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -22px;
  font-size: 12px;
  line-height: 14px;
  border: 1.15px solid var(--main-color);
}

.dp-BTC-offer-1__block-header-inner>div>span:first-child {
  font-size: 72px;
  line-height: 50px;
  font-weight: 700;
}

.dp-BTC-offer-1__block-header-inner>div>span:nth-child(2) {
  font-size: 23px;
  line-height: 22px;
  margin-left: 7px;
}

.dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner>div>span:nth-child(2)>span {
  display: none;
}

.dp-BTC-offer-1:not([has-selected-offer="true"]) .dp-BTC-offer-1__block-header-inner>div>span:nth-child(2)>span,
.dp-BTC-offer-1__block-offer-abo[is-selected="1"] .dp-BTC-offer-1__block-header-inner>div>span:nth-child(2)>span {
  display: block;
  text-transform: none;
}

.dp-BTC-offer__container-title {
  padding-left: 57px;
  display: flex;
  justify-content: flex-start;
  min-height: 50px;
  align-items: center;
}

.dp-BTC-offer__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
  color: var(--main-color);
}

.dp-BTC-offer__description {
  font-size: 18px;
}

.dp-BTC-offer__description[data-offer="machine"] {
  display: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer__description:not([data-offer="machine"]),
.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer__description:not([data-offer="subscription"]) {
  display: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer__description[data-offer="machine"],
.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer__description[data-offer="subscription"] {
  display: block;
}

.dp-BTC-offer-1__link-passer {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  cursor: pointer;
}

.dp-BTC-offer__content {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 60px 60px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.dp-BTC-offer:not(.dp-BTC-offer-1) .dp-BTC-offer__content {
  justify-content: flex-start;
}

.dp-BTC-offer-1__block-offer-vente,
.dp-BTC-offer-1__block-offer-abo {
  max-width: 453px;
  width: 100%;
  position: relative;
  min-height: 415px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 25px;
  background-color: #efe7e4;
  transition: max-width ease-in-out 0.3s;
}

.dp-BTC-offer-1__block-offer-vente:not([is-selected="1"]) {
  max-width: 374px;
}

.dp-BTC-offer-1:not([has-selected-offer="true"]) .dp-BTC-offer-1__block-offer-vente br[data-selected="true"],
.dp-BTC-offer-1[has-selected-offer="true"] .dp-BTC-offer-1__block-offer-vente:not([is-selected="1"]) br[data-selected="true"],
.dp-BTC-offer-1:not([has-selected-offer="true"]) .dp-BTC-offer-1__block-offer-abo br[data-selected="true"],
.dp-BTC-offer-1__block-offer-abo[is-selected="1"] br[data-selected="true"] {
  display: none;
}

.dp-BTC-offer-1:not([has-selected-offer="true"]) .dp-BTC-offer-1__block-offer-abo,
.dp-BTC-offer-1__block-offer-abo[is-selected="1"] {
  max-width: 529px;
}

.dp-BTC-offer-1__container-offers {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}

.dp-BTC-offer-1__block ul {
  margin-top: 20px;
}

.dp-BTC-offer-1__block li {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 16.8px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.dp-BTC-offer-1__block li:first-child {
  margin-top: 35px;
}

.dp-BTC-offer-1__block li:not(:first-child) {
  margin-top: 20px;
}

.dp-BTC-offer-1__block li::before {
  content: url(images/checkmark.svg);
  display: inline-block;
  margin-right: 8px;
}

.dp-BTC-offer-1__block li span {
  display: inline-block;
}

.dp-BTC-button.dp-BTC-offer-1__button {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.dp-BTC-button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}

.dp-BTC-offer-1__block-help>p:first-child {
  font-size: 16px;
  line-height: 1em;
  font-weight: 700;
}

.dp-BTC-offer-1__block-help>p:nth-child(2) {
  font-size: 13px;
  line-height: 22px;
}

.dp-BTC-offer-1__block-help-btn {
  padding: 5px 0;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 2px;
  width: 191px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  transition: background-color 0.3s;
  margin-top: auto;
}

.dp-BTC-offer-1__block-help-btn:hover {
  background-color: #343434;
}

.dp-BTC-offer-1__block-help-img {
  width: 73%;
  display: block;
  position: relative;
  top: 3px;
}

.dp-BTC-offer-1__block-help-img-container {
  height: 65px;
  margin-right: 20px;
  flex-shrink: 0;
  width: 65px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-BTC-offer-1__block-help-btn.dp-BTC-offer__move-to-form {
  text-decoration: none;
}

.dp-BTC-offer-1__block-help-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 4px 20px 4px 15px;
  background-color: #f1f1f1;
  margin-top: 19px;
  min-height: 73px;
}

.dp-BTC-offer-1__block-help-container>div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-BTC-offer-1__block-help-container>div:first-of-type {
  justify-content: flex-start;
}

.dp-BTC-offer-2__block p {
  line-height: 16.8px;
}

.dp-BTC-offer-2__block p:first-child {
  font-weight: 600;
}

.dp-BTC-offer-2__block a {
  color: #000;
  text-decoration: underline;
}

.dp-BTC-offer__move-to-form {
  text-decoration-line: underline;
  cursor: pointer;
  text-underline-offset: 2px;
}

.dp-BTC-offer-1__no-selected-offer-txt {
  padding: 10px;
  color: var(--main-color);
  font-size: 23px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  border: solid 2px var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
  animation-name: open-no-selected-offer;
  animation-duration: 1s;
  height: 58px;
}

.dp-BTC-offer-1__no-selected-offer-txt::before,
.dp-BTC-offer-1__no-selected-offer-txt::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
}

.dp-BTC-offer-1__no-selected-offer-txt::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  z-index: 1;
  bottom: -11px;
}

.dp-BTC-offer-1__no-selected-offer-txt::after {
  border-color: var(--main-color) transparent transparent transparent;
  border-style: solid;
  border-width: 13px 13px 0 13px;
}

/** offer 2 **/

.dp-BTC-offer-2__block-machine-add-to-bag {
  display: none;
}

.dp-BTC-offer-2__block-machine-add-to-bag * {
  line-height: initial;
}

.dp-BTC-offer-2__block-machine-add-to-bag[disabled],
.dp-BTC-popin__add-to-bag[disabled] {
  opacity: 0.8;
  filter: grayscale(1);
  pointer-events: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine-add-to-bag {
  display: block;
  margin-top: 25px;
}

.dp-BTC-offer-2__block-machine {
  width: 100%;
  background-color: #efefef;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-bottom: 15px;
  min-height: 392px;
  transition: grid-column 0.3s ease-in-out;
  position: relative;
}

.dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] {
  grid-column: 1 / span 1;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] {
  grid-column: 1 / span 2;
}

.dp-BTC-offer-2__block-machine-button {
  margin-top: auto;
}

.dp-BTC-offer-2__block-machine-dispenser .dp-BTC-offer-2__block-machine-title {
  text-transform: none;
}

.dp-BTC-offer-2__block-machine-dispenser .dp-BTC-offer-2__block-machine-description {
  font-size: 16px;
  line-height: 19px;
  margin-top: 0;
}

.dp-BTC-offer-2__block-machine-dispenser .dp-BTC-offer-2__block-machine-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-BTC-offer-2__block-machine-img-container {
  position: relative;
  align-self: flex-start;
  width: 100%;
  overflow: hidden;
  height: 170px;
  flex-shrink: 0;
}

.dp-BTC-offer-2__block-machine-img-legend {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  min-height: 43px;
  justify-content: center;
  font-size: 15px;
  letter-spacing: 0.025em;
  display: flex;
  justify-content: center;
  background-color: var(--main-color);
  align-items: center;
  z-index: 1;
}

.dp-BTC-offer-2__block-machine-img-legend sup {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  bottom: 0.15em;
  position: relative;
}

.dp-BTC-offer-2__block-machine-img-legend>span {
  width: 100%;
}

.dp-BTC-offer-2:not([data-offer="machine"]) .dp-BTC-offer-2__block-machine-img-legend {
  display: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-button {
  display: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] {
  flex-direction: row;
  padding: 0;
  padding-top: 43px;
  background-color: #efe7e4;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-img-container,
.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-txt-container {
  width: 50%;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-txt-container {
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-img-container {
  height: 100%;
  background-image: url(images/machine-momento-100-background.jpg);
  background-image: -webkit-image-set(url(images/machine-momento-100-background.jpg) 1x, url(images/machine-momento-100-background@2x.jpg) 2x);
  background-image: image-set(url(images/machine-momento-100-background.jpg) 1x, url(images/machine-momento-100-background@2x.jpg) 2x);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-img {
  display: none;
}

.dp-BTC-offer-2__block-machine-txt-container {
  padding-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  width: 100%;
  height: 100%;
}

.dp-BTC-offer-2__block-machine-txt-container>div:first-child {
  width: 100%;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-txt-container>div:first-child {
  min-height: auto;
  margin-bottom: 15px;
}

.dp-BTC-offer-2__block-machine-img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dp-BTC-offer-2__block-machine-mention {
  font-size: 9px;
  margin-top: auto;
  text-align: left;
  padding: 0;
  display: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine-mention {
  display: inline-block;
}

.dp-BTC-offer-2__block-machine-additional-description {
  font-size: 12px;
  line-height: 14px;
  margin-top: 7px;
  display: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine-additional-description {
  display: inline-block;
}

.dp-BTC-offer-2__block-machine-mention::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/icon-info.svg);
  margin-right: 3px;
}

.dp-BTC-offer-2__block-machine-mention a {
  color: #000;
  text-decoration: underline;
}

.dp-BTC-offer-2__block-machine-mention a:hover {
  text-decoration: none;
}

.dp-BTC-offer-2__block-machine-title,
.dp-BTC-offer-2__block-machine-description {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-description {
  padding: 0;
}

.dp-BTC-offer-2__block-machine-title {
  font-weight: 800;
  font-size: 18px;
  align-self: flex-start;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.dp-BTC-offer-2__block-machine--help .dp-BTC-offer-2__block-machine-title {
  font-size: 19px;
  text-transform: none;
}

.dp-BTC-offer-2__block-machine-description {
  font-size: 12px;
  line-height: 14px;
}

.dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-description strong {
  display: block;
  margin-top: 10px;
}

.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-description strong {
  display: none;
}

.dp-BTC-offer-2__block-machine-more {
  text-decoration: underline;
  font-size: 10px;
  line-height: 12px;
  cursor: pointer;
  color: #000;
  margin-top: 15px;
  padding: 0 15px;
  display: inline-block;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-more {
  margin-top: 0;
}

.dp-BTC-offer-2__block-machine-more:hover {
  text-decoration: none;
}

.dp-BTC-offer-2__block-machine-button-form {
  padding: 5px 0;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  width: 170px;
  transition: 0.3s;
  text-decoration: none;
  height: 35px;
  width: 165px;
  margin-top: auto;
}

.dp-BTC-offer-2__block-machine-dispenser img {
  height: auto;
  width: 70%;
}

.dp-BTC-offer-2__block-machine-img-subcontainer {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
}

.dp-BTC-offer-2__content {
  padding-left: 50px;
}

.dp-BTC-offer-2__content-machines {
  gap: 22px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(3, 300px);
  transition: grid-column 0.3s ease-in-out;
}

#dp-BTC-offer-2__block-template {
  display: none;
}

.dp-BTC-offer-2__block-help-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-BTC-offer-2__block-help-img-container-inner {
  height: 123px;
  width: 123px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-BTC-offer-2__block-help-img {
  width: 75%;
  position: relative;
  top: 10px;
}

/** offer 3 **/

.dp-BTC-offer-3-caps[is-displayed="1"]+.dp-BTC-offer-3-form[is-displayed="1"]::before {
  content: "4";
}

.dp-BTC-offer-3__form-title {
  margin: 15px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 21.6px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}

.dp-BTC-banner-container {
  z-index: 2;
  position: relative;
}

.dp-BTC-offer-3__form-title:not(:first-child) {
  margin-top: 30px;
}

.dp-BTC-offer-3__form-title::before {
  content: "";
  display: block;
  border-bottom: solid 1px #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.dp-BTC-offer-3__form-title span {
  background-color: #fff;
  padding: 0 10px;
}

#dp-BTC-offer-3__form {
  width: 100%;
}

#dp-BTC-offer-3__form input:not(.dp-BTC-offer-3__checkbox),
#dp-BTC-offer-3__form select,
#dp-BTC-offer-3__form textarea {
  padding: 8px 10px;
  background-color: #e2e2e2;
  font-size: 18px;
  line-height: 21.6px;
  border: none;
  max-width: 214px;
  width: 100%;
  color: #000;
  font-family: "Lucas", sans-serif;
}

#dp-BTC-offer-3__form input::placeholder,
#dp-BTC-offer-3__form select::placeholder,
#dp-BTC-offer-3__form textarea::placeholder {
  color: #000;
}

#dp-BTC-offer-3__form select {
  cursor: pointer;
}

#dp-BTC-offer-3__form select[name="companyType"] {
  max-width: 450px;
}

.dp-BTC-offer-3__container-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#dp-BTC-offer-3__form textarea {
  margin-top: 20px;
  max-width: 100%;
  height: 115px;
}

.dp-BTC-offer-3__required-input,
.dp-BTC-offer-3__checkbox-container {
  margin-top: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}

.dp-BTC-offer-3__checkbox-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
}

.dp-BTC-offer-3__checkbox-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.dp-BTC-offer-3__checkbox {
  margin: 0;
  margin-right: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #9f9f9f;
  padding: 7.5px;
  border-radius: 2px;
  position: relative;
}

.dp-BTC-offer-3__checkbox:checked:before {
  content: url(images/checkmark.svg);
  position: absolute;
  top: 0px;
  left: 2px;
  width: 15px;
  height: 15px;
}

.dp-BTC-offer-3__submit {
  border-radius: 2px;
  font-size: 18px;
  line-height: 21.6px;
  background-color: #3d8705;
  padding: 5px 30px;
  font-family: "Lucas", sans-serif;
  color: #fff;
  border: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

.dp-BTC-offer-3__mention {
  margin-top: 30px;
  font-size: 14px;
  line-height: 16.8px;
  position: relative;
  transition: max-height 0.3s;
}

.dp-BTC-offer-3__mention a {
  color: #000;
  text-decoration: underline;
}

.dp-BTC-offer-3__mention-see-more {
  font-size: 14px;
  line-height: 16.8px;
  text-decoration-line: underline;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  text-underline-offset: 1px;
  color: #000;
}

.dp-BTC-offer-3__mention-see-more::hober {
  text-decoration: none;
}

.dp-BTC-offer-3__mention::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background 0.3s;
  pointer-events: none;
}

.dp-BTC-offer-3__mention[data-expended="0"]::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.dp-BTC-offer-3__mention[data-expended="1"]::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.dp-BTC-offer-3__mention[data-expended="0"] {
  max-height: 30px;
  overflow: hidden;
}

.dp-BTC-offer-3__mention[data-expended="1"] {
  max-height: 500px;
}

.dp-BTC-offer-3__mention-see-more *[data-expended] {
  display: none;
}

.dp-BTC-offer-3__mention-see-more[data-expended="1"] *[data-expended="1"] {
  display: block;
}

.dp-BTC-offer-3__mention-see-more[data-expended="0"] *[data-expended="0"] {
  display: block;
}

/** popin machine **/

.ui-dialog[aria-describedby="dp-BTC-popin-machine"] .ui-dialog-titlebar .ui-dialog-titlebar-close {
  color: #000;
}

#dp-BTC-popin-machine,
#dp-BTC-popin-machine-template {
  display: none;
}

.dp-BTC-popin-machine__top {
  display: flex;
}

.dp-BTC-popin-machine__container-img-main {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}

.dp-BTC-popin-machine__container-img-main img {
  height: 100%;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dp-BTC-popin-machine__content {
  padding: 50px 20px;
  font-family: "Lucas", sans-serif;
}

.dp-BTC-popin-machine__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.dp-BTC-popin-machine__description,
.dp-BTC-popin-machine__habilities,
.dp-BTC-popin-machine__dimensions,
.dp-BTC-popin-machine__cups {
  font-size: 14px;
  line-height: 16.8px;
  margin-top: 8px;
}

.dp-BTC-popin-machine__habilities li {
  padding-left: 28px;
  position: relative;
}

.dp-BTC-popin-machine__habilities li:not(:first-child) {
  margin-top: 9px;
}

.dp-BTC-popin-machine__habilities li::before {
  content: url(images/checkmark.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.dp-BTC-button.dp-BTC-popin-machine__button {
  margin-top: 16px;
  width: auto;
  padding: 5px 10px;
}

.dp-BTC-popin-machine .dp-BTC-button.dp-BTC-offer-2__block-machine-button-abo {
  display: none;
}

.dp-BTC-popin-machine[data-offer="subscription"] .dp-BTC-popin-machine__container[data-machine="nespressoM100"] .dp-BTC-button.dp-BTC-popin-machine__button,
.dp-BTC-popin-machine[data-offer="subscription"] .dp-BTC-popin-machine__container[data-machine="nespressoM200"] .dp-BTC-button.dp-BTC-popin-machine__button,
.dp-BTC-popin-machine[data-offer="subscription"] .dp-BTC-popin-machine__container[data-machine="nespressoM120"] .dp-BTC-button.dp-BTC-popin-machine__button {
  display: none;
}

.dp-BTC-popin-machine[data-offer="subscription"] .dp-BTC-popin-machine__container[data-machine="nespressoM100"] .dp-BTC-button.dp-BTC-offer-2__block-machine-button-abo,
.dp-BTC-popin-machine[data-offer="subscription"] .dp-BTC-popin-machine__container[data-machine="nespressoM200"] .dp-BTC-button.dp-BTC-offer-2__block-machine-button-abo,
.dp-BTC-popin-machine[data-offer="subscription"] .dp-BTC-popin-machine__container[data-machine="nespressoM120"] .dp-BTC-button.dp-BTC-offer-2__block-machine-button-abo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.dp-BTC-popin__add-to-bag {
  margin-top: 16px;
}

.dp-BTC-popin-machine:not([data-offer="subscription"]) .dp-BTC-popin-machine__container[data-machine="nespressoM100"] .dp-BTC-popin-machine__button {
  display: none;
}

.dp-BTC-popin-machine[data-offer="subscription"] .dp-BTC-popin-machine__container[data-machine="nespressoM100"] .dp-BTC-popin__add-to-bag {
  display: none;
}

.dp-BTC-popin-machine__container-img-secondary {
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: border 0.3s;
  position: relative;
}

.dp-BTC-popin-machine__container-img-secondary img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dp-BTC-popin-machine__container-img-secondaries {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 10px;
}

.dp-BTC-popin-machine__container-img-secondaries .dp-BTC-popin-machine__container-img-secondary:not(:last-child) {
  margin-right: 10px;
}

.dp-BTC-popin-machine__container-txt,
.dp-BTC-popin-machine__container-img {
  width: 50%;
}

.dp-BTC-popin-machine__subtitle {
  margin-top: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
}

.dp-BTC-popin-machine__bottom>div {
  width: 266px;
  height: 146px;
  display: flex;
  align-self: flex-start;
  justify-content: center;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 20px;
  text-align: center;
}

.dp-BTC-popin-machine__bottom>div>p {
  font-size: 14px;
  line-height: 17px;
  margin-top: 8px;
}

.dp-BTC-popin-machine__bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
  align-items: flex-start;
}

.dp-BTC-offer-3 .dp-BTC-offer__content::after {
  bottom: 149px;
}

.dp-BTC-offer-3__error-form-feedback {
  display: none;
  width: 100%;
  background-color: #e74c3c;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 5px 0;
  z-index: 1;
}

.dp-BTC-offer-3__error-form-feedback p {
  display: inline-block;
  font-size: 16px;
}

.dp-BTC-offer-3__error-form-feedback button {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

.dp-BTC-offer__subs-more {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Lucas", sans-serif;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  text-underline-offset: 1px;
  color: #000;
  margin-bottom: 15px;
}

.dp-BTC-offer__subs-more:hover {
  text-decoration: none;
}

/** Popin subs **/

.dp-BTC-popin-subs-more {
  display: none;
  padding: 40px;
  font-family: "Lucas", sans-serif;
}

.dp-BTC-popin-subs-more * {
  line-height: 1em;
}

.dp-BTC-popin-subs-more__item {
  padding: 20px 0;
  border-bottom: solid 1px #aa8a6b;
  border-top: solid 1px #aa8a6b;
  position: relative;
  flex-basis: 25%;
}

.dp-BTC-popin-subs-more__title {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2em;
  text-align: center;
  letter-spacing: 3px;
}

.dp-BTC-popin-subs-more__title span {
  font-weight: 600;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.dp-BTC-popin-subs-more__item-nb {
  font-size: 14px;
  color: #aa8a6b;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.dp-BTC-popin-subs-more__item-nb span {
  width: 30px;
  height: 30px;
  border: solid 1px #aa8a6b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.dp-BTC-popin-subs-more__item-nb span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: solid 4px #fff;
}

.dp-BTC-popin-subs-more__item-description {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.2em;
}

.dp-BTC-popin-subs-more__item img {
  margin-top: 10px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dp-BTC-popin-subs-more__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}

.dp-BTC-popin-subs-more__item--bottom {
  margin-top: 40px;
  border: none;
}

.dp-BTC-popin-subs-more__item--bottom .dp-BTC-popin-subs-more__item-nb span {
  color: #fff;
  background-color: #aa8a6b;
}

.dp-BTC-popin-subs-more__item--bottom .dp-BTC-popin-subs-more__item-nb::before {
  content: "";
  display: block;
  height: 30px;
  width: 0;
  border-right: solid 1px #aa8a6b;
  position: absolute;
  top: -25px;
}

.dp-BTC-popin-subs-more__bottom-txt {
  font-size: 14px;
  text-align: center;
  margin-top: 30px;
}

.dp-BTC-popin-subs-more__item--bottom-1 {
  margin-top: 40px;
  border: none;
  padding-bottom: 20px;
  border-bottom: solid 1px #aa8a6b;
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
  padding-left: 40px;
}

/** Sticky contact us **/

.dp-BTC__contact-btn-container {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  transition: 0.3s;
}

.dp-BTC__contact-btn {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, 0.25);
  border-radius: 100px;
  width: 195px;
  height: 35px;
  position: absolute;
  right: -300px;
  bottom: 0;
  cursor: pointer;
  transition: right 0.3s, opacity 0.3s;
  opacity: 0;
  background-color: #3d8705;
  text-decoration: none;
  font-family: "Lucas", sans-serif;
  border: none;
}

.dp-BTC__contact-btn[is-displayed="1"] {
  right: 0;
  opacity: 1;
  transition: right 0.3s, opacity 0.3s;
}

.dp-BTC__contact-btn span {
  line-height: 16px;
}

.dp-BTC__contact-btn img {
  display: none;
}

/** COMMON **/

.dp-BTC-button {
  padding: 5px 0;
  font-size: 13px;
  border-radius: 2px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  color: #000;
  font-family: "Lucas", sans-serif;
  font-weight: 700;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0);
  min-width: 170px;
  width: auto;
}

.dp-BTC-button:hover {
  text-decoration: underline;
}

.dp-BTC-button[is-selected="1"] {
  border: solid 1px var(--main-color);
  color: var(--main-color);
}

.dp-BTC-button__checkmark {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
  border: solid 1px #000;
  margin-right: 18px;
  transition: 0.3s;
  margin-left: -5px;
}

.dp-BTC-button[is-selected="1"] .dp-BTC-button__checkmark {
  background-color: var(--main-color);
  border: solid 1px var(--main-color);
  background-image: url(images/checkmark-white.svg);
}

.dp-BTC-popin-machine[data-offer="subscription"] .dp-BTC-popin-machine__subscription-price {
  display: block;
}

.dp-BTC-popin-machine__subscription-price {
  font-size: 14px;
  line-height: 16.8px;
  margin-top: 8px;
  display: none;
}

.dp-BTC-offer-2__block-machine-subscription-price {
  font-size: 12px;
  line-height: 14.8px;
  margin-bottom: 7px;
  display: none;
}

.dp-BTC-popin-machine__subscription-price>span,
.dp-BTC-offer-2__block-machine-subscription-price>span {
  color: #3d8705;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
}

.dp-BTC-offer-2__block-machine-price>span:first-child {
  font-size: 12px;
  line-height: 14.8px;
  text-decoration: line-through;
}

.dp-BTC-offer-2__block-machine-price {
  margin-bottom: 15px;
  display: none;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-price {
  margin-top: 35px;
  margin-bottom: 0;
}

.dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine-price {
  display: inline-block;
}

.dp-BTC-offer-2__block-machine-price>span:nth-child(2) {
  color: #3d8705;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-left: 5px;
}

.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer-2__block-machine-price,
.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer-2__block-machine-additional-description {
  display: none;
}

.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer-2__block-machine-more {
  margin-bottom: 19px;
}

.dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner,
.dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner {
  color: rgba(166, 90, 104, 0.9);
}

.dp-BTC-offer-1__block-content-deploy {
  display: none;
}

.dp-BTC-offer-2__block-machine-button-abo {
  display: none;
}

.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-button-abo,
.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM200"] .dp-BTC-offer-2__block-machine-button-abo,
.dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM120"] .dp-BTC-offer-2__block-machine-button-abo {
  display: flex;
}

.dp-BTC-button.dp-BTC-offer-2__block-machine-button-abo {
  font-size: 14px;
  line-height: 17px;
  background: #3d8705;
  color: #fff;
  border: none;
  font-weight: 400;
  margin-top: auto;
}

.dp-BTC-popin-machine__button-3D {
  border: none;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 2px;
  padding-bottom: 3px;
  font-family: "Lucas";
  display: block;
  margin: 20px 0;
  width: 219px;
  margin-bottom: 0;
}

.dp-BTC-popin-machine__button-3D span {
  font-size: 12px;
  line-height: 14px;
}

.dp-BTC-popin-machine__button-3D span::before {
  content: url(images/icon-3D.svg);
  height: 14px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
  top: 2px;
}

@media screen and (min-width: 996px) {

  .dp-BTC-offer-2__block-machine[data-machine="dispenserMomento"] .dp-BTC-offer-2__block-machine-title,
  .dp-BTC-offer-2__block-machine[data-machine="aguila220"] .dp-BTC-offer-2__block-machine-title,
  .dp-BTC-offer-2__block-machine[data-machine="aguila440"] .dp-BTC-offer-2__block-machine-title {
    min-height: 58px;
  }

  .dp-BTC-offer-2__block-machine[data-machine="dispenserMomento"] .dp-BTC-offer-2__block-machine-description,
  .dp-BTC-offer-2__block-machine[data-machine="aguila220"] .dp-BTC-offer-2__block-machine-description,
  .dp-BTC-offer-2__block-machine[data-machine="aguila440"] .dp-BTC-offer-2__block-machine-description {
    min-height: 42px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo {
    max-width: 552px;
    min-height: 515px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente {
    max-width: 242px;
    min-height: 331px;
    padding-bottom: 22px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner {
    height: 125px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner {
    height: 230px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner>p,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner>p {
    font-size: 20.7432px;
    line-height: 25px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner>p,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner>p {
    font-size: 13.1168px;
    line-height: 16px;
    padding-bottom: 0;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner>div>span:first-child,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner>div>span:first-child {
    font-size: 92.1921px;
    line-height: 72px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner>div>span:first-child,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner>div>span:first-child {
    font-size: 51.01px;
    line-height: 51px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente li,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo li {
    font-size: 16px;
    line-height: 19px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo li,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente li {
    font-size: 11px;
    line-height: 13px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner>div>span:nth-child(2),
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner>div>span:nth-child(2) {
    font-size: 27.6576px;
    line-height: 24px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente .dp-BTC-button.dp-BTC-offer-1__button,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo .dp-BTC-button.dp-BTC-offer-1__button {
    min-width: 180px;
    height: 40px;
    font-size: 16px;
    line-height: 19px;
    width: auto;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente .dp-BTC-button.dp-BTC-offer-1__button .dp-BTC-button__checkmark,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo .dp-BTC-button.dp-BTC-offer-1__button .dp-BTC-button__checkmark {
    width: 28.81px;
    height: 28.81px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-button.dp-BTC-offer-1__button,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-button.dp-BTC-offer-1__button {
    min-width: 123.47px;
    height: 27.32px;
    font-size: 10.929px;
    line-height: 13px;
    width: auto;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-button.dp-BTC-offer-1__button .dp-BTC-button__checkmark,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-button.dp-BTC-offer-1__button .dp-BTC-button__checkmark {
    width: 20.15px;
    height: 20.15px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner>div>span:nth-child(2),
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-header-inner>div>span:nth-child(2) {
    font-size: 14.5743px;
    line-height: 15px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer__subs-more {
    font-size: 12px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-header-inner>div>span:nth-child(2)>br {
    display: none;
  }
}

@media screen and (min-width: 644px) and (max-width: 995px) {
  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM120"] .dp-BTC-offer-2__block-machine-button {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 995px) {
  /** offer 1 **/

  .dp-BTC-offer-1__container-offers {
    flex-direction: column;
    gap: 25px;
  }

  .dp-BTC-offer-1__block-offer-vente:not([is-selected="1"]) {
    max-width: 100%;
  }

  .dp-BTC-offer-1__block-offer-vente {
    order: 2;
  }

  .dp-BTC-offer-1__block-offer-abo {
    order: 1;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-vente,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo {
    margin-top: 37px;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-content,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-content {
    display: none;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-offer-1__block-content-deploy,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-offer-1__block-content-deploy {
    display: block;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-machine .dp-BTC-offer-1__block-offer-abo .dp-BTC-button.dp-BTC-offer-1__button,
  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente .dp-BTC-button.dp-BTC-offer-1__button {
    margin-top: 13px;
  }

  .dp-BTC-offer-1__block-content-deploy {
    background-image: url(images/arrow-deploy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-top: 13px;
    width: 18px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    transition: all 0.3s;
  }

  .dp-BTC-offer-1__block-content-deploy[is-hided="true"] {
    opacity: 0;
    max-height: 0;
    margin: 0;
  }

  .dp-BTC-offer-1__block-offer-vente,
  .dp-BTC-offer-1__block-offer-abo {
    margin: 0;
  }

  .dp-BTC-offer-1__block-header-inner>div {
    flex-direction: row;
  }

  .dp-BTC-offer-1__link-passer {
    display: none;
  }

  .dp-BTC-offer {
    padding: 0 15px;
  }

  .dp-BTC-offer-1__block-help-img-container {
    width: 95px;
    height: 95px;
    margin-right: 0;
  }

  .dp-BTC-offer__container-title {
    font-size: 18px;
    line-height: 21.6px;
    padding-left: 55px;
  }

  .dp-BTC-offer::before {
    left: 15px;
  }

  .dp-BTC-offer__content::before,
  .dp-BTC-offer__content::after {
    display: none;
  }

  .dp-BTC-offer__content {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-around;
  }

  .dp-BTC-offer-1__block-header-inner>p {
    padding-bottom: 0;
    padding-left: 18px;
  }

  .dp-BTC-offer-1:not([has-selected-offer="true"]) .dp-BTC-offer-1__block-offer-vente br[data-selected="true"] {
    display: block;
  }

  .dp-BTC-offer-1__block-offer-vente,
  .dp-BTC-offer-1__block-offer-abo,
  .dp-BTC-offer-1:not([has-selected-offer="true"]) .dp-BTC-offer-1__block-offer-abo,
  .dp-BTC-offer-1__block-offer-abo[is-selected="1"] {
    max-width: 100%;
    min-height: auto;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-abo {
    margin-top: 40px;
    order: 1;
  }

  .dp-BTC-offer-1.dp-BTC-offer-feature-subscription .dp-BTC-offer-1__block-offer-vente {
    order: 2;
  }

  .dp-BTC-offer__subcontainer-title {
    padding-left: 10px;
  }

  .dp-BTC-offer__subs-more {
    margin-bottom: 0;
  }

  .dp-BTC-button.dp-BTC-offer-1__button {
    margin-top: 30px;
  }

  .dp-BTC-offer-1__block-help-container {
    flex-direction: column;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 35px;
    margin-top: 25px;
  }

  .dp-BTC-offer-1[has-selected-offer="true"] .dp-BTC-offer-1__block-offer-vente:not([is-selected="1"]) br[data-selected="true"] {
    display: block;
  }

  .dp-BTC-offer-1__block-help-container>div:first-of-type {
    flex-direction: column;
  }

  .dp-BTC-offer-1__block-help p:first-child {
    margin-top: 20px;
    font-size: 20px;
  }

  .dp-BTC-offer-1__block-help>p:nth-child(2) {
    font-size: 18px;
    line-height: 20px;
    margin-top: 18px;
  }

  .dp-BTC-offer-1__block-help-btn {
    margin-top: 20px;
  }

  /** offer 2 **/

  .dp-BTC-offer-2__block-machine-button {
    margin-top: 30px;
  }

  .dp-BTC-offer-2__block-help-img-container-inner {
    width: 95px;
    height: 95px;
  }

  .dp-BTC-offer-2__content-machines {
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(2, 300px);
    margin-left: auto;
    margin-right: auto;
  }

  .dp-BTC-popin-machine {
    max-height: calc(100vh - 40px) !important;
    overflow-y: scroll;
  }

  .popin-dialog-open[aria-describedby="dp-BTC-popin-machine"] {
    position: fixed;
    top: 20px;
    left: 20px;
  }

  .dp-BTC-popin-machine__top {
    flex-direction: column;
  }

  .dp-BTC-popin-machine__container-txt,
  .dp-BTC-popin-machine__container-img {
    width: 100%;
  }

  .dp-BTC-popin-machine__container-txt {
    margin-top: 40px;
  }

  .dp-BTC-popin-machine__container-txt a {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .dp-BTC-popin-machine__button {
    margin-left: auto;
    margin-right: auto;
  }

  .dp-BTC-popin-machine__subtitle {
    text-align: center;
  }

  .dp-BTC-popin-machine__subtitle {
    padding: 10px;
  }

  .dp-BTC-offer-2__block-machine {
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
  }

  .dp-BTC-offer-2__block-help-img {
    width: 73%;
    display: block;
    position: relative;
    top: 3px;
  }

  .dp-BTC-offer-2__block-machine-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1em;
  }

  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-txt-container {
    padding-top: 0;
  }

  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] {
    align-items: initial;
  }

  .BTC-offer-1__block-help>p:nth-chil {
    font-size: 18px;
    line-height: 20px;
    margin-top: 18px;
  }

  .dp-BTC-offer-2__block-machine-txt-container {
    height: auto;
  }

  /** offer 3 **/

  .dp-BTC-offer-3__container-input {
    flex-wrap: wrap;
  }

  #dp-BTC-offer-3__form input:not(.dp-BTC-offer-3__checkbox),
  #dp-BTC-offer-3__form select,
  #dp-BTC-offer-3__form textarea {
    max-width: 100%;
    margin: 10px 0;
    border-radius: 0;
  }

  .dp-BTC-offer-3__form-title {
    margin: 15px 0;
  }

  .dp-BTC-offer-3__checkbox-label {
    font-size: 14px;
    line-height: 21.6px;
  }

  .dp-BTC-offer-3__checkbox {
    align-self: flex-start;
    position: relative;
    top: 4px;
  }

  #dp-BTC-offer-3__form select[name="companyType"] {
    max-width: 100%;
  }

  /** Sticky contact us **/

  .dp-BTC__contact-btn-container {
    right: 21px;
    bottom: 31px;
  }

  .dp-BTC__contact-btn-container[has-sticky-below="1"] {
    bottom: 110px;
  }

  .dp-BTC__contact-btn {
    padding: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dp-BTC__contact-btn span {
    display: none;
  }

  .dp-BTC__contact-btn img {
    display: block;
    width: 30px;
  }
}

@media screen and (max-width: 768px) {
  .dp-BTC-popin-subs-more__container {
    flex-direction: column;
    align-items: center;
  }

  .dp-BTC-offer-2__block-machine-more {
    margin-bottom: 0;
  }

  .dp-BTC-offer-2__block-machine-mention[data-offer] {
    display: none;
  }

  .dp-BTC-offer-2[data-offer="subscription"] .dp-BTC-offer-2__block-machine-mention[data-offer="subscription"] {
    display: block;
  }

  .dp-BTC-popin-subs-more__item {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .dp-BTC-popin-subs-more__container .dp-BTC-popin-subs-more__item:not(:first-child) {
    margin-top: 20px;
  }

  .dp-BTC-popin-subs-more__container .dp-BTC-popin-subs-more__item:not(:last-child) {
    border-bottom: none;
  }

  .dp-BTC-offer-1__container-offers {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .dp-BTC-offer__title {
    font-size: 20px;
  }

  .dp-BTC-offer-1__no-selected-offer-txt {
    font-size: 23px;
    height: 74px;
  }
}

@media screen and (max-width: 700px) {
  .dp-BTC-offer-2__content-machines {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }

  .dp-BTC-offer-2__block-machine-img {
    bottom: 0;
    transform: translateX(-50%);
    top: auto;
  }

  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] {
    grid-column: 1 / span 1;
    padding-top: 43px;
  }

  .dp-BTC-offer-2__block-machine-img-legend {
    padding: 10px;
    font-size: 18px;
    letter-spacing: 0.025em;
  }

  .dp-BTC-offer-2__block-machine-img-container {
    height: 180px;
  }

  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-img {
    display: block;
  }

  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] {
    flex-direction: column;
  }

  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-txt-container {
    padding: 20px 15px 6px;
  }

  .dp-BTC-offer-2__block-machine-title {
    font-size: 22px;
    margin-top: 0;
  }

  .dp-BTC-offer-2__block-machine-description {
    font-size: 16px;
    line-height: 1em;
  }

  .dp-BTC-offer-2__block-machine-price>span:first-child {
    font-size: 15px;
    line-height: 20px;
  }

  .dp-BTC-offer-2__block-machine-additional-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }

  .dp-BTC-offer-2__block-machine-mention {
    margin-top: 30px;
    font-size: 10px;
  }

  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-img-container,
  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-txt-container {
    width: 100%;
  }

  .dp-BTC-offer-2[data-offer="machine"] .dp-BTC-offer-2__block-machine[data-machine="nespressoM100"] .dp-BTC-offer-2__block-machine-img-container {
    height: 180px;
    background-image: none;
  }

}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .popin-dialog-open {
    width: 90vw !important;
  }
}

/***********************/
/** OFFER 3 - CAPSULE **/
/***********************/

.dp-BTC-offer-3-caps {
  display: none;
}

.dp-BTC-offer-3-caps__content {
  display: block;
}

.dp-BTC-offer-3-caps__category-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 30px;
}

.dp-BTC-offer-3-caps__category[data-category="assortiments"] .dp-BTC-offer-3-caps__caps-name {
  max-width: 100%;
}

#dp-BTC-offer-3-caps__caps-item-template {
  display: none;
}

.dp-BTC-offer-3-caps__caps-img {
  width: 60px;
  flex-shrink: 0;
}

.dp-BTC-offer-3-caps__caps-details-container {
  padding-left: 25px;
  color: #2f292b;
  padding-top: 10px;
  width: 100%;
}

.dp-BTC-offer-3-caps__caps-name {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  position: relative;
  display: table;
}

.dp-BTC-offer-3-caps__caps-aroma {
  font-size: 12px;
  line-height: 14px;
  color: #7a7a7a;
  margin-top: 5px;
}

.dp-BTC-offer-3-caps__caps-intensity {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.dp-BTC-offer-3-caps__caps-infos-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.dp-BTC-offer-3-caps__caps-item[is-AB] .dp-BTC-offer-3-caps__caps-name::before {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 24px;
  background-image: url(images/logo-AB.jpg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

.dp-square {
  width: 3px;
  height: 6px;
  background-color: #c4c4c4;
}

.dp-square.dp-square-filled {
  background-color: #b07d39;
}

.dp-BTC-offer-3-caps__caps-intensity {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
}

.dp-square:not(:first-child) {
  margin-left: 2px;
}

.dp-BTC-offer-3-caps__caps-cupsizes-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.dp-BTC-offer-3-caps__caps-cupsizes-container:not(:first-child) {
  padding-left: 15px;
}

.dp-BTC-offer-3-caps__caps-cupsizes-container img:not(:first-child) {
  margin-left: 6px;
}

.dp-BTC-offer-3-caps__caps-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f9f9f8;
  padding: 10px;
  max-width: 450px;
  width: 100%;
  margin-top: 15px;
  margin-right: 15px;
  position: relative;
}

.dp-BTC-offer-3-caps__caps-item[is-best-offer="true"] {
  border: 1px solid var(--main-color);
}

.dp-BTC-offer-3-caps__caps-item[is-best-offer="true"]::before {
  content: "Meilleure offre";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 23px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--main-color);
}

.dp-BTC-offer-3-caps__caps-price-container {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.dp-BTC-offer-3-caps__caps-add-to-bag * {
  line-height: normal;
}

.dp-BTC-offer-3-caps__caps-price {
  color: #3d8705;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-right: 10px;
}

.dp-BTC-offer-3-caps__caps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.dp-BTC-offer-3-caps__category-description {
  font-size: 16px;
  line-height: 19px;
}

.dp-BTC-offer-3-caps__caps-assort-description {
  font-size: 12px;
  line-height: 14px;
  color: #7a7a7a;
}

.dp-BTC-offer-3-caps__caps-assort-popin.popin-trigger {
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  color: #000;
  cursor: pointer;
  margin-top: 3px;
  display: inline-block;
}

.dp-BTC-offer-3-caps__caps-assort-popin.popin-trigger:hover {
  text-decoration: none;
}

.dp-BTC-offer-3-caps__content-banner {
  padding-bottom: 0;
}

.dp-BTC-offer-3-caps__content-banner.dp-BTC-offer__content::before {
  display: none;
}

.dp-BTC-offer-3-caps__caps-list {
  padding-top: 0;
}

.dp-BTC-offer-3-caps__caps-list.dp-BTC-offer__content::before {
  height: calc(100% + 115px);
  top: -175px;
}

@media screen and (max-width: 767px) {
  .dp-BTC-offer-3-caps__caps-name {
    max-width: 140px;
    width: 100%;
  }

  .dp-BTC-offer-3-caps__caps-assort-description {
    margin-top: 5px;
  }

  .dp-BTC-offer-3-caps__caps-assort-popin.popin-trigger {
    font-size: 13px;
  }

  .dp-BTC-offer-3-caps__content-banner {
    margin-top: 20px;
  }

  .dp-BTC-offer-3-caps__caps-item[is-best-offer="true"]::before {
    height: 18px;
    font-size: 11px;
    line-height: 13px;
  }
}

@media screen and (max-width: 995px) and (min-width: 768px) {
  .dp-BTC-offer-2__block-machine {
    margin-left: 0;
    margin-right: 0;
  }

  .dp-BTC-offer-3-caps__content-banner {
    margin-top: 20px;
  }
}

/****************************/
/** OFFER 3 - CAPS - POPIN **/
/****************************/

#dp-BTC-popin-assort-template {
  display: none;
}

.dp-BTC-popin-assort {
  padding: 20px;
  color: #000;
  font-family: "Lucas", sans-serif;
  padding-bottom: 25px;
}

.dp-BTC-popin-assort * {
  box-sizing: border-box;
  line-height: 1.2em;
}

.dp-BTC-popin-assort__title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.dp-BTC-popin-assort__caps-items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  max-width: 33.33%;
  width: 100%;
}

.dp-BTC-popin-assort__caps-img {
  width: 60px;
}

.dp-BTC-popin-assort__caps-details {
  text-align: left;
  padding-left: 20px;
}

.dp-BTC-popin-assort__caps-qty {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.dp-BTC-popin-assort__caps-name {
  font-size: 24px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 3px;
}

.dp-BTC-popin-assort__caps-info-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}

.dp-BTC-popin-assort__caps-intensity {
  color: #2f292b;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.dp-BTC-popin-assort__caps-intensity {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3px;
}

.dp-BTC-popin-assort__caps-cupsizes {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 5px;
}

.dp-BTC-popin-assort__caps-cupsizes:not(:first-child) {
  margin-left: 15px;
  margin-top: 0;
}

.dp-BTC-popin-assort__caps-cupsizes img:not(:first-child) {
  margin-left: 6px;
}

.dp-BTC-popin-assort__caps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.dp-BTC-popin-assort__caps-container[data-size="half"] .dp-BTC-popin-assort__caps-items {
  max-width: 50%;
}

@media screen and (max-width: 995px) {
  .dp-BTC-offer-3-caps__caps-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .dp-BTC-popin-assort__caps-container {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .dp-BTC-popin-assort__caps-items {
    margin-top: 20px;
  }

  .dp-BTC-popin-assort__caps-items {
    max-width: 100%;
  }
}