/*-----------------------------------------------------------*/
.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: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, 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: 761px) {
  .dp-product-section {
    display: block;
    padding-top: 20px;
  }
}
/*---------------------------------------*/
.dp-product-section__content {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 761px) {
  .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: 50px;
  margin-bottom: 200px;
}

.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);
  }
  .dp-product-section[data-align="left"] .dp-product-section__women-name {
    left: 20px;
  }
  .dp-product-section__arguments {
    position: absolute;
    top: 520px;
  }
  .dp-product-section[data-align="left"] .dp-product-section__arguments {
    left: 400px;
    width: 100%;
  }
  .dp-product-section[data-align="right"] .dp-product-section__arguments {
    left: -240px;
  }
}

@media (max-width: 761px) {
  .dp-product-section__women {
    width: 100%;
    margin: 0 !important;
  }
  .dp-product-section__women-photo {
    margin: 0 !important;
    padding-top: 30px;
    background-repeat: no-repeat;
  }
  .dp-product-section__women-photo img {
    transform: none !important;
  }

  .dp-product-section .dp-product-section__women-photo {
    background-position: top left 40px;
  }
  .dp-product-section[data-align="right"] .dp-product-section__women-photo {
    background-position: top right 40px;
  }
  .dp-product-section__women-name {
    position: absolute;
    padding: 10px 20px;
    width: 208px;
    box-sizing: border-box;
    bottom: 0px;
  }
  .dp-product-section .dp-product-section__women-name {
    right: auto !important;
    left: 0px !important;
    padding: 20px 0 !important;
    margin-left: 0px !important;
    padding-left: 20px !important;
    width: 50% !important;
    text-align: left !important;
  }

  .dp-product-section__women-name span {
    font-size: 10px;
    line-height: 1em;
  }
}

/*---------------------------------------*/
.dp-product-section__ingredient {
  width: 500px;
  z-index: 2;
  position: absolute;
  top: 750px;
  box-sizing: border-box;
}
.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: 11px;
  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: calc(50% - 20px);
  padding-right: 204px;
  text-align: right;
}

.dp-product-section[data-align="left"] .dp-product-section__ingredient {
  left: calc(50% - 20px);
  padding-left: 204px;
  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 {
    right: calc(50% + 40px);
    padding-top: 224px;
    text-align: left;
    display: block;
    top: 400px;
    width: 330px;
    padding-right: 0;
  }
  .dp-product-section[data-align="left"] .dp-product-section__ingredient {
    left: calc(50% + 40px);
    padding-top: 224px;
    text-align: left;
    display: block;
    top: 400px;
    width: 330px;
    padding-left: 0;
  }
  .dp-product-section[data-align="right"]
    .dp-product-section__ingredient-visual {
    top: -20px;
    right: 0px;
  }

  .dp-product-section[data-align="left"]
    .dp-product-section__ingredient-visual {
    top: -20px;
    left: -20px;
  }

  .dp-product-section__ingredient-visual {
    left: auto;
    right: 80px;
    top: 80px;
    bottom: auto;
    width: 204px;
  }
}

@media (max-width: 761px) {
  .dp-product-section__ingredient {
    width: 100% !important;
    z-index: 2;
    position: relative;
    margin: 0 auto !important;
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    padding: 0px !important;
    height: 124px !important;
  }


  .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;
}
.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: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-size: 16px;
  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","Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  font-size: 27px;
  font-weight: normal;
  line-height: 1em;
  display: block;
  margin: 20px auto;
  text-align: center;
}

.dp-product-section__collection-link {
  text-align: center;
  padding-bottom: 20px;
}
.dp-product-section__collection-link a {
  text-transform: uppercase;
  font-family: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, 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: left;
  max-width: 420px;
  margin: 0 auto;
}
.dp-product-section__content-text strong {
  font-family: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
}
.dp-product-section__content-text a {
  text-decoration: underline;
  font-family: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
}

.dp-product-section__arguments {
  font-size: 14px;
  text-align: left;
}

.dp-product-section__packshot-text {
  position: relative;
  font-size: 12px;
  text-align: center;
  display: block;
}
.dp-product-section__packshot-ingredient {
  position: absolute;
  font-size: 11px;
  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: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
  padding-top: 10px;
}

.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: 15px;
  position: relative;
}

.dp-product-section__packshot img {
  margin: 0 auto;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .dp-product-section__packshot {
    margin: 20px calc(50% - 187px);
  }
  .dp-product-section__product-title {
    font-size: 27px;
  }
}
@media (max-width: 761px) {
  .dp-product-section__packshot {
    margin: 20px calc(50% - 187px);
  }
  .dp-product-section__product-title {
    font-size: 22px;
  }
  .dp-product-section[data-product="body-partner"]
  .dp-product-section__ingredient-name {
    left: 10px !important;
    font-size: 10px;
  }
  .dp-product-section[data-product="lift-fermete"] .dp-product-section__ingredient-name{right: 280px;}
  .dp-product-section__title span{line-height: 30px;}
  .dp-product-section[data-product="body-fit"] .dp-product-section__ingredient-name {top: 110px;}

}
/*---------------------------------------*/
.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: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}

/*---------------------SPECIFIQUES---------------------*/

/*------body fit ----------*/
.dp-product-section[data-product="body-fit"] .dp-product-section__title::after,
.dp-product-section[data-product="body-fit"] .dp-product-section__women-photo {
  background-image: url(../img/degrade-01.png);
}
.dp-product-section[data-product="body-fit"]
  .dp-product-section__product-title {
  color: #b9213c;
}
.dp-product-section[data-product="body-fit"] .dp-product-section__packshot img {
  max-width: 127px;
  transform: translateX(15%);
}
.dp-product-section[data-product="body-fit"]
  .dp-product-section__packshot-ingredient {
  position: absolute;
  font-size: 11px;
  top: 65%;
  left: 65%;
  text-align: left;
  line-height: 1em;
  width: 100px;
}
.dp-product-section[data-product="body-fit"]
  .dp-product-section__ingredient-name {
  top: 150px;
  right: auto;
  left: 20px;
  background-color: rgba(225, 163, 117, 0.62);
  color: #fff;
}
/*------lift fermete ----------*/
.dp-product-section[data-product="lift-fermete"]
  .dp-product-section__title::after,
.dp-product-section[data-product="lift-fermete"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-02.png);
}
.dp-product-section[data-product="lift-fermete"]
  .dp-product-section__product-title {
  color: #b9213c;
}
.dp-product-section[data-product="lift-fermete"]
  .dp-product-section__packshot
  img {
  max-width: 226px;
  transform: translateX(0%);
}
.dp-product-section[data-product="lift-fermete"]
  .dp-product-section__ingredient-name {
  top: 41px;
  right: 70px;
  left: auto;
  background-color: rgba(178, 214, 117, 0.62);
  color: #fff;
}
/*------body-partner----------*/
.dp-product-section[data-product="body-partner"]
  .dp-product-section__title::after,
.dp-product-section[data-product="body-partner"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-03.png);
}
.dp-product-section[data-product="body-partner"]
  .dp-product-section__product-title {
  color: #b9213c;
}
.dp-product-section[data-product="body-partner"]
  .dp-product-section__packshot-ingredient:nth-child(2) {
  margin-top: 60%;
  margin-left: -50%;
  width: 120px;
  text-align: right;
}
.dp-product-section[data-product="body-partner"]
  .dp-product-section__packshot-ingredient:nth-child(3) {
  margin-top: 40%;
  margin-left: 18%;
  width: 100px;
}
.dp-product-section[data-product="body-partner"]
  .dp-product-section__packshot
  img {
  max-width: 235px;
  transform: translateX(-10%);
}
.dp-product-section[data-product="body-partner"]
  .dp-product-section__ingredient-name {
  top: 111px;
  right: auto;
  left: 22px;
  background-color: rgba(255, 183, 168, 0.62);
  color: #fff;
}
/*------baume corps----------*/
.dp-product-section[data-product="baume-corps"]
  .dp-product-section__title::after,
.dp-product-section[data-product="baume-corps"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-04.png);
}
.dp-product-section[data-product="baume-corps"]
  .dp-product-section__product-title {
  color: #b9213c;
}
.dp-product-section[data-product="baume-corps"]
  .dp-product-section__packshot-ingredient {
  margin-top: 50%;
  margin-left: 15%;
  width: 100px;
}

.dp-product-section[data-product="baume-corps"]
  .dp-product-section__packshot
  img {
  max-width: 157px;
  transform: translateX(10%);
}
.dp-product-section[data-product="baume-corps"]
  .dp-product-section__ingredient-name {
  top: 67px;
  right: auto;
  left: 60px;
  background-color: rgba(43, 124, 192, 0.62);
  color: #fff;
}

/*------gommage-tonic----------*/
.dp-product-section[data-product="gommage-tonic"]
  .dp-product-section__title::after,
.dp-product-section[data-product="gommage-tonic"]
  .dp-product-section__women-photo {
  background-image: url(../img/degrade-05.png);
}
.dp-product-section[data-product="gommage-tonic"]
  .dp-product-section__product-title {
  color: #b9213c;
}
.dp-product-section[data-product="gommage-tonic"]
  .dp-product-section__packshot-ingredient:nth-child(2) {
  margin-top: 50%;
  margin-left: 32%;
  width: 100px;
}
.dp-product-section[data-product="gommage-tonic"]
  .dp-product-section__packshot-ingredient:nth-child(3) {
  margin-top: 20%;
  margin-right: 32%;
  width: 100px;
}
.dp-product-section[data-product="gommage-tonic"]
  .dp-product-section__packshot
  img {
  max-width: 226px;
  transform: translateX(0%);
}
.dp-product-section[data-product="gommage-tonic"]
  .dp-product-section__ingredient-name {
  top: 60px;
  right: auto;
  left: 47px;
  background-color: rgba(77, 143, 155, 0.62);
  color: #fff;
}

/*-----------------------------------------------*/
.dp-product-section__content-text {
  height: 100px;
  overflow: hidden;
  position: relative;
  transition: height ease-in-out 0.5s;
}
.dp-product-section__content-text::after {
  content: " ";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
  transition: opacity ease-in-out 0.5s;
  opacity: 1;
  pointer-events: none;
}
.dp-product-section__content[data-open="1"]
  .dp-product-section__content-text
  p {
  display: block;
}
.dp-product-section__content[data-open="1"]
  .dp-product-section__content-text::after {
  opacity: 0;
}
.dp-product-section__content .dp-product-section__link span {
  background-color: transparent;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 11px;
  line-height: 18px;
  font-family: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  cursor: pointer;
  text-align: center;
}
.dp-product-section__content[data-open="1"]
  .dp-product-section__link
  span[data-open="1"] {
  display: none;
}
.dp-product-section__content[data-open="0"]
  .dp-product-section__link
  span[data-open="0"] {
  display: none;
}
.dp-product-section__gamme {
  padding: 10px;
  text-align: center;
}

.dp-product-section__gamme a {
  background-color: transparent;
  display: inline-block;
  color: #333;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 16px;
  line-height: 18px;
  font-family: "ClarinsRegular", "Clarins","Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
  cursor: pointer;
  text-align: center;
}
