/*body, html{
	overflow-x:hidden;
}*/
/*----------------------------------*/
@font-face {
	font-family: "Gotham Cond A", "Kanit Light";
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', "Kanit Light";
	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', "Kanit Light";
    src: url('font/moon_flower_bold-webfont.woff2') format('woff2'), url('font/moon_flower_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.PDP-MyClarins{
	max-width:1170px;
	margin:0 auto;
}
/*----------------------------------*/
span.Emoticon{
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align:middle;
	background-repeat:no-repeat;
	margin-bottom:-8px;
	margin-top:-8px;
}
@media only screen and (max-width:761px) {
	span.Emoticon{

	width: 20px;
    height: 20px;
    background-size: contain;
    margin: 0;
    vertical-align: top;

}
}
/*----------------------------------*/
span.Emoticon.burger{
	background-image:url(pdp/emoticon-burger.png);	
}
span.Emoticon.salade{
	background-image:url(pdp/emoticon-salade.png);	
}
span.Emoticon.hand{
	background-image:url(pdp/emoticon-hand.png);	
}
span.Emoticon.clock{
	background-image:url(pdp/emoticon-clock.png);	
}
span.Emoticon.sms{
	background-image:url(pdp/emoticon-sms.png);	
}
span.Emoticon.snowflake{
	background-image:url(pdp/emoticon-snowflake.png);	
}
/*----------------------------------*/
.PDP-MyClarins-Intro{
	text-align:center;
	font-family: "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", 'Gotham Book', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight:normal;
}
.PDP-MyClarins-Intro .Title{
		font-family: 'moonflowerbold', "Kanit Light";
		font-size:27px;line-height: 27px;
		font-weight:normal;
}
.PDP-MyClarins-Intro .Title .Red{
	font-size:50px;
	color:#fa364a;
	display:block;
	line-height: 50px;
	
}
.PDP-MyClarins-Intro .MainText{
	max-width:800px;
	margin:0 auto;
	font-size: 16px;
	line-height: 24px;
	
}
.PDP-MyClarins-Intro .MainText strong{
	font-weight:normal;
}
@media only screen and (max-width:761px) {
	.PDP-MyClarins-Intro .MainText{
		margin:0 20px;
		font-size: 14px;line-height: 1.4em;
	}
	.PDP-MyClarins-Intro .MainText br {
		display:none!important;
	}
}


.PDP-MyClarins-Intro .MainText strong{
	font-weight:normal;
}
@media only screen and (max-width:761px) {
	.PDP-MyClarins-Intro .MainText strong{
		display:block;margin-bottom:6px;
	}
}
.PDP-MyClarins-Intro .Mentions{
	font-size:11px;margin:0 auto;color:#999999;
}

@media only screen and (max-width:761px) {
	.PDP-MyClarins-Intro .RecipeMobile{
		display:block;
	}
	.PDP-MyClarins-Intro .RecipeMobile::after{
		content:"..."
	}
	.PDP-MyClarins-Intro .TextLinkExpand{
		display:block;font-size: 11px;line-height: 1.4em;text-decoration:underline;cursor:pointer;text-transform:uppercase;
		font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;padding:8px;
	}
	.PDP-MyClarins-Intro .RecipeExpand{
		display:none;font-size: 14px;line-height: 1.4em;
	}
	.PDP-MyClarins-Intro .TextLinkCollapse{
		display:none;
	}
	.PDP-MyClarins-Intro .Mentions{
		display:none;
	}
	
	.PDP-MyClarins-Intro.Expanded .RecipeMobile{
		display:inline;
	}
	.PDP-MyClarins-Intro.Expanded .RecipeMobile::after{
		content:""
	}
	.PDP-MyClarins-Intro.Expanded .TextLinkExpand{
		display:none;
	}
	.PDP-MyClarins-Intro.Expanded .RecipeExpand{
		display:inline;
	}
	.PDP-MyClarins-Intro.Expanded .TextLinkCollapse{
		display:block;font-size: 11px;line-height: 1.4em;text-decoration:underline;cursor:pointer;text-transform:uppercase;font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;padding:8px;
	}
	.PDP-MyClarins-Intro.Expanded .Mentions{
		display:block;
	}
}
/*----------------------------------*/
.PDP-MyClarins-Content{
	text-align:center;
	background-repeat:no-repeat;
	background-position:top center;
	font-family: "Gotham Cond A", "Kanit Light";
	font-size:18px;
	line-height:1.2em;

	position:relative;
	letter-spacing:0.04em;
	width:1170px;
}
@media only screen and (max-width:1170px) {
	.PDP-MyClarins-Content{
		margin-left:calc(50% - 585px);
	}
}
@media only screen and (max-width:1024px) {
	.PDP-MyClarins-Content{
		transform:scale(0.9);
		margin-left:calc(50% - 526px);
		transform-origin:left bottom;
		margin-top:-50px;
	}
}
@media only screen and (max-width:1023px) {
	.PDP-MyClarins-Content{
		transform:scale(0.7);
		margin-left:calc(50% - 409px);
		transform-origin:left bottom;
		margin-top:-130px;
	}
}
@media only screen and (max-width:761px) {
	.PDP-MyClarins-Content{
		transform:none!important;
		margin:0!important;
		width:100%!important;
		
	}
}

.PDP-MyClarins-Content .Text{
	margin:0;position:absolute;
}
@media only screen and (max-width:761px) {
	.PDP-MyClarins-Content .Text{
		margin:0!important;
		position:relative!important;
		top:auto!important;
		left:auto!important;
		right:auto!important;
		text-align:center!important;
	}
}


.PDP-MyClarins-Content.MobileContent{
		display:none;
}
.PDP-MyClarins-Content.DesktopContent{
		display:block;
}

@media only screen and (max-width:761px) {
	.PDP-MyClarins-Content.MobileContent{
		display:block;
		margin-bottom:40px!important;
	}
	.PDP-MyClarins-Content.MobileContent  .Text{
		padding-left:20px!important;
		padding-right:20px!important;
		padding-bottom:10px!important;
		box-sizing:border-box;
		width:100%;
	}
	.PDP-MyClarins-Content.DesktopContent{
		height:400px!important;
	}
	.PDP-MyClarins-Content.DesktopContent  .Text{
		display:none;
	}
}

.PDP-MyClarins-Content .BigBlack{
	color:#000;
	display:block;		
	font-family: 'moonflowerbold', "Kanit Light";
	font-size:100px;
	line-height:80px;
	letter-spacing:-0.02em;
}
.PDP-MyClarins-Content .SmallBlack{
	color:#000;
	display:block;		
	font-family: 'moonflowerbold', "Kanit Light";
	font-size:36px;
	line-height:36px;
	letter-spacing:-0.035em;
}
.PDP-MyClarins-Content .Black{
	color:#000;
	display:block;		
	font-family: 'moonflowerbold', "Kanit Light";
	font-size:50px;
	line-height:50px;
	letter-spacing:-0.035em;
}
.PDP-MyClarins-Content .Red{
	color:#fa364a;
	display:block;		
	font-family: 'moonflowerbold', "Kanit Light";
	font-size:50px;
	line-height:36px;margin-bottom:5px;	
	letter-spacing:-0.035em;
}
/*----------------------------------*/
.PDP-MyClarins-Results{
	background-color:#fa364a;
	text-align:center;
	color:#fff;
	padding:50px 20px;
	font-family: "Kanit Light", "Gotham SSm book A", "Gotham SSm book B", 'Gotham Book', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
}
.PDP-MyClarins-Results.Green{
	background-color:#1ad4c6;
}
.PDP-MyClarins-Results .Title{
	margin:0;
	font-weight:normal;
	font-size:50px;
	display:block;
	font-family: 'moonflowerbold', "Kanit Light";
	line-height:38px;
	margin-bottom:20px;
}
.PDP-MyClarins-Results .Text{
	max-width:800px;
	margin:0 auto;
	
}
.PDP-MyClarins-Results .Mentions{
	font-size:11px;margin:0 auto;
}
.PDP-MyClarins-Results .BtnLink {
	margin: 0;
	padding: 0;
	font-size: 0;
	padding-top: 15px;
}
.PDP-MyClarins-Results .BtnLink a {
	font-family: "Kanit Light", "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', 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;
}

/* RE-MOVE_poudre_exfoliante */
#PDP-RE-MOVE-POUDRE-EXFOLIANTE{
	background-image:url(pdp/PDP-RE-MOVE-POUDRE-EXFOLIANTE.png);
	height:549px;
}
@media only screen and (max-width:761px) {
#PDP-RE-MOVE-POUDRE-EXFOLIANTE{
	background-image:url(pdp/PDP-RE-MOVE-POUDRE-EXFOLIANTE-mobile.png);
}	
}
#PDP-RE-MOVE-POUDRE-EXFOLIANTE .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 255px;
    top: 80px;
}
#PDP-RE-MOVE-POUDRE-EXFOLIANTE .Text:nth-child(2){
	text-align:right;
	right:50%;
	margin-right: 255px;
    top: 300px;	
}
#PDP-RE-MOVE-POUDRE-EXFOLIANTE .Text:nth-child(3){
	text-align:left;
	left:50%;
	margin-left: 145px;
    top:75px;	
}
#PDP-RE-MOVE-POUDRE-EXFOLIANTE .Text:nth-child(4){
	text-align:left;
	left:50%;
	margin-left:225px;
    top:335px;	
}
/* RE-MOVE_gel nettoyant purifiant */
#PDP-RE-MOVE-GEL-NETTOYANT{
	background-image:url(pdp/PDP-RE-MOVE-GEL-NETTOYANT.png);
	height:549px;
}
@media only screen and (max-width:761px) {
#PDP-RE-MOVE-GEL-NETTOYANT{
	background-image:url(pdp/PDP-RE-MOVE-GEL-NETTOYANT-mobile.png);
}	
}
#PDP-RE-MOVE-GEL-NETTOYANT .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 335px;
    top: 30px;
}
#PDP-RE-MOVE-GEL-NETTOYANT .Text:nth-child(2){
	text-align:right;
	right:50%;
	margin-right: 270px;
    top: 190px;	
}
#PDP-RE-MOVE-GEL-NETTOYANT .Text:nth-child(3){
	text-align:right;
	right:50%;
	margin-right: 300px;
    top: 390px;	
}
#PDP-RE-MOVE-GEL-NETTOYANT .Text:nth-child(4){
	text-align:left;
	left:50%;
	margin-left: 265px;
    top:65px;	
	max-width:250px;
}
#PDP-RE-MOVE-GEL-NETTOYANT .Text:nth-child(5){
	text-align:left;
	left:50%;
	margin-left:165px;
    top:335px;	
}
/* RE-MOVE_eau lactee micellaire */
#PDP-RE-MOVE-EAU-LACTEE{
	background-image:url(pdp/PDP-RE-MOVE-EAU-LACTEE.png);
	height:549px;
}
@media only screen and (max-width:761px) {
#PDP-RE-MOVE-EAU-LACTEE{
	background-image:url(pdp/PDP-RE-MOVE-EAU-LACTEE-mobile.png);
}	
}
#PDP-RE-MOVE-EAU-LACTEE .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 285px;
    top: 42px;
}
#PDP-RE-MOVE-EAU-LACTEE .Text:nth-child(2){
	text-align:right;
	right:50%;
	margin-right: 165px;
    top: 380px;	
}
#PDP-RE-MOVE-EAU-LACTEE .Text:nth-child(3){
	text-align:left;
	left:50%;
	margin-left: 120px;
    top:60px;	
	max-width:250px;
}

#PDP-RE-MOVE-EAU-LACTEE .Text:nth-child(4){
	text-align:left;
	left:50%;
	margin-left: 235px;
    top:280px;	
	max-width:250px;
}

/* Clear-out Soin cible imperfections */
#PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS{
	background-image:url(pdp/PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS.png);
	height:508px;
}
@media only screen and (max-width:761px) {
#PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS{
	background-image:url(pdp/PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS-mobile.png);
}	
}
#PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 140px;
    top: 240px;	
}
#PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS .Text:nth-child(2){
	text-align:left;
	left:50%;
	margin-left: 255px;
    top:310px;	
	max-width:250px;
}
/* Clear-out Stick Mask */
#PDP-CLEAR-OUT-SOIN-MASK-INTRO{
	background-image:url(pdp/PDP-CLEAR-OUT-SOIN-MASK-INTRO.png);
	height:586px;
		margin-bottom:-45px;
}
@media only screen and (max-width:761px) {
#PDP-CLEAR-OUT-SOIN-MASK-INTRO{
	background-image:url(pdp/PDP-CLEAR-OUT-SOIN-MASK-INTRO-mobile.png);
}	
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 280px;
    top: 100px;	
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO .Text:nth-child(2){
	text-align:right;
	right:50%;
	margin-right: 220px;
    top: 320px;	
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO .Text:nth-child(3){
	text-align:left;
	left:50%;
	margin-left: 155px;
    top:160px;	

}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO .Text:nth-child(4){
	text-align:left;
	left:50%;
	margin-left: 135px;
    top:270px;	
	max-width:250px;
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO .Text:nth-child(5){
	text-align:left;
	left:50%;
	margin-left: 315px;
    top:410px;	
	max-width:250px;
}
/* RE-BOOST_Confort */
#PDP-RE-BOOST-CONFORT{
	background-image:url(pdp/PDP-RE-BOOST-CONFORT.png);
	height:500px;
	margin-bottom:-45px;
	background-position:bottom center;
}
@media only screen and (max-width:761px) {
#PDP-RE-BOOST-CONFORT{
	background-image:url(pdp/PDP-RE-BOOST-CONFORT-mobile.png);
}	
}
#PDP-RE-BOOST-CONFORT .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 230px;
    top: 75px;	
}

#PDP-RE-BOOST-CONFORT .Text:nth-child(2){
	text-align:right;
	right:50%;
	margin-right: 280px;
    top: 265px;	
}
#PDP-RE-BOOST-CONFORT .Text:nth-child(3){
	text-align:left;
	left:50%;
	margin-left: 200px;
    top:17px;	

}
#PDP-RE-BOOST-CONFORT .Text:nth-child(4){
	text-align:left;
	left:50%;
	margin-left: 400px;
    top:145px;	

}
#PDP-RE-BOOST-CONFORT .Text:nth-child(5){
	text-align:left;
	left:50%;
	margin-left: 245px;
    top:280px;	

}
/* RE-BOOST_fraîcheur */
#PDP-RE-BOOST-FRAICHEUR{
	background-image:url(pdp/PDP-RE-BOOST-FRAICHEUR.png);
	height:500px;
	margin-bottom:-45px;
		background-position:bottom center;
}
@media only screen and (max-width:761px) {
#PDP-RE-BOOST-FRAICHEUR{
	background-image:url(pdp/PDP-RE-BOOST-FRAICHEUR-mobile.png);
}	
}
#PDP-RE-BOOST-FRAICHEUR .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 190px;
    top: 45px;	
}

#PDP-RE-BOOST-FRAICHEUR .Text:nth-child(2){
	text-align:left;
	right:50%;
	margin-right: 280px;
    top: 195px;	
	width:200px;
}
#PDP-RE-BOOST-FRAICHEUR .Text:nth-child(3){
	text-align:left;
	left:50%;
	margin-left: 200px;
    top:27px;	

}
#PDP-RE-BOOST-FRAICHEUR .Text:nth-child(4){
	text-align:left;
	left:50%;
	margin-left:245px;
    top:195px;	
}
/* RE-BOOST_crème matifé hydratante */
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE{
	background-image:url(pdp/PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE.png);
	height:489px;
	margin-bottom:-45px;
	background-position:bottom center;
}
@media only screen and (max-width:761px) {
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE{
	background-image:url(pdp/PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE-mobile.png);
}	
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 215px;
    top:25px;	
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(2){
	text-align:left;
	right:50%;
	margin-right: 330px;
    top: 100px;	
	width:200px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(3){
	text-align:right;
	right:50%;
	margin-right: 250px;
    top:310px;	
	width:200px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(4){
	text-align:left;
	left:50%;
	margin-left: 275px;
    top:82px;	

}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(5){
	text-align:left;
	left:50%;
	margin-left:230px;
    top:280px;	
}
/* PORE-LESS gomme pores et matité */
#PDP-PORE-LESS-GOMME-PORE-MATITE{
	background-image:url(pdp/PDP-PORE-LESS-GOMME-PORE-MATITE.png);
	height:491px;
}
@media only screen and (max-width:761px) {
#PDP-PORE-LESS-GOMME-PORE-MATITE{
	background-image:url(pdp/PDP-PORE-LESS-GOMME-PORE-MATITE-mobile.png);
}	
}
#PDP-PORE-LESS-GOMME-PORE-MATITE .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 115px;
    top:118px;	
}

#PDP-PORE-LESS-GOMME-PORE-MATITE .Text:nth-child(2){
	text-align:left;
	left:50%;
	margin-left: 235px;
    top:75px;	
	width:200px;

}
#PDP-PORE-LESS-GOMME-PORE-MATITE .Text:nth-child(3){
	text-align:left;
	left:50%;
	margin-left:140px;
    top:290px;	
		width:300px;
}
/* RE-fresh_masque nuit */
#PDP-RE-FRESH-MASQUE-NUIT{
	background-image:url(pdp/PDP-RE-FRESH-MASQUE-NUIT.png);
	height:535px;
	margin-bottom:-45px;
}
@media only screen and (max-width:761px) {
#PDP-RE-FRESH-MASQUE-NUIT{
	background-image:url(pdp/PDP-RE-FRESH-MASQUE-NUIT-mobile.png);
}	
}
#PDP-RE-FRESH-MASQUE-NUIT .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 240px;
    top:70px;	
}

#PDP-RE-FRESH-MASQUE-NUIT .Text:nth-child(2){
	text-align:right;
	right:50%;
	margin-right: 245px;
    top:330px;	

}
#PDP-RE-FRESH-MASQUE-NUIT .Text:nth-child(3){
	text-align:left;
	left:50%;
	margin-left:210px;
    top:40px;	
		width:300px;
}
#PDP-RE-FRESH-MASQUE-NUIT .Text:nth-child(4){
	text-align:left;
	left:50%;
	margin-left:240px;
    top:330px;	
		width:300px;
}
/* RE-fresh_brume beauté hydratant */
#PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT{
	background-image:url(pdp/PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT.png);
	height:559px;
	margin-bottom:-45px;
	background-position:bottom center;
}
@media only screen and (max-width:761px) {
#PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT{
	background-image:url(pdp/PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT-mobile.png);
}	
}
#PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT .Text:nth-child(1){
	text-align:right;
	right:50%;
	margin-right: 325px;
    top:108px;	
}
#PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT .Text:nth-child(2){
	text-align:left;
	left:50%;
	margin-left: 295px;
    top:120px;	
	width:200px;

}
#PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT .Text:nth-child(3){
	text-align:left;
	left:50%;
	margin-left:240px;
    top:355px;	
	width:300px;
}


/*DTW_EDIT*/

.TextLinkCollapse{
		display: none;
	}
.TextLinkExpand{
		display: none;
	}

@media only screen and (max-width: 768px){
	.PDP-MyClarins-Intro .MainText{
		max-width: 740px;
	}
}

@media only screen and (max-width: 761px){
	.TextLinkCollapse{
		display: block;
	}
	.TextLinkExpand{
		display: block;
	}
}

.PDP-MyClarins-Content .BigBlack {
    font-size: 56px;
}
#PDP-RE-MOVE-EAU-LACTEE .Text:nth-child(4) {
    left: 48%;
}

#PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS .PDP-MyClarins-Content .Red {
    font-size: 49px;
    line-height: 59px;
}
.PDP-MyClarins-Content .Red {
    line-height: 57px;
        font-size: 38px;
}

#PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS .Text:nth-child(1) {
    top: 211px;
}

#PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS .Text:nth-child(2) {
    left: 52%;
    top: 240px;
    max-width: 270px;
}

#PDP-CLEAR-OUT-SOIN-CIBLE-IMPERFECTIONS .PDP-MyClarins-Content {
    font-size: 16px;
}


#PDP-PORE-LESS-GOMME-PORE-MATITE .Text:nth-child(1) {
    top: 74px;
}

#PDP-PORE-LESS-GOMME-PORE-MATITE .Red {
    line-height: 36px;
}

#PDP-RE-BOOST-CONFORT .Red {
    line-height: 40px;
}

#PDP-RE-BOOST-CONFORT .SmallBlack {
    font-size: 31px;
}

#PDP-RE-BOOST-CONFORT .Text:nth-child(2) {
    top: 249px;
}

#PDP-RE-BOOST-CONFORT .Text:nth-child(3) {
    top: 2px;
}

#PDP-RE-BOOST-CONFORT .Text:nth-child(4) {
    top: 123px;
}

#PDP-RE-BOOST-FRAICHEUR .Text:nth-child(1),
#PDP-RE-BOOST-FRAICHEUR .Text:nth-child(2) {
    right: 52%;
}

#PDP-RE-BOOST-FRAICHEUR .Text:nth-child(4) {
    left: 49%;
}
.PDP-MyClarins-Content .SmallBlack {
    font-size: 31px;
}

#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(2) {
    right: 54%;
    top: 30px;
}

#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Red {
    line-height: 38px;
    font-size: 38px;
}

#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANT .SmallBlack {
    line-height: 31px;
}

#PDP-RE-MOVE-EAU-LACTEE .Black {
    font-size: 33px;
}
#PDP-RE-MOVE-EAU-LACTEE .Red {
    line-height: 45px;
    font-size: 35px;
}

#PDP-RE-MOVE-EAU-LACTEE .Text:nth-child(3) {
    left: 48%;
}

#PDP-RE-MOVE-GEL-NETTOYANT .Text:nth-child(4) {
    top: 59px;
    max-width: 254px;
}

#PDP-RE-MOVE-GEL-NETTOYANT .Red {
    line-height: 36px;
}

#PDP-RE-MOVE-GEL-NETTOYANT .Text:nth-child(2) {
    top: 170px;
}


#PDP-RE-MOVE-POUDRE-EXFOLIANTE .Red {
    line-height: 37px;
}

#PDP-CLEAR-OUT-SOIN-MASK-INTRO .BigBlack {
    padding-bottom: 20px;
}

#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(5) {
    top: 262px;
}
#PDP-RE-FRESH-MASQUE-NUIT .Text:nth-child(3) {
    top: 28px;
    }

br.dtw_br {display: block;}

@media screen and (min-width:1024px) and (max-width:1112px) {
#PDP-RE-BOOST-FRAICHEUR {
    height: 475px;
}
#PDP-RE-BOOST-FRAICHEUR .Text:nth-child(4) {
    left: 50%;
    width: 250px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(2) {
    right: 51%;
    top: 4px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Text:nth-child(1) {
    right: 49%;
    top: 23px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Red {
    line-height: 41px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .SmallBlack {
    font-size: 30px;
}
.PDP-MyClarins-Content .Red {
    font-size: 31px;
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO .Text:nth-child(2) {
    right: 48%;
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO .Text:nth-child(5) {
    left: 48%;
    top: 392px;
}

#PDP-RE-BOOST-CONFORT{
    font-size: 16px;
}

#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE{
font-size: 17px;
}

#PDP-RE-BOOST-CONFORT .SmallBlack {
    font-size: 27px;
}
#PDP-RE-BOOST-CONFORT .Red {
    font-size: 30px;
}
.PDP-MyClarins-Content {
    width: unset;
}
.PDP-MyClarins-Content {
    margin-left: calc(52% - 537px);
}
.col-12-desktop {
    width: unset;
}
#PDP-RE-MOVE-GEL-NETTOYANT .BigBlack {
    font-size: 44px;
}
#PDP-RE-BOOST-CONFORT .Text:nth-child(5) {
	    top: 260px;
}
#PDP-RE-BOOST-CONFORT  .SmallBlack {
    line-height: 31px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE .Red {
    line-height: 29px;
}
}

@media screen and (min-width:768px) and  (max-width:1111px) {
#PDP-RE-BOOST-CONFORT{
    width: 1000px;
    margin-left: calc(45% - 348px);
}
#PDP-RE-BOOST-FRAICHEUR{
    width: 1000px;
    margin-left: calc(45% - 315px);
}
#PDP-RE-BOOST-CONFORT .Text:nth-child(5) {
    margin-left: 237px;
    top: 254px;
}
#PDP-RE-BOOST-CONFORT .Text:nth-child(5) {
    top: 286px;
    width: 500px;
}
#PDP-RE-BOOST-CONFORT .Text:nth-child(4) {
    width: 140px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE {
    height: 508px;
    width: 1000px;
    margin-left: calc(50% - 325px);
}
#PDP-RE-FRESH-MASQUE-NUIT {
    width: 1000px;
    margin-left: calc(54% - 409px);
}
#PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT {
    margin-left: calc(50% - 386px);
    width: 1000px;
}
#PDP-PORE-LESS-GOMME-PORE-MATITE {
    height: 490px;
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO {
    width: 1000px;
    margin-left: calc(58% - 409px);
}
#PDP-RE-MOVE-POUDRE-EXFOLIANTE{
	    margin-left: calc(50% - 385px);
}
}

@media screen and (max-width:1111px) {
#PDP-RE-BOOST-FRAICHEUR {
    margin-bottom: -40px;
}
#PDP-RE-BOOST-CREME-MATIFIE-HYDRATANTE {
    margin-bottom: -32px;
}
#PDP-RE-FRESH-BRUME-BEAUTE-HYDRATANT {
    margin-bottom: -33px;
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO {
    margin-bottom: -39px;
}
#PDP-RE-BOOST-CONFORT{
	margin-bottom: -47px;
}
}

/*Iphone 7*/
@media only screen and (max-width:761px) {
  br.dtw_br {
      display: none;
  }
.PDP-MyClarins-Content .Red {
    line-height: 44px;
    font-size: 29px;
}
#PDP-PORE-LESS-GOMME-PORE-MATITE .Red {
    line-height: 34px;
    font-size: 29px;
}
.dtw_brMobile {display: block;}

.PDP-MyClarins-Content .BigBlack {
    line-height: 110px;
}
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
    #PDP-SWEETY-BALM .PDP-MyClarins-Content {
    background-image: url(pdp/PDP-CLEAR-OUT-SOIN-MASK-INTRO.png);
    height: 586px;
    margin-bottom: -59px!important;
    z-index: 1!important;
}
#PDP-CLEAR-OUT-SOIN-MASK-INTRO {
    background-image: url(pdp/PDP-CLEAR-OUT-SOIN-MASK-INTRO.png);
    height: 586px;
    margin-bottom: -56px!important;
    z-index: 2!important;
}
}

/*PDP linking fix*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { }
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	.PDP-MyClarins-Content {
	    margin-left: 0;
	}
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
}