<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.description_alimentation {
	display: flex; justify-content: space-around; align-items: center;
	font-size: 130%;
}

.description_alimentation a {
	width: 30%;
	padding: 30px 0;
	margin-left: 2.5%;
}

.description_alimentation a img {
	width: 100%;
	border: 1px solid black;
}

.description_alimentation div {
	width: 60%;
	margin-right: 2.5%;
	color: white;
	text-align: justify;
}

@media screen and (max-width: 1024px) {
	.description_alimentation {flex-direction: column-reverse; justify-content: center; font-size: 180%;}

	.description_alimentation a {width: 95%; margin: 0;}
	.description_alimentation div {width: 90%; margin: 0;}
	.description_alimentation div h2 {text-align: center;}
}
</pre></body></html>