:root {
  --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B",
    "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  --FONT-CLARINS: "ClarinsRegular", "Clarins";
}

.dp-clarins-bf-pdp * {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  font-family: var(--FONT-GOTHAM-MEDIUM);
  text-decoration: none;
}

.dp-clarins-bf-pdp__hero-bloc {
  position: relative;
  overflow: hidden;
  display: flex;
}

.dp-clarins-bf-pdp picture,
.dp-clarins-bf-pdp picture img {
  display: block;
}

.dp-clarins-bf-pdp__hero-bloc__content {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 2;
  display: flex;
}

.dp-clarins-bf-pdp__hero-bloc__content__inner {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.dp-clarins-bf-pdp__hero-bloc__logo {
  margin: 0 auto;
  width: 210px;
  margin-bottom: 10px;
}

.dp-clarins-bf-pdp__hero-bloc__title {
  font-family: var(--FONT-CLARINS);
  font-size: 90px;
  line-height: 60px;
  font-weight: normal;
  margin: 0 auto;
  width: 210px;
}
.dp-clarins-bf-pdp__hero-bloc__title span:nth-child(1) {
  margin-left: 0;
  width: 120px;
  display: block;
  font-family: inherit;
  font-size: inherit;
}
.dp-clarins-bf-pdp__hero-bloc__title span:nth-child(2) {
  margin-left: -70px;
  margin-top: -5px;
  font-family: inherit;
  font-size: inherit;
  display: block;
}
.dp-clarins-bf-pdp__hero-bloc__intro {
  margin-top: 30px;
  text-align: center;
}

.dp-clarins-bf-pdp__hero-bloc__cta {
  background-color: #fff;
  border: 1px solid #cfcac9;
  border-radius: 6px;
  padding: 14px 17px;
  margin-top: 20px;
}

@media screen and (min-width: 501px) {
  .dp-clarins-bf-pdp__hero-bloc {
    height: 500px;
  }
  .dp-clarins-bf-pdp picture,
  .dp-clarins-bf-pdp picture img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
  }

  .dp-clarins-bf-pdp__hero-bloc__content {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    width: 100%;
    max-width: 1170px;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
  }
}
@media screen and (min-width: 1250px) {
  .dp-clarins-bf-pdp__hero-bloc {
    height: 500px;
    width: 1600px;
    margin-left: -175px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 500px) {
  .dp-clarins-bf-pdp picture,
  .dp-clarins-bf-pdp picture img {
    margin-left: -120px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 500px) and (orientation: portrait) {
  .dp-clarins-bf-pdp picture,
  .dp-clarins-bf-pdp picture img {
    margin-left: -140px;
  }
}

@media screen and (max-width: 499px) {
  .dp-clarins-bf-pdp__hero-bloc__content__inner {
    width: calc(100% - 40px);
  }

  .dp-clarins-bf-pdp picture,
  .dp-clarins-bf-pdp picture img {
    width: 100%;
    height: auto;
  }

  .dp-clarins-bf-pdp__hero-bloc__content {
    width: 100%;
    justify-content: center;
    margin-top: 50px;
  }

  .dp-clarins-bf-pdp__hero-bloc__logo {
    width: 170px;
  }

  .dp-clarins-bf-pdp__hero-bloc__title {
    font-size: 72px;
    line-height: 48px;
    width: 170px;
  }
  .dp-clarins-bf-pdp__hero-bloc__title span:nth-child(2) {
    margin-left: -50px;
    margin-top: 0px;
    font-family: inherit;
    font-size: inherit;
    display: block;
  }

  .dp-clarins-bf-pdp__hero-bloc__intro {
    text-align: center;
  }
}
