.lateral {
	background-color	: #edf2fd;
	color				: #000;
	min-width			: 150px;
	max-width			: 450px;
	display				: none;
}

.lateral-visible .lateral {
	display				: block;
}

.lateral a {
	text-decoration		: none; 
	color				: #000;
}

.contenu{
	flex				: 1;
}