/***** Entete PC *****/
#EntetePC {  
 background-color: #fff; 
}
li a {
  color: #000; 
}

/* Affiche carte menu*/
#affiche_carte_menu  {
position: fixed; top: 75px; display: flex; flex-wrap: nowrap; 
width: 100vw; z-index: 2; background-color: #fff;
}
#affiche_carte_menu > div  {
width: 25vw; height: 40px; border-radius: 5px; border: 1px solid #d6dcdc; background-color: #f9f9f9;
}
#affiche_carte_menu > div > a {
display: block; padding: 7px 0px; color: #000; text-align: center; text-decoration: none;
font-size: 0.9em;  
}

.affiche_carte_contenaire { margin-top: 130px; min-height: 90vh;  padding: 10px 0 30px 0;
border-left: 1px solid  #d6dcdc; 
}
/* Affiche carte */
.affiche_carte {
display: flex; flex-wrap: wrap; 
margin-left: -1rem; margin-bottom: -1rem; padding: 0 5%; 
}
.item {  
flex: 30%;   margin-left: 1rem; margin-bottom: 1rem; text-align: center; margin-bottom: 5vh; 
}
.imgTxt  {
display: flex; flex-direction: column;
max-width: 300px; height: 100%; margin-left: auto; margin-right: auto; border: 1px solid #d6dcdc; 
}
.numeroNomPlat {
text-align: center;  font-size: 1em; font-weight: 600; letter-spacing: -0.07em; line-height: 1.2em; 
padding-top: 2vh; 
}
.numeroPlat {

}
.nomPlat { word-wrap: break-word; 
}
.prixPlat {
padding: 10px 0px;  color: #000; line-height: 1em;  
padding-bottom: 2vh; 
}
/************ Image css ************/
img{ 
max-width: 100%; 
}
.myImg {
  cursor: pointer; transition: 0.3s; border-left: 1px solid #d6dcdc; border-right: 1px solid #d6dcdc;  
}
.myImg:hover {opacity: 0.7; cursor:zoom-in; font-size: larger;   }
.cursor {  width: 25px;
  height: 25px;  }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 700px;
}

/* Caption of Modal Image */
.caption {
  margin: auto;
  display: block;
  max-width: 700px;
  text-align: center; font-size: 22px;
  color: #fff; 
  padding: 10px 0;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
#close {
  position: absolute;
  top: 0px;
  right: 23vw;
  color: #fff; 
  font-size: 40px; line-height: 1.2;
  transition: 0.3s;
}
@media only screen and (max-width: 1100px) { /***  14''=>1280px     ***/
	#close {right: 17vw;}
}
#close:hover,
#close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
/************ fin Image css ************/
.DescriptionPlat {
	word-wrap: break-word; padding: 20px 5px; text-align: left;
	line-height: 1.3em; font-size: 1em;
}
.afficherAllerg {
	color: #e6a800; cursor: pointer; font-size: 14px; font-weight: 600; letter-spacing: -0.07em; text-align: left; line-height: 1em; padding: 0 5px;
	}
.allergenesContenaire > div {
font-size: 15px; line-height: 1.6; text-align: left; word-wrap: break-word; padding: 0 5px; 
}
.allergenesAvertissement {
font-size: 14px; line-height: 1.3; word-wrap: break-word;
padding: 1vh 1vw; background: #f9f9f9; border: 1px solid #d6dcdc; 
}
.facebookTwitter {
	display: block; margin-top: auto; margin-bottom: 10px; text-decoration: none; border: hidden;
}
.facebookTwitter a {
text-decoration: none;
}

/*************************************************
*********** CSS responsive telephone *************
**************************************************/

@media only screen and (max-width: 1000px) { /***  14''=>1280px     ***/	
#close {
right: 12vw;
}  
}
@media only screen and (max-width: 800px) {

/* Affiche carte */
.affiche_carte {
display: flex; flex-wrap: wrap; margin-top: 0; padding: 0;   
}
.affiche_carte_contenaire {
 margin-top: 120px; padding: 5vh 0;
}
.item {  
flex: 100vw; 
}
.imgTxt  {
display: flex; flex-direction: column;
max-width: 92vw; margin: auto; padding: 0 ;
}
.numeroNomPlat {
 color: #000; font-weight: 600; 
}
.DescriptionPlat {
	padding: 20px 2vw;
}
.allergenesContenaire {
margin: 1vh 1vw;	 
}

.allergenesAvertissement {
padding: 1vh 1vw; background: #f9f9f9; border: 1px solid #d6dcdc; 
}
/************ Image css ************/
img{ 
max-width: 100%; 
}
.myImg {
  cursor: pointer;
  transition: 0.3s;
}
.myImg:hover {opacity: 0.7; cursor:zoom-in; font-size: larger;   }
.cursor {  width: 25px;
  height: 25px;  }


.caption {
  max-width: 88vw; margin: 0;  
}
#close {min-width: 12vw; right: 0; text-align: center; }


}
