body{
	margin: 0px;
	padding: 0px;
	font-family: calibri;
}
#navigation_principale{
	width: 100%;
	background-color: rgba(000, 000, 000, 0.97);
}
#navigation_principale > ul{
	margin: 0px;
	padding: 0px;
}
#navigation_principale li{ 
	list-style-type: none;
}
#navigation_principale > ul > li{
	width: 14%;
	float: left;
	position: relative;
}

#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;

}
.non_vu{
	background-color: red; 
	border-radius: 360px; 
	padding: 0px 5px 0px 5px;
	margin-left: -8px;
}
.icon_ordi{
	width: 20px;
	height: 25px;
	border-radius: 2px;
}
#navigation_principale > ul > li > a{
	padding: 5px 10px;
	color: white;
}
#navigation_principale > ul > li:hover a{
	padding: 2px 10px;
}
#navigation_principale li:hover .submenu{
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px;
	z-index: 1000;
}
.submenu li{
	border-bottom: 1px solid white; 
}
.submenu li a{
	padding: 15px 30px;
	font-size: 13px;
	color: rgb(50, 50, 50);
	width: 250px;
}
.menu_mobile:hover{
	border-top: 3px solid black;
	background-color: rgba(100, 100, 100, 0.5);
}
.menu_html:hover{
	border-top: 3px solid black;
	background-color: rgba(100, 100, 100, 0.5);
}
.menu_css:hover{
	border-top: 3px solid black;
	background-color: rgba(100, 100, 100, 0.5);
}
.menu_js:hover{
	border-top: 3px solid black;
	background-color: rgba(100, 100, 100, 0.5);
}
.menu_contact:hover{
	border-top: 3px solid black;
	background-color: rgba(100, 100, 100, 0.5);
}
.menu_panier:hover{
	border-top: 3px solid black;
	background-color: rgba(100, 100, 100, 0.5);
}.menu_aide:hover{
	border-top: 3px solid black;
	background-color: rgba(100, 100, 100, 0.5);
}


.menu_mobile .submenu .submenu_titre a{
	color: white;
	background-color: rgb(50, 50, 50);
	border-radius: 2px;
}
.menu_mobile .submenu .submenu_titre2 a{
	color: white;
	background-color: rgb(100, 100, 100);
	border-radius: 2px;
}
.menu_mobile .submenu .submenu_titre3 a{
	color: white;
	background-color: rgb(150, 150, 150);
	border-radius: 2px;
}
.compte{
	text-align: center;
	background-color: white;
}
#cmpt{
	width: 95%;
	border-bottom: 1px solid rgb(150, 150, 150);
	margin-left: 2.5%;
}
#avatar_cntr{
	width: 35px;
	height: 35px;
	margin-left: 40%;
	padding: 2px;
	border:1px solid red;
	border-radius: 360px;
}
.avatar_cmpt{
	width: 100%;
	height: 100%;
	border-radius: 360px;
}
.menu_mobile .submenu .menu1 a{
	color: rgb(50, 50, 50);
	background-color: rgb(250, 250, 250);
	border-radius: 2px;
}
.menu_mobile .submenu .menu2 a{
	color: rgb(50, 50, 50);
	background-color: rgb(250, 250, 250);
	border-radius: 2px;
}
.menu_mobile .submenu .menu3 a{
	color: rgb(50, 50, 50);
	background-color: rgb(250, 250, 250);
	border-radius: 2px;
}
.menu_mobile .submenu .menu4 a{
	color: rgb(50, 50, 50);
	background-color: rgb(250, 250, 250);
	border-radius: 2px;
}
.menu_mobile .submenu .menu9 a{
	color: white;
	background-color: rgb(50, 50, 50);
	text-align: center;
	border-radius: 2px;
}
.whydafro_inc{
	background-color: black;
	height: 150px;
	padding-top: 10px;
	border-top: 1px solid red;
}
.logo2{
	width: 35%;
	padding: 0px 10px 0px 10px;
	margin-left: 30%;
	border-radius: 0px 10px 0px 10px;
	font-size: 1.0em;
	background-color: white;
}
.whydafro2{
	font-family: forte;
}
.com2{
	font-family: calibri;
	color: red;
}
.recommandations{
	width: 100%;
	color: red;
	text-align: center;
}
.copyright{
	color: white;
	text-align: center;
}


.menu_html .submenu .acceuil1 a{
	color: white;
	background-color: rgb(50, 50, 50);
	border-radius: 2px;
}
.menu_html .submenu .acceuil2 a{
	color: white;
	background-color: rgb(100, 100, 100);
	border-radius: 2px;
}
.menu_html .submenu .acceuil3 a{
	color: white;
	background-color: rgb(150, 150, 150);
	border-radius: 2px;
}
.menu_html .submenu .acceuil4 a{
	color: white;
	background-color: rgb(200, 200, 200);
	border-radius: 2px;
}

.menu_css .submenu .contact1 a{
	color: white;
	background-color: rgb(50, 50, 50);
	border-radius: 2px;
}
.menu_css .submenu .contact2 a{
	color: white;
	background-color: rgb(100, 100, 100);
	border-radius: 2px;
}
.menu_css .submenu .contact3 a{
	color: white;
	background-color: rgb(150, 150, 150);
	border-radius: 2px;
}
.menu_css .submenu .contact4 a{
	color: white;
	background-color: rgb(200, 200, 200);
	border-radius: 2px;
}

.menu_js .submenu .chat1 a{
	color: white;
	background-color: rgb(50, 50, 50);
	border-radius: 2px;
}
.menu_js .submenu .chat2 a{
	color: white;
	background-color: rgb(100, 100, 100);
	border-radius: 2px;
}
.menu_js .submenu .chat3 a{
	color: white;
	background-color: rgb(150, 150, 150);
	border-radius: 2px;
}
.menu_js .submenu .chat4 a{
	color: white;
	background-color: rgb(200, 200, 200);
	border-radius: 2px;
}

.menu_aide .submenu .gerer a{
	color: white;
	background-color: rgb(50, 50, 50);
	border-radius: 2px;
}
.menu_aide .submenu .guide a{
	color: white;
	background-color: rgb(100, 100, 100);
	border-radius: 2px;
}
.menu_aide .submenu .conditions a{
	color: white;
	background-color: rgb(150, 150, 150);
	border-radius: 2px;
}
.menu_aide .submenu .apropos a{
	color: white;
	background-color: rgb(200, 200, 200);
	border-radius: 2px;
}


.submenu li:hover a{
	font-weight: bold;
}
.submenu_img{
	width: 20px;
	height: 20px;
	border-radius: 2px;
}




@media screen and (max-width: 780px){

	#navigation_principale > ul > li{
		width: 25%;
		font-size: 10px;
		text-align: center;
	}
	.icon_ordi{
		display: none;
	}
	.menu_contact, .menu_aide, .menu_js{
		display: none;
	}
	#navigation_principale li:hover .submenu{
		left: 1.5px;
	}
	.submenu li a{
		font-size: 18px;
		width: 355px;
	}
	.submenu_img{
		width: 8%;
		height: 20px;
		border-radius: 2px;
	}
	.menu_js .submenu{
		display: none;
	}
	#avatar_cntr{
		width: 12%;
		margin-left: 42%;
	}
}