.popup{
	display: none;
    position: absolute;
    border: 1px solid blue;
    background-color: rgba(255,255,255,0.9);
    width: 50vw;
    height: 70vh;
    left: 25vw;
    top: 20vh;
}

.popup_contenu {
	display: block;
    width: 100%;
    height: 78%;
	overflow:auto;
}

.popup_titre_formulaire {
	border: 1px solid black;
    width: 100%;
    height: 5%;
    display: block;
}

.grand_formulaire{
	display: block;
    position: absolute;
    border: 1px solid blue;
    background-color: rgba(255,255,255,0.9);
    width: 50vw;
    height: 45vh;
    left: 25vw;
    top: 20vh;
}

.contenu_grand_formulaire{
	display: block;
    width: 100%;
    height: 70%;
	text-align:center;
}

.zone_boutons{
	display: block;
    width: 100%;
    height: 5vh;
    text-align: center;
}

.cocher_champ{
	display: inline-block;
    width: 3%;
    margin: auto;
    margin-top: 10px;
}

.en_tete_champs{
	border: 1px solid black;
    text-align: center;
    font-weight: bolder;
    background-color: antiquewhite;
}

.col_emprunteur{
	display: inline-block;
    width: 40%;
	height: 3vh;
    margin: auto;
    margin-top: 10px;
	vertical-align:top;
	font-family:arial;
	font-size:1.7vh;
	border: 1px solid black;
}

.col_cles{
	display: inline-block;
    width: 23%;
	height: 3vh;
    margin: auto;
    margin-top: 10px;
	vertical-align:top;
	font-family:arial;
	font-size:1.7vh;
	border: 1px solid black;
}

.col_rendu{
	display: inline-block;
    width: 14.6%;
	height: 3vh;
    margin: auto;
    margin-top: 10px;
	vertical-align:top;
	font-family:arial;
	font-size:1.7vh;
	border: 1px solid black;
}

.contenu_text{
	margin-left: 10px;
    margin-right: 10px;
}

.reserve{
	display: inline-block;
    width: 48%;
    height:98%;
	margin:auto;
	font-size:1.4vh;
	background-color:yellow;
	color:red;
	font-family:arial;
	border:1px solid red;
	vertical-align:top;
}

.est_reserve{
	color:green;
	background-color:yellow;
	vertical-align:top;
}

.mes_reservations{
	background-color:blue;
	color:white;
	font-family:arial;
	border:1px solid white;
	vertical-align:top;
}

.rouge {
	background-color:yellow;
	color:red;
}

.texte_rouge {
	color:red;
}

.vert{
	background-color:green;
	color:white;
}

@media print {
  h2, .resa-liste { page-break-inside: avoid; }
}

.resa-liste li { padding: 2px 0; border-bottom: 1px dotted #eee; }

/* Configuration pour les PCs et tablette en paysage */
@media (orientation: landscape)
  and (min-width: 1200px)
  {
	.formulaire{
		display: block;
		position: absolute;
		border: 1px solid blue;
		background-color: rgba(255,255,255,0.9);
		width: 50vw;
		height: 30vh;
		left: 25vw;
		top: 20vh;
	}

	.contenu_formulaire{
		display: block;
		width: 100%;
		height: 65%;
		text-align:center;
	}
	
	.zone_titre_formulaire{
		border: 1px solid black;
		width: 100%;
		height: 10%;
		display: block;
	}
	
	.titre_formulaire{
		display: inline-block;
		width: 96%;
		height: 100%;
		font-family: arial;
		text-align: center;
		font-size: 2.5vh;
		font-weight: bold;
		cursor:pointer;
		vertical-align: top;
	}

	.fermer_formulaire{
		display: inline-block;
		width: 3%;
		height: 100%;
		vertical-align: top;
		float: right;
		text-align: center;
		background-color: yellow;
		color: red;
		font-family: arial;
		font-size: 2.5vh;
		font-weight: bold;
		cursor:pointer;
	}

	.long_champ{
		display: block;
		width: 93.5%;
		height: 3vh;
		margin: auto;
		margin-top: 10px;
		vertical-align:top;
		font-family:arial;
		font-size:1.7vh;
	}

	.demi_champ{
		display: inline-block;
		width: 45%;
		height: 3vh;
		margin: auto;
		margin-top: 10px;
		vertical-align:top;
		font-family:arial;
		font-size:1.7vh;
	}

	.quart_champ{
		display: inline-block;
		width: 18%;
		height: 3vh;
		margin: auto;
		margin-top: 10px;
		vertical-align:top;
		font-family:arial;
		font-size:1.7vh;
	}

	.huitieme_champ{
		display: inline-block;
		width: 3.7%;
		height: 3vh;
		margin: auto;
		margin-top: 10px;
		vertical-align:top;
		font-family:arial;
		font-size:1.7vh;
	}
}

/* Configuration pour les téléphones */
@media (orientation: landscape)
  and (max-width: 899px)
  and (max-height: 480px)
  and (hover: none) and (pointer: coarse)
{
	.formulaire{
		display: block;
		position: absolute;
		border: 1px solid blue;
		background-color: rgba(255,255,255,0.9);
		width: 70vw;
		height: 55vh;
		left: 16vw;
		top: 20vh;
	}
	
	.contenu_formulaire{
		display: block;
		width: 100%;
		text-align:center;
		height:55%;
	}
	
	.zone_titre_formulaire{
		border: 1px solid black;
		width: 100%;
		height: 15%;
		display: block;
	}
	
	.titre_formulaire{
		display: inline-block;
		width: 90%;
		height: 100%;
		font-family: arial;
		text-align: center;
		font-size: 5vh;
		font-weight: bold;
		cursor:pointer;
		vertical-align: top;
	}

	.fermer_formulaire{
		display: inline-block;
		width: 5vw;
		height: 100%;
		vertical-align: top;
		float: right;
		text-align: center;
		background-color: yellow;
		color: red;
		font-family: arial;
		font-size: 5vh;
		font-weight: bold;
		cursor:pointer;
	}

	.long_champ{
		display: block;
		width: 93.5%;
		height: 5vh;
		margin: auto;
		margin-top: 10px;
		vertical-align:top;
		font-family:arial;
		font-size:4vh;
	}

	.demi_champ{
		display: inline-block;
		width: 45%;
		height: 5vh;
		margin: auto;
		margin-top: 10px;
		vertical-align:top;
		font-family:arial;
		font-size:4vh;
	}

	.quart_champ{
		display: inline-block;
		width: 18%;
		height: 5vh;
		margin: auto;
		margin-top: 10px;
		vertical-align:top;
		font-family:arial;
		font-size:4vh;
	}

	.huitieme_champ{
		display: inline-block;
		width: 3.7%;
		height: 5vh;
		margin: auto;
		margin-top: 10px;
		vertical-align:top;
		font-family:arial;
		font-size:4vh;
	}
}

