body{
	width: 100%;
	height: auto;
}
.baniere_adresse{
	background-color: rgb(0, 39, 49);
	width: 100%;
	height: 35px;
	padding: 12px 0px 0px 0px;
	font-size: 12px;
}
.res_icons{
	width: 13px;
	margin-right: 0px;
	margin-left: 10px;
	padding: 5px;
	color: white;
	border: 1px solid white;
	border-radius: 360px;
}
.cont{
	color: white;
}
.logo{
	text-align: center;
	width: 80%;
}
.icon_logo{
	width: 35px;
	height: 50px;
	color: rgb(0, 39, 49);
	position: relative;
	z-index: +1;
}
.initials{
	margin: -24px 0px 0px 0px;
	padding: 0;
	font-size: 45px;
	font-family: impact;
	color: red;
	position: relative;
   	z-index: 0;
}
.slogan{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-top: -5px;
	color: rgb(0, 39, 49);
}
#navigation_principale{
	width: 100%;
	padding: 0px;
	font-family: calibri;
	width: 99.7%;
	margin-top: 8px;
	margin-left: 0px;
	height: 100px;
	border: 1px solid rgb(200, 200, 200);
	border-radius: 5px;
	background-color: rgb(255, 174, 0);
} 
#navigation_principale > ul{
	margin: 0px;
	padding: 0px;
}
#navigation_principale li{
	list-style-type: none;
}
#navigation_principale > ul > li{
	width: 	20%;
	float: left;
	position: relative;
	text-align: center;
}
#navigation_principale > ul > li > a{
	padding: 5px 10px;
	color: rgb(0, 39, 49);
}
#navigation_principale > ul > li:hover a{
	padding: 10px 2px;
	font-weight: bold;
	color: red;
}
#navigation_principale > ul::after{
	content: "";
	display: table;
	clear: both;
}
.submenu{
	display: none;
}
#navigation_principale input[type=checkbox]{
	display: none;
}
#navigation_principale label{
	display: none;
}
#navigation_principale a{
	display: inline-block;
	text-decoration: none;

}
.icon_ordi{
	color: rgb(0, 39, 49);
	display: inline-block;
	width: 8%;
	border-radius: 2px;
}
#navigation_principale li:hover .submenu{
	width: 96%;
	display: inline-block;
	position: absolute;
	background-color: white;
	border: 1px solid rgb(200, 200, 200);
	word-wrap: break-word;
	overflow: hidden;
	border-radius: 5px;
	top: 100%;
	left: 0px;
	padding: 5px;
	margin-top: 10px;
	z-index: 1000;
	border-radius: 5px;
}
.menu_mobile:hover{
	border-bottom: 2px solid rgb(0, 39, 49);
	background-color: rgba(0, 39, 49, 0.1);
}









@media screen and (max-width: 700px){
	.res_icons{
		width: 8px;
		margin-left: 5px;
	}
	#add{
		display: none;
	}
	#tel{
		display: none;
	}
	#ordi{
		display: none;
	}
	.cont{
		float: right;
		padding-right: 5px;
	}
	.logo{
		width: 100%;
	}
	.icon_logo{
		width: 20px;
		height: 20px;
	}
	.initials{
		margin: -10px 0px 0px 0px;
		font-size: 25px;
	}
	.slogan{
		font-size: 5px;
		margin-top: -2px;
	}
	#navigation_principale{
		font-family: arial;
		height: 60px;
	}
	#navigation_principale > ul > li{
		margin-top: 5px;
	}
	#navigation_principale > ul > li > a{
		font-size: 11px;
	}
	.icon_ordi{
		display: none;
	}

	#navigation_principale li:hover .submenu{
		width: 250%;
	}
}