body,
html {
  overflow-x: hidden;
}

.dk-launch {
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  color: #333;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
.breadcrumb {
  display: none !important;
}
/*-----------HEADER--------------*/
.dk-launch-header {
  position: relative;
  display: flex;
  height: 580px;
  overflow: hidden;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 1250px) {
  .dk-launch-header {
    width: 100vw;
    margin-left: calc(625px - 50vw);
  }
}
@media (max-width: 761px) {
  .dk-launch-header {
    padding: 24vw 0px;
    height: auto;
  }
}
.dk-launch-header__title {
  color: #bb1034;
  text-align: center;
  font-family: ClarinsRegular, Clarins;
  font-size: 48px;
  line-height: 48px;
  font-weight: normal;
  margin: 0;
}
.dk-launch-header__title strong {
  font-size: 80px;
  line-height: 70px;
  display: block;
  font-weight: normal;
}
.dk-launch-header__cta {
  padding-top: 20px;
  text-align: center;
}
.dk-launch-header__cta span {
  background-color: #000;
  line-height: 50px;
  height: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.dk-launch-header__logo {
  display: inline-block;
  background-image: url(img/logo-cba.svg);
  background-color: #b40024;
  width: 192px;
  height: 42px;
  background-size: 100% auto;
  font-size: 0;
  vertical-align: middle;
}

@media (max-width: 761px) {
  .dk-launch-header__title {
    font-size: 35px;
    line-height: 35px;
  }
  .dk-launch-header__title strong {
    font-size: 57px;
    line-height: 48px;
  }
  .dk-launch-header__logo {
    width: 140px;
    height: 30px;
  }
}
.dk-launch-header__bg-left img,
.dk-launch-header__bg-right img {
  display: block;
  width: 100%;
}

@media (min-width: 1600px) {
  .dk-launch-header__bg-left {
    left: 0;
    top: 0;
    position: absolute;
    width: 800px;
  }
  .dk-launch-header__bg-right {
    right: 0;
    top: 0;
    position: absolute;
    width: 800px;
  }
}
@media (max-width: 1599px) and (min-width: 762px) {
  .dk-launch-header__bg-left {
    position: absolute;
    left: calc(50% - 800px);
    width: 800px;
  }
  .dk-launch-header__bg-right {
    position: absolute;
    right: calc(50% - 800px);
    width: 800px;
  }
}

.dk-launch-header__packshot {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 507px;
  margin-top: 10px;
}

.dk-launch-header__packshot span {
  background-color: #dfb85b;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: -40px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
}
.dk-launch-header__packshot span strong {
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  text-transform: none;
}
.dk-launch-header__packshot img {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}
.dk-launch-header__text {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 20px;
  text-align: center;
  max-width: 700px;
  color: #333;
}

.dk-launch-header__mentions {
  margin: 0 auto;
  font-size: 10px;
  line-height: 1.4em;
  padding: 20px 0;
  text-align: center;
  max-width: 700px;
  color: #8b8b8b;
}
@media (max-width: 761px) {
  .dk-launch-header__bg-left {
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
  }
  .dk-launch-header__bg-right {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
  }
  .dk-launch-header__packshot {
    max-width: 100%;
  }

  .dk-launch-header__packshot img {
    width: 80vw;
    margin: 5vw;
    margin-left: 5vw;
    margin-right: 15vw;
  }
  .dk-launch-header__packshot span {
    right: 5vw;
    width: 18vw;
    height: 18vw;
    font-size: 2.5vw;
  }
  .dk-launch-header__packshot span strong {
    font-size: 3.5vw;
  }
  .dk-launch-header__text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3.5vw;
  }
  .dk-launch-header__text br {
    display: none;
  }
}
/*-------------------------ROUTINE-------------------------*/

.dk-launch-routine {
}
.dk-launch-routine__wecare {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin: 30px auto;
  overflow: hidden;
  background-image: url(img/clarins-wecare.png);
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
  font-family: ClarinsRegular, Clarins;
  font-size: 20px;
}
.dk-launch-routine__quickshop {
  display: block;
  height: 55px;
  margin-top: -55px;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}
.dk-launch-routine__quickshop span {
  display: block;
  height: 55px;
  opacity: 0;
  background-color: rgba(237, 233, 231, 0.82);
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 55px;
  cursor: pointer;
  transform: translateY(100%);
  transition: all ease-in-out 0.5s;
}
.dk-launch-routine__packshot:hover + .dk-launch-routine__quickshop span,
.dk-launch-routine__quickshop:hover span {
  opacity: 1;
  transform: translateY(0);
}
.dk-launch-routine__hidden-quickshop {
  display: none !important;
}

.dk-launch-routine__wecare span {
  display: block;
  opacity: 0;
  height: 44px;
}

.dk-launch-routine__title {
  color: #bb1034;
  text-align: center;
  font-family: ClarinsRegular, Clarins;
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.dk-launch-routine__text {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 25px;
  text-align: center;
  max-width: 700px;
  color: #333;
}
.dk-launch-routine__wrapper {
  width: calc(100% - 40px);
  max-width: 1170px;
  display: block;
  margin: 30px auto;
}
.dk-launch-routine__item {
  max-width: 270px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  height: 520px;
  flex-direction: column;
}
.dk-launch-routine__packshot {
  width: 100%;
  position: relative;
  height: 315px;
  display: block;
  cursor: pointer;
}

.dk-launch-routine__packshot img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dk-launch-routine__packshot[data-product="double-serum"] img {
  transform: translateX(-23%);
}
.dk-launch-routine__packshot[data-product="baume-corps"] img {
  transform: translateX(-35%);
}
.dk-launch-routine__packshot[data-product="total-eye-lift"] img {
  transform: translateX(-66%);
}
.dk-launch-routine__packshot[data-product="hand-cream"] img {
  transform: translateX(-38%);
}
.dk-launch-routine__packshot[data-product="doux-nettoyant"] img {
  transform: translateX(-50%);
}
.dk-launch-routine__packshot[data-product="beauty-flash-balm"] img {
  transform: translateX(-33%);
}
.dk-launch-routine__packshot[data-product="natural-lip-perfector"] img {
  transform: translateX(-40%);
}
.dk-launch-routine__packshot[data-product="huile-tonic"] img {
  transform: translateX(-34%);
}
.dk-launch-routine__product {
  font-size: 16px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  padding: 20px 0;
  min-height: 50px;
}
.dk-launch-routine__infos {
  color: #8b8b8b;
  font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica,
    Arial, sans-serif;
  font-size: 14px;
  flex: 1;
  line-height: 1.4em;
}
.dk-launch-routine__cta {
  flex-basis: 40px;
}
.dk-launch-routine__cta a {
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #bfbfbf;
  letter-spacing: 0.1em;
}

@media (max-width: 1023px) {
  .dk-launch-routine__packshot {
    transform: scale(0.8);
  }
  .dk-launch-routine__title {
    padding: 0 20px;
  }
  .dk-launch-routine__text {
    padding: 0 20px;
    padding-top: 25px;
  }
}

@media (max-width: 761px) {
  .dk-launch-routine__wecare {
    margin-top: 0px;
    margin-bottom: 0px;
    transform: scale(0.7);
  }

  .dk-launch-routine__packshot {
    transform: scale(1);
  }
  .dk-launch-routine__title {
    padding: 0 20px;
    font-size: 35px;
  }
  .dk-launch-routine__text {
    padding: 0 20px;
    padding-top: 25px;
  }
}
/*-------------------------RESPONSIBLE-------------------------*/

.dk-launch-responsible {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 1250px) {
  .dk-launch-responsible {
    width: 100vw;
    margin-left: calc(625px - 50vw);
  }
}
.dk-launch-responsible__background {
  display: block;
  margin: 0 auto;
  background-image: url(img/red-ribbon.png);
  background-repeat: repeat-x;
  background-position: bottom 65px left 0;
  height: 526px;
}
@media (max-width: 1023px) {
  .dk-launch-responsible__background {
    height: 380px;
  }

  .dk-launch-responsible__background img {
    max-width: 100%;
  }
}

.dk-launch-responsible__background img {
  display: block;
  margin: 0 auto;
}

.dk-launch-responsible__title {
  color: #bb1034;
  text-align: center;
  font-family: ClarinsRegular, Clarins;
  font-size: 48px;
  font-weight: normal;
  margin: 0;
}
.dk-launch-responsible__text {
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 25px;
  text-align: center;
  max-width: 700px;
  color: #333;
}

.dk-launch-responsible__cta {
  padding-top: 20px;
  text-align: center;
}
.dk-launch-responsible__cta a {
  background-color: #000;
  line-height: 50px;
  height: 50px;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica,
    Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
}

@media (max-width: 761px) {
  .dk-launch-responsible__background {
    height: auto;
    background-position: bottom 10vw left 0;
  }
  .dk-launch-responsible__title {
    padding: 0 20px;
    font-size: 35px;
  }
  .dk-launch-responsible__text {
    padding: 0 20px;
    padding-top: 25px;
  }
}


/*-------------------------EDIT-------------------------*/
.dk-launch-routine__product{
  padding-bottom: 10px !important;
}
.dk-launch-routine__product {
    padding-bottom: 15px !important;
}

.dk-launch-routine__packshot[data-product="doux-nettoyant"] img{max-width: 80px;}
.dk-launch-routine__packshot[data-product="beauty-flash-balm"] img{max-width: 160px;}
.dk-launch-routine__packshot[data-product="natural-lip-perfector"] img{max-width: 55px;}
.dk-launch-routine__packshot[data-product="huile-tonic"] img{max-width: 190px;}