/*-----------------------------------------------------------*/
.dp-product-section {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  padding-top: 70px;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}
.dp-product-section .dp-quickshop {
  display: none !important;
}
.dp-product-section * {
  margin: 0;
  box-sizing: border-box;
}
.dp-product-section img {
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .dp-product-section {
    display: block;
    padding-top: 0px;
  }
}
/*---------------------------------------*/
.dp-product-section__content {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 768px) {
  .dp-product-section__content {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 30px;
  }
}
/*---------------------------------------*/
.dp-product-section__women {
  flex-basis: calc(50% - 20px);
  position: relative;
  margin-top: 0px;
  padding-bottom: 120px;
}

.dp-product-section[data-align="right"] .dp-product-section__women {
  order: 1;
  margin-right: 40px;
}

.dp-product-section[data-align="left"] .dp-product-section__women {
  order: 2;
  margin-left: 40px;
}

.dp-product-section__women-photo {
  background-size: cover;
}

.dp-product-section[data-align="left"] .dp-product-section__women-photo {
  margin-left: 40px;
}

.dp-product-section[data-align="right"] .dp-product-section__women-photo {
  margin-right: 40px;
}

.dp-product-section[data-align="left"] .dp-product-section__women-photo img {
  transform: translateY(40px) translateX(-40px);
}

.dp-product-section[data-align="right"] .dp-product-section__women-photo img {
  transform: translateY(40px) translateX(40px);
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-product-section__women {
    flex-basis: calc(50% - 60px);
  }
}

@media (max-width: 768px) {
  .dp-product-section__women {
    width: 100%;
    margin: 0 !important;
  }
  .dp-product-section__women-photo {
    background-repeat: no-repeat;
    max-width: 465px;
    width: 75%;
  }
  .dp-product-section[data-align="left"] .dp-product-section__women-photo {
    margin-left: auto;
    margin-right: 0;
  }
  .dp-product-section[data-align="right"] .dp-product-section__women-photo {
    margin-left: 0;
    margin-right: auto;
  }
  .dp-product-section[data-align="left"] .dp-product-section__women-photo img {
    transform: translateY(25px) translateX(-25px);
  }
  .dp-product-section[data-align="right"] .dp-product-section__women-photo img {
    transform: translateY(25px) translateX(25px);
  }
}

/*---------------------------------------*/
.dp-product-section__ingredient {
  position: absolute;
  box-sizing: border-box;
  bottom: 0px;
}
.dp-product-section__ingredient-visual {
  flex-basis: 202px;
  position: absolute;
  bottom: 0;
}
.dp-product-section__ingredient-text {
  flex: 1;
  padding: 20px;
}
.dp-product-section__ingredient-name {
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1em;
  text-align: right;
}

.dp-product-section[data-align="right"] .dp-product-section__ingredient-visual {
  right: 0;
}

.dp-product-section[data-align="left"] .dp-product-section__ingredient-visual {
  left: 0;
}

.dp-product-section[data-align="right"] .dp-product-section__ingredient {
  right: -15%;
  text-align: right;
}

.dp-product-section[data-align="left"] .dp-product-section__ingredient {
  left: -15%;
  text-align: left;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-product-section[data-align="left"] .dp-product-section__women-photo img {
    transform: translateY(20px) translateX(-20px);
  }
  .dp-product-section[data-align="right"] .dp-product-section__women-photo img {
    transform: translateY(20px) translateX(20px);
  }
  .dp-product-section[data-align="right"]
    .dp-product-section__ingredient-visual {
    width: 190px;
    top: -70px;
    right: -40px;
  }

  .dp-product-section[data-align="left"]
    .dp-product-section__ingredient-visual {
    width: 190px;
    top: -70px;
    left: -40px;
  }

  .dp-product-section__ingredient-visual {
    left: auto;
    right: 80px;
    top: 80px;
    bottom: auto;
    width: 204px;
  }

  .dp-product-section[data-product="eau-micellaire"]
    .dp-product-section__ingredient-name {
    top: 90px;
    right: unset !important;
    background-color: rgba(206, 82, 98, 0.62);
    color: #fff;
    left: 10px;
  }

  .dp-product-section[data-product="lait-velours-demaquillant"]
    .dp-product-section__ingredient-name {
    top: 80px !important;
    right: 60px;
    background-color: rgba(180, 149, 177, 0.62);
    color: #fff;
  }

  .dp-product-section[data-product="lotion-tonique-purifiante"]
    .dp-product-section__ingredient-name {
    top: 50px;
    right: 40px !important;
    background-color: rgba(1, 47, 0, 0.62);
    color: #fff;
  }
}

@media (max-width: 768px) {
  .dp-product-section[data-align="left"] .dp-product-section__ingredient {
    left: 0;

  }
  .dp-product-section[data-align="right"] .dp-product-section__ingredient {
    right: 0;
  }
  .dp-product-section__women {
    padding-bottom: 80px;
  }

  .dp-product-section__ingredient-text {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .dp-product-section[data-align="right"] .dp-product-section__ingredient-text {
    padding-left: 10px;
  }
  .dp-product-section[data-align="left"] .dp-product-section__ingredient-text {
    padding-right: 10px;
  }
  .dp-product-section__ingredient-visual {
    left: auto !important;
    right: 0 !important;
    top: auto;
    bottom: 0;
    width: 50%;
  }
}

/*---------------------------------------*/
.dp-product-section__content {
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.dp-product-section[data-align="right"] .dp-product-section__content {
  order: 2;
}

.dp-product-section[data-align="left"] .dp-product-section__content {
  order: 1;
}

.dp-product-section__title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 8px;
  width: 100%;
  background-size: cover;
}

.dp-product-section__title {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
}
.dp-product-section__title span {
  display: inline-block;
  padding: 0 10px;
  background-color: #fff;
}
.dp-product-section__product-title {
  font-family: "ClarinsRegular", "Clarins";
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  margin: 20px auto;
  text-align: center;
  padding: 0 10px;
}

.dp-product-section__product-see-collection,
.dp-product-section__product-see-more {
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
  cursor: pointer;
}

.dp-product-section__product-see-collection {
  margin-top: -10px;
  margin-bottom: 15px;
}

.dp-product-section__product-see-more {
  margin-top: 10px;
}

.dp-product-section__product-see-more-label {
  display: none;
}

.dp-product-section__product-see-more[is-opened="1"]
  .dp-product-section__product-see-more-label[data-open-status="1"] {
  display: block;
}

.dp-product-section__product-see-more[is-opened="1"]
  .dp-product-section__product-see-more-label[data-open-status="0"] {
  display: none;
}

.dp-product-section__product-see-more-label[data-open-status="0"] {
  display: block;
}

.dp-product-section__product-see-collection a {
  color: #333333;
}

.dp-product-section__collection-link {
  text-align: center;
  padding-bottom: 20px;
}
.dp-product-section__collection-link a {
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  text-decoration: none;
  line-height: 1em;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  color: #000;
}
.dp-product-section__content-text {
  color: #333333;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  max-height: 90px;
  overflow: hidden;
  transition: max-height 0.3s;
}

.dp-product-section__content-text::after {
  content: "";
  display: block;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}


.dp-product-section__content-text[is-opened="1"] {
  max-height: 1000px;
  transition: max-height 0.3s;
}

.dp-product-section__content-text[is-opened="1"]::after {
  opacity: 0;
  transition: opacity 0.3s;
}

.dp-product-section__content-text strong {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
}

.dp-product-section__arguments {
  font-size: 14px;
  text-align: left;
}

.dp-product-section__packshot-ingredient {
  position: absolute;
  font-size: 12px;
  top: 0;
  left: 50%;
  text-align: left;
  line-height: 1em;
  width: 200px;
}
.dp-product-section__product-name {
  font-size: 14px;
  text-align: center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
  padding-top: 20px;
}
.dp-product-section__shop-btn {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  height: 50px;
  min-width: 169px;
  width: fit-content;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.dp-product-section__shop-btn-link {
  color: #fff;
  text-decoration: none;
}

.dp-product-section__shop-btn:hover {
  /* background-color: #4d4d4d; */
}

.dp-product-section__product-text {
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
  color: #333;
}

.dp-product-section__arguments {
  max-width: 400px;
  padding: 20px;
  margin: 0 auto;
  color: #333;
}

.dp-product-section__packshot {
  width: 375px;
  margin: 0 auto;
  padding-top: 25px;
  position: relative;
}

.dp-product-section__packshot img {
  margin: 0 auto;
}

.dp-product-section__packshot-ingredient {
  position: absolute;
  font-size: 11px;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-product-section__packshot {
    margin: 20px calc(50% - 187px);
  }
  .dp-product-section__product-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .dp-product-section__packshot {
    margin: 20px calc(50% - 187px);
  }
  .dp-product-section__product-title {
    font-size: 36px;
  }
}
/*---------------------------------------*/
.dp-product-section[data-align="left"] .dp-product-section__product-infos {
  order: 4;
}

.dp-product-section[data-align="right"] .dp-product-section__product-infos {
  order: 3;
}

.dp-product-section__quickshop span {
  background-color: transparent;
  display: inline-block;
  color: #be0f34;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}

/*---------------------SPECIFIQUES---------------------*/

/** Eau Micellaire **/

.dp-product-section__packshot-ingredient[data-ingredient="gentiane"] {
  top: 70px;
  left: 290px;
}

.dp-product-section__packshot-ingredient[data-ingredient="melisse"] {
  top: 200px;
  left: 250px;
}

.dp-product-section[data-product="eau-micellaire"]
  .dp-product-section__title::after,
.dp-product-section[data-product="eau-micellaire"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-01-eau-micellaire.png);
}
.dp-product-section[data-product="eau-micellaire"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="eau-micellaire"]
  .dp-product-section__packshot
  img {
  max-width: 205px;
  transform: translateX(27%);
}
.dp-product-section[data-product="eau-micellaire"]
  .dp-product-section__packshot-ingredient {
  margin-top: 10px;
  margin-left: 0;
}
.dp-product-section[data-product="eau-micellaire"]
  .dp-product-section__ingredient-name {
  top: 64px;
  right: 23px;
  background-color: rgba(65, 125, 47, 0.6);
  color: #fff;
}

/*------demaquillant-express ----------*/
.dp-product-section[data-product="demaquillant-express"]
  .dp-product-section__title::after,
.dp-product-section[data-product="demaquillant-express"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-02-demaquillant-express.png);
}

.dp-product-section[data-product="demaquillant-express"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="demaquillant-express"]
  .dp-product-section__packshot
  img {
  max-width: 90px;
}
.dp-product-section[data-product="demaquillant-express"]
  .dp-product-section__packshot-ingredient {
  margin-top: 20px;
  margin-left: 0;
}
.dp-product-section[data-product="demaquillant-express"]
  .dp-product-section__ingredient-name {
  bottom: 24px;
  left: 13px;
  background-color: rgba(200, 158, 9, 0.62);
  color: #fff;
}

/*------lait-velours-demaquillant ----------*/
.dp-product-section[data-product="lait-velours-demaquillant"]
  .dp-product-section__title::after,
.dp-product-section[data-product="lait-velours-demaquillant"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-03-lait-velours-demaquillant.png);
}

.dp-product-section[data-product="lait-velours-demaquillant"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="lait-velours-demaquillant"]
  .dp-product-section__packshot
  img {
  max-width: 146px;
  /* transform: translateX(22%); */
}
.dp-product-section[data-product="lait-velours-demaquillant"]
  .dp-product-section__packshot-ingredient {
  margin-top: 20px;
  margin-left: 0;
}
.dp-product-section[data-product="lait-velours-demaquillant"]
  .dp-product-section__ingredient-name {
  bottom: 27px;
  left: 15px;
  background-color: rgba(217, 171, 22, 0.67);
  color: #fff;
}

.dp-product-section__packshot-ingredient[data-ingredient="gentiane-jaune"] {
  top: 35px;
  left: 270px;
}

.dp-product-section__packshot-ingredient[data-ingredient="melisse-velours"] {
  top: 170px;
  left: 250px;
}

/*------doux-nettoyant-moussant ----------*/
.dp-product-section[data-product="doux-nettoyant-moussant"]
  .dp-product-section__title::after,
.dp-product-section[data-product="doux-nettoyant-moussant"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-04-doux-nettoyant-moussant.png);
}

.dp-product-section[data-product="doux-nettoyant-moussant"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="doux-nettoyant-moussant"]
  .dp-product-section__packshot
  img {
  max-width: 149px;
  transform: translateX(15%);
}
.dp-product-section[data-product="doux-nettoyant-moussant"]
  .dp-product-section__packshot-ingredient {
  margin-top: 20px;
  margin-left: 0;
}
.dp-product-section[data-product="doux-nettoyant-moussant"]
  .dp-product-section__ingredient-name {
  top: 92px;
  left: 16px;
  background-color: rgba(130, 148, 19, 0.62);
  color: #fff;
}

.dp-product-section__packshot-ingredient[data-ingredient="reine-des-pres"] {
  top: 55px;
  left: 240px;
}

.dp-product-section__packshot-ingredient[data-ingredient="gentiane-moussant"] {
  top: 260px;
  left: 240px;
}

/*------lotions-toniques ----------*/
.dp-product-section[data-product="lotions-toniques"]
  .dp-product-section__title::after,
.dp-product-section[data-product="lotions-toniques"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-05-lotions-toniques.png);
}

.dp-product-section[data-product="lotions-toniques"]
  .dp-product-section__product-title {
  color: #b40024;
}

.dp-product-section[data-product="lotions-toniques"]
  .dp-product-section__packshot
  img {
  max-width: 200px;
  transform: translateX(-10%);
}
.dp-product-section[data-product="lotions-toniques"]
  .dp-product-section__packshot-ingredient {
  margin-top: 20px;
  margin-left: 0;
}
.dp-product-section[data-product="lotions-toniques"]
  .dp-product-section__ingredient-name {
  bottom: 30px;
  right: 25px;
  background-color: rgba(234, 86, 33, 0.62);
  color: #fff;
}

.dp-product-section__packshot-ingredient[data-ingredient="aloe-vera"] {
  top: 195px;
  left: 250px;
}

.dp-product-section__packshot-ingredient[data-ingredient="safran"] {
  top: 140px;
  left: 90px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .dp-product-section[data-product="demaquillant-express"] .dp-product-section__ingredient-name {
    left: 4px!important;
   
  }
}

/* DTW EDITS */
.underlined_link{
  text-decoration: underline !important;
}
.dp-product-section__shop-btn {
  text-transform: initial;
}

.dp-product-section__packshot, .dp-product-section__product-infos{
  display: none !important;
}

.dp-product-section__content-text {
  max-height: 120px;
}

.custom-CTA-2022{
  background-color: transparent;
  display: inline-block;
  color: #000;
  padding: 10px 20px;
  text-transform: inherit;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 180px;
  text-align: center;
  border-radius: 5px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: auto;
}


/*--------------------------------------------------------------------------------------*/
#block-01, #block-02,#block-03 {
    scroll-margin-top: 78px;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  #block-01, #block-02,#block-03 {
      scroll-margin-top: 150px;
      padding-top: 78px;
  }
}
