@font-face {
    font-family: 'acmeregular';
    src: url('polices/Acme-Regular-webfont.eot');
    src: url('polices/Acme-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/Acme-Regular-webfont.woff2') format('woff2'),
         url('polices/Acme-Regular-webfont.woff') format('woff'),
         url('polices/Acme-Regular-webfont.ttf') format('truetype'),
         url('polices/Acme-Regular-webfont.svg#acmeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

footer
{
	margin-top: 30%;
}
body
{
	
	font-family: 'acmeregular', verdana, calibri, serif;
	font-size: 1em;
	background-color: #424558;	
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation */

nav > ul			/* le ">" indique uniquement le 1er ul après nav */
{
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
}

nav > ul > li		/* On aligne les 1er li en ligne cote à cote */
{
	float: left;	/* left c'est de gauche à droite */
	position: relative;

}

li
{
	list-style-type: none;
	text-align: center;
}

.sous_menu
{
	display: none;
}

nav
{
	
	width: 100%;
	min-width: 950px;
	height: 60px;
	border-bottom: 1px solid silver;
	margin: auto;
	
}

nav > ul::after
{
	content: "";
	display: block;
	clear: both;
}

nav a
{
	display: inline-block;
	text-decoration: none;	/*enleve le trait sous les liens*/
			
}

nav > ul > li > a
{
	padding: 20px 30px;
	color: #FFF;
}

nav li:hover .sous_menu
{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 1;
}

.sous_menu li
{
	border-bottom: 1px solid #ccc;
}

.sous_menu li a
{
	width: 120px;
	padding: 15px 30px;
	color: #222538;
}


#menu_1:hover, #menu_2:hover, #menu_3:hover, #menu_4:hover, #menu_5:hover, #menu_6:hover
{
	border-top: 5px solid #F1C40F;
	background-color: #DC7633 ;
	opacity: 0.95;
}

#menu_7:hover
{
	border-top: 5px solid purple;
	background-color: orchid;
	opacity: 0.95;
}

#menu_8:hover
{
	border-top: 5px solid purple;
	background-color: orchid;
	opacity: 0.95;
}
#menu_9:hover
{
	border-top: 5px solid purple;
	background-color: orchid;
	opacity: 0.95;
}

nav > ul > li:hover a
{
	padding: 15px 30px 20px 30px;
}




#menu_2 .sous_menu, #menu_3 .sous_menu, #menu_4 .sous_menu, #menu_5 .sous_menu
{
	background-color: #EDBB99;
}

#menu_7 .sous_menu
{
	background-color: yellow;
}


#menu_2 .sous_menu li:hover, #menu_3 .sous_menu li:hover, #menu_4 .sous_menu li:hover, #menu_5 .sous_menu li:hover, #menu_6 .sous_menu li:hover
{
	background-color: #FBEEE6;
}

#menu_7 .sous_menu li:hover
{
	background-color: orange;
}

/* lien */

#constructions
{
  padding: 100px 100px;
  align-self: center;
}



#bloc_page
{
	
	max-width: 1600px;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 20px;
	justify-content: start; 
}

.un, .deux, .trois
{
	height: 50px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #798081;
	border-radius: 10px 5px 10px 5px;
	box-shadow: 5px 5px 15px 1px grey;
}

.un
{
width: 50px;
}

.deux
{
	width: 115px;
}

.trois
{
	width: 178px;
}													

.bloc_liens
{
	width: 715px;
	margin: 15px 20px 20px 5px;
	padding-right: 10px;	
}

h2
{
	margin-left: 20px;
	margin-top: -15px;
	padding-left: 10px;
	width: 220px;
	font-size: 1em;
	color: black;
}

.bloc_liens, h2
{
	border: 1px solid black;
	background: white;
	border-radius: 7px;
	box-shadow: 5px 5px 15px 3px black;	
}

.bloc_liens a:hover
{
	opacity: 0.5;
}

.bloc_liens_texte
{
	background: white;
	border-radius: 7px;
	width: 320px;
	margin: 15px 20px 20px 5px;
	padding-right: 10px;

	/*background: url(images/bg_bleu_1.jpg) no-repeat; */
	/*box-shadow: 5px 5px 8px 3px black; */    /* #595a5b */
	/*width: 520px; */
	/*margin: 15px 5px 20px 5px; */
	/*padding-right: 10px; */	

}

.bloc_liens_texte ul
{
	
list-style-image: url("images/flechedroiteorange15.png");

font-weight: bold;
line-height: 20px;

	
}

.bloc_liens_texte li a
{
	color: black;
	float: left;

	
}

.bloc_liens_texte, li a:hover
{
	color: orange;
}