.MyContent {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	text-align: center;
	font-size:14px;
	line-height:1.4em;
	z-index:1;
	
}
#FAQ{
    height:50px;
    margin-top:-50px;
    display:block;
}
.MyContent .BtnLink  {
	margin:0;
	padding:0;
	padding-top:16px;
}
.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: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	border: 2px solid #000;
}

.MyContent .TextLink a  {
    color:#000;
    text-decoration:none;
    display:inline-block;
    white-space: nowrap;
    border-bottom:1px solid #AAA;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    font-size:11px;
    line-height:1.2em;
    text-transform: uppercase;
}
.MyContent .TextLink a:hover  {
    color:#be0f34;
    text-decoration:none;
    display:inline-block;
    white-space: nowrap;
    border-bottom:1px solid #be0f34;
}
.MyContent .Title{
	color:#000;
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
}
/*--------------------------------------------------------------------*/
    .Block-Header{
        background-image: url(img/header.gif);
        background-repeat: no-repeat;
        background-position: top center;
        height:370px;
        width:100%;
        display:flex;
        align-items: center;
        position:relative;
    }
    @media screen and (max-width:1023px){
        .Block-Header {
            height:280px;
            background-size:auto 100%;
            background-position: top left -37vw;
        }
    }
    @media screen and (max-width:761px){
        .Block-Header{
            background-image: url(img/header-mobile.gif);
           height:auto;
           padding-top:44vw;
           background-position: top center;
           background-size:100% auto;
           display:block;
        }
    }
    .Block-Header .Wrapper{
        position:absolute;
        max-width:585px;
        left:50%;
        top:50%;
        transform:translateY(-50%) ;
        text-align:center;
        width:50%;
    }
    @media screen and (max-width:1023px){
        .Block-Header .Wrapper{
            left:auto;
            right:0px;
            width:100%;
            max-width:460px;
        }
    }
    @media screen and (max-width:761px){
        .Block-Header .Wrapper{
            position:relative;
            background-color:#fff;
            margin:0 20px;
            width:calc(100% - 40px);
            top: auto;
            left:auto;
            right:auto;
            transform:none;
            padding-top:20px;
        }
    }
    .Block-Header .Wrapper .Tag{
        font-size:16px;
        color:#be0f34;
        font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    }
    .Block-Header .Wrapper .MainTitle{
        font-size:50px;
        color:#000;
        font-family: ClarinsRegular, Clarins;
        margin:0;
        font-weight:normal;
        line-height:1em;
        margin-bottom:10px;
    }
    @media screen and (max-width:1023px){
        .Block-Header .Wrapper .MainTitle{
            font-size:35px;
         
        }
        .Block-Header .Wrapper .MainTitle br{
            display:none;
        }
    }
    .Block-Header .Wrapper .Text{
        font-size:18px;
        color:#000;
        line-height:1.4em;
        margin:0 auto;
        max-width:400px;
    }
    .Block-Header .Wrapper .Pictos{
       display:flex;
       list-style:none;
       font-size:14px;
       color:#000;
       margin:0 auto;
       padding:0;
       max-width:420px;
    }
    @media screen and (max-width:761px){
        .Block-Header .Wrapper .Pictos{
          margin:0 -20px;
        }
    }
    .Block-Header .Wrapper .Pictos li{
       padding:10px;
       margin:0;
       flex-basis:33%;
       font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
       font-size:12px;
    }
    @media screen and (max-width:761px){
        .Block-Header .Wrapper .Pictos li{
           padding:0;
        }
    }
    .Block-Header .Wrapper .Pictos li::before{
        content:" ";
        display:block;
        margin:0 auto;
        background-image:url(img/pictos.svg);
        background-position: top left;
        width:75px;
        height:70px;
        background-size: 600px 150px;
        background-repeat: no-repeat;
    }
    @media screen and (max-width:761px){
        .Block-Header .Wrapper .Pictos li::before{
            transform:scale(0.8);
        }
    }
    .Block-Header .Wrapper .Pictos li:nth-child(1)::before{
        background-position: top left -0px;
    }

    .Block-Header .Wrapper .Pictos li:nth-child(2)::before{
        background-position: top left -75px;
    }

    .Block-Header .Wrapper .Pictos li:nth-child(3)::before{
        background-position: top left -150px;
    }

    /*--------------------------------------------------------------------*/

    .Block-HowItWorks{
        display:flex;
        max-width:1170px;
        margin:40px auto;
        border:#eeeeee solid 8px;
        min-height:500px;
    }
    @media screen and (max-width:1023px){
        .Block-HowItWorks{
            width:calc(100% - 40px);
            max-width:457px;
            flex-direction:column;
            padding-bottom:20px;
        }
    }
 
    .Block-HowItWorks .Visual{
        content:" ";
        display:block;
        margin:0 auto;
        background-image:url(img/photo.jpg);
        background-position: center center;
        flex-basis:50%;
        background-size:cover;
        background-repeat: no-repeat;
    }
    @media screen and (max-width:1023px){
        .Block-HowItWorks .Visual{
            flex-basis:135px;
             background-position: top -60px center;
             width:100%;
             margin-bottom:20px;
        }
    }
    .Block-HowItWorks .Wrapper{
        flex-basis:50%;
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .Block-HowItWorks .Steps{
        margin:0;
        padding:20px;
        list-style:none;
        max-width:430px;
        text-align:left;
        padding-bottom:10px;
    }
    .Block-HowItWorks .Steps li{
        margin:0;
        padding:0px;
        margin-bottom:10px;
        position:relative;
        padding-left:43px;
        min-height:50px;
        display:flex;
        align-items:flex-end;
        justify-content: flex-start;
    }
    .Block-HowItWorks .Steps span{
        font-family: ClarinsRegular, Clarins;
        font-size:45px;
        line-height:1em;
        position:absolute;
        bottom:0;
        left:0;
    }
    .Block-HowItWorks .Text{
        margin:0;
        text-align:left;
        max-width:430px;
        padding:0 20px;
        font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    }
    .Block-HowItWorks .Mentions{
        font-size:11px;
      /*  opacity:0.5;*/
        padding:0px;
        margin:0;
        line-height:1.2em;
        max-width:300px;
    }
    /*--------------------------------------------------------------------*/
    .Block-EasyToManage{
        max-width:1170px;
        margin:0px auto;
        text-align:center;
    } 
    @media screen and (max-width:1023px){
        .Block-EasyToManage{
            max-width:497px;
            width:calc(100% - 40px);
            margin-bottom:20px;
        }
    }
    .Block-EasyToManage .Pictos{
       display:flex;
       list-style:none;
       font-size:14px;
       color:#000;
       margin:0 auto;
       padding:0;
       max-width:1040px;
    }
    @media screen and (max-width:1023px){
        .Block-EasyToManage .Pictos{
          flex-direction:column;
          margin-top:20px;
        }
    }
    .Block-EasyToManage .Pictos li{
       padding:10px;
       margin:0;
       flex-basis:25%;
       position:relative;
    }
    @media screen and (max-width:1023px){
        .Block-EasyToManage .Pictos li{
        text-align:left;
        padding-left:55px;
        }
    }
    .Block-EasyToManage .Pictos li::before{
        content:" ";
        display:block;
        margin:0 auto;
        background-image:url(img/pictos.svg);
        background-position: top left;
        width:50px;
        height:50px;
        background-size: 400px 100px;
        background-repeat: no-repeat;
        transform:scale(1.2);
    }
    @media screen and (max-width:1023px){
        .Block-EasyToManage .Pictos li::before{
         position:absolute;
         top:0;
         left:0;
        }
    }
    .Block-EasyToManage .Pictos li:nth-child(1)::before{
        background-position: top -50px left -0px;
    }
    .Block-EasyToManage .Pictos li:nth-child(2)::before{
        background-position: top -50px left -50px;
    }
    .Block-EasyToManage .Pictos li:nth-child(3)::before{
        background-position: top -50px left -100px;
    }
    .Block-EasyToManage .Pictos li:nth-child(4)::before{
        background-position: top -50px left -150px;
    }
    .Block-EasyToManage .Pictos li:nth-child(5)::before{
        background-position: top -50px left -200px;
    }
    /*--------------------------------------------------------------------*/
    .Block-Routine{
        text-align:center;
        max-width:1170px;
        margin:0 auto;
        margin-top:30px;
    }
    .Block-Routine .Title{
       
    }
    .Block-Routine .Slider{
        width:100%;
        display:flex;
        justify-content: center;
        margin:30px auto;
        
    }
    @media screen and (max-width:761px){
        .Block-Routine .Slider{
            flex-wrap:wrap;
        }
    }
    .Block-Routine .Product{
        max-width:290px;
        text-align:center;
        flex-basis:25%;
        display:flex;
        flex-direction: column;
        background-image: url(img/stars.png);
        background-repeat:no-repeat;
        background-position: bottom  center;
        padding-bottom:20px;
     }
     @media screen and (max-width:761px){
        .Block-Routine .Product{
            flex-basis:50%;
        }
    }

     .Block-Routine .Product .Price {
        font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
        padding-bottom:10px;
     }
     .Block-Routine .ProductName {
        padding-top: 20px;
        /* white-space: nowrap; */
        font-size: 14px;
        flex: 1;
        padding-bottom:10px;
        font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
     }
    .Block-Routine .Packshot{
        max-width:206px;
        margin:0 auto;
    }
    .Block-Routine .Packshot img{
        max-width:100%;
        margin:0 auto;
    }
 

      /*--------------------------------------------------------------------*/
    .Block-FAQ{
        background-color:#FFF;
        max-width:1170px;
        margin:40px auto;
    }
    @media screen and (max-width:761px){
        .Block-FAQ{
            margin:40px 20px;
        }  
    }
    .Block-FAQ .Wrapper{
       margin:30px auto;
        max-width:770px;
        border-bottom:2px solid #eeeeee;
        text-align:left;
    }
    .Block-FAQ .QuestionTitle span{
        color:#be0f34;
        margin:0 10px;
    }
    .Block-FAQ .QuestionTitle{
        margin:0;
        font-size:14px;
        border-top:2px solid #eeeeee;
        /*min-height:50px;*/
        display:flex;
        justify-content: flex-start;
        align-items:flex-start;
        line-height:1.4em;
        font-weight:normal;
        position: relative;
        cursor:pointer;
        /*font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;*/
        padding-top:15px;
        padding-bottom:15px;
        padding-right:50px;
    }
    .Block-FAQ .QuestionTitle::after{
        content: "+";
        content:" ";
        background: url(img/bc_clarins_sprite.view.svg#svg-plus-gray-compact-fragment) center no-repeat;
        background-size: 24px 24px;

        width: 50px;
        height: 50px;
        right: 0;
        top: 0;
        color: #b0b0b0;
        font-size: 24px;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
        cursor: pointer;

        background-position: center center;
    }
    .Block-FAQ .QuestionTitle[data-open="1"]::after{
        content:"-";
        content:" ";
        background: url(img/bc_clarins_sprite.view.svg#svg-minus-gray-compact-fragment) center no-repeat;
        background-size: 24px 24px;

    }
    .Block-FAQ .QuestionText{
        margin:0;
        font-size:14px;
      /*  border-top:1px solid #eeeeee;*/
        text-align:left;
        padding:20px;
        box-sizing:border-box;
       display:none;
    }

    .Block-FAQ .QuestionTitle[data-open="1"]+.QuestionText{
       display:block;
    }
    /*--------------------------------------------------------------------*/
    .Block-Service{
        background-color:#eeeeee;
        display:flex;
        justify-content: center;
        align-items: flex-start;
        height:170px;
        padding-top:30px;

    }
    @media screen and (max-width:1023px){
        .Block-Service{
         flex-wrap:wrap;
         height:auto;
         padding:20px;
         justify-content: flex-start;

        }
    }
 
    .Block-Service .Title{
       flex-basis:40%;
       max-width:400px;
       text-align:left;
       margin:0;
       padding:20px;
       font-size:35px;
        
    }
    @media screen and (max-width:1023px){
        .Block-Service .Title{
            margin:0;
            padding:0px;
         flex-basis:100%;
         max-width:100%;
         font-size:30px;

        }
        .Block-Service .Title br{
            display:none;

        }
    }
    .Block-Service .Text{
       flex-basis:30%;
       max-width:310px;
       text-align:left;
       margin:0;
       padding:20px;
       font-size:14px;
       padding-left:50px;
       position:relative;
       box-sizing:border-box;
    }
    @media screen and (max-width:1023px){
        .Block-Service .Text{
            flex-basis:50%; padding-left:80px;
        }
    }
    @media screen and (max-width:761px){
        .Block-Service .Text{
            flex-basis:100%; padding-left:80px;
            padding-bottom:0;
        }
    }
    .Block-Service .Text::before{
        content:" ";
        display:block;
        margin:0 auto;
        background-image:url(img/pictos.svg);
        background-position: top -50px left -50px;
        width:50px;
        height:50px;
        background-size: 400px 100px;
        background-repeat: no-repeat;
        transform:scale(1.5);
        position:absolute;
        left:-10px;
        top:20px;
     }
     @media screen and (max-width:1023px){
        .Block-Service .Text::before{
            left:10px;
        }
    }
     .Block-Service .Text:last-child::before{
        background-position: top left -150px;
     }
    .Block-Service .Text a{
      color:#000;
      font-size:16px;
      font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
      text-decoration:underline;
      line-height:24px;
     }