/* NEW */

h2 {
    font-size: 30px;
    line-height: 3vh;
    font-family: ClarinsRegular, Clarins;
    font-weight: normal;
}

img.iphone-img {
    width: 280px;
}

.main-last-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-last-div-01 {
    display: flex;
    flex-direction: column;
    width: 26%;
    justify-content: right;
}

img.Logo-Library-Clarins {
    width: 83px;
    height: 83px;
    margin-right: 20px;
    align-self: center;
}

.main-last-div-01-display {
    display: flex;
    justify-content: right;
}

.main-last-div-02 {
    width: 38%;
    text-align: center;
}

.logos-box {
    margin-bottom: 9px;
}

img.img-logo-width-google {
    width: 40%;
}

.img-logo-width-app-store {
    width: 37%;
}

.logos-box {
    text-align: center;
}

img.img-logo-width-google-width-02 {
    width: 11%;
}

img.img-logo-width-app-store-width-02 {
    width: 10%;
}

/* NEW */

p.into {
    text-align: center;
    padding-bottom: 3vh;
}

.banner-fullImg {
    background-image: url(img/banner-top.jpg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 420px;
    background-size:cover; /*60%;*/
    background-position: center 30%;
    width: 1903px;/*155%;*/
    margin-left: -326.5px;
}

.main-last-div-02 {
    background-image: url(img/image-background.png);
    background-repeat: no-repeat;
    background-position: right;
}

.all-box {
    display: flex;
    width: 100%;
}

.box01 {
    background-color: white;
    text-align: left;
    /*font-family: ClarinsRegular, Clarins;*/
    font-size: 16px;
    margin-left: 62vw;
    /*margin-right: 20px;*/
    width: 350px;
}

.img-library-width {
    width: 73%;
}

.text-box {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
}

.box02 {
    width: 145px;
}

.box02 {
    text-align: center;
}

.main-logos {
    justify-content: center;
    display: flex;
    margin-top: 2vh;
}

.google-play-logo {
    margin-right: 3%;
}

.app-store-logo {
    margin-left: 3%;
}

.text-content-desktop,
.text-content-mobile {
    margin: 5vh 9vw;
    font-family: ClarinsRegular, Clarins;
    font-size: 16px;
}

.text-content-mobile {
    display: none;
}

.p2,
.p1 {
    display: flex;
}

.main-logos-p1 {
    display: flex;
    margin-left: 1vw;
}

h1 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    font-family: ClarinsRegular, Clarins;
    font-weight: normal;
}

/* MOBILE portrait */

@media (min-width : 200px) and (max-width : 767px) {
    .all-box {
        display: flex;
        width: 100%;
        flex-direction: column;
        margin-top: 64vh;
    }

    .box01 {
        margin-left: initial;
        margin-right: initial;
        width: initial;
        text-align: center;
    }

    .box02 {
        width: 100%;
        text-align: center;
    }

    .img-library-width {
        width: 25%;
    }


    .text-content-desktop {
        display: none;
    }

    .text-content-mobile {
        display: block;
    }

    .img-mobile-library {
        text-align: center;
    }
}

/* MOBILE landscape */

@media (min-width : 414px) and (max-width : 736px) and (orientation : landscape) {

    .all-box {
        margin-top: 190vh!important;
    }
    #MASCARA4D-BLOCK-2 .TextIntro {
        margin: 71vh auto 0 auto!important;
    }
    img.img-logo-width-google {
        width: 24%!important;
    }
    .img-logo-width-app-store {
        width: 22%!important;
    }
    img.img-logo-width-google-width-02 {
        width: 24%!important;
    }
    img.img-logo-width-app-store-width-02 {
        width: 22%!important;
    }
    h2 {
        line-height: 8vh!important;
    }
}

/* Mobile Global */
@media (min-width : 320px) and (max-width : 767px) {
    #MASCARA4D-BLOCK-2 .TextIntro {
        margin: 25vh auto 0 auto;
    }

    img.img-logo-width-google-width-02 {
        width: 40%;
    }

    img.img-logo-width-app-store-width-02 {
        width: 37%;
    }

    .main-last-div {
        display: initial;
    }

    .main-last-div-01 {
        width: 100%;
    }

    .main-last-div-01-display {
        margin: auto;
    }

    .main-last-div-02 {
        width: 100%;
    }

    p {
        text-align: center;
    }

    .banner-fullImg {
    	background-size: cover;
        width: inherit;
        margin-left: inherit;
    }

    div#MASCARA4D-BLOCK-4 {
        padding: 1vh 2vw;
    }

    h2 {
        font-size: 30px;
        line-height: 4vh;
    }

    .main-last-div-01-display {
        display: initial;
        text-align: center;
    }

}

/* Tablette GLOBAL*/
@media (min-width: 768px) and (max-width : 1024px) {
    .main-last-div-01 {
        width: 47%;
    }

    .box01 {
        width: 318px;
        margin-left: 45vw;
    }

    .banner-fullImg {
    	background-size: cover;
        width: inherit;
        margin-left: inherit;
    }

    .main-last-div-02 {
        width: 42%;
        text-align: center;
    }
}

/* Tablette landscape*/
@media (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

}




/* old page */
.BeforeAfter {
	position: relative;
	overflow: hidden;
}

.BeforeAfter img {
	width: 100%;
	display: block;
}

.resize {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	overflow: hidden;
}


.BeforeAfter .handle {
	/* Thin line seperator */
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 7px;
	margin-left: -3px;
	cursor: ew-resize;
	background-color: #fff;
}

.BeforeAfter .handle:after {
	position: absolute;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;

	content: ' ';
	border-radius: 0;
	background-image: url(img/cursor.png);
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}

.MyContent {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
}

.MyContent .BeforeAfter {
	overflow: hidden;
	display: inline-block;
	position: relative;
	border: 7px solid #fff;
}

@media screen and (max-width: 761px) {
	.MyContent .BeforeAfter {
		width: calc(100vw - 14px);
		height: calc(42.2vw - 14px);
	}
}

.MyContent .BeforeAfter figure {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.MyContent .BeforeAfter figure .PanoBefore {
	position: relative;
	max-width: 100%;
	display: block;
}

.MyContent .BeforeAfter figure .PanoAfter {

	position: absolute;
	width: 50%;
	overflow: hidden;
	bottom: 0;
	height: 100%;

}

.MyContent .BeforeAfter figure .PanoAfter .Photo {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	left: 0;
}

.MyContent .BeforeAfter figure .Photo img {
	display: block;
	height: 100%;
	width: auto;

}

@media screen and (max-width: 761px) {
	.MyContent .BeforeAfter figure .Photo img {
		height: calc(42.2vw - 14px);
	}
}

.MyContent .BeforeAfter figure .Photo span {
	position: absolute;
	bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	font-family: "ClarinsRegular", "Clarins";
	font-size: 12px;
}

.MyContent .BeforeAfter figure .PanoBefore .Photo span {
	right: 10px;
}

.MyContent .BeforeAfter figure .PanoAfter .Photo span {
	left: 10px;
}

.MyContent .BeforeAfter figure div.PanoAfter::after {
	content: " ";
	bottom: 0;
	height: 100%;
	width: 3px;
	background-color: #fff;
	right: 0px;
	position: absolute;
}

.MyContent .BeforeAfter input[type=range] {
	display: none;
}


/*-------------------------------------------------------------*/
#main:not(.main-homepage) {
	margin-top: 0px;
}

.breadcrumb {
	display: none;
}

.MyContent {
	display: block;
	width: 100%;
	max-width: 1250px;
	min-width: 320px;
	margin: 0 auto;
}

@media screen and (max-width: 1250px) {
	.MyContent {
		overflow: hidden;
	}
}

.MyContent button:not(.not-tabbable):active,
.MyContent button:not(.not-tabbable):focus {
	outline: 0px solid !important;
}

.MyContent .MyBlock {
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}


@media screen and (min-width: 1250px) {
	.MyContent .MyFullWidthBlock {
		margin-left: -175px;
		width: 1600px;
	}
}


.MyContent .AnchorTag {
	margin: 0px;
	padding-top: 50px;
	margin-top: -50px;
}

/*------------------------------------------------------------------------------------------*/
.MyContent .BtnLink {
	margin: 0px;
}

.MyContent .BtnLink span,
.MyContent .BtnLink a {
	font-family: "ClarinsRegular", "Clarins";
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	position: relative;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	display: inline-block;
	line-height: 14px;
	min-width: 110px;
	text-align: center;
	background-color: black;
	cursor: pointer;
	transition: color ease-in-out 0.5s, background 0.5s ease-in-out;
	border: 2px solid #000;
}

.MyContent .BtnLink span:hover,
.MyContent .BtnLink a:hover {
	color: black;
	background-color: white;

}

/*---------------------------------*/
#MASCARA4D-Header {
	background-color: #fff;
	display: flex;
	height: 500px;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-Header {
		height: 300px;
	}

}

#MASCARA4D-Header h1 {
	font-size: 0;
	display: flex;
	width: 100vw;
	max-width: 1600px;
}

@media screen and (max-width: 761px) {
	#MASCARA4D-Header h1 {
		display: block;
	}

}

#MASCARA4D-Header h1 span {
	display: block;
	height: 500px;
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-Header h1 span {
		height: 300px;
	}

}

#MASCARA4D-Header h1 span:first-child {
	background-image: url(img/background-header-left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	flex-basis: 56.5%;
	padding-left: 95px;
	padding-right: 95px;
	padding-bottom: 45px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-Header h1 span:first-child {
		background-size: auto 300px;
		height: 300px;
		flex-basis: 66.5%;
		padding-left: 25px;
		padding-right: 135px;
		padding-bottom: 25px;
	}

	#MASCARA4D-Header h1 span:first-child img {
		max-width: 100%;
		display: block;
	}
}

@media screen and (max-width: 761px) {
	#MASCARA4D-Header h1 span:first-child {
		background-size: auto 316px;
		height: 316px;
		width: 100vw;
		padding-left: 2vw;
		padding-right: 10vw;
		padding-bottom: 2vw;
	}

	#MASCARA4D-Header h1 span:first-child img {
		width: 80vw;
		display: block;
	}
}

#MASCARA4D-Header h1 span:last-child {
	background-image: url(img/background-header-right.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	flex-basis: 43.5%;

}

@media screen and (max-width: 1023px) {
	#MASCARA4D-Header h1 span:last-child {
		flex-basis: 33.5%;
	}

}

@media screen and (max-width: 761px) {
	#MASCARA4D-Header h1 span:last-child {
		display: none;
	}

}

/*---------------------------------*/
#MASCARA4D-BLOCK-FOOTER {
	background-color: #e6f0fd;
	height: 76px;
	display: flex;
	width: 100vw;
	left: 0px;
	bottom: 0px;
	position: fixed;
	justify-content: center;
	align-items: center;
	z-index: 100;
	padding-right: 76px;
	padding-left: 76px;
	box-sizing: border-box;
}

@media screen and (max-width: 761px) {
	#MASCARA4D-BLOCK-FOOTER {
		display: none;
	}
}

#MASCARA4D-BLOCK-FOOTER .CloseBtn {
	background-image: url(img/closeBtn.png);
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	right: 23px;
	top: 23px;
}

#MASCARA4D-BLOCK-FOOTER .Visual {
	height: 69px;
}

#MASCARA4D-BLOCK-FOOTER .Visual img {
	display: block;
}

#MASCARA4D-BLOCK-FOOTER .Text {
	max-width: 680px;
	font-size: 16px;
	line-height: 1em;
	font-family: "ClarinsRegular", "Clarins";
	flex-basis: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}

/*---------------------------------*/
#MASCARA4D-BLOCK-0 .Title {
	color: #be0f34;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	margin: 0px auto;
	padding: 20px;
	line-height: 1em;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 10px;
}

#MASCARA4D-BLOCK-0 .Text {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 16px;
}

#MASCARA4D-BLOCK-0 .AnchorList {
	display: flex;
	max-width: 600px;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 100%;
}

@media screen and (max-width: 761px) {
	#MASCARA4D-BLOCK-0 .AnchorList {
		padding-bottom: 10px;
		margin-bottom: 40px;
	}
}

#MASCARA4D-BLOCK-0 .AnchorList a {
	min-width: 120px;
	margin: 8px 0px;
	text-align: center;
	font-size: 11px;
	font-family: "ClarinsRegular", "Clarins";
	text-decoration: none;
	color: #000;
	letter-spacing: -0.02em;
	display: block;
}

#MASCARA4D-BLOCK-0 .AnchorList a::before {
	content: " ";
	width: 90px;
	height: 90px;
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border: 3px solid #e6f0fd;
	background-repeat: no-repeat;
	background-size: 90px 90px;
	margin-bottom: 5px;
}

#MASCARA4D-BLOCK-0 .AnchorList a:hover::before {
	background-color: #e6f0fd;
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-1::before {
	background-image: url(img/picto-1.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-2::before {
	background-image: url(img/picto-2.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-3::before {
	background-image: url(img/picto-3.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-4::before {
	background-image: url(img/picto-4.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-5::before {
	background-image: url(img/picto-5.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-1:hover::before {
	background-image: url(img/picto-1-red.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-2:hover::before {
	background-image: url(img/picto-2-red.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-3:hover::before {
	background-image: url(img/picto-3-red.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-4:hover::before {
	background-image: url(img/picto-4-red.svg);
}

#MASCARA4D-BLOCK-0 .AnchorList .anchor-masacara4D-5:hover::before {
	background-image: url(img/picto-5-red.svg);
}

/*---------------------------------*/
#MASCARA4D-BLOCK-1 {
	height: 472px;
	background-image: url(img/background-1-left.jpg), url(img/background-1-right.jpg);
	background-position: top left -200px, bottom right -200px;
	background-repeat: no-repeat, no-repeat;
	text-align: center;
	background-color: #e7f1fd;
}

@media screen and (max-width: 1250px) {
	#MASCARA4D-BLOCK-1 {
		height: 580px;

	}
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-1 {
		background-position: top left -350px, bottom right -350px;
	}
}

@media screen and (max-width: 761px) {

	#MASCARA4D-BLOCK-1 {
		padding-bottom: 2vw;
		background-position: bottom -10vw left -33vw, bottom right -20vw;
		background-size: auto 70vw, auto 50vw;

	}
}

#MASCARA4D-BLOCK-1 .Title {
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	padding-top: 40px;
}

@media screen and (max-width: 1250px) {
	#MASCARA4D-BLOCK-1 .Title {
		max-width: 480px;
		margin: 0 auto;
	}
}

#MASCARA4D-BLOCK-1 .Text {
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 14px;
	font-family: "ClarinsRegular", "Clarins";
}

@media screen and (max-width: 1250px) {
	#MASCARA4D-BLOCK-1 .Text {
		max-width: 480px;
		margin: 0 auto;
	}
}

#MASCARA4D-BLOCK-1 .Text strong {
	display: block;
	font-family: "ClarinsRegular", "Clarins";
}

/*---------------------------------*/
#MASCARA4D-BLOCK-2 {
	text-align: center;
}

#MASCARA4D-BLOCK-2 .TextIntro {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 20px;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-2 .TextIntro {
		padding-bottom: 10px;
	}
}

#MASCARA4D-BLOCK-2 .Wrapper {
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 4px;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-2 .Wrapper {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-2 .Wrapper {
		width: 695px;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	#MASCARA4D-BLOCK-2 .Wrapper .slick-dots {
		bottom: 0;
		z-index: 4;
		display: block;
	}
}

@media screen and (max-width: 761px) {
	#MASCARA4D-BLOCK-2 .Wrapper {
		width: 295px;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	#MASCARA4D-BLOCK-2 .Wrapper .slick-dots {
		bottom: 0;
	}
}

#MASCARA4D-BLOCK-2 .Wrapper .Polaroid {
	margin: 12px;
	flex-basis: calc(25% - 25px);
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Photo {
		margin: 12px auto;
	}
}

#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Photo {
	padding: 10px;
	border: 1px solid #f3f3f3;
	max-width: 273px;
	margin: auto;

}

#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Photo img {
	display: block;
	max-width: 100%;
}

#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Title {
	margin: 0;
	font-weight: normal;
	font-family: "ClarinsRegular", "Clarins";
	font-size: 30px;
	padding: 20px;
	padding-bottom: 0;
}

#MASCARA4D-BLOCK-2 .Text {
	max-width: 1100px;
	margin: 0 auto;

	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
}

/*------------------------------------------------------------------------------------------*/
#MASCARA4D-BLOCK-3 {
	height: auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	margin-top: 50px;
	padding-top: 3vh;
	padding-bottom: 3vh;
	background-color: #BE0F34;
	color: white;
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-3 {
		background-size: 150% auto;
		background-position: bottom center;
	}
}


#MASCARA4D-BLOCK-3 .Title {
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	padding-top: 40px;
}

@media screen and (max-width: 761px) {
	#MASCARA4D-BLOCK-3 .Title {
		font-size: 35px;
	}
}

#MASCARA4D-BLOCK-3 .Text {
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ClarinsRegular", "Clarins";
	padding: 20px;
	padding-bottom: 40px;
	max-width: 1250px;
	margin: 0 auto;

}

/*------------------------------------------------------------------------------------------*/
#MASCARA4D-BLOCK-5 {
	height: 558px;
	background-image: url(img/background-4.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	background-color: #e7f1fd;
	margin-bottom: 40px;
}

@media screen and (max-width: 1250px) {
	#MASCARA4D-BLOCK-5 {
		background-position: bottom left;
		background-size: 1200px;
	}
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-5 {
		background-position: bottom left -30px;
	}
}

@media screen and (max-width: 761px) {
	#MASCARA4D-BLOCK-5 {
		background-position: top center;
		background-image: url(img/background-4-mobile.jpg);
		background-size: auto;
		background-color: #e6f0fd;
		height: auto;
		padding-bottom: 30px;
	}
}

#MASCARA4D-BLOCK-5 .Title {
	color: #000;
	font-family: ClarinsRegular, Clarins;
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;

	padding-bottom: 30px;
}

@media screen and (max-width:1023px) {
	#MASCARA4D-BLOCK-5 .Title {
		font-size: 35px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:761px) {
	#MASCARA4D-BLOCK-5 .Title {
		font-size: 30px;
		padding-top: 20px;
		padding-bottom: 0px;
	}
}

#MASCARA4D-BLOCK-5 .Packshot {
	position: absolute;
	right: 50%;
	margin-right: 40px;
	top: -30px;
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-5 .Packshot {
		right: 55%;
	}
}

@media screen and (max-width: 761px) {
	#MASCARA4D-BLOCK-5 .Packshot {
		position: relative;
		right: auto;
		margin: 0 auto;
		top: auto;
	}
}

@media screen and (max-width: 1250px) {
	#MASCARA4D-BLOCK-5 .Packshot img {
		max-width: 250px;
	}
}

@media screen and (max-width:761px) {
	#MASCARA4D-BLOCK-5 .Packshot img {
		max-width: 156px;
		margin-left: 90px;
		margin-top: 20px;
	}
}

#MASCARA4D-BLOCK-5 .Packshot .IngredientName {
	font-family: "ClarinsRegular", "Clarins";
	font-size: 12px;
	position: absolute;
	left: 70%;
	top: 20%;
}

#MASCARA4D-BLOCK-5 .Content {
	position: absolute;
	left: 50%;
	top: 40px;
	text-align: left;
	max-width: 590px;
	margin-right: 40px;
}

@media screen and (max-width: 1023px) {
	#MASCARA4D-BLOCK-5 .Content {
		left: 45%;
	}
}

@media screen and (max-width:761px) {
	#MASCARA4D-BLOCK-5 .Content {
		position: relative;
		left: auto;
		top: auto;
		text-align: center;
		max-width: 590px;
		margin: 0px 20px;
	}
}

#MASCARA4D-BLOCK-5 .Text {
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ClarinsRegular", "Clarins";
	padding-bottom: 40px;
	margin: 20px auto;
}

@media screen and (max-width:1023px) {
	#MASCARA4D-BLOCK-5 .Text {
		padding-bottom: 0px;
	}
}

@media screen and (max-width:761px) {
	#MASCARA4D-BLOCK-5 .Text {
		font-size: 14px;
		padding-bottom: 0px;

	}
}

#MASCARA4D-BLOCK-5 .Text strong {
	text-transform: uppercase;
	font-family: "ClarinsRegular", "Clarins";
	font-weight: normal;
	display: block;
	margin-bottom: 20px;
}

@media screen and (max-width:1023px) {
	#MASCARA4D-BLOCK-5 .Text strong {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:761px) {
	#MASCARA4D-BLOCK-5 .Text strong {
		margin-bottom: 10px;

	}
}

/*------------------------------------------------------------------------------------------*/
#MASCARA4D-BLOCK-4 {
	text-align: left;
	margin-bottom: 40px;
	font-size: 16px;
}

#MASCARA4D-BLOCK-4>.Text {
	margin: 0 20px;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "ClarinsRegular", "Clarins";
}

#MASCARA4D-BLOCK-4 .Title {
	color: #be0f34;
	font-family: ClarinsRegular, Clarins;
	font-size: 35px;
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-weight: normal;
	padding-bottom: 10px;
}

@media screen and (max-width: 761px) {
	#MASCARA4D-BLOCK-4 .Title {
		margin: 0 20px;
	}
}

#MASCARA4D-BLOCK-4 .TextLink {
	margin: 0;
	padding: 0;
}

#MASCARA4D-BLOCK-4 .TextLink a {
	font-family: "ClarinsRegular", "Clarins";
	font-size: 16px;
	color: #000;
}

#MASCARA4D-BLOCK-4 .TextLink a:hover {
	color: #be0f34;
}

/*---------------------------------------------*/
.MyContent .Breadcrumb {
	display: flex;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.MyContent .Breadcrumb li {
	width: 1.76em;
	height: 1.76em;
	line-height: 1.76em;
	border: 2px solid #e6f0fd;
	background-color: #fff;
	border-radius: 50%;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	margin: 11px;
	position: relative;
	font-family: "ClarinsRegular", "Clarins";
}

.MyContent .Breadcrumb li::before {
	position: absolute;
	content: " ";
	width: 26px;
	height: 2px;
	background-color: #e6f0fd;
	top: calc(50% - 1px);
	right: 100%;

}

.MyContent .Breadcrumb li::after {
	position: absolute;
	content: " ";
	width: 26px;
	height: 2px;
	background-color: #e6f0fd;
	top: calc(50% - 1px);
	left: 100%;

}

.MyContent .Breadcrumb li:first-child::before {
	display: none;
}

.MyContent .Breadcrumb li:last-child::after {
	display: none;
}

.MyContent .Breadcrumb li.Selected {
	font-size: 25px;
	background-color: #e6f0fd;
	color: #000000;
}

.MyContent .Breadcrumb li.Selected::before {
	display: none;
}

.MyContent .Breadcrumb li.Selected::after {
	display: none;
}

.MyContent .Breadcrumb li.Active {
	cursor: pointer;
}

.MyContent .Breadcrumb li.Active:hover {
	color: #be0f34;
	background-color: #e6f0fd;
}

.MyContent .MyQuizzRoutineScreen {
	background-position: top center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: none;
}

@media screen and (min-width: 1250px) {
	.MyContent .MyQuizzRoutineScreen {
		margin-left: -175px;
		width: 1600px;
	}
}

@media screen and (max-width: 1023px) {
	.MyContent .MyQuizzRoutineScreen {
		background-size: auto 350px;
	}
}

.MyContent .MyQuizzRoutineScreen[data-selected="1"] {
	display: block;
}

.MyContent .MyQuizzRoutineScreen .Wrapper {
	margin: 0 auto;
	max-width: 1250px;
	padding: 30px;
	box-sizing: border-box;
	text-align: right;
}

@media screen and (max-width: 1023px) {
	.MyContent .MyQuizzRoutineScreen .Wrapper {
		padding: 10px;
	}
}


.MyContent .Question {
	margin: 0 auto;
	max-width: 850px;

}

.MyContent #Question-Routine-1 .Question,
.MyContent #Question-Routine-2 .Question,
.MyContent #Question-Routine-3 .Question {
	margin: 0 auto;
}

.MyContent .Question .Title {
	font-size: 35px;
	font-family: ClarinsRegular, Clarins;
	color: #fff;
	text-align: center;
	margin: 0;

}

.MyContent .Question .Text {
	font-size: 22px;
	font-family: "ClarinsRegular", "Clarins";
	color: #000;
	text-align: center;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 38px;
	white-space: nowrap;

}

@media screen and (max-width: 1250px) {
	.MyContent .Question .Text {
		font-size: 20px;
		white-space: normal;
	}
}

.MyContent .Reponses {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 850px;
	justify-content: center;
	align-items: center;
	font-family: "ClarinsRegular", "Clarins";
	font-size: 16px;

}

@media screen and (max-width: 1023px) {
	.MyContent .Reponses {
		max-width: 1023px;
		margin: 0 auto
	}
}

.MyContent .Reponses li {
	padding: 0;
	width: calc(33.33% - 20px);
	margin: 10px;
	text-align: center;
	background-image: url(img/item-background.jpg);
	position: relative;
	display: block;
	background-size: 100% auto;
	cursor: pointer;
	padding-top: 23px;
}

@media screen and (max-width: 761px) {
	.MyContent .Reponses li {
		width: calc(50% - 20px);
	}
}

.MyContent .Reponses li .Polaroid {
	max-width: 310px;
	width: 100%;
	margin: 0 auto;
	display: block;
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.MyContent .Reponses li img {
	transform: scale(1);
	transition: transform 0.2s ease-in-out;
	display: block;
	max-width: 100%;
}

.MyContent .Reponses li:hover img {
	transform: scale(1.05);
}

.MyContent .Reponses li span {
	border: 2px #e6f0fd solid;
	background-color: #e6f0fd;
	display: block;
	width: calc(100% - 40px);
	color: #000;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 2;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 0;
	border-radius: 23px;

}

@media screen and (max-width: 761px) {
	.MyContent .Reponses li span {
		width: calc(100% - 20px);
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		left: 10px;
	}
}

.MyContent .Reponses li:hover span {
	background-color: #fff;
}

.MyContent .FaceProduct {}

.MyContent .MyQuizzRoutineScreen .IngredientName {
	color: #000;
	font-size: 14px;
	margin: 0;
	font-family: "ClarinsRegular", "Clarins";
	position: absolute;
	display: inline-block;


}




.MyContent #Question-Routine-5 .Reponses li:hover {
	color: #be0f34;
}

.MyContent .Product {
	text-align: center;
	display: none;
}

.MyContent .Product[data-selected="1"] {
	display: block;
}

@media screen and (min-width: 1023px) {
	.MyContent .Product {
		width: 205px;
		display: none;
		flex-direction: column;
		justify-content: flex-end;
		position: relative;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.MyContent .Product[data-selected="1"] {
		display: flex;
	}

	.MyContent .Product p {}
}

.MyContent .ProductResult {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	margin: 0 auto;
	max-width: 850px;
	z-index: 2;
	position: relative;
}

.MyContent .ProductVisual {
	display: inline-block;
	position: relative;
	margin: 0;
	max-width: 375px;
}

@media screen and (max-width: 761px) {

	.MyContent .ProductVisual {
		display: block;
		position: relative;
		margin: 0;
		width: 320px;
		height: 320px;
		overflow: hidden;
	}
}

.MyContent .ProductVisual img {
	display: block;
	position: relative;
	max-width: 100%;
}

.MyContent .ProductName {
	color: #000;
	font-size: 22px;
	margin: 0;
	font-family: "ClarinsRegular", "Clarins";
}

@media screen and (max-width: 761px) {
	.MyContent .ProductVisual img {
		display: block;
		position: relative;
		margin: 0;
		width: 320px;
		/*margin-top:-70px;*/
		overflow: hidden;

	}
}

.MyContent .ProductPrice {
	color: #000;
	font-size: 16px;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "ClarinsRegular", "Clarins";
}


@media screen and (max-width: 761px) {
	.MyContent .ProductResult {
		padding-bottom: 0px;
	}

	.MyContent .MyQuizzRoutineScreen .Product {
		margin-top: 0px;
	}
}


.MyContent #Question-Routine-5 .Breadcrumb {
	display: none;
}

.MyContent #Question-Routine-5 .Reponses li {
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: underline;
}

.MyContent #Question-Routine-5 .Question .Text {
	color: #000;
	font-size: 35px;
	font-family: ClarinsRegular, Clarins;
	line-height: 1em;

}

/***DTW EDITS***/
@media only screen and (max-width: 761px) {
	#MASCARA4D-BLOCK-1 {
		height: 630px;
	}

	.MyContent .ProductVisual {
		margin: auto;
	}
}

#MASCARA4D-BLOCK-1 .Title {
	font-size: 45px;
}

#MASCARA4D-BLOCK-1 {
	margin-bottom: 0px !important;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.MyContent .ProductVisual {
		display: block;
		position: relative;
		margin: auto;
		width: 320px;
		height: 320px;
		overflow: hidden;
		left: -50px;
	}
}

div#MASCARA-SLICK-MENU .slick-track {
	width: 550px !important;
	margin-left: 0%;
}

div#MASCARA-SLICK-MENU .slick-slide.slick-current.slick-active {
	width: 110px !important;
}

#MASCARA4D-BLOCK-1 {
	margin-bottom: 65px;
}

@media only screen and (max-width:761px) {
	div#MASCARA-SLICK-MENU .slick-track {
		width: 1670px !important;
		margin-left: 2%;
	}

	#MASCARA4D-BLOCK-4 {
		margin-bottom: 64px;
	}

	.MyContent .AnchorTag {
		margin-top: -100px;
	}
}

.MyContent .AnchorTag {
	margin: 0px;
	padding-top: 50px;
	margin-top: -30px;
}




#MASCARA4D-BLOCK-2 .Wrapper .Polaroid .Title{
    font-size: 22px;
}


@media only screen and (max-width: 761px){
    #MASCARA4D-BLOCK-2 .TextIntro{
        margin: 25vh auto 0 auto;
    }
    #MASCARA4D-BLOCK-2 .TextIntro{
    	font-size: 14px;
    }
}

#MASCARA4D-BLOCK-2 span{
	font-family: ClarinsRegular, Clarins;
	font-weight: normal;
}

#MASCARA4D-BLOCK-4 h2{
	font-size: 27px;

}