/*
#page .titre_categorie {
	position: relative; top: 0; left: 0;
	text-align: center;
	color:#9c2025;
	font-family: "Dancing Script";
	font-size: 39px;
	font-weight: bold;
	margin-bottom:30px;
}
*/

#select_tri {
	margin-left:5px;
}
	
#produits .produit_container {
	display: flex;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
}


#page .pagination {
	justify-content:center;
	align-items:center;
	margin-bottom:35px;
}



#page .pagination .page a {
	width: 40px; height: 50px;
	line-height: 46px;
	display: block;
	text-decoration: none;
	color: #3d3d3d;
}

#page .pagination .current {	
	width: 40px; height: 50px;
	line-height: 46px;display: block;
	text-decoration: none;
	color: #E95D0F;
	border-bottom: 2px solid #E95D0F;
}

#page .pagination .previous a, #page .pagination .next a, #page .pagination .last a, #page .pagination .first a {
	background-color: #FFF;
	color: #E95D0F;
	height: 50px; width: 100px;
	border-radius: 5px;
	text-decoration: none;
	margin:0 7px;
	line-height: 46px;
	font-size: 16px;
	display: block;
}

#page #no_results {
	position: relative;
    top: 0;
    left: 0;
    margin-top: 45px;
    padding: 25px 10px;
    background-color: #f3f4f8;
	font-family: 'Roboto Condensed';
	font-size: 16px;
}