/***** Entete PC *****/
#EntetePC {  
 background-color: #fff; border-bottom: 1px solid #d6dcdc; 
}
li a {
  color: #242323; 
}
	
/* Affiche autres menus */
.menuBody {
 width: 80%; margin: auto; margin-top: 75px; padding: 5vh 3vw; border-top: none; background: #fff; }
.menu_jour {
border: 1px solid #d6dcdc; box-shadow: 5px 10px #d6dcdc; margin-bottom: 10vh;	
}
.titre_menu {
font-size: 1.3em; color: #000; text-align: center; font-weight: 600;
margin: 1vh 0; padding: 2vh 2vw; 
}
.titre_entrees, .titre_plats, .titre_desserts, .titre_boissons, .titre_prix {
color: #000; margin: 3vh 0 1vh 0; padding: 2vh 2vw; font-weight: 600; text-align: center;
}
.souligne { border-top: 1px solid #000; border-bottom: 1px solid #000; padding: 5px 0;}
.entrees, .plats, .desserts, .boissons, .prix {
 text-align: center; margin-bottom: 5vh;	
}
.autres_informations {
 padding: 2vh 2vw; border-top: 1px solid #d6dcdc; background: #f9f9f9;    
 font-size: 16px;  color: #1a1a1a; 
}

/*************************************************
*********** CSS responsive telephone *************
**************************************************/
@media only screen and (max-width: 1000px) { /***  14''=>1280px     ***/}
@media only screen and (max-width: 800px) {
 
 /* Affiche autres menus */
.menuBody {
 width: 96vw; }
.menu_jour {
}

.titre_menu {    }
.entrees, .plats, .desserts, .boissons, .prix { }
.autres_informations { width: 100%; margin: 0; padding: 2vh 4vw;	}
}