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

.bandeCookies { width:100%; max-width:1400px; margin:0 auto; }
	.bandeContainer_textOnly { width:75%; margin:0 auto; text-align:justify; }
		.bandeContainer_textOnly h3, .bandeContainer_textOnly h4 { margin:0; padding:0; }
		.bandeContainer_textOnly a { color:#FF0000 }

	.table-cookies { width:100%; display:flex; }
		.table-cookies div { margin-bottom:0; margin-right:0.75%; margin-bottom:0.75%; background-color:#CCC; padding:0.5%; }
			.table-cookies div:first-child, .table-cookies div:nth-child(2) { width:10%; }
			.table-cookies div:nth-child(3) { width:30%; }
			.table-cookies div:last-child { width:50%; margin-bottom:0.75%; margin-right:0; }

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

@media only screen and (max-width: 640px) {
	.bandeContainer_textOnly { width:94%; font-size:4.8vw; }
	.table-cookies { display:block; }
		.table-cookies div, .table-cookies div:first-child, .table-cookies div:nth-child(2), .table-cookies div:nth-child(3), .table-cookies div:last-child { width:100%; padding:10px; }
}