.gras{
	font-weight:bold;
}

.jaune{
	background-color:yellow;
}

#BoiteDialogues{
	display: none;
	position: absolute;
	width:50vw;
	left: 25vw;
	top:20vh !important;
	vertical-align: middle;
	margin:auto;
	color:white;
	font-family: arial;
	font-size: 3vh;
	z-index: 1;
}

.BoiteNavigation{
	display: table;
	width: 100%;
	height: 5%;
}

.boiteTitre{
		display:table-cell;
		width: 90%;
		height: 100%;
		text-align: center;
		border:1px solid white;
		border-radius: 15px;
		background-color: rgb(0,68,122);
		font-size:2vw;
	}

	.boiteFermer{
		display: table-cell;
		width: 5%;
		height: 100%;
		text-align: center;
		border:1px solid white;
		border-radius: 15px;
		background-color: red;
		color:yellow;
		font-weight:bolder;
		cursor: pointer;
		font-size:3vh;
	}

	.boiteContenu{
		display:block;
		margin: auto;
		margin-top: 10px;
		width: 100%;
		max-height:72vh;
		text-align: center;
		border:1px solid #00447A;
		border-radius: 15px;
		background-color: rgba(255,255,255,1);
		color:#00447A;
		overflow-y:auto;
	}
	
	/* Configuration pour les PCs et tablette en paysage */
@media (orientation: landscape)
  and (min-width: 1200px)
{
	.navResa{
		width:98%;
		height: 7vh;
	}
	
	.zoneDeDates{
		width:94%;
		height:75vh;
		overflow-x: auto;
	}
	
	.afficherBox{
		display:inline-block;
		width:10%;
		vertical-align:top;
		font-size:20px;
		border:1px solid black;
		margin-top:0.5%;
		margin-right:10px;
		margin-left:10px;
		border-radius:15px;
	}
	
	.celluleCol01{
		display:inline-block;
		width:7%;
		height:3vh;
		vertical-align:top;
		border:1px solid black;
		background-color:yellow;
	}

	.cellule{
		display:inline-block;
		width:17%;
		height:3vh;
		border:1px solid black;
		vertical-align:top;
		background-color:white;
	}
	
	.bouton_reserver{
		width: 85%;
		height: 100%;
		vertical-align: top;
		display: -webkit-inline-box;
	}

	.croix{
		vertical-align: top;
		display: inline-block;
		margin: auto;
		width: 10%;
		align-content: center;
		text-align: center;
		padding: 0;
	}
}


/* Configuration pour les téléphones */
@media (orientation: landscape)
  and (max-width: 899px)
  and (max-height: 480px)
  and (hover: none) and (pointer: coarse)
{ 
	.navResa{
		width:98%;
		height: 10vh;
	}
	
	.zoneDeDates{
		width:94%;
		height:72vh;
		overflow-x: auto;
	}
	
	.afficherBox{
		display:inline-block;
		width:10vw;
		height:6vh;
		vertical-align:top;
		font-size:12px;
		border:1px solid black;
		margin-top:0.5%;
		margin-right:10px;
		margin-left:10px;
		border-radius:15px;
	}
	
	.celluleCol01{
		display:inline-block;
		width:10%;
		height:5vh;
		vertical-align:top;
		border:1px solid black;
		background-color:yellow;
		font-size: 2vw;
	}

	.cellule{
		display:inline-block;
		width:16%;
		height:5vh;
		border:1px solid black;
		vertical-align:top;
		background-color:white;
		font-size: 2vw;
	}
	
	.bouton_reserver{
		width: 85%;
		height: 100%;
		vertical-align: top;
		display: -webkit-inline-box;
		font-size:1.5vw;
	}

	.croix{
		vertical-align: top;
		display: inline-block;
		margin: auto;
		width: 15%;
		align-content: center;
		text-align: center;
		padding: 0;
	}
}