
.breadcrumb { display: none !important; }
.slick-slide { outline: none; }
.slick-dots li:last-child { margin-right: 0; }
button.button-link { display: none !important; }
#main:not(.main-homepage) { padding-top: 0px; }

@media (max-width: 1023px){ 
.product-tile.carousel-tile {
  padding-bottom: 0; 
  margin-bottom: 25px;
  }
}




/* ---    main    --- */

.el__page { display: block; width:100%; max-width: 1600px; margin: 0 auto; font-family: "gotham ssm book a","gotham ssm book b",Gotham,Helvetica,Arial,sans-serif; }
.el__page * { box-sizing: border-box; }
.el__page sup { position: relative; line-height: 0; top:-0.3em; font-size: 0.7em; padding-left: 1px; }
.el__page h1,
.el__page h2,
.el__page h3,
.el__page h4 { font-weight: normal; }
.el__page p { margin:0; }
.el__page img { display: block; }

.el__section { position: relative; top:0; left:0; }

.el__title { color: #be0f34; text-align: center; font-family:"ClarinsRegular"; font-size: 40px; line-height: 40px; font-family:ClarinsRegular,Clarins; padding-bottom: 40px; padding-top: 40px; margin: 0; }
.el__cta { display:inline-block; font-family: "gotham ssm medium a","gotham ssm medium b"; text-transform: uppercase; font-size: 11px; color:#000; line-height: 12px; border: solid 3px #e5e5e5; text-align: center; text-decoration: none; padding: 12px 25px; }

.el__if_desktop { display: block; }
.el__if_mobile { display: none !important; }


@media ( max-width: 1024px){

  .el__title { font-size: 35px; line-height: 35px; }
}

@media ( max-width: 768px){

  .el__if_desktop { display: none !important; }
  .el__if_mobile { display: block !important; }

  .el__title { font-size: 30px; line-height: 30px; }
}


/* ---    header    --- */

.el__header { padding-top:440px; }

.el__header-body { position: absolute; left:calc(50% + 60px); top: 106px; color: #fff; text-align: center; width: 420px; padding-bottom: 25px; }
.el__header-suptitle { font-size: 14px; line-height: 14px; text-transform: uppercase; }
.el__header-title { font-family:"ClarinsRegular"; font-size: 50px; line-height: 50px; padding-bottom: 20px; margin: 0; }
.el__header-text { font-size: 16px; line-height: 20px; }
.el__header-cta { padding-top: 20px; }
.el__header-cta a { font-family: "gotham ssm medium a","gotham ssm medium b"; font-size: 11px; text-transform: uppercase; color:#fff; text-decoration: none; position: relative; background-color:#000; padding: 16px 26px; display: inline-block; line-height: 14px; -webkit-transition: all ease-in-out .2s; transition: all ease-in-out .2s; border: 2px solid #000; }

.el__header-content { position: relative; left:0; top: 0; width:88%; max-width: 1100px; margin:0 auto;  }

.el__header-content-inside { width:100%; max-width: 670px; background: #fff; }

.el__header-content-media { display: none; position: absolute; left:0; top: 0; width: 250px; margin:20px 0 0 20px; }
.el__header-content-media-img { position: relative; left:0; top: 0; width: 100%; display: block; }
.el__header-content-media-text-1,
.el__header-content-media-text-2 { position: absolute; font-size: 11px; line-height: 12px; white-space: nowrap; padding: 0; }
.el__header-content-media-text-1 { top:54px; left:15px; }
.el__header-content-media-text-2 { top:105px; left:220px; }

.el__header-content-body { position: relative; left:0; top: 0; width: calc(100% - 30px); margin-left: 30px; padding: 35px 0 35px 20px; }
.el__header-content-title { color: #be0f34; font-size: 22px; line-height: 26px; font-family:"Gotham SSm medium A","Gotham SSm medium B"; padding-top: 4px; }
.el__header-content-subtitle { color: #000; font-size: 22px; line-height: 26px; padding-top: 4px; }
.el__header-content-text { font-size: 16px; line-height: 25px; padding-top: 25px; padding-right: 55px; }
.el__header-content-legend { color:#8b8b8b; font-size: 12px; line-height: 15px; padding-top: 25px; }

.el__header-bkgd { position: absolute; top:0; left:calc(50% - 800px); }
.el__header-bkgd img { width: auto; }

.el__header-first,
.el__header-new { position: absolute; top:0; left: 0; visibility: hidden; opacity: 0; }

body.fr_FR .el__header-first,
body.zh_US .el__header-first,
body.en_US .el__header-first,
body.en_CA .el__header-first,
body.fr_CA .el__header-first { visibility: visible; opacity: 1; }

body.fr_FR .el__header-new,
body.zh_US .el__header-new,
body.en_US .el__header-new,
body.en_CA .el__header-new,
body.fr_CA .el__header-new { display: none; }

body.fr_FR .el__header-content-inside,
body.zh_US .el__header-content-inside,
body.en_US .el__header-content-inside,
body.en_CA .el__header-content-inside,
body.fr_CA .el__header-content-inside { max-width: 970px; }

body.fr_FR .el__header-content-media,
body.zh_US .el__header-content-media,
body.en_US .el__header-content-media,
body.en_CA .el__header-content-media,
body.fr_CA .el__header-content-media { display: block; }

body.fr_FR .el__header-content-body,
body.zh_US .el__header-content-body,
body.en_US .el__header-content-body,
body.en_CA .el__header-content-body,
body.fr_CA .el__header-content-body { width: calc(100% - 300px); max-width: 670px; margin-left: 300px; }



@media (max-width: 1024px){
  
  .el__header-body { left: auto; right: 30px; }
  
}



@media (max-width: 768px){

  .el__header { padding-top:51vw; }
  .el__header-body { position:relative; left:0; top: 0; width: 100%; padding-right: 2%; padding-left: 2%; }
  
  .el__header-content { width: 92%; }
  .el__header-content-inside { padding-top: 20px; }
  .el__header-content-media { position:relative; margin-top:0; margin-left: calc(50% - 169px); }

  body.fr_FR .el__header-content-body,
  body.zh_US .el__header-content-body,
  body.en_US .el__header-content-body,
  body.en_CA .el__header-content-body,
  body.fr_CA .el__header-content-body,
  .el__header-content-body { width:100%; padding: 30px 0; text-align: center; margin: 0 auto; }

  .el__header-bkgd { left:0; overflow: hidden; max-height: calc(200vw + 110px); } 
  .el__header-bkgd img { width: 100vw; }

  .el__header-content-title { padding-top: 0; }
  .el__header-content-subtitle { font-size: 20px; line-height: 24px; }

  .el__header-content-title,
  .el__header-content-subtitle,
  .el__header-content-text { padding-left: 20px; padding-right: 20px; }

  .el__header-first,
  .el__header-new { position: relative; }
  
  .el__header-title,
  .el__header-text,
  .el__header-suptitle { text-shadow:1px 1px 2px rgba(0,0,0,0.4); }

  .el__header-title { font-size: 42px; line-height: 42px; padding-bottom: 16px; margin: 0 !important; }
  .el__header-text { padding-left: 5px; padding-right: 5px; }

  .el__header-cta { padding-top: 17px; }

}

@media (max-width: 474px){

  .el__header-content-title { padding-top: 0; }
  .el__header-content-subtitle { font-size: 18px; line-height: 22px; }

  .el__header-content-title,
  .el__header-content-subtitle,
  .el__header-content-text { padding-left: 10px; padding-right: 10px; }

  .el__header-content-media { margin-left: calc(50% - 137px); width: 200px; }
  .el__header-content-media-text-1 { top: 43px; left: -4px; }
  .el__header-content-media-text-2 { top: 76px; left: 176px; }

}


/* ---    chrono    --- */

.el__section-chrono .el__title { padding-top: 0; padding-bottom: 50px; }

.el__chronos { padding-bottom: 88px; width: 100%; overflow: hidden; position: relative; left:0; top:0; }

.el__chronos-inside:before,
.el__chronos-inside:after { content: ""; display: table; }
.el__chronos-inside:after { clear: both; }
.el__chronos-inside { display: block; width: 1110px; position: relative; top:0; left:0; margin: 0 auto; }

.el__chrono { float:left; opacity:0; color: #fff; position: relative; left:0; top:0; width:88vw; max-width: 350px; margin: 0 20px 0 0; }
.el__chrono:last-child { margin-right: 0; }

.el__chrono-body { padding: 25px 20px 25px 65px; position: relative; left:0; top:0; }

.el__chrono:before { content:""; position: absolute; left:48px; top:102px; right: 0; bottom: 0; }
.el__chrono-1:before { background: #660000; }
.el__chrono-2:before { background: #941111; }
.el__chrono-3:before { background: #d02233; }

.el__chrono-top { position: relative; left:0; top:0; display: inline-block; }
.el__chrono-top-number { opacity:0; position: absolute; right: 0; bottom: -18px; color: #fff; -webkit-transform:translateX(49%); transform:translateX(49%); }

.el__chrono-content { padding-bottom: 26px; min-height: 165px; }
.el__chrono-title { text-transform: uppercase; font-family:"ClarinsRegular"; font-size: 35px; line-height: 38px; padding: 0; margin: 0; }
.el__chrono-subtitle { font-size: 18px; line-height: 23px; padding-top: 17px; margin: 0; }
.el__chrono-text { font-size: 16px; line-height: 25px; }
.el__chrono-link { display:inline-block; color:#fff; text-decoration:underline; font-size: 16px; line-height: 25px; padding-top: 17px; }
.el__chrono-link:hover { color:#fff; text-decoration:none; }


@media ( max-width: 768px){

  .el__chrono,
  .el__chrono-top-number { opacity:1; } 
  .el__chrono-content { padding-bottom: 20px; min-height: 115px; }
  .el__chrono-title { font-size: 30px; line-height: 33px; }
  .el__chrono-subtitle { font-size: 16px; line-height: 20px; padding-top: 14px; }
  .el__chrono-link,
  .el__chrono-text { font-size: 14px; line-height: 22px; }
}


.el__chronos-dots { position: absolute; bottom: 35px; left:0; }
.el__chronos-dots {
 display:block;
 list-style:none;
 text-align:center;
 padding:0 !important;
 margin:0;
 width:100%;
}
.el__chronos-dots li {
 font-size:11px;
 line-height:10px;
 text-decoration:none;
 display:inline-block;
 height:10px;
 width:10px;
 background:#bfbfbf;
 color:#4e443c;
 border-radius:10px;
 text-indent:-9999px;
 box-shadow:none;
 margin-right:9px
}
.el__chronos-dots li:last-child {
    margin-right:0
   }
@media(min-width:1024px) {
   .el__chronos-dots li {
    margin-right:7px
   }
   .el__chronos-dots li:last-child {
    margin-right:0
   }
}
.el__chronos-dots li button {
 border:0;
 background:0 0
}
.el__chronos-dots li.el__chronos-dot-active {
 background:#0c0c0c;
 color:#fff;
 box-shadow:0 0 2px #f0efe7
}


/* ---    test    ---- */

.el__section-test:before { content:""; position: absolute; top:0; width: 50vw; height: 100%; z-index: 1; }
.el__section-test:before { left:50%; background: #fff0ec; }

.el__section-test-bkgd { position: absolute; top:0; left: 0; width:50%; height:100%; z-index: 1; }
.el__section-test-bkgd img { height: 100%; width: auto; position: absolute; top:0; right: 0;  }

.el__test { position: relative; left:0; top:0; min-height: 821px; z-index: 10; }

.el__test-title { position: relative; left:calc(50% - 300px); top:0; width: 600px; height:190px; padding-top: 65px; }
.el__test-title span { position: absolute; white-space: nowrap; padding: 0 5px; }
.el__test-title span:nth-child(1) { right:50%; color: #fff; }
.el__test-title span:nth-child(2) { left:50%; }

.el__test-wrapper { position: relative; top:0; left:0; height: 493px; }
.el__test-items { position: relative; top:0; left:0; width: 100%;
height: 100%;z-index: 2;  }

.el__test-item { font-size: 22px; line-height: 32px; text-align: center; letter-spacing: 0.02em; position: absolute; opacity: 0; }
.el__test-item-number { font-size: 50px; line-height: 32px; color:#be0f34; font-family:"Gotham SSm medium A","Gotham SSm medium B"; padding-right: 5px; }

.el__test-item-1 { left:calc(50% + 265px); top:23px; }
.el__test-item-2 { left:calc(50% + 360px); top:204px; }
.el__test-item-3 { left:calc(50% + 265px); top:388px; }
.el__test-item-4 { color:#fff; left:calc(50% - 525px); top:23px; }
.el__test-item-5 { color:#fff; left:calc(50% - 575px); top:204px; }
.el__test-item-6 { color:#fff; left:calc(50% - 525px); top:388px; } 

.el__test-item-4 .el__test-item-number,
.el__test-item-5 .el__test-item-number,
.el__test-item-6 .el__test-item-number { color:#fff; } 

.el__test-visual { position:absolute; top:calc(50% - 173px); left:calc(50% - 173px); width: 346px; height: 346px; border-radius: 50%; overflow: hidden; opacity: 0; }

.el__test-dots { position:absolute; top:calc(50% - 248px); left:calc(50% - 248px); width: 496px; height: 496px; }
.el__test-dot { position:absolute; width: 6px; height: 6px; display: block; background: #000; border-radius: 50%; opacity: 0; }
.el__test-dot-white { background: #fff; }
.el__test-mark { position:absolute; width: 18px; height: 18px; display: block; background: #fff; border-radius: 50%; border: solid 1px #000; opacity: 0; }
.el__test-mark:after { content:""; position:absolute; top:calc(50% - 4px); left:calc(50% - 4px); width: 8px; height: 8px; display: block; background: #000; border-radius: 50%; }

.el__test-legend-left,
.el__test-legend-right { position: absolute; bottom: 17px; z-index: 10; width: 50%; color:#8b8b8b; font-size: 14px; line-height: 15px; }
.el__test-legend-left { right:50%; color:#fff; padding-right: 30px; text-align: right; }
.el__test-legend-right { left:50%; padding-left: 30px; }

.el__test-items-arrow { display: none; }


@media (max-width: 1280px){

.el__test-visual { top:calc(50% - 158px); left:calc(50% - 158px); width: 316px; height: 316px; }
.el__test-dots { top:calc(50% - 228px); left:calc(50% - 228px); width: 456px; height: 456px; }

.el__test-item { font-size: 20px; line-height: 28px; }
.el__test-item-number { font-size: 45px; line-height: 28px; padding-right: 4px; }

.el__test-item-1 { left:calc(50% + 205px); top:23px; }
.el__test-item-2 { left:calc(50% + 300px); top:204px; }
.el__test-item-3 { left:calc(50% + 205px); top:388px; }
.el__test-item-4 { color:#fff; left:calc(50% - 465px); top:23px; }
.el__test-item-5 { color:#fff; left:calc(50% - 505px); top:204px; }
.el__test-item-6 { color:#fff; left:calc(50% - 465px); top:388px; } 

}

@media (max-width: 1024px){

.el__test-visual { top:calc(50% - 143px); left:calc(50% - 143px); width: 286px; height: 286px; }
.el__test-dots { top:calc(50% - 193px); left:calc(50% - 193px); width: 386px; height: 386px; }

.el__test-item { font-size: 16px; line-height: 22px; }
.el__test-item-number { font-size: 30px; line-height: 22px; padding-right: 4px; }

.el__test-item-1 { left:calc(50% + 155px); top:23px; }
.el__test-item-2 { left:calc(50% + 230px); top:220px; }
.el__test-item-3 { left:calc(50% + 155px); top:388px; }
.el__test-item-4 { color:#fff; left:calc(50% - 375px); top:23px; }
.el__test-item-5 { color:#fff; left:calc(50% - 405px); top:220px; }
.el__test-item-6 { color:#fff; left:calc(50% - 375px); top:388px; } 

}

@media (max-width: 768px){

  .el__title { padding-top: 0; }

  .el__section-test:before { display: none; }

  .el__section-test-bkgd { width: 100%; }
  .el__section-test-bkgd img { height: auto; width: 100%; left: 0; right: auto; }

  .el__test { min-height: auto; }

  .el__test-dots,
  .el__test-visual { display: none; }

  .el__test-title { width: 100%; left:0; height: auto; }
  .el__test-title span { position: relative; display: inline-block; padding: 0; }
  .el__test-title span:nth-child(1) { color: #be0f34; right: auto; }
  .el__test-title span:nth-child(2) { color: #be0f34; left: auto; }

  .el__test-legend-left,
  .el__test-legend-right { position: relative; bottom:auto; top:0; left:0; right:auto; color:#8b8b8b; width: 100%; text-align: center; padding: 10px 10px 0 10px; font-size: 11px; line-height: 13px; }

  .el__test-wrapper { height: 108.8vw; }

  .el__test-item { color:#ceb8b9; letter-spacing: 0; visibility: hidden; text-align: left; } 
  .el__test-item-inside { position: relative; left:0; top:0; z-index: 2; display: flex; align-items:normal; } 
  .el__test-item-number { color:#fff; font-size: 20px; line-height: 20px; padding-right: 10vw; } 
  .el__test-item br { display: none; }

  .el__test-pos-1 { left:26vw; top:23vw; visibility: visible; }
  .el__test-pos-2 { left:32vw; top:50%; visibility: visible; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
  .el__test-pos-2:before { content: ""; position: absolute; top:calc(50% - 35px); left:0; background: #fff; border-radius:35px 0 0 35px; width: 68vw; height: 70px; z-index: 1; }
  .el__test-pos-2 .el__test-item-inside { align-items:center; }
  .el__test-pos-2 .el__test-item-text { color:#000; }
  .el__test-pos-2 .el__test-item-number { color:#000; font-size: 20px; line-height: 20px; padding-left: 10px; padding-right: 10px; }
  .el__test-pos-3 { left:26vw; top:77vw; visibility: visible; }
  
  .el__test-items-arrow { position: absolute; z-index:10; width: 36px; height: 42px; display: block; cursor: pointer; } 
  .el__test-items-arrow img { width: 100%; display: block;} 
  .el__test-items-arrow-next { top:auto; bottom: calc(12vw + -4px); left:8vw; -webkit-transform:rotate(14deg); transform:rotate(14deg); }
  .el__test-items-arrow-prev { top:12vw; left:8vw; -webkit-transform:rotate(-14deg); transform:rotate(-14deg); }
  

.el__test-items-arrow {
  animation: arrow 2s infinite ease-in-out;
}

  .el__test-pos-1 .el__test-item-inside,
  .el__test-pos-3 .el__test-item-inside { cursor: pointer; }
}


@keyframes arrow { 
0%   { opacity:1; }
50% { opacity:0; }
100% { opacity:1; } 
}


@media (max-width: 474px){

  .el__test-item { font-size: 15px; line-height: 18px; } 
  .el__test-item-number { font-size: 16px; line-height: 20px; width:22vw; padding-right: 0; } 
  .el__test-item-text { padding-right: 2vw; text-align: left; width: calc(100% - 22vw); } 

  .el__test-pos-1 { left:27vw; top:24vw; }
  .el__test-pos-2 { left:32vw; top:50%; }
  .el__test-pos-2:before { top:calc(50% - 35px); width: 68vw; }
  .el__test-pos-2 .el__test-item-number { font-size: 20px; line-height: 20px; padding-left: 10px; padding-right: 10px; }
  .el__test-pos-3 { left:27vw; top:77vw; }

}




/* ---    ingredients    --- */

.el__section-ingredients .el__title { padding-top: 105px; padding-bottom: 50px; }

.el__ingredient-bkgd { position: absolute; top: 40px; left: calc(50% - 950px); width: 550px; }
.el__ingredient-bkgd img { width: 100%; display: block; }

.el__ingredients { background:#fff; text-align: center; max-width: 1270px; width: calc(100% - 100px); margin: 0 auto;} 
.el__ingredients:before { content: ""; background:#fff; background: #fff; position: absolute; top:-15px; left:-40px; right:-40px; bottom:-50px; }

.el__ingredient { text-align: center; padding: 0 10px; position: relative; outline: none; } 
/*
.el__ingredient:after { content: ""; position: absolute; bottom:0px; left:calc(50% - 10px); width: 0; height: 0; border-right:solid 10px transparent; border-left:solid 10px transparent; border-top:solid 10px #d4d4d4; display: block; }
*/

.el__ingredient-img { width: 100%; padding-bottom: 30px; }
.el__ingredient-img img { width: 100%; display: block; }
.el__ingredient-body { min-height: 100px; }
.el__ingredient-name { font-family:"Gotham SSm medium A","Gotham SSm medium B"; font-size: 16px; line-height: 18px; letter-spacing:0.02em; margin:0; padding-bottom: 5px; }
.el__ingredient-text { font-size: 12px; line-height: 14px; letter-spacing:0.02em; padding-bottom: 20px; }

.el__ingredients-cta { text-align: center; padding-top: 55px; padding-bottom: 0; } 

.el__ingredients-detail { max-width: 1270px; width: calc(100% - 100px); margin: 0 auto; min-height: 90px; position: relative; }
.el__ingredients-detail:before { content: ""; background: #fff; position: absolute; top:-15px; left:-40px; right:-40px; bottom:-50px; }

.el__ingredient-detail { display: none; border-top: solid 1px #d4d4d4; padding-top: 15px; position: relative; }
.el__ingredient-detail-inside { font-size: 12px; line-height: 14px; letter-spacing:0.02em; height: 50px; overflow: hidden; position: relative; left:0; top:0; }
.el__ingredient-detail-inside:after { content:""; position: absolute; left:0; bottom:0; background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);  height: 100%; width: 100%; }

.el__ingredient-cta { text-align: center; padding-top: 5px; } 
.el__ingredient-cta .el__cta { border: none; position: relative; padding: 2px 0; } 
.el__ingredient-cta .el__cta:after { content:""; background: #d4d4d4; height: 1px; width: 100%; position: absolute; bottom: 0; left:0; } 
.el__ingredient-cta .el__cta:hover:after { background: #be0f34; } 

.el__ingredient-detail.el__ingredient-detail-opened .el__ingredient-detail-inside { -webkit-transition:height 0.5s ease-in-out; transition:height 0.5s ease-in-out; }
.el__ingredient-detail.el__ingredient-detail-opened .el__ingredient-detail-inside:after { display: none; }
.el__ingredient-detail.el__ingredient-detail-opened .el__ingredient-cta {display: none; }

@media (max-width: 1270px){

.el__ingredient-bkgd { left: calc(50% - 690px); }

}


@media (max-width: 768px){

  .el__ingredients { width: 100%; }
  .el__ingredients.slick-slider { margin-bottom: 30px; }
  .el__section-ingredients .el__title { padding-top: 65px; }

  .el__ingredients-detail { width: 88%; }

  .el__ingredient-body { min-height: auto; }
  .el__ingredients-detail:before { display: none; }
  


}


/* ---    focus    --- */

.el__section-focus { width: 100%; height: 1045px; }

.el__focus-bkgd { position: absolute; top:0; left:0; width: 100%; height: 100%; display: block; }
#el__focus-bkgd { display: block; }

.el__focus { position: absolute; left:50%; padding-top:177px; width: 600px; display: flex; flex-wrap: wrap; }

.el__focus-bloc { position: relative; left:0; top:0; text-align: center; width: 300px; height: 300px; display: block; cursor: pointer; -webkit-perspective: 800px; perspective: 800px; -webkit-user-select: none; user-select: none; }
.el__focus-title { font-family:"Gotham SSm medium A","Gotham SSm medium B"; font-size: 22px; line-height: 31px; margin:0; padding-bottom: 15px; }
.el__focus-text { font-size: 16px; line-height: 24px; }
.el__focus-text-number { font-family:"Gotham SSm medium A","Gotham SSm medium B"; display: block; color:#be0f34; font-size: 50px; line-height: 40px; padding-top: 20px;  }
.el__focus-text-number:nth-child(1) { padding-top: 0; }
.el__focus-text-legend { position:absolute; bottom:15px; left:0; width:100%;font-size: 11px; line-height: 12px; }

.el__focus-bloc-content {
  position: absolute;
    left: 0%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate3d(0,1,0,0deg);
    transform: translateY(-50%) rotate3d(0,1,0,0deg);
    padding: 0 25px 25px 25px;
    width: 100%;
}
.el__focus-picto { position: absolute; }
.el__focus-picto img { display: block; width: 100%; }

.el__focus-bloc-recto .el__focus-picto { bottom: 10%; left:0; width: 100%; }
.el__focus-bloc-recto .el__focus-picto p { display:block; color:#fff; text-align: center; font-size: 11px; line-height: 12px; width: 100%; text-decoration: underline; }
.el__focus-bloc-verso .el__focus-picto { width: 21px; height: 21px; top:10px; right: 10px; }
.el__focus-bloc-recto .el__focus-picto p:hover { text-decoration: none; }
.el__focus-bloc-4 .el__focus-bloc-recto .el__focus-picto p { color:#000; } 

.el__focus-bloc-1 { color:#fff; cursor: default; text-align: right; }
.el__focus-bloc-1 .el__focus-title { font-family:"ClarinsRegular"; font-size: 40px; line-height: 40px; }
.el__focus-bloc-1 .el__focus-bloc-content { padding-right:40px; padding-left: 0; padding-bottom: 0; }

.el__focus-bloc-3 .el__focus-bloc-recto,
.el__focus-bloc-2 .el__focus-bloc-recto { background:#be0f34; color:#fff; } 

.el__focus-bloc-4 .el__focus-bloc-verso,
.el__focus-bloc-3 .el__focus-bloc-verso,
.el__focus-bloc-2 .el__focus-bloc-verso { background:#fff; color:#000; } 

.el__focus-bloc-recto,
.el__focus-bloc-verso {
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  height: 100%; 
  text-rendering:optimizeLegibility;
}

.el__focus-bloc-recto {
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-50%) rotate3d(0,1,0,0deg);
            transform: translateY(-50%) rotate3d(0,1,0,0deg);
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.el__focus-bloc-verso {
  opacity:0;
  z-index:1;
  -webkit-transition:all ease-in-out 0.5s;
  -o-transition:all ease-in-out 0.5s;
  transition:all ease-in-out 0.5s;
  -webkit-transform:translateY(-50%) rotate3d(0,1,0,-180deg);
          transform:translateY(-50%) rotate3d(0,1,0,-180deg);
  -webkit-backface-visibility: hidden;
  outline: 1px solid transparent;
}

.el__focus-bloc-on .el__focus-bloc-verso {
  opacity:1;
  z-index:2;
  -webkit-transform:translateY(-50%) rotate3d(0,1,0,0deg);
          transform:translateY(-50%) rotate3d(0,1,0,0deg);
}

.el__focus-bloc-on .el__focus-bloc-recto {
  opacity:0;
  z-index:1;
  -webkit-transform:translateY(-50%) rotate3d(0,1,0,180deg);
          transform:translateY(-50%) rotate3d(0,1,0,180deg);
}


@media (max-width: 1280px){

.el__focus {
    left: auto;
    right: 3.28%;
 }

}

@media (max-width: 768px){

  .el__section-focus { height: auto; }
  
  .el__section-focus:before { content: ""; position: absolute; top:155vw; bottom:0; left:0; right:0; width: 100%; background: #941111; }

  .el__focus { position: relative; width: 100%; left:0; display: block; margin: 0 auto; padding-top: 155vw; padding-bottom: 48px; }
  .el__focus-bloc { margin-bottom: 20px; margin-left: auto; margin-right: auto; }

  .el__focus-bloc-1 { text-align: center; height: auto; }
  .el__focus-bloc-1 .el__focus-bloc-content { padding-right: 0; padding-left: 0; position: relative; top:0; -webkit-transform:none; transform:none; }
  .el__focus-bloc-1 .el__focus-title br { display: none; }

  .el__focus-bloc-4 .el__focus-bloc-recto,
  .el__focus-bloc-2 .el__focus-bloc-recto { background:#be0f34; color:#fff; }

  .el__focus-bloc-3 .el__focus-bloc-recto { background:#fff; color:#000; } 

  .el__focus-bloc-3 .el__focus-bloc-recto .el__focus-picto p { color:#000; } 
  .el__focus-bloc-4 .el__focus-bloc-recto .el__focus-picto p { color:#fff; } 

}


@media (max-width: 474px){

  .el__focus-bloc { width: 80vw; height: 80vw; }
  .el__focus-bloc-1 { height: auto; }

  .el__focus-bloc-1 .el__focus-title { font-size: 35px; line-height: 34px; }
}

@media (max-width: 373px){

  .el__focus-title { font-size: 19px; line-height: 25px; padding-bottom: 12px; }
  .el__focus-text { font-size: 13px; line-height: 19px; }
  .el__focus-text-number { font-size: 45px; }
}


/* ---    routine    --- */

.el__section-routine { text-align: center; padding-bottom: 90px; padding: 0 40px 50px 40px; } 
.el__section-routine .el__title { color: #000; padding-top: 10px; } 

.el__routines { max-width: 1170px; width: 100%; margin: 0 auto; }

.el__routine { text-align: center; } 
.el__routine-name { font-size: 22px; line-height: 31px; margin:0; }


@media (max-width: 768px){

  .el__section-routine {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 65px;
  }
}



/* ---    video    --- */

.el__section-video { text-align: center; padding-bottom: 96px;
  background: #be0f34;
  background: -moz-linear-gradient(-45deg, #be0f34 0%, #7c1823 100%);
  background: -webkit-linear-gradient(-45deg, #be0f34 0%,#7c1823 100%);
  background: linear-gradient(135deg, #be0f34 0%,#7c1823 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0f34', endColorstr='#7c1823',GradientType=1 );
} 

.el__section-video .el__title { color:#fff; } 

.el__section-video .el__video { position: relative; left:0; top:0; width:1048px; cursor: pointer;  margin: 0 auto; height: 0; padding-bottom: 521px; } 
.el__section-video .el__video-poster { position: relative;  width: 100%; }
.el__section-video .el__video-poster img { width: 100%; display: block; }
.el__section-video .el__video-play { position: absolute; top:calc(50% - 30px); left:calc(50% - 30px); width: 60px; height: 60px; background: rgba(0,0,0,0.4); } 
.el__section-video .el__video-play:after { content:""; position: absolute; top:calc(50% - 9px); left:calc(50% - 6px); width: 0; height: 0; border-top:solid 9px transparent; border-bottom:solid 9px transparent; border-left:solid 14px #fff; } 

.el__section-video .el__video-container { display:none; width:100%; height: 100%; position: absolute; top:0; left:0; }


@media (max-width: 1048px){

 .el__section-video .el__video { width:90%; padding-bottom:56.25%; } 


}

@media (max-width: 768px){

  .el__section-video {
      padding-top: 35px; padding-bottom: 30px;
  }
}





/* ---    Sticky    --- */


/*
.el__sticky { position:fixed; bottom:-76px; left:0; z-index:2000; width:100%; height:76px; border-top:#eee 1px solid; border-bottom:#eee 1px solid; background:linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 80%,#eeeeee 100%); clear:both; display:flex; justify-content:center; align-items:center; -webkit-transition:bottom 0.4s; transition:bottom 0.4s; }
.el__sticky.el__sticky-visible { bottom:0;}

.el__sticky p { margin:0 }
.el__sticky p:nth-child(2) { text-align:left; padding-left:20px; flex:1; font-size:14px }
.el__sticky p:nth-child(1) img { margin-left:20px; width: 20px; }
*/

.el__sticky { position:fixed; bottom:-76px; left:0; z-index:2000; width:100%; height:76px; border-top:#eee 1px solid; border-bottom:#eee 1px solid; background:linear-gradient(0deg,#FFFFFF 0%,#FFFFFF 80%,#eeeeee 100%); clear:both; display:flex; justify-content:flex-end; align-items:center; -webkit-transition:bottom 0.4s; transition:bottom 0.4s; }
.el__sticky.el__sticky-visible { bottom:0;}

.el__sticky p { margin:0 }
.el__sticky p:nth-child(2) { text-align:left; padding-right:20px; padding-left:20px; font-size:14px }
.el__sticky p:nth-child(1) img { margin-left:20px; width: 20px; display: block; }

.el__stickyBtnLink .product-tile .product-quickshop .quickview { background-color:#000; color:#fff; }
.el__stickyBtnLink .product-tile .product-quickshop .quickview:hover { color: #fff; }
.el__sticky-mobile { display:none; }

@media screen and (max-width:761px) {
  .el__sticky { justify-content:center; height:66px; }
 .el__sticky-mobile { display:block; margin:0 20px; flex:1; padding-right:0; padding-left:20px; }
 .el__sticky-desktop { display:none }
 .el__sticky .product-quickshop { display:inline-block; border:0 solid; line-height:0; margin:0; padding:15px; background-color:#000 }
}

.el__sticky .product-tile { margin-left: 20px; margin-right: 20px; color: #999; position: relative; text-align: center; padding: 0; }
.el__sticky .product-tile .product-quickshop { display: inline-block; font-family: "gotham ssm medium a","gotham ssm medium b",Helvetica,Arial,sans-serif; font-size: 10px; letter-spacing: 1px; border: 2px solid #e5e5e5; }


/*DTW Edits*/

.ingredient-video img{display:inline-block;}
.method-video img{display:inline-block;}

.ingredient-video {padding: 2% 0% 2% 30%;}
.method-video {padding: 2% 0% 6% 30%;}

.el__ingredient-bkgd { position: absolute; top: 460px; left: calc(50% - 950px); width: 550px; }

.slick-list .slick-track .slick-slide .el__ingredient .el__ingredient-name{
  min-height: 62px;
}
.el__section-test:before {
    width: 41vw;
}
.el__header-content-media {
    display: block;
}
.el__header-content-inside {
    max-width: 974px;
}
.el__header-content-body {
     width: unset; 
     margin-left: 283px;
}
.el__chrono {
    height: 1085px!important;
}
.el__focus-title {
    font-size: 20px;
}
.el__chrono-title {
    font-size: 24px;
}
.el__section-ingredients .el__title {
    padding-top: 33px;
    padding-bottom: 119px;
    position: relative;
    z-index: 1;
}
/*Ipad Air 3 Landscape*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

 .ingredient-video{
        padding-left: 25%;
    width: 80%;
  }
  .method-video{
        padding-left: 25%;
    width: 80%;
  }

.el__ingredient-bkgd {
    top: 400px;
}
.el__section-ingredients .el__title {
    padding-top: 30px;
    padding-bottom: 59px;
    z-index: 3;
    position: relative;
    width: 61%;
    left: 232px;
}
.el__chronos-inside {
    width: 1091px;
}
.el__chrono-title {
    font-size: 24px;
}
.el__section-test:before {
    width: 50vw;
}
}

@media screen and (max-width: 1024px) {
  .el__ingredient-bkgd {
    top: 400px;
}

 .ingredient-video{
        padding-left: 27%;
    width: 80%;
  }
  .method-video{
        padding-left: 27%;
    width: 80%;
  }
}

/*Ipad Air 3 Portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 

  .ingredient-video{
        padding-left: 20%;
    width: 80%;
  }
  .method-video{
        padding-left: 20%;
    width: 80%;
  }

  .el__page .el__chronos img {
    position: relative;
    left: 10px;
}
.el__chrono {
    left: 15px;
    max-width: 350px;
    margin: 0 57px 0 0;
}
.el__chronos-inside {
    width: 1255px;
}
.el__section-test:before {
    width: 54vw;
}
.el__ingredient-bkgd {
    left: calc(50% - 619px);
    top: 500px;
}
.el__section-ingredients .el__title {
    padding-top: 22px;
    padding-bottom: 40px;
    z-index: 3;
    position: relative;
    width: 61%;
    left: 189px;
}
#el__focus-bkgd {
    position: relative;
    right: 146px;
    width: 118%;
    bottom: 94px;
}
.el__focus {
    left: 40%;
    width: 473px;
}
.el__focus-bloc-4 .el__focus-title {
    font-size: 15px;
}
.el__focus-bloc {
    width: 236px;
    height: 300px;
}
.el__focus-bloc-1 .el__focus-title {
    font-size: 35px;
}
.el__focus-text {
    font-size: 16px;
    width: 118%;
    position: relative;
    right: 16px;
}
.el__focus-bloc-recto .el__focus-picto {
    bottom: 7%;
}
.el__section-routine {
    padding: 50px 40px 50px 40px;
}

.el__chronos {
    width: 45%;
    left: 227px;
}
.el__page .el__chrono-3{
  position: relative;
  left: 1px;
  margin: 0 104px 0 0;
}
.el__page .el__chrono-2{
  position: relative;
  left: -83px;
  margin: 0 65px 0 0;
}
.el__page .el__chrono-1 {
    position: relative;
    left: -133px;
    
}
.el__ingredients-cta {
    position: relative;
    z-index: 1;
}
#YTvideobox {
    left: 6%;
}

}

/*Iphone Portrait*/
@media screen and (max-width: 761px) {



  .ingredient-video{
    padding: 2% 0% 2% 0%;
    width: 100%;
  }

.ingredient-video img{width:100%;}

.method-video{
    padding: 2% 0% 2% 0%;
    width: 100%;
  }

.method-video img{width:100%;}

  .el__section-ingredients .el__title {
    padding-bottom: 20px;
}

.el__chrono {
    left: 16px;
    height: 951px!important;
}
.el__page .el__section-chrono .el__chronos .el__chrono-top-img img{
       position: relative; 
     left: 11px; 

}
.el__section-ingredients .el__title {
    font-size: 22px;
    width: 377px;
}
.el__header-content-body {
     margin-left: auto; 
}

.el__test-pos-2:before {
    top: calc(50% - 42px);
    height: 88px;
}

.el__test-item-text {
    width: calc(100% - 2vw);
}
.el__chrono-title {
    font-size: 21px;
}

}
