.produit
{
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 15px;
	overflow: hidden;
}

.produit-images img
{
	width: 100%;
                height: 100%;
	object-fit: cover;
}

.produit-titre
{
	width: 100%;
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-top: -4px;
	padding: 14px;
	box-sizing: border-box;
	font-size: 16px;
}

.produit-prix
{
	position: absolute;
	margin-top: -322px;
	margin-left: 10px;
	background-color: #000;
	color: #fff;
	padding: 11px;
	border-radius: 5px;
}

.englobe-produit
{
	overflow:auto;
}

.produit-total
{
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.unknow-result
{
	width: 100%;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 110px;
	font-size: 32px;
	background-color: #f2f2f2;
}

.produit-panier
{
	position: absolute;
	margin-top: -36px;
	margin-left: 7px;
}

.produit-panier img
{
	width:28px;
}