.MyContent {
	display: block;
	font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Times New Roman", sans-serif;
	margin-left: auto;
	margin-right: auto;
	max-width: 1250px;
	position: relative;
	width: 100%;
	text-align: center;
	padding-bottom: 60px;
	z-index:1;
	
}
@media only screen and (max-width:1249px) {
.MyContent  {
	overflow-x:hidden;
}
}
body{
	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 .product-tile {
	color: #999;
	display: block;
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	text-align: left;
	width: 170px;
}
.MyContent h1 {
	margin: 0;
	font-family: Times New Roman;
	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, "Times New Roman",sans-serif;
	border: 2px solid #e5e5e5;
	min-width: 164px;
	margin-top: 16px;
}
.MyContent .MyHeader p.MyText {
	margin: 0px;
	padding:20px;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	max-width:520px;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
}
@media only screen and (max-width:761px) {
.MyContent .MyHeader p.MyText {
	font-size: 14px;
}
}
.MyContent .FullWidthBanner {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	height:700px;
	text-align:center;
	width: 100vw;
	margin-left: calc(-50vw + 625px);
}
@media only screen and (max-width:1249px) {
.MyContent .FullWidthBanner {
	width: 100vw;
	margin-left:0;
}
}

#CalendarWrapper{
	overflow:hidden;
    margin-top: -100px;
    z-index: -1;
}
@media only screen and (max-width:1249px) {
#CalendarWrapper{
	margin-top: -50px;
}
}
@media only screen and (max-width:761px) {
#CalendarWrapper{
	margin-top: 0px;
	height:auto;
}
}
#Calendar{
	transform-origin:top center;
	display:inline-block;
	/*-------------------*/
	position: absolute;
	left:50%;
	top:0;
	transform:translateX(-50%) scale(0.8);	
}
@media only screen and (max-width:761px) {
#Calendar{
	display:none!important;
}
}

.ProductVisualForMobile{
	display:none;
}
@media only screen and (max-width:761px) {
.ProductVisualForMobile{
	display:flex;
	width:100%;
	justify-content:center;
	align-items:flex-end;
	height:417px;
}
.ProductVisualForMobile[data-hidden="1"] .VisibleProduct{
	display:none!important;
}
.ProductVisualForMobile[data-hidden="1"] .HiddenProduct{
	display:block!important;
}
.ProductVisualForMobile .VisibleProduct{
	display:block!important;
}
.ProductVisualForMobile .HiddenProduct{
	display:none!important;
}
}
.MyPopin p.MyTitle{
	display:block;
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial,"Times New Roman", sans-serif;
	margin:0;
	padding:0;
	color:#be0f34;
	text-transform:uppercase;
	font-size:14px;
	padding-bottom:10px;
}
.MyPopin h2{
	display:block;
	font-family: Times New Roman;
	font-size:22px;
	color:#000;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1em;
	padding-bottom:10px;

}
.MyPopin .MyText{
	display:block;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.4em;
	max-width:280px;
	margin-left:auto;
	margin-right:auto;
}
.MyContent .MyBtnlink  {
	margin:0;
	padding:0;
	padding-top:16px;
}
.MyContent .MyBtnlink a {
	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,"Times New Roman", sans-serif;
	border: 2px solid #000;
}
.MyPopin::before{
	content:" ";
	width:41px;
	height:41px;
	background-image:url(./img/button-open.png);
	position:absolute;
	top:-20px;
	left:-20px;
	z-index:2;
	cursor:pointer;
}
.MyPopin[data-hidden="1"]::before{
	display:none;
}
.MyPopin.Selected::before{

	background-image:url(./img/button-close.png);
	
}
@media only screen and (max-width:1249px) and (min-width:762px){
.MyPopin::before{

	width:calc( (41 / 1250 )* 100vw);
	height:calc( (41 / 1250 )* 100vw);
	background-size:100% auto;
	top:calc( (-20 / 1250 )* 100vw);
	left:calc( (-20 / 1250 )* 100vw);
}	
}
.MyPopin{
	position:absolute;
	z-index:10;
	left:50%;
	margin-left:2000px;
	top:2000px;
}
.MyPopin .Wrapper{
	display:none;
	opacity:0;	
	transition:opacity 0.5s ease-in-out;
	background-color:#FFFFFF;
	width:290px;
	padding:20px;
	border:2px solid #cea152;
}
@media only screen  and (max-width:761px) {
.MyPopin .Wrapper{
width: auto;
margin-left: -20px;
margin-right: -20px;
margin-bottom:70px;
}
.MyPopin .MyBtnlink{
	position: absolute;
bottom: -70px;
left: 0;
width: calc(100% + 40px);
margin-left: -20px;
margin-right: -20px;
}
.MyPopin .MyBtnlink a{
	display:block;
}
}
.MyPopin.Selected {
	z-index:30;
}
.MyPopin.Selected .Wrapper{
	display:block;
	opacity:1;
}

@media only screen  and (min-width:762px) {
.MyPopin.Selected .Wrapper.AlignRight{
	margin-left:-330px;
}
}
.MyPopin ul {
  display: block!important;
  font-size: 14px;
  padding-top: 10px!important;
  position: relative!important;
  text-align: left!important;
   width: auto;
   max-width:280px;
	margin-left:auto!important;
	margin-right:auto!important;
}
.MyPopin ul li{
  display: block!important;
  font-size: 14px;
  position: relative!important;
  text-align: left!important;
  float:none!important;
  width:auto!important;
  border:0px solid!important; 
}
@media only screen and (min-width:1250px) {
#Popin-Day-01{margin-left:-235px;top:730px;}
#Popin-Day-02{margin-left:-130px;top:970px;}
#Popin-Day-03{margin-left:60px;top:200px;}
#Popin-Day-04{margin-left:-440px;top:740px;}
#Popin-Day-05{margin-left:350px;top:1090px;}
#Popin-Day-06{margin-left:-325px;top:740px;}
#Popin-Day-07{margin-left:190px;top:420px;}
#Popin-Day-08{margin-left:-125px;top:240px;}
#Popin-Day-09{margin-left:205px;top:820px;}
#Popin-Day-10{margin-left:210px;top:190px;}
#Popin-Day-11{margin-left:-260px;top:1000px;}
#Popin-Day-12{margin-left:120px;top:545px;}
#Popin-Day-13{margin-left:-255px;top:460px;}
#Popin-Day-14{margin-left:90px;top:280px;}
#Popin-Day-15{margin-left:-40px;top:730px;}
#Popin-Day-16{margin-left:320px;top:780px;}
#Popin-Day-17{margin-left:-15px;top:1050px;}
#Popin-Day-18{margin-left:-60px;top:580px;}
#Popin-Day-19{margin-left:190px;top:1050px;}
#Popin-Day-20{margin-left:-25px;top:530px;}
#Popin-Day-21{margin-left:-375px;top:390px;}
#Popin-Day-22{margin-left:425px;top:850px;}
#Popin-Day-23{margin-left:340px;top:540px;}
#Popin-Day-24{margin-left:90px;top:1060px;}
}
@media only screen and (max-width:1249px) {
#Popin-Day-01{margin-left:calc(( -235 / 1250 )* 100vw);top:calc(( 730 / 1250 )* 100vw);}
#Popin-Day-02{margin-left:calc(( -130 / 1250 )* 100vw);top:calc(( 970 / 1250 )* 100vw);}
#Popin-Day-03{margin-left:calc(( 60 / 1250 )* 100vw);top:calc(( 200 / 1250 )* 100vw);}
#Popin-Day-04{margin-left:calc(( -440 / 1250 )* 100vw);top:calc(( 740 / 1250 )* 100vw);}
#Popin-Day-05{margin-left:calc(( 350 / 1250 )* 100vw);top:calc(( 1090 / 1250 )* 100vw);}
#Popin-Day-06{margin-left:calc(( -325 / 1250 )* 100vw);top:calc(( 740 / 1250 )* 100vw);}
#Popin-Day-07{margin-left:calc(( 190 / 1250 )* 100vw);top:calc(( 420 / 1250 )* 100vw);}
#Popin-Day-08{margin-left:calc(( -125 / 1250 )* 100vw);top:calc(( 240 / 1250 )* 100vw);}
#Popin-Day-09{margin-left:calc(( 205 / 1250 )* 100vw);top:calc(( 820 / 1250 )* 100vw);}
#Popin-Day-10{margin-left:calc(( 210 / 1250 )* 100vw);top:calc(( 190 / 1250 )* 100vw);}
#Popin-Day-11{margin-left:calc(( -260 / 1250 )* 100vw);top:calc(( 1000 / 1250 )* 100vw);}
#Popin-Day-12{margin-left:calc(( 120 / 1250 )* 100vw);top:calc(( 545 / 1250 )* 100vw);}
#Popin-Day-13{margin-left:calc(( -255 / 1250 )* 100vw);top:calc(( 460 / 1250 )* 100vw);}
#Popin-Day-14{margin-left:calc(( 90 / 1250 )* 100vw);top:calc(( 280 / 1250 )* 100vw);}
#Popin-Day-15{margin-left:calc(( -40 / 1250 )* 100vw);top:calc(( 730 / 1250 )* 100vw);}
#Popin-Day-16{margin-left:calc(( 320 / 1250 )* 100vw);top:calc(( 780 / 1250 )* 100vw);}
#Popin-Day-17{margin-left:calc(( -15 / 1250 )* 100vw);top:calc(( 1050 / 1250 )* 100vw);}
#Popin-Day-18{margin-left:calc(( -60 / 1250 )* 100vw);top:calc(( 580 / 1250 )* 100vw);}
#Popin-Day-19{margin-left:calc(( 190 / 1250 )* 100vw);top:calc(( 1050 / 1250 )* 100vw);}
#Popin-Day-20{margin-left:calc(( -25 / 1250 )* 100vw);top:calc(( 530 / 1250 )* 100vw);}
#Popin-Day-21{margin-left:calc(( -375 / 1250 )* 100vw);top:calc(( 390 / 1250 )* 100vw);}
#Popin-Day-22{margin-left:calc(( 425 / 1250 )* 100vw);top:calc(( 850 / 1250 )* 100vw);}
#Popin-Day-23{margin-left:calc(( 340 / 1250 )* 100vw);top:calc(( 540 / 1250 )* 100vw);}
#Popin-Day-24{margin-left:calc(( 90 / 1250 )* 100vw);top:calc(( 1060 / 1250 )* 100vw);}
}

@media only screen and (max-width:761px) {
@media only screen and (max-width:761px) {
.MyPopin{
	position:relative!important;
	z-index:10;
	left:auto!important;
	margin-left:20px!important;
	margin-right:20px!important;
	top:auto!important;
	width:calc(100% - 40px)!important;
}
	
}
#Popin-Day-01::before{
    top: -243px;
    left: 50%;
    margin-left: 0px;
}
#Popin-Day-02::before{
  top: -220px;
    left: 50%;
    margin-left: 20px;
}
#Popin-Day-03::before{
     top: -347px;
    left: 50%;
    margin-left: 46px;
}
#Popin-Day-04::before{
        top: -317px;
    left: 50%;
    margin-left: 22px;
}
#Popin-Day-05::before{
         top: -220px;
    left: 50%;
    margin-left: 19px;
}
#Popin-Day-06::before{
         top: -220px;
    left: 50%;
    margin-left: 21px;
}
#Popin-Day-07::before{
     top: -347px;
    left: 50%;
    margin-left: 46px;
}
#Popin-Day-08::before{
        top: -267px;
    left: 50%;
    margin-left: 18px;
}
#Popin-Day-09::before{
        top: -214px;
    left: 50%;
    margin-left: 3px;
}
#Popin-Day-10::before{
        top: -200px;
    left: 50%;
    margin-left: 20px;
}
#Popin-Day-11::before{
     top: -347px;
    left: 50%;
    margin-left: 46px;
}
#Popin-Day-12::before{
     top: -347px;
    left: 50%;
    margin-left: 36px;
}
#Popin-Day-13::before{
    top: -270px;
    left: 50%;
    margin-left: 18px;
}
#Popin-Day-14::before{
    top: -215px;
    left: 50%;
    margin-left: 20px;
}
#Popin-Day-15::before{
       top: -340px;
    left: 50%;
    margin-left: 18px;
}
#Popin-Day-16::before{
   top: -285px;
    left: 50%;
    margin-left: 12px;
}
#Popin-Day-17::before{
      top: -300px;
    left: 50%;
    margin-left: 28px;
}
#Popin-Day-18::before{
      top: -317px;
    left: 50%;
    margin-left: 36px;
}
#Popin-Day-19::before{
     top: -347px;
    left: 50%;
    margin-left: 46px;
}
#Popin-Day-20::before{
        top: -120px;
    left: 50%;
    margin-left: 30px;
}
#Popin-Day-21::before{
       top: -310px;
    left: 50%;
    margin-left: 45px;
}
#Popin-Day-22::before{
     top: -220px;
    left: 50%;
    margin-left: 20px;
}
#Popin-Day-23::before{
     top: -220px;
    left: 50%;
    margin-left: 20px;
}
#Popin-Day-24::before{
       top: -190px;
    left: 50%;
    margin-left: 40px;
}
}
#CalendarWrapper ul{
margin:0;
padding:0; 
list-style:none;
}
#CalendarWrapper ul li{
margin:0;
padding:0;
 width: 320px;
 border: 0px solid #fff;
}
@media only screen and (min-width:762px) {
#calendar-carousel.jcarousel {
  	overflow:auto;
    position:static;
    width: auto;
	display:inline;
}
#calendar-carousel.jcarousel ul {
  	 list-style:none;
    margin: 0;
    padding: 0;
    position:inherit;
    width: auto;
}
#calendar-carousel.jcarousel li {
    border: 0px;
    box-sizing:content-box;
    float: none;
    width: auto;
	
	
}
}
@media only screen and (max-width:761px) {
#calendar-carousel.jcarousel li img{
    float: none!important;
    width: 320px!important;

	margin:0 auto!important;
	
}	
	
	
#calendar-carousel.jcarousel {
  	width:320px;
	margin:0 auto;
}

}
#calendar-carousel	.control-prev{/*.products-pagination.jcarousel-control-prev{*/
display:none;
}
#calendar-carousel	.control-next{/*.products-pagination.jcarousel-control-next{*/
display:none;	
}
@media only screen and (max-width:761px) {
#calendar-carousel	.control-prev{/*.products-pagination.jcarousel-control-prev{*/
	position:absolute;
	display:block;
	z-index:30;
	background-image:url(img/prev.png);
	background-repeat:no-repeat;
	background-position:center center;
	box-shadow:none;
	background-color:transparent;
	background-size:50% auto;
	top:320px;
	
	left: 10px;
    width: 50px;
    height: 70px;

 

}
#calendar-carousel	.control-next{/*.products-pagination.jcarousel-control-next{*/
	position:absolute;
	display:block;
	z-index:30;
	background-image:url(img/next.png);
	background-repeat:no-repeat;
	background-position:center center;
	box-shadow:none;
	background-color:transparent;
	background-size:50% auto;
	top:320px;
	
	right: 10px;
    width: 50px;
    height: 70px;

}
#calendar-carousel	.control-prev{/*.products-pagination.jcarousel-control-prev{*/
	position:absolute;
	display:block;
	z-index:30;
	background-image:url(img/prev.png);
	background-repeat:no-repeat;
	background-position:center center;
	box-shadow:none;
	background-color:transparent;
	background-size:50% auto;
	top:320px;
	
	left: 10px;
    width: 50px;
    height: 70px;

 

}
#calendar-carousel	.inactive{
	display:none;

}
}


.CalendarFooter{
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	background-image:url(img/background.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:220px;
	margin:0;
	position:relative;
	padding-top:30px;
	margin-top:-80px;
	width: 100vw;
	margin-left: calc(-50vw + 625px);
	z-index:2;
}

@media only screen and (max-width:1249px) {
.CalendarFooter{
	width: 100vw;
	margin-left:0;
	margin-top:-120px;
	padding-top:90px;
}
}
@media only screen and (max-width:761px) {
.CalendarFooter{
	display:block;
	padding-bottom:280px;	
	padding-top:0px;
	margin-top:0px;
	background-image:url(img/background-mobile.jpg);
}
.CalendarFooter .MyBtnlink a{
	display:block;
	
}
}
.CalendarFooter h2{
	margin:0;
	color:#cea151;
	flex-basis:100%;
	box-sizing:border-box;
	padding:20px;
	font-size:35px;
	text-align:center;
	font-weight:normal;
	line-height:1.2em;
	font-family: Times New Roman;
}
.CalendarFooter 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,"Times New Roman", sans-serif;
}
.CalendarFooter .Push{
	margin:10px;
	flex-basis:calc(50% - 20px);
	max-width:575px;
	text-align:center;
	margin-bottom:30px;
}
.CalendarFooter .Push img{
	display:block;
	max-width:100%;
}

#PDP-CHRISTMAS-2019{
	max-width:1170px;
	margin:0 auto;
	background-image:url(img/bloc-pdp.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:485px;
	position:relative;
}
@media only screen and (max-width:761px) {
#PDP-CHRISTMAS-2019{
background-image:url(img/bloc-pdp-mobile.jpg);
padding:20px;
padding-top:280px;
height:auto;
}
}
#PDP-CHRISTMAS-2019 .Text{
	margin:0px;
	font-size:14px;
	line-height:1.4em;
}
#PDP-CHRISTMAS-2019 .Title{
	display:block;
	font-family: Times New Roman;
	font-size:35px;
	color:#be0f34;
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:1em;
	padding-bottom:10px;

}
#PDP-CHRISTMAS-2019 .Wrapper{
	margin:20px;
	left:50%;
	max-width:445px;
	top:60px;
	padding:40px;
	box-sizing:border-box;
	position:absolute;
	background-color:#fff;
	text-align:left;
}
@media only screen and (max-width:1023px) {
#PDP-CHRISTMAS-2019 .Wrapper{
	margin:0px;
	top:50px;
	margin-right:30px;
	padding:30px;
}
}
@media only screen and (max-width:761px) {
#PDP-CHRISTMAS-2019 .Wrapper{
	position:relative;
	margin:0 auto;
	padding:0;
	left:auto;
	top:auto;
	text-align:center;
}
}
#CalendarProductsMobileBtn{
	display:none;
}
#CalendarProductsMobile{
	display:none;
}
@media only screen and (max-width:761px) {
	#CalendarProductsMobileBtn::after{
		content:" ";
		position:absolute;
		top:0px;
		right:0;
		width:40px;
		height:40px;
		background-image:url(img/arrow-btn.png);
		transform:rotate(180deg);
	}
	#CalendarProductsMobileBtn[data-selected="1"]::after{
		transform:rotate(0deg);
	}
#CalendarProductsMobileBtn{
	display:flex;
	height:40px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	background-color:#cea152;
	margin:0 auto;
	cursor:pointer;
	position: relative;
	margin-top:30px;
	width:320px;
}
#CalendarProductsMobile{
	/*display:flex;*/
	flex-wrap:wrap;
	justify-content:center;
	
}
}
#CalendarProductsMobile .productItem{
	flex-basis: calc(50% - 20px);
margin: 10px;
font-size: 14px;
text-align: center;
display: flex;
flex-direction: column;
justify-content:space-between;
}
#CalendarProductsMobile .MyTitle{
	flex:1;
	margin:0;
}
#CalendarProductsMobile .Mytextlink{
	display:block;
	text-align:center;
	justify-self:flex-end;margin:10px;
}
#CalendarProductsMobile .Mytextlink a{
	font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", Helvetica, Arial,"Times New Roman", sans-serif;
	color:#000;
	text-decoration:none;
	text-transform:uppercase;
border-bottom: 1px solid #bfbfbf;
	font-size:11px;
	display:inline-block;
}

/*DTW Edits*/

@media only screen and (min-width:768px) and (max-width:1023px)  {
#CalendarWrapper {
  overflow: visible;
  }
.CalendarFooter h2 {
  padding-top: 80px!important;
}
}
