/*Ecrire ici les règles particulières au formulaire*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#bcbcbc;
	color: #1f2831;
	}
header{
	padding:20px; background-color:#ffffff;
	}
.container{
	margin-top: 20px; padding:10px 30px 10px 30px;	background-color:#f2f2f1;
	}

h1{
	font-size:27px;
	color:#ee7919;
}
h2{
	font-size:15px;
	color:#757575;
}
h3{
	font-size:30px;
    font-weight: bold;
	color:#ee7919;
}
h5{
	font-family:Arial, Helvetica, 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:#ee7919;
	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: #ee7919 !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 #ef841a;
  background-color:#d3d3d3;
	}
	select{
background-color:#d3d3d3;
}

/*Couleur du bouton de soumission du formulaire*/
.btn-primary{
	  background: #757575;
    background: linear-gradient(#878787,#757575);
    background: -webkit-linear-gradient(#878787,#757575);
    background: -moz-linear-gradient(#878787,#757575);
    background: -ms-linear-gradient(#878787,#757575);
    background: -o-linear-gradient(#878787,#757575);
    background: linear-gradient(#878787,#757575);
	border:0;
	-webkit-border-radius:300px;
	-moz-border-radius:300px;
	border-radius:300px;
	 color: #d9d9d9;
    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: #ef841a;    
  color: #ef841a !important;
}
.alert-success{
}