/*Ecrire ici les règles particulières au formulaire*/
body {
	background-color:#bcbcbc;
	font-size: 14px;
	color: #1f2831;
	line-height: 25px;
	}
	header{
	padding:20px;background-color:#ffffff;
	}
.container{
	margin-top: 20px; padding:40px; background-color:#ffffff; border: 1px solid #D4D4D4"	
	}
h1{
	font-family : Helvetica, Arial, "sans-serif";
	font-size:22px;
	line-height:22px;
	font-weight: bold;
	color:#757575;
}
h2{
	font-family : Helvetica, Arial, "sans-serif";
	font-size:18px;
	line-height:18px;
	color:#006fb4;
	}
h5{
	font-family : Helvetica, Arial, "sans-serif";
	font-size:14px;
	line-height:14px;
	color:#757575;
	}
.remerciment{}

footer{
	background-color:#bcbcbc;
	padding-top:10px;
	text-align: center;
	}

.list-icon{
	margin:10px;
	font-size:150%;
}
.list-icon span{
	background-color:#006fb4;
	border-radius:50%;
	color:#000000;
	line-height:40px;
	width:40px;
	height:40px;
	padding-right:0px;
}
/* The Transition  */

.list-icon a span {
    color: #000000;
    transition-property: all;
    transition-duration: 1s;
}
.list-icon a:hover span {
    color: #006fb4 !important;
	background-color:#000000;
}

/*champs du formulaire*/
.mentions{

	 text-align: justify !important;
    	font-family:Helvetica, Arial,'sans-serif';
	font-size:10px;
line-height: 12px;
	}
label{
	font-weight: 500 !important; 
}
   .form-group {
	   	color:#757575 !important;
   }
   	.form-control{
  background-color:#d3d3d3;
	}
	.form-control:focus {
	border-bottom:solid 2px #006fb4;
  background-color:#d3d3d3;
	}
	select{
background-color:#d3d3d3;
}

/*Couleur du bouton de soumission du formulaire*/
.btn-primary{
	  background: #757575;
    background: linear-gradient(#f7f7f6,#e8e8e8);
    background: -webkit-linear-gradient(#f7f7f6,#e8e8e8);
    background: -moz-linear-gradient(#f7f7f6,#e8e8e8);
    background: -ms-linear-gradient(#f7f7f6,#e8e8e8);
    background: -o-linear-gradient(#f7f7f6,#e8e8e8);
    background: linear-gradient(#f7f7f6,#e8e8e8);
	border:0;
	-webkit-border-radius:300px;
	-moz-border-radius:300px;
	border-radius:300px;
	 color: #757575;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #006fb4; 
  font-weight: bold;
  color: #006fb4 !important;
}
.alert-success{
}