
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;600&display=swap');

body{ 
	margin:0;
	padding:0;
	font:20px/28px Quicksand, Arial;
	font-weight:400;
	color:#808080;
}

section, header, footer, div{ display:block; margin:20px auto; text-align:center; max-width:95%; }

section{ }
header{}
footer{}

#logo{ }
#logo a{ display:block; margin:auto; }
#menu{ }
#menu ul{ margin:0; padding:0; list-style-type: none; text-align:center; }
#menu li, #menu a, #menu a:link, #menu a:hover{ text-decoration:none; color:#333; transition:0.5s ease; margin:auto; }
#menu a:hover{ text-decoration:none; color:#ff0000; }
/* #menu a{ margin:auto 5px; } */
#en_construction{ margin-top:50px; margin-bottom:50px; }
#en_construction .backGreen{ display:block; width:80%; max-width:650px; margin:auto; padding:15px; border-radius:20px; background-color:#E5FFCF; font-weight:600; color:#000; }
#en_construction .backGreen b{ font-size:1.5rem; }
#texte{ color:#236194; }	
#texte a, #texte a:link, #texte a:hover{ color:#236194; text-decoration:none; }	
#footer{ margin-top:50px; }
#footer .lignVerte, #texte .lignVerte{ width:500px; height:1px; background-color:#3A740C; margin:18px auto; }
#footer .lignVerte:nth-child(1){ width:250px; }
#footer .lignVerte:nth-child(2){ width:200px; }
#footer .lignVerte:nth-child(3){ width:100px; }