<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: #a16d48;
    --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-home {
    width: 970px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 537px;
    padding-left: 585px;
    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;
    color: #333;
}

.finder-home__title span:first-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, #b37756, #cea285, #8a523c);
    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: #a16d48;
}

.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 span:first-child {
        transform: none;
    }


}

/****************************************************************/
.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;
}

.finder-btn::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: #b40024 solid 2px;
    border-radius: 7px;
    opacity: 0;
    left: -3px;
    top: -3px;
    pointer-events: none;
    box-sizing: border-box;
    outline: 0 !important;
}

/*------------------------------------------------*/
.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-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;
    color: #333;
    text-align: center;
    position: relative;
    z-index: 2;
}

.finder-steps__logo {
    color: transparent;
    background-clip: text;
    font-size: 29px;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #b37756, #cea285, #8a523c);
    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__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;
    color: var(--COLOR);
    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-image: url(../img/picto-breadcrumb.svg);
    background-size: 26px auto;
}

.finder-breadcrumb a[data-active="2"] {
    background-color: var(--COLOR);
    width: 36px;
    height: 36px;
    color: #fff;
    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: 220px;
    height: 134px;
    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::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #f0e1d7, transparent);
    transform: translateX(-100%);
    transition: transform ease-in-out 0.6s;
    z-index: -1;
}

.finder-question__item:hover::after {
    transform: translateX(0);
}

.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 {
    --WIDTH: 70px;
    content: "";
    margin: 15px;
    width: var(--WIDTH);
    height: var(--WIDTH);
    display: block;
    background-image: url(../img/pictos.svg);
    background-size: calc(var(--WIDTH)*6) auto;
    background-position: top left;
    transition: transform ease-in-out 0.3s;
    z-index: 1;
    position: absolute;
    top: 0;
}

.finder-question__item:hover::before {
    transform: scale(1.1);
}

/********************************/
.finder-question__item[data-picto="eyecare"]::before {
    background-position: top 0 left 0;
}

.finder-question__item[data-picto="makeup"]::before {
    background-position: top 0 left calc(-1*var(--WIDTH));
}

.finder-question__item[data-picto="remover"]::before {
    background-position: top 0 left calc(-2*var(--WIDTH));
}

/********************************/
.finder-question__item[data-picto="eyecontour"]::before {
    background-position: top calc(-1.4*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="lashes"]::before {
    background-position: top calc(-1.4*var(--WIDTH)) left calc(-1*var(--WIDTH));
}

/********************************/
.finder-question__item[data-picto="ageing"]::before {
    background-position: top calc(-2.8*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="liftsmooth"]::before {
    background-position: top calc(-2.8*var(--WIDTH)) left calc(-1*var(--WIDTH));
}

.finder-question__item[data-picto="brighten"]::before {
    background-position: top calc(-2.8*var(--WIDTH)) left calc(-2*var(--WIDTH));
}

.finder-question__item[data-picto="puffiness"]::before {
    background-position: top calc(-2.8*var(--WIDTH)) left calc(-3*var(--WIDTH));
}

.finder-question__item[data-picto="darkcircles"]::before {
    background-position: top calc(-2.8*var(--WIDTH)) left calc(-4*var(--WIDTH));
}

.finder-question__item[data-picto="hydrate"]::before {
    background-position: top calc(-2.8*var(--WIDTH)) left calc(-5*var(--WIDTH));
}

/********************************/

.finder-question__item[data-picto="eyeshadow"]::before {
    background-position: top calc(-4.2*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="eyeliner"]::before {
    background-position: top calc(-4.2*var(--WIDTH)) left calc(-1*var(--WIDTH));
}

.finder-question__item[data-picto="mascara"]::before {
    background-position: top calc(-4.2*var(--WIDTH)) left calc(-2*var(--WIDTH));
}

.finder-question__item[data-picto="brow"]::before {
    background-position: top calc(-4.2*var(--WIDTH)) left calc(-3*var(--WIDTH));
}

/********************************/

.finder-question__item[data-picto="simple"]::before {
    background-position: top calc(-5.6*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="elevated"]::before {
    background-position: top calc(-5.6*var(--WIDTH)) left calc(-1*var(--WIDTH));
}

/********************************/

.finder-question__item[data-picto="pencil"]::before {
    background-position: top calc(-7*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="liquidliner"]::before {
    background-position: top calc(-7*var(--WIDTH)) left calc(-1*var(--WIDTH));
}

/********************************/

.finder-question__item[data-picto="waterproofyes"]::before {
    background-position: top calc(-8.4*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="waterproofno"]::before {
    background-position: top calc(-8.4*var(--WIDTH)) left calc(-1*var(--WIDTH));
}

/********************************/
.finder-question__item[data-picto="subtle"]::before {
    background-position: top calc(-9.8*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="intense"]::before {
    background-position: top calc(-9.8*var(--WIDTH)) left calc(-1*var(--WIDTH));
}


/********************************/
.finder-question__item[data-picto="prep"]::before {
    background-position: top calc(-11.2*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="intensify"]::before {
    background-position: top calc(-11.2*var(--WIDTH)) left calc(-1*var(--WIDTH));
}

.finder-question__item[data-picto="set"]::before {
    background-position: top calc(-11.2*var(--WIDTH)) left calc(-2*var(--WIDTH));
}

/********************************/
.finder-question__item[data-picto="full"]::before {
    background-position: top calc(-12.6*var(--WIDTH)) left 0;
}

.finder-question__item[data-picto="longcurled"]::before {
    background-position: top calc(-12.6*var(--WIDTH)) left calc(-1*var(--WIDTH));
}

.finder-question__item[data-picto="multidim"]::before {
    background-position: top calc(-12.6*var(--WIDTH)) left calc(-2*var(--WIDTH));
}

/********************************/
.finder-question__item[data-picto="sensitive"]::before {
    background-position: top calc(-14*var(--WIDTH)) left 0;
}

/********************************/
@media(max-width:761px) {
    .finder-steps__title {
        font-size: 7vw;
    }

    .finder-steps__logo {
        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: 14vw;
        margin: 1vw;
        margin-top: 3vw;
    }

    .finder-question {
        top: 95px;
    }

    .finder-steps {
        min-height: 148vw;
    }
}

/*------------------------------------------------*/

.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);
    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;
    color: var(--COLOR);
    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;
}

.finder-restartlink {
    display: inline-block;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
    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: 40px;
}


@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: 540px;
}

@media (min-width: 768px) {
    /*  i-product-above-the-fold .product-image-section {
        flex-basis: 50%;
        overflow: hidden;
    }

    i-main-image {
        width: 100% !important;
        height: 100% !important;
    }*/
}


.try-it-on-widget {
    position: absolute;
    top: 0px !important;
    left: 132px !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;
}




/*---------------------------------------------------------------------------------------------*/
@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: 170px;
    }
}
@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: 160px;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .finder-question__item{
        margin: 2px;
    }
    .finder-steps__title {
        padding: 25px;
    }
}


/* DEBUG */


.finder-breadcrumb a[data-active="1"] {
    background-color: #fdf0de !important;
}
.tns-ovh {
    height: unset !important;
}
#tns5-mw {
    height: 595px;
}
#tns4-mw {
    height: 620px;
}
#tns12-mw {
    height: unset;
}
.finder-product .finder-btn {
    margin-top: unset;
}
#main {
    padding: 20px 0px;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #main {
        padding: 20px 0px;
    }



}
@media (max-width: 480px) {
    .finder-home__text {
        width: 90%;
    }
    .finder-question__item {
        font-size: 2.9vw;
    }
}</pre></body></html>