body{
	margin: 0px;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
	font-family: calibri;  
}
.logo{ 
	width: 10%;
	margin-left: 5px;
	color: rgb(0, 64, 128);
}
.icon_search{
	width: 15px;
	color: rgb(	0, 64, 128);
}
.form_recherche{
	margin-top: -40px;
	margin-left: 1250px;
}
.input_search{ 
	height: 23px;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 64, 128);
	border: 1px solid rgb(0, 64, 128);
	border-radius: 2px;
}
.bouton_recherche{
	height: 23px;
	background-color: rgb(0, 64, 128);
	border: 1px solid rgb(0, 64, 128);
	border-radius: 2px;
	color: white;
}
#navigation_principale{
	width: 100%;
	background-color: white;
    border-bottom: 1px solid rgb(0, 64, 128);
}
#navigation_principale > ul{
	margin: 0px;
	padding: 0px;
}
#navigation_principale li{
	list-style-type: none;
}
#navigation_principale > ul > li{
	width: 	25%;
	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: rgba(255, 166, 0, 0.25);
	border: 1px solid rgb(255, 166, 0); 
	border-radius: 360px;
	font-size: 12px; 
	padding: 0px 5px 0px 5px;
	margin-left: -5px;
	color: rgb(0, 64, 128);
}
.icon_ordi{
	display: inline-block;
	width: 25%;
	height: 25px;
	border-radius: 2px;
}
.menu_contact, .menu_aide, .menu_js{
		display: inline-block;
	}
#navigation_principale > ul > li > a{
	padding: 5px 10px;
	color: rgb(0, 64, 128);
}
#navigation_principale > ul > li:hover a{
	padding: 2px 10px;
}
#navigation_principale li:hover .submenu{
	width: 99%;
	display: inline-block;
	position: absolute;
	background-color: white;
	top: 100%;
	left: 0px;
	padding: 0;
	margin: 0;
	z-index: 1000;
	border-radius: 5px;
}
.submenu li{
	border-bottom: 1px solid white;
}
.submenu li a{
	padding: 15px 30px;
	font-size: 13px;
	color: rgb(50, 50, 50);
	width: 100%;
}
.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{
	width: 95%;
}
.menu_mobile .submenu .submenu_titre a{
	width: 94.5%;
	color: white;
	background-color: rgb(0, 64, 128);
	border-radius: 2px;
}
.menu_mobile .submenu .submenu_titre2 a{
	color: white;
	background-color: rgba(0, 64, 128, 0.7);
	border-radius: 2px;
}
.menu_mobile .submenu .submenu_titre3 a{
	color: white;
	background-color: rgba(0, 64, 128, 0.5);
	border-radius: 2px;
}
.compte{
	width: 100%;
	text-align: center;
	background-color: white;
}
#cmpt{
	width: 95%;
	border-bottom: 1px solid rgb(150, 150, 150);
	margin-left: 2.5%;
	margin-bottom: 5px;
}
#avatar_cntr{
	width: 35px;
	height: 30px;
	margin-left: 40%;
	padding: 2px;
	border:1px solid rgb(255, 166, 0);
	border-radius: 360px;
}
.avatar_cmpt{
	width: 90%;
	height: 90%;
}

.menu_mobile .submenu .menu1{
	width: 90%;
}
.menu_mobile .submenu .menu1 a{
	width: 100%;
	color: rgb(50, 50, 50);
	background-color: rgb(250, 250, 250);
	border-radius: 2px;
}
.menu_mobile .submenu .menu2{
	width: 90%;
}
.menu_mobile .submenu .menu2 a{
	width: 100%;
	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{
	width: 88%;
}
.menu_mobile .submenu .menu9 a{
	width: 100%;
	color: rgb(255, 166, 0);
	background-color: rgb(0, 64, 128);
	text-align: center;
	border-radius: 2px;
}
.whydafro_inc{
	background-color: black;
	width: 90;
	height: 150px;
	padding-top: 10px;
	border-top: 1px solid rgb(255, 166, 0);
}

.recommandations{
	width: 100%;
	color: rgb(255, 166, 0);
	text-align: center;
}
.copyright{
	color: white;
	text-align: center;
}


.menu_contact, .menu_aide, .menu_js{
		display: block;
	}

.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: 15px;
	height: 15px;
	border-radius: 2px;
}





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

    
    /* Style de la scrollbar */
    ::-webkit-scrollbar {
        width: 0px;
        height: 0px; /* hauteur horizontale */
    }
    /* Couleur du fond de la scrollbar */
    ::-webkit-scrollbar-track {
        background: #f0f0f0;
    }
    /* Couleur du "curseur" (thumb) */
    ::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;
    }
    /* Au survol */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



	.logo{
		width: 25%;
        padding-top: 5px;
	}
	.form_recherche{
		width: 100%;
		margin-top: 0px;
		margin-left: 0px;
	}
	.icon_search{
		margin-left: 28%;
	}
	.input_search{
		width: 40%;
		height: 20px;
		margin-left: 0%;
	}
	.bouton_recherche{
		width: 25%;
		height: 20px;
		margin-left: 0%;
	}
	#navigation_principale{
		width: 98%;
		height: 30px;
		margin-top: -10px;
		margin-left: 3px;
		border-radius: 2px;
	}
	#navigation_principale > ul{
		width: 100%;
	}
	#navigation_principale > ul > li{
		width: 25%;
		text-align: center;
	}
	#navigation_principale > ul > li > a{
		padding: 0px 0px;
		font-size: 12px;
	}
	.non_vu{ 
		font-size: 9px; 
		padding: 0px 5px 0px 5px;
		margin-left: -5px;
	}
	.icon_ordi{
		width: 18px;
		height: 18px;
        margin-top: 5px;
		border-radius: 2px;
	}
	.menu_contact, .menu_aide, .menu_js{
		display: none;
	}
	#navigation_principale li:hover .submenu{
		width: 250px;
		left: 1.5px;
	}
	.submenu li{
		width: 95%;
	}
	.submenu li a{
		font-size: 13px;
		width: 350px;
	}
	.submenu_img{
		width: 5%;
		height: 20px;
		border-radius: 2px;
	}
	.menu_js .submenu{
		display: none;
	}
	#avatar_cntr{
		width: 25px;
		height: 25px;
		margin-left: 42%;
	}
	.compte > p{
		font-size: 13px;
	}
	#cmpt{
		font-size: 15px;
	}
	.avatar_cmpt{
		width: 23px;
		height: 23px;
	}
	.whydafro_inc{
		height: 120px;
	}
	.recommandations{
		font-size: 13px;
	}
	.copyright{
		font-size: 13px;
	}
}