/*Ecrire ici les règles particulières au formulaire*/
body {
	}
header{
	padding:20px; background-color:#ffffff;
	}
.container{
	padding-bottom:20px;
	}
h1{
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size:22px;
	line-height:32px;
	text-align: left !important;
	color:#5a6058;
}
h2{
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-weight: bold;
	font-size:17px;
	color:#006fb4;
}
h5{
	font-family : Helvetica, Arial, "sans-serif";
	font-size:14px;
	line-height:14px;
	color:#757575;
	}
.remerciment{}

/*champs du formulaire*/

.form-group {
	   	color:#5a6058 !important;
   }
.form-control{
	height: 40px !important;
  background-color:#eeeeee;
	}
.form-control:focus {
	border-bottom:solid 3px #006fb4;
  background-color:#eeeeee;
	}
	select{
background-color:#cccccc;
}

/*Couleur du bouton de soumission du formulaire*/
.mentions{

	 text-align: justify !important;
    	font-family:Helvetica, Arial,'sans-serif';
	font-size:10px;
line-height: 12px;
	}
label{
	font-weight: 500 !important; 
}
.btn-primary{
	background: #006fb4 ;
	border:0;
	color: #ffffff;
    transition-property: color;
    transition-duration: 1s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #eeeeee;    
  color: #5cbaf7 !important;
  font-weight: bold !important;
}

.alert-success{

}