
#filtre{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	cursor:pointer;
}

#conteneur{
	display:flex;
	flex-direction:column;
	margin-top:20px;
	justify-content:start;
}

.ouvrage{
	border: #e63c3c thin solid;
	background-color:rgba(230,60,60,0.1);
	border-radius:3px;
	box-shadow:2px 2px 5px rgba(0,0,0,0.4);
	margin-top:10px;
	padding:10px;
}

.titre{
	font-weight:bold;
	color:#E63C3C;
	font-size:16pt;
}

@media (max-width:640px){
	
	.item{
		border-radius:0px;
	}
	
	.selitem{
		border-radius:0px;
	}
}
