@charset "utf-8";
/* CSS Document */

.produit{
	float: left;
	cursor: default;
	margin: 10px 1%;
	width: calc(48% - 10px);
	height: auto;
	padding: 5px;
	overflow: hidden;
	text-align: left;
	background: #FFF;
	}
.produit h3{
	font-size: 18px;
	/*position: absolute;*/
	margin: 0px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	/*border-radius: 0px 0px 11px 0px;*/
	background: rgba(41, 105, 230, 0.7);
	padding: 0% 1% 0% 2%;
	z-index: 2;
	}
.produit img{
	width:235px;
	height: 260px;
	float: left;
	margin: 0px 5px 0px 0px;
	}
.description{
	margin: 30px 5px 5px 5px;
	font-size: 14px;
	line-height: 22px;
	float: left;
	width: calc(100% - 250px);
	height: 225px;
	overflow: hidden;
	}
	
	
/* Responsive */

@media all and (min-width: 0px) and (max-width: 960px) {
	.description{
	font-weight: 500;
	font-size: 13px;
	}
}
@media all and (min-width: 0px) and (max-width: 905px) {
	.description{
	font-size: 12px;
	}
}
@media all and (min-width: 0px) and (max-width: 885px) {
	.description{
	font-size: 11px;
	}
}
@media all and (min-width: 0px) and (max-width: 850px) {
	.description{
	width: calc(100% - 230px);
	}
	.produit img{
	width: 215px;
	}
}
@media all and (min-width: 0px) and (max-width: 800px) {
	.description{
	width: calc(100% - 210px);
	}
	.produit img{
	width: 195px;
	}
}
@media all and (min-width: 0px) and (max-width: 755px) {
	.produit{
	width: calc(98% - 10px);
	}
	.description{
	width: calc(100% - 250px);
	font-weight: 600;
	font-size: 14px;
	}
	.produit img{
	width:235px;
	}
}
@media all and (min-width: 0px) and (max-width: 490px) {
	.description{
	font-weight: 500;
	font-size: 13px;
	}
}
@media all and (min-width: 0px) and (max-width: 470px) {
	.description{
	line-height: 18px;
	}
}
@media all and (min-width: 0px) and (max-width: 435px) {
	.produit{
	height:auto;
	}
	.produit img{
	width: 100%;
	float: none;
	margin: 0px 0px 0px 0px;
	}
	.description {
	width: calc(100% - 10px);
	float: none;
	margin: 5px 5px 5px 5px;
	height:auto;
}
@media all and (min-width: 0px) and (max-width: 380px) {
	.produit h3{
	font-size: 14px;
	}
}