body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
#wrapper {
  max-width: 100%;
}

.breadcrumb {
  display: none;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
@font-face {
  font-family: "Gotham_Light";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
    url("../fonts/GothamLight.woff2") format("woff2"),
    url("../fonts/GothamLight.woff") format("woff"),
    url("../fonts/GothamLight.ttf") format("truetype"),
    url("../fonts/GothamLight.svg#GothamLight") format("svg");
}
.dp-treatment-essence {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  --CLARINS-FONT: ClarinsRegular, Clarins;
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, sans-serif;
  --FONT-SIZE: 14px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
}

@media (min-width: 1250px) {
  .dp-treatment-essence {
  }
}
.dp-treatment-essence .slick-prev {
  left: 0;
}
.dp-treatment-essence .slick-next {
  right: 0;
}
.dp-treatment-essence sub,
.dp-treatment-essence sup {
  font-size: unset;
  line-height: unset;
  vertical-align: top;
  position: unset;
  line-height: 1em;
  vertical-align: top;
}
/*------------------------------------------------*/
.dp-treatment-essence__btn,
button.dp-treatment-essence__btn {
  position: relative;
  background-color: #fff !important;
  display: inline-block;
  color: #333;
  padding: 14px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
}
.dp-treatment-essence__btn::after,
button.dp-treatment-essence__btn::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: #b40024 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -3px;
  top: -3px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.dp-treatment-essence__btn:focus::after,
button.dp-treatment-essence__btn:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.dp-treatment-essence__btn:hover,
button.dp-treatment-essence__btn:hover {
  color: #b40024;
  outline: 0 !important;
}
.dp-treatment-essence__btn:active::after,
button.dp-treatment-essence__btn:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/
.dp-treatment-essence__btn-concern,
button.dp-treatment-essence__btn-concern {
  position: relative;
  background-color: #fff !important;
  display: inline-block;
  color: #333;
  padding: 0px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 0px solid #e7e4e2;
  border-bottom: 1px solid #000;
  min-width: 122px;
  text-align: center;
  border-radius: 0px;
  height: 20px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  margin-bottom: 38px;
  outline: 0 !important;
}
.dp-treatment-essence__btn-concern::after,
button.dp-treatment-essence__btn-concern::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 6px);
  border: #b40024 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -10px;
  top: -4px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.dp-treatment-essence__btn-concern:focus::after,
button.dp-treatment-essence__btn-concern:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.dp-treatment-essence__btn-concern:hover,
button.dp-treatment-essence__btn-concern:hover {
  color: #b40024;
  outline: 0 !important;
}
.dp-treatment-essence__btn-concern:active::after,
button.dp-treatment-essence__btn-concern:active::after {
  opacity: 1;
  outline: 0 !important;
}

/*------------------------------------------------*/
.dp-treatment-essence__textlink {
  position: relative;
}
.dp-treatment-essence__textlink::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 16px);
  height: calc(100% + 4px);
  border: #b40024 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -8px;
  top: -2px;
  box-sizing: border-box;
  pointer-events: none;
}
/*------------------------------------------------*/

.dp-treatment-essence__textlink:hover {
  color: #b40024;
}
.dp-treatment-essence__textlink:focus {
  color: #b40024;
}
.dp-treatment-essence__textlink:active {
  color: #b40024;
}
.dp-treatment-essence__textlink:focus::after {
  opacity: 1;
}
.dp-treatment-essence__textlink:active::after {
  opacity: 1;
}
/******************************************/
.dp-treatment-essence-header {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  height: 526px;
  position: relative;
  padding-left: 585px;
  z-index: 1;
}
@media (max-width: 1170px) {
  .dp-treatment-essence-header {
    padding-left: 50%;
  }
}
.dp-treatment-essence-header__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
}
.dp-treatment-essence-header__background ::before {
  content: "  ";
  display: block;
  z-index: 2;
  position: absolute;
  background: linear-gradient(
    to bottom,
    rgba(251, 244, 249, 0) 0px,
    #fbf4f9 350px,
    #fbf4f9 100%
  );
  height: 850px;
  width: 1600px;
  left: calc(50% - 800px);
  top: 700px;
  z-index: 1;
}
.dp-treatment-essence-header__content {
  flex-basis: 390px;
  color: #000;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
}
.dp-treatment-essence-header__background img {
  width: 100%;
  display: block;
}
.dp-treatment-essence-header__title {
  position: relative;
  z-index: 2;
  color: #000;
  font-family: var(--CLARINS-FONT);
  font-size: 48px;
  font-weight: normal;
  margin: 20px 0;
  line-height: 1em;
}
.dp-treatment-essence-header__title + .dp-treatment-essence__btn {
  margin: 20px 0;
}
.dp-treatment-essence-header__tag {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #be0f34;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 18px;
  line-height: 1.4em;
  text-transform: uppercase;
}
.dp-treatment-essence-header__text {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  font-size: 24px;
  line-height: 1.4em;
}

.dp-treatment-essence-header__intro {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 40px;
  font-size: 20px;
  line-height: 1.4em;
  text-align: center;
  box-sizing: border-box;
}

.dp-treatment-essence-header button.dp-treatment-essence__cta {
  margin: 0 auto;
  margin-top: 30px;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-treatment-essence-header {
    height: 349px;
  }
  .dp-treatment-essence-header__background {
    left: calc(50% - 600px);
    width: 1200px;
  }

  .dp-treatment-essence-header__title {
    font-size: 38px;
  }

  .dp-treatment-essence-header__text {
    font-size: 20px;
  }
}
@media (max-width: 761px) {
  .dp-treatment-essence-header {
    height: auto;
    display: block;
    padding-top: 0px;
    text-align: center;
    padding: 0;
  }
  .dp-treatment-essence-header__tag {
    font-size: 14px;
  }
  .dp-treatment-essence-header__content {
    padding-top: 72vw;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .dp-treatment-essence-header__background {
    left: 0;
    width: 100vw;
  }
  .dp-treatment-essence-header__title {
    font-size: 38px;
    margin-top: 10px;
  }
  .dp-treatment-essence-header button.dp-treatment-essence__cta {
    margin-top: 20px;
  }
  .dp-treatment-essence-header__text {
    font-size: 20px;
  }
  .dp-treatment-essence-header__intro {
    padding: 20px;
    font-size: 16px;
    padding-top: 50px;
  }
}

@media (max-width: 375px) {
}

/*--------------------------------------------*/

.dp-treatment-essence-anim-drops {
  position: absolute;
  top: 740px;
  left: calc(50% + 400px);
  z-index: 3;
  mix-blend-mode: multiply;
}
.dp-treatment-essence-anim-drops img {
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  animation: DropMove ease-in-out 5s infinite;
}
.dp-treatment-essence-anim-drops img:nth-child(1) {
  margin-left: 60px;
}
.dp-treatment-essence-anim-drops img:nth-child(2) {
  margin-left: 170px;
  margin-top: 120px;
  animation-delay: 0.8s;
}
.dp-treatment-essence-anim-drops img:nth-child(3) {
  margin-top: 150px;
  animation-delay: 1.6s;
}
@keyframes DropMove {
  0% {
    transform: translateY(0%) scale(1);
  }
  50% {
    transform: translateY(8%) scale(0.95);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}
/*-------------------------------------------------------------*/
.dp-treatment-background-color {
  background-color: #fbf4f9;
}
@media (min-width: 1250px) {
  .dp-treatment-background-color {
    width: 1600px;
    margin-left: -175px;
    overflow: hidden;
  }
}
.dp-treatment-essence-selector {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.dp-treatment-essence-selector__content {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  background-color: #fff;
  width: 768px;
  padding: 0 50px;
  box-sizing: border-box;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/*--------------------------------------------*/

.dp-treatment-essence-colored-title {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  font-family: var(--GOTHAM-BOOK);
  color: #ca89b2;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  letter-spacing: 0.02em;
}
.dp-treatment-essence-colored-title span {
  background-color: red;
  background-image: url(../img/gradient.png);
  background-size: cover;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
@media (max-width: 1023px) {
  .dp-treatment-essence-colored-title {
    font-size: 25px;
  }
}
/*--------------------------------------------*/

.dp-treatment-essence-selector .dp-treatment-essence-colored-title {
  text-align: center;
  padding-bottom: 0;
}
.dp-treatment-essence-selector .dp-treatment-essence-colored-title span {
  display: block;
}
.dp-treatment-essence-selector .dp-treatment-essence-colored-title small {
  font-size: 16px;
}
.dp-treatment-essence-selector__text {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  font-family: var(--GOTHAM-BOOK);
  color: #000;
  position: relative;
  z-index: 2;
  padding: 10px;
  padding-top: 40px;
}

.dp-treatment-essence-screen {
  display: none;
}
.dp-treatment-essence-screen[data-active="1"] {
  display: block;
  z-index: 2;
  position: relative;
  /*background-color: #fbf4f9;*/
}

.dp-treatment-essence-selector__question-title {
  color: #626f04;
  font-size: 24px;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
  flex-basis: 100%;
  text-align: center;
  margin: 35px auto;
}

.dp-treatment-essence-selector__concerns {
  padding-bottom: 10px;
  position: relative;
  width: 607px;
  margin: 40px auto;
  margin-top: 80px;
}
.dp-treatment-essence-selector__concerns button:active,
.dp-treatment-essence-selector__concerns button:focus,
.dp-treatment-essence-selector__concerns button:hover,
.dp-treatment-essence-selector__concerns button {
  position: absolute;
  padding: 0;
  bottom: 10px;
  border: 0px solid;
  transform: translateX(-50%);
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px;
  padding-bottom: 40px;
  cursor: pointer;
  font-family: var(--GOTHAM-BOOK);
  height: auto;
  min-width: 90px !important;
  letter-spacing: unset !important;
  text-transform: none;
  z-index: 2;
  outline: 0 !important;
  border: 0px solid !important;
}
.dp-treatment-essence-selector__concerns button[data-select="1"] {
  padding-bottom: 40px;
}
/*
.dp-treatment-essence-selector__concerns button[data-select="1"]::before {
  content: " ";
  width: 24px;
  height: 24px;
  background-color: #b40024;
  border: 4px solid #fff;
  transform: rotate(45deg);
  border-radius: 24px;
  border-bottom-right-radius: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  left: calc(50% - 12px);
  box-sizing: border-box;
}
.dp-treatment-essence-selector__concerns button[data-select="1"]::after {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #fff;
  transform: rotate(45deg);
  border-radius: 50%;
  border-bottom-right-radius: 0;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 4px);
  box-sizing: border-box;
  outline: 0 !important;
}*/
.dp-treatment-essence-selector__concerns button:nth-child(1) {
  color: #e792a8;
  left: 0;
}
.dp-treatment-essence-selector__concerns button:nth-child(2) {
  color: #f8d9cb;
  left: 50%;
}
.dp-treatment-essence-selector__concerns button:nth-child(3) {
  color: #f2cfd6;
  left: 100%;
}
.dp-treatment-essence-selector__concerns button:nth-child(1)::before {
  background-color: #ef8fab;
}
.dp-treatment-essence-selector__concerns button:nth-child(2)::before {
  background-color: #eaa98d;
}
.dp-treatment-essence-selector__concerns button:nth-child(3)::before {
  background-color: #c64056;
}
.dp-treatment-essence-selector__concerns button[data-select="1"]:nth-child(1) {
  color: #ef8fab;
  left: 0;
}
.dp-treatment-essence-selector__concerns button[data-select="1"]:nth-child(2) {
  color: #eaa98d;
  left: 50%;
}
.dp-treatment-essence-selector__concerns button[data-select="1"]:nth-child(3) {
  color: #c64056;
  left: 100%;
}
.dp-treatment-essence-selector__concerns::before {
  content: " ";
  background-color: #f4dcd2;
  height: 4px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background-size: 100% 100%;
}

.dp-treatment-essence-selector__concerns::after {
  content: " ";
  height: 4px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}
div[data-screen="pores"] .dp-treatment-essence-selector__concerns::after {
  background: linear-gradient(to right, #ef8fab, transparent);
}
div[data-screen="radiance"] .dp-treatment-essence-selector__concerns::after {
  background: linear-gradient(to right, transparent, #eaa98d, transparent);
}
div[data-screen="wrinkles"] .dp-treatment-essence-selector__concerns::after {
  background: linear-gradient(to right, transparent, #c64056);
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-treatment-essence-selector__background {
    left: calc(50% - 600px);
    width: 1200px;
  }
  .dp-treatment-essence-selector__background img {
    height: 100%;
  }
}
@media (max-width: 761px) {
  .dp-treatment-essence-selector {
    padding: 0;
    padding-top: 50px;
    margin-top: -50px;
    /* padding-bottom: 111px;*/
  }
  .dp-treatment-essence-selector .dp-treatment-essence-colored-title {
    padding: 20px;
  }
  .dp-treatment-essence-screen[data-active="1"] {
    width: 100%;
  }
  .dp-treatment-essence-selector__background {
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    left: 0;
  }
  .dp-treatment-essence-selector__background img {
    height: 100%;
  }
  .dp-treatment-essence-selector__content {
    margin-top: 0px;
    padding: 20px 0;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 0;
  }
  .dp-treatment-essence-selector__text {
    font-size: 18px;
  }
  .dp-treatment-essence-selector__concerns {
    width: calc(100% - 60px);
  }
  .dp-treatment-essence-selector__concerns::after {
  }
  .dp-treatment-essence-selector__concerns button {
    width: 90px;
    text-align: center;
    /*  padding-bottom: 10px;*/
    font-size: 14px;
  }
  .dp-treatment-essence-selector .dp-treatment-essence-colored-title small {
    font-size: 14px;
  }
}

/*--------------------------------------------------*/

/* partie commune */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor {
  -webkit-appearance: none; /*nÃ©cessaire pour Chrome */
  padding: 0; /* nÃ©cessaire pour IE */
  font: inherit; /* mÃªme rendu suivant font document */
  outline: none;
  color: #069; /* sert pour couleur de rÃ©fÃ©rence, via currentColor, pour le curseur */
  opacity: 1;
  background: transparent; /* sert pour couleur de fond de la zone de dÃ©placement */
  box-sizing: border-box; /* mÃªme modÃ¨le de boÃ®te pour tous */
  cursor: pointer;
  height: 84px;
  margin-top: -84px;
  /*margin-bottom: 40px;*/
  width: calc(100% - 38px);
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.dp-treatment-essence-quizz__concerns-cursor[data-screen="pores"] {
  --COLOR-CURSOR: #ef8fab;
}
.dp-treatment-essence-quizz__concerns-cursor[data-screen="radiance"] {
  --COLOR-CURSOR: #eaa98d;
}
.dp-treatment-essence-quizz__concerns-cursor[data-screen="wrinkles"] {
  --COLOR-CURSOR: #c64056;
}
/*CHROME*/
/* la zone de dÃ©placement */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-webkit-slider-runnable-track {
  height: 100%;
  border: none;
  background-color: transparent; /* supprimÃ© dÃ©finie sur l'input */
}
/* le curseur */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-webkit-slider-thumb {
  -webkit-appearance: none; /* Ã©galement nÃ©cessaire sur le curseur */
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border-bottom-right-radius: 0; /* pris en compte sur Webkit et Edge */
  background-color: var(--COLOR-CURSOR);
  border: 4px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
  background-image: url(../img/cursor.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
/*FIREFOX*/
/* la zone de dÃ©placement */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-moz-range-track {
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: transparent; /* supprimÃ© dÃ©finie sur l'input */
}
/* le curseur */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border-bottom-right-radius: 0; /* pris en compte sur Webkit et Edge */
  background-color: var(--COLOR-CURSOR);
  border: 4px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
  box-sizing: border-box;
  background-image: url(../img/cursor.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
/* barre progression avant */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-moz-range-progress {
  height: 0;
  background: transparent; /* supprime barre progression avant */
}
/*EDGE*/
/* la zone de dÃ©placement */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-track {
  height: 100%;
  border: none;
  border-radius: 0;
  color: transparent; /* supprime les graduations pour IE */
  background-color: transparent; /* supprimÃ© dÃ©finie sur l'input */
}
/* le curseur */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-thumb {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border-bottom-right-radius: 0; /* pris en compte sur Webkit et Edge */
  background-color: var(--COLOR-CURSOR);
  border: 4px solid #fff;
  transform: rotate(45deg);
  position: relative;
  margin-top: 10px;
  box-sizing: border-box;
  background-image: url(../img/cursor.svg);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
/* la tooltip de la valeur */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-tooltip {
  display: none; /* supprime l'affichage de la valeur au survol */
}
/* barre progression avant */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-fill-lower {
  background: transparent;
}
/* barre progression aprÃ¨s */
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-fill-upper {
  background: transparent;
}

/*==============================*/
/* le curseur                   */
/*==============================*/

input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-webkit-slider-thumb,
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-moz-range-thumb,
input[type="range"].dp-treatment-essence-quizz__concerns-cursor::-ms-thumb {
  width: 24px;
  height: 24px;
  background-color: var(--COLOR-CURSOR);
  border: 4px solid #fff;
  transform: rotate(45deg);
  border-radius: 24px;
  border-bottom-right-radius: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  left: calc(50% - 12px);
  box-sizing: border-box;
}
/*-----------------------------------------------------------*/

.dp-treatment-essence-selector__item {
  display: flex;
  max-width: 768px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  justify-content: center;
  align-items: center;
}
.dp-treatment-essence-selector__visual {
  position: relative;
  background-color: #fbf4f9;
  margin-left: -60px;
  margin-right: -60px;
  width: 100%;
  z-index: 1;
}
.dp-treatment-essence-selector__ingredients {
  display: block;
  position: relative;
  mix-blend-mode: multiply;
  width: 100%;
}
*[data-active="1"] .dp-treatment-essence-selector__ingredients {
  animation: TextureZoomIn 2s ease-out both;
}
@keyframes TextureZoomIn {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.dp-treatment-essence-selector__packshot {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

div[data-screen="pores"] {
  --COLOR-GAMME: #edb8c6;
  --COLOR-PRODUCT: #d88198;
}
div[data-screen="radiance"] {
  --COLOR-GAMME: #eaa98d;
  --COLOR-PRODUCT: #e87644;
}
div[data-screen="wrinkles"] {
  --COLOR-GAMME: #c64056;
  --COLOR-PRODUCT: #be0f34;
}

.dp-treatment-essence-product__text {
  text-align: center;
  color: #000;
  font-size: 12px;
  font-family: var(--GOTHAM-BOOK);
  margin: 0;
  margin-top: 25px;
  width: 160px;
  min-height: 60px;
}
.dp-treatment-essence-selector__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 456px;
  z-index: 2;
  position: relative;
}
.dp-treatment-essence-selector__product-title {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-family: var(--GOTHAM-BOOK);
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  margin-top: 10px;
  width: 400px;
  flex: 1;
  padding: 30px;
}
.dp-treatment-essence-selector__mentions {
  font-size: 10px;
  margin: 20px;
}
.dp-treatment-essence-product__price {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-family: var(--GOTHAM-BOOK);
  margin: 10px 0;
  margin-bottom: 10px;
  white-space: nowrap;
  width: 100px;
  overflow: hidden;
}
.dp-treatment-essence-selector__content::before {
  content: " ";
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -10px;
  transform: rotate(45deg);
}
@media (max-width: 761px) {
  .dp-treatment-essence-selector__text {
    padding-top: 0;
  }
  .dp-treatment-essence-selector__item {
    flex-direction: column;
  }
  .dp-treatment-essence-selector__product-title {
    padding: 0;
  }
  .dp-treatment-essence-selector__visual {
    margin: 0;
    width: calc(0.8 * 100vw);
    height: calc(0.8 * 106vw);
    overflow: hidden;
  }
  .dp-treatment-essence-selector__product {
    flex-basis: unset;
  }
  .dp-treatment-essence-selector__product img {
    margin: 0;
    width: calc(0.8 * 100vw);
    height: calc(0.8 * 108vw);
  }
}
/************************************************************/
.dp-quickshop {
  display: none;
}
.dp-treatment-essence__cta,
button.dp-treatment-essence__cta {
  display: block;
  position: relative;
  background-color: #b40024;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #d3d3d3;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  text-transform: unset !important;
  height: 44px !important;
  letter-spacing: unset !important;
  outline: 0 !important;
}
.dp-treatment-essence__cta::after,
button.dp-treatment-essence__cta::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #63021a solid 2px !important;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
}

/*------------------------------------------------*/
.dp-treatment-essence__cta:focus::after,
button.dp-treatment-essence__cta:focus::after {
  opacity: 1;
}
.dp-treatment-essence__cta:focus,
.dp-treatment-essence__cta:hover,
button.dp-treatment-essence__cta:focus,
button.dp-treatment-essence__cta:hover {
  outline: 0 !important;
  color: #fff;
}
.dp-treatment-essence__cta:active::after,
button.dp-treatment-essence__cta:active::after {
  opacity: 1;
}
/*-------------------------------------------------------------*/

button.dp-treatment-essence__cta-white {
  display: block;
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 14px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #cfcac9;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  text-transform: unset !important;
  height: 44px !important;
  letter-spacing: unset !important;
  outline: 0 !important;
}

button.dp-treatment-essence__cta-white::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #63021a solid 2px !important;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
}

/*------------------------------------------------*/
button.dp-treatment-essence__cta-white:focus::after {
  opacity: 1;
}
button.dp-treatment-essence__cta-white:focus,
button.dp-treatment-essence__cta-white:hover {
  outline: 0 !important;
  /*color: #b40024;*/
}
button.dp-treatment-essence__cta-white:active::after {
  opacity: 1;
}

/*-------------------------------------------------------------*/
.dp-treatment-essence-steps {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.dp-treatment-essence-steps .dp-treatment-essence-colored-title {
  padding: 40px;
  text-align: center;
}

.dp-treatment-essence-steps__block {
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  font-family: var(--GOTHAM-BOOK);
  width: 970px;
}
.dp-treatment-essence-steps__background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.dp-treatment-essence-steps__visual {
  position: absolute;
  z-index: 2;
}
.dp-treatment-essence-steps__visual img,
.dp-treatment-essence-steps__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dp-treatment-essence-steps__title {
  display: block;
  margin: 0;
  padding-left: 170px;
  position: relative;
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 15px;
}
.dp-treatment-essence-steps__title span {
  display: block;
  position: absolute;
  font-size: 250px;
  line-height: 200px;
  height: 200px;
  font-family: "Gotham_Light";
  font-weight: normal;
  width: 170px;
  left: 0;
  text-align: right;
}
.dp-treatment-essence-steps__text {
  margin: 0;
  display: block;
  padding-left: 170px;
  font-size: 16px;
  max-width: 300px;
  color: #b38da1;
  position: relative;
}
.dp-treatment-essence-steps__text span {
  display: inline-block;
}
/***********************************************/
.dp-treatment-essence-steps__block[data-num="1"] {
  height: 329px;
  margin-top: 90px;
  padding-left: 361px;
  color: #ae849a;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
}
.dp-treatment-essence-steps__block[data-num="1"]
  .dp-treatment-essence-steps__title
  span {
  top: -70px;
}

.dp-treatment-essence-steps__block[data-num="1"]
  .dp-treatment-essence-steps__visual {
  top: -90px;
  left: -100px;
  width: 464px;
  height: 468px;
}
/***********************************************/
.dp-treatment-essence-steps__block[data-num="2"] {
  padding: 40px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 235px;
}

.dp-treatment-essence-steps__block[data-num="2"]
  .dp-treatment-essence-steps__title {
  flex-basis: 100%;
  color: #fbfbfa;
}
.dp-treatment-essence-steps__block[data-num="2"]
  .dp-treatment-essence-steps__title
  span {
  top: -20px;
  left: -20px;
}

.dp-treatment-essence-steps__block[data-num="2"]
  .dp-treatment-essence-steps__background {
  width: 700px;
}
.dp-treatment-essence-steps__block[data-num="2"]
  .dp-treatment-essence-steps__text {
  height: 130px;
  z-index: 3;
  font-size: 12px;
  max-width: 212px;
}
.dp-treatment-essence-steps__block[data-num="2"]
  .dp-treatment-essence-steps__text
  + .dp-treatment-essence-steps__text::before {
  content: "+";
  display: block;
  font-size: 75px;
  max-width: 50px;
  position: absolute;
  left: 15px;
}
.dp-treatment-essence-steps__block[data-num="2"]
  .dp-treatment-essence-steps__text
  + .dp-treatment-essence-steps__text {
  padding-left: 90px;
  position: relative;
  max-width: 240px;
}
.dp-treatment-essence-steps__block[data-num="2"]
  .dp-treatment-essence-steps__text
  strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
}

.dp-treatment-essence-steps__block[data-num="2"]
  .dp-treatment-essence-steps__visual {
  top: -45px;
  left: 607px;
  width: 463px;
  height: 463px;
}
/***********************************************/
.dp-treatment-essence-steps__block[data-num="3"] {
  height: 329px;
  padding-left: 173px;
  justify-content: center;
}
.dp-treatment-essence-steps__block[data-num="3"]
  .dp-treatment-essence-steps__title {
  color: #dab2d8;
}
.dp-treatment-essence-steps__block[data-num="3"]
  .dp-treatment-essence-steps__title
  span {
  top: -30px;
}
.dp-treatment-essence-steps__block[data-num="3"]
  .dp-treatment-essence-steps__visual {
  top: 0;
  left: 0;
  width: 464px;
  height: 468px;
}
.dp-treatment-essence-steps__block[data-num="3"]
  .dp-treatment-essence-steps__text {
  max-width: 432px;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-treatment-essence-steps__block[data-num="1"]
    .dp-treatment-essence-steps__visual {
    top: -34px;
    left: 0;
    width: 364px;
    height: 364px;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__background {
    width: 100vw;
    height: 65vw;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__visual {
    top: -45px;
    left: 461px;
    width: 340px;
    height: 340px;
  }

  .dp-treatment-essence-steps__block[data-num="2"] {
    padding-top: 275px;
  }
  .dp-treatment-essence-steps__block[data-num="2"] {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .dp-treatment-essence-steps__block[data-num="3"] {
    height: 284px;
    padding-left: 20px;
  }
}

@media (max-width: 761px) {
  .dp-treatment-essence-steps .dp-treatment-essence-colored-title {
    padding: 30px 20px;
  }
  .dp-treatment-essence-steps__block {
  }
  .dp-treatment-essence-steps__title span {
    width: 130px;
    font-size: 200px;
    left: -5px !important;
  }
  .dp-treatment-essence-steps__title,
  .dp-treatment-essence-steps__text {
    padding-left: 130px !important;
    padding-right: 20px !important;
    max-width: 100vw !important;
    box-sizing: border-box;
    z-index: 2;
    height: auto;
  }
  .dp-treatment-essence-steps__text {
    font-size: 14px;
  }
  .dp-treatment-essence-steps__block[data-num="1"]
    .dp-treatment-essence-steps__title
    span {
    top: -50px;
  }
  .dp-treatment-essence-steps__block[data-num="1"] {
    padding: 0;
    padding-top: 100vw;
    margin: 0;
    height: calc(100vw + 221px);
    display: flex;
  }
  .dp-treatment-essence-steps__block[data-num="1"]
    .dp-treatment-essence-steps__background {
    top: 100vw;
    height: 60vw;
  }

  .dp-treatment-essence-steps__block[data-num="1"]
    .dp-treatment-essence-steps__visual {
    width: 100vw;
    height: 100vw;
    object-fit: cover;
    margin: 0;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__title
    span {
    top: -20px;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__title
    span {
    top: -20px;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__text
    + .dp-treatment-essence-steps__text::before {
    display: none;
  }
  .dp-treatment-essence-steps__block[data-num="2"] {
    padding: 0;
    padding-top: 75vw;
    margin: 0;
    height: 260vw;
    display: block;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100vw;
    overflow: hidden;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__visual {
    top: 132vw;
    left: 0;
    width: 100vw;
    height: 132vw;
    object-fit: cover;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__text {
    height: auto;
    position: relative;
    margin-bottom: 100px;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__text:first-child {
    height: 32vw;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__background {
    width: 100vw;
    height: 132vw;
    object-fit: cover;
    margin: 0;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
  .dp-treatment-essence-steps__block[data-num="2"]
    .dp-treatment-essence-steps__background::before {
    /* content: "+";*/
    content: " ";
    display: block;
    font-size: 75px;
    position: absolute;
    bottom: -45px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    font-size: 120px !important;
    font-family: "Gotham_Light";
    height: 90px;
    max-height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
    color: #b58fa4;
    box-sizing: border-box;
    background-image: url(../img/plus.svg);
    background-size: 60px auto;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .dp-treatment-essence-steps__block[data-num="3"] {
    height: auto;
    padding-left: 0;
    justify-content: center;
    padding-top: 30px;
    width: 100%;
  }
  .dp-treatment-essence-steps__block[data-num="3"]
    .dp-treatment-essence-steps__text {
    width: 100%;
    box-sizing: border-box;
  }
}
div[data-anim] .dp-treatment-essence-steps__visual {
  transition: transform ease-in-out 0.5s;
}
@media (min-width: 1024px) {
  div[data-anim="0"] .dp-treatment-essence-steps__visual {
    transform: translateY(20%);
  }

  div[data-anim="1"] .dp-treatment-essence-steps__visual {
    transform: translateY(0%);
  }
}

/*-------------------------------------------------------------*/
.dp-treatment-essence-solutions {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.dp-treatment-essence-solutions__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 650px;
  max-width: 324px;
  position: relative;
}
.dp-treatment-essence-solutions__item:hover {
  z-index: 2;
}
.dp-treatment-essence-solutions > div {
  flex-basis: 324px;
}
.dp-treatment-essence-solutions__zoom-packshot {
  display: none;
}
@media (min-width: 762px) {
  .dp-treatment-essence-solutions__zoom-packshot {
    position: absolute;
    display: block;
    left: calc(50% - 250px);
    top: calc(205px - 250px);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px #eee;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.8);
    transition: all ease-in-out 0.5s;
  }
  .dp-treatment-essence-solutions__zoom-packshot img {
    width: 100%;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
  }
  .dp-treatment-essence-solutions__link-packshot:hover
    + .dp-treatment-essence-solutions__zoom-packshot {
    opacity: 1;
    transform: scale(1);
  }
}

.dp-treatment-essence-solutions__link-packshot {
  width: 2px;
  position: relative;
  flex-basis: 410px;
}
.dp-treatment-essence-solutions__link-packshot img {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 50%;
  transition: transform ease-in-out 0.5s;
  transform: scale(1);
}
@media (min-width: 1024px) {
  .dp-treatment-essence-solutions__link-packshot:hover img {
    transform: scale(1.1);
  }
}

[data-product="MA"] .dp-treatment-essence-solutions__link-packshot img {
  width: 265px;
  margin-left: -132px;
}
[data-product="EF"] .dp-treatment-essence-solutions__link-packshot img {
  width: 266px;
  margin-left: -140px;
}
[data-product="MI"] .dp-treatment-essence-solutions__link-packshot img {
  width: 309px;
  margin-left: -130px;
}
.dp-treatment-essence-solutions__product-name {
  font-size: 26px;
  color: #be0f34;
  text-align: center;
  line-height: 1em;
  margin: 0px;
  flex-basis: 60px;
  font-weight: normal;
  font-family: var(--CLARINS-FONT);
}
.dp-treatment-essence-solutions__text {
  margin: 0px auto;
  flex: 1;
  text-align: center;
  line-height: 1.4em;
}
.dp-treatment-essence-solutions__text strong {
  margin: 10px auto;
  display: block;
}
.dp-treatment-essence-solutions__price {
  flex-basis: 20px;
  margin: 10px auto;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-treatment-essence-solutions__link-packshot img {
    transform: scale(0.8);
  }
}

@media (max-width: 761px) {
  .dp-treatment-essence-solutions__link-packshot img {
    transform: scale(0.8);
  }
  .dp-treatment-essence-solutions__link-packshot {
    flex-basis: 370px;
  }
  .dp-treatment-essence-solutions__item {
    height: 590px;
  }
  .dp-treatment-essence .slick-dots {
    bottom: -50px;
  }
}
/**********************************************************/
.dp-treatment-essence-alcohol-free {
}
.dp-treatment-essence-colored-title {
  text-align: center;
  padding: 40px;
}
.dp-treatment-essence-alcohol-free .dp-treatment-essence-colored-title small {
  font-size: 16px;
  line-height: 1.4em;
  display: block;
}
.dp-treatment-essence-alcohol-free .dp-treatment-essence-colored-title span {
  display: block;
}
.dp-treatment-essence-alcohol-free__sticker {
  max-width: 410px;
  width: 100%;
  height: 276px;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  display: block;
}
.dp-treatment-essence-alcohol-free__anim {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@keyframes StickerDropMove {
  0% {
    transform: translateY(0%) scale(1);
  }
  50% {
    transform: translateY(4%) scale(0.95);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}
.dp-treatment-essence-alcohol-free__drop {
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  animation: StickerDropMove ease-in-out 5s infinite;
}
.dp-treatment-essence-alcohol-free__drop:nth-child(1) {
  background-image: url(../img/bulle-sticker-1.jpg);
}
.dp-treatment-essence-alcohol-free__drop:nth-child(2) {
  background-image: url(../img/bulle-sticker-2.jpg);
  animation-delay: 0.8s;
}
.dp-treatment-essence-alcohol-free__drop:nth-child(3) {
  background-image: url(../img/bulle-sticker-3.jpg);
  animation-delay: 1.6s;
}
.dp-treatment-essence-alcohol-free__content {
  background-image: url(../img/100-pourcent.png);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-family: var(--GOTHAM-BOOK);
  color: #976b82;
  font-size: 14px;
  background-position: top center;
  position: relative;
  z-index: 2;
  height: 276px;
}
.dp-treatment-essence-alcohol-free__sticker span {
  display: block;
  opacity: 0;
  flex-basis: 50px;
}
@media (max-width: 761px) {
  .dp-treatment-essence-colored-title {
    padding: 20px;
  }
}
/**********************************************************/

.dp-treatment-essence-sustainable {
  background-image: url(../img/banner.png);
  background-position: top center;
  height: 316px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1250px) {
  .dp-treatment-essence-sustainable {
    width: 1600px;
    margin-left: -175px;
    overflow: hidden;
  }
}
.dp-treatment-essence-sustainable__title::after {
  content: " ";
  background-image: url(../img/leaf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 70px;
  position: absolute;
  right: -60px;
  bottom: 0px;
}
.dp-treatment-essence-sustainable__title {
  margin: 0 auto;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-family: var(--GOTHAM-MEDIUM);
  position: relative;
  margin-top: 60px;
  font-weight: normal;
  text-align: center;
}
.dp-treatment-essence-sustainable__items-list {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.dp-treatment-essence-sustainable__item {
  text-align: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-family: var(--GOTHAM-BOOK);
  flex-basis: 210px;
}
.dp-treatment-essence-sustainable__item .num {
  font-size: 54px;
  color: #be0f34;
  font-family: "Gotham_Light";
}
.dp-treatment-essence-sustainable__item .num sup {
  font-size: 28px;
}
.dp-treatment-essence-sustainable__mentions {
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 100%;
  left: 0;
}

@media (max-width: 761px) {
  .dp-treatment-essence-sustainable {
    height: auto;
    background-image: url(../img/banner-mobile.png);
    background-position: bottom center;
    background-size: cover;
    padding: 40px 20px;
    display: block;
  }
  .dp-treatment-essence-sustainable__title {
    margin-top: 0;
  }
  .dp-treatment-essence-sustainable__title::after {
    display: block;
    position: relative;
    margin: 0 auto;
    right: auto;
    bottom: auto;
    margin-top: 10px;
  }
  .dp-treatment-essence-sustainable__items-list {
    display: block;
    flex-basis: unset;
  }
  .dp-treatment-essence-sustainable__item {
    padding-bottom: 30px;
    max-width: 200px;
    margin: 0 auto;
  }
}
/*****************************************************************/
.dp-treatment-essence-sticky {
  height: 80px;
  display: block;
  position: relative;
  margin-top: 60px;
  z-index: 100;
}
@media (min-width: 1250px) {
  .dp-treatment-essence-sticky {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
.dp-treatment-essence-sticky__wrapper {
  background: linear-gradient(
    to right,
    #f4aba3 0%,
    #f4aba3 49%,
    #dfbde0 51%,
    #dfbde0 100%
  );
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform ease-in-out 0.5s;
}

.dp-treatment-essence-sticky[data-sticky="0"]
  .dp-treatment-essence-sticky__wrapper {
  transform: translateY(100%);
  z-index: 100;
}
.dp-treatment-essence-sticky[data-sticky="1"]
  .dp-treatment-essence-sticky__wrapper {
  transform: translateY(0%);
  z-index: 100;
}
.dp-treatment-essence-sticky[data-sticky="2"]
  .dp-treatment-essence-sticky__wrapper {
  transform: translateY(0%);
  position: absolute;
}
.dp-treatment-essence-sticky__content {
  max-width: 740px;
  height: 80px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 40px;
  box-sizing: border-box;
}
.dp-treatment-essence-sticky__text {
  color: #fff;
  font-size: 16px;
  flex: 1;
  position: relative;
  z-index: 2;
  padding-left: 85px;
  max-width: 378px;
  color: #976b82;
}
.dp-treatment-essence-sticky__text strong {
  color: #b40024;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
}
.dp-treatment-essence-sticky__visual {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.dp-treatment-essence__cta {
  z-index: 2;
  position: relative;
}
.dp-treatment-essence-sticky__close {
  background-image: url(../img/close.svg);
  height: 20px;
  width: 20px;
  position: absolute;
  font-size: 0;
  top: 10px;
  right: -50px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 1249px) {
  .dp-treatment-essence-sticky__close {
    right: 10px;
  }
}
@media (max-width: 761px) {
  .dp-treatment-essence-sticky {
    height: 159px;
    margin-top: 0;
  }

  .dp-treatment-essence-sticky__visual {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: none;
  }
  .dp-treatment-essence-sticky__content {
    height: 159px;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    text-align: left;
    justify-content: center;
  }
  /* .dp-treatment-essence-sticky__wrapper {
    background: linear-gradient(to left, #dcb9dd, #dcb9dd);
  }
  .dp-treatment-essence-sticky__content::before {
    content: " ";
    top: 0;
    height: 159px;
    background: linear-gradient(to left, #dcb9dd, transparent);
    right: 0;
    top: 0;
    width: 80px;
  }*/
  .dp-treatment-essence-sticky__text {
    color: #976b82;
    font-size: 14px;
    text-align: center;
    padding: 30px;
    margin: 0 auto;
  }
  .dp-treatment-essence-sticky__text br {
    display: none;
  }
  .dp-treatment-essence-sticky__text strong {
    display: block;
  }
  .dp-treatment-essence-sticky .dp-treatment-essence__cta {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*************************************************************/
.dp-treatment-essence-selector__stats {
  display: flex;
  width: 330px;
  margin: 20px auto;
  margin-bottom: 50px;
}
.dp-treatment-essence-selector__stat_item {
  font-size: 12px;
}
.dp-results__camembert svg {
  transform: rotate(-90deg);
}

.dp-results__camembert svg circle {
  stroke-dashoffset: 0;
  stroke: #f1ccd9;
  stroke-width: 2px;
  width: 104px;
  height: 104px;
}
.dp-results__camembert[data-anim="1"] svg circle {
  transition: stroke-dashoffset 1s linear;
}
.dp-results__camembert svg .bar {
  stroke: #be0f34;
  stroke: var(--COLOR-PRODUCT);
  stroke-dashoffset: 326px;
}

.dp-results__camembert {
  position: relative;
  flex-basis: 50%;
  height: 104px;
  text-align: center;
}

/*data-value */
.dp-results__camembert-value {
  font-size: 35px;
  position: absolute;
  bottom: 33px;
  left: 0;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #be0f34;
  color: var(--COLOR-PRODUCT);
  font-family: "Gotham_Light";
}
.dp-results__camembert-value sup {
  font-size: 15px;
}
/***************************************************************/

.dp-treatment-routines {
  position: relative;
  z-index: 1;
}
.dp-treatment-routines__title {
  margin: 0 auto;
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-family: var(--GOTHAM-MEDIUM);
  position: relative;
  text-align: center;
  padding: 40px;
  font-weight: normal;
}

.dp-treatment-routines__list {
  display: flex;
}
.dp-treatment-routines__item {
  flex-basis: 33.33%;
  position: relative;
}
.dp-treatment-routines__item img {
  max-width: 100%;
  display: block;
}
[data-product="MA"] {
  --COLOR-PRODUCT: #d88198;
}
[data-product="EF"] {
  --COLOR-PRODUCT: #e87644;
}
[data-product="MI"] {
  --COLOR-PRODUCT: #be0f34;
}

.dp-treatment-routines__age {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  margin: 0;

  font-size: 24px;
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
  box-sizing: border-box;
  color: var(--COLOR-PRODUCT);
}
div[data-version="APAC"] .dp-treatment-routines__age {
  font-size: 16px;
}
.dp-treatment-routines__link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 2;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
  box-sizing: border-box;
  color: #fff;
  text-decoration: underline;
}
.dp-treatment-routines__link:hover {
  color: #fff;
}
.dp-treatment-routines__menu-mobile {
  display: none;
}
@media (max-width: 761px) {
  .dp-treatment-routines__age {
    display: none;
  }
  .dp-treatment-routines__title {
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 0;
  }
  .dp-treatment-routines__list {
    width: 100vw;
    overflow-x: hidden;
    display: block;
  }
  .dp-treatment-routines__item {
    flex-basis: 100vw;
    position: relative;
    display: none;
  }
  .dp-treatment-routines__item[data-open="1"] {
    display: block;
  }
  .dp-treatment-routines__menu-mobile {
    display: flex;
    justify-content: center;
  }
  button.dp-treatment-routines__menu-age {
    color: var(--COLOR-PRODUCT);
    display: block;
    background-color: transparent !important;
    border: 0px solid;
    min-width: unset;
    font-size: 25px;
    font-family: "Gotham_Light";
    padding: 20px 10px;
    position: relative;
    text-align: center;
    margin: 0 5px;
    height: auto;
    outline: 0 !important;
  }
  button.dp-treatment-routines__menu-age small {
    white-space: nowrap;
    font-size: 12px;
    display: block;
  }
  button.dp-treatment-routines__menu-age:active,
  button.dp-treatment-routines__menu-age:focus {
    background-color: transparent !important;
    outline: 0 !important;
  }
  button.dp-treatment-routines__menu-age::after {
    content: " ";
    background-color: var(--COLOR-PRODUCT);
    width: 80%;
    height: 2px;
    opacity: 0;
    transition: opacity ease-in-out 0.5s;
    position: absolute;
    bottom: 15px;
    left: 10%;
  }
  .dp-treatment-routines__menu-age[data-open="1"]::after {
    opacity: 1;
  }
}
/*************************************************************/
.dp-treatment-essence-popin {
  position: absolute;
  z-index: 3;
  padding: 0px;
  overflow: hidden;
  box-sizing: border-box;
  width: 40px;
  max-height: 40px;
  border-radius: 40px;
  transition: none;
  padding-top: 60px;
}
.dp-treatment-essence-popin[data-open="1"] {
  padding: 12px;
  width: 150px;
  max-height: 400px;
  border-radius: 5px;
  /* transition: max-height ease-in-out 0.5s;*/
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.8);
}
.dp-treatment-essence-popin[data-product="MA-1"],
.dp-treatment-essence-popin[data-product="EF-1"],
.dp-treatment-essence-popin[data-product="MI-1"] {
  top: 40%;
  right: 60%;
}
.dp-treatment-essence-popin[data-product="MA-2"],
.dp-treatment-essence-popin[data-product="EF-2"],
.dp-treatment-essence-popin[data-product="MI-2"] {
  top: 25%;
  right: 10%;
}
.dp-treatment-essence-popin[data-product="MA-3"],
.dp-treatment-essence-popin[data-product="EF-3"],
.dp-treatment-essence-popin[data-product="MI-3"] {
  top: 60%;
  right: 5%;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-treatment-essence-popin[data-product="MA-1"] {
    right: 40%;
  }
}
button.dp-treatment-essence-popin__open {
  color: var(--COLOR-PRODUCT);
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 40px;
  background-color: rgba(255, 255, 255, 0);
  height: 40px;
  display: block;
  font-size: 0;
  border: 0px solid #fff;
  min-width: unset;
  padding: 0;
  outline: 0 !important;
}
button.dp-treatment-essence-popin__open:focus,
button.dp-treatment-essence-popin__open:active {
  outline: 0 !important;
}
button.dp-treatment-essence-popin__open::before {
  content: "+";
  font-size: 26px;
  color: #000;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--GOTHAM-MEDIUM);
  line-height: 1em;
  text-align: center;
  flex-direction: column;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  outline: 0 !important;
  background-color: rgba(255, 255, 255, 0.8);
}
button.dp-treatment-essence-popin__open:hover::before {
  color: #c21e41;
}
button.dp-treatment-essence-popin__close {
  color: var(--COLOR-PRODUCT);
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: none;
  font-size: 0;
  background-color: transparent;
  min-width: 40px;
  border: 0px solid;
  outline: 0 !important;
  padding: 0;
}
button.dp-treatment-essence-popin__close::before {
  content: "X";
  font-size: 24px;
  color: #c21e41;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  border: 0px solid;
  justify-content: center;
  align-items: center;
  font-family: "Gotham_Light";
  outline: 0 !important;
}
.dp-treatment-essence-popin[data-open="1"] .dp-treatment-essence-popin__open {
  display: none;
}
.dp-treatment-essence-popin[data-open="1"] .dp-treatment-essence-popin__close {
  display: block;
  outline: 0 !important;
}

.dp-treatment-essence-popin__action {
  color: var(--COLOR-PRODUCT);
  font-family: var(--GOTHAM-MEDIUM);
  line-height: 1em;
  font-size: 14px;
  margin: 5px 0;
}
.dp-treatment-essence-popin__product-name {
  font-size: 12px;
  margin: 5px 0;
}
.dp-treatment-essence-popin__price {
  font-size: 14px;
  margin: 5px 0;
}

.dp-treatment-essence-popin__cta {
  border: 0px solid !important;
  display: inline-block;
  text-decoration: underline;
  font-family: var(--GOTHAM-MEDIUM);
  line-height: 1em;
  font-size: 14px;
  color: #000 !important;
  cursor: pointer;
  padding: 0;
  height: auto;
  text-transform: none;
  letter-spacing: normal;
  min-width: unset;
  padding: 0;
  background-color: transparent !important;
  outline: 0 !important;
}
button.dp-treatment-essence-popin__cta:focus,
button.dp-treatment-essence-popin__cta:active {
  outline: 0 !important;
}

/*===================================================*/
.dp-treatment-routines__age{
  padding: 7px;
}

.dp-treatment-essence-solutions__product-name{
  width: 65%;
}

.dp-treatment-essence-selector__concerns button{
  min-height: 100px;
}

.dp-treatment-essence-selector__text{
  padding: 40px 10px;
}

.dp-treatment-essence-solutions__text{
  min-height: 70px;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){
  .dp-treatment-essence-solutions__product-name{
    width: 85%;
  }
  .dp-treatment-essence-popin[data-product="MA-1"]{
    right: 45%;
  }
}

/*2022 updates*/
.dp-treatment-essence-sticky__wrapper {display: none;}
button.dp-treatment-essence__cta-white{background-color: #b40024;color: #fff;}
button.dp-treatment-essence__cta-white:hover{background-color: #fff;color: #b40024;}

@media (max-width: 1112px) {
div[data-version="APAC"] .dp-treatment-routines__age {font-size: 14px;padding: 4px;}
}

@media (max-width: 834px) {
.dp-treatment-essence-solutions__text strong{min-height: 40px;}
.dp-treatment-essence-solutions__text {min-height: 115px;}
/*div[data-version="APAC"] .dp-treatment-routines__age br{display: none;}*/
div[data-version="APAC"] .dp-treatment-routines__age {font-size: 12px;padding: 2px;font-weight: lighter; }
}

@media (max-width: 480px) {
.dp-treatment-essence-selector__concerns button{font-size: 12px;width: 100px;}
/*.dp-treatment-essence-solutions__text {min-height: 95px;}*/
.dp-treatment-essence-solutions__link-packshot img{top: unset;}
.dp-treatment-essence-selector__concerns button[data-select="1"]:nth-child(1){left: 30px;}
.dp-treatment-essence-selector__concerns button:nth-child(3) {left: unset;right: -85px;}
.dp-treatment-essence-selector__concerns button:active, .dp-treatment-essence-selector__concerns button:focus, .dp-treatment-essence-selector__concerns button:hover, .dp-treatment-essence-selector__concerns button{
  font-size: 12px;
}
.dp-treatment-essence-selector__concerns button:nth-child(1){left: 30px;}
.dp-treatment-essence-selector__concerns button:nth-child(3){right: -85px;}
.dp-treatment-essence-selector__concerns button[data-select="1"]:nth-child(3){left: unset;}
}

/*Custom request codes*/
.LiveConsultation{text-align: center;margin: 70px auto 0;}
.LiveConsultation img{max-width: 500px;width: 100%;}
.LiveConsultation h2{font-weight: bold;font-size: 22px;margin-top: 0;}
.LiveConsultation a{background-color: #b40024;color: #fff;position: relative;border: 1px solid #cfcac9; max-width: 122px;height: 44px !important;text-decoration: none;display: block;padding: 13px 0;margin: 20px auto 0;border-radius: 5px;}
.LiveConsultation a:hover{background-color: #fff;color: #b40024;}
.LiveIMG{margin: 0 auto 5px; max-width: 300px !important;}

.LiveConsultation ul{display: flex;padding: 0;justify-content: space-between;}
.LiveConsultation li{list-style: none;max-width: 49%;}

@media (max-width: 834px) {
  .LiveConsultation{padding: 0 10px;}
  .LiveIMG {max-width: 250px !important;}
}

@media (max-width: 480px) {
.LiveConsultation{max-width: 300px;}
.LiveConsultation img {max-width: 300px;}
.LiveConsultation li{max-width: 100%;}
.LiveConsultation ul{display: block;}
.LiveIMG{margin: 20px auto 0;}
}