/*.i-ordergroove-widget {
    display: none !important;
}*/

 body, html { overflow-x: clip !important; } 

@font-face {
    font-family: "Gotham_Light";
    src:
        url("../fonts/GothamLight.woff2") format("woff2"),
        url("../fonts/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight.ttf") format("truetype");
}

@font-face {
    font-family: "Gotham_Xtra_Light";
    src: url("../fonts/Gotham-ExtraLight-webfont.woff2") format("woff2"),
        url("../fonts/Gotham-ExtraLight-webfont.woff") format("woff"),
        url("../fonts/Gotham-ExtraLight-webfont.ttf") format("truetype");
}

#wrapper {
    max-width: 1600px;
}

.finder {
    --COLOR: #d48e98;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --FONT-GOTHAM-XTRA-LIGHT: "Gotham_Xtra_Light";
    --FONT-SIZE: 14px;
    --FINDER-HEIGHT: 535px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: var(--FONT-SIZE);
    color: #333333;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

@keyframes fadeInScreen {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/**********************************************/
.finder__background {
    width: 1600px;
    top: 0;
    left: calc(50% - 800px);
    position: absolute;
    margin: 0;
    z-index: 1;
}


.finder__background img {
    width: 100%;
    display: block;
}

@media(max-width:761px) {
    .finder__background {
        width: 100%;
        top: 0;
        left: 0;
    }

    .finder__background#TEXTURE {
        display: none !important;
    }
}

/****************************************************************/
.finder-btn {
    position: relative;
    background-color: #fff !important;
    display: inline-block;
    color: #333;
    padding: 14px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    cursor: pointer;
    border: 1px solid #b0a9a5;
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    white-space: nowrap;
}

.finder-btn:hover {
    border: 1px solid #797674;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.finder-btn:active {
    border: 1px solid #333 !important;
}

.finder-btn:focus {
    border: 1px solid #b0a9a5;
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

/*------------------------------------------------*/
.finder-btn:focus::after {
    opacity: 1;
    outline: 0 !important;
}

.finder-btn:hover {
    color: #b40024;
    outline: 0 !important;
}

.finder-btn:active::after {
    opacity: 1;
    outline: 0 !important;
}

/**********************************************/
.finder-home {
    width: 970px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 537px;
    padding-left: 505px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    text-align: left;
}

.finder-home[data-open="0"] {
    display: none;
}

.finder-home[data-open="1"] {
    animation: fadeInScreen 1s ease-in-out;

}

.finder-home__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 55px;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--FONT-GOTHAM-XTRA-LIGHT);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #333;
}

.finder-home__title span:last-child {
    transform: translateX(1em);
}

.finder-home__logo {
    color: transparent;
    background-clip: text;
    font-size: 42px;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #d28b96, #e7c2c8, #dba4b7);
    background-size: 130px auto;
    background-position: top center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    display: inline;
}

.finder-home__claim {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #d38d98;
}

.finder-home__text {
    margin: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
}

@media(max-width:1023px) {
    .finder-home {
        padding: 30px;
        width: 100%;
        padding-left: 50%;
    }

}

@media(max-width:761px) {
    .finder-home {
        padding: 30px;
        align-items: center;
        width: 100%;
        text-align: center;
        min-height: 148vw;
    }

    .finder-home__title {
        align-items: center;
    }

    .finder-home__title span:last-child {
        transform: none;
    }

    .finder-home .finder-btn {
        margin-left: -20px;
        margin-right: -20px;
    }

}

/*------------------------------------------------*/

.finder-steps {
    position: relative;
    z-index: 2;
    min-height: 537px;
    display: block;
    margin: 0 auto;
    max-width: 1070px;

}

.finder-steps[data-open="0"] {
    display: none;
}

.finder-steps[data-open="1"] {
    animation: fadeInScreen 1s ease-in-out;

}

.finder-steps__title {
    margin: 0;
    padding: 30px;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--FONT-GOTHAM-XTRA-LIGHT);
    display: flex;
    /* flex-direction: column;*/
    justify-content: center;
    align-items: center;
    color: #333;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.finder-steps__logo {
    color: transparent;
    background-clip: text;
    font-size: 30px;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #d28b96, #e7c2c8, #dba4b7);
    background-size: 100px auto;
    background-position: top center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    display: inline;
}

/*------------------------------------------------*/
.finder-question {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
    position: absolute;
    top: 105px;
    left: 0;
}

.finder-question[data-open="0"] {
    visibility: hidden;
    pointer-events: none;
}

.finder-question[data-open="1"] {
    visibility: visible;
}

.finder-question__area {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.finder-question__infos {
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.finder-question__infos[data-open="0"] {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 0;
}

.finder-question__infos[data-open="1"] {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.finder-question__infos::before {
    content: "?";
    display: block;
    position: absolute;
    background-color: #e9bec4;
    top: 4px;
    right: 4px;
    pointer-events: none;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 11px;
}

.finder-question__infos[data-open="1"]::before {
    content: "x";
    background-color: #fff;
    color: #d48e98;
}

.finder-question__title {
    font-family: var(--FONT-CLARINS);
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 15px;
    text-align: center;
}

.finder-question__text {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
}

.finder-breadcrumb {
    --GAP: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--GAP);
    position: relative;
    z-index: 2;
}

.finder-breadcrumb::before {
    content: "";
    width: calc(100% - 2*var(--GAP));
    position: absolute;
    top: 50%;
    left: var(--GAP);
    border-top: 1px solid var(--COLOR);
    z-index: 1;

}

.finder-breadcrumb span,
.finder-breadcrumb a {
    width: 26px;
    height: 26px;
    background-color: #fff !important;
    color: var(--COLOR) !important;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px var(--COLOR) solid;
    position: relative;
    z-index: 2;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
}

.finder-breadcrumb span[data-picto="1"] {
    background-position: center center;
    background-image: url(../img/picto-breadcrumb.svg);
    background-size: 26px 26px;
}

.finder-breadcrumb a[data-active="2"] {
    background-color: var(--COLOR) !important;
    color: #fff !important;
    width: 36px;
    height: 36px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 17px;
}

.finder-question__answers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*
.finder-question__answers[data-total="5"],
.finder-question__answers[data-total="6"] {
    max-width: 700px;
}*/

.finder-question__item {
    --WIDTH: 222px;
    --HEIGHT: 134px;
    width: var(--WIDTH);
    height: var(--HEIGHT);
    margin: 5px;
    box-sizing: border-box;
    border-radius: 6px;
    color: var(--COLOR);
    background-color: #fff;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    /* justify-content: center;*/
    padding: 20px;
    padding-top: 85px;
    padding-bottom: 12px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: -2px 2px 4px rgba(161, 109, 72, 0.3);
    transition: transform ease-in-out 0.3s, opacity ease-in-out 0.2s;
    transform: scale(0.5);
    opacity: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.finder-question__item span {
    z-index: 3;
    position: relative;

}

.finder-question__item::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #f7ebe8, #fff);
    /*transform: translateX(-100%);*/
    transition: opacity ease-in-out 0.6s;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    mix-blend-mode: multiply;
}

.finder-question__item:hover::after {
    opacity: 1;
}

.finder-question[data-open="1"] .finder-question__item {
    transform: scale(1);
    opacity: 1;
}

.finder-question[data-open="1"] .finder-question__item:nth-child(1) {
    transition-delay: 0s;
}

.finder-question[data-open="1"] .finder-question__item:nth-child(2) {
    transition-delay: 0.1s;
}

.finder-question[data-open="1"] .finder-question__item:nth-child(3) {
    transition-delay: 0.2s;
}

.finder-question[data-open="1"] .finder-question__item:nth-child(4) {
    transition-delay: 0.3s;
}

.finder-question[data-open="1"] .finder-question__item:nth-child(5) {
    transition-delay: 0.4s;
}

.finder-question[data-open="1"] .finder-question__item:nth-child(6) {
    transition-delay: 0.5s;
}


.finder-question__item::before {
    content: "";
    width: var(--WIDTH);
    height: var(--HEIGHT);
    display: block;
    background-image: url(../img/pictos.svg);
    background-size: calc(var(--WIDTH)*4) auto;
    background-position: top left;
    transition: transform ease-in-out 0.3s;
    z-index: 2;
    position: absolute;
    top: 0;
    pointer-events: none;
}

.finder-question__item[data-picto=""] {
    padding-top: 12px;
}

.finder-question__item[data-picto=""]::before {
    display: none;
}

/*
.finder-question__item:hover::before {
    transform: scale(1.1);
}*/


/********************************/
.finder-question__item[data-picto="energize"]::before {
    background-position: top calc(-4*var(--HEIGHT)) left 0;
}

.finder-question__item[data-picto="plump"]::before {
    background-position: top calc(-4*var(--HEIGHT)) left calc(-1*var(--WIDTH));
}

.finder-question__item[data-picto="minimize-pores"]::before {
    background-position: top calc(-4*var(--HEIGHT)) left calc(-2*var(--WIDTH));
}

/********************************/
.finder-question__item[data-picto="hydration"]::before {
    background-position: top calc(-3*var(--HEIGHT)) left 0;
}

.finder-question__item[data-picto="matity-pore-control"]::before {
    background-position: top calc(-3*var(--HEIGHT)) left calc(-1*var(--WIDTH));
}

.finder-question__item[data-picto="sooth-sensitive-skin"]::before {
    background-position: top calc(-3*var(--HEIGHT)) left calc(-2*var(--WIDTH));
}

.finder-question__item[data-picto="anti-ageing"]::before {
    background-position: top calc(-3*var(--HEIGHT)) left calc(-3*var(--WIDTH));
}

/********************************/
.finder-question__item[data-picto="day"]::before {
    background-position: top 0 left 0;
}

.finder-question__item[data-picto="night"]::before {
    background-position: top 0 left calc(-1*var(--WIDTH));
}


/********************************/
.finder-question__item[data-picto="sun-protection"]::before {
    background-position: top calc(-1*var(--HEIGHT)) left 0;
}

.finder-question__item[data-picto="radiance"]::before {
    background-position: top calc(-1*var(--HEIGHT)) left calc(-1*var(--WIDTH));
}

/********************************/
.finder-question__item[data-picto="dry"]::before {
    background-position: top calc(-2*var(--HEIGHT)) left 0;
}

.finder-question__item[data-picto="normal"]::before {
    background-position: top calc(-2*var(--HEIGHT)) left calc(-1*var(--WIDTH));
}

.finder-question__item[data-picto="combination"]::before {
    background-position: top calc(-2*var(--HEIGHT)) left calc(-2*var(--WIDTH));
}

/********************************/

.finder-question__item[data-picto="fine-lines"],
.finder-question__item[data-picto="loss-of-firmness"],
.finder-question__item[data-picto="loss-of-density"],
.finder-question__item[data-picto="deep-wrinkles-and-slackening"],
.finder-question__item[data-picto="luxury-anti-ageing"] {
    --WIDTH: 160px;
    --HEIGHT: 204px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 135px;

}

/*
.finder-question__item[data-picto="fine-lines"] span,
.finder-question__item[data-picto="loss-of-firmness"] span,
.finder-question__item[data-picto="loss-of-density"] span,
.finder-question__item[data-picto="deep-wrinkles-and-slackening"] span {
    width: 160px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 1px solid #edd4d8;
    padding: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
}


.finder-question__item[data-picto="fine-lines"] span::before,
.finder-question__item[data-picto="loss-of-firmness"] span::before,
.finder-question__item[data-picto="loss-of-density"] span::before,
.finder-question__item[data-picto="deep-wrinkles-and-slackening"] span::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #edd4d8;
    display: block;
    position: absolute;
    top: -6px;
    left: calc(50% - 6px);
}

.finder-question__item[data-picto="fine-lines"] span::after {
    content: "";
    width: 80px;
    right: 88px;
    top: -1px;
    border-top: 1px #fff dashed;
    height: 1px;
    position: absolute;
}

.finder-question__item[data-picto="deep-wrinkles-and-slackening"] span::after {
    content: "";
    width: 70px;
    right: 0px;
    top: -1px;
    border-top: 1px #fff dashed;
    height: 1px;
    position: absolute;
}
*/
.finder-question__item[data-picto="fine-lines"]::before,
.finder-question__item[data-picto="loss-of-firmness"]::before,
.finder-question__item[data-picto="loss-of-density"]::before,
.finder-question__item[data-picto="deep-wrinkles-and-slackening"]::before {
    left: 22px;
    top: 22px;
    width: 118px;
    height: 108px;
    background-position: top 0px left 0px;
    background-size: 118px auto;
    background-repeat: no-repeat;
    border-radius: 4px;
    overflow: hidden;
}

.finder-question__item[data-picto="fine-lines"]::before {
    background-image: url(../img/focus-1-desktop-@2x.jpg);
}

.finder-question__item[data-picto="loss-of-firmness"]::before {
    background-image: url(../img/focus-2-desktop-@2x.jpg);
}

.finder-question__item[data-picto="loss-of-density"]::before {
    background-image: url(../img/focus-3-desktop-@2x.jpg);
}

.finder-question__item[data-picto="deep-wrinkles-and-slackening"]::before {
    background-image: url(../img/focus-4-desktop-@2x.jpg);
}

.finder-question__item[data-picto="luxury-anti-ageing"] span {
    color: transparent;
    background: radial-gradient(#f7f1b7, #473f1f);
    display: inline;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: bolder;
}

.finder-question__item[data-picto="luxury-anti-ageing"]::before {
    background-position: top 0px left 0px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../img/focus-5-desktop-@2x.jpg);
}

.finder-question__item[data-picto="luxury-anti-ageing"]::after {
    background-image: linear-gradient(to right, rgb(240, 224, 214, 0.5), transparent);
    z-index: 10;
}

/********************************/
.finder-question__item[data-picto="emulsion"],
.finder-question__item[data-picto="cream"],
.finder-question__item[data-picto="cooling-cream"],
.finder-question__item[data-picto="light-cream"] {
    height: 174px;
    padding-top: 135px;
}

.finder-question__item[data-picto="emulsion"]::before,
.finder-question__item[data-picto="cream"]::before,
.finder-question__item[data-picto="cooling-cream"]::before,
.finder-question__item[data-picto="light-cream"]::before {
    left: 0px;
    top: 0px;
    background-position: top 0px left 0px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1;
}

.finder-question__item[data-picto="emulsion"]::before {
    background-image: url(../img/texture-1-desktop-@2x.jpg);
}

.finder-question__item[data-picto="cream"]::before {
    background-image: url(../img/texture-2-desktop-@2x.jpg);
}

.finder-question__item[data-picto="light-cream"]::before {
    background-image: url(../img/texture-3-desktop-@2x.jpg);
}

.finder-question__item[data-picto="cooling-cream"]::before {
    background-image: url(../img/texture-4-desktop-@2x.jpg);
}

@media(max-width:761px) {

    .finder-question__item[data-picto="emulsion"],
    .finder-question__item[data-picto="cream"],
    .finder-question__item[data-picto="cooling-cream"],
    .finder-question__item[data-picto="light-cream"] {
        height: 125px;
        padding: 10px;
        padding-top: 95px;
    }

    .finder-question__item[data-picto="emulsion"]::before,
    .finder-question__item[data-picto="cream"]::before,
    .finder-question__item[data-picto="cooling-cream"]::before,
    .finder-question__item[data-picto="light-cream"]::before {
        left: 5%;
        width: 90%;
        height: 70%;
    }

    /*
    .finder-question__item[data-picto="fine-lines"] span,
    .finder-question__item[data-picto="loss-of-firmness"] span,
    .finder-question__item[data-picto="loss-of-density"] span,
    .finder-question__item[data-picto="deep-wrinkles-and-slackening"] span {
        width: 200px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 0px solid;
        border-right: 1px solid #edd4d8;
        padding: 0;
        padding-right: 30px;
        box-sizing: border-box;
    }


    .finder-question__item[data-picto="fine-lines"] span::before,
    .finder-question__item[data-picto="loss-of-firmness"] span::before,
    .finder-question__item[data-picto="loss-of-density"] span::before,
    .finder-question__item[data-picto="deep-wrinkles-and-slackening"] span::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 6px;
        background-color: #edd4d8;
        display: block;
        position: absolute;
        left: auto;
        top: calc(50% - 6px);
        right: -6px;
    }

    .finder-question__item[data-picto="fine-lines"] span::after {
        content: "";
        width: 12px;
        right: -13px;
        top: 0px;
        border: 0px solid;
        border-left: 1px #fff dashed;
        height: 38px;
        position: absolute;
    }

    .finder-question__item[data-picto="deep-wrinkles-and-slackening"] span::after {
        content: "";
        width: 12px;
        right: -13px;
        top: auto;
        bottom: 0px;
        border: 0px solid;
        border-left: 1px #fff dashed;
        height: 36px;
        position: absolute;
    }
*/
    .finder-question__item[data-picto="fine-lines"],
    .finder-question__item[data-picto="loss-of-firmness"],
    .finder-question__item[data-picto="loss-of-density"],
    .finder-question__item[data-picto="deep-wrinkles-and-slackening"],
    .finder-question__item[data-picto="luxury-anti-ageing"] {
        height: 145px;
        padding: 0 10px;
        padding-top: 100px;
        width: 150px;
    }

    .finder-question__item[data-picto="fine-lines"]::before,
    .finder-question__item[data-picto="loss-of-firmness"]::before,
    .finder-question__item[data-picto="loss-of-density"]::before,
    .finder-question__item[data-picto="deep-wrinkles-and-slackening"]::before {
        left: calc(50% - 48px);
        top: 14px;
        width: 96px;
        height: 88px;
        background-size: cover;
    }

    .finder-question__item[data-picto="luxury-anti-ageing"] {
        background-color: #000;
        padding: 0;
        padding-right: 20px;
        padding-left: 160px;
        margin-bottom: 30px;
        width: 310px;
        height: 92px;
    }

    .finder-question__item[data-picto="luxury-anti-ageing"]::before {
        background-position: top 0px left 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../img/focus-5-mobile-@2x.jpg);
        width: 310px;
        height: 92px;
        left: 0;
    }

    .finder-question__item[data-picto="luxury-anti-ageing"]::after {
        background-image: linear-gradient(to right, rgb(240, 224, 214, 0.5), transparent);
        z-index: 10;
    }
}


/********************************/
@media(max-width:761px) {
    .finder-steps__title {
        font-size: 0;
        flex-direction: column;
        padding-bottom: 12px;
        padding-top: 18px;

    }

    .finder-steps__title span {
        font-size: 7vw;
        line-height: 1em;
    }

    .finder-steps__title .finder-steps__logo {
        line-height: 1em;
        font-size: 6.5vw;
        background-size: 20vw auto;
    }
}

@media(max-width:761px) {
    .finder-question__item {
        --WIDTH: calc(50vw - 20px);
        height: 25vw;
        padding: 1vw;
        font-size: 3vw;
        padding-top: 15vw;
    }

    .finder-question__item::before {
        --WIDTH: 140px;
        --HEIGHT: 84px;
    }

    .finder-question {
        top: 95px;
    }

    .finder-steps {
        min-height: 148vw;
    }

    .finder-question {
        position: relative;
        top: auto;
        left: auto;
    }

    .finder-question[data-open="0"] {
        position: absolute;
        top: 2000px;
        visibility: hidden;
        pointer-events: none;
    }

}

/*------------------------------------------------*/

.finder-result {
    position: relative;
    z-index: 2;
    min-height: 1112px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.finder-result[data-open="0"] {
    display: none;
}

.finder-result .finder-breadcrumb span[data-picto="1"] {

    background-image: url(../img/picto-breadcrumb-white.svg);
    background-size: 32px auto;
    background-color: var(--COLOR) !important;
    background-position: center center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
}

.finder-result .finder-breadcrumb span[data-active="0"],
.finder-result .finder-breadcrumb a[data-active="0"] {
    pointer-events: 0;
}

.finder-result .finder-breadcrumb a[data-active="2"] {
    width: 26px;
    height: 26px;
    background-color: #fff !important;
    color: var(--COLOR) !important;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
}


.custom_productloader {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    display: none;
    z-index: 10;
}

.custom_productloader img {
    width: 100%
}


.finder-restartlink-wrapper {
    position: relative;
    z-index: 3;
    padding: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.finder-restartlink {
    display: inline-block;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline !important;
    position: relative;
}

.finder-restartlink::before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/reset.svg);
    background-size: cover;
    left: -35px;
    top: -8px;
}

.finder-product__text {
    font-family: var(--FONT-CLARINS);
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.finder-product {

    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    width: calc(100% - 40px);
    max-width: 1300px;
    background-color: #fff;
    max-width: 1210px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    min-height: 786px;
    box-sizing: border-box;
    text-align: center;
}

.finder-product .finder-btn {
    margin-top: 0px;
}


@media(max-width:761px) {
    .finder-result .finder__background {
        bottom: 0;
        top: auto;
    }

    .finder-result {
        min-height: auto;
    }

    .finder-product {
        width: 100%;
        min-height: auto;
    }

    .finder-restartlink-wrapper {
        padding: 35px;
    }
}

#RESULT-DATA {
    min-height: 490px;
    /*max-height: 596px;*/
    overflow: hidden;
}

.try-it-on-widget {
    position: absolute;
    top: 0px !important;
    left: 132px !important;
}

@media (max-width: 761px) {
    .try-it-on-widget {
        left: auto !important;
    }
}

.try-it-on-block {
    top: 0px !important;
}

#RESULT-DATA .product-bazaar-voice__link {
    pointer-events: none;
}

#RESULT-DATA .product-bazaar-voice__link .text-underline {
    text-decoration: none;
}

#RESULT-DATA .product-info__details-link {
    display: none !important;
}

/******************************************************/
.finder-banner {
    width: 850px;
    height: 160px;
    --COLOR-1: #fff;
    --COLOR-2: #fff;
    --COLOR-3: #fff;
    background: linear-gradient(130deg, var(--COLOR-1), var(--COLOR-2));
    display: flex;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 24px;
    position: relative;
    box-sizing: border-box;
    align-items: center;
}

.finder-banner__content::before {
    content: "";
    display: block;
    width: 178px;
    height: 160px;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--IMAGE);
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.finder-banner__content::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background-size: 26px auto;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top 5px center;
    top: -18px;
    left: -18px;
    background-color: var(--COLOR-3);
    background-image: var(--PICTO);
    border-radius: 50%;
}

.finder-banner__content {
    text-align: left;
    color: #333;
    padding-left: 218px;
    flex: 1;
}

.finder-banner__title {
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.finder-banner__product {
    margin: 10px 0;
    font-size: 28px;
    line-height: 28px;
    font-family: var(--FONT-CLARINS);
    font-weight: normal;
}

.finder-banner__text {
    margin: 0;
    font-size: 14px;
    line-height: 21px;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-weight: normal;
}

.finder-banner__shop {
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.finder-banner__price {
    font-size: 14px;
}

.finder-banner__priceliter {
    font-size: 11px;
    color: #797674;
}

.finder-banner .finder-btn {
    margin-top: 14px;
}

.finder-banner__hidden {
    display: none;
}


.finder-banner .finder-btn {
    display: none;
}

.finder-banner a.finder-btn {
    display: inline-block;
}

.finder-banner[data-related="cryo-mask"] {
    --COLOR-1: #fff;
    --COLOR-2: #fff;
    --COLOR-3: transparent;
    border: 1px solid #eee;
}

.finder-banner[data-related="my-clarins-night"],
.finder-banner[data-related="my-clarins-day"] {
    --COLOR-1: #f0f9ff;
    --COLOR-2: #e5f9fa;
    --COLOR-3: #02e1de;
}

.finder-banner[data-related="hydra-essentiel-day"],
.finder-banner[data-related="hydra-essentiel-night"] {
    --COLOR-1: #e7f4f7;
    --COLOR-2: #f2f8f9;
    --COLOR-3: #1aabd0;
}

.finder-banner[data-related="multi-active-day"],
.finder-banner[data-related="multi-active-day-dry"],
.finder-banner[data-related="multi-active-night"],
.finder-banner[data-related="multi-active-night-dry"] {
    --COLOR-1: #f0e2f3;
    --COLOR-2: #ffeaec;
    --COLOR-3: #f79296;
}

.finder-banner[data-related="super-restorative-day"],
.finder-banner[data-related="super-restorative-day-dry"],
.finder-banner[data-related="super-restorative-night"],
.finder-banner[data-related="super-restorative-night-dry"] {
    --COLOR-1: #f7e1e1;
    --COLOR-2: #fbeff0;
    --COLOR-3: #e42e3f;
}

.finder-banner[data-related="extra-firming-day"],
.finder-banner[data-related="extra-firming-day-dry"],
.finder-banner[data-related="extra-firming-night"],
.finder-banner[data-related="extra-firming-night-dry"] {
    --COLOR-1: #fae5db;
    --COLOR-2: #fff8f2;
    --COLOR-3: #f09b7e;
}

.finder-banner[data-related="nutri-lumiere-night"],
.finder-banner[data-related="nutri-lumiere-day"] {
    --COLOR-1: #f0e9dd;
    --COLOR-2: #f7f2ec;
    --COLOR-3: #b5a08a;
}



.finder-banner[data-related="cryo-mask"] {
    --IMAGE: url(../img/banner-cryo-mask-desktop-@2x.jpg);
    --PICTO: none;
}

.finder-banner[data-related="my-clarins-day"] {
    --IMAGE: url(../img/banner-my-clarins-day-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

.finder-banner[data-related="my-clarins-night"] {
    --IMAGE: url(../img/banner-my-clarins-night-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="hydra-essentiel-day"] {
    --IMAGE: url(../img/banner-hydra-essentiel-day-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

.finder-banner[data-related="hydra-essentiel-night"] {
    --IMAGE: url(../img/banner-hydra-essentiel-night-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="multi-active-day"] {
    --IMAGE: url(../img/banner-multi-active-day-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

.finder-banner[data-related="multi-active-day-dry"] {
    --IMAGE: url(../img/banner-multi-active-day-dry-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

.finder-banner[data-related="multi-active-night"] {
    --IMAGE: url(../img/banner-multi-active-night-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="multi-active-night-dry"] {
    --IMAGE: url(../img/banner-multi-active-night-dry-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="super-restorative-day"] {
    --IMAGE: url(../img/banner-super-restorative-day-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

.finder-banner[data-related="super-restorative-day-dry"] {
    --IMAGE: url(../img/banner-super-restorative-day-dry-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

.finder-banner[data-related="super-restorative-night"] {
    --IMAGE: url(../img/banner-super-restorative-night-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="super-restorative-night-dry"] {
    --IMAGE: url(../img/banner-super-restorative-night-dry-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="extra-firming-day"] {
    --IMAGE: url(../img/banner-extra-firming-day-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

.finder-banner[data-related="extra-firming-day-dry"] {
    --IMAGE: url(../img/banner-extra-firming-day-dry-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

.finder-banner[data-related="extra-firming-night"] {
    --IMAGE: url(../img/banner-extra-firming-night-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="extra-firming-night-dry"] {
    --IMAGE: url(../img/banner-extra-firming-night-dry-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="nutri-lumiere-night"] {
    --IMAGE: url(../img/banner-nutri-lumiere-night-desktop-@2x.jpg);
    --PICTO: url(../img/night.svg);
}

.finder-banner[data-related="nutri-lumiere-day"] {
    --IMAGE: url(../img/banner-nutri-lumiere-day-desktop-@2x.jpg);
    --PICTO: url(../img/day.svg);
}

#RESULT-DATA i-promo-block {
    display: none !important;
}

@media(max-width:1023px) {
    .finder-banner {
        width: calc(100% - 40px);
        height: auto;
        background: linear-gradient(130deg, var(--COLOR-1), var(--COLOR-2));
        flex-direction: column;
        padding: 20px;
        padding-top: 0;
        margin: 0 auto;
        margin-top: 24px;
        max-width: 390px;
    }

    .finder-banner__content::before {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        border-radius: 6px;
        order: 2;
    }

    .finder-banner__content {
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .finder-banner__title {
        order: 1;
        margin: 20px;

    }

    .finder-banner__product {
        order: 3;
        font-size: 24px;
        line-height: 24px;
    }

    .finder-banner__text {
        order: 4;
    }

    .finder-banner__shop {}

    #RESULT-DATA {
        max-height: 20000px;
    }

    #RESULT-DATA i-product-above-the-fold .product-info__description {
        text-align: center;
    }
}


/*---------------------------------------------------------------------------------------------*/
.finder-breadcrumb a {
    background-color: #fff !important;
}

.finder-breadcrumb a[data-active="2"] {
    background-color: var(--COLOR) !important;
}

.finder-result .finder-breadcrumb a[data-active="2"] {
    background-color: #fff !important;
}

.finder-banner__content::before {
    height: 100%;
}

.finder-question__item {
    font-size: 13px;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .finder-breadcrumb {
        justify-content: space-between;
        width: 270px;
    }

    .finder-steps[data-open="1"] {
        min-height: 720px;
    }

    .finder-question__item::before {
        left: 27%;
    }

    #main {
        padding: 20px 0px;
    }

    #TEXTURE {
        display: none;
    }

    .finder-question__item::before {
        left: 0;
    }

    .finder__background {
        height: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    body,
    html {
        width: 100%;
        overflow-x: hidden !important;
    }

    #main:not(.main-homepage) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .finder-banner__content::before {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        border-radius: 6px;
        order: 2;
        right: 0;
        height: 160px !important;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .finder-breadcrumb {
        justify-content: space-between;
        width: 270px;
    }

    .finder-question__item::before {
        left: 27%;
    }

    .finder-faq__row {
        margin: 0 15px;
    }

    #main {
        padding: 20px 0px;
    }

    .finder-question__item::before {
        left: 0;
    }

    body,
    html {
        width: 100%;
        overflow-x: hidden !important;
    }

    #main:not(.main-homepage) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .finder-banner__content::before {
        height: 160px !important;
    }
}

@media only screen and (min-device-width : 820px) and (max-device-width : 1180px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .finder-steps[data-open="1"] {
        min-height: 720px;
    }

    .finder__background {
        height: 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .finder__background img {
        object-fit: cover;
        width: 1000px;
        height: 720px;
    }

}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .finder-question__item {
        margin: 2px;
        font-size: 10px;
    }

    .finder-steps__title {
        padding: 25px;
    }

    #main {
        /* padding-top: 0px; */
        padding: 0px
    }

    .page-content {
        padding: 0px
    }

    .finder-product__text {
        padding: 15px 20px;
    }

    body,
    html {
        width: 100%;
        overflow-x: hidden !important;
    }

    #main:not(.main-homepage) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .finder-banner__content::before {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        border-radius: 6px;
        order: 2;
        right: 0;
        height: 160px !important;
    }
}