body,html{
	margin:0;
	padding:0;
	overflow-x:hidden;
}
.breadcrumb {
	display: none;
}
#main {
margin-top:0px;
}
#main:not(.main-homepage) {
margin-top:0px;
}

.primary-content{
	padding-bottom:0px;
}
#MyContent *{
	outline:0px solid!important;
}
#MyContent {
	display:block;
	position:relative;
	max-width:1250px;
	width:100%;
	margin:0 auto;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	
}
#MyContent  h2{
	margin:0;
	text-align:center;
	font-family:ClarinsRegular, Clarins;
	font-weight:normal;
	font-size:35px;
}
#MyContent  p.Text{
	font-size:18px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	line-height:1.4em;
	margin:20px;
	text-align:center;
}
#MyContent .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;
	
}
/*---------------------------------*/
#decouvrez-les-boxs{
	padding-top:70px;
}
/*---------------------------------*/
.BoxHeader{
		margin-bottom:-70px;
}
.BoxHeader h1{
	margin:0;
	text-align:center;
	font-family:ClarinsRegular, Clarins;
	font-weight:normal;
	color:#000;
	font-size:50px;
}
.BoxHeader p.Text{
	margin:0 auto!important;
	font-weight:normal;
	color:#000;
	font-size:16px;
	text-align:center;
	max-width:900px;
}
@media screen and (max-width: 1023px) {
.BoxHeader p.Text{
	margin:0 40px!important;
	
}
.BoxHeader p.Text br{
	display:none;
}
}
@media screen and (max-width: 761px) {
.BoxHeader p.Text{
	margin:0 20px!important;
}

}
.BoxHeader p.Title{
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial, sans-serif;
	color:#be0f34;
	font-size:14px;
	text-transform:uppercase;
	margin:12px auto;
	text-align:center;
}
.BoxHeader p.BtnLink {
	margin:30px auto;
	margin-bottom:50px;
	display:block;text-align:center;
}
/*---------------------------------*/
.SlickCarousel{
	max-width:948px;
	margin:0 auto;
}
@media screen and (max-width: 761px) {
.SlickCarousel .custom-slick-prev {
	z-index:10;
	left:10px;

}
.SlickCarousel .custom-slick-next {
	z-index:10;
	right:10px;
}
}
.SlickCarousel img{
	max-width:100%;
	display:block;
	margin:0 auto;
	transform:scale(0.8);
	transition:all ease-in-out 0.5s;
	transform-origin:bottom center;
	opacity:0.75;
}
.SlickCarousel .slick-center img{
	transform:scale(1);
	opacity:1;
	
}
/*---------------------------------*/
.BoxList{
	/*display:flex;
	flex-wrap:wrap;
	justify-content:center;*/
	vertical-align:top;
	border-top:2px solid #be0f34;
	position:relative;

}
.BoxList::before{
	content:" ";
	background-image:url(img/red-arrow.png);
	width:20px;
	height:10px;
	position:absolute;
	top:0px;
	left:calc(50% -10px);
	z-index:4;
}
@media screen and (min-width: 1250px) {
.BoxList{
	margin-left:-375px;
	width:2000px;
}
}

.BoxList .BoxPackshot{
	order:1;	
	display:none;
}
.BoxList .BoxPackshot img{
	display:block;
	margin:0 auto;
}
.BoxList .BoxContent{
	order:51;	
	flex-basis:100%;
	position:relative;
	overflow:hidden;
	min-height:599px;
	display:none;
}
.BoxList .BoxContent[data-selected="1"]{
	display:block;
	
}

.BoxList .BoxContent[data-selected="1"] .BoxBackground{
	display:block;
	animation:fadeIn 2s;
	
}
@keyframes fadeIn{
	0%{
		opacity:0;
	}
	100%{
		opacity:1;
	}
}
.BoxList .BoxContent .Wrapper{
	margin:50px auto;
	padding:50px;
	background-color:#fff;
	max-width:1170px;
	display:flex;
	position:relative;
	text-align:right;
	box-sizing:border-box;
	height:499px;
	justify-content:flex-end;
	align-items:flex-end;
	flex-wrap:wrap;
	flex-direction:column;
		z-index:2;
}
@media screen and (max-width: 1250px) {
.BoxList .BoxContent .Wrapper{
	margin:50px;
}	
}
@media screen and (max-width: 1023px) {
.BoxList .BoxContent .Wrapper{
	height:auto;
	justify-content:flex-start;
	align-items:center;
	padding:20px;
	text-align:center;
	margin:20px;
}	
}
.BoxList .BoxContent .Wrapper h2{
 	margin: 0;
    text-align: center;
    font-family: ClarinsRegular, Clarins;
    font-weight: normal;
    font-size: 35px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
	color:#be0f34;
}
@media screen and (max-width: 1023px) {
.BoxList .BoxContent .Wrapper h2{
	position:relative;
	top:auto;
	text-align:center;
	
}
}
.BoxList .BoxContent .BoxBackground{
	position:absolute;
	z-index:1;
	width:100%;
}
.BoxList .BoxContent .BoxBackground img{
	display:block;
	margin:0 auto;
}

.BoxList .BoxContent .BoxPackshotFull{
	order:10;
	margin-bottom:-10px;
}
@media screen and (max-width: 1250px) {
.BoxList .BoxContent .BoxPackshotFull{
	width: calc(70% - 100px);
	padding-left:20px;
	box-sizing:border-box;
}	
}
@media screen and (max-width: 1023px) {
.BoxList .BoxContent .BoxPackshotFull{
	order:1;
	margin-bottom:15px;
	width:auto;
	padding:0;
}	
}
@media screen and (max-width: 761px) {
.BoxList .BoxContent .BoxPackshotFull{
	margin:0;
	padding-top:20px;
	
}	
}
.BoxList .BoxContent .BoxPackshotFull img{
	display:inline-block;
	vertical-align:bottom;
}

@media screen and (max-width: 1250px) {
.BoxList .BoxContent .BoxPackshotFull img{
	display:block;
	max-width:100%;
}	
}
.BoxList .BoxContent .BoxDetails {
    position: relative;
    display: inline-block;

    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 300px;
}
@media screen and (max-width: 1250px) {
.BoxList .BoxContent .BoxDetails {
width:30%;
}	
}
@media screen and (max-width: 1023px) {
.BoxList .BoxContent .BoxDetails {
	order:2;
	padding:20px;
	    padding-top: 50px;
	
}	
}
@media screen and (max-width: 761px) {
.BoxList .BoxContent .BoxDetails {
	order:2;
	padding:0px;
	padding-top: 50px;
	padding-bottom: 20px;
	
}	
}
.BoxList .BoxContent .BoxDetails ul{
	margin:0;
	padding:0;
	list-style:none;
}
.BoxList .BoxContent .BoxDetails ul li{
	font-size:14px;
}
.BoxContent .Picto img {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right:0;
}
@media screen and (max-width: 1023px) {
.BoxContent .Picto img {
    width: 55px;
    height: 55px;
	right:auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
	top:0px;
}
}
.BoxContent .BoxProductInfos{
	
}
@media screen and (max-width: 1023px) {
.BoxContent .BoxProductInfos{
	order:3;
	
}	
}
.BoxContent  .ProductName{
	margin:0;	
	font-family:ClarinsRegular, Clarins;
	color:#be0f34;
	font-size:20px;
}
.BoxContent  .ProductPrice{
	margin:10px auto;	
	font-size:16px;
}
.BoxContent  .BtnLink{
	margin:0;
}
/*----------------------------------------------*/
.BoxReasonsToBuy{
	margin-bottom:40px;
	
}
.BoxReasonsToBuy h2{
	padding-top:40px;
	padding-bottom:40px;
	
}
.BoxReasonsToBuy .Wrapper{
	margin:0 20px;
	padding:14px 25px;
	border:7px solid #be0f34;
	max-width:363px;
	box-sizing:border-box;
	min-height:325px;

}
@media screen and (max-width: 1023px) {
.BoxReasonsToBuy .Wrapper{
	max-width:500px;
	margin:0 auto;
}
}
@media screen and (max-width: 761px) {
.BoxReasonsToBuy .Wrapper{
	max-width:363px;
	margin:0 auto;
}
}
.BoxReasonsToBuy h3{
	color:#be0f34;
	font-size:22px;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-weight:normal;
	text-align:center;
}

.BoxReasonsToBuy ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	
}
.BoxReasonsToBuy > ul li{
	margin:0;
	padding:0;
	display:inline-block;
	vertical-align:top;
	
}
.BoxReasonsToBuy .BoxInfosItem  ul li{
	color:#000;
	font-size:14px;
	text-align:left;
	display:block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
	font-weight:normal;
	padding-bottom:15px;
}
.BoxReasonsToBuy .BoxInfosItem  ul li::before {
	content:"• ";
	color:#be0f34;
}
.BoxReasonsToBuy .Picto img{
	width:55px;
	height:55px;
	margin:0 auto;
	display:block;
	margin-bottom:25px;
}
@media screen and (max-width: 1023px) {
.BoxReasonsToBuy .ArgList{
	max-width:500px;
	margin:0 auto;
}
}
@media screen and (max-width: 761px) {
.BoxReasonsToBuy .ArgList{
	max-width:363px;
	margin:0 auto;
}
}
@media screen and (max-width: 403px) {
.BoxReasonsToBuy .ArgList{
	max-width:363px;
	margin:0 20px;
}
}
/*-------------------------------------------*/

#Transversal-Push h2{
	color:#000;
	font-family:ClarinsRegular, Clarins;
	font-size:35px;
	line-height:1em;
	font-weight:normal;
	margin:0;	
	box-sizing:border-box;
	padding-top:40px;
	padding-bottom: 20px;
	text-align:center;
}
@media screen and (max-width: 761px) {
#Transversal-Push h2{
	padding-top:20px;
	font-size:30px;
}
}
#Transversal-Push {
	position:relative;
	padding-bottom:20px;
	margin:0 auto;
	max-width:912px;
}
@media screen and (max-width: 761px) {
#Transversal-Push {
	
	max-width: 284px;
}
}

#Transversal-Push .SlickList {
	display: block;
	
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

#Transversal-Push .SlickList .SlickItem  {
	font-size: 0;
	border: 2px solid #e5e5e5;
	cursor: pointer;
	display: inline-block;
	margin: 10px;
	max-width: 284px;
	min-height: 410px;
	padding-bottom: 50px;
	text-align: left;
	vertical-align: top;
	/*width: calc(50% - 40px);*/
	position:relative;
}
#Transversal-Push .SlickList .SlickItem  img {
	max-width: 100%;
}
@media screen and (max-width: 1023px) {
#Transversal-Push .SlickList .SlickItem   {
	margin: 5px;
}
}

#Transversal-Push .SlickList .SlickItem  h3 {
	margin: 0;
	font-family: ClarinsRegular, Clarins;
	font-size: 30px;
	line-height: 30px;
	color: #000;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 100px;
}

#Transversal-Push .SlickList .SlickItem  p.Title {
	color: #be0f34;
	text-transform: uppercase;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham Medium, Helvetica, Arial, sans-serif;
	margin: 0;

	font-size: 11px;
	padding: 20px;
	padding-bottom: 10px;
}
#Transversal-Push .SlickList .SlickItem  p.Text {
	color: #8b8b8b;
	margin: 0;
	font-size: 11px;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 14px;
}
#Transversal-Push .SlickList .SlickItem  p.text-link {
	bottom: 20px;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 20px;
	position: absolute;
		padding-bottom:8px;
		font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham Medium, Helvetica, Arial, sans-serif;
}
#Transversal-Push .SlickList .SlickItem p.text-link a {
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	border-bottom: #d5d5d5 1px solid;
}

/*------------------------------------------*/
.slick-dots {
    display: block;
    position: absolute;
    bottom: -25px;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
}
.slick-dots li.slick-active {
    background: #0c0c0c;
    color: #fff;
    box-shadow: 0 0 2px #f0efe7;
}
.slick-dots li {
    font-size: 11px;
    line-height: 10px;
    text-decoration: none;
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #bfbfbf;
    color: #4e443c;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    box-shadow: 0;
}
/*****DTW CUSTOM*****/
/*.SlickCarousel .slick-center img{
	margin-left:-324px;
}*/


@media only screen and (min-width:1023px) and (max-width:1024px) {
	.BoxList .BoxContent .BoxDetails ul li{
		font-size:12px;
	}
	
} 

@media only screen and (min-width:761px) and (max-width:1023px) {
.SlickCarousel .slick-center img{
	margin-left: -256px;
	}
}

@media only screen and (max-width:761px) {
.SlickCarousel .slick-center img{
	margin-left:-2px!important;
	}
}

@media only screen and (min-width: 1024px){
	.BoxList .BoxContent .BoxPackshotFull img{
		width: 455px!important;
		margin-left: 20px;
	}
}