/*  ------  reset   ------  */
.i-product-listing .search-result .cspot-loader,
i-product-listing .search-result .cspot-loader {
    position: relative;
    z-index: 90;
}

#main:not(.main-homepage) {
    padding-top: 0px;
}

.breadcrumb {
    display: none !important;
}

@media (max-width: 640px) {

    .offerbumper-loader {
        display: none !important;
    }
}


/*  ------  variables   ------  */

.holy__page {

    --CLARINS-FONT: ClarinsRegular, Clarins;
    --GOTHAM-LIGHT: "Gotham_Light";
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
        Helvetica, Arial, sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        Helvetica, Arial, sans-serif;
}


/*  ------  page   ------  */

.holy__page {
    font-family: var(--GOTHAM-BOOK);
    font-weight: normal;
    color: #333333;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.holy__page * {
    box-sizing: border-box;
}

.holy__page h1,
.holy__page h2,
.holy__page h3 {
    margin: 0;
    padding: 0;
    font-family: var(--CLARINS-FONT);
    font-weight: normal;
}

.holy__page p {
    margin: 0;
    padding: 0;
}

.holy__page picture {
    display: block;
}

.holy__page img {
    width: 100%;
    display: block;
}

.holy__page a {
    color: #333;
    text-decoration: none;
}

.holy__page .holy__container {
    position: relative;
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.holy__page .holy__title {
    color: #cea150;
    font-size: 55px;
    line-height: 1.1em;
    position: relative;
}

.holy__page .holy__subtitle {
    font-size: 20px;
    line-height: 24px;
    position: relative;
}

.holy__page .holy__text {
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.holy__page .holy__text>span {
    display: block;
}

.holy__page .holy__text .holy__nowrap {
    white-space: nowrap;
}

.holy__page .holy__cta {
    padding-top: 20px;
}

.holy__page .holy__cta a {
    cursor: pointer;
    display: inline-block;
    min-width: 165px;
    height: auto;
    padding: 17px;
    font-size: 14px;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    color: #fff;
    background-color: #b40024;
    border: 2px solid #b40024;
    border-radius: 5px;
    font-family: var(--GOTHAM-MEDIUM, "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial);
    font-weight: 500;
}

.holy__page .holy__cta a:hover {
    color: #fff;
    outline: 0 !important;
    background-color: #8c0b26;
    border-color: #8c0b26;
}

/*
.holy__page .holy__cta a.holy__disabled { background-color: #cfcac9; border-color:#cfcac9; cursor: default; }
*/

@media (max-width: 768px) {

    .holy__page .holy__page {
        overflow: hidden;
    }

    .holy__page .holy__container {
        padding: 0;
    }

    .holy__page .holy__title {
        font-size: 48px;
        line-height: 1.05em;
    }

    .holy__page .holy__text>span {
        display: inline-block;
    }

}


/*   ornament    */

.holy__page .holy__ornament {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.holy__page .holy__ornament-img {
    position: absolute;
    width: auto;
}

.holy__page .holy__ornament-img[data-ornament-id="01"] {
    left: calc(50% - 400px);
    top: -147px;
}

.holy__page .holy__ornament-img[data-ornament-id="02"] {
    right: -45px;
    bottom: -106px;
    width: 258px;
    z-index: -1;
}

.holy__page .holy__ornament-img[data-ornament-id="03"] {
    right: 144px;
    bottom: -134px;
    transform: rotate(-20deg);
    z-index: -1;
}

.holy__page .holy__ornament-img[data-ornament-id="04"],
.holy__page .holy__ornament-img[data-ornament-id="05"] {
    display: none;
}


@media (max-width: 1400px) {}

@media (max-width: 640px) {


    .holy__page .holy__ornament-img[data-ornament-id="01"],
    .holy__page .holy__ornament-img[data-ornament-id="02"],
    .holy__page .holy__ornament-img[data-ornament-id="03"] {
        display: none;
    }

    .holy__page .holy__ornament-img[data-ornament-id="04"] {
        left: 3vw;
        top: -8vw;
        display: block;
        width: 23vw;
    }

    .holy__page .holy__ornament-img[data-ornament-id="05"] {
        right: -11vw;
        bottom: -18vw;
        display: block;
        width: 55vw;
        transform: rotate(25deg);
        z-index: -1;
    }

}




/*   bloc    */

.holy__page .holy__bloc {
    display: block;
    overflow: hidden;
}






/*   header    */

.holy__page .holy__header {
    position: relative;
    text-align: center;
}

.holy__page .holy__header-title {
    color: #cea150;
    text-align: center;
    font-size: 85px;
    line-height: 1.25em;
    padding-top: 248px;
    padding-bottom: 16px;
}

.holy__page .holy__header-subtitle {
    text-align: center;
    padding-bottom: 61px;
}


.holy__page .holy__header-title>span {
    display: inline-block;
    background-color: #cea150;
    background-image: url(images/holy_title.png);
    background-size: contain;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

@media (max-width: 768px) {

    .holy__page .holy__header {
        margin-bottom: 32px;
        min-height: 414px;
    }

    .holy__page .holy__header-title {
        font-size: 60px;
        line-height: 1.25em;
        padding-top: 372px;
    }

    .holy__page .holy__header-title>span {
        display: block;
    }

    .holy__page .holy__header-subtitle>span {
        display: block;
    }

}



/*   content    */


.holy__page .holy__bloc-content {
    margin-bottom: 88px;
    text-align: center;
}

.holy__page .holy__content-text {
    text-align: center;
    padding-bottom: 16px;
    width: 77%;
    max-width: 640px;
    margin: 0 auto;
}

.holy__page .holy__content-cta a {
    min-width: 325px;
}


@media (max-width: 768px) {

    .holy__page .holy__content-cta a {
        min-width: 285px;
    }

}

#primary>.content-asset>.cspot_v2 {
    margin: 40px auto;
}

/*   popin    */

.holy__popin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.holy__popin.holy__opened {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    z-index: 99;
}


.holy__popin-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    z-index: 1;
}

.holy__popin-content {
    position: relative;
    top: 0;
    left: 0;
}

.holy__popin-body {
    max-width: 1170px;
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    width: 90vw;
    height: 100%;
    max-height: 90vh;
    margin: 0 auto;
    z-index: 2;

}

.holy__popin-close {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    z-index: 2;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(images/picto_close.svg);
    background-size: 60%;
}


/*   finder    */

.holy__page .holy__finder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: stretch;
    padding: 60px;
}

.holy__page .holy__finder-media {
    width: 100%;
    max-width: 440px;
    position: relative;
    top: 0;
    left: 0;
}

.holy__page .holy__finder-picture {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.holy__page .holy__finder-picture[data-id="0"] {
    position: relative;
    opacity: 1;
}

.holy__page .holy__finder-picture.holy__visible {
    opacity: 1;
}

.holy__page .holy__finder-content {
    padding-left: 50px;
    text-align: left;
}

.holy__page .holy__finder-title {
    padding-bottom: 23px;
}

.holy__page .holy__finder-groups {
    padding-top: 40px;
}

.holy__page .holy__finder-group {
    padding-bottom: 37px;
}

.holy__page .holy__finder-group:last-child {
    padding-bottom: 20px;
}

.holy__page .holy__finder-group.holy__hide {
    display: none;
}

.holy__page .holy__finder-field {
    position: relative;
    top: 0;
    left: 0;
    min-width: 248px;
    display: inline-block;
}

.holy__page .holy__finder-label {
    color: #cea150;
    font-size: 20px;
    line-height: 1.2em;
    padding-bottom: 16px;
}

.holy__page .holy__finder-handler {
    border: solid 1px #cfcac9;
    height: 48px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
    background: #fff;
}

.holy__page .holy__finder-handler-arrow {
    position: absolute;
    right: 15px;
    top: calc(50% - 7.5px);
    background: url(images/holy_arrow.svg) left top no-repeat;
    background-size: 100% auto;
    width: 8px;
    height: 15px;
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.holy__page .holy__finder-select {
    text-align: left;
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    background: #fff;
    width: 100%;
    border: solid 1px #cfcac9;
    border-top: none;
    border-radius: 5px 0 0 5px;
}

.holy__page .holy__finder-group.holy__opened .holy__finder-handler {
    z-index: 6;
}

.holy__page .holy__finder-group.holy__opened .holy__finder-handler-arrow {
    transform: rotate(-90deg);
}

.holy__page .holy__finder-group.holy__opened .holy__finder-select {
    display: block;
    z-index: 5;
}


.holy__page .holy__finder-select ul {
    list-style: none;
    padding: 7px 0;
    margin: 0;
}

.holy__page .holy__finder-select li {
    list-style: none;
    padding: 5px 10px;
    cursor: pointer;
    margin: 0;
}

.holy__page .holy__finder-select li.holy__hide {
    display: none;
}

.holy__page .holy__finder-cta a {
    min-width: 248px;
}


@media (max-width: 768px) {

    .holy__page .holy__finder {
        display: block;
        padding: 0;
        padding-bottom: 100px;
    }

    .holy__page .holy__finder-media {
        max-width: 100%;
        height: 220px;
        overflow: hidden;
        width: 250px;
        position: relative;
        margin: 0 auto;
        margin-top: 40px;
        display: block;
    }


    .holy__page .holy__finder-content {
        padding-left: 0;
        text-align: center;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .holy__page .holy__finder-title {
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .holy__page .holy__finder-title>span {
        display: block;
    }

    .holy__page .holy__finder-label {
        font-size: 16px;
        line-height: 1.2em;
        padding-bottom: 12px;
        max-width: 270px;
        margin: 0 auto;
    }

    .holy__page .holy__finder-groups {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .holy__page .holy__finder-group {
        padding-bottom: 18px;
    }

    .holy__page .holy__cta {
        padding-top: 0px;
    }

}

/*=====================================*/
.holy__page .holy__cta{
    padding-bottom: 20px;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2){
    .holy__page .holy__ornament-img[data-ornament-id="02"]{
        right: -80px;
    }
    .holy__page .holy__finder-title{
        padding-top: 10px;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){
    .holy__page .holy__ornament-img[data-ornament-id="02"]{
        bottom: -140px;
    }
}