#YTcontent {
    position: relative;
    background-color: #FFF;
    display: block !important;
    color: #FFF;
}

#YTvideobox .L,
#YTvideobox .R {
    width: 20px;
    background-color: #fff;
    background-image: none;
}

#YTvideobox .T,
#YTvideobox .B {
    height: 20px;
    background-color: #fff;
    background-image: none;
}

#YTvideobox .LT,
#YTvideobox .RT,
#YTvideobox .LB,
#YTvideobox .RB {
    height: 20px;
    width: 20px;
    background-color: #fff;
    background-image: none;
}

#ytapiplayer_lightbox {
    width: 800px;
    height: 460px;
}

@media only screen and (max-width:1023px) {
    #ytapiplayer_lightbox {
        width: calc(100vw - 40px);
        height: calc(61vw - 40px);
    }
}

#YTCloseBtn {
    margin: 0;
}

.breadcrumb {
    display: none;
}

#main:not(.main-homepage) {
    margin-top: 0px;
}

.MyContent {
    width: 100%;
    display: block;
    position: relative;
    max-width: 1250px;
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    color: #000;
    text-align: center;
    padding-top: 62px;
    padding-bottom: 76px;
}

.TextVideo {
    display: none;
}

.VideoLighboxTitle {
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Gotham Cond A", "Gotham Cond B";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

@media only screen and (max-width:1249px) {
    .MyContent {
        overflow: hidden;
    }
}

.MyContent .TextLink {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.MyContent .TextLink a {
    text-decoration: none;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
    line-height: 1em;
}


/*-------------------------------------------*/

#MY-CLARINS-HEADER {
    background-color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER {
        z-index: 200;
    }
}

#MY-CLARINS-HEADER.Sticky {
    position: fixed;
    z-index: 100;
    top: 61px;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER.Sticky {
        top: 40px;
    }
}

#MY-CLARINS-HEADER .Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    height: 62px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER .Wrapper {
        display: block;
        margin: 20px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

#MY-CLARINS-HEADER .Logo {
    padding-left: 10px;
    padding-right: 40px;
}

@media only screen and (max-width:1024px) {
    #MY-CLARINS-HEADER .Logo {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER .Logo {
        padding-left: 0px;
        padding-right: 0px;
        background-image: url(img/open-sticky-header.png);
        background-repeat: no-repeat;
        background-position: right center;
        cursor: pointer;
        padding-top: 8px;
    }
    #MY-CLARINS-HEADER .Wrapper.Opened .Logo {
        background-image: url(img/close-sticky-header.png);
    }
}

#MY-CLARINS-HEADER .Logo img {
    height: 62px;
    display: block;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER .Logo img {
        width: 150px;
        height: auto;
    }
}

#MY-CLARINS-HEADER ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER ul {
        height: 1px;
        display: block;
        border-top: 2px solid #e5e5e5;
        overflow: hidden;
    }
    #MY-CLARINS-HEADER .Wrapper.Opened ul {
        height: auto;
    }
}

#MY-CLARINS-HEADER ul li {
    padding: 0;
    margin: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER ul li {
        text-align: center;
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
        margin: 0px;
        background-color: #FFF;
        border-bottom: 2px solid #e5e5e5;
        display: block;
    }
}

#MY-CLARINS-HEADER ul li a {
    font-family: "Gotham Cond A", "Gotham Cond B";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    line-height: 1em;
}

#MY-CLARINS-HEADER ul li:last-child {
    white-space: nowrap;
}

#MY-CLARINS-HEADER ul li a img {
    width: 40px;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-HEADER ul li a {
        font-size: 20px;
        display: block;
        text-align: center;
    }
    #MY-CLARINS-HEADER ul li:last-child a {
        display: inline-block;
    }
}


/*-------------------------------------------*/

#MY-CLARINS-FOOTER {
    background-color: #afe8f3;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 76px;
    width: 100%;
}

@media only screen and (min-width:1250px) {
    #MY-CLARINS-FOOTER {
        width: calc(100vw - 40px);
        margin-left: calc(625px - 50vw + 20px);
    }
}

#MY-CLARINS-FOOTER.Sticky {
    width: 100%;
    position: fixed;
    z-index: 100;
    margin-left: 0;
}

#MY-CLARINS-FOOTER .Wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#MY-CLARINS-FOOTER .Visual {
    margin: 0;
    display: block;
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-FOOTER .Visual {
        max-width: auto;
        margin-right: 20px;
    }
}

@media only screen and (max-width:360px) {
    #MY-CLARINS-FOOTER .Visual {
        max-width: 130px;
    }
}

#MY-CLARINS-FOOTER .Visual img {
    height: 76px;
    display: block;
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-FOOTER .Visual img {
        height: 65px;
        display: block;
    }
}

@media only screen and (max-width:360px) {
    #MY-CLARINS-FOOTER .Visual img {
        height: auto;
        width: 130px;
    }
}

#MY-CLARINS-FOOTER .BtnLink {
    margin: 0;
    padding-top: 0;
    width: 277px;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-FOOTER .BtnLink {
        width: 177px;
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-FOOTER .BtnLink {
        width: auto;
    }
    #MY-CLARINS-FOOTER .BtnLink a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#MY-CLARINS-FOOTER .Text {
    margin: 0;
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-family: "Gotham Cond A", "Gotham Cond B";
    font-style: normal;
    font-weight: 400;
    color: #000;
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-FOOTER .Text {
        display: none;
    }
}


/*-------------------------------------------*/

.HeaderContent {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: url(img/header-ingredient-left.jpg), url(img/header-ingredient-right.jpg);
    background-position: top right calc(50% + 560px), top left calc(50% + 430px);
    background-repeat: no-repeat, no-repeat;
    position: relative;
}

#MYCLARINS-PRINCIPE {
    position: relative;
}

#MYCLARINS-PRINCIPE::after {
    content: " ";
    width: 152px;
    height: 214px;
    background-image: url(img/header-deco.png);
    position: absolute;
    top: -160px;
    right: calc(50% + 30px);
}

@media only screen and (max-width:1023px) {
    #MYCLARINS-PRINCIPE::after {
        width: 110px;
        height: 164px;
        top: -130px;
        right: calc(50% + 30px);
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width:761px) {
    #MYCLARINS-PRINCIPE::after {
        width: 100px;
        height: 144px;
        top: -120px;
        right: calc(50% + 50px);
    }
}

@media only screen and (min-width:1250px) {
    .HeaderContent {
        width: calc(100vw - 40px);
        margin-left: calc(625px - 50vw + 20px);
    }
}

@media only screen and (max-width:1170px) {
    .HeaderContent {
        background-position: top right calc(50% + 420px), top left calc(50% + 430px);
    }
}

@media only screen and (max-width:1023px) {
    .HeaderContent {
        background-position: top right calc(50% + 280px), top left calc(50% + 300px);
        background-size: 200px auto, 300px auto;
    }
}

@media only screen and (max-width:761px) {
    .HeaderContent {
        background-position: top right calc(50% + 160px), top left calc(50% + 150px);
        overflow: hidden;
        background-size: 130px auto, 160px auto;
    }
}

.HeaderContent .Title {
    color: #fa364a;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 10px;
    line-height: 1em;
}

@media only screen and (max-width:1023px) {
    .HeaderContent .Title {
        padding-top: 60px;
        font-size: 50px;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
    }
}

@media only screen and (max-width:761px) {
    .HeaderContent .Title {
        padding-top: 60px;
        font-size: 40px;
        margin-left: auto;
        margin-right: auto;
        max-width: 230px;
    }
}

.HeaderContent img {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media only screen and (max-width:761px) {
    .HeaderContent img {
        margin-left: -15vw;
        max-width: 130vw;
        width: 130vw;
    }
}


/*----------------------------------*/

.MyContent .BtnLink {
    margin: 0;
    padding: 0;
    font-size: 0;
    padding-top: 15px;
}

.MyContent .BtnLink a {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    position: relative;
    background-color: #000;
    padding: 18px 30px;
    display: inline-block;
    line-height: 14px;
}


/*----------------------------------*/

.BoxContentMyClarins {
    max-width: 1024px;
    padding: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFF;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
    position: relative;
}

@media only screen and (max-width:1023px) {
    .BoxContentMyClarins {
        padding: 30px;
    }
}

@media only screen and (max-width:761px) {
    .BoxContentMyClarins {
        max-width: 335px;
        padding: 30px;
    }
}

.BoxContentMyClarins.Green {
    background-color: #19d4c6;
}

.BoxContentMyClarins.Pink {
    background-color: #fa364a;
}

.BoxContentMyClarins .Title {
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 1em;
}

.BoxContentMyClarins.White .Title {
    color: #19d4c6;
}

@media only screen and (max-width:761px) {
    .BoxContentMyClarins .Title {
        font-size: 40px;
    }
}

.BoxContentMyClarins .Text {
    color: #FFF;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.04em;
    padding-top: 15px;
}

.BoxContentMyClarins.White .Text {
    color: #000;
}

.BoxContentMyClarins.White .TextLink a {
    color: #000;
    border-bottom: 1px solid #000;
}


/*----------------------------------*/

.BoxContentMyClarins .Ingredients .IngredientPopin {
    margin: 0;
    padding: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.BoxContentMyClarins .Ingredients .IngredientPopin a {
    text-decoration: none;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    line-height: 1em;
}


/*----------------------------------*/

.Products {
    max-width: 727px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    font-family: MoonFlowerBold;
    margin-bottom: 40px;
}

@media only screen and (max-width:1170px) {
    .Products {
        max-width: 600px;
    }
}

@media only screen and (max-width:1023px) {
    .Products {
        transform: scale(0.8) translateX(-50px);
    }
}

@media only screen and (max-width:761px) {
    .Products {
        transform: none;
        max-width: 320px;
        font-size: 0;
        padding-bottom: 40px;
        height: 650px;
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        justify-content: center;
        align-items: flex-end;
    }
}

.Products img {
    display: block;
    position: relative;
    max-width: 100%;
}

.Products .Picto {
    display: inline-block;
    position: absolute;
    width: 170px;
    height: 170px;
    top: 85px;
    left: calc(50% + 273px);
    z-index: 2;
}

@media only screen and (max-width:1023px) {
    .Products .Picto {
        display: inline-block;
        position: absolute;
        width: 180px;
        height: 180px;
        /* top: 20px; */
        left: calc(50% + 250px);
        z-index: 2;
    }
}

@media only screen and (max-width:761px) {
    .Products .Picto {
        display: inline-block;
        position: absolute;
        width: 120px;
        height: 120px;
        top: 0px;
        left: calc(50% - 170px);
        z-index: 2;
    }
}

.Products .Packshots {
    display: inline-block;
    position: relative;
    margin-top: -36px;
    transform: translateX(8%);
}

@media only screen and (max-width:1170px) {
    .Products .Packshots {
        margin-top: -26px;
    }
}

@media only screen and (max-width:1023px) {
    .Products .Packshots {
        margin-top: 36px;
    }
}

@media only screen and (max-width:761px) {
    .Products .Packshots {
        margin-top: -25px;
    }
}

.Product-Block {
    font-size: 24px;
    position: absolute;
    font-family: 'MoonFlowerBold';
}

@media only screen and (max-width:761px) {
    .Product-Block {
        position: relative;
        width: auto!important;
        left: auto!important;
        right: auto!important;
        top: auto!important;
        bottom: auto!important;
        margin: 0!important;
        display: inline-block!important;
        flex-basis: 50%!important;
        padding: 10px!important;
        box-sizing: border-box;
        text-align: center !important;
    }
}

.Product-Block .Num {
    font-size: 93px;
    color: #f73449;
    padding: 0;
    margin: 0;
    line-height: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
}

.Product-Block .Num sup {
    line-height: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

.Product-Block .Text {
    padding: 0;
    margin: 0;
    line-height: 1em;
}

.Product-Block .Mentions {
    font-size: 11px;
    position: absolute;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 1.1em;
}

@media only screen and (max-width:761px) {
    .Product-Block .Mentions {
        position: relative;
    }
}

.Product-Block:after {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(img/packshots-arrow.png);
    background-size: 100% auto;
}

@media only screen and (max-width:761px) {
    .Product-Block:after {
        display: none!important;
    }
}

#Block-1 {
    top: 5%;
    right: 88%;
    text-align: left;
    width: 150px;
}

#Block-1:after {
    bottom: -65px;
    left: 35%;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

#Block-2 {
    bottom: 0%;
    right: 80%;
    text-align: left;
    width: 180px;
}

#Block-2:after {
    bottom: 110%;
    right: 5%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#Block-3 {
    top: 50%;
    left: 92%;
    text-align: left;
    width: 130px;
}

#Block-3:after {
    top: 100%;
    left: -10%;
    -webkit-transform: scale(-1, 1) rotate(70deg);
    transform: scale(-1, 1) rotate(70deg);
}

#Block-4 {
    top: 61%;
    left: 95%;
    text-align: left;
    width: 180px;
    padding-left: 60px;
}

#Block-4:after {
    top: 30%;
    left: 0;
    -webkit-transform: scale(-1, 1) rotate(65deg);
    transform: scale(-1, 1) rotate(65deg);
}

#Block-5 {
    top: 91%;
    left: 88%;
    text-align: left;
    width: 180px;
}

#Block-5:after {
    top: -20%;
    right: 110%;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}


/*----------------------------------*/

.Video {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

.Video .GirlSays {
    width: 556px;
    height: 349px;
    background-image: url(img/girl.png);
    margin: 0;
    padding-left: 40px;
    padding-top: 140px;
    box-sizing: border-box;
    margin-top: -165px;
    z-index: 2;
    position: relative;
    margin-left: auto;
    font-family: MoonFlowerBold;
    color: #fff;
    font-size: 40px;
    padding-right: 325px;
    padding-bottom: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
    pointer-events: none;
}

@media only screen and (max-width:761px) {
    .Video .GirlSays {
        width: 130vw;
        margin: 0;
        padding: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin-top: -15vw;
        padding-top: 32vw;
        line-height: 10vw;
        height: 80vw;
        padding-left: 5vw;
        padding-right: 75vw;
        font-size: 11vw;
        padding-bottom: 20vw;
    }
}

.Video .GirlSays span {}


/*----------------------------------*/

#MYCLARINS-BEAUTY-STORY {
    margin-top: 50px;
}

@media only screen and (max-width:761px) {
    #MYCLARINS-BEAUTY-STORY {
        padding: 15px;
    }
}


/*----------------------------------*/

.MyContent .VideoLink {
    text-align: center;
    margin: 0;
    z-index: 1;
    position: relative;
}

.MyContent .VideoLink a {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.MyContent .VideoLink a img {
    display: block;
    position: relative;
    max-width: 100%;
}

.MyContent .VideoLink a:after {
    content: " ";
    position: absolute;
    display: block;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-image: url("img/video-play.png");
    background-repeat: no-repeat;
}


/*----------------------------------*/

.BeautyRoutine {
    background-color: #f73449;
    overflow-y: hidden;
    position: relative;
    padding-bottom: 80px;
}

@media only screen and (min-width:1250px) {
    .BeautyRoutine {
        width: calc(100vw - 20px);
        margin-left: calc(625px - 50vw + 10px);
    }
}

@media only screen and (max-width:1249px) {
    .BeautyRoutine {
        padding-bottom: 40px;
    }
}

.BeautyRoutine:before {
    content: " ";
    background-color: #FFF;
    width: 1250px;
    height: 1250px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media only screen and (max-width:1249px) {
    .BeautyRoutine:before {
        width: 100vw;
        height: 100vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0vw;
    }
}

@media only screen and (max-width:1023px) {
    .BeautyRoutine::before {
        width: 760px;
        height: 760px;
        -webkit-transform: translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
    }
}

@media only screen and (max-width:761px) {
    .BeautyRoutine::before {
        width: 560px;
        height: 560px;
        -webkit-transform: translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        left: 50%;
    }
}

.BeautyRoutine .jcarousel li {
    border: 0px solid;
}

.BeautyRoutine .jcarousel {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width:1023px) {
    .BeautyRoutine .jcarousel {
        max-width: 600px;
    }
}

.BeautyRoutine .products-pagination.jcarousel-control-next,
.BeautyRoutine .products-pagination.jcarousel-control-prev {
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    top: calc(50% - 35px);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.BeautyRoutine .products-pagination.jcarousel-control-prev {
    background-image: url(img/prev.png);
}

.BeautyRoutine .products-pagination.jcarousel-control-next {
    background-image: url(img/next.png);
}

@media only screen and (min-width:1250px) {
    .BeautyRoutine .products-pagination.jcarousel-control-prev {
        left: calc(50% - 600px);
    }
    .BeautyRoutine .products-pagination.jcarousel-control-next {
        right: calc(50% - 600px);
    }
}

@media only screen and (max-width:1023px) {
    .BeautyRoutine .jcarousel .ProductWrapper {
        padding: 0;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .BeautyRoutine .jcarousel .ProductWrapper .BtnLink {
        padding-top: 0;
    }
}

@media only screen and (max-width:1249px) {
    .BeautyRoutine {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width:1023px) {
    .BeautyRoutine {
        width: 100%;
        margin-left: 0;
        height: 540px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.BeautyRoutine .Packshot {
    position: relative;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 0;
}

.BeautyRoutine .Packshot img {
    display: inline-block!important;
    float: none!important;
    max-width: 100%;
}

@media only screen and (max-width:1023px) {
    .BeautyRoutine .Packshot img {
        display: inline-block !important;
        float: none !important;
        max-width: 275px;
        margin-top: 38px;
    }
}

.BeautyRoutine .ProductName {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 600;
}

.BeautyRoutine .ProductDescription {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
}

.BeautyRoutine .jcarousel-pagination {
    display: none;
}

.BeautyRoutine .products-pagination.jcarousel-control-next,
.BeautyRoutine .products-pagination.jcarousel-control-prev {
    top: calc(50% - 35px);
}

@media only screen and (max-width:761px) {
    .BeautyRoutine .products-pagination.jcarousel-control-next,
    .BeautyRoutine .products-pagination.jcarousel-control-prev {
        top: calc(50% - 35px);
        display: block;
    }
}


/*----------------------------------*/

#MYCLARINS-MAKEUP {
    position: relative;
    padding-top: 125px;
    padding-bottom: 160px;
    max-width: 1024px;
    margin: 0 auto;
}

#MYCLARINS-MAKEUP span {
    display: inline-block;
}

@media only screen and (max-width:1023px) {
    #MYCLARINS-MAKEUP {
        padding-bottom: 130px;
    }
}

@media only screen and (max-width:761px) {
    #MYCLARINS-MAKEUP {
        padding-bottom: 300px;
        padding-top: 20px;
    }
}

#MYCLARINS-MAKEUP::before {
    content: " ";
    background-image: url(img/makeup-block.png);
    width: 413px;
    height: 521px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 2;
}

@media only screen and (max-width:1023px) {
    #MYCLARINS-MAKEUP::before {
        background-size: 100% auto;
        width: 320px;
        background-repeat: no-repeat;
        left: 20px;
        top: 50px;
    }
}

@media only screen and (max-width:761px) {
    #MYCLARINS-MAKEUP::before {
        background-size: 260px auto;
        width: calc(100% - 40px);
        background-repeat: no-repeat;
        background-position: top center;
        top: auto;
        bottom: 10px;
        height: 300px;
    }
}

#MYCLARINS-MAKEUP .BoxContentMyClarins {
    background-color: #98e2ed;
    width: calc(100% - 380px);
    position: relative;
    z-index: 1;
    margin-right: 70px;
}

@media only screen and (max-width:1023px) {
    #MYCLARINS-MAKEUP .BoxContentMyClarins {
        width: calc(100% - 350px);
        position: relative;
        margin-right: 60px;
        ;
    }
}

@media only screen and (max-width:761px) {
    #MYCLARINS-MAKEUP .BoxContentMyClarins {
        width: auto;
        margin: 0 20px;
    }
}


/*----------------------------------*/

@media only screen and (max-width:1023px) {
    #MYCLARINS-NATURE .BoxContentMyClarins .Text {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:761px) {
    #MYCLARINS-NATURE .BoxContentMyClarins {
        margin-top: 40px;
    }
}


/*----------------------------------*/

@media only screen and (max-width:1023px) {
    .Ingredients {
        overflow: hidden;
    }
    .Ingredients-Pano-1,
    .Ingredients-Pano-2 {}
}

@media only screen and (max-width:761px) {
    .Ingredients-Pano-1,
    .Ingredients-Pano-2 {
        height: 1018px;
    }
}

#DESKTOP-INGREDIENTS .Mentions {
    display: block;
    margin: 0;
    position: absolute;
    font-size: 11px;
    bottom: 10px;
    left: 10px;
}

.Ingredients-In-Out {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    margin-top: -50px;
}

@media only screen and (max-width:761px) {
    .Ingredients-In-Out {
        background-image: url(img/ingredients-in-out-mobile.jpg);
        background-position: top center;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width:1023px) {
    .Ingredients-In-Out img {
        width: 700px;
        margin-top: 150px;
    }
}

@media only screen and (max-width:761px) {
    .Ingredients-In-Out img {
        width: 320px;
        height: 638px;
        margin-top: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.InOutBox {
    position: absolute;
    font-family: 'MoonFlowerBold';
    line-height: 1em;
}

.InOutBox:before {
    content: " ";
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url(img/ingredients-arrow-black.png);
    background-size: 100% auto;
}

@media only screen and (max-width:761px) {
    .InOutBox:before {
        display: none;
    }
}

.InOutBox h3 {
    margin: 0px;
    font-weight: bold;
    font-family: 'MoonFlowerBold';
    font-size: 120px;
    color: #000;
    line-height: 1em;
}

@media only screen and (max-width:761px) {
    .InOutBox h3 {
        font-size: 90px;
    }
}

.InOutBox .Title-1 {
    margin: 0;
    font-size: 40px;
    color: #000;
    line-height: 1em;
}

@media only screen and (max-width:761px) {
    .InOutBox .Title-1 {
        font-size: 35px;
        line-height: 38px;
    }
}

.InOutBox .Title-2 {
    margin: 0;
    font-size: 50px;
    color: #fa364a;
    line-height: 48px;
}

@media only screen and (max-width:761px) {
    .InOutBox .Title-2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.InOutBox .Text {
    margin: 0;
    font-size: 18px;
    line-height: 1em;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
}

.InOutBox:nth-child(2) {
    text-align: right;
    top: 15%;
    right: 75%;
}

@media only screen and (max-width:1023px) {
    .InOutBox:nth-child(2) {
        text-align: right;
        top: 12%;
        right: 72%;
        width: 200px;
    }
}

@media only screen and (max-width:761px) {
    .InOutBox:nth-child(2) {
        text-align: right;
        top: 20px;
        right: 50%;
        width: 145px;
        margin-right: 30px;
    }
}

.InOutBox:nth-child(2):before {
    -webkit-transform: rotate(250deg);
    transform: rotate(250deg);
    top: 80%;
    right: -60px;
}

.InOutBox:nth-child(3) {
    text-align: left;
    top: 47%;
    left: 78%;
}

@media only screen and (max-width:1023px) {
    .InOutBox:nth-child(3) {
        text-align: left;
        top: 56%;
        left: 78%;
    }
}

@media only screen and (max-width:761px) {
    .InOutBox:nth-child(3) {
        text-align: right;
        top: 390px;
        left: 50%;
        width: 235px;
        margin-left: -80px;
    }
}

.InOutBox:nth-child(3):before {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg);
    left: -70px;
    top: 5%;
}

.Ingredients {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
}

@media only screen and (max-width:761px) {
    .Ingredients {
        margin-top: 0px;
        height: auto;
    }
}

.Ingredients ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media only screen and (max-width:761px) {
    .Ingredients .Lightbox {
        display: none;
    }
    .Ingredients .Lightbox .Background {
        background-color: rgba(0, 0, 0, 0.75);
        width: 100%;
        height: 100%;
        position: fixed;
        display: block;
        z-index: 300;
        top: 0;
        left: 0;
    }
}

#DESKTOP-INGREDIENTS .IngredientBlock {
    position: relative;
    display: inline-block;
}

.IngredientBlock .IngredientVisual {
    margin: 0;
}

.IngredientBlock .IngredientName:after,
.IngredientBlock .IngredientName:before {
    content: " ";
    height: 26px;
    width: 26px;
    background-image: url(img/openPopin.png);
    display: inline-block;
    background-size: 100% auto;
    position: absolute;
    top: calc(50% - 12px);
    pointer-events: none;
}

.IngredientBlock .IngredientName:after {
    right: -13px;
}

.IngredientBlock .IngredientName:before {
    left: -13px;
}

.IngredientBlock .IngredientName {
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    color: #c4c4c4;
    font-size: 18px;
    line-height: 1.15em;
    letter-spacing: 0.04em;
    position: absolute;
    margin: 0;
    cursor: pointer;
}

@media only screen and (max-width:761px) {
    .IngredientBlock .IngredientName span {}
}

.Ingredients .IngredientPopin {
    margin: 0;
    position: absolute;
    background-color: #19d4c6;
    padding: 30px;
    color: #fff;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.15em;
    letter-spacing: 0.04em;
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (max-width:761px) {
    .Ingredients .IngredientPopin {
        -webkit-transform: translateX(-50%) translateY(-50%)!important;
        transform: translateX(-50%) translateY(-50%)!important;
        width: 200px;
        padding: 25px;
        position: fixed;
        left: 50%!important;
        top: 50%!important;
        z-index: 400;
    }
}

.Ingredients .IngredientPopin .ClosePopin {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background-image: url(img/closepopin.png);
    background-size: 100% auto;
}

.Ingredients .products-pagination.jcarousel-control-next,
.Ingredients .products-pagination.jcarousel-control-prev {
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    top: calc(50% - 35px);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.Ingredients .products-pagination.jcarousel-control-prev {
    background-image: url(img/prev.png);
}

.Ingredients .products-pagination.jcarousel-control-next {
    background-image: url(img/next.png);
}

@media only screen and (min-width:1250px) {
    .Ingredients .products-pagination.jcarousel-control-prev {
        left: calc(50% - 600px);
    }
    .Ingredients .products-pagination.jcarousel-control-next {
        right: calc(50% - 600px);
    }
}

@media only screen and (max-width:761px) {
    .Ingredients .products-pagination.jcarousel-control-prev {
        display: block;
    }
    .Ingredients .products-pagination.jcarousel-control-next {
        display: block;
    }
}


/*--INGREDIENT 1 ------------*/

#Ingredient-1 .IngredientName {
    top: 15%;
    right: 66%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-1 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 2 ------------*/

#Ingredient-2 .IngredientName {
    top: 60%;
    right: 73%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-2 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 3 ------------*/

#Ingredient-3 .IngredientName {
    bottom: 15%;
    right: 60%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-3 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 4 ------------*/

#Ingredient-4 .IngredientName {
    top: 70%;
    left: 62%;
    text-align: left;
    padding-left: 20px;
}

#Ingredient-4 .IngredientName:after {
    display: none;
}


/*--INGREDIENT 5 ------------*/

#Ingredient-5 .IngredientName {
    bottom: 8%;
    left: 60%;
    text-align: left;
    padding-left: 20px;
}

#Ingredient-5 .IngredientName:after {
    display: none;
}


/*--INGREDIENT 6 ------------*/

#Ingredient-6 .IngredientName {
    bottom: 5%;
    right: 35%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-6 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 7 ------------*/

#Ingredient-7 .IngredientName {
    top: 4%;
    right: 63%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-7 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 8 ------------*/

#Ingredient-8 .IngredientName {
    bottom: 10%;
    right: 64%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-8 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 9 ------------*/

#Ingredient-9 .IngredientName {
    top: 9%;
    left: 46%;
    text-align: left;
    padding-left: 20px;
}

#Ingredient-9 .IngredientName:after {
    display: none;
}


/*--INGREDIENT 10 ------------*/

#Ingredient-10 .IngredientName {
    top: 85%;
    left: 56%;
    text-align: left;
    padding-left: 20px;
}

#Ingredient-10 .IngredientName:after {
    display: none;
}


/*--INGREDIENT 11 ------------*/

#Ingredient-11 .IngredientName {
    top: 19%;
    right: 66%;
    text-align: right;
    padding-right: 20px;
    width: 120px;
}

#Ingredient-11 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 12 ------------*/

#Ingredient-12 .IngredientName {
    top: 0;
    left: 6%;
    text-align: left;
    padding-left: 20px;
}

#Ingredient-12 .IngredientName:after {
    display: none;
}


/*--INGREDIENT 13 ------------*/

#Ingredient-13 .IngredientName {
    bottom: 12%;
    right: 56%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-13 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 14 ------------*/

#Ingredient-14 .IngredientName {
    top: 0%;
    right: 65%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-14 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 15 ------------*/

#Ingredient-15 .IngredientName {
    bottom: 9%;
    left: 60%;
    text-align: left;
    padding-left: 20px;
}

#Ingredient-15 .IngredientName:after {
    display: none;
}


/*--INGREDIENT 16 ------------*/

#Ingredient-16 .IngredientName {
    bottom: 9%;
    right: 60%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-16 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 17 ------------*/

#Ingredient-17 .IngredientName {
    top: 25%;
    left: 58%;
    text-align: left;
    padding-left: 20px;
}

#Ingredient-17 .IngredientName:after {
    display: none;
}


/*--INGREDIENT 18 ------------*/

#Ingredient-18 .IngredientName {
    top: 45%;
    left: 68%;
    text-align: left;
    padding-left: 20px;
}

#Ingredient-18 .IngredientName:after {
    display: none;
}


/*--INGREDIENT 19 ------------*/

#Ingredient-19 .IngredientName {
    bottom: 39%;
    right: 60%;
    text-align: right;
    padding-right: 20px;
}

#Ingredient-19 .IngredientName:before {
    display: none;
}


/*--INGREDIENT 20 ------------*/

#Ingredient-20 .IngredientName {
    bottom: 9%;
    right: 68%;
    text-align: right;
    width: 120px;
    padding-right: 20px;
}

#Ingredient-20 .IngredientName:before {
    display: none;
}


/*---------------------------------------------*/


/*---------------------------------------------*/

.BeautyStory {
    margin-top: -100px;
    max-width: 1024px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

@media only screen and (max-width:1023px) {
    .BeautyStory {
        width: 100%;
        margin-top: -10vw;
    }
}

.BeautyStory img {
    display: block;
    max-width: 100%;
}

@media only screen and (max-width:761px) {
    .BeautyStory {
        width: 100%;
        margin-top: -15vw;
    }
    .BeautyStory img {
        width: 155vw;
        max-width: 155vw;
        margin-left: -36vw;
    }
}

#MYCLARINS-SOS-DETOX {
    margin-top: 50px;
    padding: 17px;
    padding-right: 300px;
    padding-top: 20px;
}

@media only screen and (max-width:761px) {
    #MYCLARINS-SOS-DETOX {
        margin-top: 50px;
        padding: 40px;
        padding-bottom: 0px;
    }
}

#MYCLARINS-SOS-DETOX .Text {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

@media only screen and (max-width:1023px) {
    #MYCLARINS-SOS-DETOX .Text {
        max-width: 280px;
    }
}


/*---------------------------------------------*/

.Polaroids {
    margin-top: -280px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

@media only screen and (min-width:1250px) {
    .Polaroids {
        margin-top: -280px;
        width: 909px;
        margin-left: 0px;
        text-align: left;
    }
}

@media only screen and (max-width:1249px) {
    .Polaroids {
        margin-left: -340px;
    }
}

@media only screen and (max-width:1023px) {
    .Polaroids {
        width: 80vw;
        margin-top: -20vw;
        margin-left: -12vw;
    }
}

.Polaroids img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:761px) {
    .Polaroids img {
        display: none;
    }
}

#MYCLARINS-BEAUTY-CAFE {
    position: absolute;
    right: 0;
    width: 377px;
    background-color: #eee;
    top: 0;
    height: 100%;
    border-left: 15px #fff solid;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: center;
    padding: 30px;
    color: #000;
    box-sizing: border-box;
    background-image: url(img/beauty-cafe.png);
}

@media only screen and (max-width:761px) {
    #MYCLARINS-BEAUTY-CAFE {
        top: auto;
        bottom: 0;
        height: 245px;
        width: calc(100% + 120px);
        border: 0px;
        position: relative;
        margin-left: -60px;
        height: 538px;
        /* margin-bottom: -30px; */
        margin-right: -60px;
        padding-top: 440px;
        background-color: transparent;
        margin-top: 30px;
        margin-bottom: 100px;
        padding-bottom: 20px;
        background-image: url(img/beauty-cafe-polas.png);
        align-items: center;
    }
}

#MYCLARINS-BEAUTY-CAFE * {
    color: #000;
}

#MYCLARINS-BEAUTY-CAFE .Text {
    color: #000;
    width: 180px;
    margin: 0;
    text-transform: uppercase;
}

@media only screen and (max-width:761px) {
    #MYCLARINS-BEAUTY-CAFE .Text {
        width: 300px;
    }
    #MYCLARINS-BEAUTY-CAFE .Text br {
        display: none;
    }
}

#MYCLARINS-BEAUTY-CAFE .TextLink {
    text-align: center;
    width: 180px;
}

#MYCLARINS-BEAUTY-CAFE .TextLink a {
    color: #000;
    border-bottom: 1px solid #000;
}


/*----------------------------------*/


/*@font-face {
	font-family: "Gotham Cond A";
font-style: normal;
font-weight: 400;
	src: url('font/gothamcondensed-book-webfont.ttf') format('ttf'), url('font/gothamcondensed-book-webfont.woff2') format('woff2'), url('font/gothamcondensed-book-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
    font-family: 'MoonFlower';
    src: url('font/moon_flower-webfont.ttf') format('ttf'), url('font/moon_flower-webfont.woff2') format('woff2'), url('font/moon_flower-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MoonFlowerBold';
    src: url('font/moon_flower_bold-webfont.ttf') format('ttf'), url('font/moon_flower_bold-webfont.woff2') format('woff2'), url('font/moon_flower_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*----------------------------------------*/

#MY-CLARINS-MANIFESTO {
    max-width: 1024px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-MANIFESTO {
        margin-left: 20px;
        margin-right: 20px;
    }
}

#MY-CLARINS-MANIFESTO .ManifestoBlock {
    position: relative;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-MANIFESTO .ManifestoBlock::before {
        display: none!important;
    }
}

#MY-CLARINS-MANIFESTO .TextLink {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

#MY-CLARINS-MANIFESTO .TextLink a {
    text-decoration: none;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    line-height: 1em;
}

#MY-CLARINS-MANIFESTO h1.Title {
    color: #FFF;
    margin: 0;
    font-size: 50px;
    font-weight: normal;
    line-height: 1em;
    padding: 55px;
    font-family: "Gotham Cond A", "Gotham Cond B";
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-MANIFESTO h1.Title {
        font-size: 40px;
        padding: 25px;
        padding-top: 45px;
        letter-spacing: 0;
        padding-bottom: 45px;
    }
}

#MY-CLARINS-MANIFESTO h2.Title {
    color: #000;
    margin: 0;
    font-size: 50px;
    font-weight: normal;
    line-height: 1em;
    font-family: 'MoonFlowerBold';
    text-transform: uppercase;
    letter-spacing: 0.04em;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

#MY-CLARINS-MANIFESTO h2.Title::after {
    content: " ";
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    position: absolute;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-MANIFESTO h2.Title {
        padding-top: 100px;
    }
    #MY-CLARINS-MANIFESTO h2.Title::after {
        top: 30px;
        left: calc(50% - 30px);
    }
}

#MY-CLARINS-MANIFESTO p.IngredientName,
#MY-CLARINS-MANIFESTO p.Text {
    color: #000;
    margin: 0;
    font-size: 18px;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: block;
    letter-spacing: 0.04em;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-MANIFESTO .Ingredient {
        display: none;
    }
}

#MY-CLARINS-MANIFESTO p.Mentions {
    margin: 0;
    color: #000;
    font-size: 11px;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
}

#MY-CLARINS-MANIFESTO p.Text .red {
    color: #fa364a;
}


/*---------------*/

#MANIFESTO-1 {
    background-color: #19d4c6;
}

@media only screen and (max-width:1023px) {
    #MANIFESTO-1 {
        max-width: 700px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:761px) {
    #MANIFESTO-1 {
        max-width: 250px;
    }
}


/*---------------*/

#MANIFESTO-2 .Title::after {
    background-image: url(img/manifesto-picto-1.png);
}

@media only screen and (min-width:1024px) {
    #MANIFESTO-2 {
        text-align: left;
        display: flex;
        align-items: flex-end;
    }
    #MANIFESTO-2 .Title::after {
        bottom: 10px;
        right: -65px;
    }
    #MANIFESTO-2 .TextContent {
        padding: 30px;
        padding-bottom: 0;
    }
    #MANIFESTO-2 .Visual {
        margin-right: -150px;
        margin-top: -90px;
    }
}

@media only screen and (max-width:1023px) {
    #MANIFESTO-2 .Visual img {
        margin-left: calc(50vw - 345px);
        width: 561px;
    }
}


/*---------------*/

#MANIFESTO-3 .Title::after {
    background-image: url(img/manifesto-picto-2.png);
}

@media only screen and (min-width:1024px) {
    #MANIFESTO-3 {
        text-align: right;
        display: flex;
        padding-top: 30px;
    }
    #MANIFESTO-3 .Title::after {
        bottom: 10px;
        left: -75px;
    }
    #MANIFESTO-3 .TextContent {
        order: 2;
        padding: 30px;
        margin-right: 130px;
        width: 646px;
    }
    #MANIFESTO-3 .Ingredient {
        margin-left: -50px;
        margin-top: 20px;
        order: 1;
        position: relative;
        z-index: 2;
    }
    #MANIFESTO-3 .IngredientName {
        position: absolute;
        top: 0px;
        right: 37px;
        width: 100px;
    }
}


/*---------------*/

#MANIFESTO-4 .Title::after {
    background-image: url(img/manifesto-picto-3.png);
}

@media only screen and (min-width:1024px) {
    #MANIFESTO-4 {
        text-align: left;
        display: flex;
        justify-content: flex-end;
    }
    #MANIFESTO-4 .Title::after {
        bottom: 10px;
        right: -75px;
    }
    #MANIFESTO-4 .TextContent {
        padding: 30px;
        margin-right: 120px;
        margin-top: -130px;
        width: 365px;
    }
    #MANIFESTO-4 .Ingredient {
        margin-right: -60px;
        margin-top: -260px;
        position: relative;
        z-index: 2;
    }
    #MANIFESTO-4 .IngredientName {
        position: absolute;
        top: 170px;
        left: 97px;
        width: 100px;
    }
}

@media only screen and (max-width:1024px) and (min-width:1023px) {
    #MANIFESTO-3 .TextContent {
        width: 546px;
    }
    #MANIFESTO-4 .Ingredient {
        margin-right: 0px;
        margin-top: -260px;
        position: relative;
        z-index: 2;
    }
    #MANIFESTO-4 .TextContent {
        margin-right: 50px;
    }
}

@media only screen and (max-width:1023px) {
    #MANIFESTO-4 .TextContent {
        width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    #MANIFESTO-4 {
        background-image: url(img/manifesto-visual-4-mobile.jpg);
        width: 100vw;
        margin-left: -20px;
        padding-bottom: 250px;
        background-repeat: no-repeat;
        background-position: bottom center;
        margin-bottom: -50px;
    }
}


/*---------------*/

#MANIFESTO-5 .Title::after {
    background-image: url(img/manifesto-picto-4.png);
}

@media only screen and (min-width:1024px) {
    #MANIFESTO-5 {
        z-index: 1;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    #MANIFESTO-5::before {
        content: " ";
        position: absolute;
        left: -160px;
        top: -210px;
        width: 326px;
        height: 370px;
        background-image: url(img/manifesto-pola-1.jpg);
        display: block;
        z-index: 1;
    }
    #MANIFESTO-5 .Title::after {
        bottom: 10px;
        left: -75px;
    }
    #MANIFESTO-5 .TextContent {
        padding: 30px;
        order: 2;
        width: 603px;
        margin-right: 60px;
        padding-bottom: 0;
        margin-left: -50px;
    }
    #MANIFESTO-5 .Ingredient {
        margin-left: -50px;
        margin-top: -120px;
        order: 1;
        z-index: 2;
        padding-bottom: 30px;
    }
    #MANIFESTO-5 .IngredientName {
        text-align: center;
    }
}


/*---------------*/

#MANIFESTO-6 .Title::after {
    background-image: url(img/manifesto-picto-5.png);
}

@media only screen and (min-width:1024px) {
    #MANIFESTO-6 {
        text-align: left;
        display: flex;
        justify-content: flex-start;
    }
    #MANIFESTO-6::before {
        content: " ";
        position: absolute;
        right: -140px;
        top: 80px;
        width: 326px;
        height: 371px;
        background-image: url(img/manifesto-pola-2.jpg);
        display: block;
        z-index: 1;
    }
    #MANIFESTO-6 .Title::after {
        bottom: 10px;
        right: -75px;
    }
    #MANIFESTO-6 .TextContent {
        padding: 30px;
        width: 570px;
        box-sizing: border-box;
        margin-top: 50px;
        z-index: 2;
    }
    #MANIFESTO-6 .Visual {
        margin-top: 20px;
        margin-left: 30px;
        z-index: 3;
    }
}


/*---------------*/

#MANIFESTO-7 .Visual div {
    position: absolute;
    color: #fff;
    font-family: 'MoonFlowerBold';
    font-size: 35px;
    text-allign: center;
    line-height: 1em;
}

@media only screen and (min-width:1024px) {
    #MANIFESTO-7 {
        display: flex;
        justify-content: flex-end;
        margin-top: -180px;
        text-align: left;
    }
    #MANIFESTO-7::before {
        content: " ";
        position: absolute;
        left: -170px;
        top: -10px;
        width: 363px;
        height: 391px;
        background-image: url(img/manifesto-pola-3.jpg);
        display: block;
    }
    #MANIFESTO-7 .Visual {
        position: relative;
        display: block;
    }
    #MANIFESTO-7 .Visual img {
        display: block;
    }
    #TextBox-1 {
        top: 12%;
        left: 35%;
        width: 27%;
        height: 24%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #TextBox-2 {
        top: 64%;
        left: 26%;
        width: 39.5%;
        height: 24%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #MANIFESTO-7 .Ingredient {
        margin-top: 180px;
        margin-left: 80px;
    }
}

@media only screen and (max-width:1023px) {
    #MANIFESTO-7 .Visual {
        background-image: url(img/manifesto-visual-7-mobile.jpg);
        background-position: top center;
        width: 100vw;
        margin-left: -20px;
    }
    #MANIFESTO-7 .Visual img {
        position: relative;
        display: block;
        width: 100vw;
        opacity: 0;
        height: 500px;
    }
    #TextBox-1 {
        top: 58px;
        left: calc(50% - 20px);
        width: 170px;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #TextBox-2 {
        top: 358px;
        left: calc(50% - 220px);
        width: 370px;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/*---------------*/

#MANIFESTO-8 {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    height: 22px;
    margin-top: -32px;
    padding-bottom: 10px;
    padding-left: 10px;
}

@media only screen and (max-width:1023px) {
    #MANIFESTO-8 {
        display: none;
    }
}


/*---------------------------*/

#MY-CLARINS-COMING-SOON {
    background-image: url(img/coming-soon-background.jpg);
    background-position: bottom center;
    padding-bottom: 170px;
    background-repeat: no-repeat;
    margin-top: -62px;
    margin-bottom: -76px;
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-COMING-SOON {
        background-image: url(img/coming-soon-background-mobile.jpg);
        height: 775px;
        padding-top: 309px;
        box-sizing: border-box;
    }
}

#MY-CLARINS-COMING-SOON img {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-COMING-SOON img {
        display: none;
    }
}

#MY-CLARINS-COMING-SOON .Tag {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding-bottom: 10px;
}

#MY-CLARINS-COMING-SOON .Text {
    font-size: 22px;
}

@media only screen and (min-width:1250px) {
    #MY-CLARINS-COMING-SOON {
        width: calc(100vw - 40px);
        margin-left: calc(625px - 50vw + 20px);
    }
}

#MY-CLARINS-COMING-SOON .Sticker {
    position: absolute;
    right: 40px;
    top: -80px;
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-COMING-SOON .Sticker {
        display: block;
        right: calc(50% - 170px);
        top: -135px;
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-COMING-SOON .BoxContentMyClarins {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/**QUIZZ**/

.QuizzQuestion {
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.QuizzQuestion .BoxContentMyClarins {
    width: 100%;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width:1023px) {
    .QuizzQuestion .BoxContentMyClarins {
        margin-left: 60px;
        margin-right: 60px;
    }
}

@media only screen and (max-width:761px) {
    .QuizzQuestion .BoxContentMyClarins {
        order: 1;
        max-width: 280px;
        width: 280px;
        pointer-events: none;
        margin-left: 40px;
        margin-right: 40px;
    }
}

.QuizzQuestion .BoxContentMyClarins .Title {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1023px) {
    .QuizzQuestion .BoxContentMyClarins .Title {
        max-width: 470px;
        font-size: 50px;
    }
}

@media only screen and (max-width:1023px) {
    .QuizzResultat .BoxContentMyClarins .Title {
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:761px) {
    .QuizzQuestion .BoxContentMyClarins .Title {
        max-width: 400px;
        font-size: 40px;
    }
}

.QuizzQuestion .BoxContentMyClarins::before {
    content: " ";
    background-repeat: no-repeat;
    position: absolute;
    left: -150px;
    top: calc(50% - 150px);
    width: 300px;
    height: 300px;
    background-position: center center;
}

.QuizzQuestion .BoxContentMyClarins::after {
    content: " ";
    background-repeat: no-repeat;
    position: absolute;
    right: -150px;
    top: calc(50% - 150px);
    width: 300px;
    height: 300px;
    background-position: center center;
}

.MyContent .BoxContentMyClarins .StepTtitle {
    font-size: 27px;
    text-transform: uppercase;
    position: relative;
    margin: 0px;
    margin-bottom: 30px;
    padding-top: 10px;
}

@media only screen and (max-width:761px) {
    .MyContent .BoxContentMyClarins .StepTtitle {
        font-size: 18px;
    }
}

.MyContent .BoxContentMyClarins .StepTtitle::before {
    content: " ";
    background-color: #fff;
    width: 26px;
    height: 3px;
    position: absolute;
    left: calc(50% - 13px);
    bottom: -20px;
}

.VisualQuestion {
    margin-top: -38px;
    z-index: 2;
    position: relative;
    margin-left: 20px;
}

.VisualQuestion img {
    display: block;
    position: relative;
}

@media only screen and (max-width:1023px) {
    .VisualQuestion {
        margin-top: -90px;
        z-index: 3;
        position: relative;
        margin-left: 0px;
        height: 580px;
        width: 350px;
    }
    .VisualQuestion img {
        width: 430px;
        position: absolute;
        bottom: 0;
        left: -60px;
    }
}

@media only screen and (max-width:761px) {
    .VisualQuestion {
        margin: 0;
        width: 300px;
        height: 450px;
        z-index: 4;
        position: relative;
    }
    .VisualQuestion img {
        max-width: 300px;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-width:761px) {
    .VisualQuestion {
        width: 320px;
        height: auto;
    }
    .VisualQuestion img {
        max-width: 440px;
        position: relative;
        width: 440px;
        margin-left: -60px;
    }
}

.QuizzAnswers {
    max-width: 426px;
    text-align: left;
    flex: 1;
    margin-left: 40px;
}

.QuizzAnswers ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 8px;
}

.QuizzAnswers ul li {
    padding: 8px;
    margin: 0;
    display: block;
    text-align: left;
    position: relative;
}

.QuizzAnswers ul li:nth-child(2n) {
    text-align: right;
}

.QuizzAnswers ul li a img {
    vertical-align: text-bottom;
    display: inline-block;
}

.QuizzAnswers ul li a {
    line-height: 22px;
    text-align: left;
    display: inline-block;
    background-color: #f65f5f;
    border-radius: 20px;
    padding: 15px;
    position: relative;
    z-index: 3;
    font-size: 18px;
    text-decoration: none;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    transition: ease-in-out transform 0.2s;
    transform: scale(1);
    letter-spacing: 0.04em;
}

@media only screen and (max-width:761px) {
    .QuizzAnswers ul li:nth-child(2n) a {
        text-align: right;
    }
    .QuizzAnswers ul li:nth-child(2n) {
        margin-left: 70px;
    }
    .QuizzAnswers ul li:nth-child(2n+1) {
        margin-right: 70px;
    }
}

.QuizzAnswers ul li a:hover {
    transform: scale(1.05);
}

.QuizzAnswers ul li::before {
    content: " ";
    background-color: #f65f5f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    bottom: 10px;
    position: absolute;
    z-index: 1;
}

.QuizzAnswers ul li:nth-child(2n+1)::before {
    left: -10px;
}

.QuizzAnswers ul li:nth-child(2n)::before {
    right: -10px;
}

.QuizzAnswers ul li::after {
    content: " ";
    background-color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    bottom: 8px;
    position: absolute;
    z-index: 2;
}

.QuizzAnswers ul li:nth-child(2n+1)::after {
    left: -41px;
}

.QuizzAnswers ul li:nth-child(2n)::after {
    right: -41px;
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-QUESTION-1 {
    background-image: url(img/quizz-question-ingredient-figue.png);
    background-repeat: no-repeat;
    background-position: bottom -50px right 50px;
}

#MY-CLARINS-QUIZZ-QUESTION-1 .BoxContentMyClarins::before {
    background-image: url(img/quizz-question-ingredient-goji.png);
}

#MY-CLARINS-QUIZZ-QUESTION-1 .BoxContentMyClarins::after {
    background-image: url(img/quizz-question-ingredient-acerola.png);
}

#MY-CLARINS-QUIZZ-QUESTION-1 .QuizzAnswers {
    max-width: 426px;
}

#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(1) a,
#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(1)::before {
    background-color: #ffc3da;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(2) a,
#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(2)::before {
    background-color: #c58cdd;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(3) a,
#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(3)::before {
    background-color: #f65f5f;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(4) a,
#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(4)::before {
    background-color: #551525;
    color: #fff;
}

#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(5) a,
#MY-CLARINS-QUIZZ-QUESTION-1 li:nth-child(5)::before {
    background-color: #fa7c8f;
    color: #000;
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-QUESTION-2 {
    background-image: url(img/quizz-question-ingredient-huangqi.png);
    background-repeat: no-repeat;
    background-position: bottom -190px right;
}

#MY-CLARINS-QUIZZ-QUESTION-2 .BoxContentMyClarins::before {
    background-image: url(img/quizz-question-ingredient-acerola.png);
    margin-left: -20px;
}

#MY-CLARINS-QUIZZ-QUESTION-2 .BoxContentMyClarins::after {
    background-image: url(img/quizz-question-ingredient-karite.png);
    margin-top: 100px;
}

#MY-CLARINS-QUIZZ-QUESTION-2 .QuizzAnswers {
    max-width: 526px;
}

#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(1) a,
#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(1)::before {
    background-color: #551525;
    color: #fff;
}

#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(2) a,
#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(2)::before {
    background-color: #ffc3da;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(3) a,
#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(3)::before {
    background-color: #fa7c8f;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(4) a,
#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(4)::before {
    background-color: #f65f5f;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(5) a,
#MY-CLARINS-QUIZZ-QUESTION-2 li:nth-child(5)::before {
    background-color: #c58cdd;
    color: #000;
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-QUESTION-3 {
    background-image: url(img/quizz-question-ingredient-goji.png);
    background-repeat: no-repeat;
    background-position: bottom right 30px;
}

#MY-CLARINS-QUIZZ-QUESTION-3 .BoxContentMyClarins::before {
    background-image: url(img/quizz-question-ingredient-huangqi.png);
    margin-top: 50px;
    height: 400px;
    margin-left: -30px;
}

#MY-CLARINS-QUIZZ-QUESTION-3 .BoxContentMyClarins::after {
    background-image: url(img/quizz-question-ingredient-arbouse.png);
    margin-top: 50px;
}

#MY-CLARINS-QUIZZ-QUESTION-3 .QuizzAnswers {
    max-width: 426px;
}

#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(1) a,
#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(1)::before {
    background-color: #ffc3da;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(2) a,
#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(2)::before {
    background-color: #c58cdd;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(3) a,
#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(3)::before {
    background-color: #f65f5f;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(4) a,
#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(4)::before {
    background-color: #551525;
    color: #fff;
}

#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(5) a,
#MY-CLARINS-QUIZZ-QUESTION-3 li:nth-child(5)::before {
    background-color: #fa7c8f;
    color: #000;
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-QUESTION-4 {
    background-image: url(img/quizz-question-ingredient-moringa.png);
    background-repeat: no-repeat;
    background-position: bottom right 80px;
}

#MY-CLARINS-QUIZZ-QUESTION-4 .VisualQuestion {
    padding-left: 50px;
}

#MY-CLARINS-QUIZZ-QUESTION-4 .BoxContentMyClarins::before {
    background-image: url(img/quizz-question-ingredient-arbouse.png);
    margin-top: 150px;
}

#MY-CLARINS-QUIZZ-QUESTION-4 .BoxContentMyClarins::after {
    background-image: url(img/quizz-question-ingredient-oranger.png);
    margin-top: 50px;
    height: 400px;
}

#MY-CLARINS-QUIZZ-QUESTION-4 .QuizzAnswers {
    max-width: 426px;
}

#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(1) a,
#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(1)::before {
    background-color: #ffc3da;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(2) a,
#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(2)::before {
    background-color: #c58cdd;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(3) a,
#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(3)::before {
    background-color: #f65f5f;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(4) a,
#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(4)::before {
    background-color: #551525;
    color: #fff;
}

#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(5) a,
#MY-CLARINS-QUIZZ-QUESTION-4 li:nth-child(5)::before {
    background-color: #fa7c8f;
    color: #000;
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-QUESTION-5 {
    background-image: url(img/quizz-question-ingredient-karite.png);
    background-repeat: no-repeat;
    background-position: bottom right 100px;
}

#MY-CLARINS-QUIZZ-QUESTION-5 .BoxContentMyClarins::before {
    background-image: url(img/quizz-question-ingredient-figue.png);
    margin-top: 50px;
}

#MY-CLARINS-QUIZZ-QUESTION-5 .BoxContentMyClarins::after {
    background-image: url(img/quizz-question-ingredient-coco.png);
    margin-top: 80px;
}

#MY-CLARINS-QUIZZ-QUESTION-5 .QuizzAnswers {
    max-width: 416px;
}

#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(1) a,
#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(1)::before {
    background-color: #ffc3da;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(2) a,
#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(2)::before {
    background-color: #c58cdd;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(3) a,
#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(3)::before {
    background-color: #f65f5f;
    color: #000;
}

#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(4) a,
#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(4)::before {
    background-color: #551525;
    color: #fff;
}

#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(5) a,
#MY-CLARINS-QUIZZ-QUESTION-5 li:nth-child(5)::before {
    background-color: #fa7c8f;
    color: #000;
}


/*-----------------------------------------*/

@media only screen and (max-width:1023px) {
    .QuizzQuestion {
        background-image: none!important;
    }
    .QuizzQuestion .QuizzAnswers {
        margin: 0;
        margin-right: 20px;
        margin-top: 50px;
        width: 300px!important;
        max-width: 370px;
        margin-left: 20px;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-1 .BoxContentMyClarins::before {
        margin-top: -20px !important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-1 .BoxContentMyClarins::after {
        margin-top: 60px !important;
        margin-right: 10px !important;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-2 .BoxContentMyClarins::before {
        margin-top: -30px !important;
        margin-left: -10px !important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-2 .BoxContentMyClarins::after {
        margin-top: 50px !important;
        margin-right: 20px !important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-2 .VisualQuestion img {
        margin-left: 50px;
        width: 380px;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-3 .BoxContentMyClarins::before {
        margin-left: -280px!important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-3 .BoxContentMyClarins::after {
        margin-top: 0px !important;
        transform: scale(0.9) !important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-3 .VisualQuestion img {
        width: 400px;
        bottom: 50px;
        left: -40px;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-4 .BoxContentMyClarins::before {
        top: 0!important;
        margin-top: -40px!important;
        margin-left: -30px !important;
        transform: scale(0.7)!important
    }
    #MY-CLARINS-QUIZZ-QUESTION-4 .BoxContentMyClarins::after {
        top: 100% !important;
        margin-top: -240px !important;
        margin-right: 0px !important;
        transform: scale(0.7) !important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-4 .VisualQuestion img {
        margin-left: 40px;
        width: 390px;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-5 .BoxContentMyClarins::before {
        top: 0 !important;
        margin-top: -40px !important;
        margin-left: -30px !important;
        transform: scale(0.85) !important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-5 .BoxContentMyClarins::after {
        top: 100% !important;
        margin-top: -180px !important;
        margin-right: 20px !important;
        transform: scale(0.8) !important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-5 .VisualQuestion img {
        margin-left: 0px;
        width: 380px;
    }
}

@media only screen and (max-width:761px) {
    .QuizzQuestion {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .QuizzQuestion .QuizzAnswers {
        order: 2;
        margin-top: 20px;
        width: 320px!important;
        margin-left: auto;
        margin-right: auto;
        flex: none;
    }
    .QuizzQuestion .VisualQuestion {
        order: 3;
        height: auto;
    }
    .QuizzAnswers ul li a {
        font-size: 16px;
    }
    .QuizzQuestion .BoxContentMyClarins::before {
        margin: 0!important;
        /*transform:scale(0.8)!important;*/
    }
    .QuizzQuestion .BoxContentMyClarins::after {
        margin: 0!important;
        /*transform:scale(0.8)!important;*/
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-1 .BoxContentMyClarins::before {
        top: 0!important;
        margin-top: -50px!important;
        margin-left: -20px!important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-1 .BoxContentMyClarins::after {
        top: 100%!important;
        margin-top: -180px!important;
        margin-right: -50px!important;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-2 .BoxContentMyClarins::before {
        top: 0!important;
        margin-top: -40px!important;
        margin-left: -50px!important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-2 .BoxContentMyClarins::after {
        top: 100%!important;
        margin-top: -180px!important;
        margin-right: -20px!important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-2 .VisualQuestion img {
        margin-left: -10px;
        width: 380px;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-3 .BoxContentMyClarins::before {
        top: 0!important;
        margin-top: 50px!important;
        margin-left: 280px!important;
        transform: scale(0.7)!important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-3 .BoxContentMyClarins::after {
        top: 0!important;
        margin-top: -50px!important;
        margin-right: 310px!important;
        transform: scale(0.7)!important;
    }
    #MY-CLARINS-QUIZZ-QUESTION-3 .VisualQuestion img {
        margin-left: -20px;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-4 .BoxContentMyClarins::before {
        top: 0!important;
        margin-top: -40px!important;
        margin-left: -40px!important;
        transform: scale(0.7)!important
    }
    #MY-CLARINS-QUIZZ-QUESTION-4 .BoxContentMyClarins::after {
        top: 100%!important;
        margin-top: -280px!important;
        margin-right: -35px!important;
        transform: scale(0.7)!important
    }
    #MY-CLARINS-QUIZZ-QUESTION-4 .VisualQuestion img {
        margin-left: -50px;
        width: 370px;
    }
    /*-------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-QUESTION-5 .BoxContentMyClarins::before {
        top: 0!important;
        margin-top: -40px!important;
        margin-left: -30px!important;
        transform: scale(0.7)!important
    }
    #MY-CLARINS-QUIZZ-QUESTION-5 .BoxContentMyClarins::after {
        top: 100%!important;
        margin-top: -200px!important;
        margin-right: -15px!important;
        transform: scale(0.6)!important
    }
    #MY-CLARINS-QUIZZ-QUESTION-5 .VisualQuestion img {
        margin-left: -30px;
        width: 380px;
    }
}


/*----------Résultat---------------------------*/

.QuizzResultat .jcarousel {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.QuizzResultat .BoxContentMyClarins::before {
    content: " ";
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: calc(50% - 50px);
    width: 300px;
    height: 300px;
    background-position: center center;
}

.QuizzResultat .BoxContentMyClarins::after {
    content: " ";
    background-repeat: no-repeat;
    position: absolute;
    right: -100px;
    top: calc(50% - 150px);
    width: 400px;
    height: 400px;
    background-position: center center;
}

.QuizzResultat .BoxContentMyClarins .Text {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.QuizzResultat .BoxContentMyClarins {
    pointer-events: none;
}

@media only screen and (max-width:1023px) and (min-width:762px) {
    .QuizzResultat .BoxContentMyClarins {
        margin-left: 60px;
        margin-right: 60px;
    }
    .QuizzResultat .BoxContentMyClarins .Text {
        max-width: 370px!important;
        margin-left: auto;
        margin-right: auto;
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-1 .BoxContentMyClarins::before {
    background-image: url(img/resultat-1-header-left.png);
    left: -180px;
}

#MY-CLARINS-QUIZZ-RESULTAT-1 .BoxContentMyClarins .Text {
    max-width: 410px;
}

#MY-CLARINS-QUIZZ-RESULTAT-1 .BoxContentMyClarins::after {
    background-image: url(img/resultat-1-header-right.png);
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-QUIZZ-RESULTAT-1 .BoxContentMyClarins::after {
        background-image: url(img/resultat-1-header-tablet.png);
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-1 .BoxContentMyClarins::after {
        background-image: url(img/resultat-1-header-mobile.png);
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-2 .BoxContentMyClarins::before {
    background-image: url(img/resultat-2-header-left.png);
    height: 400px;
    left: -140px;
    top: calc(50% - 80px);
}

#MY-CLARINS-QUIZZ-RESULTAT-2 .BoxContentMyClarins .Text {
    max-width: 510px;
}

#MY-CLARINS-QUIZZ-RESULTAT-2 .BoxContentMyClarins::after {
    background-image: url(img/resultat-2-header-right.png);
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-QUIZZ-RESULTAT-2 .BoxContentMyClarins::after {
        background-image: url(img/resultat-2-header-tablet.png);
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-2 .BoxContentMyClarins::after {
        background-image: url(img/resultat-2-header-mobile.png);
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-3 .BoxContentMyClarins::before {
    background-image: url(img/resultat-3-header-left.png);
    left: -130px;
    top: calc(50% - 100px);
}

#MY-CLARINS-QUIZZ-RESULTAT-3 .BoxContentMyClarins .Text {
    max-width: 480px;
}

#MY-CLARINS-QUIZZ-RESULTAT-3 .BoxContentMyClarins::after {
    background-image: url(img/resultat-3-header-right.png);
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-QUIZZ-RESULTAT-3 .BoxContentMyClarins::after {
        background-image: url(img/resultat-3-header-tablet.png);
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-3 .BoxContentMyClarins::after {
        background-image: url(img/resultat-3-header-mobile.png);
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-4 .BoxContentMyClarins::before {
    background-image: url(img/resultat-4-header-left.png);
    height: 400px;
    left: -120px;
    top: calc(50% - 110px);
}

#MY-CLARINS-QUIZZ-RESULTAT-4 .BoxContentMyClarins .Text {
    max-width: 580px;
}

#MY-CLARINS-QUIZZ-RESULTAT-4 .BoxContentMyClarins::after {
    background-image: url(img/resultat-4-header-right.png);
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-QUIZZ-RESULTAT-4 .BoxContentMyClarins::after {
        background-image: url(img/resultat-4-header-tablet.png);
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-4 .BoxContentMyClarins::after {
        background-image: url(img/resultat-4-header-mobile.png);
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-5 .BoxContentMyClarins::before {
    background-image: url(img/resultat-5-header-left.png);
    left: -135px;
    top: calc(50% - 30px);
}

#MY-CLARINS-QUIZZ-RESULTAT-5 .BoxContentMyClarins::after {
    background-image: url(img/resultat-5-header-right.png);
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-QUIZZ-RESULTAT-5 .BoxContentMyClarins::after {
        background-image: url(img/resultat-5-header-tablet.png);
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-5 .BoxContentMyClarins::after {
        background-image: url(img/resultat-5-header-mobile.png);
    }
}


/*-------------------------------------------------------*/

@media only screen and (max-width:1023px) {
    .QuizzResultat .BoxContentMyClarins::before {
        display: none!important;
    }
    .QuizzResultat .BoxContentMyClarins::after {
        background-position: top center !important;
        background-repeat: no-repeat !important;
        width: 768px !important;
        height: 500px !important;
        right: auto !important;
        top: 0 !important;
        left: -59px !important;
        bottom: auto !important;
    }
}

@media only screen and (max-width:1023px) and (min-width:762px) {
    .QuizzResultat .BoxContentMyClarins::after {
        left: calc(50% - 50vw) !important;
        width: 100vw !important;
        bottom: -50px !important;
        background-position: center center !important;
        height: 400px !important;
    }
}

@media only screen and (max-width:761px) {
    .QuizzResultat .BoxContentMyClarins {
        max-width: 285px;
    }
    .QuizzResultat .BoxContentMyClarins::before {
        display: none!important;
    }
    .QuizzResultat .BoxContentMyClarins::after {
        background-position: bottom center!important;
        background-repeat: no-repeat!important;
        width: 761px!important;
        height: 667px!important;
        right: auto!important;
        top: auto!important;
        left: -240px!important;
        bottom: -270px!important;
    }
    .QuizzResultat .BoxContentMyClarins {
        padding-bottom: 60px!important;
        margin-bottom: 270px!important;
    }
}

.MyContent .BeautyPartner h2 {
    font-family: "Gotham Cond A", "Gotham Cond B";
    font-style: normal;
    font-weight: 400;
    font-weight: normal;
    color: #f73449;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    padding: 30px;
}

@media only screen and (max-width:1023px) and (min-width:762px) {
    .MyContent .BeautyPartner h2 {
        padding-top: 90px;
    }
}

.MyContent .BeautyPartner h3 {
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    padding: 0px;
    margin-bottom: 10px;
}

.MyContent .BeautyPartner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.MyContent .BeautyPartner ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: 0px solid;
}

.MyContent .BeautyPartner .ResultProductWrapper {
    display: flex;
    width: 260px;
    flex-direction: column;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
}

#MY-CLARINS-QUIZZ-RESULTAT-2 .BeautyPartner .ResultProductWrapper {
    height: 340px;
}

.MyContent .BeautyPartner .ResultProductWrapper .VisualPackshot {
    margin: 0;
    display: flex;
    height: 320px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}

@media only screen and (max-width:1023px) and (min-width:762px) {
    #MY-CLARINS-QUIZZ-RESULTAT-2 .BeautyPartner .ResultProductWrapper .VisualPackshot {
        height: 150px;
    }
    .MyContent .BeautyPartner .ResultProductWrapper .VisualPackshot {
        height: 300px;
    }
}

.MyContent .BeautyPartner .ResultProductWrapper .Text {
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /*flex: 1;*/
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
}

.MyContent .BeautyPartner .ResultProductWrapper .BtnLink {
    justify-self: end;
}

.MyContent .BeautyPartner .ResultProductWrapper strong {
    display: block;
    font-style: normal;
    font-weight: 600;
}


/*-----------------------------------------------*/

.MyContent .BeautySelection {
    border: 10px solid #19d4c6;
    padding: 45px;
    margin-top: 50px;
    max-width: 1170px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1024px) {
    .MyContent .BeautySelection {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:1023px) {
    .MyContent .BeautySelection {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 100px;
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media only screen and (max-width:761px) {
    .MyContent .BeautySelection {
        overflow: hidden;
        padding-left: 0;
        padding-bottom: 45px;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
}

.MyContent .BeautySelection h2 {
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    padding: 0px;
}

.MyContent .BeautySelection ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.MyContent .BeautySelection ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

@media only screen and (max-width:761px) {
    .MyContent .BeautySelection ul li {
        display: block;
    }
}

.MyContent .BeautySelection .ResultProductWrapper {
    display: flex;
    width: 320px;
    flex-direction: column;
    height: 510px;
    justify-content: flex-end;
}

@media only screen and (max-width:1250px) {
    .MyContent .BeautySelection .ResultProductWrapper {
        width: 300px;
    }
}

@media only screen and (max-width:1023px) {
    .MyContent .BeautySelection .ResultProductWrapper {
        width: 220px;
        /*flex-wrap: wrap;
	height: 300px;
	justify-content: center;
	align-items: flex-start;
	margin-left:auto;
	margin-right:auto;*/
    }
}

@media only screen and (max-width:1023px) and (min-width:762px) {
    .MyContent .BeautySelection .ResultProductWrapper {
        height: 563px;
    }
}

@media only screen and (max-width:761px) {
    .MyContent .BeautySelection .ResultProductWrapper {
        width: 354px;
        flex-wrap: wrap;
        height: 300px;
        justify-content: center;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
    }
}

.MyContent .BeautySelection .ResultProductWrapper .VisualPackshot {
    margin: 0;
    display: flex;
    height: 340px;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;
}

@media only screen and (max-width:1023px) and (min-width:762px) {
    .MyContent .BeautySelection .ResultProductWrapper .VisualPackshot {
        height: 370px;
    }
}

@media only screen and (max-width:1023px) and (min-width:762px) {
    .MyContent .BeautySelection .ResultProductWrapper .VisualPackshot img {
        max-width: 100%;
    }
}

@media only screen and (max-width:761px) {
    .MyContent .BeautySelection .ResultProductWrapper .VisualPackshot img {}
    /*----------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-RESULTAT-1 .BeautySelection ul li:nth-child(1) .ResultProductWrapper .VisualPackshot img {}
    #MY-CLARINS-QUIZZ-RESULTAT-1 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .VisualPackshot img {
        margin-left: 20px;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-1 .BeautySelection ul li:nth-child(3) .ResultProductWrapper .VisualPackshot img {
        margin-left: -40px;
    }
    /*----------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-RESULTAT-2 .BeautySelection ul li:nth-child(1) .ResultProductWrapper .VisualPackshot img {
        width: 180px;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-2 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .VisualPackshot img {}
    #MY-CLARINS-QUIZZ-RESULTAT-2 .BeautySelection ul li:nth-child(3) .ResultProductWrapper .VisualPackshot img {
        margin-left: -30px;
    }
    /*----------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-RESULTAT-3 .BeautySelection ul li:nth-child(1) .ResultProductWrapper .VisualPackshot img {}
    #MY-CLARINS-QUIZZ-RESULTAT-3 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .VisualPackshot img {
        transform: rotate(-90deg);
    }
    #MY-CLARINS-QUIZZ-RESULTAT-3 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .VisualPackshot {
        overflow: hidden;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-3 .BeautySelection ul li:nth-child(2) .ResultProductWrapper {
        margin-top: -40px;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-3 .BeautySelection ul li:nth-child(3) .ResultProductWrapper .VisualPackshot img {
        margin-top: -80px;
        margin-left: 20px;
    }
    /*----------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-RESULTAT-4 .BeautySelection ul li:nth-child(1) .ResultProductWrapper .VisualPackshot img {}
    #MY-CLARINS-QUIZZ-RESULTAT-4 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .VisualPackshot img {
        transform: rotate(90deg);
    }
    #MY-CLARINS-QUIZZ-RESULTAT-4 .BeautySelection ul li:nth-child(3) .ResultProductWrapper .VisualPackshot img {
        margin-left: -30px;
    }
    /*----------------------------------------------------------*/
    #MY-CLARINS-QUIZZ-RESULTAT-5 .BeautySelection ul li:nth-child(1) .ResultProductWrapper .VisualPackshot img {
        transform: scale(0.9);
    }
    #MY-CLARINS-QUIZZ-RESULTAT-5 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .Text {
        z-index: 2;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-5 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .BtnLink {
        z-index: 3;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-5 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .VisualPackshot {
        z-index: 1;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-5 .BeautySelection ul li:nth-child(2) .ResultProductWrapper .VisualPackshot img {
        margin-right: 0px;
        margin-top: -110px;
        z-index: 1;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-5 .BeautySelection ul li:nth-child(3) .ResultProductWrapper .VisualPackshot img {
        transform: scale(0.9);
    }
    /*----------------------------------------------------------*/
    .MyContent .BeautySelection .ResultProductWrapper .VisualPackshot {
        width: 160px;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .MyContent .BeautySelection ul li:nth-child(2n) .ResultProductWrapper .VisualPackshot {
        order: 3;
    }
}

.MyContent .BeautySelection .ResultProductWrapper .Text {
    font-family: "Gotham Cond A", "Gotham Cond B";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    flex: 1;
    margin: 0;
    padding: 20px;
    padding-bottom: 0;
}

.MyContent .BeautySelection .ResultProductWrapper .BtnLink {
    order: 2;
}

@media only screen and (min-width:762px) {
    .MyContent .BeautySelection .ResultProductWrapper .BtnLink {
        justify-self: end;
    }
}

.MyContent .BeautySelection .ResultProductWrapper .Text strong {
    display: block;
    font-style: normal;
    font-weight: 600;
}

@media only screen and (max-width:761px) {
    .MyContent .BeautySelection ul li .BtnLink {
        margin-right: 20px;
        margin-left: 20px;
    }
    .MyContent .BeautySelection ul li:nth-child(2n) .BtnLink {
        align-self: flex-end;
    }
}

@media only screen and (max-width:761px) {
    .MyContent .BeautySelection .ResultProductWrapper .Text {
        display: block;
        width: auto;
        padding: 0;
        flex: unset;
        text-align: left;
        max-width: 160px;
        order: 1;
        margin-right: 20px;
        margin-left: 20px;
    }
    .MyContent .BeautySelection ul li:nth-child(2n) .ResultProductWrapper .Text {
        text-align: right;
    }
}


/*--------------------------------------------*/

.MyContent .ResultTips {
    display: block;
    background-color: #fcb1be;
    color: #fff;
    padding: 45px;
    border-radius: 8px;
    margin-top: 100px;
    max-width: 1170px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    position: relative;
    min-height: 190px;
    pointer-events: none;
}

.MyContent .ResultTips::after {
    content: " ";
    background-image: url(img/resultat-1-tips.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    bottom: 0;
}

.MyContent .ResultTips h2,
.MyContent .ResultTips p {
    z-index: 2;
    position: relative;
}

@media only screen and (max-width:1023px) {
    .MyContent .ResultTips {}
}

@media only screen and (max-width:761px) {
    .MyContent .ResultTips {
        width: 375px;
        padding: 0;
        border-radius: 0;
        background-color: transparent!important;
        box-sizing: border-box!important;
        margin-top: -100px!important;
    }
    .MyContent .ResultTips::after {
        width: 761px!important;
        height: 500px!important;
        left: -193px!important;
        right: auto!important;
        background-position: bottom center!important;
        z-index: 1;
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-1 .ResultTips {
    background-color: #fcb1be;
    text-align: right;
    padding-right: 273px;
}

#MY-CLARINS-QUIZZ-RESULTAT-1 .ResultTips::after {
    background-image: url(img/resultat-1-tips.png);
    right: -164px;
    width: 390px;
    height: 390px;
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-1 .ResultTips {
        padding-top: 192px;
        padding-right: 173px;
        height: 404px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-1 .ResultTips::after {
        background-image: url(img/resultat-1-tips-mobile.png);
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-2 .ResultTips {
    background-color: #ebafd4;
    text-align: left;
    padding-left: 353px;
}

#MY-CLARINS-QUIZZ-RESULTAT-2 .ResultTips::after {
    background-image: url(img/resultat-2-tips.png);
    left: -90px;
    width: 442px;
    height: 419px;
}

@media only screen and (max-width:1024px) {
    #MY-CLARINS-QUIZZ-RESULTAT-2 .ResultTips {
        margin-top: 180px;
    }
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-QUIZZ-RESULTAT-2 .ResultTips {
        margin-top: 150px;
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-2 .ResultTips {
        padding-top: 62px;
        padding-right: 20px;
        height: 404px;
        padding-left: 150px;
        padding-bottom: 20px;
        margin-top: 0px !important;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-2 .ResultTips::after {
        background-image: url(img/resultat-2-tips-mobile.png);
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-3 .ResultTips {
    background-color: #88dac2;
    text-align: left;
    padding-left: 343px;
    margin-top: 170px;
}

#MY-CLARINS-QUIZZ-RESULTAT-3 .ResultTips::after {
    background-image: url(img/resultat-3-tips.png);
    left: -104px;
    width: 442px;
    height: 419px;
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-QUIZZ-RESULTAT-3 .ResultTips {
        margin-top: 150px;
        padding-left: 303px
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-3 .ResultTips {
        padding-top: 142px;
        padding-right: 20px;
        height: 404px;
        padding-left: 180px;
        padding-bottom: 20px;
        margin-top: -50px !important;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-3 .ResultTips::after {
        background-image: url(img/resultat-3-tips-mobile.png);
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-4 .ResultTips {
    background-color: #68283b;
    text-align: left;
    padding-left: 293px;
}

#MY-CLARINS-QUIZZ-RESULTAT-4 .ResultTips::after {
    background-image: url(img/resultat-4-tips.png);
    left: -164px;
    width: 442px;
    height: 469px;
}

@media only screen and (max-width:1024px) {
    #MY-CLARINS-QUIZZ-RESULTAT-4 .ResultTips {
        margin-top: 180px;
    }
}

@media only screen and (max-width:1023px) {
    #MY-CLARINS-QUIZZ-RESULTAT-4 .ResultTips {
        margin-top: 150px;
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-4 .ResultTips {
        padding-top: 192px;
        padding-right: 20px;
        height: auto;
        padding-left: 180px;
        padding-bottom: 20px;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-4 .ResultTips::after {
        background-image: url(img/resultat-4-tips-mobile.png);
    }
}


/*-------------------------------------------------------*/

#MY-CLARINS-QUIZZ-RESULTAT-5 .ResultTips {
    background-color: #da2324;
    text-align: right;
    padding-right: 243px;
}

#MY-CLARINS-QUIZZ-RESULTAT-5 .ResultTips::after {
    background-image: url(img/resultat-5-tips.png);
    right: -128px;
    width: 364px;
    height: 475px;
}

@media only screen and (max-width:1024px) {
    #MY-CLARINS-QUIZZ-RESULTAT-5 .ResultTips {
        margin-top: 180px;
    }
}

@media only screen and (max-width:761px) {
    #MY-CLARINS-QUIZZ-RESULTAT-5 .ResultTips {
        padding-top: 192px;
        padding-right: 180px;
        height: 404px;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    #MY-CLARINS-QUIZZ-RESULTAT-5 .ResultTips::after {
        background-image: url(img/resultat-5-tips-mobile.png);
    }
}


/*-------------------------------------------------------*/

.BeautyPartner .products-pagination.jcarousel-control-next,
.BeautyPartner .products-pagination.jcarousel-control-prev {
    box-shadow: none;
    text-shadow: none;
    background-color: transparent;
    top: calc(50% - 35px);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    display: none;
}

.BeautyPartner .products-pagination.jcarousel-control-prev {
    background-image: url(img/prev.png);
}

.BeautyPartner .products-pagination.jcarousel-control-next {
    background-image: url(img/next.png);
}

@media only screen and (min-width:1250px) {
    .BeautyPartner .products-pagination.jcarousel-control-prev {
        left: calc(50% - 600px);
    }
    .BeautyPartner .products-pagination.jcarousel-control-next {
        right: calc(50% - 600px);
    }
}

@media only screen and (max-width:761px) {
    .BeautyPartner .products-pagination.jcarousel-control-prev {
        display: block;
    }
    .BeautyPartner .products-pagination.jcarousel-control-next {
        display: block;
    }
}


/*-------------------------------------------------------*/

.MyContent .ResultTips h2 {
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    padding: 0px;
}

.MyContent .ResultTips .Text {
    margin: 0;
    margin-top: 10px;
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.QuizzReset {
    padding-top: 20px;
}

.BtnCloseFooter {
    background-image: url(img/closepopin.png);
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: calc(50% - 17px);
    cursor: pointer;
    background-position: center center;
    background-size: 40px auto;
}


/*---------------------------------------------------------------------*/

@media only screen and (max-width: 761px) {
    body #olapic-wall::before {
        left: 0px !important;
    }
    .BeautyRoutine .jcarousel li {
        margin-top: -20px;
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) {
    .InOutBox .Text {
        font-size: 16px;
    }
    body #olapic-wall::before {
        margin-left: -30px;
    }
    .BeautyRoutine .jcarousel li {
        margin-top: -20px;
    }
}

.BoxContentMyClarins .Title {
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
}

.HeaderContent .Title {
    font-family: "Gotham Cond A", "Gotham Cond B" !important;
}


/* DTW Edits */

#Ingredient-4 .IngredientName {
    top: 81%;
    left: 55%;
    padding-left: 12px;
}

#Ingredient-20 .IngredientName {
    bottom: -2%;
    right: 63%;
    padding-right: 14px;
}

#Ingredient-2 .IngredientName {
    right: 68%;
}

#Block-1:after {
    bottom: -73px;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #Block-1:after {
        bottom: -75px;
    }
    #Block-4:after {
        top: 46%;
    }
    #Block-2:after {
        bottom: 87%;
        right: -14%;
    }
    #MY-CLARINS-FOOTER .BtnLink a {
        width: 148px;
    }
    #MY-CLARINS-FOOTER .BtnLink {
        width: 277px;
    }
    .BeautyRoutine .products-pagination.jcarousel-control-prev {
        left: 27px;
    }
    .BeautyRoutine .products-pagination.jcarousel-control-next {
        right: 27px;
    }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #Block-1:after {
        bottom: -73px;
    }
    #Block-2:after {
        bottom: 86%;
        right: -11%;
    }
    #Block-4:after {
        left: 9px;
    }
    #Ingredient-19 .IngredientName {
        bottom: 21%;
    }
    #MY-CLARINS-FOOTER .BtnLink a {
        width: 161px;
    }
    .Ingredients .products-pagination.jcarousel-control-prev {
        left: -30px;
    }
    .Ingredients .products-pagination.jcarousel-control-next {
        right: -30px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    #MY-CLARINS-FOOTER .BtnLink a {
        width: 125px;
        padding-left: 0px;
        padding-right: 0px;
    }
}