/** !! TO DELETE !! **/
html,
body {
  margin: 0;
  overflow-x: hidden;
}

/**********/
/** BASE **/
/**********/

.dp-double-serum {
  max-width: 1170px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  color: #000;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.dp-double-serum * {
  box-sizing: border-box;
}

/*************/
/** BLOCK 1 **/
/*************/

.dp-block1,
.dp-block1_body,
.dp-block2 {
  margin-top: 20px;
}

.dp-block1_header {
  font-size: 42px;
  font-family: "ClarinsRegular", "Clarins";
  color: #d65d00;
  text-align: center;
}

.dp-block1_body {
  color: #fff;
  position: relative;
}

.dp-block1_b-title {
  font-size: 36px;
  font-family: "ClarinsRegular", "Clarins";
  margin: 0;
}

.dp-block1_b {
  width: 250px;
}

.dp-block1_b a {
    text-decoration: none;
    display: inline-block;
    background-color: rgb(0 0 0);
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    border: solid 1px #000;
}

.dp-block1_b1 {
  text-align: right;
  float: right;
  margin-top: 80px;
  margin-right: 210px;
}

.dp-block1_b2 {
  text-align: left;
  float: left;
  margin-top: 80px;
  margin-left: 210px;
}

.dp-block1_b3 {
  display: flex;
  align-items: center;
}

.dp-block1_b3 {
  position: absolute;
  bottom: 40px;
  left: calc(50% + 100px);
  width: 360px;
  line-height: 50px;
}

.dp-block1_b3-number,
.dp-block1_b1-description {
  margin: 0;
}

.dp-block1_b-description {
  line-height: 20px;
}

.dp-block2_b-description {
  line-height: 20px;
}

.dp-block1_b3-number {
  color: #fff;
}

.dp-block1_b3 .dp-block1_b3-number {
  font-size: 60px;
  border-left: solid 2px #fff;
  letter-spacing: -0.05em;
  padding-left: 10px;
  vertical-align: middle;
}

.dp-block1_b3-number sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.dp-block1_b3-description {
  padding-left: 10px;
  line-height: 20px;
  margin: 0;
  padding-left: 20px;
}

.dp-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.dp-br-mobile {
  display: none;
}

#dp-slider {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1170px) {
  .dp-block1_b1 {
    margin-top: calc(100vw * 80 / 1170);
    margin-right: calc(100vw * 210 / 1170);
  }

  .dp-block1_b2 {
    margin-top: calc(100vw * 80 / 1170);
    margin-left: calc(100vw * 210 / 1170);
  }
}

@media screen and (max-width: 768px) {
  #dp-slider {
    position: relative;
    top: auto;
    left: auto;
  }

  .dp-block1_b1,
  .dp-block1_b2 {
    margin: 0;
    float: none;
  }

  .dp-br-mobile {
    display: block;
  }

  .dp-img img {
    width: auto;
    padding-bottom: 20px;
  }

  .dp-block1_b3 {
    border: solid 1px #d65d00;
    height: 130px;
    padding: 0 20px;
    width: 330px;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .dp-block1_b3 .dp-block1_b3-number {
    font-size: 50px;
    border-left: none;
    color: #6d3c00;
  }

  .dp-block1_b3 .dp-block1_b3-description {
    color: #d65d00;
    text-align: left;
  }

  .dp-block1_b a {
    color: #000;
    border: solid 1px #e7e4e2;
  }

  .dp-block1_b,
  .dp-block1_b3 {
    color: #000;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .dp-block2_txt-cta {
    margin-top: 20px;
  }

  .dp-block1_b {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .dp-img img {
    width: auto;
    padding-bottom: 20px;
    margin-left: calc(50vw - 586px);
  }
}
/*************/
/** FINDER **/
/*************/
.dp-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;
    line-height: 50px;
    border: solid 1px #000000;
    border-radius: 3px;
    background-color: #000;
    transition: 0.3s;
    cursor: pointer;
    text-transform: none;
    padding: 0 20px;
}
.dp-link a:hover {
    border: solid 1px #000000;
    background-color: #fff;
    color: #000000;
}

.dp-finder {
  text-align: center;
  margin-top: 40px;
}
.dp-finder__title {
  padding-top: 70px;
  margin: 0;
  color: #000;
  font-weight: normal;
  font-family: "ClarinsRegular", "Clarins";
  line-height: 1em;
  font-size: 35px;
  text-align: center;
}
.dp-finder__claim {
  margin: 25px auto;
  font-size: 16px;
}

.dp-finder__push {
  display: block;
  position: relative;
}
@media screen and (min-width: 762px) {
  .dp-finder__push {
    height: 420px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 50%;
  }
}
/*----Elements---*/
.dp-finder__background {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.dp-finder__background img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 762px) {
  .dp-finder__background {
    width: 1300px;
    left: calc(50% - 650px);
    z-index: 1;
  }
}

.dp-finder__box {
  background: #fff;
  flex-basis: calc(100% - 40px);
  max-width: 440px;
  padding: 50px;
  margin: 20px;
  position: relative;
  z-index: 2;
  display: block;
}

.dp-finder__box-title {
  color: #333333;
  font-size: 56px;
  font-family: "ClarinsRegular", "Clarins";
  text-align: right;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.dp-finder__box-title span:nth-child(1) {
  font-size: 90px;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-right: 70px;
  margin-bottom: -20px;
}
.dp-finder__box-title span:nth-child(2) {
  margin-left: 70px;
}
/*--responsive------*/
@media screen and (max-width: 761px) {
  .dp-finder {
    margin-top: 30px;
  }
  .dp-finder__push {
    height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
  }
  .dp-finder__box {
    background: #fff;
    flex-basis: 230px;
    /* width: calc(100% - 40px);
    max-width: calc(100% - 40px);*/
    padding: 20px;
    margin: 15px;
  }
  .dp-finder__box-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .dp-finder__box-title span:nth-child(1) {
    font-size: 70px;
  }
  .dp-finder__box-title span:nth-child(1) {
    font-size: 50px;
}
.dp-finder__box-title {
    font-size: 30px;
    margin-bottom: 20px;
}
}

/*DTW EDITS*/
.Mentions{
  font-size: 11px;
  opacity: 0.8;
  line-height: 1;
  color: #fff;
}

.mention_block{
  bottom: 0px;
}

.dp-block1_b1 {
  margin-right: 275px;
}

.dp-block1_b2 {
  margin-left: 275px;
}

/*iPad Air Portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .dp-block1_b3{
    left: calc(50% + 45px);
    bottom: 60px;
  }
  .mention_block {
    bottom: 15px;
  }
  .Mentions{
    line-height: 15px;
  }
  .dp-block1_b1 {
    margin-right: 200px;
  }
  .dp-block1_b-description {
    width: 170px;
    margin-left: 60px;
    font-size: 12px;
  }
  .dp-block1_b-title {
    font-size: 30px;
    margin-right: 15px;
  }
  .dp-block1_b2 {
    margin-left: 200px;
  }
  .dp-block2_b-description {
    width: 170px;
    margin-left: 0px;
    font-size: 12px;
  }
  .dp-block2_b-title {
    font-size: 30px;
    margin-left: 15px;
  }
}

/*mobile*/
@media only screen and (max-width: 761px){
  .mention_block{
    border: none;
    height: 60px;
  }
  .dp-block1_b1 {
    margin: 0 auto;
  }
  .dp-block1_b2 {
    margin: 0 auto;
  }

  .Mentions {
    color: #000;
    opacity: 0.5;
  }
  .slick-next {
    right: 0px !important;
}
.slick-prev {
    left: 0px !important;
}
.dp-block1_b a {
    color: #fff;
    border: solid 1px #e7e4e2;
}
}