@CHARSET "UTF-8";



.home_products {
	margin-bottom: 10px;
}


/* ************************************************************************************************
      Produits
************************************************************************************************ */
.home_product {
	list-style-type: none;
    width: 246px;
    width: 380px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
.home_product:nth-child(2n) {
	margin-right: 0px;
}

.home_product_content {
	height: 171px;
	background: white;
	margin-bottom: 5px;
	position: relative;
    overflow: hidden;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.home_product_footer {
	height: 55px;
	position: relative;
}

.home_product .img_link {
	margin: 5px 0;
	display: block;
	float: left;
}

.home_product .home_product_column {
    width: 170px;
    float: right;
}

.home_product .manufacturer_link {
    margin: 10px;
    display: block;
}
.home_product .exclu {
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.home_product .picto {
	margin: 2px 0;
	width: 66px;
	height: 20px;
	float: right;
}
.home_product .picto_venteflash {
	margin: 2px 0;
	float: right;
	margin-right: 5px;
}
.home_product .product_link {
	position: absolute;
	bottom: 5px;
	right: 5px;
	display: block;
	width: 142px;
	height: 29px;
	float: right;
	line-height: 29px;
	color: white;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	
	background: -webkit-linear-gradient( right, #11497b, #36a8d8);
	background: -moz-linear-gradient( right, #11497b, #36a8d8);
	background: -ms-linear-gradient( right, #11497b, #36a8d8);
	background: -o-linear-gradient( right, #11497b, #36a8d8);
	background: linear-gradient( to left, #11497b, #36a8d8);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#36a8d8', EndColorStr='#11497b', GradientType=1);
	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




/* ************************************************************************************************
      Prix
************************************************************************************************ */
.home_product_footer .prices {
	position: absolute;
	top: 0;
	right: 0;
	width: 134px;
	height: 55px;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.1em;
	background: white;
	
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
/*
.home_product_footer .prices:after {
    content: '';
    height: 100%;
    background-color: #dcdcdc;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    right: -6px;
}
*/

.home_products .price {
	color: black;
	margin: 1px 8px 0 0;
}
.home_products .price_without_reduction,
.home_products .price {
	display: block;
	padding-right: 10px;
}

.home_products .price_without_reduction {
	color: black;
	text-decoration: line-through;
	font-weight: bold;
	margin: 0px 8px 0 0;
	font-size: 1.2em;
	line-height: 22px;
}
.home_products .price_without_reduction + .price {
	color: #d3135a;
	font-size: 1.9em;
	font-weight: bold;
}
.home_products .price_without_reduction sup,
.home_products .price sup {
	vertical-align: text-top;
	font-size: 0.7em;
}


/* ************************************************************************************************
      Prix
************************************************************************************************ */
.home_product_footer .names {
	position: absolute;
	top: 0;
	left: 0;
	width: 251px;
	height: 55px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.4em;
	
	background: -webkit-linear-gradient(#656565, #343434);
	background: -moz-linear-gradient(#656565, #343434);
	background: -ms-linear-gradient(#656565, #343434);
	background: -o-linear-gradient(#656565, #343434);
	background: linear-gradient(#656565, #343434);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#656565', EndColorStr='#343434');
    
	-webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.home_product_footer .names h3 {
	font-size: 1em;
	padding: 4px 10px 3px;
}
.home_product_footer .names h3 a {
	color: white;
}
.home_product_footer .names h4 {
	color: white;
	font-size: 1em;
	padding: 0px 10px;
}



