/* style du formulaire  */
.input-text{
  width: 60%;
  height: 35px;
  padding: 5px;
  font-size: 1.2em;
  border-color: rgb(167, 163, 163);
  background-color: white;
  border: 1px solid;
}
.box-input{
	height:35px;
	margin-bottom:20px;
}
select{
  width: 60%;
  height: 35px;
  font-size: 1.2em;
  border-color: white;
  background-color: white;
  border: 1px solid;
}
textarea{
  
  width: 60%;
  height: 136px;
  padding: 5px;
  font-size: 1.2em;
  border-color: white;
  background-color: white;
  border: 1px solid;
}
.errorform{
	color:#fdca00;
}

.clear{
	clear:both;
}

/* #main-container{
	width:600px;
	margin-top: 40px;
	margin-left: 300px;
	float: left;
} */

td{
	white-space:nowrap;
}

/* mise en forme des labels devant les champs
label{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
}*/

.info{
	text-transform:uppercase;
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}



td > button{
	text-indent:8px;
}

.error{
	background-color:#408BA7;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}



/* ---- AFFICHAGE MOBILE ---- */
/* @media (max-width: 480px) {

	.input-text{
		width: 60%;
		height: 35px;
		padding: 5px;
		font-size: 1.2em;
		border-color: rgb(167, 163, 163);
		background-color: white;
		border: 1px solid;
	  }

} */