﻿.Classe_Div_Liste_Modèles {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	justify-content: space-between;
	display: none;
}

.Classe_Div_Modele_Liste_Case {
	height: 200px;
	width: 33%;
	background-size: cover;
	background-position: center;
	background-color: white;
	margin-bottom: 5px;

	cursor: pointer;
}
