/* CSS Document
-- Orange : #FE6A00
-- Bleu : #0066CC
-- Rouge : #E43312
-- Jaune : FEDC00
-- Vert : #336633
*/

.content { width:100%; position:relative; padding-top:3vw; display:flex; flex-wrap:wrap; }
	.about { width:94%; margin:1vw auto; display:flex; flex-wrap:wrap; justify-content:space-between; }
		.aboutSize { width:19%; }
			.aboutSize_line { width:100%; margin:1vw 0; }
  			.aboutSize_line a:link, .aboutSize_line a:visited { width:100%; text-align:center; background-color:#FE6A00; color:#FFFFFF; padding:0.5vw 1vw; border-radius:8px; }
  			.aboutSize_line a:hover, .aboutSize_line a:active { color:#000000; }
  			.aboutSize_cartouche { width:100%; border:#000000 1px solid; border-radius:8px; padding:1vw; }
  			.aboutSize_button { width:100%; margin:1vw 0; background-color:#FE6A00; text-align:center; padding:1vw; border-radius:8px; }
  				.aboutSize_button a:link, .aboutSize_button a:visited { color:#FFFFFF; }
  				.aboutSize_button a:hover, .aboutSize_button a:active { color:#000000; }
		.aboutCenter { width:60%; padding:0 2vw; }
			

	


@media only screen and (max-width:1200px) {

}

@media only screen and (max-width:800px) {

}

@media only screen and (max-width:600px) {

}
