#main:not(.main-homepage) {
	margin-top: 0px;
	padding-top:0;
}

.breadcrumb {
    display:none;
}
body, html{
	padding:0;
	margin:0;
	overflow-x:hidden;
}

.MyContent {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	position: relative;
	width: 100%;
	text-align: center;

	z-index:1;
	
}
@media only screen and (max-width:1249px) {
.MyContent  {
	overflow-x:hidden;
}
}

.MyContent *{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
#main {
	margin-top: 0;
}
#main .breadcrumb {
	display: none;
}

.MyContent .slick-dots li {
	border-radius: 50%;
	overflow: hidden;
	width: 10px;
	height: 10px;
}
.MyContent .slick-dots .slick-active button {
	background-color: #000;
}
.MyContent .slick-dots {
	bottom: -35px;
}


.MyContent .slick-arrow {
	position: absolute;
	background: transparent;
	border: 0px #fff solid!important;
	top: 185px;
	font-size: 0;
	background-color: transparent;
	width: 50px;
	height: 70px;
	z-index: 10;
	margin: 0;
	padding: 0;
	outline: 0;
}
.MyContent .slick-prev {
	left: -50px;
	background-image: url(img/arrow-prev.png);
	min-width: 0px;
}
.MyContent .slick-next {
	right: -50px;
	background-image: url(img/arrow-next.png);
	min-width: 0px;
}
.MyContent .slick-next:after, .MyContent .slick-prev:after {
	display: none!important;
}

.MyContent .product-tile {
	color: #999;
	display: block;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
	max-width:unset;
	border:0px solid;
}
@media only screen and (max-width: 761px){
	.MyContent .product-tile .product-quickshop .quickview {
		padding: 11px 9px; 
		display: inline-block;
	}
	.MyContent .product-quickshop {
		display:inline-block;
   }
   .MyContent .product-tile{
	   margin-top:5px;
   }
}
.MyContent h1 {
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	padding: 20px;
	max-width:650px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:0px;
	margin-bottom: 20px;
	color:#cea151;
}

.MyContent p.btn-link a {
	background-color: #FFF;
	display: inline-block;
	color: #000;
	padding: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	border: 2px solid #e5e5e5;
	min-width: 164px;
	margin-top: 16px;
}



.MyContent .MyFullWidthBlock {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	text-align:center;
	width: 100vw;
	margin-left: calc(-50vw + 625px);
}
@media only screen and (max-width:1249px) {
.MyContent .MyFullWidthBlock {
	width: 100vw;
	margin-left:0;
}
}
.MyContent .MyBtnlink  {
	margin:0;
	padding:0;
	padding-top:16px;
}
.MyContent .MyBtnlink a, .MyContent .MyBtnlink span  {
	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 Medium", Helvetica, Arial, sans-serif;
	border: 2px solid #000;
}

/*---------------------------------------*/
#CHRISTMAS-2020-HEADER{
	height:150px;
	
}
#CHRISTMAS-2020-HEADER::before{
	content:" ";
	background-image:url(img/deco-header.png);
	width:1600px;
	height:264px;
	top:0px;
	left:calc(50% - 800px);
	display:block;
	z-index:2;
	position:absolute;
	background-repeat: no-repeat;
	background-position: top center;
	
}
@media only screen and (max-width:761px) {
	#CHRISTMAS-2020-HEADER::before{
		background-image:url(img/deco-header-mobile.png);	
	}
}
#CHRISTMAS-2020-HEADER .Title{
	color:#be0f34;
	padding-top:50px;
}
@media only screen and (max-width:761px) {
	#CHRISTMAS-2020-HEADER{
		height:auto;
		
	}
	#CHRISTMAS-2020-HEADER .Title{
		font-size:50px;padding-top:150px;
	}
}
/*---------------------------------------*/
#CHRISTMAS-2020-PUSH{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	background-image:url(img/background-push.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
	z-index:2;
	padding-top:45px;
	padding-bottom:96px;
}
@media only screen and (max-width:1250px) {
#CHRISTMAS-2020-PUSH{
	background-size: auto 100%;
}
}
@media only screen and (max-width:761px) {
#CHRISTMAS-2020-PUSH{
	display:block;
	padding-bottom:20px;	
	margin-top:-18px;
	background-image:url(img/background-push-mobile.png);
	padding-top:120px;
	background-size: auto;	
	background-position: top left;
	z-index:3;
}
}
#CHRISTMAS-2020-PUSH h1{
	margin:0;
	color:#cea151;
	flex-basis:100%;
	box-sizing:border-box;
	padding:0 20px;
	font-size:50px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: ClarinsRegular,Clarins;
}
#CHRISTMAS-2020-PUSH h2{
	margin:0;
	color:#000;
	padding:0 20px;
	flex-basis:100%;
	box-sizing:border-box;
	font-size:35px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: ClarinsRegular,Clarins;
	margin-bottom:20px;
	margin-top:20px;
}

@media only screen and (max-width:761px) {
#CHRISTMAS-2020-PUSH h2{
	margin: 20px auto;
    max-width: 300px;
    line-height: 1em;
}
}

#CHRISTMAS-2020-PUSH p.Text{
	
	margin:0;
	color:#cea151;
	flex-basis:100%;
	box-sizing:border-box;
	padding:0 20px;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom:20px;
}
#CHRISTMAS-2020-PUSH h3{
	
	margin:0;
	color:#000;
	flex-basis:100%;
	box-sizing:border-box;
	padding:0 20px;
	padding-top:20px;
	font-size:16px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
}
#CHRISTMAS-2020-PUSH .Push{
	margin:10px;
	flex-basis:calc(50% - 20px);
	max-width:567px;
	text-align:center;
}
@media only screen and (max-width:761px) {
#CHRISTMAS-2020-PUSH .Push{
		margin:20px auto;
		width:calc(100% - 40px);
}
}
#CHRISTMAS-2020-PUSH .Push img{
	display:block;

	max-width:100%;
}

#CHRISTMAS-2020-PUSH a{
	text-decoration:none ;
}

@media only screen and (max-width:761px) {
#CHRISTMAS-2020-PUSH a{
		display:block;
}
}


/*-------------------------------------------------------------------*/
#CHRISTMAS-2020-FILTERS{
	background-color:#be0f34;
	color:#fff;
	padding-top:60px;
	padding-bottom:60px;
	z-index:3;
	position:relative;
}

@media only screen and (max-width:761px) {
#CHRISTMAS-2020-FILTERS{
	padding-bottom:120px;
}
}

#CHRISTMAS-2020-FILTERS h2{
	margin:0;
	color:#fff;
	padding:0 20px;
	flex-basis:100%;
	box-sizing:border-box;
	font-size:35px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: ClarinsRegular,Clarins;
	margin-bottom:40px;
}
#CHRISTMAS-2020-FILTERS .Text{
	margin:0;
	text-transform: uppercase;
}



#CHRISTMAS-2020-FILTERS .CriteresWrapper{
	margin:0 auto;
	max-width:1170px;
	display:flex;
	justify-content:center;
	align-items:flex-start;
	
}
@media screen and (max-width:1023px) {
	#CHRISTMAS-2020-FILTERS .CriteresWrapper{
		flex-wrap:wrap;
	}
}
#CHRISTMAS-2020-FILTERS .CritereFilter{
	text-align:left;
	padding:20px;
	box-sizing:border-box;
	position:relative;
	
}
@media screen and (max-width:1023px) {
#CHRISTMAS-2020-FILTERS .CritereFilter{
	flex-basis:50%;

}
}





@media only screen and (max-width:761px) {
#CHRISTMAS-2020-FILTERS .CritereFilter{
	flex-basis:100%;padding:20px;
	padding-bottom:0;
}
}
#CHRISTMAS-2020-FILTERS .CritereFilter label{
	display:block;
	padding-bottom:15px;
	    float: none;
    text-align: left;
}
#CHRISTMAS-2020-FILTERS .CritereFilter select{
	display:block;
	background-color: #be0f34;
	color: #FFF;
	padding: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	border: 2px solid #fff;
	outline:0;
	width:100%;
}
#CHRISTMAS-2020-FILTERS .CritereFilter select option{
	line-height:50px;
	color:#FFF;width:100%;border: 2px solid #fff;
	
}

#CHRISTMAS-2020-FILTERS .sbSelector:hover,#CHRISTMAS-2020-FILTERS .sbSelector:link,#CHRISTMAS-2020-FILTERS .sbSelector:visited {
	color: #fff;
	font-weight: 700;
	outline: 0;
	text-decoration: none;
}

#CHRISTMAS-2020-FILTERS .sbHolder,#CHRISTMAS-2020-FILTERS .sbOptions {
    background-color: #be0f34;
}
@media only screen and (max-width:1023px) {
#CHRISTMAS-2020-FILTERS .sbHolder, #CHRISTMAS-2020-FILTERS .sbOptions {
    width: 100%;
}
}
#CHRISTMAS-2020-FILTERS .sbToggle{
    background-position: 33.78947368421053% 47.51619870410367%;
}
#CHRISTMAS-2020-FILTERS  .sbToggleOpen {
	background-position: 20.25563909774436% 47.51619870410367%;
}
#CHRISTMAS-2020-FILTERS  .sbOptions li {
	padding:0;
}
#CHRISTMAS-2020-FILTERS  .sbOptions a:link {
		color: #FFF;
}

#CHRISTMAS-2020-FILTERS .sbOptions a.sbFocus, 
#CHRISTMAS-2020-FILTERS .sbOptions a:focus, 
#CHRISTMAS-2020-FILTERS .sbOptions a:hover{
		color: #000;
		 background-color: #fff;
}
#CHRISTMAS-2020-SUBMIT-BTN{
	display: block;
	margin: 0 auto;
	color: #000;
	background-color: #FFF;
	padding: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	min-width: 164px;
	margin-top:30px;
	outline:0;
	position:relative;
	z-index:1;
	border:0px solid;
	cursor:pointer;
	height:40px;
}
#CHRISTMAS-2020-SUBMIT-BTN::before{
	content:" ";
	position:absolute;
	top:-5px;
	left:-5px;
	width:calc(100% + 10px);
	height:calc(100% + 10px);
	background-image:url(img/rayure.png);
	background-repeat: repeat-x;
	background-position: top left;
	z-index:-2;
}
#CHRISTMAS-2020-SUBMIT-BTN:hover::before{
	animation:AnimBG_submit 0.2s linear infinite;
}
@keyframes AnimBG_submit{
	0%{
		background-position: top left 0;
	}
	100%{
		background-position: top left 13px;
	}
}
#CHRISTMAS-2020-SUBMIT-BTN::after{
	content:" ";
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #FFF;
	z-index:-1;
}



@media only screen and (max-width:761px) {
#CHRISTMAS-2020-SUBMIT-BTN{
	display:block;
	margin:20px;
	margin-top:30px;
	margin-bottom:0px;
	width:calc(100% - 40px);
	box-sizing:border-box;
}
}
#AgeRangeFilter{
	min-width:280px;
}
.AgeSlider{
	width: calc(100% + 34px);
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	height: 34px;
	margin-left: -17px;
	margin-right: -17px;
	margin-bottom: 10px;
	z-index:3;position: relative;
}
.AgeSlider::-webkit-slider-thumb {
  width: 34px;  height:34px;
  padding: 0;
  border: 0px solid #888;
  border-radius:0;
  box-shadow: none;
  background: url(img/cursor.png); 
}
.AgeSlider::-moz-range-thumb {
   width: 34px;  height:34px;
  padding: 0;
  border: 0px solid #888;
  border-radius:0;
  box-shadow: none;
  background: url(img/cursor.png); 
}
.AgeSlider::-ms-thumb {
  width: 34px;
  height:34px;
  padding: 0;
  border: 0px solid #888;
  border-radius:0;
  box-shadow: none;
  background: url(img/cursor.png); 
}
#CHRISTMAS-2020-FILTERS .RangeInfos{
	display: flex;
	border-top: 2px solid #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	/* margin-bottom: 30px; */
	position: absolute;
	width: calc(100% - 40px);
	left: 20px;
	top: 75px;

}
#CHRISTMAS-2020-FILTERS #XMAS_CRITERE_3_HILITED {
    border-top: 2px solid #e5b56c;
	z-index: 2;
	clip-path: rect(0px, 100%, 60px, 0px);
}


#CHRISTMAS-2020-FILTERS .RangeInfos li{
	border-left:2px solid #fff;
	padding:0;
	margin:0;
	color:#fff;box-sizing:border-box;
	flex:1;
}
#CHRISTMAS-2020-FILTERS #XMAS_CRITERE_3_HILITED li{
  border-left:2px solid #e5b56c;
}
#CHRISTMAS-2020-FILTERS .RangeInfos li:last-child{
	flex:0;
	flex-basis:0px;
}
#CHRISTMAS-2020-FILTERS .RangeInfos li span{
	display:block;
	width:100%;
	transform:translateX(-50%) translateY(100%);
	text-align:center;
}
#CHRISTMAS-2020-FILTERS .RangeInfos li:last-child span{
	width: 50px;
	position: absolute;
}


/*-------------------------------------------------*/
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA {
    padding-top: 130px;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .MyBlock,
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .footer-wrapper,
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .search-result-options,
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA #g-spot-4-slot-li,
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .sort-by col-gutter,
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .switch-plp-view,
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA  #secondary{
	display:none;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA h2{
	margin:0 20px;
	color:#000;
	padding:0 20px;
	flex-basis:100%;
	box-sizing:border-box;
	font-size:35px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: ClarinsRegular,Clarins;
	margin-bottom:30px;
}

#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA img{
	max-width:100%;
	display:block;
}

#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .CheckBox li {
	background-image: url(img/checkbox.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 40px;
	margin: 10px;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	min-height: 40px;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA h3 {
	color: #f08ba9;
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA figure {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-left: 20px;
	padding-right: 20px;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .Text {
    min-height: 45px;
    margin: 10px auto;
    margin-bottom: 0;
    max-width: 160px;
}

#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA img {
	max-width: 100%;
	margin:0 auto;
	display:block;
}

#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .content-asset{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-wrap:wrap;
	max-width:1250px;
	margin: 0 auto
}
#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .content-asset>div{
	flex-basis:25%;
	padding-bottom:30px;
	overflow:hidden;
}
@media screen and (max-width:1023px) {
	#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .content-asset>div{
		flex-basis:33%;

	}
}
@media screen and (max-width:761px) {
	#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .content-asset{
		justify-content:center;
	}
	#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA .content-asset>div{
		flex-basis:50%;
	}

	
}	

/*--------------------------------------------------------*/
#CHRISTMAS-2020-BEST-DEALS-SLICK .slick-slide {
	opacity:0;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK .slick-active {
	opacity:1;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK .slick-track, 
#CHRISTMAS-2020-BEST-DEALS-SLICK .slick-list {
overflow: visible;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK .Visual {
	height:400px;
	display:block;
	width:150px;
	position: relative;
	margin:0 auto;
	margin-bottom:35px;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK .Visual img{
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	max-width:none;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK .IngredientName{
	position:absolute;
	font-size:12px;
	width:100px;
	left:50%;
	top:50%;
}



#CHRISTMAS-2020-BEST-DEALS-SLICK .Visual[data-product="1"] .IngredientName{
	margin-left: -200px;
    text-align: right;
    margin-top: -70px;
}

#CHRISTMAS-2020-BEST-DEALS-SLICK .Visual[data-product="1"] .IngredientName:last-child{
    margin-left: 90px;
    text-align: left;
    margin-top: 100px;
}


#CHRISTMAS-2020-BEST-DEALS-SLICK .Visual[data-product="2"] .IngredientName{
	margin-left: 60px;
    text-align: left;
	margin-top: 80px;
}

#CHRISTMAS-2020-BEST-DEALS-SLICK .Visual[data-product="3"] .IngredientName{
	margin-left: 80px;
    text-align: left;
    margin-top: 50px;
}


#CHRISTMAS-2020-BEST-DEALS-SLICK .Visual[data-product="4"] .IngredientName{
	margin-left: 90px;
    text-align: left;
    margin-top: 70px;
}
#CHRISTMAS-2020-BEST-DEALS-SLICK {
	margin: 0 auto;
	position:relative;
	max-width:970px;

}
@media screen and (max-width:1270px) {
#CHRISTMAS-2020-BEST-DEALS-SLICK {
	margin-left:50px;
	margin-right:50px;
}
}
@media screen and (min-width:762px) {
#CHRISTMAS-2020-BEST-DEALS .RoutineItem {
	width: 100%;
	position: relative;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
}

#CHRISTMAS-2020-BEST-DEALS .RoutineItem p.Text{
	margin:0;
	padding:10px 20px;
	padding-top:0;
	text-align: center;
	flex:1;
	font-size: 14px;;
}

#CHRISTMAS-2020-BEST-DEALS .RoutineItem .product-tile{
	margin:0 auto;
}
#CHRISTMAS-2020-BEST-DEALS {
	margin-bottom:100px;
}
@media only screen and (max-width:761px) {
	#CHRISTMAS-2020-BEST-DEALS {
	margin-bottom: 270px;
}
}
#CHRISTMAS-2020-BEST-DEALS h2{
	margin:0 20px;
	color:#000;
	padding:0 20px;
	flex-basis:100%;
	box-sizing:border-box;
	font-size:35px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: ClarinsRegular,Clarins;
	margin-bottom:30px;
}
/*--------------------------------------------------------*/
#CHRISTMAS-2020-SHIPPING {
    margin-top: 40px;
    border: 5px solid #cea151;
    padding: 70px 150px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}
@media screen and (max-width:1250px) {
#CHRISTMAS-2020-SHIPPING {
	margin-left:40px;
	margin-right:40px;
}
}
@media screen and (max-width:1023px) {
#CHRISTMAS-2020-SHIPPING {
	padding:40px 70px;
}
}
@media only screen and (max-width:761px) {
#CHRISTMAS-2020-SHIPPING {
	padding:70px 0px;
	padding-bottom:20px;
	margin-top: 190px;
	margin-left:20px;
	margin-right:20px;
}
}
#CHRISTMAS-2020-SHIPPING::before{
	content:" ";
	background-image:url(img/bloc-livraison-left.png);
	width:187px;
	height:448px;
    top: -310px;
    left: calc(50% - 580px);
	display:block;
	z-index:2;
	position:absolute;
	pointer-events:none;
	
}
@media screen and (max-width:1250px) {
	#CHRISTMAS-2020-SHIPPING::before{
		top: -150px;
		left: -60px;
	}
}
@media screen and (max-width:1023px) {
#CHRISTMAS-2020-SHIPPING::before{
	transform:scale(0.8);
	transform-origin:top left;
	top:-120px;left:-30px;
}
}
@media only screen and (max-width:761px) {
#CHRISTMAS-2020-SHIPPING::before{
	background-image:url(img/bloc-livraison-left-mobile.png);
	transform:none;
	top:-315px;
	left:auto;
	right:-20px;
	width:313px;
	height:369px;
}
}
#CHRISTMAS-2020-SHIPPING::after{
    content: " ";
    background-image: url(img/bloc-livraison-right.png);
    width: 111px;
    height: 175px;
    top: -90px;
    left: calc(50% + 380px);
    display: block;
    z-index: 2;
    position: absolute;
}
@media screen and (max-width:1250px) {
	#CHRISTMAS-2020-SHIPPING::after{
		top: -90px;
		left:auto;
		right:20px;
	}
}
@media screen and (max-width:1023px) {
#CHRISTMAS-2020-SHIPPING::after{
	transform:scale(0.6);
	transform-origin:bottom right;
	top: -120px;
	right:8px;
}
}
@media screen and (max-width:761px) {
#CHRISTMAS-2020-SHIPPING::after{
	background-image: url(img/bloc-livraison-right-mobile.png);
	transform: none;
	top:auto;
    bottom: -230px;
	left: 0;
	right:auto;
	width:335px;
	height:246px;
}
}
#CHRISTMAS-2020-SHIPPING h2{
	margin:0 20px;
	color:#000;
	padding:0 20px;
	box-sizing:border-box;
	font-size:35px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: ClarinsRegular,Clarins;
	margin-bottom:30px;
	flex-basis:100%;
}
@media only screen and (max-width:761px) {
#CHRISTMAS-2020-SHIPPING h2{
		padding:0px;
}
}
#CHRISTMAS-2020-SHIPPING .Push{
	flex-basis:33%;
	max-width:260px;
}
@media only screen and (max-width:761px) {
#CHRISTMAS-2020-SHIPPING .Push{
	flex-basis:100%;
	max-width:260px;
	padding-bottom:20px;
}
}
#CHRISTMAS-2020-SHIPPING h3{
	margin:0;
	font-weight:normal;
	font-size:20px;
	padding:15px;
}
#CHRISTMAS-2020-SHIPPING p{
	margin:0;
	font-weight:normal;
	font-size:14px;
	padding:0px 20px;
}
@media screen and (max-width:1023px) {
#CHRISTMAS-2020-SHIPPING p{
	padding:0px 10px;
}
}
#CHRISTMAS-2020-SHIPPING p strong{
		font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
		font-weight:normal;
}
/*----------------------------------------------------*/

#CHRISTMAS-2020-VIDEO{
	background-image:url(img/deco-video.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top:250px;
	margin-top:-200px;
	position:relative;
	z-index:3;
	font-size:14px;
}
@media only screen and (max-width:761px) {
	#CHRISTMAS-2020-VIDEO{
		margin-top:-50px;
		background-image: url(img/background-footer-mobile.jpg);
		background-repeat: no-repeat;
		background-position: bottom center;
		padding-bottom: 170px;
	}
}
#CHRISTMAS-2020-VIDEO h2{
	margin:0 20px;
	color:#000;
	padding:0 20px;
	box-sizing:border-box;
	font-size:35px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: ClarinsRegular,Clarins;
	margin-bottom:20px;
	margin-top:50px;
}
#CHRISTMAS-2020-VIDEO .Text{
	margin:30px;

}
#CHRISTMAS-2020-VIDEO .Mobile{
	display:block;
	max-width:100%;
}

@media only screen and (min-width:762px) {
#CHRISTMAS-2020-VIDEO .Mobile{
	display:none;
}
}
@media only screen and (max-width:761px) {
#CHRISTMAS-2020-VIDEO .Desktop{
	display:none;
}
}
#CHRISTMAS-2020-VIDEO .Video{
	cursor:pointer;
	position:relative;
	display:inline-block;
	overflow:hidden;
	margin-bottom:60px;
}
#CHRISTMAS-2020-VIDEO .Video::after{
	content:" ";
	cursor:pointer;
	background-image:url(img/play-video.png);
	width:50px;
	height:50px;
	left:calc(50% - 25px);
	position:absolute;
	top:calc(50% - 25px);
}

#CHRISTMAS-2020-VIDEO .Video img{
max-width:100%;
}


/*Master analysis added*/

#CHRISTMAS-2020-BEST-DEALS-SLICK-DATA img{
	max-width: 100%;
    margin: 0 auto;
    width: auto;
    position: relative;
    margin-top: -27px;
    margin-right: 6px;
    top: 8.5px;
    display: inline-block;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) 
and (orientation : portrait) {
	#YTvideobox{
		left: 6.5%;
	}
}

/***DTW EDITS***/
#CHRISTMAS-2020-VIDEO {
    margin-top: -100px;
}

#CHRISTMAS-2020-VIDEO h2 {
    margin-top: unset;
}

@media only screen
  and (max-width : 360px)
  and (max-height : 640px) {
#CHRISTMAS-2020-BEST-DEALS-SLICK .Visual img {
    width: 173%;
	}
	#CHRISTMAS-2020-VIDEO{
		padding-top: unset;
	}
}


#CHRISTMAS-2020-BEST-DEALS::before {
    content: " ";
    background-image: url(img/bloc-livraison-left.png);
    width: 187px;
    height: 448px;
    top: 150px;
    left: calc(42% - 580px);
    display: block;
    z-index: 2;
    position: absolute;
    pointer-events: none;
}

#CHRISTMAS-2020-BEST-DEALS::after {
    content: " ";
    background-image: url(img/bloc-livraison-right.png);
    width: 111px;
    height: 175px;
    top: -5px;
    left: calc(50% + 380px);
    display: block;
    z-index: 2;
    position: absolute;
}

@media only screen and (min-width: 1024px){
	#CHRISTMAS-2020-VIDEO{
	background-image:url(img/deco-video.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 95%;
	padding-top:250px;
	margin-top:-100px;
	position:relative;
	z-index:3;
	font-size:14px;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
#CHRISTMAS-2020-VIDEO{
	background-image:url(img/deco-video.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 170%;
	padding-top:250px;
	margin-top: -295px;
	position:relative;
	z-index:3;
	font-size:14px;
}
#CHRISTMAS-2020-VIDEO {
    margin-top: -100px;
}
#CHRISTMAS-2020-BEST-DEALS::before{
	top: 285px;
	left: calc(45% - 580px);
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
	/*#CHRISTMAS-2020-VIDEO{
		margin-top: -275px;
	}*/
	#CHRISTMAS-2020-VIDEO {
    margin-top: -100px;
	}
}

@media only screen and (max-width:761px) {
	#CHRISTMAS-2020-VIDEO h2 {
    margin-top: -300px;
	}
}


@media only screen
  and (max-width : 360px)
  and (max-height : 640px) {
#CHRISTMAS-2020-VIDEO h2 {
    margin-top: -189px;
	}
.fit_img{
	width: 138%!important;
	}
}