/** !! TO DELETE !! **/

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/**********/
/** BASE 


    **/
/**********/
.dp-clarins-we-care {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  max-width: 1170px;
  margin: 0 auto;
}
/*******************************************/
.dp-header {
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 762px) {
  .dp-header__background {
    left: calc(50% - 800px);
    width: 1660px;
    top: 0;
    position: absolute;
  }
}
@media screen and (max-width: 761px) {
  .dp-header__background {
    width: 100%;
  }
  .dp-header__background img {
    max-width: 100%;
  }
}
/*******************************************/
.dp-intro {
  margin: 0 auto;
  margin-top: -300px;
  position: relative;
  z-index: 2;
  max-width: 970px;
  height: 340px;
}
.dp-intro__title {
  display: none;
}
.dp-intro__logo {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 26px;
  padding: 0 20px;
}
.dp-intro__logo img {
  max-width: 370px;
}

.dp-intro__text {
  font-size: 24px;
  text-align: center;
  line-height: 1.4em;
  padding: 10px 20px;
  margin: 0;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
}
.dp-intro__citation {
  padding: 0 20px;
  font-family: "ClarinsRegular", "Clarins";
  color: #cb0733;
  text-align: center;
  font-size: 35px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 35px;
}
@media screen and (max-width: 761px) {
  .dp-intro {
    margin-top: -94vw;
    height: 55vw;
  }
  .dp-intro__logo {
    margin-bottom: 0;
    padding: 0;
  }
  .dp-intro__text {
    font-size: 4vw;
    line-height: 1.4em;
    padding: 0;
    margin: 0 8vw;
  }
  .dp-intro__text br {
    display: none;
  }
  .dp-intro__logo img {
    max-width: 50vw;
    margin-bottom: 3vw;
  }

  .dp-intro__citation {
    max-width: 290px;
  }
}
.dp-intro__quote {
  text-align: center;
  font-size: 90px;
  line-height: 90px;
  overflow: hidden;
  height: 35px;
  display: inline-block;
}
.dp-intro__quote:first-child {
  transform: translateY(-40%);
}
.dp-intro__quote:last-child {
  transform: translateY(+50%);
}
.dp-intro__citation-author {
  text-align: center;
  font-style: italic;
  margin: 0;
  padding: 20px;
}

.dp-intro-arguments {
  display: block;
  position: relative;
  z-index: 2;
}
.dp-intro-arguments ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
  justify-self: center;
  max-width: 1170px;
  margin-bottom: 60px;
}
.dp-intro-arguments ul li {
  margin: 0;
  padding: 0;
  flex-basis: 33%;
}
.dp-intro-arguments__picto {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.dp-intro-arguments__picto img {
  max-width: 100%;
}
.dp-intro-arguments__text {
  margin: 0;
  font-family: "ClarinsRegular", "Clarins";
  color: #000;
  font-size: 35px;
  line-height: 35px;
}
@media screen and (max-width: 1023px) {
  .dp-intro-arguments__text {
    font-size: 25px;
    line-height: 25px;
  }
}
@media screen and (max-width: 761px) {
  .dp-intro-arguments ul {
    display: block;
  }
  .dp-intro-arguments__picto {
    height: auto;
  }
}
/*******************************************/
.dp-block-pola {
  display: flex;
  margin: auto;
  text-align: left;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.dp-block-pola[data-block="2"] {
  flex-direction: row-reverse;
  text-align: right;
}

.dp-block-pola__ingredient {
  position: absolute;
  z-index: 1;
}

.dp-block-pola[data-block="1"] .dp-block-pola__ingredient {
  right: calc(50% + 400px);
  top: -200px;
}
.dp-block-pola[data-block="2"] .dp-block-pola__ingredient {
  left: calc(50% + 300px);
  top: -100px;
}
@media screen and (max-width: 761px) {
  .dp-block-pola[data-block="1"] .dp-block-pola__ingredient {
    right: calc(50% + 0px);
    top: -100px;
    transform: scale(0.7);
  }
  .dp-block-pola[data-block="2"] .dp-block-pola__ingredient {
    left: calc(50% - 100px);
    top: -100px;
    transform: scale(0.7);
  }
}

.dp-block-pola__photo {
  position: relative;
  z-index: 2;
  margin: 40px;
}

.dp-block-pola__content {
  position: relative;
  z-index: 2;
  max-width: 500px;
}
.dp-block-pola__title {
  margin: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #cb0733;
  font-size: 24px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.dp-block-pola__text {
  font-size: 18px;
  line-height: 1.4em;
}
.dp-block-pola__duty-text {
  text-align: center;
  font-size: 18px;
  line-height: 1.4em;
  max-width: 560px;
  margin: 20px auto;
}
.dp-block-pola__duty-logo img {
  margin: 0 auto;
  display: block;
}
.dp-block-pola__arguments {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  display: inline-block;
}
.dp-block-pola__arguments li::before {
  content: " ";
  width: 16px;
  height: 16px;
  background-image: url(../images/bullet.png);
  background-size: 16px 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

@media screen and (max-width: 1023px) {
  .dp-block-pola {
    display: block;
    padding: 20px;
    text-align: center;
    padding-bottom: 40px;
  }
  .dp-block-pola__title {
    text-align: center;
    margin: 0 auto;
  }
  .dp-block-pola__text {
    text-align: center;
    margin: 0 auto;
  }
  .dp-block-pola__photo {
    margin: 0px;
    margin: 0 auto;
  }
  .dp-block-pola__photo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .dp-block-pola__content {
    text-align: center;
    margin: 0 auto;
  }
}
/*******************************************/
.dp-results {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.dp-results::before {
  content: " ";
  display: block;
  background-color: #eaeceb;
  position: absolute;
  width: 1600px;
  height: 100%;
  top: 0;
  left: calc(50% - 800px);
  z-index: 1;
}
.dp-results__logo {
  margin: 0px auto;
  padding: 40px;
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.dp-results__ingredient {
  position: absolute;
  right: calc(50% + 330px);
  top: -170px;
  z-index: 2;
}
.dp-results__title {
  margin: 0 auto;
  font-family: "ClarinsRegular", "Clarins";
  color: #000;
  font-size: 35px;
  position: relative;
  z-index: 2;
  line-height: 1em;
}
.dp-results__camembert svg {
  transform: rotate(-90deg);
}

.dp-results__camembert svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke: #fff;
  stroke-width: 30px;
  width: 250px;
  height: 250px;
}
.dp-results__camembert svg .bar {
  stroke: #cb0733;
  stroke-dashoffset: 596px;
}

.dp-results__stats {
  position: relative;
  display: flex;
  z-index: 2;
  max-width: 500px;
  margin: 40px auto;
}

@media screen and (max-width: 761px) {
  .dp-results__stats {
    display: block;
    max-width: 250px;
  }
}
.dp-results__camembert {
  position: relative;
  flex-basis: 250px;
  height: 250px;
  text-align: center;
}

.dp-results__key-number {
  position: relative;
  flex-basis: 50%;
  height: 150px;
  text-align: center;
}

.dp-results__key-number-value {
  font-size: 50px;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  width: 100%;
  color: #be0f34;
}

.dp-results__key-number-text {
  font-size: 14px;
  width: 100%;
  left: 0;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
}

/*data-value */
.dp-results__camembert-value {
  font-size: 30px;
  position: absolute;
  bottom: 130px;
  left: 0;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.dp-results__camembert-text {
  font-size: 14px;
  position: absolute;
  padding: 0px 60px;
  box-sizing: border-box;
  bottom: 90px;
  width: 100%;
  left: 0;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
}
.dp-results__text {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 40px;
  z-index: 2;
  max-width: 970px;
}
/*******************************************/
.dp-collection {
  text-align: center;
}
.dp-collection__logo {
  padding: 40px;
  margin: 0 auto;
}
.dp-collection__title {
  margin: 0;
  font-family: "ClarinsRegular", "Clarins";
  color: #cb0733;
  font-size: 35px;
  line-height: 1em;
}

@media screen and (max-width: 1023px) {
  .dp-collection__text {
    margin: 20px;
  }
}
.dp-collection__products {
}
.dp-collection__product {
  padding: 25px;
}

.dp-collection__product-visual {
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  max-width: 220px;
  margin: 0 auto;
}
.dp-collection__product-visual {
  display: block;
  max-width: 220px;
}
.dp-collection__product-visual img {
  display: block;
  max-width: 100%;
}
.dp-collection__product-name {
  margin: 0;
  padding: 10px;
}
.dp-collection__link a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #fff;
  height: 50px;
  font-size: 11px;
  line-height: 50px;
  background-color: #000;
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0 20px;
}

/*******************************************/
.dp-thank-you {
  text-align: center;
  padding: 0 20px;
}
.dp-thank-you__heart {
  padding: 20px;
}
.dp-thank-you__title {
  font-family: "ClarinsRegular", "Clarins";
  color: #000;
  font-size: 35px;
  font-style: italic;
  line-height: 1em;
}
.dp-thank-you__clarins {
  padding: 20px;
  margin: 0 auto;
}
