
div.saisie {
	position: relative;
	padding: 0px;
	margin: 0px;
}
	
form {
	border: 1px solid white;
	box-shadow: 5px 5px 10px #4a4a4b  ;
	border-radius: 10px;
	padding: 10px;
	margin-left: 2%;
	margin-right: 2%;
	background-color: rgba(193, 193, 193, 0.5) ;
  }
form.transparente {
	border: 0;
	box-shadow: none ;
	padding: 0;
	margin: 0;
	background-color: rgba(193, 193, 193, 0) ; 
  }

textarea, input , select {
	color: black;
}
input  {
	min-width: auto;
}
textarea {
	height: auto;
	transition: all .4s;
	min-width: 99%;
	color: black;
}
 
textarea:focus, input:focus
	{
	box-shadow: 5px 5px 30px grey;
	box-sizing: border-box;
	color: black;
	outline:  none;
}
textarea:focus
	{
	height: 130px;
	transition: all .4s;
	}
	
input.date {
	min-width: 9rem;
}
input.mesexpos 
	{
	min-width: 20px;
	}
input.mp 
	{
	min-width: 13rem;
	width: 13rem;
	}

.tarif
	{
	max-width: 8em;
	}

.erreur-conteneur {
	margin-top: 10px;
	min-height: 50px;
	text-align: center;
}
.erreur-message {
	border: 3px solid red;
	box-shadow: 5px 5px 30px grey;
	color: red;
}

.ticket-conteneur
	{
	min-width: 80%;
	color: black;
	font-size: 22px;
	border: 1px solid black;
	box-shadow: 5px 5px 30px black;
	border-radius: 10px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	}
 	
.boites-en-ligne 
	{
	min-width: 100%;
	display: table; 
	clear: both;
	text-align: center;
	vertical-align: middle;
	}
	
.enregistrer 
	{
	float: right;
	position: relative;
	bottom: 50px;
	}
	
div.ticket
	{
	width: 300px;
	min-height: 150px;
	text-align: center;
	background-image: url("../images/ticket.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	}
p.ticket {
	color: #616161;
	font-size: 30px;
	position: relative;
	top: 55px;
}
.explication {
	margin-top: 10px;
	font-size: 24px;
  }

.mp
	{
	color: #616161;
	font-size: 30px;
	}

.securisation 
	{
	width: 350px;
	background-color: white;
	border: 1px solid black;
	box-shadow: 5px 5px 30px black;
	border-radius: 10px;
	padding: 0px;
	padding-bottom: 20px;
	}
.actions
	{
	margin: 5px;
	text-align: center;
	}
	