.hp-entrees-categories {
	max-width: 1160px;
	margin: auto;
	display: flex;
	flex-direction: column;
}
.hp-entrees-categories .img-entrees-cat-4-5 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	justify-content: center;
}
.hp-entrees-categories .img-entrees-cat-4-5 a img {
	max-width: 100%;
}
.hp-entrees-categories .img-entrees-cat-4-5 a {
	text-decoration: none;
	max-width: 180px;
	margin: 0 35px;
}

/*RESPONSIVE*/

@media (max-width:374px) {
	.hp-entrees-categories {
		width: 100%;
	}
	.hp-entrees-categories .img-entrees-cat-4-5 {
		justify-content: center;		
	}
	.hp-entrees-categories .img-entrees-cat-4-5 a {
		max-width: 46%;
		margin-bottom: 10px;
	}
}
@media (min-width:375px) and (max-width:768px) {
	.hp-entrees-categories {
		width: 100%;
	}
	.hp-entrees-categories .img-entrees-cat-4-5 a {
		max-width: 30.3333%;
		margin-bottom: 10px;
	}
}
@media (min-width:768px) and (max-width:1150px) {
	.hp-entrees-categories .img-entrees-cat-4-5 a {
		max-width: 15.3333%;
		margin-bottom: 10px;
	}
}
@media (min-width:995px) {
	.hp-entrees-categories .img-entrees-cat-4-5 a:first-child {
		margin-left: 0px;
	}
	.hp-entrees-categories .img-entrees-cat-4-5 a:last-child {
		margin-right: 0px;
	}
}