
body, html{
    overflow-x:hidden;
    margin:0;
    padding:0;
}
.breadcrumb{
    display:none;
}
#main:not(.main-homepage) {
    padding-top: 0px;
}
.MyContent {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width:1250px;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    font-size:14px;
   line-height:1.4em;
 
}
.MyContent .isMobile{
    display:none;
}
@media (max-width:761px){
    .MyContent .isMobile{
        display:block;
    }
    .MyContent .isDesktop{
        display:none;
    }
}

.MyContent * {
    margin: 0;
    box-sizing: border-box;
}
.MyContent img {
     max-width:100%;
     display:block;
}
.MyContent .QuickShopLinkContainer{
    display: none!important;
}

.MyContent .MainTitle {
    font-family: 'ClarinsRegular', 'Clarins';
    font-size:45px;
    line-height: 1em;
    font-weight: normal;
    margin:20px auto;
}

.MyContent .Title {
    font-family: 'ClarinsRegular', 'Clarins';
    font-size:35px;
    line-height: 1em;
    font-weight: normal;
    margin:0px auto;
    padding:20px;
}

@media (max-width:761px){
.MyContent .Title{
        padding-bottom:0;
        text-align: center;
    }
}
.MyContent .Text{
    margin:0;
}

.MyContent .WhiteBtnLink a,
.MyContent .WhiteBtnLink span {
    background-color: #fff;
    display: inline-block;
    color: #000;
    padding: 14px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 14px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    cursor:pointer;
    border:2px solid #e5e5e5;
    min-width:176px;
    box-sizing: border-box;
    text-align: center; font-weight:bold;
}
.MyContent .BtnLink a,
.MyContent .BtnLink span {
    background-color: #000;
    display: inline-block;
    color: #fff;
    padding: 16px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    cursor:pointer;
}
.MyContent .HollowLink a,
.MyContent .HollowLink span {
    background-color: transparent;
    display: inline-block;
    color: #000;
    padding: 14px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    cursor:pointer;
    border: 2px solid #fff;
    min-width:155px;
    text-align: center;
}
.MyContent .QuickShopLink a,
.MyContent .QuickShopLink span {
    background-color: #000;
    display: inline-block;
    color: #fff;
    padding: 16px 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 18px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    cursor:pointer;
}
.MyContent .slick-dots  button{
   min-width:unset;
   border:0px!important;
   outline:0!important;
   padding:0!important;
   height:auto!important;
   font-size:0px;
}

/*---------------------------------------------------------------------------*/
.MyContent #UV-PLUS-BLOCK-01  {
   display:flex;
   padding-bottom:30px;
   flex-wrap: wrap;
   position: relative;
   align-items: flex-start;
   justify-content: flex-start;
}
.MyContent #UV-PLUS-BLOCK-01 .Header {
    position:relative;
    flex-basis:100%;
    max-width: 100%;
}

.MyContent #UV-PLUS-BLOCK-01 .Box {
    background-color: #f8eff1;
    max-width: 465px;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}
.MyContent #UV-PLUS-BLOCK-01 .Tag{
    color:#0065a3;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size:20px;
}
.MyContent #UV-PLUS-BLOCK-01 .MainTitle{
    font-weight: normal;
    display:block;
    font-size:35px;
    line-height: 1em;
}

.MyContent #UV-PLUS-BLOCK-01 .MainTitle strong{
    font-weight: normal;
    display:block;
    font-size:50px;
    line-height: 1em;
}

.MyContent #UV-PLUS-BLOCK-01 .Box .Text{
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size:16px;
    line-height: 1.4em;
    max-width:350px;
}

.MyContent #UV-PLUS-BLOCK-01 .Box ul{
    font-size:14px;
    line-height: 1.4em;
    padding:10px 0px;
    padding-top:20px;
    margin:0px;
    list-style: none;
}

.MyContent #UV-PLUS-BLOCK-01 .Box ul li{
    padding:0px;
    padding-bottom:10px;
    padding-left:20px;
    background-image: url(./img/check.png);
    background-repeat: no-repeat;
    background-position: top 2px left;
    background-size: 15px auto;
}
.MyContent #UV-PLUS-BLOCK-01 .Stat {
    color:#000;
    font-size:14px;
    text-align: center;
    display:flex;
    align-items: center;
}
.MyContent #UV-PLUS-BLOCK-01 .Stat .Text{
    padding:40px;
}


.MyContent #UV-PLUS-BLOCK-01 .Stat .Num::before{
   content:" ";
   height:127px;
   width:127px;
    background-image: url(./img/jauge.png);
    background-size: 100% auto;
    position:absolute;
    top:0;
    left:0;
    transform: rotate(-180deg);
    transition: transform ease-in-out 2s;
}
.MyContent #UV-PLUS-BLOCK-01 .Stat[data-anim="1"] .Num::before{
    transform: rotate(0deg);
}
.MyContent #UV-PLUS-BLOCK-01 .Stat .Num{
    color:#00609d;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    display:flex;
    font-size: 45px;
    line-height: 1em;
    width:127px;
    height:62px;
    position: relative;
    overflow: hidden;
    margin:0 auto;
    justify-content: center;
    align-items: flex-end;
    margin-bottom:15px;
}
.MyContent #UV-PLUS-BLOCK-01 .Stat .Num span{
    font-size:0.5em;
}
.MyContent #UV-PLUS-BLOCK-01 .Stat .Num sup{
    font-size:0.5em;
}
.MyContent #UV-PLUS-BLOCK-01 .Product{
    text-align: center;
    width:270px;
    height:690px;
    position: relative;
    display:flex;
    flex-direction: column;
    justify-content:flex-end;
    align-items: center;
}
.MyContent #UV-PLUS-BLOCK-01 .Product .Packshot{
    position:absolute;
    top:15px;
    left:50%;
    transform:translateX(-50%);
    width:343px;
}


.MyContent #UV-PLUS-BLOCK-01 .Pollutants .Title{
    color:#e9a5a5;
    text-align: center;
}
@media (max-width:761px){
    .MyContent #UV-PLUS-BLOCK-01 .Pollutants .Title{
        padding-bottom: 20px;
    }
}
.MyContent #UV-PLUS-BLOCK-01 .Pollutants .Text{
    color:#000;
    text-align: center;
    max-width:380px;
    margin:0 auto;
}

.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul{
    font-size:14px;
    color:#00619e;
    line-height: 1.4em;
    padding:0px 10px;
    padding-left:5px;
    margin:20px auto;
    list-style: none;
    width:380px;
    display:flex;
    background-image: url(./img/pictos.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    opacity:0;
    transition: opacity ease-in-out 0.8s;
    transition-delay: 1s;
}
.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul[data-anim="1"]{
    opacity:1;
  }    
        
.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul li{
    padding-top:65px;
    text-align: center;
    flex-basis:calc(20% + 40px);
    margin:0 -20px;
    line-height: 1em;
    opacity:0;
    transition: opacity ease-in-out 0.5s;
}
.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul li:nth-child(1){
 transition-delay: 2.2s;
}
.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul li:nth-child(2){
    transition-delay: 2.5s;
}
.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul li:nth-child(3){
    transition-delay: 3s;
}
.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul li:nth-child(4){
    transition-delay: 3.5s;
}
.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul li:nth-child(5){
    transition-delay: 4s;
}
.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul[data-anim="1"] li{
  opacity:1;
}    
      
      

.MyContent #UV-PLUS-BLOCK-01 .Pollutants ul li:nth-child(2n){
    padding-top:165px;
}

.MyContent #UV-PLUS-BLOCK-01 .Pollutants .Mentions{
   font-size:10px;
   opacity:0.5;
   max-width:380px;
   text-align: left;
   line-height: 1em;
   margin:0 auto;
   margin-top:70px;
}
.MyContent #UV-PLUS-BLOCK-01 .Product .Price{
    font-size:16px;
    padding:10px 0;
}

@media (min-width:1024px){
    .MyContent #UV-PLUS-BLOCK-01 .Header img{
        max-width: 1600px;
        width:1600px;
        margin:0;
        margin-left:calc(50% - 800px);
        margin-right:calc(50% - 800px);
    }
    .MyContent #UV-PLUS-BLOCK-01 .Stat{
       position:absolute;
       bottom:0;
       left:40px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Box {
        margin-top:-95px;
        margin-left:40px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Product {
        margin-top:-95px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Pollutants {
      margin-left:70px;
    }
}
@media (max-width:1249px) and (min-width:1150px){
    .MyContent #UV-PLUS-BLOCK-01 .Box {
        flex:1;
    }
}
@media (max-width:1149px) and (min-width:1024px){
    .MyContent #UV-PLUS-BLOCK-01 .Box {
        max-width: 405px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Product{
        margin-left: -80px;
        margin-right: -80px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Pollutants .Text{
        max-width: 305px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Header img {
        margin-left: calc(50% - 900px);
        margin-right: calc(50% - 700px);
    }
    .MyContent #UV-PLUS-BLOCK-01 .Stat .Text {
        padding: 20px;
        max-width: 200px;
    }
}
@media (max-width:1023px) and (min-width:762px){
    .MyContent #UV-PLUS-BLOCK-01 .Box {
        max-width: 447px;
        margin-left: 40px;
        margin-top: -40px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Product{
        flex: 1;
        margin-left: -100px;
        margin-top: -100px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Pollutants {
        margin-left: 40px;
        margin-top: -100px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Header img {
        width: 150vw;
        max-width: 150vw;
        margin-left: -35vw;
    }
    
    .MyContent #UV-PLUS-BLOCK-01 .Stat {
        position: absolute;
        bottom: 40px;
        right: 40px;
        flex-direction: column;
    }
}
@media (max-width:761px){
    .MyContent #UV-PLUS-BLOCK-01 .Box {
       padding:20px;
       background-color: #fff;
    }
    .MyContent #UV-PLUS-BLOCK-01 .HollowLink a {
      border:#e7e7e7 2px solid
    } 
    .MyContent #UV-PLUS-BLOCK-01 .Text {
       padding-top:20px;
      
    }
    .MyContent #UV-PLUS-BLOCK-01 .Stat .Text {
        padding: 20px 0;
        max-width: 127px;
    } 
      .MyContent #UV-PLUS-BLOCK-01 .Stat{
        padding-left:20px;
        flex-direction: column;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Stat .Logo{
        max-width:127px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Product{
        height:550px;
        margin-top:-290px;
        flex-basis:100%;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Product .Packshot {
        position: absolute;
        top: 0;
        left: auto;
        transform: none;
        width: 290px;
        right: 10px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Pollutants {
       padding:20px;
       overflow: hidden;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Pollutants ul{
        transform: scale(0.9);
        transform-origin: center center;
        margin: 20px calc(50% - 190px);
    }
    .MyContent #UV-PLUS-BLOCK-01 .Pollutants .Mentions{
        margin-top:20px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Pollutants .Text{
        padding-top:0;
    }
}
@media (max-width: 374px){ 
    .MyContent #UV-PLUS-BLOCK-01 .Product {
        height: 450px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .Product .Packshot {
        width: 220px;
    }
}
/*---------------------------------------------------------------------------*/
.MyContent #UV-PLUS-BLOCK-02  {
    display:block;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content:  center;
    height:619px;
    margin:0 auto;
    background-color: #f8eff1;


}
@media (max-width:1023px) and (min-width:762px){ 
    .MyContent #UV-PLUS-BLOCK-02  {
        padding-bottom: 60px;
        margin-bottom: -50px;
    }
}
.MyContent #UV-PLUS-BLOCK-02 .Background {
    position:relative;
    flex-basis:100%;
    max-width: 100%;
}
.MyContent #UV-PLUS-BLOCK-02 .Title {
    position:relative;
    flex-basis:100%;
    color:#000;
    text-align: center;
}
.MyContent #UV-PLUS-BLOCK-02 .Text {
    position:relative;
    flex-basis:100%;
    text-align: center;
    font-size: 22px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    color:#00609d;
}
.MyContent #UV-PLUS-BLOCK-02 .Pollutants {
    position:relative;
    flex-basis:100%;
}
.MyContent #UV-PLUS-BLOCK-02 .Pollutants ul{
    font-size:14px;

    color:#00619e;
    line-height: 1.4em;
    padding:0px 10px;
    padding-left:5px;
    margin:20px auto;
    list-style: none;
    display:flex;
    background-image: url(./img/pictos-2.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    justify-content: center;
    
}

.MyContent #UV-PLUS-BLOCK-02 .Pollutants ul li{
    padding-top:65px;
    text-align: center;
    line-height: 1em;
    flex-basis:185px;
    margin:0 -10px;
}
.MyContent #UV-PLUS-BLOCK-02 .Pollutants ul li:nth-child(2){
    padding-right:5px;   
}
    
.MyContent #UV-PLUS-BLOCK-02 .Pollutants ul li:nth-child(3){
padding-right:18px; 
}
.MyContent #UV-PLUS-BLOCK-02 .Pollutants ul li:nth-child(4){
    padding-right:5px;   
}
    
.MyContent #UV-PLUS-BLOCK-02 .Pollutants ul li .Num{
    display:block;
    font-size:24px;
    line-height:1em;

}

.MyContent #UV-PLUS-BLOCK-02 .Breezometer{
    position:relative;
    margin:20px auto;
margin-bottom:40px;
 }
 .MyContent #UV-PLUS-BLOCK-02 .Breezometer img{
    margin:0px auto;
    max-width:100%;
 }
@media (min-width:762px){ 
  
    .MyContent #UV-PLUS-BLOCK-02 .Background img{
        max-width: 1600px;
        width:1600px;
        margin:0;
        margin-left:calc(50% - 800px);
        display:block;
    }
    .MyContent  #UV-PLUS-BLOCK-02 .Background{
         margin-bottom:-599px;
    }
    
   
}
@media (max-width:1023px){ 
    .MyContent #UV-PLUS-BLOCK-02 .Breezometer{
        margin:20px;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Pollutants ul{
        background-size: 85% auto;
    } 
    .MyContent #UV-PLUS-BLOCK-02 .Pollutants {
        width: 700px;
        margin: 0 auto;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Background {
        position: absolute;
        flex-basis: 100%;
        max-width: 100%;
        top: 0;
        height: 100%;
        left: 0;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Background img{
        height: 100%;
        width:auto;
    }
}
@media (max-width:761px){ 
    .MyContent #UV-PLUS-BLOCK-02 .Pollutants{
        width:100%;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Background {
        position: absolute;
        flex-basis: 100%;
        max-width: 100%;
        top: 0;
        height: 100%;
        left: 0;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Background img{
        height: 100%;
        width:auto;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Text{
        padding-bottom:20px;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Pollutants ul{
        background-size: 290px auto;
        width: 400px;
    margin:0px calc(50% - 200px);
        background-position: top center;
        background-image: url(./img/pictos-2-mobile.png);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom:40px;
    } 
    .MyContent #UV-PLUS-BLOCK-02 .Pollutants ul li{
        padding: 5px!important;
        padding-top: 65px!important;
        flex-basis:120px;
        margin: 0;
    } 
}
/*---------------------------------------------------------------------------*/

.MyContent #UV-PLUS-BLOCK-03{
    background-color: #f8eff1;
    position:relative;
    text-align: center;
    padding-top:20px;
 

}
.MyContent #UV-PLUS-BLOCK-03::before{
    content:" ";
    background-color: #f8eff1;
    position:absolute;
    width:1600px;
    left:calc(50% - 800px);
    top:0;
    height:100%;
    z-index:-1;
}
.MyContent #UV-PLUS-BLOCK-03 .Text{
    max-width: 800px;
    margin:0px auto;
}

.MyContent #UV-PLUS-BLOCK-03 .BoxTexture{
    max-width: 244px;
   background-color: #fff;
   margin:0px 20px;
   text-align: center;
   padding:20px;
}
.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Texture{
    margin-top:20px;
    margin-bottom:20px;
}
.MyContent #UV-PLUS-BLOCK-03 .Wrapper{
    width:244px;
    margin:0 auto;
    }


@media (min-width:762px){ 
    .MyContent #UV-PLUS-BLOCK-03 .Wrapper{
        display:flex;
        justify-content: center;
        align-items: flex-start;
        padding:40px;
        width:100%;
    }
     .MyContent #UV-PLUS-BLOCK-03 .BoxTexture{
        margin-top:40px;
        cursor:pointer;
        transition: margin ease-in-out 0.5s;
    }
    .MyContent #UV-PLUS-BLOCK-03 .Wrapper[data-open="1"] {
      min-height:470px;
    }
    .MyContent #UV-PLUS-BLOCK-03 .Wrapper[data-open="1"]  .BoxTexture{
        margin-top:60px;
    }
    .MyContent #UV-PLUS-BLOCK-03 .Wrapper[data-open="1"]  .BoxTexture[data-open="1"] {
        margin-top:20px;
    }

   
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Texture{
        margin-top:-60px;
    }

    
}
.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .SmallTitle{
  color: #00609d;
  font-size:22px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-weight: normal;
}


.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Texture img{
    margin:0 auto;
}

.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Text{
   border-bottom:1px solid #fff;
   padding:10px 0;
}
.MyContent #UV-PLUS-BLOCK-03 .Wrapper[data-open="1"]  .BoxTexture[data-open="1"] .Text{
    border-bottom:1px solid #00609d;
}
.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Stat{
   color: #00609d;
    height:0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
    margin-top:0px;
}

.MyContent #UV-PLUS-BLOCK-03 .BoxTexture[data-open="1"] .Stat{
     height:58px;
     margin-top:20px;
 }
 

.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Stat .Num{
   color: #00609d;
    font-size:33px;
    display:block;
    margin:10px auto;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
}
.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Stat .Num sup{
     font-size:0.5em;
 }

 .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Stat .Details{
    color: #00609d;
     font-size:14px;
     font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
 }
 .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Stat .Details sup{
      font-size:0.5em;
  }
.MyContent #UV-PLUS-BLOCK-03 .Mentions{
    font-size:10px;
    opacity:0.5;
    max-width:380px;
    text-align: center;
    line-height: 1em;
    margin:0px auto;
    padding:10px 20px;

 }
@media (max-width:1023px){
    .MyContent #UV-PLUS-BLOCK-03 .Text {
      
        margin: 0px 20px;
    }
    .MyContent #UV-PLUS-BLOCK-03 {
        margin-top: -50px;
    }
}
@media (max-width:761px){ 
    .MyContent #UV-PLUS-BLOCK-03 .Text {
      
        margin: 20px;
    }
    .MyContent #UV-PLUS-BLOCK-03{
        background-color: #fff;
        margin-top: 0px;
    }
    .MyContent #UV-PLUS-BLOCK-03 .Wrapper{
        margin-bottom: 50px;
    }
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Stat{
        height:58px;
        margin-top:20px;
    }
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture{
        margin:0;
        padding:0;
    }
    .MyContent #UV-PLUS-BLOCK-03 .Wrapper .BoxTexture .Text{
        border-bottom:1px solid #00609d;
    }
    .MyContent #UV-PLUS-BLOCK-03 .slick-next {
        right:-50px;
        top:calc(50% - 35px);
        transform: scale(0.7);
        transform-origin: center center;
     }
    .MyContent #UV-PLUS-BLOCK-03 .slick-prev {
       left:-50px;
       top:calc(50% - 35px);
       transform: scale(0.7);
       transform-origin: center center;
    }
}


/*---------------------------------------------------------------------------*/
.MyContent #UV-PLUS-BLOCK-04  {
    display:block;
    position: relative;
    min-height:380px;
    margin:0 auto;
}


.MyContent #UV-PLUS-BLOCK-04 .Background {
    position:relative;
    flex-basis:100%;
    max-width: 100%;
}
.MyContent #UV-PLUS-BLOCK-04 .Box {
    position:relative;
    width:100%;
    text-align: center;
    max-width:1050px;
    margin:0 auto;
    background-color: #fff;
    padding-top:20px;
    padding-bottom:40px;
    padding-right:300px;
    padding-left:120px;
}
.MyContent #UV-PLUS-BLOCK-04 .Box .Title{
    padding-bottom:0px;
}
.MyContent #UV-PLUS-BLOCK-04 .Box .Text{
    margin-top:20px;
}


.MyContent #UV-PLUS-BLOCK-04 .BtnOpenPopin{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    font-size: 24px;
    color:#0065a3;
    border: 2px solid #0065a3;
    top: 280px;
    right: 100px;
    line-height:30px ;
    cursor:pointer;
}
.MyContent #UV-PLUS-BLOCK-04 strong{
    color:#00609d;
}
.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient{
     background-color: #fff;
     position:fixed;
     top:0;
     left:0;
     width: 100vw;
    height: 100vh;
     z-index:100;
     background-color: rgba(0,0,0,0.5);
     transition: opacity ease-in-out 0.5s;
}
.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient .BtnClosePopin{
  color:#cbcbcb;
  width: 21px;
  height: 21px;
  font-size:0px;
 position:absolute;
 right:5px;
 top:5px;
 cursor:pointer;
 background-image: url(./img/close.svg);
}
.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient .IngredientName{
  color:#be0f34;
  font-family: 'ClarinsRegular', 'Clarins';
  font-size: 35px;
  padding:20px 0;
  padding-top:0;
}
.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient[data-open="0"]{
    pointer-events:none;
    opacity:0;
}

.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient[data-open="1"]{
    display:block;
    opacity:1;
}
.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient .Wrapper{
    padding:40px;
    max-width:400px;
    background-color: #fff;
    position:fixed;
    top:50%;
    left:50%;
    z-index:100;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 40px);
}

@media (min-width:762px){
    .MyContent #UV-PLUS-BLOCK-04 .Background img{
        max-width: 1600px;
        width:1600px;
        margin:0;
        margin-left:calc(50% - 800px);
    }

    .MyContent  #UV-PLUS-BLOCK-04 .Background{
     margin-bottom:-380px;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Ingredient {
        width:266px;
        position: absolute;
       left:calc(50% + 250px);
       top:-100px;
    }
}
@media (max-width:1130px) and (min-width:762px){
    .MyContent #UV-PLUS-BLOCK-04 .Box {
        margin-left: 40px;
        margin-right: 40px;
        width: calc(100% - 80px);
    }
    
}

@media (max-width:1023px){
.MyContent #UV-PLUS-BLOCK-04 .Box {
    padding-right: 250px;
    padding-left: 40px;
}
.MyContent #UV-PLUS-BLOCK-04 .Ingredient {
    width: 246px;
    position: absolute;
    left: calc(50% + 120px);
    top: -90px;
}

}

@media (max-width:761px){ 
    .MyContent #UV-PLUS-BLOCK-04{
        padding:20px;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Background {
        position: absolute;
        flex-basis: 100%;
        max-width: 100%;
        top: 0;
        height: 100%;
        left: 0;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Background img{
        height: 100%;
        width:auto;
        max-width: unset;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Box{
        padding:20px;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Ingredient{
        position:relative;
        top:auto;
        left:auto;
        margin-top:20px;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Box .Title{
        padding:0;
    }
}
/*---------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
.MyContent #UV-PLUS-BLOCK-06  {
    display:flex;
    position: relative;
    height:470px;
    margin:0 auto;
    flex-wrap: wrap;
    justify-content: center;
   z-index:1;
}
.MyContent #UV-PLUS-BLOCK-06 .Background {
    position:relative;
    flex-basis:100%;
    max-width: 100%;
    z-index:-1;
}
.MyContent #UV-PLUS-BLOCK-06  .VideoLink{
    position: relative;
    display:block;
    height:283px;
 }
  .MyContent #UV-PLUS-BLOCK-06  .VideoLink a::before{
      content:" ";
      cursor: pointer;
     background-image: url(./img/play-video.png);
     width:50px;
     height:50px;
     position: absolute;
     bottom:15px;
     left:15px;
 
  }
.MyContent #UV-PLUS-BLOCK-06  .Wrapper{
   background-color: #fff;
   padding:30px;
   text-align: left;
   flex:1;
   max-width:540px;
   height:283px;
}
.MyContent #UV-PLUS-BLOCK-06  .Wrapper .Title{
    padding:0;
 }
 .MyContent #UV-PLUS-BLOCK-06 .Text{
     margin:20px 0;
 }
@media (min-width:762px){
    .MyContent #UV-PLUS-BLOCK-06 .Background img{
        max-width: 1600px;
        width:1600px;
        margin:0;
        margin-left:calc(50% - 800px);
    }
     .MyContent  #UV-PLUS-BLOCK-06 .VideoLink,
    .MyContent  #UV-PLUS-BLOCK-06 .Wrapper{
     margin-top:-370px;
    }
}

@media (max-width:1249px){
    .MyContent #UV-PLUS-BLOCK-06 .Background img {
        margin-left: 0;
    }
    .MyContent #UV-PLUS-BLOCK-06 {
        align-items: flex-end;
        height:auto;
    }
    .MyContent  #UV-PLUS-BLOCK-06 .VideoLink,
    .MyContent  #UV-PLUS-BLOCK-06 .Wrapper{
     margin-top:-140px;
    }
}

.MyContent #UV-PLUS-BLOCK-06 .PopinInVideo{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
}
.MyContent #UV-PLUS-BLOCK-06 .PopinInVideo[data-open="0"]{
    pointer-events:none;
    opacity:0;
}

.MyContent #UV-PLUS-BLOCK-06 .PopinInVideo[data-open="1"]{
    display:block;
    opacity:1;
}
.MyContent #UV-PLUS-BLOCK-06 .PopinInVideo .Video{
    padding: 2.32vw;
    width: 90vw;
    height: 52.7vw;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%) translateY(-50%); 
}
@media (min-width:1000px){
    .MyContent #UV-PLUS-BLOCK-06 .PopinInVideo .Video{
        padding: 20px;
        width: 920px;
        height: 535px;
    }
}
.MyContent #UV-PLUS-BLOCK-06 .PopinInVideo #video-iframe{
    width:100%;
    height:100%;
}
.MyContent #UV-PLUS-BLOCK-06 .ClosePopinVideo{
    color: #cbcbcb;
    width: 14px;
    height: 14px;
    font-size: 0px;
    position: absolute;
    right: 4px;
    top: 4px;
    cursor: pointer;
    background-image: url(./img/close.svg);
    background-size: 100% 100%;
  }

  @media (max-width:1024px){
    .MyContent #UV-PLUS-BLOCK-06 {
        background-color: #d8e5ea;
        padding: 20px;
        flex-direction: column;
        height: auto;
    }
    .MyContent #UV-PLUS-BLOCK-06 .Title{
        display:block;
        padding-bottom:20px;
     }
    .MyContent #UV-PLUS-BLOCK-06 img {
        max-width: 100%;
        display: block;
    }
    .MyContent #UV-PLUS-BLOCK-06 .Background{
       display:none;
     }
     .MyContent #UV-PLUS-BLOCK-06 .VideoLink {
        margin:0px auto;
        height:auto;
    }
    .MyContent #UV-PLUS-BLOCK-06 .Wrapper {
        margin:0 auto;
        margin-top:0;
        padding:20px;
        max-width:429px;
    }
    .MyContent #UV-PLUS-BLOCK-06 .Wrapper .Text {
        padding:0px;
        margin:0;
        padding-bottom:20px;
    }
    .MyContent #UV-PLUS-BLOCK-06 .Wrapper .Title{
       display:none;
    }
}
/*---------------------------------------------------------------------------*/
.MyContent #UV-PLUS-BLOCK-07  {
    display:block;
    position: relative;
    height:40px;
    margin:0 auto;

}

/*---------------------------------------------------------------------------*/

.MyContent #UV-PLUS-BLOCK-05{
    text-align: center;
}

.MyContent #UV-PLUS-BLOCK-05>.slick-dots{
   display:none;
}

@media (max-width:761px){
    .MyContent #UV-PLUS-BLOCK-05 .Title{
        padding-bottom: 20px;
    }
    .MyContent #UV-PLUS-BLOCK-05 .Text{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.MyContent #UV-PLUS-BLOCK-05 .slick-next {
    right:-10px;
    top:calc(50% - 35px);
    transform: scale(0.7);
    transform-origin: center center;
 }
.MyContent #UV-PLUS-BLOCK-05 .slick-prev {
   left:-10px;
   top:calc(50% - 35px);
   transform: scale(0.7);
   transform-origin: center center;
}
.MyContent .Mosaic {
  display:flex;
  max-width:876px;
  flex-wrap: wrap;
  margin:40px auto;
  position: relative;
}

.MyContent .Mosaic .ProductName{
 padding-right:10px;
}
.MyContent .Mosaic .Step{
   flex-basis:33.33%;
   display:block;
   overflow:hidden;
   position: relative;
   overflow: hidden;
   height:216px; 
  
 }
 .MyContent .Mosaic .Step[data-open="0"] {
    cursor:pointer;
 }
.MyContent .Mosaic .Step .StepTitle{
    text-align: center;
    width: 100%;
    z-index: 2;
    font-size: 18px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    /*-webkit-transition: all ease-in-out 0.5s; 
    transition: all ease-in-out 0.5s;*/

  }
  .MyContent .Mosaic .Step[data-open="0"] .StepTitle{
    opacity:1;
  }

  .MyContent .Mosaic .Step[data-open="1"] .StepTitle{
    opacity:0;   

}
 .MyContent .Mosaic .Step .StepTitle::before{
     content:" ";
    position: absolute;
    width:292px;
    height:220px;
    left:calc(50% - 146px);
    top:calc(50% - 110px);
    background-image: url(./img/mosaique.png);
    background-size:876px auto ;
    z-index:-1;

    -webkit-transition: all ease-in-out 0.5s; /* Safari */
    transition: all ease-in-out 0.5s;
 
  }
  .MyContent .Mosaic .Step[data-open="0"] .StepTitle::before{
    opacity:1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }

  .MyContent .Mosaic .Step[data-open="1"] .StepTitle::before{
    opacity:0;   
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);

}
 
  .MyContent .Mosaic .Step[data-product="1"] .StepTitle::before{
    background-position: 0px 0px;
 }
 .MyContent .Mosaic .Step[data-product="2"] .StepTitle::before{
    background-position: -292px 0px;
 }
 .MyContent .Mosaic .Step[data-product="3"] .StepTitle::before{
    background-position: -584px 0px;
 }
 .MyContent .Mosaic .Step[data-product="4"] .StepTitle::before{
    background-position: 0px -220px;
 }
 .MyContent .Mosaic .Step[data-product="5"] .StepTitle::before{
    background-position: -292px -220px;
 }
 .MyContent .Mosaic .Step[data-product="6"] .StepTitle::before{
    background-position: -584px -220px;
 }
 .MyContent .Mosaic .Step[data-product="7"] .StepTitle::before{
    background-position: 0px -440px;
 }
 .MyContent .Mosaic .Step[data-product="8"] .StepTitle::before{
    background-position: -292px -440px;
 }
 .MyContent .Mosaic .Step[data-product="9"] .StepTitle::before{
    background-position: -584px -440px;
 }

 .MyContent .Mosaic .Step{
    -webkit-perspective: 1000; 
      perspective: 1000; 


    -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
 .MyContent .Mosaic .Step .Products{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%;
      background-color: #fff;

      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);

      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;

      -webkit-transition: all ease-in-out 0.5s; /* Safari */
   transition: all ease-in-out 0.5s;

      -webkit-backface-visibility: hidden; /* Safari */
      backface-visibility: hidden;
      z-index:3;
  }
  .MyContent .Mosaic .Step[data-open="0"] .Products{
    pointer-events:none;
    opacity:0;   
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;

}
  .MyContent .Mosaic .Step[data-open="1"] .Products{
    opacity:1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  }
  .MyContent .Mosaic .Step .Product{
    width: 290px;
    height: 180px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 14px;
}

.MyContent .Mosaic .Step .ProductPackshot{
    flex-basis: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 10px;
    max-width: 150px;
}
.MyContent .Mosaic .Step .ProductPrice{
 padding:10px 0;
}
.MyContent .Mosaic .Step  .Products .QuickShopLink span {
    background-color: #fff;
    display: inline-block;
    color: #000;
    padding: 12px  30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    line-height: 12px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    cursor:pointer;
    border:2px solid #e5e5e5;
}
.MyContent .MosaicWrapper {

    max-width: 876px;
    margin: 0 auto;


 }
/*@media (max-width:1024px){
    .MyContent .Mosaic .Step .Products{
            -webkit-transition: none;
            transition:none;
            border:1px solid;
    }
}*/
@media (max-width:1023px){

    .MyContent .Mosaic{
        margin:40px 0;
    }
    .MyContent .Mosaic .Step .ProductPackshot {
        max-width: 90px;
    }
}
@media (max-width:761px){

    .MyContent #UV-PLUS-BLOCK-05{
        position: relative;
    }
    .MyContent #UV-PLUS-BLOCK-05>.slick-dots{
        display:block;
     }
     
    .MyContent #UV-PLUS-BLOCK-05 .slick-dots{
       bottom:20px;
    }
    .MyContent .Mosaic .Step{
       flex-basis:16.66%;
    }
    .MyContent .Mosaic .Step[data-product="3"],
    .MyContent .Mosaic .Step[data-product="4"],
    .MyContent .Mosaic .Step[data-product="9"]{
       flex-basis:33.33%;
    }
    .MyContent .Mosaic .Step[data-open="0"] .Products{
        display:flex;
    }
    .MyContent .Mosaic .Step[data-open="1"] .Products{
        display:flex;
    }
    .MyContent .Mosaic .Step .StepTitle{
       font-size:16px;
     }
    .MyContent .Mosaic .Step .StepTitle::before{
        content:" ";
       position: absolute;
       width:187px;
       height:220px;
       left:calc(50% - 94px);
       top:calc(50% - 110px);
       background-image: url(./img/mosaique-mobile.png);
       background-size:1125px auto ;
       z-index:-1;
     }
     .MyContent .Mosaic .Step[data-product="3"] .StepTitle::before,
     .MyContent .Mosaic .Step[data-product="4"] .StepTitle::before,
     .MyContent .Mosaic .Step[data-product="9"] .StepTitle::before{
        width:375px;
        left:calc(50% - 187px);
     }

 
     .MyContent .Mosaic .Step[data-product="1"] {
       order:1;
     }
     .MyContent .Mosaic .Step[data-product="2"] {
        order:2;
      }
      .MyContent .Mosaic .Step[data-product="4"] {
        order:3;
      }
      .MyContent .Mosaic .Step[data-product="7"] {
        order:4;
      }
      .MyContent .Mosaic .Step[data-product="8"] {
        order:5;
      }
      .MyContent .Mosaic .Step[data-product="3"] {
        order:6;
      }
      .MyContent .Mosaic .Step[data-product="5"] {
        order:7;
      }
      .MyContent .Mosaic .Step[data-product="6"] {
        order:8;
      }
      .MyContent .Mosaic .Step[data-product="9"] {
        order:9;
      }


     .MyContent .Mosaic .Step[data-product="1"] .StepTitle::before{
       background-position: 0px 0px;
    }
    .MyContent .Mosaic .Step[data-product="2"] .StepTitle::before{
       background-position: -187px 0px;
    }
    .MyContent .Mosaic .Step[data-product="3"] .StepTitle::before{
        background-position: 0px -220px;
    }
    .MyContent .Mosaic .Step[data-product="4"] .StepTitle::before{
       background-position: -375px 0px;
    }
    .MyContent .Mosaic .Step[data-product="5"] .StepTitle::before{
       background-position: -375px -220px;
    }
    .MyContent .Mosaic .Step[data-product="6"] .StepTitle::before{
       background-position: -562px -220px;
    }
    .MyContent .Mosaic .Step[data-product="7"] .StepTitle::before{
       background-position: -750px  0;
    }
    .MyContent .Mosaic .Step[data-product="8"] .StepTitle::before{
       background-position: -938px 0;
    }
    .MyContent .Mosaic .Step[data-product="9"] .StepTitle::before{
        background-position: -750px -220px;
    }
 
    .MyContent .MosaicWrapper {
            width:100%;
            max-width:375px;
            margin-left:auto;
            margin-right:auto;
            overflow-x: scroll;
            scroll-snap-type: x mandatory;
            display:block;
            white-space: nowrap;
            scroll-behavior: smooth;
            padding-bottom: 30px;

     }
     .MyContent .MosaicWrapper .Step {
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }


    .MyContent .Mosaic {
            display:flex;
            max-width:300%;
            width:300%;
            margin:40px 0;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    }
    
    .MyContent .Mosaic .Step .StepTitle {
   
        padding: 0 10px;
        padding-top: 100px;
    } 
    .MyContent .Mosaic .Step .Product{
        flex-wrap: nowrap;
        align-items: center;
        height: 205px;
        text-align: center;
        width: 100%;
    }
    .MyContent .Mosaic .Step .ProductPrice {
        padding: 5px 0;
    } 
    .MyContent .Mosaic .Step .ProductName {
     font-size:12px;
     line-height:1.2em;
    }
    .MyContent .Mosaic .Step .ProductPackshot {
        padding: 0;
        max-width: 100%;
        width: 100%;
        flex: 1;
        overflow: hidden;
        margin: 10px auto;
    }
    .MyContent .Mosaic .Step .ProductPackshot a{
        height: 100%;
        width: 100%;
        display:block;
    }
    .MyContent .Mosaic .Step .ProductPackshot img {
        max-width: 2000px;
        max-height: 100%;
        margin:0 auto;
    }

}

/*---------------------------------------------------*/
.MyContent #UV-PLUS-BLOCK-02 .Mentions{
    font-size: 10px;
    opacity: 0.5;
    max-width: 670px;
    text-align: center;
    line-height: 1em;
    margin: 0px auto;
    padding: 10px 20px;
}
.MyContent #UV-PLUS-BLOCK-02 .Pollutants ul{
    margin: 5px auto;
}


@media all and (device-width: 834px) and (device-height: 1112px) and (orientation:portrait) {
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture{
        padding: 30px;
    }
}

@media only screen and (max-width: 761px){
    .MyContent .Mosaic .ProductName{
        white-space: break-spaces;
    }
}

/*DTW Edits*/

.MyContent #UV-PLUS-BLOCK-01 .Box{
    padding: 40px 30px 40px 40px;
}
.MyContent .HollowLink a{
    border-color:#000;
    background: #000;
    color:#fff;
}
.MyContent #UV-PLUS-BLOCK-02{
    height: 319px;
}
.MyContent #UV-PLUS-BLOCK-02 .Background{
    margin-bottom: -262px;
}
.MyContent #UV-PLUS-BLOCK-02 .Background img{
    height: 319px;
}
.MyContent #UV-PLUS-BLOCK-03 .BoxTexture{
        min-height:407px; 
}
.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Texture{
    min-height: 127px;
}
.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Text{
    min-height: 90px;
}
.MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Stat{
    height: 80px;
    margin-top: 20px;
}

.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient {
    /* background-color: #fff; */
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100vw; */
    /* height: 100vh; */
    /* z-index: 100; */
    /* background-color: rgba(0,0,0,0.5); */
    /* transition: opacity ease-in-out 0.5s; */
    position: relative;
    opacity: 1 !important;
    height:auto;
    width: 100%;
    z-index: 10;
}
.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient .Wrapper{
    position: relative;
    top:0;
    left:0;
    transform: none;
    width:100%;
    max-width: 100%;
}
/*.MyContent .Mosaic .Step .ProductPackshot{
    justify-content: flex-start;
}*/
/*.MyContent .Mosaic .Step[data-product="4"] .ProductPackshot{
    max-width: 86px;
}
.MyContent .Mosaic .Step[data-product="8"] .ProductPackshot{
    max-width: 66px;
}
.MyContent .Mosaic .Step[data-product="9"] .ProductPackshot{
    max-width: 98px;
}*/
.MyContent .Mosaic .ProductName{
    width: 180px;
}
.slick-prev:after{
    position: relative;
    left: -11px;
}





/*Responsive DTW Edits*/
.MyContent #UV-PLUS-BLOCK-01 .Stat .Mentions {
    font-size: 10px;
    opacity: 0.5;
    max-width: 380px;
    text-align: center;
    line-height: 1em;
    margin: 2px auto 0;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Texture{
        min-height: 139px;
    }
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Text{
        min-height: 60px;
        margin: 0;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Ingredient{
        left: calc(50% + 130px);
    }
    .MyContent .Mosaic .ProductName{
        width: 220px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    .MyContent .Mosaic .ProductName{
        width: 220px;
    }

}

@media (max-width: 1023px){
    .MyContent #UV-PLUS-BLOCK-02{
        padding-top:30px;
        height:auto;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Background{
        height:auto;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Background img{
        height:100%;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Ingredient{
        left: calc(50% + 130px);
    }
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture{
        max-width: 100%;
        width: 29%;
    }
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Texture{
        min-height: 109px;
    }
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Text{
        min-height: 110px;
        margin: 0;
    }
    .MyContent .Mosaic .ProductName{
        width: 220px;
    }
}

@media screen and (max-width: 761px){

    .MyContent #UV-PLUS-BLOCK-01 .MainTitle strong{
        font-size: 45px;
    }
    .MyContent #UV-PLUS-BLOCK-01 .MainTitle{
        font-size:24px;
        line-height: 2em;
    }
    .MyContent #UV-PLUS-BLOCK-02 .Background img {
            height: 100%;
        }
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture{
        width: 100%;
    }
    .MyContent #UV-PLUS-BLOCK-03 .BoxTexture .Text{
        min-height: 0;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Ingredient{
        left: auto;
    }
    .MyContent #UV-PLUS-BLOCK-04 .PopinIngredient .Wrapper{
        padding: 40px 0 20px;
    }
    .MyContent .Mosaic .ProductName{
        width:170px;
    }
    .MyContent .Mosaic .Step .ProductPackshot{
        max-width: 100%;
    }

    .MyContent .Mosaic .Step[data-product="4"] .ProductPackshot img{
        max-width: 100%;
    }

    .MyContent .Mosaic .Step[data-product="9"] .ProductPackshot img{
        max-width: 100%;
    }


 
}

/*@media screen and (min-width: 762px) {
    .MyContent #UV-PLUS-BLOCK-02 .Background img {
        height: auto;
        margin-left: 0;
        max-width: 100%;
    }
}*/



.MyContent #UV-PLUS-BLOCK-04 .Box{
    padding: 20px 188px 40px;
}
.MyContent #UV-PLUS-BLOCK-04 .Ingredient{
    left: calc(50% + 330px);
}
.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient .Wrapper{
    background: none;
}
.MyContent #UV-PLUS-BLOCK-04 .PopinIngredient[data-open="0"]{
    background: none;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
    .MyContent #UV-PLUS-BLOCK-04 .Box {
        padding: 20px 99px 40px;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Ingredient {
        left: calc(50% + 270px);
    }
}

@media screen and (max-width: 761px){
     .MyContent #UV-PLUS-BLOCK-01 .Header .isMobile{
        margin: 0 auto;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Box {
        padding: 20px;
    }
    .MyContent #UV-PLUS-BLOCK-04 .Ingredient {
        left: auto;
    }
}