.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px; /* 160px et image à la même dimension ! */
	height: 220px; /* 160px */
	display: inline-block;
	margin: 20px;
}

.ch-grid_v2 li {
	width: 160px !important; 
	height: 160px !important; 
}

@media screen and (min-width: 1600px) 
{
    /* Tout ce qui est écrit plus haut */
}

@media screen and (min-width: 1024px) and (max-width: 1599px)
{
	.ch-grid li {
		width: 200px; /* 160px et image à la même dimension ! */
		height: 200px; /* 160px */
		margin: 0px;
	}

	.ch-grid_v2 li {
		width: 140px !important; 
		height: 140px !important; 
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px)
{
    /* Rédigez vos propriétés CSS ici */
}

@media screen and (max-width: 479px)
{
    /* Rédigez vos propriétés CSS ici */
}