
body, html{
	overflow-x:hidden;
	margin:0;
	padding:0;
}
.breadcrumb{
	display:none;
}
.MyContent {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	min-width:320px;
	position: relative;
	width: 100%;
	text-align: center;

	z-index: 1;
	color:#000;
	font-size:14px;
	line-height:1.4em;
	
}
#HEADER{
	position:relative;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	text-align:left;
	padding:20px;
	padding-top:0px;
}
@media only screen and (max-width:761px) {
#HEADER{
	-webkit-flex-direction:column;
	flex-direction:column;
}
}
#HEADER img{
	max-width:100%;
}
@media only screen and (max-width:1023px) {
#HEADER div{
	-webkit-flex:1;
	flex:1;
}
}

#HEADER h1.Title{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman";
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	color:#be0f34;
	padding-bottom:20px;
}
#HEADER p.SubTitle{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman";
	font-size: 35px;
	font-weight: normal;
	line-height: 1em;
	color:#000;
	padding-bottom:30px;
}
#HEADER p.Text{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	color:#000;
	max-width:385px;
}
.BlockRoutine{
	border:8px solid;
	padding:0px;

	margin-bottom:50px;
	position:relative;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	
	margin-left:50px;
	margin-right:50px;
}
/*@media only screen and (max-width:1023px) {
.BlockRoutine{
	margin-left:20px;
	margin-right:20px;
}
}*/
@media only screen and (max-width:761px) {
.BlockRoutine{
	margin-left:0px;
	margin-right:0px;
}
}
.BlockRoutine::before{
	content:" ";
	position:absolute;
	background-repeat:no-repeat;
	width:24vw;
	height:20vw;
	max-width:325px;
	max-height:270px;
	z-index:2;
	background-size:contain;
}
@media only screen and (max-width:1023px) {
.BlockRoutine::before{

}
}
@media only screen and (max-width:761px) {
.BlockRoutine::before{
	display:none;
}
}
#ROUTINE-1{border-color:#c0a46d;}
#ROUTINE-2{border-color:#be0f34;}

#ROUTINE-1::before{top: 150px;left:-50px;background-image:url(img/block-1-deco.png);}
@media only screen and (max-width:1023px) {
#ROUTINE-1::before{top: 20px;left:-30px;}
}
#ROUTINE-2::before{top:90px;right:-150px;background-image:url(img/block-2-deco.png);}
@media only screen and (max-width:1023px) {
#ROUTINE-2::before{top: 20px;right:-50px}
}
.BlockRoutine .Routine{
	width:100%;
	-webkit-order:2;
		order:2;
		margin-bottom:50px;
}
@media only screen and (max-width:761px) {
.BlockRoutine .Routine{
	width:280px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}
.BlockRoutine .Routine .Wrapper{
	width:280px;
	margin-left:auto;
	margin-right:auto;
}
}
.BlockRoutine .Routine ul{
	display:-webkit-flex;
	display:flex;
	max-width:910px;
	list-style:none;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	-webkit-justify-content:center;
	justify-content:center;
}
.BlockRoutine .Routine ul li{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	margin:0;
	padding:0;
	/*flex:1;*/
	max-width:280px;
	border:0px solid;
	
}
.BlockRoutine .Routine ul li h3{
	margin:0;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	padding-top:40px;
}
.BlockRoutine .Routine ul li h3 .num{
	color:#cbcbcb;
	font-size:29px;
	margin-right:10px;
	display:inline-block;
}
.BlockRoutine .Routine ul li .Product-Claim{
	height: 120px;
	-webkit-flex:1;
	flex:1;
}
.BlockRoutine .Routine ul li .Product-Packshot{
	-webkit-flex:1;
	flex:1;
}
.BlockRoutine .Routine ul li .Product-Name{
	margin:0;
	padding-bottom:15px;
}
.BlockRoutine .Routine ul li .Product-Price{
	margin:0;
}
.BlockRoutine .Routine ul li .Product-Claim p{
	color:#be0f34;
	font-size:11px;
	padding:10px;
	margin:20px;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	
}
.BlockRoutine .Routine ul li .Product-Claim p::before{
	content:" ";
	top:0;
	left:0;
	width:20px;
	height:20px;
	position:absolute;
	border-left:1px solid #be0f34;
	border-top:1px solid #be0f34;
}
.BlockRoutine .Routine ul li .Product-Claim p::after{
	content:" ";
	right:0;
	bottom:0;
	width:20px;
	height:20px;
	position:absolute;
	border-bottom:1px solid #be0f34;
	border-right:1px solid #be0f34;
}
.BlockRoutine .Intro{
	width:100%;
	display:block;
	text-align:center;
	-webkit-order:1;
	order:1;
	padding-top:50px;
	padding-left:20px;
	padding-right:20px;
}
@media only screen and (max-width:1023px) and (min-width:762px)  {
#ROUTINE-1 .Intro{
	padding-left:25vw;
}
#ROUTINE-2 .Intro{
	padding-right:25vw;
}
}
.BlockRoutine .Intro h2{
	font-size:35px;
	line-height:1em;
	font-family: "Times New Roman";
	font-weight:normal;
	margin:0;
	padding:0;
}
.BlockRoutine h2::after{
	content:" ";
	display:block;
	position:relative;
	width:100%;
}
.BlockRoutine .TextIntro{
	max-width:650px;
	margin-left:auto;
	margin-right:auto;
}
.BlockRoutine .Edito{
	display:-webkit-flex;
	display:flex;
	position:relative;
	-webkit-order:3;
	order:3;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-flex-basis:66%;
	flex-basis:66%;
}
@media only screen and (max-width:1250px) {
.BlockRoutine .Edito{
	/*-webkit-flex:1;
	flex:1;*/
	-webkit-align-self:flex-end;
	align-self:flex-end;
}
}
.BlockRoutine .Edito img{
	display:block;
	position:relative;
}
@media only screen and (max-width:1250px) {
.BlockRoutine .Edito img{
	max-width:100%;
}
}
@media only screen and (max-width:1023px) {
.BlockRoutine .Edito img{
	display:none;
}
}
.BlockRoutine .Edito p{
	margin:0px;
}
.BlockRoutine  .Edito p:last-child{padding:20px;max-width:350px;}
@media only screen and (max-width:1250px) {
.BlockRoutine  .Edito p:last-child{max-width:250px;}
}
@media only screen and (max-width:1023px) {
.BlockRoutine  .Edito p:last-child{max-width:none;padding:40px;}
}
@media only screen and (max-width:761px) {
.BlockRoutine  .Edito p:last-child{padding:20px;}
}
.BlockRoutine  .Edito p:last-child strong{display:block;font-size:22px;padding-bottom:10px;font-weight:normal;}


#ROUTINE-1 .Edito{-webkit-order:4;order:4;}
#ROUTINE-2 .Edito{-webkit-order:3;order:3;}
@media only screen and (max-width:761px) {
#ROUTINE-1 .Edito,
#ROUTINE-2 .Edito{
	-webkit-order:3;
	order:3;
	-webkit-flex-basis:100%;
	flex-basis:100%;
}
}
#ROUTINE-1 .Edito p:first-child{-webkit-order:2;order:2;}
#ROUTINE-2 .Edito p:first-child{-webkit-order:1;order:1;-webkit-align-self:flex-end;align-self:flex-end;}
#ROUTINE-1 .Edito p:last-child{-webkit-order:1;order:1;}
#ROUTINE-2 .Edito p:last-child{-webkit-order:2;order:2;}

#ROUTINE-2 .Edito p{text-align:left;}
#ROUTINE-1 .Edito p{text-align:right;}
#ROUTINE-2 .Edito p{text-align:left;}

@media only screen and (max-width:761px) {
#ROUTINE-1 .Edito p,
#ROUTINE-2 .Edito p{
	text-align:center;
	max-width: 760px;
}
}

.BlockRoutine .Ingredient{
	display:inline-block;
	position:relative;
	-webkit-order:4;
	order:4;
	-webkit-align-self:flex-end;
	align-self:flex-end;
	-webkit-flex-basis:33%;
	flex-basis:33%;
	
}
#ROUTINE-1 .Ingredient{-webkit-order:3;order:3;}
#ROUTINE-2 .Ingredient{-webkit-order:4;order:4;}

@media only screen and (max-width:1023px) {
#ROUTINE-1 .Ingredient,
#ROUTINE-2 .Ingredient{
	-webkit-flex-basis:33%;
	flex-basis:33%;
}
}
@media only screen and (max-width:761px) {
#ROUTINE-1 .Ingredient,
#ROUTINE-2 .Ingredient{
	-webkit-order:4;
	order:4;
	-webkit-flex-basis: auto;
	flex-basis: auto;
}
}
.BlockRoutine .Ingredient p{
	display:block;
	position:relative;
	margin:0;
}
.BlockRoutine .Ingredient span{
	display:inline-block;
	position:absolute;
	left:0;
	top:0px;
	z-index:2;
	font-size:12px;
	text-align:right;
}
#ROUTINE-1 .Ingredient span{top:18%;right:60%;}
#ROUTINE-2 .Ingredient span{top:68%;right:85%;}
@media only screen and (max-width:1023px) {
	#ROUTINE-2 .Ingredient{margin-top:20px;}
	#ROUTINE-2 .Ingredient span{top:-10px;right:auto;left:20px;}
}
.BlockRoutine .Ingredient img{
	display:block;
	position:relative;
	max-width:100%;
	
}

.MyContent .Product-BtnLink {
	margin: 0;
	padding: 0;
	padding-top:15px;
}
/*.MyContent .Product-BtnLink a {
	text-align: center;
	background-color: #000;
	display: inline-block;
	color: #FFF;
	padding: 16px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	border:0px solid #e5e5e5;
	min-width: 16px;
	margin-top: 20px;
}*/
#jcarousel-mup-1{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
#jcarousel-mup-1-france{
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
#jcarousel-mup-2{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width:1023px) {
#jcarousel-mup-2{
	max-width: 700px;
}	
}

@media only screen and (max-width:761px) {
#jcarousel-mup-1 .jcarousel-pagination{
	bottom: 115px;
}
#jcarousel-mup-2 .jcarousel-pagination{
	bottom: 130px;
}
.MyContent .product-quickshop{
	display:inline-block;
}
.product-quickshop .swatchesCircle img {
    top: 6px;
    width: 20px;
}
}

.BlockRoutine .jcarousel .Product-Packshot img{
	float:none!important;
	margin:0!important;
	margin-left:auto!important;
	margin-right:auto!important;
	
}

/*--------------------------------------------------------*/

#HEADER p.BtnLink {
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: left;
	padding-top: 30px;
}
@media only screen and (max-width:1023px) {
#HEADER p.BtnLink {
	width:320px;
}
}
@media only screen and (max-width:761px) {
#HEADER p.BtnLink {
	margin-left:auto;
	margin-right:auto;
	width:280px;
	text-align:center;
padding-bottom:15px;
	padding-top:15px;

}
}
#HEADER p.BtnLink a {
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	font-size: 11px;
	/*border-bottom: 1px solid #e5e5e5;*/
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	position: relative;
	background-color: #000;
	padding: 18px 30px;
	display: inline-block;
	line-height: 14px;
}

/*-------------------------------------------------------*/


#Block-ROUTINE-TITLE-PDP-MUP2018-Fall h2{
	box-sizing:border-box;
	margin:0;
	padding:20px;
	display:block;
	font-size:40px;
	font-family:"Times New Roman"reg , Clarins;
	letter-spacing:0em;
	font-weight:normal;
	line-height:1em;
	border-bottom:0px solid;
	text-transform:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	max-width: 1024px;
	
	
}
@media only screen and (max-width:761px) {
#Block-ROUTINE-TITLE-PDP-MUP2018-Fall h2{
	font-size:35px;
	padding-bottom:0;
}
}
#Block-ROUTINE-PDP-MUP2018-Fall .Packshot{
	height:317px;
	
}

@media only screen and (max-width:761px) {
	#Block-ROUTINE-PDP-MUP2018-Fall .Packshot{
	height:auto;
	padding-top:40px;
	padding-left:33px;
	
}
#Block-ROUTINE-PDP-MUP2018-Fall .Packshot img{
	position:relative;	
}
		
}
#Block-ROUTINE-PDP-MUP2018-Fall h3{
	box-sizing:border-box;
	margin:0;
	padding:20px;
	display:block;
	font-size:16px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1em;
	border-bottom:0px solid;
	text-transform:uppercase;
	text-align:center;
	
}
#Block-ROUTINE-PDP-MUP2018-Fall .ProductName{
	display:block;
	font-size:14px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:1em;
	padding-bottom:15px;
	padding-top:15px;
	color:#000;
}
#Block-ROUTINE-PDP-MUP2018-Fall h3 span{
	font-size:30px;
	color:#cbcbcb;
	
}
#Block-ROUTINE-PDP-MUP2018-Fall .jcarousel-pagination{
	display:none;
}
@media only screen and (max-width:761px) {
#Block-ROUTINE-PDP-MUP2018-Fall .jcarousel-pagination{
	display:block;
	top:1368px;
}	
}
#Block-ROUTINE-PDP-MUP2018-Fall .products-pagination.jcarousel-control-prev,
#Block-ROUTINE-PDP-MUP2018-Fall .products-pagination.jcarousel-control-next{
	top:50%;
	z-index:3;
}

/*---------------------------------------------------------*/

#Block-LIPSTICKFINDER-TITLE h2{
	color:#000;
	font-size:35px;
	line-height:1em;
	max-width:1210px;
	margin-left:auto;
	margin:0;
	margin-right:auto;
	font-family:"Times New Roman";
	font-weight:normal;

}

.MyContent .FullWidthBlock {
	margin: 0;
	padding: 0;
	width: 2000px;
	margin-left: -375px;
	text-align: center;
	display: block;
	position: relative;
	font-size: 0;
}
.MyContent .FullWidthBlock img {
	max-width: 100%;
	display:block;
}
.MyContent .MyBlock .InlineBlock {
	display: inline-block;
	position: relative;
}

@media only screen and (max-width:1249px) {
.MyContent .FullWidthBlock {
	margin-left: 0;
	width: 100%;
}
}

@media only screen and (max-width:761px) {
.MyContent .FullWidthBlock {
	margin-left: 0;
	width: 100%;
}
}

@media only screen and (min-width:1250px) {
#Block-LIPSTICKFINDER {
	margin: 0 0 0 calc(-50vw + 625px);
	padding: 0;
	width: 100vw;
	text-align: center;
	display: block;
	position: relative;
	margin-top:30px;
	margin-bottom:30px;
}
}
#Block-LIPSTICKFINDER .InlineBlock {
	max-width: 800px;
	display: inline-block;
	vertical-align: top;
}

@media only screen and (min-width:1250px) {
#Block-LIPSTICKFINDER .InlineBlock {
	max-width: 50vw;
}
}

@media only screen and (max-width:1249px) {
#Block-LIPSTICKFINDER .InlineBlock {
	width: 50%;
}
}

@media only screen and (max-width:761px) {
#Block-LIPSTICKFINDER .InlineBlock {
	width: 100%;
}
}
#Block-LIPSTICKFINDER .InlineBlock:first-child {
	margin-top: 45px;
}

@media only screen and (max-width:761px) {
#Block-LIPSTICKFINDER .InlineBlock:first-child {
	display: none;
}
}
#Block-LIPSTICKFINDER .InlineBlock:last-child {
	margin-bottom: 45px;
}
#Block-LIPSTICKFINDER .InlineBlock:last-child a {
	position: absolute;
	bottom: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
	z-index: 7;
}

@media only screen and (max-width:761px) {
#Block-LIPSTICKFINDER .InlineBlock:last-child a {
	bottom: 30px;
} 
}

@media only screen and (max-width:471px) {
#Block-LIPSTICKFINDER .InlineBlock:last-child a {
	bottom: 15px;
}
}
#Block-LIPSTICKFINDER .InlineBlock:last-child .Title {
	position: absolute;
	top: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%) translateZ(0);
	transform: translateX(-50%) translateZ(0);
	height: calc(100% - 150px);
	max-height: 294px;
	z-index: 6;
}

@media only screen and (max-width:761px) {
#Block-LIPSTICKFINDER .InlineBlock:last-child .Title {
	height: calc(100% - 110px);
	top: 20px;
}
}

#ROUTINE-PDP-France{
	max-width:580px;
	margin-left:auto;
	margin-right:auto;
}

.MyContent .Btn-Link {
	text-align: center;
	background-color: #000;
	display: inline-block;
	color: #FFF;
	padding: 18px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
	/*border: 2px solid #e5e5e5;*/
	min-width: 16px;
	margin-top: 20px;
}

@media only screen and (max-width:761px) {
.MyContent .Btn-Link {
	display: block;
	white-space: nowrap;
}
}

/* DTW-FIX */
@media only screen and (max-width: 761px){
#HEADER h1.Title  {text-align: center!important;}

#HEADER p.Text {text-align: center!important}
}
