/* ************************************************************************************************
		S'ABONNER
************************************************************************************************ */
#subscription_list{
	overflow:visible;
	padding:50px 0 20px;
}
#subscription_list h2{
	text-transform:uppercase;
	font-weight:normal;
	font-size:30px;
	text-align:center;
	font-family:'MostraNuova_Regular';
	color:#3b3b3b;
	padding:0 0 50px;
}
#subscription_list .ajax_block_product:nth-child(4){ clear: both; }
#subscription_list .product-container{
	border:1px solid #dcdcdc;
	padding:30px 60px 30px;
	box-sizing:border-box;
	position:relative;
	text-align:center;
    margin-bottom: 40px;
}

#giftcheck_product #subscription_list .product-container {
	padding:30px 40px 30px;
}

#giftcheck_product #subscription_list .product-container .from {
	font-style: italic;
	display: block;
	min-height: 20px;
}

@media screen and (min-width: 980px) {
	#subscription_list .giftcard-box .col-6:nth-child(1),
	#subscription_list .giftcard-box .col-6:nth-child(2){ margin-bottom: 50px; }
	#subscription_list .giftcard-box .col-6:nth-child(odd) {
		padding-right: 20px;
	}
	#subscription_list .giftcard-box .col-6:nth-child(even)  {
		padding-left: 20px;
	}
}

@media screen and (max-width: 980px) {
	#subscription_list .giftcard-box .col-6:first-child {
		margin-bottom: 60px;
	}
}


#subscription_list .product-container:before{
	display:block;
	content:'';
	height:14px;
	position:absolute;
	left:0;
	top:-15px;
	width:100%;
	background:#fff url('../img/icon/subscribe_top.png') center top no-repeat;
}
#subscription_list .product-container:after{
	display:block;
	content:'';
	height:14px;
	position:absolute;
	left:0;
	bottom:-15px;
	width:100%;
	background:#fff url('../img/icon/subscribe_bottom.png') center top no-repeat;
}

#subscription_list .subscribe-1,
#subscription_list .subscribe-3{
	margin-right:30px;
	/*background:url('../img/abo-mensuel.png') center 31px no-repeat;*/
}
#subscription_list .subscribe-2,
#subscription_list .subscribe-4{
	margin-right:30px;
	/*background:url('../img/abo-3mois.png') center 31px no-repeat;*/
}

#subscription_list .product-container h3{
	text-transform:uppercase;
	font-weight:normal;
	font-size:30px;
	text-align:center;
	font-family:'MostraNuova_Regular';
	color:#3b3b3b;
	padding:0 40px 25px;
	margin:0 0 20px;
	border-bottom:1px solid #e1e1e1;
}
#subscription_list .product-container .old_price,
#subscription_list .product-container .old_price_empty{
	display:inline-block;
	height:25px;
	font-size:18px;
	color:#818080;
	font-family:'ProximaNova_Regular';
	position:relative;
}
#subscription_list .product-container .old_price:before{
	display:block;
	content:'';
	width:70px;
	height:1px;
	background:#919191;
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
	position:absolute;
	top:11px;
	left:0;
}
#subscription_list .product-container h4{
	text-transform:uppercase;
	font-weight:normal;
	font-size:34px;
	text-align:center;
	font-family:'MostraNuova_Regular';
	color:#3b3b3b;
}
#subscription_list .product-container h5{
	font-size:16px;
	font-family:'ProximaNova_Light';
	font-weight:normal;
	letter-spacing:0.04em;
	line-height:22px;
	color:#818080;
	font-style:italic;
}
#subscription_list .product-container .product-desc{
	margin:20px 0;
	font-size:16px;
	font-style:italic;
	font-family:Georgia;
	line-height:22px;
	white-space:nowrap;
    min-height: 110px;
}
#subscription_list .product-container a.button_action{
	display:block;
	height:50px;
	line-height:50px;
	background:#1e1e1e;
	text-transform:uppercase;
	font-family: 'ProximaNova_Bold';
	font-size:14px;
	color:#fff;
	position:relative;
	margin:0 0 10px;
}
#subscription_list .product-container a.button_action:hover{ background:#98df79; }
#subscription_list .product-container a.offrir,
#subscription_list .product-container a.offrir_empty{
	display:inline-block;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:underline;
	color:#3b3b3b;
	padding-left:20px;
	background:url('../img/icon/offrir_subscribe.png') left center no-repeat;
}
#subscription_list .product-container a.offrir_empty{
	background:none;
	text-decoration:none;
}
#subscription_list .product-container a.offrir:hover{
	color:#000;
	padding-left:23px;
}


@media screen and (max-width: 1200px){
	#subscription_list{
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (max-width: 980px){
	#subscription_list .last{
		float:none;
		clear:both;
		margin:0 auto;
		position:relative;
		top:50px;
	}
	#subscription_list .#subscription_list{ margin:0; }
	#subscription_list .subscribe-3{ margin-left:0; }
}
@media screen and (max-width: 640px){
	#subscription_list .col-4{ top:0 !important; }
	#subscription_list .product-container{
		margin:0 15px 50px;
	}
	#subscription_list .product-container .product-desc,
	#subscription_list .product-container h5,
	#subscription_list .product-container a.offrir, #subscription_list .product-container a.offrir_empty{
		font-size:24px;
		line-height:normal;
	}
	#subscription_list .product-container a.button_action{
		font-size:24px;
		height:80px;
		line-height:80px;
	}
}





/* ************************************************************************************************
		LES BOX
************************************************************************************************ */
#box_list{
	display:block;
	list-style:none;
	overflow:hidden;
}
#box_list .ajax_block_product{
	margin-bottom:18px;
	position:relative;
	overflow:hidden;
}
#box_list .ajax_block_product:nth-child(odd){ padding-right:9px; }
#box_list .ajax_block_product:nth-child(even){ padding-left:9px; }
#box_list .parralax div{ background-size:100% !important; }
#box_list .ajax_block_product .cover{
	width:45%;
	height:76px;
	background:#fff;
	padding:16px 0 0;
	box-sizing:border-box;
	position:absolute;
	left:50%;
	top:50%;
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
#box_list .ajax_block_product .cover h3{
	font-weight:normal;
	font-size:12px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family:'ProximaNova_Semibold';
	line-height:22px;
	padding:10px 0 0;
	background:url('../img/icon/picto.png') center top no-repeat;
}
#box_list .ajax_block_product .cover h4{
	font-weight:normal;
	font-size:10px;
	letter-spacing:0.05em;
}


#box_list .ajax_block_product .product_img_link{
	display:block;
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:100%;
	opacity:0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -transition: all 0.5s ease;
}
#box_list .ajax_block_product .product_img_link.visible{
	top:0;
	opacity:1;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -transition: all 0.5s ease;
}
	
#box_list .ajax_block_product .product_img_link img{
	width:100%;
	position:absolute;
	left:0;
	top:-50%;
	z-index:1;
}
#box_list .ajax_block_product .product_img_link h5{
	width:45%;
	height:76px;
	line-height:76px;
	background:#1e1e1e;
	text-transform:uppercase;
	color:#fff;
	box-sizing:border-box;
	position:absolute;
	left:50%;
	top:0;
	z-index:2;
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	letter-spacing:2px;
	font-size:12px;
}
#box_list .ajax_block_product .product_img_link.visible h5{
	top:50%;
	opacity:1;
}
#box_list .ajax_block_product .product_img_link h5:before{
	display:block;
	content:'';
	width:7px;
	height:7px;
	background:url('../img/icon/picto_white.png') center center no-repeat;
	float:left;
	margin-left:30px;
	margin-top:33px;
}
#box_list .ajax_block_product .product_img_link h5:after{
	display:block;
	content:'';
	width:7px;
	height:7px;
	background:url('../img/icon/picto_white.png') center center no-repeat;
	float:right;
	margin-right:30px;
	margin-top:33px;
}
#box_list .ajax_block_product .product_img_link h5:hover{ background:#d3b47e; }



@media screen and (max-width: 980px){
	#box_list .ajax_block_product{ width:50%; }
	#box_list .parallax .col-6{ width:50% !important; }
}
@media screen and (max-width: 800px){
	#box_list .ajax_block_product{ width:100%; }
}






/* ************************************************************************************************
		STORE
************************************************************************************************ */
#product_list{
	display:block;
	list-style:none;
	overflow:hidden;
}
#product_list .ajax_block_product .content{
	margin-bottom:19px;
	position:relative;
	overflow:hidden;
	border:1px solid #e1e1e1;
	text-align:center;
	color:#58585a;
}

#product_list .ajax_block_product .content .goodplan{
    position: absolute;
    top: 0;
    left: 0;
    display : inline-block;
    height : 0;
    width : 0;
    border-top : 60px solid #98de79;
    border-right : 60px solid transparent;
}
#product_list .ajax_block_product .content .goodplan .txt{
    position: absolute;
    left: 7px;
    top: -56px;
    line-height:0.9;
    font-weight: 700;
    color: #fff;
    transform: rotate(-45deg);
}

#manufacturer #product_list .ajax_block_product, 
#category #product_list .ajax_block_product .content,
#accessories #product_list .ajax_block_product .content,
#product #product_list .ajax_block_product .content {
	margin-right:14px;
}

#manufacturer #product_list .last-in-line, 
#manufacturer #product_list .ajax_block_product .content {
	margin-right:0px;
}
/*#product_list .ajax_block_product:nth-child(4n) .content{ margin-right:0; }*/
#product_list .ajax_block_product .content h3{
	display:block;
	font-size:18px;
	font-family:'ProximaNova_Semibold';
	font-weight:normal;
	margin:10px 10px 0;
	min-height:48px;
}
#product_list .ajax_block_product .content h2{
	display:block;
	font-size:18px;
	font-family:'ProximaNova_Light';
	font-weight:normal;
	height:40px;
	padding:0 10px;
}
#product_list .ajax_block_product .content .price{
	display:block;
	font-size:18px;
	font-family:'ProximaNova_Semibold';
	margin:0 0 20px;
}
#product_list .ajax_block_product .content .price .old-price{
	color:#98de79;
	text-decoration:line-through;
}
#product_list .ajax_block_product .content .description{
	display:block;
	font-size:12px;
	font-family:'ProximaNova_Regular';
	margin:0 15px 20px;
	min-height:35px;
}
#product_list .ajax_block_product .content .productRating{
	text-align:center;
	height:33px;
	line-height:33px;
	border-top:1px solid #e1e1e1;
	font-size:12px;
	color:#3b3b3b;
	padding-left:10px;
}
#product_list .ajax_block_product .content .star-rating-control{
	display:inline-block;
	position:relative;
	top:3px;
	margin-right:5px;
}


@media screen and (max-width: 1200px){
	#product_list .ajax_block_product .content a img{ width:100%; }
}
@media screen and (max-width: 800px){
	#category #product_list .ajax_block_product .content {
		margin-right:0;
	}
	#product_list .ajax_block_product .content .productRating{ font-size:20px; }
	#product_list .ajax_block_product .content .price{ font-size:24px; }
	
	#product_list .ajax_block_product .content h3{
		font-size:28px;
		min-height:80px;
	}
	#product_list .ajax_block_product .content h2{
		font-size:28px;
	}
	#product_list .ajax_block_product .content .description{ font-size:24px; }
}