@import 'https://use.typekit.net/cnc6cbd.css';
@import url('https://use.typekit.net/cnc6cbd.css');
@keyframes slidedown {
  from {
    opacity: 0;
    transform: translateY(-32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideright {
  from {
    opacity: 0.3;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideleft {
  from {
    opacity: 0.3;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* import from Adobe */
/* Locator Web Light */
@font-face {
  font-family: 'LocatorWeb';
  src: url('/media/richcontent/pl/p_42080/fonts/LocatorWebLight/LocatorWebLight.eot');
  src: url('/media/richcontent/pl/p_42080/fonts/LocatorWebLight/LocatorWebLight.eot?#iefix')
      format('embedded-opentype'),
    url('/media/richcontent/pl/p_42080/fonts/LocatorWebLight/LocatorWebLight.woff2') format('woff2'),
    url('/media/richcontent/pl/p_42080/fonts/LocatorWebLight/LocatorWebLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* Locator Web Medium */
@font-face {
  font-family: 'LocatorWeb';
  src: url('/media/richcontent/pl/p_42080/fonts/LocatorWebMedium/LocatorWebMedium.eot');
  src: url('/media/richcontent/pl/p_42080/fonts/LocatorWebMedium/LocatorWebMedium.eot?#iefix')
      format('embedded-opentype'),
    url('/media/richcontent/pl/p_42080/fonts/LocatorWebMedium/LocatorWebMedium.woff2') format('woff2'),
    url('/media/richcontent/pl/p_42080/fonts/LocatorWebMedium/LocatorWebMedium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#la-roche.la-roche {
  font-family: Locator, 'LocatorWeb', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  max-width: 998px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  color: #000;
  background: #fff;
  /********************
    ingredients section
    ********************/
}
#la-roche.la-roche img {
  max-width: 100%;
}
#la-roche.la-roche strong {
  font-weight: 500;
}
#la-roche.la-roche .es-kv {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url(/media/richcontent/pl/p_42080/images/bg-es-kv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 77%;
  background-position-x: -40%;
  background-position-y: 57%;
  position: relative;
}
#la-roche.la-roche .es-kv__brand {
  position: absolute;
  top: 0;
  left: 50px;
  animation: slidedown 0.6s ease forwards;
  animation-delay: 0.3s;
  z-index: 2;
  max-width: 230px;
}
#la-roche.la-roche .es-kv__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-width: 150px;
  animation: slideright 0.6s ease forwards;
}
#la-roche.la-roche .es-kv__text {
  text-align: right;
  padding-right: 20px;
}
#la-roche.la-roche .es-kv__title {
  margin-top: 25px;
  font-size: 28.8px;
  text-transform: uppercase;
}
#la-roche.la-roche .es-kv__title span {
  color: #dd447b;
}
#la-roche.la-roche .es-kv__logo {
  animation: slideleft 0.6s ease forwards;
  max-width: 230px;
}
#la-roche.la-roche .es-kv__packshot img {
  max-width: 350px;
  transition: 500ms ease-in-out;
}
#la-roche.la-roche .es-kv__packshot img:hover {
  scale: 1.1;
}
#la-roche.la-roche .es-effects {
  margin-bottom: 4rem;
  text-align: center;
}
#la-roche.la-roche .es-effects__title {
  font-size: 28.8px;
  margin: auto;
  text-transform: uppercase;
  max-width: 17ch;
}
#la-roche.la-roche .es-effects__p {
  margin-top: 18px;
  margin-bottom: 18px;
}
#la-roche.la-roche .es-effects__title span {
  color: #dd447b;
}
#la-roche.la-roche .es-effects__icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 5ch;
  margin-top: 2rem;
}
#la-roche.la-roche .es-effects__single {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: flex-start;
  flex-basis: 18ch;
  line-height: 1.2;
}
#la-roche.la-roche .es-effects__single img {
  max-width: 50px;
}
#la-roche.la-roche .es-effects__text {
  text-align: center;
  font-size: 14.4px;
  margin-top: 14.4px;
  margin-bottom: 14.4px;
  font-weight: 500;
  text-transform: uppercase;
}
#la-roche.la-roche .es-results {
  background-color: #00a4e3;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 30%;
  color: #fff;
  transition: background-size 300ms ease-in-out;
}
#la-roche.la-roche .es-results__title {
  text-transform: uppercase;
  font-size: 28.8px;
  line-height: 1;
  max-width: 25ch;
  text-align: center;
  margin: auto;
}
#la-roche.la-roche .es-results__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#la-roche.la-roche .es-results__single {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 16ch;
  min-height: 180px;
  font-weight: 500;
  text-transform: uppercase;
}
#la-roche.la-roche .es-results__single p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 18px;
  max-width: 18.2ch;
}
#la-roche.la-roche .es-results__single span {
  font-size: 28px;
}
#la-roche.la-roche .es-results__text {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
}
#la-roche.la-roche .es-ingr {
  margin-bottom: 5rem;
}
#la-roche.la-roche .es-ingr__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28.8px;
  margin-top: 3rem;
    margin-bottom: 3rem;
}
#la-roche.la-roche .es-ingr__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
#la-roche.la-roche .es-ingr__single {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-basis: 245px;
  height: 245px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 300ms ease-in-out;
}
#la-roche.la-roche .es-ingr__single:hover {
  background-size: 150%;
}
#la-roche.la-roche .es-ingr__main {
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 150px;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.65);
}
#la-roche.la-roche .es-ingr__single--1 {
  background-image: url(/media/richcontent/pl/p_42080/images/es-ingr-1.png);
}
#la-roche.la-roche .es-ingr__single--2 {
  background-image: url(/media/richcontent/pl/p_42080/images/es-ingr-2.png);
}
#la-roche.la-roche .es-ingr__single--3 {
  background-image: url(/media/richcontent/pl/p_42080/images/es-ingr-3.png);
}
#la-roche.la-roche .es-ingr__single--4 {
  background-image: url(/media/richcontent/pl/p_42080/images/es-ingr-4.png);
}
#la-roche.la-roche .es-ingr__name {
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 16px;
  transition: 0.4s ease-in-out;
}
#la-roche.la-roche .es-ingr__desc {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 9.6px;
  font-weight: 500;
}
#la-roche.la-roche .es-use {
  background-color: #1390cd;
  color: #fff;
}
#la-roche.la-roche .es-use__content {
  padding: 1.5rem;
}
#la-roche.la-roche .es-use__title {
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28.8px;
  margin-top: 28.8px;
  margin-bottom: 24px;
}
#la-roche.la-roche ol {
  list-style: none;
  counter-reset: my-counter;
}
#la-roche.la-roche ol li {
  counter-increment: my-counter;
  margin-bottom: 0.7em;
  padding: 0 0 0 0.5em;
  font-weight: 300;
}
#la-roche.la-roche ol li::marker {
  content: counter(my-counter) '.';
  font-weight: 500;
  font-size: 1.5rem;
}
#la-roche.la-roche .es-cross {
  background-image: url(/media/richcontent/pl/p_42080/images/bg-es-cross.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  min-height: 900px;
}
#la-roche.la-roche .es-cross:nth-child(2) {
  align-self: flex-start;
}
#la-roche.la-roche .es-cross:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.4);
}
#la-roche.la-roche .es-cross__mainTitle {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 50px;
  font-size: 28.8px;
}
#la-roche.la-roche .es-cross__single {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  width: 51%;
  gap: 5px;
  max-height: 400px;
  position: absolute;
  text-align: left;
}
#la-roche.la-roche .es-cross__single img {
  max-width: 100%;
  max-height: 100%;
  height: 350px;
  transition: 0.4s ease-in-out;
}
#la-roche.la-roche .es-cross__single:hover img {
  transform: scale(1.05);
}
#la-roche.la-roche .es-cross__single:hover .es-cross__link {
  color: #009fe3;
  background-color: #fff;
  outline: 2.5px solid #009fe3;
}
#la-roche.la-roche .es-cross__single--1 {
  top: 0;
  left: 30px;
  z-index: 1;
}
#la-roche.la-roche .es-cross__single--2 {
  top: 220px;
  right: -5px;
  z-index: 2;
}
#la-roche.la-roche .es-cross__single--3 {
  width: 58%;
  bottom: -50px;
  left: 30px;
  z-index: 1;
}
#la-roche.la-roche .es-cross__name {
  text-transform: uppercase;
  max-width: 11ch;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 0;
}
#la-roche.la-roche .es-cross__number {
  color: #009fe3;
  font-weight: 700;
  font-size: clamp(4.375rem, 1.5972rem + 8.8889vw, 8.375rem);
  margin: 0;
  padding: 0;
}
#la-roche.la-roche .es-cross__desc {
  font-size: 15px;
  text-transform: none;
  max-width: 19ch;
}
#la-roche.la-roche .es-cross__link {
  padding: 5px 10px;
  background-color: #009fe3;
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  margin: 20px 0;
  text-transform: none;
  transition: 0.5s ease;
}
#la-roche.la-roche .es-obligations {
  margin-top: 100px;
}
#la-roche.la-roche .es-obligations__text {
  font-size: 16px;
}
#la-roche.la-roche .es-obligations__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
}
#la-roche.la-roche .es-obligations__ctn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#la-roche.la-roche .es-obligations__single {
  width: 48%;
  min-width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  margin: 3.5px;
}
#la-roche.la-roche .es-obligations__single--1 {
  background-image: url(/media/richcontent/pl/p_42080/images/obligations-bg-1.png);
}
#la-roche.la-roche .es-obligations__single--2 {
  background-image: url(/media/richcontent/pl/p_42080/images/obligations-bg-2.png);
}
#la-roche.la-roche .es-obligations__single--3 {
  background-image: url(/media/richcontent/pl/p_42080/images/obligations-bg-3.png);
}
#la-roche.la-roche .es-obligations__single--4 {
  background-image: url(/media/richcontent/pl/p_42080/images/obligations-bg-4.png);
}
#la-roche.la-roche .es-obligations__text {
  margin-bottom: 0px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px -1px 19px rgb(66, 68, 90);
  padding: 10px;
  font-weight: bolder;
}
#la-roche.la-roche .es-footer {
  margin: 50px 0;
}
#la-roche.la-roche .es-footer__text {
  text-align: center;
  margin: 0;
  font-size: 12px;
}

@media screen and (min-width: 0px) {
  #la-roche.la-roche {
    max-width: 290px;
  }
}
@media screen and (min-width: 461px) {
  #la-roche.la-roche {
    max-width: 440px;
  }
}
@media screen and (min-width: 600px) {
  #la-roche.la-roche .es-effects__title {
    max-width: unset;
  }
  #la-roche.la-roche .es-results {
    padding: 2rem 4rem 2rem 0rem;
    background-image: url(/media/richcontent/pl/p_42080/images/bg-es-effects.png);
    background-size: cover;
    background-position: 65%;
  }
  #la-roche.la-roche .es-results__title {
    text-align: left;
  }
  #la-roche.la-roche .es-results__content {
    justify-content: flex-start;
  }
  #la-roche.la-roche .es-ingr__container {
    gap: unset;
  }
  #la-roche.la-roche .es-cross__name {
    margin-top: -1rem;
  }
  #la-roche.la-roche .es-use {
    background-image: url(/media/richcontent/pl/p_42080/images/bg-es-use.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
  #la-roche.la-roche .es-use__content {
    max-width: 73%;
    padding: 1rem 1rem;
  }
  #la-roche.la-roche .es-obligations__title {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 700px) {
  #la-roche.la-roche .es-cross__mainTitle {
    margin-bottom: unset;
  }
  #la-roche.la-roche .es-cross {
    background-image: none;
    width: 100%;
    display: flex;
  }
  #la-roche.la-roche .es-cross__single {
    position: static;
    width: 70vw;
    margin: auto;
    text-align: left;
  }
  #la-roche.la-roche .es-cross__single img {
    max-height: 400px;
  }
  #la-roche.la-roche .es-cross__name {
    text-align: left;
  }
}
@media screen and (min-width: 741px) {
  #la-roche.la-roche {
    max-width: 480px;
  }
  #la-roche.la-roche .es-ingr__single {
    flex-basis: 180px;
  }
}
@media screen and (min-width: 800px) {
  #la-roche.la-roche .es-cross__single img {
    height: 450px;
  }
  #la-roche.la-roche .es-cross__single--2 {
    /* right: 40px; */
  }
}
@media screen and (max-width: 600px) {
  #la-roche.la-roche .es-kv {
    background-position: -10% 58%;
    background-size: 85%;
    gap: 20px;
  }
  #la-roche.la-roche .es-kv__brand {
    width: 200px;
    left: 15%;
  }
  #la-roche.la-roche .es-kv__content {
    margin-top: 50px;
    padding: unset;
  }
  #la-roche.la-roche .es-kv__title {
    text-align: center;
  }
  #la-roche.la-roche .es-kv__claim {
    text-align: center;
  }
  #la-roche.la-roche .es-kv__packshot img {
    max-width: 200px;
  }
  #la-roche.la-roche .es-use__content {
    max-width: 100%;
  }
}
@media screen and (min-width: 1001px) {
  #la-roche.la-roche .es-cross__single img {
    height: 450px;
  }
  #la-roche.la-roche .es-cross__single {
    width: 45%;
  }
  #la-roche.la-roche .es-cross__single--3 {
    width: 55%;
  }

  #la-roche.la-roche {
    max-width: 571px;
  }
  #la-roche.la-roche .es-results__text {
    font-size: 16px;
  }
  #la-roche.la-roche .es-results__single {
    flex-basis: 18ch;
  }
  #la-roche.la-roche .es-cross__name {
    font-size: 18px;
  }
  #la-roche.la-roche .es-cross__desc {
    font-size: 18px;
  }
  #la-roche.la-roche .es-cross__link {
    font-size: 12px;
  }
}
@media screen and (min-width: 1241px) {
  #la-roche.la-roche {
    max-width: 720px;
  }
  #la-roche.la-roche .es-kv {
    background-size: 54%;
    background-position-x: 8%;
    background-position-y: 74%;
  }
  #la-roche.la-roche .es-results__content {
    padding-left: 45px;
  }
  #la-roche.la-roche .es-results__single {
    flex-basis: 20ch;
  }
} /*# sourceMappingURL=style.css.map */