@media (max-width: 499px){
	
	body,html{
	font-size: 14px;
	}
	
	/* LISTING ----------------- */
	.blocJeu{ 
		height: inherit;
		flex-wrap: wrap;
	}
	.boutJeu a{
		flex-direction: row;
	}
	.icoBouton{
		width: 30px;
		height: 30px;
	}
	.icoBouton img{ max-width: 100%; }
	.visuJeu{
	width: 60px;
	height: 60px;
	}
	.visuJeu img{ max-width: 100%; }
	.infoJeu{
	width:calc(100% - 75px);
	}
	.niveauJeu{
		width: calc(100% - 40px);
		height: inherit;
		border: 0;
		border-top: 1px solid #333333;
		margin-top: 5px;
		margin-left: 15px;
	}
	.boutJeu{
		width: calc(100% - 20px);
		height: 30px;
		margin: 5px;
		border-radius: 8px;
	}
}

@media (max-height: 500px){
	
}

