body, html{
	overflow-x:hidden;
	margin:0;
}
/*----------------------------------*/
@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('truetype'),
	url('font/moon_flower-webfont.eot') format('embedded-opentype'),
	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.woff2') format('woff2'),
    url('font/moon_flower_bold-webfont.eot') format('embedded-opentype'),
    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.vitaminee{
	background-image:url(pdp/emoticon-vitaminee.png);	
}
span.Emoticon.passionnee{
	background-image:url(pdp/emoticon-passionnee.png);	
}
span.Emoticon.romantique{
	background-image:url(pdp/emoticon-romantique.png);	
}
span.Emoticon.candide{
	background-image:url(pdp/emoticon-candide.png);	
}

/*----------------------------------*/
.PDP-MyClarins-Intro{
	text-align:center;
	font-family: "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';
		font-size:27px;line-height: 27px;
		font-weight:normal;
		margin:0;
}

.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 a{
	text-transform: uppercase;
    font-size: 11px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 11px;
	margin:0 10px;
	display:inline-block;
}
.PDP-MyClarins-Intro .MainText strong{
	font-weight:normal;
	font-family: 'moonflowerbold';
	font-size:40px;line-height: 40px;
	text-transform:uppercase;
	margin:0;
}
@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: "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: "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";
	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;
}

.PDP-MyClarins-Content .Text a{
	text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", 'Gotham Medium', Helvetica, Arial, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid;
    line-height: 12px;
}

.PDP-MyClarins-Content{
		display:block;
}

.PDP-MyClarins-Content .BigBlack{
	color:#000;
	display:block;		
	font-family: 'moonflowerbold';
	font-size:100px;
	line-height:80px;
	letter-spacing:-0.02em;
}
.PDP-MyClarins-Content .SmallBlack{
	color:#000;
	display:block;		
	font-family: 'moonflowerbold';
	font-size:36px;
	line-height:36px;
	letter-spacing:-0.035em;
}
.PDP-MyClarins-Content .Black{
	color:#000;
	display:block;		
	font-family: 'moonflowerbold';
	font-size:50px;
	line-height:50px;
	letter-spacing:-0.035em;
}
.PDP-MyClarins-Content .Red{
	color:#fa364a;
	display:block;		
	font-family: 'moonflowerbold';
	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: "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';
	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: "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;
}

/*-------------------------------------------------------------------*/
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-EYE-BROWN-KIT-1.png);
	height:798px;
	margin-top:-250px;
	z-index:1;
}
#PDP-EYE-BROWN-KIT[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-EYE-BROWN-KIT-2.png);
}
@media only screen and (max-width:1023px) {
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-EYE-BROWN-KIT-1-tablet.png);
}
#PDP-EYE-BROWN-KIT[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-EYE-BROWN-KIT-2-tablet.png);
}
}
@media only screen and (max-width:761px) {
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-EYE-BROWN-KIT-1-mobile.png);
	height:705px;
}
#PDP-EYE-BROWN-KIT[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-EYE-BROWN-KIT-2-mobile.png);
}
}
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text a[data-tint="1"]{
	color:#97e2ed;
	border-bottom:1px solid #97e2ed;
}
#PDP-EYE-BROWN-KIT[data-tint="2"] .PDP-MyClarins-Content .Text a[data-tint="1"]{
	color:#000;
	border-bottom:1px solid #000;
}

#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text a[data-tint="2"]{
	color:#000;
	border-bottom:1px solid #000;
}
#PDP-EYE-BROWN-KIT[data-tint="2"] .PDP-MyClarins-Content .Text a[data-tint="2"]{
	color:#97e2ed;
	border-bottom:1px solid #97e2ed;
}
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Intro{
	height:250px;
	margin:0 auto;
	width:1070px;
	padding-right:395px;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	padding-top:60px;
	
}
@media only screen and (max-width:1023px) {
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Intro{
	height:auto;
	margin:20px auto;
	width:auto;
	padding:0px;
}
}
#PDP-EYE-BROWN-KIT  .PDP-MyClarins-Intro .Title .Red{
	color:#97e2ed;
	font-size:70px;line-height:70px;
	
}
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Red{
	color:#97e2ed;
}

#PDP-EYE-BROWN-KIT  .PDP-MyClarins-Intro .MainText{
	max-width:300px;
	margin-top:10px;
}
@media only screen and (max-width:761px) {
#PDP-EYE-BROWN-KIT  .PDP-MyClarins-Intro .MainText{
	max-width:none;
}
}
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text:nth-child(1){
	left: 50%;
    margin-left: -505px;
    top: 398px;
    text-align: left;
}
@media only screen and (max-width:761px) {
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text:nth-child(1){
    margin-left: -175px;
    top: 110px;
  
}
}

#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text:nth-child(1) .Red{
	font-size:40px;
	line-height:40px;
}
/*#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text:nth-child(2){
	right:50%;
	margin-right: 40px;
    top:565px;	
}*/
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text:nth-child(2){
	right:50%;
	margin-right: 40px;
    top:576px;	
}
@media only screen and (max-width:761px) {
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text:nth-child(2){
    margin-right: -165px;
    top: 515px;
	text-align:left;
}
}

#PDP-EYE-BROWN-KIT  .PDP-MyClarins-Results{
	background-color:#97e2ed;
	padding-top:0px;
}

@media only screen and (max-width:761px) {
#PDP-EYE-BROWN-KIT  .PDP-MyClarins-Results{
    padding-top: 40px;
    margin-top: -70px;
}
}
/*-------------------------------------------------------------------*/
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LITTLE-BLUSH-1.png);
	height:838px;
	margin-top:-300px;
	z-index:1;
}
#PDP-LITTLE-BLUSH[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LITTLE-BLUSH-2.png);
}
@media only screen and (max-width:1023px) {
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LITTLE-BLUSH-1-tablet.png);
}
#PDP-LITTLE-BLUSH[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LITTLE-BLUSH-2-tablet.png);
}
}
@media only screen and (max-width:761px) {
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LITTLE-BLUSH-1-mobile.png);
	height:732px;
}
#PDP-LITTLE-BLUSH[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LITTLE-BLUSH-2-mobile.png);
}
}
#PDP-LITTLE-BLUSH a[data-tint="1"]{
	color:#f7a993;
	border-bottom:1px solid #fddad0;
}
#PDP-LITTLE-BLUSH[data-tint="2"] a[data-tint="1"]{
	color:#000;
	border-bottom:1px solid #bfb3b0;
}

#PDP-LITTLE-BLUSH a[data-tint="2"]{
	color:#000;
	border-bottom:1px solid #bfb3b0;
}
#PDP-LITTLE-BLUSH[data-tint="2"] a[data-tint="2"]{
	color:#f7a993;
	border-bottom:1px solid #fddad0;
}

#PDP-LITTLE-BLUSH .PDP-MyClarins-Intro{
	height:300px;
	margin:0 auto;
	padding-right:495px;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	padding-top:30px;
	
}
@media only screen and (max-width:1023px) {
#PDP-LITTLE-BLUSH .PDP-MyClarins-Intro{
	height:auto;
	margin:20px auto;
	width:auto;
	padding:0px;
	margin-bottom:0;
}
}
#PDP-LITTLE-BLUSH  .PDP-MyClarins-Intro .Title .Red{
	color:#f7a993;
	font-size:70px;line-height:70px;
	
}
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Red{
	color:#f7a993;
}
#PDP-LITTLE-BLUSH  .PDP-MyClarins-Intro .MainText{
	max-width: 660px;
    margin-top: 20px;
    background-color: #ffefeb; 
 
    padding: 20px;
}

#PDP-LITTLE-BLUSH  .PDP-MyClarins-Intro .MainText .Seperateur{
	display:block;
	height:10px;
}

#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(1){
    left: 45%;
    margin-left: -565px;
    top: 480px;
    text-align: left;
}
@media only screen and (max-width:1023px) {
		#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(1){
      margin-left: -535px;
}
}
@media only screen and (max-width:761px) {
	#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(1){
    margin-left: -170px;
    top: 90px;
    text-align: left;
    width: 140px;
}
}
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(1) .Red{
	font-size:40px;
	line-height:40px;
}
/*#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(2){
	right: 50%;
    margin-right: 40px;
    top: 660px;
    text-align: right;
}*/
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(2){
	right: 50%;
    margin-right: 40px;
    top: 644px;
    text-align: right;
    width: 190px;
}
@media only screen and (max-width:1023px) {
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(2){
    margin-right: 10px;
}
}
@media only screen and (max-width:761px) {
	#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(2){
    margin-right: -160px;
    top: 550px;
    text-align: left;
	margin-bottom: 14px;
}
}
#PDP-LITTLE-BLUSH  .PDP-MyClarins-Results{
	background-color:#f7a993;
	padding-top:0px;
}
@media only screen and (max-width:761px) {
#PDP-LITTLE-BLUSH  .PDP-MyClarins-Results{

    padding-top: 45px;
    margin-top: -67px;
}
}
/*-------------------------------------------------------------------*/
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LOVELY-GLOSS-1.png);
	height:794px;
	margin-top:-300px;
	z-index:1;
	margin-bottom:-1px;
}
#PDP-LOVELY-GLOSS[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LOVELY-GLOSS-2.png);
}

@media only screen and (max-width:1023px) {
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LOVELY-GLOSS-1-tablet.png);
}
#PDP-LOVELY-GLOSS[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LOVELY-GLOSS-2-tablet.png);
}
}
@media only screen and (max-width:761px) {
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LOVELY-GLOSS-1-mobile.png);
	height:662px;margin-bottom:-29px!important;
}
#PDP-LOVELY-GLOSS[data-tint="2"] .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-LOVELY-GLOSS-2-mobile.png);
}
}
#PDP-LOVELY-GLOSS a[data-tint="1"]{
	color:#db1056;
	border-bottom:1px solid #f4b3c9;
}
#PDP-LOVELY-GLOSS[data-tint="2"] a[data-tint="1"]{
	color:#000;
	border-bottom:1px solid #bfb3b0;
}

#PDP-LOVELY-GLOSS a[data-tint="2"]{
	color:#000;
	border-bottom:1px solid #bfb3b0;
}
#PDP-LOVELY-GLOSS[data-tint="2"] a[data-tint="2"]{
	color:#db1056;
	border-bottom:1px solid #f4b3c9;
}

#PDP-LOVELY-GLOSS .PDP-MyClarins-Intro{
	height:300px;
	margin:0 auto;
	width:auto;
	padding-right:495px;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	padding-top:20px;
	
}
@media only screen and (max-width:1023px) {
#PDP-LOVELY-GLOSS .PDP-MyClarins-Intro{
	height:auto;
	margin:20px auto;
	width:auto;
	padding:0px;
	margin-bottom:0;
}
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Intro .MainText .Seperateur{
	display:block;
	height:10px;
}
#PDP-LOVELY-GLOSS  .PDP-MyClarins-Intro .Title .Red{
	color:#f44976;
	font-size:70px;line-height:70px;
	
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Red{
	color:#f44976;
}

#PDP-LOVELY-GLOSS  .PDP-MyClarins-Intro .MainText{
	max-width: 660px;
    margin-top: 20px;
   background-color: #fce9f0; 

    padding: 30px;
}

#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1){
    left: 50%;
    margin-left: -520px;
    top: 520px;
    text-align: right;
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1) .Red{
	font-size:40px;
	line-height:40px;
}
@media only screen and (max-width:761px) {
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1){
    left: 50%;
    margin-left: -180px;
    top: 100px;
    text-align: right;
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1) .Black,
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1) .Red{
	font-size:40px;
	line-height:38px;
}
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(2){
	left: 50%;
    margin-left: 170px;
    top: 610px;
    text-align: left;
}
@media only screen and (max-width:761px) {
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(2){
     left: 50%;
    margin-left: -225px;
    top: 525px;
    text-align: right;
    width: 300px;
}	
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(2) .Black,
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(2) .Red{
	font-size:40px;
	line-height:38px;
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(2) br{
	display:none;
}
}

#PDP-LOVELY-GLOSS  .PDP-MyClarins-Results{
	background-color:#f44976;
	padding-top:2px;
}
@media only screen and (max-width:761px) {
#PDP-LOVELY-GLOSS  .PDP-MyClarins-Results{
	padding-top:40px;
}	
}
/*-------------------------------------------------------------------*/
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-SHIMMER-DROPS.png);
	height:678px;
	margin-top:-300px;
	z-index:1;
	margin-bottom:-1px;
}
@media only screen and (max-width:1023px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-SHIMMER-DROPS-tablet.png);
}
}
@media only screen and (max-width:761px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-SHIMMER-DROPS-mobile.png);
	height:714px;
	 margin-bottom: -45px!important;
}
}

#PDP-SHIMMER-DROPS .PDP-MyClarins-Intro{
	height:300px;
	margin:0 auto;
	width:1070px;
	padding-right:575px;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	padding-top:30px;
	
}
@media only screen and (max-width:1023px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Intro{
	height:auto;
	margin:20px auto;
	width:auto;
	padding:0px;
	margin-bottom:0;
}


}

#PDP-SHIMMER-DROPS  .PDP-MyClarins-Intro .Title .Red{
	color:#f7a993;
	font-size:70px;line-height:70px;
	
}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Red{
	color:#f7a993;
}

#PDP-SHIMMER-DROPS  .PDP-MyClarins-Intro .MainText{
	max-width: 660px;
    margin-top: 20px;
    /* background-color: #fce9f0; */
    border: 1px solid;
    padding: 30px;
}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text .Red{
	font-size:40px;
	line-height:40px;
}
@media only screen and (max-width:761px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content span>span{
	display:block;
	
}

}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(1){
      left: 50%;
    margin-left: -560px;
    top: 275px;
    text-align: right;
}
@media only screen and (max-width:1023px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(1) {
     margin-left: -520px;
}
}
@media only screen and (max-width:761px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(1) {
    margin-left: -190px;
    top: 195px;
    text-align: right;
    width: 130px;
}
}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(2){
    left: 50%;
    margin-left: -180px;
    top: 335px;
    text-align: left;
}
@media only screen and (max-width:1023px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(2) {
     margin-left: -140px;
}
}
@media only screen and (max-width:761px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(2) {
       margin-left: 40px;
    top: 255px;
    text-align: left;
    width: 120px;
}
}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(3){
    left: 50%;
    margin-left: -100px;
    top: 550px;
    text-align: left;
}
@media only screen and (max-width:1023px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(3) {
     margin-left: -60px;
}
}
@media only screen and (max-width:761px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(3) {
    left: 50%;
    margin-left: -60px;
    top: 490px;
    text-align: right;
    width: 160px;
}
}

#PDP-SHIMMER-DROPS  .PDP-MyClarins-Results{
	background-color:#f7a993;
		padding-top:2px;
}
@media only screen and (max-width:761px) {
#PDP-SHIMMER-DROPS  .PDP-MyClarins-Results{
		padding-top:40px;
}
}

/*-------------------------------------------------------------------*/
#PDP-RE-BOOST .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-RE-BOOST.png);
	height:773px;
	margin-top:-300px;
	z-index:1;
}
@media only screen and (max-width:761px) {
#PDP-RE-BOOST .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-RE-BOOST-mobile.png);
	height:810px;
}
}

#PDP-RE-BOOST .PDP-MyClarins-Intro{
	height:300px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	padding-top:30px;
	
}

@media only screen and (max-width:1023px) {
#PDP-RE-BOOST .PDP-MyClarins-Intro{
	height:auto;
	margin:20px auto;
	width:auto;
	padding:0px;
	margin-bottom:0;
}

#PDP-RE-BOOST .PDP-MyClarins-Intro span>span{
	display:block;
	
}

}

#PDP-RE-BOOST  .PDP-MyClarins-Intro .Title .Red{
	font-size:70px;line-height:70px;
	
}


#PDP-RE-BOOST .PDP-MyClarins-Content .Text .Red{
	font-size:40px;
	line-height:40px;
}
#PDP-RE-BOOST .PDP-MyClarins-Content .Text:nth-child(1){
      left: 50%;
    margin-left: -240px;
    top: 575px;
    text-align: left;
}
@media only screen and (max-width:761px) {
#PDP-RE-BOOST .PDP-MyClarins-Content .Text:nth-child(1){
    left: 50%;
    margin-left: 20px;
    top: 40px;
    text-align: left;
}

}
#PDP-RE-BOOST .PDP-MyClarins-Content .Text:nth-child(2){
    left: 50%;
    margin-left: 140px;
    top: 420px;
    text-align: left;
}
@media only screen and (max-width:761px) {
#PDP-RE-BOOST .PDP-MyClarins-Content .Text:nth-child(2){
       left: 50%;
    margin-left: -100px;
    top: 560px;
    text-align: left;
}

}

@media only screen and (max-width:761px) {
#PDP-RE-BOOST  .PDP-MyClarins-Results {
    margin-top: -72px;
}

}

#PDP-RE-BOOST .Mentions {
    padding-top: 40px;
}
/*-------------------------------------------------------------------*/
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-REMOVE-EAU-LACTEE.png);
	height:789px;
	margin-top:-300px;
	z-index:1;
}
@media only screen and (max-width:761px) {
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-REMOVE-EAU-LACTEE-mobile.png);
	height:792px;
}
}

#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Intro{
	height:300px;
	margin:0 auto;
	width:1070px;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	padding-top:30px;
}
@media only screen and (max-width:1023px) {
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Intro{
	height:auto;
	margin:20px auto;
	width:auto;
	padding:0px;
	margin-bottom:0;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Intro span>span{
	display:block;
	
}

}

#PDP-REMOVE-EAU-LACTEE  .PDP-MyClarins-Intro .Title .Red{
	color:#fb364a;
	font-size:70px;line-height:70px;
	
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Red{
	color:#fb364a;
}


#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text .Red{
	font-size:40px;
	line-height:40px;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(1){
    left: 50%;
    margin-left: -520px;
    top: 500px;
    text-align: right;
}



@media only screen and (max-width:761px) {
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(1) {
    margin-left: -180px;
    top: 480px;
    text-align: right;
    width: 120px;
}
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(2){
     left: 50%;
    margin-left: 180px;
    top: 225px;
    text-align: left;
}
@media only screen and (max-width:761px) {
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(2) {
      left: 50%;
    margin-left: -120px;
    top: 18px;
    text-align: right;
    width: 180px;
}
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(3){
     left: 50%;
    margin-left: 155px;
    top: 552px;
    text-align: left;
}
@media only screen and (max-width:761px) {
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(3) {
    margin-left: -105px;
    top: 642px;
    width: 260px;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(3) br {
   display:none;
}
}
#PDP-REMOVE-EAU-LACTEE  .PDP-MyClarins-Results{
	background-color:#fb364a;
	padding-top:0px;
}
@media only screen and (max-width:761px) {
	#PDP-REMOVE-EAU-LACTEE  .PDP-MyClarins-Results{
	padding-top:10px;
}
}

#PDP-REMOVE-EAU-LACTEE  .Mentions {
    padding-top: 40px;
}
/*-------------------------------------------------------------------*/
#PDP-SWEETY-BALM .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-SWEETY-BALM.png);
	height:709px;
	margin-top:-300px;
	z-index:1;
}
@media only screen and (max-width:1023px) {
#PDP-SWEETY-BALM .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-SWEETY-BALM-tablet.png);
}
}
@media only screen and (max-width:761px) {
#PDP-SWEETY-BALM .PDP-MyClarins-Content{
	background-image:url(pdp/PDP-SWEETY-BALM-mobile.png);
	height:640px;
}
}

#PDP-SWEETY-BALM .PDP-MyClarins-Intro{
	height:300px;
	margin:0 auto;
	width:1070px;
	padding-right:560px;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	padding-top:30px;
}
@media only screen and (max-width:1023px) {
#PDP-SWEETY-BALM .PDP-MyClarins-Intro{
	height:auto;
	margin:20px auto;
	width:auto;
	padding:0px;
}
}

#PDP-SWEETY-BALM  .PDP-MyClarins-Intro .Title .Red{
	color:#f44976;
	font-size:70px;line-height:70px;
	
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Red{
	color:#f44976;
}


/*#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text .Red{
	font-size:40px;
	line-height:40px;
}*/
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text .Red{
	font-size:40px;
	line-height:32px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1){
    left: 50%;
    margin-left: -620px;
    top: 350px;
    text-align: right;
}
@media only screen and (max-width:1023px) {
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1){
       margin-left: -600px;
}
}
@media only screen and (max-width:761px) {
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1){
     margin-left: -202px;
    top: 80px;
    width: 120px;
}
}
/*#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2){
     left: 50%;
    margin-left: -200px;
    top: 530px;
    text-align: right;
}*/
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2){
     left: 40%;
     margin-left: -216px;
     top: 575px;
     text-align: right;
     width: 250px;
}
@media only screen and (max-width:761px) {
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2){
    margin-left: -60px;
    top: 540px;
}
}



#PDP-SWEETY-BALM  .PDP-MyClarins-Results{
	background-color:#f44976;
	padding-top:0px;
}

@media only screen and (max-width:761px) {
#PDP-SWEETY-BALM  .PDP-MyClarins-Results{
	padding-top:20px;
}

}


@media only screen and (max-width:761px) {
.PDP-MyClarins-Content .Text .Red {
  line-height:35px;
  margin-bottom:0;
}
}

@media only screen and (max-width:1112px) {
	#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(1){
		left: 52%;
		    width: 130px;
	}
	#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2){
     left: 49%;
    top: 524px;
    width:150px;
    line-height:17px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text .Red{
	
	line-height:33px;
}
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(2){
	width:177px;
	top:645px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1){
	left: 54%;
	    width: 166px;
}
}

@media only screen and (max-width:1111px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(3){
	left: 56%;
    margin-left: -100px;
    top: 506px;
    text-align: left;
    width: 180px;
}
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(2){
	width:170px;
	top:645px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2){
     left: 49%;
    top: 524px;
    width:150px;
    line-height:17px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text .Red{
	
	line-height:33px;
}
.PDP-MyClarins-Results{
	width: 779px;
    margin-left: 8px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1){
       width: 144px;
}
}


@media only screen and (max-width:761px) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(2) {

    width: 124px;
}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(3){
	left: 66%;
}
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text:nth-child(2){
    margin-right: -175px;
    top: 498px;
	width: 170px;
}
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(2){
	top: 538px;
    left: 190px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2){
     
    top: 535px;
   
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1){
    
    margin-left: -185px;
  
}
.PDP-MyClarins-Results{
	width: auto;
	margin-left: 0px;
}
}



.MobileBreak{
	display: none;
}

@media only screen and (min-width:768px) {
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1) {
    margin-left: -535px;
    top: 530px;
}
}


@media only screen and (max-width:761px) {
	.MobileBreak{
		display: block;
	}
	#PDP-EYE-BROWN-KIT .PDP-MyClarins-Content .Text:nth-child(2) {
	    margin-right: -165px;
	    top: 500px;
	}
	#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(1) {
    	top: 189px;
	}
	#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(2) {
	    margin-left: 33px;
	    top: 282px;
	    width: 151px;
	}
}

/*DTW EDITS*/
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 50%;
    margin-left: -530px;
    top: 500px;
    text-align: right;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text .Red {
    font-size: 32px;
    line-height: 28px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 50%;
    margin-left: -565px;
    top: 350px;
    text-align: right;
}

.PDP-MyClarins-Results .Title {
    padding-top: 17px;
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text .Red {
    font-size: 35px;
    line-height: 35px;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 50%;
    margin-left: -530px;
    top: 500px;
    text-align: right;
}
.PDP-MyClarins-Content .Red {
    color: #fa364a;
    display: block;
    font-family: 'moonflowerbold';
    font-size: 42px;
    line-height: 32px;
    margin-bottom: 5px;
    letter-spacing: -0.035em;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2) {
    left: 50%;
    top: 532px;
    width: 150px;
    line-height: 17px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Results {
    background-color: #f44976;
    padding-top: 20px;
}
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Results {
    background-color: #97e2ed;
    padding-top: 20px;
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Results {
    background-color: #f44976;
    padding-top: 20px;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Results {
    background-color: #fb364a;
    padding-top: 20px;
}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Results {
    background-color: #f7a993;
    padding-top: 20px;
}
#PDP-LITTLE-BLUSH .PDP-MyClarins-Results {
    background-color: #f7a993;
    padding-top: 20px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2) {
    left: 40%;
    top: 570px;
    width: 254px;
}
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 50%;
    margin-left: -550px;
    top: 285px;
    text-align: right;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 50%;
    margin-left: -530px;
    top: 500px;
    text-align: right;
}
.PDP-MyClarins-Content .Red {
    color: #fa364a;
    display: block;
    font-family: 'moonflowerbold';
    font-size: 44px;
    line-height: 32px;
    margin-bottom: 5px;
    letter-spacing: -0.035em;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2) {
    left: 50%;
    top: 533px;
    width: 150px;
    line-height: 17px;
}
.PDP-MyClarins-Content {
    margin-left: calc(50% - 570px);
}
#PDP-SWEETY-BALM .PDP-MyClarins-Results {
    background-color: #f44976;
    padding-top: 20px;
}
#PDP-EYE-BROWN-KIT .PDP-MyClarins-Results {
    background-color: #97e2ed;
    padding-top: 20px;
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Results {
    background-color: #f44976;
    padding-top: 20px;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Results {
    background-color: #fb364a;
    padding-top: 20px;
}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Results {
    background-color: #f7a993;
    padding-top: 20px;
}
#PDP-LITTLE-BLUSH .PDP-MyClarins-Results {
    background-color: #f7a993;
    padding-top: 20px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(2) {
    left: 41%;
    top: 570px;
    width: 254px;
    line-height: 17px;
}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) {
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text .Red {
    font-size: 32px;
    line-height: 33px;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text .Red {
    font-size: 30px;
    line-height: 32px;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 50%;
    margin-left: -180px;
    top: 500px;
    text-align: right;
}
.PDP-MyClarins-Content .Red {
    color: #fa364a;
    display: block;
    font-family: 'moonflowerbold';
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 5px;
    letter-spacing: -0.035em;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 50%;
    margin-left: -185px;
    top: 125px;
    text-align: right;
}
#PDP-REMOVE-EAU-LACTEE .PDP-MyClarins-Results {
    padding-top: 20px;
}
.PDP-MyClarins-Results .Title {
    margin: 0;
    font-weight: normal;
    font-size: 50px;
    display: block;
    font-family: 'moonflowerbold';
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 50%;
    margin-left: -220px;
    top: 125px;
    text-align: right;
}
}


/*Iphone Portrait*/
@media screen and (max-width: 761px) {
#PDP-LITTLE-BLUSH .PDP-MyClarins-Content .Text:nth-child(1) .Red {
    font-size: 31px;
    line-height: 40px;
}
#PDP-SHIMMER-DROPS .PDP-MyClarins-Content .Text:nth-child(2) {
    top: 252px;
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1) {
    margin-left: -154px;
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1) .Black, #PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1) .Red {
    font-size: 34px;
    line-height: 38px;
}
#PDP-LOVELY-GLOSS .PDP-MyClarins-Content .Text:nth-child(1) {
    margin-left: -167px;
}
#PDP-SWEETY-BALM .PDP-MyClarins-Content .Text:nth-child(1) {
    left: 61%;
    margin-left: -220px;
    top: 125px;
    text-align: right;
}
}

/* ================================== */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
	.PDP-MyClarins-Results {
		width: 819px;
		margin-left: 7px;
	}
}