<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-accueil-container
{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: stretch;
	align-content: flex-start;
	gap: 25px 25px;
	flex-wrap: wrap;
}


.panel-accueil-item
{
	vertical-align:top; 
}

.panel-potentiel-container
{
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: stretch;
	align-content: flex-start;
	gap: 20px 25px;
	flex-wrap: wrap;
}


.panel-potentiel-item
{
	vertical-align:top; 
	width:300px;
}</pre></body></html>