@CHARSET "ISO-8859-1";

body{
	background-color:#0A71B4;
	 font-family:Roboto,Arial,helvetica;
	 color:black;
	 font-size:16px;
	 width:100%;
	 padding:0;
	 margin:0;
	 text-align:center;
	 background-image:url(../images/autonomie/fondbleu.jpg);
	 background-size: 100%;
}

.contenu{
	width:100%;
	text-align:center;
	 display: flex;
	 flex-wrap: wrap;
	 flex-direction: column;
	 justify-content:center;
	 align-items:center;
}

.titre{
	display:flex;
	color:white;
	width:100%;
	max-width:800px;
	text-align:left;
}

.formulaire{
	display:flex;
	 flex-wrap: wrap;
	justify-content:center;
	background-color:white;
	border-radius:10px;
	width:100%;
	max-width:800px;
	padding-bottom:20px;
	margin-bottom:20px;
}



.erreur{
	font-size:12px;
	color:red;
}

.titreformulaire{
	width:100%;
}

.champformulaire{
	width:100%;
	padding:20px;
	margin:2 20 2 20;
	background-color:#F2F2F2;
	border-radius:10px;
	text-align:left;
}

.formulaireerreur{
	width:100%;
	padding:20px;
	margin:2 20 2 20;
	background-color:#F2F2F2;
	border-radius:10px;
	text-align:left;
	border:solid 1px red;
}

.conditions{
		width:100%;
	padding:20px;
	margin:2 20 2 20;
	background-color:#F2F2F2;
	border-radius:10px;
	text-align:left;
	font-size:11px;
	
}

.champtexte{
	width:70%;
	padding:5px;
	border:solid 1px lightgray;
}

.creneau{
	text-align:center;
	width:100%;
	display:none;
}

.titrebleu{
	color:#0A71B4;
	font-size:18px;
	font-weight:bold;
}

input[type="radio"] + label {
	background-color:white;
	font-size:14px;
	padding:10px;
	color:#0A71B4;
	border:solid 1px #0A71B4;
	margin:2px;
	cursor:pointer;
}
input[type="radio"]:checked + label {
  	background-color:#0A71B4;
	font-size:14px;
	padding:10px;
	color:white;
	border:solid 1px #0A71B4;
	margin:2px;
	cursor:pointer;
}

.bouton{
	background-color:white;
	font-size:14px;
	padding:10px;
	color:#0A71B4;
	border:solid 1px #0A71B4;
	margin:2px;
	cursor:pointer;
}

.boutonactif{
	background-color:#0A71B4;
	font-size:14px;
	padding:10px;
	color:white;
	border:solid 1px #0A71B4;
	margin:2px;
	cursor:pointer;
}

.validation{
	background-color:#0A71B4;
	font-size:16px;
	padding:10 25 10 25;
	color:white;
	border-radius:20px;
	cursor:pointer;
}

.validation:hover{
	background-color:gray;
	font-size:16px;
	padding:10 25 10 25;
	color:white;
	border-radius:20px;
	cursor:pointer;
}

