#wrapper.pt_content,
#wrapper.pt_category-wide .site-width-slot {
    max-width: 100%;
}

.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: #BE1034;
	display: inline-block;
	color: #fff;
	padding: 25px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	border: 2px solid #BE1034;
}
@media screen and (max-width:761px){
    .MyContent .BtnLink a, .MyContent .BtnLink span  {
        font-size: 14px;
        padding: 15px 20px;
    }
}
.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-color: #FBEA92;
        background-image: url(../img/header_pc.gif);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center left 10%;
        padding: 50px;
        width:100%;
        height: 440px;
        display:flex;
        align-items: center;
        position:relative;
        box-sizing: border-box;
    }
    @media screen and (max-width:1023px){
    }
    @media screen and (max-width:761px){
        .Block-Header{
            background-image: url(../img/header_sp.gif);
            height:auto;
            padding: 20px 15px 65vw;
            background-position: bottom center;
            background-size:100% auto;
            display:block;
        }
    }
    .Block-Header .Wrapper{
        position:absolute;
        max-width:585px;
        left:75%;
        top:50%;
        transform:translate(-50%,-50%) ;
        text-align:center;
        width:50%;
    }
    @media screen and (max-width:761px){
        .Block-Header .Wrapper{
            position: static;
            transform: none;
            width: 100%;
        }
    }
    .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 .icon {
        display: block;
        width: 240px;
        height: 100px;
        margin: 30px auto;
        background: no-repeat center / contain url(../img/header_icon.svg);
    }
    .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-Header .Wrapper .memo {
        font-size: 12px;
    }

    /*--------------------------------------------------------------------*/

    /*--------------------------------------------------------------------*/

    .Block-Benefits {
        padding: 125px 20px 100px;
        background-color: #FFFBE5;
    }
    .Block-Benefits .Title {
        text-align: center;
        font-size: 34px;
    }
    .Block-Benefits .Title span {
        display: inline-block;
        padding-bottom: 25px;
        border-bottom: 6px solid #D60029;
    }
    .Block-Benefits .Merit {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        max-width: 1020px;
        padding: 0 40px;
        margin: 60px auto 80px;
        gap: 40px 5%;
        box-sizing: border-box;
    }
    .Block-Benefits .Merit li {
        width: 47.5%;
        border-radius: 25px;
        background-color: #fff;
        padding: 40px 15px;
        box-sizing: border-box;
    }
    .Block-Benefits .Merit li .no {
        display: inline-block;
        padding-bottom: 5px;
        margin: 0 auto ;
        font-size: 22px;
        border-bottom: 1px solid #000;
    }
    .Block-Benefits .Merit li .no span{
        font-size: 30px;
    }
    .Block-Benefits .Merit li .icon--1 {
        width: 168px;
        height: 70px;
        margin: 50px auto 70px;
        background: no-repeat center / contain url(../img/merit_1.svg);
    }
    .Block-Benefits .Merit li .icon--2 {
        width: 90px;
        height: 82px;
        margin: 30px auto 25px;
        background: no-repeat center / contain url(../img/merit_2.svg);
    }
    .Block-Benefits .Merit li .icon--3 {
        width: 78px;
        height: 48px;
        margin: 45px auto 45px;
        background: no-repeat center / contain url(../img/merit_3.svg);
    }
    .Block-Benefits .Merit li .icon--4 {
        width: 95px;
        height: 78px;
        margin: 25px auto 30px;
        background: no-repeat center / contain url(../img/merit_4.svg);
    }
    .Block-Benefits .Merit li .txt {
        font-size: 18px;
        line-height: 1.8;
        margin: 0;
    }
    .Block-Benefits .Merit li .txt b {
        display: inline-block;
        line-height: 2;
        margin-bottom:10px;
    }
    .Block-Benefits .Merit li .txt .red {
        color: #D60029
    }
    .Block-Benefits .Merit li .txt .f20 {
        font-size: 20px;
    }
    .Block-Benefits .Merit li .txt .f26 {
        font-size: 26px;
    }
    .Block-Benefits .Merit li .txt small {
        display: inline-block;
        line-height: 2;
        font-size: 12px;
        margin-top:15px;
    }
    @media screen and (max-width:761px){
        .Block-Benefits {
            padding: 80px 15px;
        }
        .Block-Benefits .Merit {
            padding: 0;
            margin-bottom: 40px;
        }
        .Block-Benefits .Merit li {
            width: 100%;
            padding: 25px 15px;
        }
        .Block-Benefits .Merit li .icon--1 {
            width: 150px;
            height: 90px;
            margin: 30px auto;
        }
        .Block-Benefits .Merit li .icon--2 {
            width: 74px;
            height: 68px;
            margin: 30px auto 20px;
        }
        .Block-Benefits .Merit li .icon--3 {
            width: 64px;
            height: 40px;
            margin: 30px auto 25px;
        }
        .Block-Benefits .Merit li .icon--4 {
            width: 78px;
            height: 64px;
            margin: 25px auto 25px;
        }
        .Block-Benefits .Merit li .txt {
            font-size: 16px;
        }
    }

    




    /*--------------------------------------------------------------------*/

    /*--------------------------------------------------------------------*/
    .Block-HowItWorks {
        position: relative;
        padding: 125px 20px 100px;
    }
    .Block-HowItWorks .Title {
        text-align: center;
        font-size: 34px;
    }
    .Block-HowItWorks .Title span {
        display: inline-block;
        padding-bottom: 25px;
        border-bottom: 6px solid #D60029;
    }
    .Block-HowItWorks:before {
        content: "";
        position: absolute;
        top: -50px;
        left: 65%;
        display: block;
        width: 94px;
        height: 144px;
        background: no-repeat center / contain url(../img/heart.svg);
    }
    @media screen and (max-width:761px){
        .Block-HowItWorks {
            padding: 80px 15px;
        }
        .Block-HowItWorks:before {
            top: -20px;
            width: 50px;;
            height: 75px;
        }
    }
    .Block-HowItWorks .flow {
        display:flex;
        max-width: 1020px;
        margin: 100px auto;
    }
    .Block-HowItWorks .flow .Visual{
        content:" ";
        display:block;
        margin:0 auto;
        background-position: center center;
        flex-basis:50%;
        padding-bottom: 35%;
        border-radius: 25px;
        box-shadow: 0 3px 30px rgba(0,0,0,.15);
        background-size:cover;
        background-repeat: no-repeat;
    }
    .Block-HowItWorks .flow .Wrapper {
        position: relative;
        flex-basis:50%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .Block-HowItWorks .flow .Wrapper:before {
        content: "";
        position: absolute;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .Block-HowItWorks .flow--1 .Wrapper:before {
        top: 50%;
        left: 0;
        width: 200px;
        height: 125px;
        transform: translate(-50%,-50%);
        background-image:url(../img/flow_1_arrow.svg);
    }
    .Block-HowItWorks .flow--1 .Visual{
        background-image:url(../img/flow_1.jpg);
    }
    .Block-HowItWorks .flow--1 .Wrapper{
        padding-left: 100px;
    }
    .Block-HowItWorks .flow--2 .Wrapper:before {
        top: 77%;
        left: 85%;
        width: 215px;
        height: 65px;
        transform: translate(-50%,-50%);
        background-image:url(../img/flow_2_arrow.svg);
    }
    .Block-HowItWorks .flow--2 .Visual{
        order: 1;
        background-image:url(../img/flow_2.jpg);
    }
    .Block-HowItWorks .flow--2 .Wrapper{
        padding-right: 100px;
    }
    .Block-HowItWorks .flow--3 .Wrapper:before {
        top: 72%;
        left: -10%;
        width: 268px;
        height: 70px;
        transform: translate(-50%,-50%);
        background-image:url(../img/flow_3_arrow.svg);
    }
    .Block-HowItWorks .flow--3 .Visual{
        background-image:url(../img/flow_3.jpg);
    }
    .Block-HowItWorks .flow--3 .Wrapper{
        padding-left: 100px;
    }
    .Block-HowItWorks .flow .no {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        font-size: 36px;
        color: #fff;
        background-color: #D60029;
        border-radius: 100%;
        margin: 0;
    }
    .Block-HowItWorks .flow .txt {
        text-align: left;
        font-size: 18px;
        line-height: 1.8;
    }
    .Block-HowItWorks .flow .txt small {
        font-size: 12px;
    }
    @media screen and (max-width:761px){
        .Block-HowItWorks .flow {
            display: block;
        }
        .Block-HowItWorks .flow .Visual {
            padding-bottom: 67%;
        }
        .Block-HowItWorks .flow--1 .Wrapper,
        .Block-HowItWorks .flow--2 .Wrapper,
        .Block-HowItWorks .flow--3 .Wrapper {
            padding: 0;;
        }
        .Block-HowItWorks .flow .Wrapper {
            margin-top: 40px;
            align-items: center;
        }
        .Block-HowItWorks .flow--1 .Wrapper:before {
            top: auto;
            left: 30%;
            bottom: 100%;
            width: 15vw;
            height: 30vw;
            background-image: url(../img/flow_1_arrow_sp.svg);
            transform: none;
        }
        .Block-HowItWorks .flow--2 .Wrapper:before {
            top: auto;
            left: auto;
            right: 30%;
            bottom: 100%;
            width: 15vw;
            height: 30vw;
            background-image: url(../img/flow_2_arrow_sp.svg);
            transform: none;
        }
        .Block-HowItWorks .flow--3 .Wrapper:before {
            top: auto;
            left: 25%;
            bottom: 100%;
            width: 20vw;
            height: 20vw;
            background-image: url(../img/flow_3_arrow_sp.svg);
            transform: none;
        }

        .Block-HowItWorks .flow .txt {
            text-align: center;
            font-size: 16px;
        }
    }
    
    .Block-HowItWorks .box {
        position: relative;
        display:flex;
        max-width:1170px;
        margin: 300px auto 0;
        border:#eeeeee solid 8px;
        min-height:500px;
    }
    .Block-HowItWorks .box:before {
        content: "";
        position: absolute;
        top: -50px;
        left: 10%;
        display: block;
        width: 68px;
        height: 102px;
        background: no-repeat center / contain url(../img/heart.svg);
        transform:rotateY(-180deg);
    }
    @media screen and (max-width:1023px){
        .Block-HowItWorks .box {
            width: 100%;
            max-width:457px;
            flex-direction:column;
            padding-bottom:20px;
            box-sizing: border-box;
        }
        .Block-HowItWorks .box:before {
            left: 25%;
            top: -35px;
            width: 50px;
            height: 75px;

        }
    }
    @media screen and (max-width:761px){
        .Block-HowItWorks .box {
            margin-top: 100px;
        }
    }
 
    .Block-HowItWorks .box .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 .box .Visual{
            flex-basis:300px;
             background-position: top 0px center;
             width:100%;
             margin-bottom:20px;
        }
    }
    .Block-HowItWorks .box .Wrapper{
        flex-basis:50%;
        display: flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .Block-HowItWorks .box .Text{
        margin:0 auto 10px;;
        text-align:left;
        max-width:430px;
        padding:0 20px;
        line-height: 2;
        font-size: 20px;
        font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
    }
    .Block-HowItWorks .box .Mentions{
        font-size:11px;
      /*  opacity:0.5;*/
        padding:0px;
        margin: 50px auto 0;
        line-height:1.2em;
    }
    @media screen and (max-width:761px){
        .Block-HowItWorks .box .Text {
            font-size: 18px;
        }
        .Block-HowItWorks .box .Mentions {
            line-height: 1.6;
            max-width: 80%;
        }
    }




    /*--------------------------------------------------------------------*/

    /*--------------------------------------------------------------------*/
    .Block-EasyToManage {
        position: relative;
        padding: 125px 20px 100px;
        background-color: #FFFBE5;
    }
    .Block-EasyToManage:before {
        content: "";
        position: absolute;
        top: -50px;
        left: 65%;
        display: block;
        width: 60px;
        height: 96px;
        background: no-repeat center / contain url(../img/heart.svg);
    }
    .Block-EasyToManage .Title {
        text-align: center;
        font-size: 34px;
    }
    .Block-EasyToManage .Title span {
        display: inline-block;
        padding-bottom: 25px;
        border-bottom: 6px solid #D60029;
    }
    .Block-EasyToManage .Point {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        max-width: 1020px;
        padding: 0 40px;
        margin: 60px auto 80px;
        gap: 40px 5%;
        box-sizing: border-box;
    }
    .Block-EasyToManage .Point li {
        width: 47.5%;
        border-radius: 25px;
        background-color: #fff;
        padding: 40px 15px;
        box-sizing: border-box;
    }
    .Block-EasyToManage .Point li .no {
        display: inline-block;
        padding-bottom: 5px;
        margin: 0 auto ;
        font-size: 22px;
        border-bottom: 1px solid #000;
    }
    .Block-EasyToManage .Point li .no span{
        font-size: 30px;
    }
    .Block-EasyToManage .Point li .icon--1 {
        width: 72px;
        height: 72px;
        margin: 25px auto 30px;
        background: no-repeat center / contain url(../img/point_1.svg);
    }
    .Block-EasyToManage .Point li .icon--2 {
        width: 74px;
        height: 53px;
        margin: 35px auto 30px;
        background: no-repeat center / contain url(../img/point_2.svg);
    }
    .Block-EasyToManage .Point li .icon--3 {
        width: 78px;
        height: 52px;
        margin: 35px auto 30px;
        background: no-repeat center / contain url(../img/point_3.svg);
    }
    .Block-EasyToManage .Point li .icon--4 {
        width: 84px;
        height: 62px;
        margin: 35px auto;
        background: no-repeat center / contain url(../img/point_4.svg);
    }
    .Block-EasyToManage .Point li .title {
        font-size: 20px;
        font-weight: bold;
        color: #D60029;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .Block-EasyToManage .Point li .txt {
        font-size: 18px;
        line-height: 1.8;
        margin: 0;
    }
    .Block-EasyToManage .Point li .txt b {
        display: inline-block;
        line-height: 2;
        margin-bottom:10px;
    }
    .Block-EasyToManage .Point li .txt .red {
        color: #D60029
    }
    .Block-EasyToManage .Point li .txt .f20 {
        font-size: 20px;
    }
    .Block-EasyToManage .Point li .txt .f26 {
        font-size: 26px;
    }
    .Block-EasyToManage .Point li .txt small {
        display: inline-block;
        line-height: 2;
        font-size: 12px;
        margin-top:15px;
    }
    @media screen and (max-width:761px){
        .Block-EasyToManage {
            padding: 80px 15px;
        }
        .Block-EasyToManage .Point {
            padding: 0;
            margin-bottom: 40px;
        }
        .Block-EasyToManage .Point li {
            width: 100%;
            padding: 25px 15px;
        }
        .Block-EasyToManage .Point li .icon--1 {
            width: 60px;
            height: 60px;
            margin: 25px auto 30px;
        }
        .Block-EasyToManage .Point li .icon--2 {
            width: 62px;
            height: 44px;
            margin: 30px auto 30px;
        }
        .Block-EasyToManage .Point li .icon--3 {
            width: 65px;
            height: 44px;
            margin: 30px auto 30px;
        }
        .Block-EasyToManage .Point li .icon--4 {
            width: 70px;
            height: 52px;
            margin: 30px auto 30px;
        }
        .Block-EasyToManage .Point li .txt {
            font-size: 16px;
        }
    }





    /*--------------------------------------------------------------------*/
    .Block-Routine{
        position: relative;
        text-align:center;
        margin:0 auto;
        padding: 120px 20px;
    }
    .Block-Routine:before {
        content: "";
        position: absolute;
        top: -50px;
        right: 78%;
        display: block;
        width: 90px;
        height: 130px;
        background: no-repeat center / contain url(../img/heart.svg);
        transform: rotateY(-180deg);
    }
    @media screen and (max-width:761px){
        .Block-Routine {
            padding: 80px 15px;
        }
        .Block-Routine:before {
            top: -35px;
            right: 65%;
            width: 60px;
            height: 85px;
        }
    }
    .Block-Routine .Title{
       
    }
    .Block-Routine .swiper {
        max-width: 900px;
        margin: 80px auto;
    }
    .Block-Routine .swiper-slide {
        width: 180px;
        height: auto;
    }
    .Block-Routine .swiper-pagination {
        position: static;
        margin-top: 20px;
    }
    .Block-Routine .swiper-pagination-bullet-active {
        background-color: #000;
    }
    .Block-Routine .swiper-button-prev:after {
        content: "";
        width: 15px;
        height: 15px;
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        background: none;
        transform: rotate(45deg);
    }
    .Block-Routine .swiper-button-next:after {
        content: "";
        width: 15px;
        height: 15px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        background: none;
        transform: rotate(-45deg);
    }
    .Block-Routine .Product{
        text-align:center;
        height: 100%;
        display:flex;
        flex-direction: column;
        background-repeat:no-repeat;
        background-position: bottom  center;
     }
     @media screen and (max-width:761px){
        .Block-Routine .Product{
            flex-basis:50%;
        }
    }

     .Block-Routine .Product .Price {
        display: none;
        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-Routine .Star {
        display: block;
        width: 68px;
        height: 14px;
        margin: 10px auto;
        background: no-repeat center / contain url(../img/stars.png);

    }
    .Block-Routine .Btn {
        display: block;
        margin: 0 20px;
        font-size: 10px;
        padding: 15px;
        color: #fff;
        text-decoration: none;
        background-color: #BE1034;
    }
 

      /*--------------------------------------------------------------------*/
    .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;
     }