@charset "UTF-8";
/* FORMULAIRE */
input {
	display:inline-block;
	font-family: 'Aileron', sans-serif;
  font-size:14px;
  background-color:#FFF;
  padding:6px 3%;
  border:1px solid #ccc;
  -ms-box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
  transition:0.1s;
  background-repeat:no-repeat;
  margin:1px;
	width: 94%;
}
input:hover {
	background-color:#f1f1f1;
	background-repeat:no-repeat;
}
input:focus {
  background-color:#E2FCFC;
}
label {
  text-align:left;
}
.form_error {
  color: #FF3333;
}
.submit {
  margin:15px 10px 15px 0px;
}
input.submit, .submit,
.submit a,
.submit input,
input[type="submit"],
input[type="button"] {
	font-family: 'Aileron', sans-serif;
  color:#FFF !important;
  border:0px;
  font-weight:700;
  padding:14px 40px;
  margin:10px;
  text-align:center;
  text-decoration:none;
  background-color:#085599;
  border-radius:50px;
  cursor:pointer;
  width:auto;
  background-repeat:no-repeat;
  background-position:left center;
	-webkit-appearance: none;
	text-transform: uppercase;
	font-size:1.55em;
}
.subFermer {
	letter-spacing: 0.1em;
}
input.submit:hover,
.submit:hover,
.submit a:hover,
.submit input:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color:#E3001B !important;
}
div.submit,
.submit,
.annuler  {
  display:inline-block;
}
.subLarge {
	font-size:2.8em;
	padding:14px 70px;
}
.bForm {
	background-color:#E1ECC4;
	padding:15px 50px;
	margin-left:-36px;
	margin-right:-36px;
}
.itForm h2 {
	text-align: center;
	font-size:2em;
}
.itForm p {
	text-align: center;
	font-family: 'Aileron', sans-serif;
	margin:3px 0px 20px 0px;
	font-size:1.1em;
}
.form td {
	padding:8px 0px;
	font-family: 'Aileron', sans-serif;
	font-weight: 500;
}
.form .tdleft {
	padding-left:15px;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	opacity: 0;
	position: absolute;
	clip: rect(0 0 0 0);
	clip: rect(0,0,0,0);
	-webkit-appearance:	none;
	-moz-appearance:	none;
	-o-appearance:		none;
	appearance:		none;
}
input[type="radio"]+label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	color:#000;
	text-align: center;
	background:#FFF;
	padding:8px 0px;
	width:495px;
	margin:8px 0px;
	text-transform: uppercase;
	font-size:2.8em;
	box-shadow: 5px 5px 18px rgba(0,0,0,0.2);
	font-family: 'Aileron', sans-serif;
	font-weight: 800;
}
input[type="radio"]+label:hover {
	background-color:#E3001B;
	color:#FFF;
}
input[type="radio"]:checked+label {
	background-color:#E3001B;
	color:#FFF;
}