html,
body {
    margin: 0;
    overflow-x: clip;
}

@font-face {
    font-family: "Gotham_Light";
    src: url("../fonts/GothamLight.eot");
    src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
        url("../fonts/GothamLight.woff2") format("woff2"),
        url("../fonts/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight.ttf") format("truetype"),
        url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

/*  ------  reset   ------  */

#main:not(.main-homepage) {
    padding-top: 0px;
}

#primary {
    padding-bottom: 0;
}

.breadcrumb {
    display: none !important;
}

#wrapper {
    max-width: 100%;
}

footer.footer-main {
    margin-top: 0;
}

@media (max-width: 640px) {

    .offerbumper-loader {
        display: none !important;
    }
}


.anti-ageing {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    max-width: 1600px;
    --FONT-SIZE: 14px;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --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-family: var(--FONT-GOTHAM-BOOK);
    color: #333333;
    --WIDTH-ANIM: 1600px;
    overflow-x: clip;
}

@media(max-width:1600px) {
    .anti-ageing {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {
    .anti-ageing {
        --WIDTH-ANIM: 100vw;
    }
}

@media(max-width:761px) {
    .anti-ageing {
        --WIDTH-ANIM: 100vw;
    }
}


.anti-ageing-cta {
    position: relative;
    background-color: #fff !important;
    display: block;
    color: #333;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    min-width: 145px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    border: #cfcac9 solid 1px;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

.anti-ageing-cta:hover {
    color: #b40024 !important;
}

.anti-ageing-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #b40024 solid 2px;
    opacity: 0;
    left: -2px;
    top: -2px;
    border-radius: 5px;
    pointer-events: none;
    box-sizing: border-box;
}

.anti-ageing-cta:hover::after,
.anti-ageing-cta:active::after {
    opacity: 1;
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.anti-ageing-header {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1050px;
    width: 100%;
    text-align: center;
}

.anti-ageing-header__visual {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
    margin-bottom: 30px;
    display: block;
}

@media(min-width:1050px) {
    .anti-ageing-header__visual {
        height: 350px;
    }
}

.anti-ageing-header__visual img {
    display: block;
    width: 100%;
    height: auto;
}

@media(max-width:1023px) {
    .anti-ageing-header__visual {
        display: block;
    }

    .anti-ageing-header__visual img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }
}

.anti-ageing-header__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 60px;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
    display: flex;
    flex-direction: column;
}

@media(max-width:761px) {
    .anti-ageing-header__title {
        font-size: 40px;
        margin: 0 20px;
    }
}

.anti-ageing-header__text {
    margin: 20px auto;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
    color: #787474;
}

@media(max-width:761px) {
    .anti-ageing-header__text {
        margin: 0 20px;
        margin-top: 20px;
    }
}

.anti-ageing-header__text+.anti-ageing-header__text {
    margin-top: 0px;
}

.anti-ageing-header__bold-text {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 705px;
}

@media(max-width:761px) {
    .anti-ageing-header__bold-text {
        margin: 0 20px;
        margin-top: 20px;
    }
}

.anti-ageing-header__bold-text+.anti-ageing-header__bold-text {
    margin-top: 0px;
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.anti-ageing-nav {
    margin: 0 auto;
    /*   position: -webkit-sticky;
    position: sticky;*/
    top: 110px;
    z-index: 10;
    height: 0px;
    margin-bottom: 40px;
}

.anti-ageing-nav__wrapper {
    padding: 0;
    margin: 0 auto;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 10;
    background-color: #fff;
    max-width: 970px;
}



.anti-ageing-nav li {
    padding: 10px;
}

.anti-ageing-nav li a {
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
    min-width: 160px;
}

/*
.anti-ageing-nav[data-sticky="true"] .anti-ageing-nav__wrapper {
    max-width: 100%;
    background: linear-gradient(to bottom, white, transparent);
}

.anti-ageing-nav[data-sticky="true"] li {
    padding: 5px;
}

.anti-ageing-nav[data-sticky="true"] li a {
    font-size: 11px;
    padding: 0 15px;
    border-radius: 15px;
    height: 30px;
}
*/
.anti-ageing-nav li a:hover,
.anti-ageing-nav li a[data-selected="1"] {
    border: 1px solid #ba0c2f;
    color: #ba0c2f;
}

@media(max-width:1023px) {
    .anti-ageing-nav {
        width: 100vw;
        margin-bottom: -80px;
        height: auto;
    }


    .anti-ageing-nav__wrapper {

        margin-top: 20px;
        padding-bottom: 50px;
        display: block;
    }

    .anti-ageing-nav li {
        padding: 5px;
        display: block;
        margin: 0 20px;
    }

    .anti-ageing-nav li a {
        white-space: nowrap;
        height: 40px;
        padding: 0 20px;
        border-radius: 20px;
    }

}

/****************************************************/
.anti-ageing-anchor {
    margin-top: -153px;
    height: 153px;
    display: block;
    pointer-events: none;

}

.anti-ageing-spacer {
    height: 70px;
}

@media(max-width:1023px) {
    .anti-ageing-anchor {
        margin-top: -90px;
        height: 90px;
    }

    .anti-ageing-spacer {
        height: 80px;
    }
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.anti-ageing-hero {
    display: flex;
    justify-content: center;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

@media(max-width:761px) {
    .anti-ageing-hero {
        display: block;
    }
}

section:nth-child(2n+1) .anti-ageing-hero {
    flex-direction: row-reverse;
}

.anti-ageing-hero__visual {
    flex-basis: calc(50% + 20px);
    max-width: 544px;
    padding: 40px;
    padding-right: 80px;
    box-sizing: border-box;
    position: relative;
}

section:nth-child(2n+1) .anti-ageing-hero__visual {
    padding: 40px;
    padding-left: 80px;
}

@media(max-width:761px) {
    .anti-ageing-hero__visual {
        padding: 7.75vw;
        padding-right: 15.5vw;
    }

    section:nth-child(2n+1) .anti-ageing-hero__visual {
        padding: 7.75vw;
        padding-left: 15.5vw;
    }
}

.anti-ageing-hero__packshot {
    position: relative;
    display: block;
    margin: 0 auto;
}

.anti-ageing-hero__packshot img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.anti-ageing-hero__packshot::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(-40px) translateX(-40px);
}

section:nth-child(2n+1) .anti-ageing-hero__packshot::before {
    transform: translateY(-40px) translateX(40px);
}

.anti-ageing-hero__ingredient {
    position: absolute;
    display: block;
    bottom: 0;

}



section:nth-child(2n) .anti-ageing-hero__ingredient {
    right: 0;
}

section:nth-child(2n+1) .anti-ageing-hero__ingredient {
    left: 0;
}

.anti-ageing-hero__ingredient img {
    display: block;
    max-width: 100%;
    height: auto;
}

.anti-ageing-hero__ingredient span {
    position: absolute;
    color: #fff;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 12px;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    padding: 5px;
}

.anti-ageing-hero__content {
    flex: 1;
    color: #333;
    text-align: center;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anti-ageing-hero__action {
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    display: inline-block;
    background-color: #fff;
    padding: 2px 10px;
}

.anti-ageing-hero__action::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #efedec;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.anti-ageing-hero__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 42px;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
    line-height: 1em;
    display: flex;
    flex-direction: column;
    color: #b40024;
}

.anti-ageing-hero__text-bold {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 425px;
    display: flex;
    flex-direction: column;
}

.anti-ageing-hero__list {
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 425px;
    display: flex;
    flex-direction: column;
}

.anti-ageing-hero__text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 425px;
}

.anti-ageing-hero__mentions {
    color: #8b8b8b;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 425px;
}

.anti-ageing-hero__name {
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    margin: 0;
    margin-top: -200px;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.anti-ageing-hero__name strong {
    font-size: 22px;
    font-family: var(--FONT-CLARINS);
    line-height: 1.4em;
    font-weight: normal;
}

.anti-ageing-hero__name span {
    font-size: 12px;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-transform: uppercase;
    line-height: 1em;
}

section:nth-child(2n) .anti-ageing-hero__name {
    align-items: flex-start;
}

section:nth-child(2n+1) .anti-ageing-hero__name {
    align-items: flex-end;
}

.anti-ageing-hero__text-bold+.anti-ageing-hero__text {
    margin-top: 20px;
}

.anti-ageing-hero__text+.anti-ageing-hero__text {
    margin-top: 20px;
}

.anti-ageing-hero__text+.anti-ageing-cta {
    margin-top: 20px;
    margin-bottom: 2px;
}

.anti-ageing-hero__bold-text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 425px;

}

@media(max-width:1023px) and (min-width:762px) {
    .anti-ageing-hero__content {
        padding: 0 20px;
    }

}

@media(max-width:761px) {
    .anti-ageing-hero__ingredient {
        max-width: 40.5vw;
    }

    .anti-ageing-hero__packshot::before {
        transform: translateY(-7.75vw) translateX(-7.75vw);
    }

    section:nth-child(2n+1) .anti-ageing-hero__packshot::before {
        transform: translateY(-7.75vw) translateX(7.75vw);
    }

    .anti-ageing-hero__title {
        font-size: 35px;
    }

    .anti-ageing-hero__text {
        margin: 0 20px;
    }

    .anti-ageing-hero__bold-text {
        margin: 0 20px;
    }

    .anti-ageing-hero__ingredient span {
        font-size: 10px;
    }

    .anti-ageing-hero__name {
        height: 30vw;
        padding: 4vw;
        margin-top: -30vw;
    }

    .anti-ageing-hero__name span {
        font-size: 10px;
    }
}

.anti-ageing-hero__bold-text+.anti-ageing-hero__text {
    margin-top: 20px;
}

/***************************************************************/
*[data-product="hydra-essentiel-ha2"] .anti-ageing-hero__ingredient span {
    background-color: rgba(0, 147, 163, 0.8);
    top: 8%;
    left: 8%;
    text-align: left;
    width: 50%;
}

*[data-product="hydra-essentiel-ha2"] .anti-ageing-hero__packshot::before {
    background: linear-gradient(45deg, #85ccdc, #daecef);
}

*[data-product="hydra-essentiel-ha2"] .anti-ageing-color {
    color: #30b0cf;
}

*[data-product="hydra-essentiel-ha2"] .anti-ageing-hero__title {
    color: #30b0cf;
}


*[data-product="hydra-essentiel-ha2"] .anti-ageing-hero__name {
    color: #fff;
}

/***************************************************************/
*[data-product="multi-active"] .anti-ageing-hero__ingredient span {
    background-color: rgba(154, 110, 162, 0.8);
    top: 8%;
    left: 8%;
    text-align: left;
    width: 33%;
}

*[data-product="multi-active"] .anti-ageing-hero__packshot::before {
    background: linear-gradient(-90deg, #d9d1e5, #a8c0d8);
}

*[data-product="multi-active"] .anti-ageing-color {
    color: #ce778b;
}

*[data-product="multi-active"] .anti-ageing-hero__title {
    color: #ce778b;
}


*[data-product="multi-active"] .anti-ageing-hero__name {
    color: #333;
}


/***************************************************************/
*[data-product="extra-firming"] .anti-ageing-hero__ingredient span {
    background-color: rgba(247, 168, 80, 0.8);
    top: 40%;
    left: 32%;
    text-align: left;
    width: 54%;
}

*[data-product="extra-firming"] .anti-ageing-hero__packshot::before {
    background: linear-gradient(90deg, #fadec4, #f4af9c);
}

*[data-product="extra-firming"] .anti-ageing-color {
    color: #da7558;
}

*[data-product="extra-firming"] .anti-ageing-hero__title {
    color: #da7558;
}


*[data-product="extra-firming"] .anti-ageing-hero__name {
    color: #fff;
}

/***************************************************************/
*[data-product="super-restorative"] .anti-ageing-hero__ingredient span {
    background-color: rgba(230, 128, 123, 0.8);
    bottom: 7%;
    top: auto;
    left: 7%;
    text-align: left;
    width: 49%;
}

*[data-product="super-restorative"] .anti-ageing-hero__packshot::before {
    background: linear-gradient(90deg, #f3a392, #ccabac);
}

*[data-product="super-restorative"] .anti-ageing-color {
    color: #ba0c2f;
}

*[data-product="super-restorative"] .anti-ageing-hero__title {
    color: #ba0c2f;
}


*[data-product="super-restorative"] .anti-ageing-hero__name {
    color: #fff;
}

/***************************************************************/
*[data-product="nutri-lumiere"] .anti-ageing-hero__ingredient span {
    background-color: rgba(147, 107, 5, 0.8);
    top: 7%;
    left: 7%;
    text-align: left;
    width: 45%;
}

*[data-product="nutri-lumiere"] .anti-ageing-hero__packshot::before {
    background: linear-gradient(-45deg, #f3a392, #dbdba0);
}

*[data-product="nutri-lumiere"] .anti-ageing-color {
    color: #c5a885;
}

*[data-product="nutri-lumiere"] .anti-ageing-hero__title {
    color: #c5a885;
}


*[data-product="nutri-lumiere"] .anti-ageing-hero__name {
    color: #fff;
}

/***************************************************************/

/*********************************************************/
/*********************************************************/
/*********************************************************/

.anti-ageing-routine {
    display: block;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 50px;
}

.anti-ageing-routine__wrapper {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
}

@media(max-width:761px) {
    .anti-ageing-routine__wrapper {
        width: 100vw;
        margin: 0 auto;
    }

    .anti-ageing-routine__wrapper .slick-list {
        /*overflow:visible;*/
    }

    .anti-ageing-routine__product {
        box-sizing: border-box;
        max-width: 263px;
    }
}

.anti-ageing-routine__product>a {
    width: 100%;
}

.anti-ageing-routine__packshot {
    width: 243px;
    aspect-ratio: 1 / 1;
    background-color: #fefaf9;
}

.anti-ageing-routine__title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding: 20px;
}

.anti-ageing-routine__title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #f1f0f0;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.anti-ageing-routine__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.anti-ageing-routine__product img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.anti-ageing-routine__or-tag {
    position: absolute;
    width: 30px;
    right: -15px;
    top: 350px;
    text-align: center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
}

.anti-ageing-picto {
    background-image: url(../images/pictos-sun.svg);
    background-size: auto 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    font-size: 0;
    margin: 10px;
    cursor: pointer;
}

.anti-ageing-picto span {
    position: absolute;
    font-size: 9px;
    line-height: 1em;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #b0a9a5;
    color: #787474;
    border-radius: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: -20px;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    white-space: nowrap;
}


.anti-ageing-picto span::before {
    content: "";
    position: absolute;
    border-top: 10px solid #b0a9a5;
    border-right: 10px solid transparent;
    top: 21px;
    left: 15px;
    height: 8px;
    z-index: 1;
}

.anti-ageing-picto span::after {
    content: "";
    position: absolute;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    top: 21px;
    left: 16px;
    height: 8px;
    z-index: 1;
}

.anti-ageing-picto:hover span {
    opacity: 1;
}

.anti-ageing-picto[data-icon="gel"] {
    background-position: 0px 0px;
}

.anti-ageing-picto[data-icon="cream"] {
    background-position: -32px 0px;
}

.anti-ageing-picto[data-icon="lotion"] {
    background-position: -64px 0px;
}

.anti-ageing-picto[data-icon="balm"] {
    background-position: -96px 0px;
}

.anti-ageing-picto[data-icon="liquid"] {
    background-position: -128px 0px;
}




.anti-ageing-routine__name {
    margin: 0px;
    flex: 1;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
}

.anti-ageing-routine__price {
    margin: 10px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
    font-size: 14px;
    line-height: 1em;
}

.anti-ageing-routine__price-volume {
    margin: 0px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #787474;
    font-size: 11px;
    line-height: 1em;
}

.anti-ageing-routine__reviews {
    color: #b40024;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.anti-ageing-hidden-quickshop {
    display: none;
}

@media(max-width:761px) {

    .anti-ageing-routine__title {
        font-size: 20px;
    }

    .anti-ageing-routine__or-tag {
        display: none;
    }

    .anti-ageing-routine__wrapper {
        width: 263px;
        margin: 0 auto;
        display: block;
    }

    .anti-ageing-routine__wrapper .slick-list {
        overflow: visible;
    }

    .anti-ageing-routine__wrapper .slick-track {
        overflow: visible;
    }


}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.anti-ageing-howto {
    width: 100%;
    margin: 0 auto;
    max-width: 1050px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.anti-ageing-howto__title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding: 20px;
}

.anti-ageing-howto__title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #f1f0f0;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.anti-ageing-howto__steps {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    padding-bottom: 35px;
}

.anti-ageing-step {
    background-color: #fdfaf8;
    width: 335px;
    padding: 35px;
    box-sizing: border-box;
    text-align: left;
    margin-top: 120px;
    position: relative;
}

.anti-ageing-step__num {
    font-family: var(--FONT-GOTHAM-LIGHT);
    color: #333;
    text-align: right;
    position: absolute;
    font-size: 270px;
    top: -120px;
    pointer-events: none;
    line-height: 1em;
    right: 0;
}

.anti-ageing-step:first-child .anti-ageing-step__num {
    right: 40px;
}

.anti-ageing-step__visual {
    display: block;
    max-width: 100%;
    margin-top: -140px;
    margin-bottom: -20px;
}

.anti-ageing-step__duration {
    font-family: var(--FONT-CLARINS);
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    transform: rotate(-4deg);
    transform-origin: top left;
    display: inline-block;
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.2);
    margin: 10px 25px;
    padding: 6px 10px;
}

.anti-ageing-step__name {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    line-height: 1.2em;
}

.anti-ageing-step__text {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
    font-weight: normal;
    line-height: 1.4em;
}

@media(max-width:1023px) {
    .anti-ageing-howto__steps {
        width: 335px;
        padding: 0;
        margin-bottom: 70px;
    }

    .anti-ageing-step {
        width: 335px;
    }

    .anti-ageing-howto__steps .slick-slide {
        height: 100%;
    }

    .anti-ageing-step__text {
        min-height: 38vw;
    }

}


/*********************************************************/
/*********************************************************/
/*********************************************************/
.anti-ageing-push {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1050px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.anti-ageing-push__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    max-width: 750px;
    margin: 50px auto;
    padding: 40px 70px;
    box-sizing: border-box;
}

.anti-ageing-push__title {
    margin: 0;
    font-weight: normal;
    padding: 0;
    font-size: 35px;
    line-height: 1em;
    font-family: var(--FONT-CLARINS);
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-bottom: 20px;
}

.anti-ageing-push__text {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
}

.anti-ageing-push__text+.anti-ageing-cta {
    margin-top: 20px;
    color: #fff !important;
    background-color: transparent !important;
}

.anti-ageing-push__text+.anti-ageing-cta::after {
    border: #fff solid 2px !important;
}

.anti-ageing-push__background {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.anti-ageing-push__background img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media(max-width:761px) {
    .anti-ageing-push {
        margin-top: 50px;
    }

    .anti-ageing-push__content {
        margin: 40px 20px;
        padding: 40px 20px;
    }

    .anti-ageing-push__claim {
        max-width: 250px;
    }

    .anti-ageing-push__background {
        left: 0;
    }

    .anti-ageing-push__background img {
        width: 100vw;
        height: auto;
        display: block;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.anti-ageing-gift {
    width: 100%;
    margin: 0 auto;
    max-width: 1050px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.anti-ageing-gift__title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding: 20px;
}

.anti-ageing-gift__title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #f1f0f0;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.anti-ageing-gift__text {
    margin: 0;
    margin-bottom: 20px;
    padding: 0 20px;
    max-width: 850px;
    font-size: 14px;
    line-height: 1.4em;
    max-height: 81px;
    overflow: hidden;
    display: block;
    position: relative;
    transition: max-height ease-in-out 0.5s;
}

.anti-ageing-gift__text a {
    text-decoration: underline;
}

.anti-ageing-gift[data-expand="1"] .anti-ageing-gift__text {
    max-height: unset;
}

.anti-ageing-gift__text::after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, white);
    position: absolute;
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
    pointer-events: none;
}

.anti-ageing-gift[data-expand="1"] .anti-ageing-gift__text::after {
    opacity: 0;
}

.anti-ageing-gift[data-expand="0"] .anti-ageing-gift__less {
    display: none;
}

.anti-ageing-gift[data-expand="1"] .anti-ageing-gift__more {
    display: none;
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
/*************/
/** FAQ **/
/*************/

.dp-faq {
    text-align: center;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

/*----Elements---*/
.dp-faq__title {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    text-align: center;
}

.dp-faq__claim {
    margin: 20px auto;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.dp-faq__container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;

}

@media(min-width:1024px) {
    .dp-faq__container {
        display: flex;
        justify-content: center;

    }

    .dp-faq__row {
        flex-basis: 100%;
        margin: 20px;
        max-width: 464px;
    }


}

.dp-faq__item {
    text-align: left;
    border-bottom: 1px solid #cbcbcb;
}

.dp-faq__question {
    margin: 0;
    font-size: 14px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 15px 0;
    line-height: 20px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.dp-faq__question::after {
    content: "+";
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
        Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    cursor: pointer;
}

.dp-faq__question--active::after {
    content: "-";
}

.dp-faq__answer {
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
}

.dp-faq__answer-content {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 10px;
}

.dp-faq__answer-content a {
    color: #333;
    text-decoration: underline;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.dp-faq__answer-content p {
    margin: 0;
}

.dp-faq .dp-link {
    margin-top: 50px;
}

.dp-faq__mentions {
    font-size: 11px;
    opacity: 0.5;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-faq {
        margin: 0px;
        padding: 20px;
    }

    .dp-faq__title {
        padding-top: 20px;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.anti-ageing-routine .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.anti-ageing-routine .slick-initialized .slick-slide {
    display: flex;
}

.anti-ageing .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0;
}

.anti-ageing .slick-dots li button {
    opacity: 0;
    height: 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.anti-ageing .slick-dots li {
    background-color: #ccc;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.anti-ageing .slick-dots li.slick-active {
    background-color: #be0f34;
}



/*************************************/
.BottomSEO{
    display: none;
}
@media (max-width: 1023px) {
    .anti-ageing-nav__wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0 10px;
        box-sizing: border-box;
        padding-bottom: 50px;
    }

    .anti-ageing-nav li {
        padding: 5px;
        display: block;
        margin: 0;
        flex-basis: 50%;
        box-sizing: border-box;
    }

    .anti-ageing-nav li a {
        white-space: nowrap;
        height: 40px;
        padding: 0 10px;
        border-radius: 20px;
        letter-spacing: -0.02em;
    }
}

/*==============================*/
@media only screen 
and (min-device-width : 834px) 
and (max-device-width : 1112px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 2){
    .anti-ageing-hero__ingredient{
        bottom: 45px;
    }
    section:nth-child(2n+1) .anti-ageing-hero__ingredient{
        left: -10px;
    }
    section:nth-child(2n) .anti-ageing-hero__ingredient{
        right: -15px;
        bottom: 25px;
    }
    section:nth-child(2n+1) .anti-ageing-hero__ingredient{
        bottom: 50px;
    }
    section:nth-child(2n) .anti-ageing-hero__ingredient{
        bottom: 0px;
    }
    [data-product="hydra-essentiel-ha2"] .anti-ageing-hero__ingredient {
        bottom: 125px !important;
    }
    [data-product="extra-firming"] .anti-ageing-hero__ingredient {
        bottom: 50px !important;
    }
    [data-product="super-restorative"] .anti-ageing-hero__ingredient {
        bottom: 155px !important;
    }
    [data-product="nutri-lumiere"] .anti-ageing-hero__ingredient {
        bottom: 95px !important;
    }
    .anti-ageing-step__text{
        min-height: 15vw;
    }
    .anti-ageing-routine__name{
        min-height: 100px;
    }
    .anti-ageing-howto__steps {
        width: 100%;
        margin: 120px auto 0;
    }
    [data-product="extra-firming"] .anti-ageing-hero__name {
        width: 210px !important;
    }
    [data-product="nutri-lumiere"] .anti-ageing-hero__name {
        width: 210px !important;
    }
    .anti-ageing-step {
        width: 335px;
        margin: 120px auto 0;
    }
}

/*======================================*/

@media (max-width: 480px) {
    *[data-product="hydra-essentiel-ha2"] .anti-ageing-hero__ingredient span{
        width: 39%;
    }
    *[data-product="multi-active"] .anti-ageing-hero__ingredient span{
        width: 38%;
    }
    *[data-product="extra-firming"] .anti-ageing-hero__ingredient span{
        width: 35%;
    }
    *[data-product="super-restorative"] .anti-ageing-hero__ingredient span{
        width: 39%;
    }
    *[data-product="nutri-lumiere"] .anti-ageing-hero__ingredient span{
        width: 29%;
    }
    /*.anti-ageing-hero__text-bold {
        max-width: 335px;
    }*/
    .anti-ageing-hero__content {
        padding: 40px 20px 0;
    }
}


/*---------------------------------------------------------------------------------------*/
*[data-product="multi-active"] .anti-ageing-hero__packshot::before {
    background-image: url(../images/gradient-multi-active.png);
}
*[data-product="multi-active"] .anti-ageing-hero__ingredient span {
    background-color: rgba(227, 102, 119, 0.8);
    top: 8%;
    left: 8%;
    text-align: left;
    /*width: 82%;*/
    width: 65%;
    font-size: 11px;
}
*[data-product="multi-active"] .anti-ageing-hero__title {
    color: #e95d73;
}
.anti-ageing-routine__product[data-product="multi-active-day"] img {
    width: 100%;
    max-width: 243px;
}
.anti-ageing-routine__product[data-product="multi-active-night"] img {
    width: 100%;
    max-width: 243px;
}
#FROM-20YO_nav,#FROM-30YO_nav,#FROM-40YO_nav,#FROM-50YO_nav,#FROM-60YO-AND-PLUS_nav{
    scroll-margin-top: 150px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .anti-ageing-routine__product img {
        max-width: 243px;
        width: 100% !important;
    }
    #FROM-20YO_nav,#FROM-30YO_nav,#FROM-40YO_nav,#FROM-50YO_nav,#FROM-60YO-AND-PLUS_nav{
      scroll-margin-top: 150px;
      padding-top: 78px;
    }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    /*.anti-ageing-routine[data-product="multi-active"] .anti-ageing-routine__product img {
        max-width: 243px;
        width: 100% !important;
    }*/
    .anti-ageing-routine__product img {
        max-width: 243px;
        width: 100% !important;
    }

    section:nth-child(2n+1) .anti-ageing-hero__ingredient {
        bottom: 170px;
    }
    #FROM-20YO_nav,#FROM-30YO_nav,#FROM-40YO_nav,#FROM-50YO_nav,#FROM-60YO-AND-PLUS_nav{
      scroll-margin-top: 150px;
      padding-top: 78px;
    }
    .anti-ageing-routine .slick-track {
        display: flex;
    }
    .anti-ageing-routine .slick-initialized .slick-slide {
        display: flex;
        justify-content: center;
    }
    .anti-ageing-routine__product {
        padding: 10px;
        max-width: 242px;
        outline: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        box-sizing: border-box;
        align-items: center;
        margin: 0 auto;
    }
    section:nth-child(2n+1) .anti-ageing-hero__name {
        position: absolute;
        right: 40px;
        align-items: flex-end;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    *[data-product="multi-active"] .anti-ageing-hero__ingredient span {
        width: 65%;
    }
}


/* ----- */
