@charset "utf-8";
/* CSS Document */

.bandeMentions { width:100%; max-width:1400px; margin:0 auto; }
	.bandeMentions_content { width:75%; margin:0 auto; }
			/* .bandeMentions_content h1 { margin:0; padding:0; } */
		.bandeMentions_text { text-align:justify; }
		.bandeMention_square { width:100%; display:flex; }
			.bandeMention_square div { width:50%; border:#000 1px solid; border-radius:8px; margin:1% 1% 2% 0; padding:2%; }
				.bandeMention_square div h3 { margin:0; padding:0; }
				.bandeMention_square div ul { list-style:none; margin:0; padding:0; }
				.bandeMention_square div a { color:#FF0000; }

@media only screen and (max-width: 900px) {
	.bandeMentions_content { font-size:2.4vw; }
}


@media only screen and (max-width: 640px) {
	.bandeMentions_content { width:94%; font-size:4.8vw; }
	.bandeMention_square { flex-direction:column; }
	.bandeMention_square div { width:100%; border:#000 1px solid; border-radius:8px; margin:1% 1% 1% 0; padding:2%; }
}