/*  ------  reset   ------  */

#main:not(.main-homepage) {padding-top: 0px; }
.breadcrumb {display: none !important; }
#wrapper { max-width: 100%; }
footer {  margin-top: 0; }

@media (max-width: 640px) { 
    .offerbumper-loader { display: none !important;}
}

.i-search .cba-search-box { display: none; }

i-footer footer { margin-top: 0; }
.footer-wrapper { position: relative; }

.holy__page .producttile-loader { width: 100%; }
.holy__page .product-tile { margin-right: 0; margin-left: 0; max-width: unset; border:none; }
.holy__page .product-tile .product-image img { display:block; }
.holy__page .product-tile .product-tile__variations img { width: unset; }
.holy__page .product-tile__desc--initial { align-items:flex-start; }
.holy__page .product-tile__swatch-text { padding-left: 7px; }


/*  ------  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;
    --COLOR-DEFAULT:#333333;
    --COLOR-RED-A:#b40024;
    --COLOR-RED-B:#8c0b26;
    --RADIUS:5px; 
    --mainOffset: 60px;
}


@media (min-width: 768px) { 
    .holy__page {   
       --mainOffset: 147px;
    }
}

/*  ------  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,
.holy__page h4 {margin: 0;padding: 0;font-weight: normal; }

.holy__page h1,
.holy__page h2 {  font-family: var(--CLARINS-FONT); }

.holy__page p {margin: 0;padding: 0; }

.holy__page picture {display: block; /*! width: 100%; */}

.holy__page img {width: 100%;display: block; }

.holy__page a {color: #333;text-decoration: none; }

.holy__page .holy__container {position: relative;max-width: 1264px;width: 100%;margin: 0 auto; }

.holy__page .holy__title { text-align:center; color: var(--COLOR-RED-A); font-size: 35px;line-height: 1.2em;position: relative;  }
.holy__page .holy__text { text-align:center; font-size: 16px;line-height: 1.45em; position: relative; }
.holy__page .holy__text .holy__nowrap { white-space: nowrap; }
.holy__page .holy__text-color {  color: var(--COLOR-RED-A); }

.holy__page .holy__price {font-size: 16px;line-height: 20px; }

.holy__page .holy__cta {  }
.holy__page .holy__cta-btn {cursor: pointer;display: inline-flex;min-width: 132px;height: auto;padding: 14px 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, Helvetica, Arial);font-weight: 500; position: relative; top:0; left:0; align-items: center;justify-content: center;}
.holy__page .holy__cta-btn:hover { color: #fff; outline: 0 !important;  background-color: #8c0b26;  border-color: #8c0b26; }

.holy__page .holy__cta-white {color: var(--COLOR-DEFAULT); background: #fff;  border: 1px solid #B0A9A5; transition:all 0.3s; }
.holy__page .holy__cta-white:hover { color: var(--COLOR-DEFAULT);  border: 1px solid #797674; background: #fff;  box-shadow: 0px 0px 7px 0px #00000026; }

.holy__page .holy__link { text-decoration: underline; }
.holy__page .holy__cta-link { text-decoration: underline; font-size: 14px; line-height: 1.42em; letter-spacing: 0.02em;  text-transform: uppercase; }

.holy__page .holy__quickshop { display: none; }
.holy__page .holy__addtobag  { display: none; }

.holy__page .holy__bkgd { position:fixed; top:0; left:0; width:100%; height:100vh; background: url(../common/bkgd.jpg) top left no-repeat; background-position:50% 0; background-size:cover; }
.holy__page .holy__nowrap { white-space: nowrap; }

.holy__page .holy__decor { position: absolute; pointer-events:none; }
.holy__page .holy__decor img { width: 100%; display: block; }

.holy__page .holy__group { position: relative; }


/*
.holy__page .holy__cta a.holy__disabled { background-color: #cfcac9; border-color:#cfcac9; cursor: default; }
*/

@media (min-width: 768px) { 

    .holy__page .holy__page { overflow: hidden;}
    .holy__page .holy__title { font-size: 60px; line-height: 1.05em; padding-bottom: 12px; }
    .holy__page .holy__text { font-size: 20px; line-height: 1.45em; }

    .holy__page .holy__cta-btn:hover { color: #fff; outline: 0 !important;  background-color: var(--COLOR-RED-B);  border-color: var(--COLOR-RED-B); }
    .holy__page .holy__cta-white:hover { color: var(--COLOR-DEFAULT);  border: 1px solid #797674; background: #fff;  box-shadow: 0px 0px 7px 0px #00000026; }
    .holy__page .holy__link:hover { text-decoration: none; }
    .holy__page .holy__cta-link:hover { text-decoration: none; }

}



/*   bloc    */

.holy__page .holy__bloc { position: relative; padding-top: 24px; padding-bottom: 24px;  }
.holy__page .holy__bloc-title { padding-bottom: 12px;  width: 92%; margin-left: auto; margin-right: auto; }
.holy__page .holy__bloc-text { padding-bottom: 24px;  width: 92%; margin-left: auto; margin-right: auto; }

@media (min-width: 768px) { 

    .holy__page .holy__bloc { position: relative; padding-top: 40px; padding-bottom: 40px;  }
    .holy__page .holy__bloc-title { padding-bottom: 15px; }
    .holy__page .holy__bloc-text { padding-bottom: 32px; }

}

@media (min-width: 1264px) { 

    .holy__page .holy__bloc { position: relative; padding-top: 40px; padding-bottom: 40px;  }
    .holy__page .holy__bloc-title { width: 100%; }
    .holy__page .holy__bloc-text { width: 100%; }

}



/*   header    */

.holy__page .holy__bloc-header {position: relative;padding-bottom: 30px; padding-top: 24px;}

.holy__page .holy__header-title {color: #B40024;text-align: center;font-size: 60px;line-height: 1.2em; padding-bottom: 24px; max-width: 220px; margin: 0 auto; }
.holy__page .holy__header-text {text-align: center;font-size: 16px;line-height: 1.45em;  width: 92%; margin: 0 auto; }

.holy__page .holy__bloc-header .holy__decor[data-item="1"] { width: 80px; top:54px; left:calc(50% - 174px); }
.holy__page .holy__bloc-header .holy__decor[data-item="1"] img { transform: rotate(-11deg); }
.holy__page .holy__bloc-header .holy__decor[data-item="2"] { width: 74px; top:34px; left:calc(50% - 205px); }
.holy__page .holy__bloc-header .holy__decor[data-item="2"] img { transform: rotate(-9deg); }
.holy__page .holy__bloc-header .holy__decor[data-item="3"] { width: 11px; top:121px; left:calc(50% - 150px); }
.holy__page .holy__bloc-header .holy__decor[data-item="4"] { width: 9px; top:134px; left:calc(50% - 158px);  }
.holy__page .holy__bloc-header .holy__decor[data-item="5"] { width: 9px; top:125px; left:calc(50% - 162px);  }
.holy__page .holy__bloc-header .holy__decor[data-item="6"] { width: 13px; top:50px; left:calc(50% - 122px);  }
.holy__page .holy__bloc-header .holy__decor[data-item="6"] img { transform: rotate(-70deg); }

.holy__page .holy__bloc-header .holy__decor[data-item="11"] { width: 45px; top:70px; left:calc(50% + 88px); }
.holy__page .holy__bloc-header .holy__decor[data-item="11"] img { transform: rotate(-218deg); }
.holy__page .holy__bloc-header .holy__decor[data-item="12"] { width: 32px; top:52px; left:calc(50% + 128px);  }
.holy__page .holy__bloc-header .holy__decor[data-item="12"] img { transform: rotate(52deg); }
.holy__page .holy__bloc-header .holy__decor[data-item="13"] { width: 30px; top:104px; left:calc(50% + 142px);  }
.holy__page .holy__bloc-header .holy__decor[data-item="13"] img { transform: rotate(174deg); }
.holy__page .holy__bloc-header .holy__decor[data-item="14"] { width: 12px; top:87px; left:calc(50% + 162px);  }
.holy__page .holy__bloc-header .holy__decor[data-item="14"] img { transform: rotate(174deg); }
.holy__page .holy__bloc-header .holy__decor[data-item="15"] { width: 6px; top:88px; left:calc(50% + 178px);  }
.holy__page .holy__bloc-header .holy__decor[data-item="15"] img { transform: rotate(174deg); }
.holy__page .holy__bloc-header .holy__decor[data-item="16"] { width: 12px; top:102px; left:calc(50% + 173px);  }
.holy__page .holy__bloc-header .holy__decor[data-item="16"] img { transform: rotate(-58deg); }


@media (min-width: 768px) { 

    .holy__page .holy__bloc-header {padding-bottom: 40px; padding-top: 65px;}

    .holy__page .holy__header-title {font-size: 85px;line-height: 1.2em;  max-width: 810px; }
    .holy__page .holy__header-text {font-size: 20px;line-height: 1.45em;  width: 88%;max-width: 775px;margin: 0 auto; }

/*
    .holy__page .holy__bloc-header .holy__decor[data-item="1"] { width: 202px; top:-75px; left:calc(50% - 568px); }
    .holy__page .holy__bloc-header .holy__decor[data-item="2"] { width: 186px; top:-82px; left:calc(50% - 651px); }
    .holy__page .holy__bloc-header .holy__decor[data-item="3"] { width: 28px; top:110px; left:calc(50% - 509px); }
    .holy__page .holy__bloc-header .holy__decor[data-item="4"] { width: 17px; top:116px; left:calc(50% - 526px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="5"] { width: 18px; top:51px; left:calc(50% - 537px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="6"] { width: 32px; top:-54px; left:calc(50% - 437px);  }

    .holy__page .holy__bloc-header .holy__decor[data-item="11"] { width: 130px; top:-61px; left:calc(50% + 402px); }
    .holy__page .holy__bloc-header .holy__decor[data-item="11"] img { transform: rotate(-218deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="12"] { width: 89px; top:-115px; left:calc(50% + 518px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="12"] img { transform: rotate(52deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="13"] { width: 95px; top:7px; left:calc(50% + 549px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="13"] img { transform: rotate(174deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="14"] { width: 34px; top:-64px; left:calc(50% + 614px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="14"] img { transform: rotate(174deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="15"] { width: 18px; top:7px; left:calc(50% + 660px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="15"] img { transform: rotate(174deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="16"] { width: 34px; top:57px; left:calc(50% + 645px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="16"] img { transform: rotate(-58deg); }
*/

.holy__page .holy__bloc-header .holy__decor[data-item="1"] { width: 202px; top:49px; left:calc(50% - 568px); }
    .holy__page .holy__bloc-header .holy__decor[data-item="2"] { width: 186px; top:-3px; left:calc(50% - 651px); }
    .holy__page .holy__bloc-header .holy__decor[data-item="3"] { width: 28px; top:220px; left:calc(50% - 509px); z-index: 2;  }
    .holy__page .holy__bloc-header .holy__decor[data-item="4"] { width: 17px; top:256px; left:calc(50% - 526px); z-index: 2;  }
    .holy__page .holy__bloc-header .holy__decor[data-item="5"] { width: 18px; top:232px; left:calc(50% - 537px); z-index: 2;  }
    .holy__page .holy__bloc-header .holy__decor[data-item="6"] { width: 32px; top:-59px; left:calc(50% - 437px);  }

 .holy__page .holy__bloc-header .holy__decor[data-item="11"] { width: 130px; top:61px; left:calc(50% + 402px); }
    .holy__page .holy__bloc-header .holy__decor[data-item="11"] img { transform: rotate(-218deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="12"] { width: 89px; top:12px; left:calc(50% + 518px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="12"] img { transform: rotate(52deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="13"] { width: 95px; top:153px; left:calc(50% + 549px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="13"] img { transform: rotate(174deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="14"] { width: 34px; top:112px; left:calc(50% + 614px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="14"] img { transform: rotate(174deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="15"] { width: 18px; top:114px; left:calc(50% + 660px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="15"] img { transform: rotate(174deg); }
    .holy__page .holy__bloc-header .holy__decor[data-item="16"] { width: 34px; top:157px; left:calc(50% + 645px);  }
    .holy__page .holy__bloc-header .holy__decor[data-item="16"] img { transform: rotate(-58deg); }

}



/*   navigation    */

.holy__page .holy__bloc-navigation {padding-top: 0; padding-bottom: 16px; }

.holy__page .holy__navigation {min-height: 222px; }

.holy__page .holy__navigation-handler { display: none; position: relative;left: 0;top: 0; }
.holy__page .holy__navigation-handler-click { position: absolute;top: 0;left:0; width: 100%; height: 100%; display: block; cursor: pointer; }

.holy__page .holy__navigation-handler-left { height: 44px;display: flex;align-items: center; color:#fff; }
.holy__page .holy__navigation-handler-right { padding-right: 6px; display: flex;align-items: center; }

.holy__page .holy__navigation-handler-text { color:var(--COLOR-RED-A); text-transform: uppercase; font-size: 12px; line-height: 1.45em; font-family:var(--GOTHAM-MEDIUM); padding: 0 16px;display: block; pointer-events:none; }

.holy__page .holy__navigation-handler-arrow { width: 8px;height: 15px;transform: rotate(90deg);transition: transform 0.3s;  pointer-events:none; margin-right: 16px;  }
.holy__page .holy__navigation.holy__opened .holy__navigation-handler-arrow { transform: rotate(-90deg); }

.holy__page .holy__navigation-items {display: flex;padding: 0;list-style: none;margin: 0 auto;flex-wrap: wrap;justify-content: center; }
.holy__page .holy__navigation-items  li {white-space: nowrap;display: flex;margin: 0 15px 30px 15px;position: relative;cursor: pointer; transition:opacity 0.3s; }

.holy__page .holy__navigation-items  li:hover,
.holy__page .holy__navigation-items  li.holy__active {}

.holy__page .holy__navigation-items a {text-transform: uppercase; display: flex;justify-content: center;align-items: center;flex-direction: column;background: #fff;border-radius: 5px;overflow: hidden;width: 160px;box-shadow: 0 0 6px rgba(0,0,0,0.2); }
.holy__page .holy__navigation-items a img { transition:transform 0.2s ease-in-out; }

.holy__page .holy__navigation-items a span { font-size: 11px;line-height: 28px;color: var(--COLOR-DEFAULT); display: block;text-align: center; background: #fff; width: 100%;height: 32px;position: relative;}

/*
.holy__page .holy__navigation-inside  ul:hover li { opacity: 0.5; }
.holy__page .holy__navigation-inside  ul:hover li:hover { opacity: 1; }
.holy__page .holy__navigation-inside  li:hover a img { transform:scale(1.1); }
*/

@media (max-width: 1220px) { 
    .holy__page .holy__navigation-items { max-width: 768px;  }
    
}

@media (min-width: 768px) { 


.holy__page .holy__navigation-items.holy__hover li { opacity: 0.5; transition:opacity 0s; }
.holy__page .holy__navigation-items li.holy__hover { opacity: 1; }
.holy__page .holy__navigation-items  li.holy__hover a img { transform:scale(1.1); }

}

@media (max-width: 768px) { 

    .holy__page .holy__bloc-navigation {padding-bottom:0; }
    .holy__page .holy__navigation {margin-top: 0px; margin-bottom:8px; min-height: 165px;}
    .holy__page .holy__navigation-items { justify-content: space-evenly; }
    .holy__page .holy__navigation-items a img { display: none; }
    .holy__page .holy__navigation-items li { width: 160px; margin: 7px 0;display: flex;justify-content: left; }
    .holy__page .holy__navigation-items a { height: 38px; border: solid 1px #bfbfbf; border-radius: 19px ; box-shadow:none; }
    .holy__page .holy__navigation-items a span { background: transparent; height: auto;line-height: 1em;white-space: normal; }
    .holy__page .holy__navigation-items li { opacity: 1; }

    .holy__page.holy__stack .holy__navigation-inside { position: fixed; top: var(--mainOffset); left: 0; z-index: 10; width: 100%; height:auto; border-bottom: solid 1px var(--COLOR-RED-A); background: #fff;}
    .holy__page.holy__stack .holy__navigation-handler { display: flex; justify-content:space-between; }
    .holy__page.holy__stack .holy__navigation-inside.holy__opening .holy__navigation-handler-arrow { transform: rotate(-90deg);}

    .holy__page.holy__stack .holy__navigation-content { max-height: 0; overflow: hidden; transition:max-height 0.5s; }
    .holy__page.holy__stack .holy__navigation-inside.holy__opening .holy__navigation-content { max-height: 140px; overflow: hidden; }

    .holy__page.holy__stack .holy__navigation-items { display: none; padding-bottom: 10px;}
    .holy__page.holy__stack .holy__navigation-inside.holy__opened ul { display: block;}
    .holy__page.holy__stack .holy__navigation-inside  li { display: block; padding-bottom: 10px;}
    .holy__page.holy__stack .holy__navigation-items a { height: auto; border: none; border-radius: none; display: block; background: transparent; margin-left: 16px;}
    .holy__page.holy__stack .holy__navigation-items a span { padding: 0; font-size: 11px; line-height: 1.2em; letter-spacing: 0.05em;  text-align: left;}
}



/*   film    */

.holy__page .holy__film { position: relative; width: 92%; margin-right: auto; margin-left: auto; }
.holy__page .holy__film-container { position: relative; width: 100%; margin: 0 auto; z-index: 1; }

.holy__page .holy__film-content {cursor: pointer;position: relative;top: 0;left: 0;width: 100%;display: block; }

.holy__page .holy__film-img {width: 100%;height: 100%;display: block;object-fit: cover; }
.holy__page .holy__film-play {position: absolute;top: calc(50% - 40px);left: calc(50% - 40px);width: 80px;height: 80px;border: 2px #fff solid;border-radius: 50%;display: block;margin: 0 auto;background-color: rgba(0,0,0,0.15); }
.holy__page .holy__film-play:after {content: "";position: absolute;top: calc(50% - 14px);left: calc(50% - 7px);border-left: solid #fff 24px;border-top: solid transparent 14px;border-bottom: solid transparent 14px; }

.holy__page .holy__film-youtube { position: absolute;top: 0;left: 0;width: 100%;display: block;height: 100%; }

.holy__page .holy__film.holy__playing .holy__film-content {display: none; }

.holy__page .holy__bloc-film .holy__decor[data-item="1"] { width: 110px; top:-55px; left:-60px; z-index: 2; }
.holy__page .holy__bloc-film .holy__decor[data-item="2"],
.holy__page .holy__bloc-film .holy__decor[data-item="3"],
.holy__page .holy__bloc-film .holy__decor[data-item="4"] { display: none; }

@media (min-width: 768px) { 

    .holy__page .holy__film { width: 100%; }

    .holy__page .holy__bloc-film .holy__decor[data-item="1"] { width: 187px; top:-110px; left:calc(50% - 738px);}
    .holy__page .holy__bloc-film .holy__decor[data-item="1"] img { transform: rotate(54deg); }
    .holy__page .holy__bloc-film .holy__decor[data-item="2"] { display: block; width: 70px; top:103px; left:calc(50% - 720px);  }
    .holy__page .holy__bloc-film .holy__decor[data-item="2"] img { transform: rotate(-17deg); }
    .holy__page .holy__bloc-film .holy__decor[data-item="3"] { display: block; width: 35px; top:154px; left:calc(50% - 773px);  }
    .holy__page .holy__bloc-film .holy__decor[data-item="3"] img { transform: rotate(-18deg); }
    .holy__page .holy__bloc-film .holy__decor[data-item="4"] { display: block; width: 75px; top:31px; left:calc(50% - 803px);  }
    .holy__page .holy__bloc-film .holy__decor[data-item="4"] img { transform: rotate(110deg); }


   .holy__page .holy__bloc-film .holy__decor[data-item="1"] { width: 187px; top:-92px; left:calc(50% - 738px);}
    .holy__page .holy__bloc-film .holy__decor[data-item="1"] img { transform: rotate(54deg); }
    .holy__page .holy__bloc-film .holy__decor[data-item="2"] { display: block; width: 70px; top:122px; left:calc(50% - 720px);  }
    .holy__page .holy__bloc-film .holy__decor[data-item="2"] img { transform: rotate(-17deg); }
    .holy__page .holy__bloc-film .holy__decor[data-item="3"] { display: block; width: 35px; top:172px; left:calc(50% - 773px);  }
    .holy__page .holy__bloc-film .holy__decor[data-item="3"] img { transform: rotate(-18deg); }
    .holy__page .holy__bloc-film .holy__decor[data-item="4"] { display: block; width: 75px; top:50px; left:calc(50% - 803px);  }
    .holy__page .holy__bloc-film .holy__decor[data-item="4"] img { transform: rotate(110deg); }


}



/*   advent    */

.holy__page .holy__advents-wrapper {position: relative;top: 0;left: 0; }
.holy__page .holy__advents {position: relative; top: 0;left: 0; width: 100%;margin: 0 auto;z-index: 1; }
.holy__page .holy__advents-title { padding-bottom: 12px; }
.holy__page .holy__advents-text { padding-bottom: 24px; }

.holy__page .holy__advent {position: relative;top: 0;left: 0; }

.holy__page .holy__advent-inside {position: relative;top: 0;left: 0; display: flex; flex-direction:column; align-items: center;text-align: left;justify-content: stretch; background:#fff; width: 92%; margin:0 auto 32px auto; border-radius: var(--RADIUS); overflow:hidden; box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.15); padding-bottom: 24px; }

.holy__page .holy__advent-media {position: relative;top: 0;left: 0;width: 100%; }
.holy__page .holy__advent-content { padding: 32px 0; width: 100%; display: flex; flex-direction:column; }

.holy__page .holy__advent-title { font-family: var(--GOTHAM-MEDIUM);font-size: 20px;line-height: 1.45em;color: var(--COLOR-RED-A);padding-bottom: 16px; margin: 0 auto; width: 92%; }
.holy__page .holy__advent-text { font-size: 14px;line-height: 1.45em; margin: 0 auto; width: 92%; }

.holy__page .holy__advent-routines-wrapper {position: relative;top: 0;left: 0; width: 100%; }

.holy__page .holy__advent-routines {display: flex; flex-direction:row; align-items: flex-start;text-align: left;justify-content: stretch; position: relative;top: 0;left: 0; padding: 0 16px; /*width: calc(67% + 32px);*/ overflow: hidden; }

.holy__page .holy__advent-routine { margin-right: 0; width: 62vw; background: #fff; border-radius: 8px; }
.holy__page .holy__advent-routine:last-child { margin-right: 0; }

.holy__page .holy__advent-routine-inside { background: #FBF6F3; border-radius: 8px; overflow: hidden; height: 100%; }
.holy__page .holy__advent-routine-picture { position: relative; }
.holy__page .holy__advent-routine-picture::before {
    content: "";
    position: absolute;
    left: calc(50% - 31px);
    top: calc(50% - 31px);
    width: 62px;
    height: 62px;
    background-image: url(../common/picto-play-video.svg);
    display: block;
    background-size: cover;
}

.holy__page .holy__advent-routine-content {  padding: 16px; }
.holy__page .holy__advent-routine-title { text-align:left; color:var(--COLOR-RED-A); font-size: 16px; line-height: 1.2em; font-family: var(--GOTHAM-MEDIUM); padding-bottom: 16px; }
.holy__page .holy__advent-routine-link {  font-size: 11px; line-height: 1.35em;  text-transform: uppercase; }

.holy__page .holy__advent-cta { text-align: center; }

.holy__advent-popin-container { display: none; }

.holy__page .holy__advent-popin-content { padding: 24px 0 32px 0; width: 92%; margin: 0 auto; } 
.holy__page .holy__advent-popin-title { color:var(--COLOR-RED-A); font-size: 30px; line-height: 1.45em; font-family: var(--GOTHAM-MEDIUM); text-align:center; padding-bottom: 24px; }
.holy__page .holy__advent-popin-text {  font-size: 14px; line-height: 1.45em; text-align:center; }

.holy__page .holy__advent-popin-video { width:92%; margin: 0 auto; }
.holy__page .holy__advent-popin-vimeo { display:block; width:100%; height: 0; padding-top: 56.25%; position: relative; top:0; left:0; }
.holy__page .holy__advent-popin-vimeo iframe { width: 100%; height: 100%; position: absolute; top:0; left:0; }

.holy__page .holy__advent-popin-products-wrapper { width: 100%; margin: 32px auto; position: relative;top: 0;left: 0; }
.holy__page .holy__advent-popin-products { border-left:solid 1px #d3ccc8; }
.holy__page .holy__advent-popin-product { background: #fff; border:solid 1px #d3ccc8; border-left:none; min-height: 350px; display: flex; align-items:center; justify-content:center; }

 .holy__page .holy__bloc-advents .holy__decor[data-item="1"],
.holy__page .holy__bloc-advents .holy__decor[data-item="2"] { display: none; }

    .holy__page .holy__bloc-advents .holy__decor[data-item="3"] { display:block; width: 94px; top:50px; right: calc(4% - 47px); z-index: 2; }
    .holy__page .holy__bloc-advents .holy__decor[data-item="3"] img { transform: rotate(120deg); }


@media (min-width: 768px) { 

    .holy__page .holy__advents-wrapper { }
    .holy__page .holy__advents { width: calc(100% - 64px); margin: 0 auto; display: flex; flex-direction:row; }

    .holy__page .holy__advents-title { padding-bottom: 15px; padding-left: 0; padding-right: 0; }
    .holy__page .holy__advents-text { font-size: 20px;line-height: 1.45em; padding-bottom: 0; }

    .holy__page .holy__advents { margin-top: 30px; justify-content: center; padding: 0 0 80px 0; }

    .holy__page .holy__advent { width: 508px; margin: 0 16px; padding-bottom: 32px; }
    .holy__page .holy__advent:nth-child(2) {transform:translateY(80px); }

    .holy__page .holy__advent-content { width: 85%; margin: 0 auto; padding-bottom: 24px; }
    .holy__page .holy__advent-title { font-size: 30px;line-height: 1.45em; width: 100%; }
    .holy__page .holy__advent-text { width: 100%; }

    .holy__page .holy__advent-routines { padding: 5px 32px; margin: 0; }

    .holy__page .holy__advent-routine { width: 289px; cursor: pointer; background:#fff; transition:background 0.15s ease-in-out; }
    .holy__page .holy__advent-routine-inside { transition: transform 0.15s ease-in-out; }
    .holy__page .holy__advent-routine:hover .holy__advent-routine-inside { box-shadow: -1px 1px 5px rgba(0,0,0,0.25)}
    .holy__page .holy__advent-routine:hover .holy__link { text-decoration: none; }

    .holy__page .holy__advent-routine-content {  padding: 24px; }
    .holy__page .holy__advent-routine-title { font-size: 20px; line-height: 1.2em; }

    .holy__page .holy__advent-popin-products-wrapper,
    .holy__page .holy__advent-popin-content,
    .holy__page .holy__advent-popin-video { width:calc(100% - 120px); }

.holy__page .holy__advent-popin-products-wrapper:after { content: ""; background: #fff; height: 100%; width: 50px; display: block; position: absolute; left:-60px; top:0; }
.holy__page .holy__advent-popin-products-wrapper:before { content: ""; background: #fff; height: 100%; width: 50px; display: block; position: absolute; right:-60px; top:0; z-index: 1;}

    .holy__page .holy__bloc-advents .holy__decor[data-item="1"] { display:block; width: 153px; top:-22px; left:calc(50% - 731px);  }
    .holy__page .holy__bloc-advents .holy__decor[data-item="1"] img { transform: rotate(120deg); }
    .holy__page .holy__bloc-advents .holy__decor[data-item="2"] { display:block; width: 292px; bottom:-42px; left:calc(50% - 859px);  }
    .holy__page .holy__bloc-advents .holy__decor[data-item="2"] img { transform: rotate(120deg); }

    .holy__page .holy__bloc-advents .holy__decor[data-item="3"] { display: none; }

}


@media (min-width: 1023px) { 
.holy__page .holy__advent-popin-products { border-left:none; }
.holy__page .holy__advent-popin-product { border-left:solid 1px #d3ccc8; }

}


/*   Sets    */

.holy__page .holy__bloc-sets { text-align: center; }
.holy__page .holy__bloc-sets .holy__group { display: inline-block; }

.holy__page .holy__sets-wrapper {position: relative;top: 0;left: 0; margin-top:12px; }
.holy__page .holy__sets {position: relative;top: 0;left: 0;width: 100%; margin: 0 auto; display: flex; justify-content:center; border-left:solid 1px #d3ccc8; }
.holy__page .holy__set { background: #fff;  width: 292px; border:solid 1px #d3ccc8; border-left:none; display: flex; align-items:center; justify-content:center;  }

.holy__page .holy__bloc-sets .holy__decor[data-item="1"] { width: 80px; top:-44px;  right: -29px;z-index: 2;}
.holy__page .holy__bloc-sets .holy__decor[data-item="1"] img { transform: rotate(31deg);}

@media (min-width: 768px) { 

    .holy__page .holy__sets-wrapper { width: calc(100% - 64px); margin: 0 auto; }
    .holy__page .holy__sets { }
    .holy__page .holy__bloc-sets .holy__bloc-text { width:90%; }

    .holy__page .holy__bloc-sets .holy__decor[data-item="1"] { width: 228px; top:-250px; left:calc(50% + 562px); right:auto; }
    .holy__page .holy__bloc-sets .holy__decor[data-item="1"] img { transform: rotate(31deg);}
    .holy__page .holy__bloc-sets .holy__decor[data-item="2"] { width: 350px; top:-101px; left:calc(50% + 588px); }
    .holy__page .holy__bloc-sets .holy__decor[data-item="2"] img { filter: blur(4.7px);}

}

@media (min-width: 900px) { 
    .holy__page .holy__sets { border-left:none; }
   .holy__page .holy__set { border-left:solid 1px #d3ccc8; }
}

@media (min-width: 1264px) { 

   .holy__page .holy__sets-wrapper { width: 100%; }
}



/*   Best Sellers    */


.holy__page .holy__bloc-bestsellers  { padding-bottom: 54px; }

.holy__page .holy__bloc-bestsellers .holy__decor[data-item="1"] { width: 225px; top:-100px; left:calc(50% - 851px); }
.holy__page .holy__bloc-bestsellers .holy__decor[data-item="1"] img {  transform: rotate(-10deg);}
.holy__page .holy__bloc-bestsellers .holy__decor[data-item="2"] { width: 422px; top:0px; left:calc(50% + 596px);  filter:blur(4.7px); }
.holy__page .holy__bloc-bestsellers .holy__decor[data-item="2"] img { transform: rotate(-38deg);}
.holy__page .holy__bloc-bestsellers .holy__decor[data-item="3"] { width: 68px; bottom:231px; left:calc(50% + 644px); }
.holy__page .holy__bloc-bestsellers .holy__decor[data-item="4"] { width: 65px; bottom:189px; left:calc(50% + 700px); }
.holy__page .holy__bloc-bestsellers .holy__decor[data-item="5"] { display :none; width: 65px; }


@media (max-width: 768px) { 

    .holy__page .holy__bloc-bestsellers .holy__bloc-title { padding-bottom:24px; }
    .holy__page .holy__bloc-bestsellers .holy__bloc-title span { display: block }
    .holy__page .holy__bloc-bestsellers .holy__bloc-text { width: 90%; margin:0 auto; padding-bottom:26px;  }

    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="1"] { display :none; }
    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="2"] { display :none; }
    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="3"] { display :none; }
    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="4"] { display :none; }
    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="5"] { display :block; width: 65px; right:-7px; bottom:-0px; }
    .holy__page .holy__bloc-bestsellers .holy__decor[data-item="5"] img { filter: blur(4.7px); transform:rotate(90deg)}

}




/*   Surprise    */


.holy__page .holy__bloc-surprise  { }
/*
.holy__page .holy__bloc-surprise .holy__decor[data-item="1"] { width: 154px; top:20px; left:calc(50% - 778px); }
.holy__page .holy__bloc-surprise .holy__decor[data-item="1"] img {  transform: rotate(-48deg);}
.holy__page .holy__bloc-surprise .holy__decor[data-item="2"] { width: 114px; top:150px; left:calc(50% - 854px);  }
.holy__page .holy__bloc-surprise .holy__decor[data-item="2"] img { transform: rotate(-136deg);}
*/


    .holy__page .holy__bloc-surprise .holy__decor[data-item="1"] {display: none; }
    .holy__page .holy__bloc-surprise .holy__decor[data-item="2"] {display: none; }   
    .holy__page .holy__bloc-surprise .holy__decor[data-item="3"] {display: none; }
    .holy__page .holy__bloc-surprise .holy__decor[data-item="4"] { display: none; top:-28px; left:-4px;  }
    .holy__page .holy__bloc-surprise .holy__decor[data-item="4"] img { transform: rotate(-29deg); }

@media (min-width: 768px) { 

.holy__page .holy__bloc-surprise .holy__decor[data-item="1"] { display:block; width: 181px; top:-20px; left:calc(50% + 645px); z-index: 2; }
.holy__page .holy__bloc-surprise .holy__decor[data-item="1"] img { transform: rotate(88deg); }
.holy__page .holy__bloc-surprise .holy__decor[data-item="2"] { display:block; width: 72px; top:-33px; left:calc(50% + 556px); z-index: 2; }
.holy__page .holy__bloc-surprise .holy__decor[data-item="2"] img { transform: rotate(88deg);}
.holy__page .holy__bloc-surprise .holy__decor[data-item="3"] { display:block; width: 35px; top:-84px; left:calc(50% + 565px); z-index: 2; }
.holy__page .holy__bloc-surprise .holy__decor[data-item="3"] img { transform: rotate(88deg);}
.holy__page .holy__bloc-surprise .holy__decor[data-item="4"] { display:block; width: 72px; top:-90px; left:calc(50% + 638px); z-index: 2; }
.holy__page .holy__bloc-surprise .holy__decor[data-item="4"] img { transform: rotate(-144deg);}

}



/*   Recycling     */

.holy__page .holy__recycling {position: relative;display: flex;flex-direction:column; align-items: center;justify-content: center;width: 92%;max-width: 1048px;margin-left: auto;margin-right: auto;min-height: 182px;background:#fff; border:solid 1px var(--COLOR-RED-A); border-radius:var(--RADIUS);padding: 16px 0; }

.holy__page .holy__recycling-picto {width: 150px; position: relative; margin-left: auto; margin-right: auto; }

.holy__page .holy__recycling-media {width: 100%; max-width:320px; margin:0 auto; position: relative;left: 0;top: 0; min-height: 180px; }
.holy__page .holy__recycling-media-video {width: 100%; height: 100%; }
.holy__page .holy__recycling-vimeo {width: 100%; height: 100%; }
.holy__page .holy__recycling-vimeo iframe { width: 100%; height: 100%; position: absolute; top:0; left:0; }

.holy__page .holy__recycling-content {width: 90%; text-align: center; }
.holy__page .holy__recycling-title { font-family: var(--GOTHAM-MEDIUM);color: var(--COLOR-RED-A); font-size: 20px;line-height: 1.45em;padding-bottom: 12px; text-transform: uppercase; }
.holy__page .holy__recycling-text { font-size: 14px;line-height: 1.45em; text-align: center; padding-bottom: 16px; }

@media (min-width: 768px) { 

    .holy__page .holy__recycling { flex-direction:row; align-items: center;justify-content: stretch; padding: 0; }

    .holy__page .holy__recycling-picto { margin-left: 10px; margin-right: 18px; }
    .holy__page .holy__recycling-media {width: 320px; margin:0; border-radius:var(--RADIUS); overflow: hidden; }

    .holy__page .holy__recycling-content {width: calc(100% - 324px - 150px); text-align: left; padding: 16px 0; }
    .holy__page .holy__recycling-title { font-size: 24px;line-height: 1.45em; padding-right:20px; }
    .holy__page .holy__recycling-text { text-align: left; padding-bottom: 0; }

}



/*   card    */

.holy__page .holy__card {position: relative;display: flex; flex-direction:column; align-items: stretch;justify-content: center;background:#fff; border-radius:var(--RADIUS); overflow:hidden; box-shadow: 0 0 25px rgba(81,44,2,0.12); width: 92%; margin: 0 auto; }

.holy__page .holy__card-media {width: 100%;position: relative;left: 0;top: 0; }
.holy__page .holy__card-picture {width: 100%; }

.holy__page .holy__card-body {width: 100%; background: var(--COLOR-RED-A); position: relative;display: flex; align-items: center;justify-content: center; }
.holy__page .holy__card-content {text-align: center; padding: 32px 0; }
.holy__page .holy__card-title {font-family: var(--CLARINS-FONT);font-size: 35px;line-height: 1.2em;padding-bottom: 12px;color:#fff;}
.holy__page .holy__card-text { color:#fff; font-size: 14px;line-height: 1.45em;  max-width: 396px; width: 90%; margin: 0 auto; padding-bottom: 24px; }
.holy__page .holy__card-link { color:#fff; }

.holy__page .holy__bloc-card .holy__decor[data-item="1"] { width: 80px; bottom: -8px; right: -18px; z-index: 2; }
.holy__page .holy__bloc-card .holy__decor[data-item="1"] img { transform: rotate(132deg) scaleX(-1);}
.holy__page .holy__bloc-card .holy__decor[data-item="2"] { display: none; }
.holy__page .holy__bloc-card .holy__decor[data-item="3"] { width: 29px; bottom: -40px; right: 3px;left: auto;}
.holy__page .holy__bloc-card .holy__decor[data-item="3"] img { transform: rotate(4deg) scaleX(-1);}



@media (min-width: 768px) { 

    .holy__page .holy__card {flex-direction:row-reverse; align-items: stretch;justify-content: center; width: 100%; }
    .holy__page .holy__card-media {width: 50%; }
    .holy__page .holy__card-body {width: 50%; }

    .holy__page .holy__card-content { padding: 0; }

    .holy__page .holy__card-content .holy__cta-link:hover  .holy__cta-link-text { color:#fff; }

.holy__page .holy__bloc-card .holy__decor[data-item="1"] { width: 180px; bottom: -38px; left: calc(50% - 737px); right:auto; z-index: 2; }
.holy__page .holy__bloc-card .holy__decor[data-item="1"] img { transform: rotate(132deg) scaleX(-1);}
.holy__page .holy__bloc-card .holy__decor[data-item="2"] { display:block; width: 72px; bottom: 50px; left: calc(50% - 837px); }
.holy__page .holy__bloc-card .holy__decor[data-item="2"] img { transform: rotate(132deg) scaleX(-1);}
.holy__page .holy__bloc-card .holy__decor[data-item="3"] { width: 75px; bottom: -52px; left: calc(50% - 807px); right:auto; }
.holy__page .holy__bloc-card .holy__decor[data-item="3"] img { transform: rotate(4deg) scaleX(-1);}


}



/*   finder    */

.holy__page .holy__finder {position: relative;display: flex; flex-direction:column; justify-content: center;z-index: 1; border-radius: var(--RADIUS);background:#fff; border: #D3CCC8 solid 1px; }

.holy__page .holy__finder-media {width: 100%; position: relative;top: 0;left: 0;  }

.holy__page .holy__finder-content { width: 90%; text-align: left; margin: 0 auto; padding: 20px 0; }
.holy__page .holy__finder-title {text-align: left; font-size:35px; line-height:1.2em; padding-bottom: 12px; }
.holy__page .holy__finder-text {text-align: left; font-size:14px; line-height:1.45em; padding-bottom: 1.45em; }

.holy__page .holy__finder-group {padding-bottom: 24px; }
.holy__page .holy__finder-group.holy__hide {display: none; }

.holy__page .holy__finder-field {position: relative;top: 0;left: 0;width: 345px;max-width:100%;display: inline-block; }
.holy__page .holy__finder-label {color: var(--COLOR-RED-A);font-size: 14px;line-height: 1.45em;padding-bottom: 10px; }
.holy__page .holy__finder-handler {cursor:pointer;border: solid 1px #cfcac9;height: 42px;border-radius: var(--RADIUS);display: flex;align-items: center;padding: 0 12px;position: relative; }
.holy__page .holy__finder-handler-arrow {position: absolute;right: 15px;top: calc(50% - 7.5px);width: 15px;height: 15px;}
.holy__page .holy__finder-handler-arrow svg {width: 8px;height: 15px;transform: rotate(90deg);transition: transform 0.3s; position: relative; top: 0; left: 0; display: block; }
.holy__page .holy__finder-select {text-align: left;display: none;position: absolute;top: 40px;left: 0;background: #fff;width: 100%;border: solid 1px #cfcac9;border-top: none;border-radius: 5px 0 0 5px; background: #fff; }
.holy__page .holy__finder-group.holy__opened .holy__finder-handler {z-index: 6; }
.holy__page .holy__finder-group.holy__opened .holy__finder-handler-arrow svg {transform: rotate(-90deg); }
.holy__page .holy__finder-group.holy__opened .holy__finder-select {display: block;z-index: 5; }

.holy__page .holy__finder-handler-text { font-size: 14px; line-height: 1.45em; }

.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;font-size: 14px; line-height: 1.45em;  }
.holy__page .holy__finder-select li.holy__hide {display: none; }

.holy__page .holy__finder-cta a { min-width: 100%; }
.holy__page .holy__finder-cta .holy__disabled { background-color: #fff; border: 2px solid #E9E3DE; cursor: default; color:#D3CCC8; }

.holy__page .holy__bloc-finder .holy__decor[data-item="1"] { width: 114px; top:-16px; left:calc(50% - 739px); z-index: 2; }
.holy__page .holy__bloc-finder .holy__decor[data-item="1"] img { transform: rotate(31deg);}
.holy__page .holy__bloc-finder .holy__decor[data-item="2"] { width: 160px; top: 83px; left: calc(50% - 834px);}
.holy__page .holy__bloc-finder .holy__decor[data-item="2"] img { transform: rotate(120deg);}

.holy__page .holy__bloc-finder .holy__decor[data-item="3"] { width: 180px; top: 419px; left: calc(50% + 512px); z-index: 2; }
.holy__page .holy__bloc-finder .holy__decor[data-item="3"] img { transform: rotate(-104deg); }
.holy__page .holy__bloc-finder .holy__decor[data-item="4"] { width: 72px; top: 516px; left: calc(50% + 718px);}
.holy__page .holy__bloc-finder .holy__decor[data-item="4"] img { transform: rotate(-104deg); }
.holy__page .holy__bloc-finder .holy__decor[data-item="5"] { width: 33px; top: 608px; left: calc(50% + 767px);}
.holy__page .holy__bloc-finder .holy__decor[data-item="5"] img { transform: rotate(-104deg);}
.holy__page .holy__bloc-finder .holy__decor[data-item="6"] { width: 74px; top: 593px; left: calc(50% + 643px);}
.holy__page .holy__bloc-finder .holy__decor[data-item="6"] img { transform: rotate(23deg);}


@media (min-width: 768px) { 

    .holy__page .holy__finder { flex-direction:row; justify-content: stretch;z-index: 1; }

    .holy__page .holy__finder-media {width: 50%; }

    .holy__page .holy__finder-picture { height: 100%; }
    .holy__page .holy__finder-img { height: 100%; object-fit: cover; }

    .holy__page .holy__finder-content { width: 50%; padding: 18px calc( (100vw / 1264) * 64 ); text-align: left; margin: 0; }
    .holy__page .holy__finder-title { font-size:48px; line-height:1.2em; }

    .holy__page .holy__finder-groups {padding-top: 10px; }
    .holy__page .holy__finder-group {padding-bottom: 32px; }

    .holy__page .holy__finder-label {font-size: 16px;line-height: 1.45em;}

    .holy__page .holy__finder-cta a {min-width: 202px; }

}

@media (min-width: 1264px) { 

    .holy__page .holy__finder-content { padding-left: 64px; padding-right: 64px; }

}



/*   Virtual    */

.holy__page .holy__bloc-virtual[data-visible="0"] { display: none; }
.holy__page .holy__virtual {position: relative; left: 0;top: 0; width: 92%; margin: 0 auto; }

.holy__page .holy__virtual-media {width: 100%;position: relative;left: 0;top: 0; border-radius:22px; overflow:hidden; box-shadow: 0 0 25px rgba(81,44,2,0.12); }
.holy__page .holy__virtual-picture {width: 100%; }

.holy__page .holy__virtual-body { width: 50%; height: 100%; position: absolute; left: 0;top: 0; display: flex; align-items: center;justify-content: center; }

.holy__page .holy__virtual-content { display:none; text-align: left; padding-left: 0; }

.holy__page .holy__virtual-title { text-align:left; font-family: var(--GOTHAM-MEDIUM);font-size: 35px;line-height: 1.2em;padding-bottom: 16px; color:#fff; }
.holy__page .holy__virtual-text { text-align:left; font-size: 14px;line-height: 1.45em; padding-bottom: 16px; color:#fff; }

.holy__page .holy__bloc-virtual .holy__decor[data-item="1"] { width: 73px; top: -175px; right: 0px; z-index: 2; }
.holy__page .holy__bloc-virtual .holy__decor[data-item="1"] img { transform: rotate(-108deg); }
.holy__page .holy__bloc-virtual .holy__decor[data-item="2"] { width: 32px; top: -125px; right: -30px;}
.holy__page .holy__bloc-virtual .holy__decor[data-item="2"] img { transform: rotate(-73deg); }
.holy__page .holy__bloc-virtual .holy__decor[data-item="3"] { display:none; }
.holy__page .holy__bloc-virtual .holy__decor[data-item="4"] {width: 30px; top: -93px; right: 2px; z-index: 2;}
.holy__page .holy__bloc-virtual .holy__decor[data-item="4"] img { transform: rotate(20deg);}





@media (min-width: 768px) { 

    .holy__page .holy__virtual { width: calc(100% - 64px); margin: 0 auto; }
    .holy__page .holy__virtual-content { display:block;  padding-left: calc((100vw / 1264) * 132); }

.holy__page .holy__bloc-virtual .holy__decor[data-item="1"] { width: 183px; top: 150px; left: calc(50% + 504px); right:0; z-index: 2; }
.holy__page .holy__bloc-virtual .holy__decor[data-item="1"] img { transform: rotate(-73deg); }
.holy__page .holy__bloc-virtual .holy__decor[data-item="2"] { width: 72px; top: 325px; left: calc(50% + 664px); right:0; }
.holy__page .holy__bloc-virtual .holy__decor[data-item="2"] img { transform: rotate(-73deg); }
.holy__page .holy__bloc-virtual .holy__decor[data-item="3"] { display:  block; width: 33px; top: 423px; left: calc(50% + 668px);}
.holy__page .holy__bloc-virtual .holy__decor[data-item="3"] img { transform: rotate(-73deg);}
.holy__page .holy__bloc-virtual .holy__decor[data-item="4"] { width: 80px; top: 346px; left: calc(50% + 557px); right:0; z-index: 2;}
.holy__page .holy__bloc-virtual .holy__decor[data-item="4"] img { transform: rotate(59deg);}


}

@media (min-width: 1264px) { 

    .holy__page .holy__virtual { width: 100%  }
    .holy__page .holy__virtual-content {  padding-left: 132px; }
}




/*   Duart    */

.holy__page .holy__duart {width: 264px; flex-direction:column; justify-content: center; margin: 0 auto; }

.holy__page .holy__duart-media {width: 100%;position: relative;left: 0;top: 0; padding: 0 0 24px 0; }
.holy__page .holy__duart-picture {width: 120px; border-radius:50%;  overflow:hidden; margin: 0 auto; }

.holy__page .holy__duart-body { width: 100%; display: flex; align-items: center;justify-content: center; }

.holy__page .holy__duart-content {text-align: center; }

.holy__page .holy__duart-title { text-align:center; font-family: var(--GOTHAM-MEDIUM);font-size: 24px;line-height: 1.2em;padding-bottom: 16px; }
.holy__page .holy__duart-text { text-align:center; font-size: 14px;line-height: 1.45em; max-width: 592px; }


@media (min-width: 768px) { 

    .holy__page .holy__duart {position: relative; left: 0;top: 0; width: 832px; display: flex; flex-direction:row; justify-content: stretch; }

    .holy__page .holy__duart-media {width: 200px; padding: 0 40px; }

    .holy__page .holy__duart-body { width: calc(100% - 200px); display: flex; align-items: center;justify-content: flex-start; }

    .holy__page .holy__duart-content {text-align: left; }
    .holy__page .holy__duart-title {text-align: left; }
    .holy__page .holy__duart-text {text-align: left; }

}


/*  legendes */

.holy__page .holy__bloc-legendes { background: #fff; padding:32px 0; margin-top: 40px; }

.holy__page .holy__legendes { width: 92%;  max-width: 1264px; margin: 0 auto; padding: 0; text-align: center;  }
.holy__page .holy__legende { font-size: 10px; line-height: 1.45em; }


@media (min-width: 768px) { 

    .holy__page .holy__legende { text-align: left; }

}






/*   Wrapping    */
/*
.holy__page .holy__bloc-wrapping { padding-top: 92px; }
.holy__page .holy__wrapping { display: flex; align-items: center;  justify-content: stretch; flex-direction: reverse;  padding-bottom: 40px; }
.holy__page .holy__wrapping-content { text-align: right; padding: 8px 35px 0 0; display: flex; flex-direction:column; align-items:flex-end; }
.holy__page .holy__wrapping-title { padding-bottom: 22px; }
.holy__page .holy__wrapping-title > span { display: block; }

.holy__page .holy__wrapping-text { padding-bottom: 20px; width: 85%; }
.holy__page .holy__wrapping .holy__cta { padding-top: 3px; }

.holy__page .holy__wrapping-media { position: relative; width: 100%;max-width: 629px;padding-left: 63px;}
.holy__page .holy__wrapping-picture { border-radius:var(--RADIUS); overflow: hidden; }

.holy__page .holy__wrapping-lutin-top { position: absolute; top:0; left:calc(50px + 23px); width: 94px; transform:translateY(-73%); }
.holy__page .holy__wrapping-lutin-bottom { position: absolute; bottom:0; left:calc(50px + 33%); width: 120px; transform:translateY(100%); }

.holy__page .holy__bloc-wrapping .holy__decor[data-item="1"] { width: 333px; top:-125px; left:calc(50% - 897px); }
.holy__page .holy__bloc-wrapping .holy__decor[data-item="2"] { width: 328px; bottom:-178px; left:calc(50% + 569px); }
.holy__page .holy__bloc-wrapping .holy__decor[data-item="3"] { width: 34px; display: none; }
.holy__page .holy__bloc-wrapping .holy__decor[data-item="4"] { width: 46px; display: none;  }

.holy__page .holy__bloc-wrapping .holy__paillette[data-item="1"] { width: 166px; top:-21px; left:calc(50% + 121px); filter: blur(4.3px);transform: rotate(42deg);}
.holy__page .holy__bloc-wrapping .holy__paillette[data-item="2"] { width: 293px; top:331px; left:calc(50% - 850px); transform: rotate(-90deg);}
.holy__page .holy__bloc-wrapping .holy__paillette[data-item="3"] { display: none;   width: 90px; }

@media (max-width: 1090px) { 
    .holy__page .holy__wrapping-text>span { display: inline-block;}

}

@media (max-width: 768px) { 

    .holy__page .holy__bloc-wrapping { padding-top: 60px; }
    .holy__page .holy__wrapping { flex-direction: column-reverse;padding-bottom: 0;}


    .holy__page .holy__wrapping-content { padding-left: 5%; padding-right: 5%; text-align: center; align-items: center;}
    .holy__page .holy__wrapping-text { width: 100%; }
    
    .holy__page .holy__wrapping-media { position: relative; width: 90%;padding-left: 0;}
    .holy__page .holy__wrapping-lutin-top { left:calc(5% + 7px); width: 56px; transform:translateY(-73%); }
    .holy__page .holy__wrapping-lutin-bottom { display: none; }

    .holy__page .holy__bloc-wrapping .holy__decor[data-item="1"] { width: 174px; top:-31px; left:auto; right: -96px; z-index: 2;}
    .holy__page .holy__bloc-wrapping .holy__decor[data-item="2"] { width: 90px; top:calc(110vw + 58px); bottom:auto; left:-58px; }
    .holy__page .holy__bloc-wrapping .holy__decor[data-item="3"] { display: block; bottom:100px; right:30px; left: auto;}
    .holy__page .holy__bloc-wrapping .holy__decor[data-item="4"] { display: block; bottom:45px; left:auto; right: -23px;}
    .holy__page .holy__bloc-wrapping .holy__decor[data-item="4"] img {  filter:blur(4.7px); transform:rotate(-30deg);}

    .holy__page .holy__bloc-wrapping .holy__paillette[data-item="1"] { display: none; width: 106px; top:-28px; left:auto; right: 7px;transform: rotate(-32deg);}
    .holy__page .holy__bloc-wrapping .holy__paillette[data-item="2"] {width: 132px; top: -36px; left: auto; right: 7px; transform: rotate(-93deg); }
    .holy__page .holy__bloc-wrapping .holy__paillette[data-item="3"] {display: block; width: 90px;  top: calc(110vw + 19px); left: -50px; filter: blur(4.3px); transform: rotate(0deg); }
}
*/



/*   Fillers    */
/*
.holy__page .holy__bloc-fillers { padding-top: 46px; }

.holy__page .holy__bloc-fillers .holy__group { width: calc(100% - 80px); margin: 0 auto; }

.holy__page .holy__bloc-fillers .holy__decor[data-item="1"] { width: 583px; top:-318px; left:calc(50% - 1065px); }
.holy__page .holy__bloc-fillers .holy__decor[data-item="1"] img {  filter:blur(4.7px);  transform: rotate(-35deg);}
.holy__page .holy__bloc-fillers .holy__decor[data-item="2"] { width: 173px; left: calc(50% + 600px);top: 300px;}
.holy__page .holy__bloc-fillers .holy__decor[data-item="2"] img { filter:blur(4.7px); }

.holy__page .holy__bloc-fillers .holy__paillette[data-item="1"] { width: 219px; top:167px; left:calc(50% + 577px); filter: blur(4.3px);transform: scaleX(-1);}

.holy__page .holy__fillers-lutin { position: absolute; bottom:-70px; right:-66px; width: 132px; }



@media (max-width: 1023px) { 

    .holy__page .holy__bloc-fillers .holy__group { width: 100%; }
    .holy__page .holy__fillers-lutin { display: none; }

}

@media (max-width: 768px) { 
    .holy__page .holy__bloc-fillers { padding-top: 0; }
    
    .holy__page .holy__bloc-fillers .holy__decor[data-item="1"] { display: none}
    .holy__page .holy__bloc-fillers .holy__decor[data-item="2"] { width: 73px; top:20px; left:-42px; }


}

*/






/* ----   VTO   ---- */

.popinVTO__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    gap: 20px;
    box-sizing: border-box;
    border: 1px solid #b0a9a5;
    flex-direction: column;
    text-align: center;
}

.popinVTO__buttons>p {
    margin: 20px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
}

.popinVTO__buttons>div {
    position: relative;
    background-color: #fff !important;
    display: inline-block;
    color: #333;
    border: 1px solid #b0a9a5;
    padding: 14px;
    padding-left: 44px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    min-width: 160px;
    text-align: left;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
    cursor: pointer;
}

#YMK-CAMERA::before {
    top: 5px;
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAIAAAACtmMCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAddJREFUeNpi/P//PwNVARMDtcHINJEFjxww0np7e2/duoUsqK6uXlxcTKaJBw8eXLFiBZrguXPndHV13dzc8DkEF4iNjfXz8/v79y9cBMj2AwNkQTTACE+PkyZNunLlCtymP3/+XLp0qaury8nJCdkFe/fuLS8v19bWZmdnh4gwMjLq6+tnZWVBuXAT7ezsNDQ04DqB6szMzJKTkzG9NW/evJMnTyJnjQsXLpw6dQrd16mpqbg88urVK6B7gSQuBch6WfAnhZcvX1ZXVwOdAOEaGRm1t7cLCwuTGde/f//OyMj4+PFjWloaMECuXr26atWqlJSUlStXsrGxEY5rTF/PnTvX1NT09u3bcJGbN28CRRYuXIjH1/jyDDCwDQwMVFRU4CJqamo6OjqISCA1F/779w+r74ChQaaJwLC7du3ajx8/4CJPnz69fPkyMDGSaWJcXBwwnZeWlgLjBMj48uVLQ0MDFxdXTEwMmXEtIiLS2dlZU1MTHx8PEeHj4+vu7hYSEiLTRCCwtLRcvXo1MIcAE6aEhIS5ubmgoCCxpdnnz5+BUcHEhB4OQBd5enrij8BPnz5hMRGY7oAZmZolLjC37dixg4yqEegtLy8vRBEzWrtSBQAEGADahYC3v+AWhgAAAABJRU5ErkJggg==);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: 10px;
}

#YMK-UPLOAD::before {
    top: 5px;
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAIAAAACtmMCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAa9JREFUeNrcVE+LAXEY9pMSxcGH2MyBFAdzp7aUm48wTpODKR/BxU0kDi5cSE40STmMi5TLXJWDL0AxhMzss7O7Q83YGZvaXc/hbXr/PL3vO7/3IYqi2B4Ku+3R+CXGYrEYiUQqlYolSsUMtVot/IV6vW6ab9Jjq9WqVqvvs9jthJByudztdn8+da/XKxQK19OANJ/PDwaDb6rIrdczHo85jpNl+TOPXDLRLzYbjUbv6HE2m+VyOdC53e5GoxGLxeCMx+PNZhMe+LPZrCiKVhkXi0UmkzmdTi6Xq1QqURRFVCDk9/uxSpAiyrLscrm0xDidTg+Hg9PpxGjBYPBjZM0GAgH4Ed3tdpPJRF/u0LsSicRms8GaUKz9E80CoVAIz0gQBGRaYvR4PAzD6N/stedFxXPf9RMz7vf7drs9n88NTpXcPFZcTqfTOZ/PBmrW7/ehV6lUSi9QPM/TNA191IeSySSqhsOh5rm8x+12C7tarfSNvKow7BGXgwnW6/W/+jOXqb1eLywuOp1OW69HPnbn8/kMFFeSJCggPo7H431NORyj0QgSZ6Lhf2iPbwIMAJy7Nvz0IxbqAAAAAElFTkSuQmCC);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: 10px;
}

/**********************************************/
.popinVTO__content {
    overflow: hidden;
    flex-basis: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1;
}

.popinVTO__preview {
    width: 100%;
    /*! flex-basis: 530px; */
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    height: 530px;
}



@media screen and (max-width: 761px) {
    .popinVTO {
        padding: 15px;
    }


    .popinVTO__preview {

        flex-basis: 345px;
        width: 90vw;
        height: 90vw;
        padding: 0px;
        z-index: 1001;
    }


    .popinVTO__content {
        padding: 15px;
    }

    .popinVTO__buttons {
        flex-direction: column;
    }
}

#YMK-module-iframe {
    z-index: 1002;
}






/*    Swiper    */

.holy__page .swiper-container {
   width: 100%;
   height: 100%;
   margin: 0 auto;
   position: relative;
   overflow: hidden;
   list-style: none;
   display: block;
}


.holy__page .holy__advent-popin-products .swiper-container { overflow: unset; }
.holy__page .holy__sets  .swiper-container { overflow: unset; }

.holy__page .swiper-container-initialized { opacity: 1; }

.holy__page .swiper-container-no-flexbox .swiper-slide { float: left; }

.holy__page .swiper-container-vertical > .swiper-wrapper {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}

.holy__page .swiper-wrapper {
   position: relative;
   /* width: 100%; */
   height: 100%;
   /* z-index: 1; */
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: nowrap;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   -o-transition-property: transform;
   transition-property: transform;
   transition-property: transform,-webkit-transform;
   -webkit-box-sizing: content-box;
   box-sizing: content-box;
}
.holy__page .swiper-container-android .swiper-slide,
.holy__page .swiper-wrapper {
   -webkit-transform: translate3d(0px, 0, 0);
   transform: translate3d(0px, 0, 0);
}
.holy__page .swiper-container-multirow > .swiper-wrapper {
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.holy__page .swiper-container-free-mode > .swiper-wrapper {
   -webkit-transition-timing-function: ease-out;
   -o-transition-timing-function: ease-out;
   transition-timing-function: ease-out;
   margin: 0 auto;
}
.holy__page .swiper-slide {
   -webkit-flex-shrink: 0;
   -ms-flex-negative: 0;
   flex-shrink: 0;
   position: relative;
   -webkit-transition-property: -webkit-transform;
   transition-property: -webkit-transform;
   -o-transition-property: transform;
   transition-property: transform;
   transition-property: transform, -webkit-transform;
}

.holy__page .swiper-slide:before,.swiper-slide:after { content: ""; display: table; }
.holy__page .swiper-slide:after { clear: both; }

.holy__page .swiper-slide-invisible-blank {
   visibility: hidden;
}
/* Auto Height */
.holy__page .swiper-container-autoheight,
.holy__page .swiper-container-autoheight .swiper-slide {
   height: auto;
}
.holy__page .swiper-container-autoheight .swiper-wrapper {
   -webkit-box-align: start;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
   align-items: flex-start;
   -webkit-transition-property: height, -webkit-transform;
   transition-property: height, -webkit-transform;
   -o-transition-property: transform, height;
   transition-property: transform, height;
   transition-property: transform, height, -webkit-transform;
}

/* IE10 Windows Phone 8 Fixes */
.holy__page .swiper-container-wp8-horizontal,
.holy__page .swiper-container-wp8-horizontal > .swiper-wrapper {
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
.holy__page .swiper-container-wp8-vertical,
.holy__page .swiper-container-wp8-vertical > .swiper-wrapper {
   -ms-touch-action: pan-x;
   touch-action: pan-x;
}

.swiper-backface-hidden .swiper-slide {
   transform:translateZ(0);
   -webkit-backface-visibility:hidden;
   backface-visibility:hidden
}

.holy__page .swiper-button {
 position: absolute;
 top: 0;
 width: 25px;
 height: 25px;
 z-index: 10;
 cursor: pointer;
}
.holy__page .swiper-button:after { content:"";  background-size: 75% auto;  background-position: center; background-repeat: no-repeat; width: 100%; height: 100%; display: block; }
.holy__page .holy__game-container .swiper-button::after { }

.holy__page .swiper-button:focus {  outline: none; }

.holy__page .swiper-button-prev.swiper-button-disabled,
.holy__page .swiper-button-next.swiper-button-disabled {
 opacity: 0.4;
 cursor: auto;
 pointer-events: none;
}
.holy__page .swiper-button-prev,
.holy__page .swiper-container-rtl .swiper-button-next,
html[dir="rtl"] .swiper-button-next {
 left: -28px;
 right: auto;
 top: calc(50% - 12.5px);
}
.holy__page .swiper-button-prev::after,
.holy__page .swiper-container-rtl .swiper-button-next::after,
html[dir="rtl"] .swiper-button-next::after {
 background-image: url(../common/arrow-left-grey-icon.svg);
}
.holy__page .swiper-button-next,
.holy__page .swiper-container-rtl .swiper-button-prev,
html[dir="rtl"] .swiper-button-prev {
 right: -28px;
 left: auto;
 top: calc(50% - 12.5px);
}
.holy__page .swiper-button-next:after,
.holy__page .swiper-container-rtl .swiper-button-prev:after,
html[dir="rtl"] .swiper-button-prev:after {
  background-image: url(../common/arrow-right-grey-icon.svg);
}

.holy__page .swiper-button-lock {
 display: none;
}

.holy__page .swiper-pagination {
   position: relative; 
   top:0; 
   left:50%;
   transform:translateX(-50%);
   text-align: center;

}

.holy__page .swiper-pagination.swiper-pagination-hidden {
   opacity:0
}
.holy__page .swiper-pagination-bullet {
   width:16px;
   height:16px;
   display:inline-flex;
   align-items:center;
   justify-content:center;
   opacity:1;
   position: relative;
   margin: 16px 0;
}
.holy__page .swiper-pagination-bullet:after {
    content: "";
    position: relative;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#D3CCC8;
    opacity:1
}
.holy__page button.swiper-pagination-bullet {
   border:none;
   margin:0;
   padding:0;
   box-shadow:none;
   -webkit-appearance:none;
   appearance:none
}
.holy__page .swiper-pagination-clickable .swiper-pagination-bullet {
   cursor:pointer
}
.holy__page .swiper-pagination-bullet:only-child {
   display:none!important
}
.holy__page .swiper-pagination-bullet-active:after {
   opacity:1;
   background:#333;
}


.holy__page .swiper-notification { display: none; }

/*
.holy__page .swiper-wrapper {
    justify-content: center;
}

@media screen and (max-width:2289px){

.holy__page .swiper-wrapper {
    justify-content: unset;
}
}

*/


.holy__page .holy__advent-routines-wrapper .swiper-button-prev,
.holy__page .holy__advent-routines-wrapper .swiper-container-rtl .swiper-button-next,
html[dir="rtl"] .holy__advent-routines-wrapper .swiper-button-next { left: 28px; }

.holy__page .holy__advent-routines-wrapper .swiper-button-next,
.holy__page .holy__advent-routines-wrapper .swiper-container-rtl .swiper-button-prev,
html[dir="rtl"] .holy__advent-routines-wrapper .swiper-button-prev { right: 28px; }

.holy__page .holy__advent-routines-wrapper  .swiper-container { overflow: unset; }

.holy__page .holy__advent-routines-wrapper .swiper-button { top: calc(50% - 50px); height:40px; width:40px; background:#fff; border:solid 1px #E9E3DE; border-radius: 5px; box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15); }
.holy__page .holy__advent-routines-wrapper .swiper-button-disabled { display: none; }

.holy__page .holy__advent-popin-products-wrapper .swiper-button-prev,
.holy__page .holy__advent-popin-products-wrapper .swiper-container-rtl .swiper-button-next,
html[dir="rtl"] .holy__advent-popin-products-wrapper .swiper-button-next { left: -32px; }

.holy__page .holy__advent-popin-products-wrapper .swiper-button-next,
.holy__page .holy__advent-popin-products-wrapper .swiper-container-rtl .swiper-button-prev,
html[dir="rtl"] .holy__advent-popin-products-wrapper .swiper-button-prev { right: -32px; }



@media (max-width: 768px) { 

    .holy__page .swiper-button-prev,
    .holy__page .swiper-container-rtl .swiper-button-next,
    html[dir="rtl"] .swiper-button-next,
    .holy__page .swiper-button-next,
    .holy__page .swiper-container-rtl .swiper-button-prev,
    html[dir="rtl"] .swiper-button-prev {  display: none; }

}








/*  ---   Popin   --- */
/*  ---   v0.3   --- */

.holy__bloc-popin { background: #eac27c; padding: 30px 0; text-align: center; }

.holy__page .popin__content-opener { display: none; }

.holy__page .popin__content-wrapper { --popin_height:100vh;  --popin_top:180px; position: fixed; bottom:0; left:0; width: 100vw; height:0; z-index: 10000; }

@supports(height: 100dvh) {
 .holy__page .popin__content-wrapper { --popin_height:100dvh; --popin_top:90px }
/*
 .holy__page .popin__content-title { color:#FF3300; }
 */
}

.holy__page .popin__content-overlay { background: #000; opacity: 0; position: absolute; top:0;left:0;  width: 100%; height: 100%; display: block; transition:opacity 0.2s ease-out;  transition-delay:0.2s;  }
.holy__page .popin__content-wrapper[data-open="1"]  .popin__content-overlay { transition-delay:0s; opacity: 0.5; }

.holy__page .popin__content { position: absolute; bottom:0;left:50%; display: flex; align-items:flex-end; justify-content:center; transform:translate(-50%, 100%); }

.holy__page .popin__content-body { background: #fff; border-radius: 8px; max-height: calc(var(--popin_height) - var(--popin_top)); text-rendering: optimizeLegibility; overflow: hidden; }
.holy__page .popin__content-content { max-height: calc(var(--popin_height) - var(--popin_top)); overflow: hidden; }
.holy__page .popin__content-wrapper[data-scrollable="1"] .popin__content-content {  overflow-x: hidden; overflow-y:scroll; -webkit-overflow-scrolling: touch; overscroll-behavior-y: contain; }

.holy__page .popin__content-closer { cursor: pointer; position: absolute; top:10px; right: 10px; z-index:1; width: 24px; height: 24px; background: transparent; }
.holy__page .popin__content-closer-white path { fill:#fff; }

/*
.holy__page .popin__content-title { padding-top: 15px;  padding-bottom: 15px; font-size: 28px; line-height: 1.375em; }
.holy__page .popin__content-text { padding-bottom: 30px; font-size: 14px; line-height: 1.375em; }
*/

.holy__page .popin__content-wrapper[data-open="1"] { height: calc( var(--popin_height) + 1px); }


.holy__page .popin__content { width:100%; max-width:1048px; transition:transform 0.25s ease-out; }
.holy__page .popin__content-wrapper[data-open="1"] .popin__content {  transform:translate(-50%, 0); top:auto; bottom:0; left:50%; }

.holy__page .popin__content-body { border-radius: 8px 8px 0 0; width: 100%; }
.holy__page .popin__content-content { width: 100%; max-height: calc(var(--popin_height) - var(--popin_top) - 40px); overflow-x: hidden; overflow-y:scroll; -webkit-overflow-scrolling: touch; overscroll-behavior-y: contain; }

.holy__page .popin__content-handler { border-bottom: solid 1px #ccc; height: 40px; position: relative; top:0; left:0; }
.holy__page .popin__content-closer-white path { fill:#000; }

.holy__page .popin__content-opener { display: inline-block; cursor: pointer; }
.holy__page .popin__content-toClone { display: none; }


@media (min-width:768px){

    .holy__page .popin__content-wrapper[data-style="center"]  .popin__content,
    .holy__page .popin__content-wrapper[data-style="center"][data-open="1"]  .popin__content { transition:unset; }

    .holy__page .popin__content-wrapper[data-style="center"][data-open="1"] .popin__content { top: 50%; bottom: auto; transform:translate(-50%, -50%); }

    .holy__page .popin__content-wrapper[data-style="center"] .popin__content-body { border-radius: 8px; }
    .holy__page .popin__content-wrapper[data-style="center"] .popin__content-content { max-height: calc(var(--popin_height) - var(--popin_top)); }

    .holy__page .popin__content-wrapper[data-style="center"] .popin__content-handler { height: 0; border: unset; }
    
}

/* ---- MASTER ANALYSIS EDIT START -----------*/
.holy__page .holy__bloc-sets .holy__text.holy__bloc-text a {
    text-decoration: underline;
}
.holy__sets-CTA {
    margin: 30px auto 0;
}
.holy__sets-CTA a {
    display: flex;
    max-width: 120px;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #B40024;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.holy__sets-CTA a:hover {
    background: #8c0b26;
    border: 1px solid #8c0b26;
    color: #fff;
}
@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__advent {
        width: 418px;
        margin: 0 16px;
        padding-bottom: 32px;
    }
    .holy__page .holy__finder-text {
        font-size: 13px !important;
    }
}

/* ---- MASTER ANALYSIS EDIT END -----------*/







