/*Ecrire ici les règles particulières au formulaire*/
body {
    font-family: "Lato", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	color: #4C4C4C;
	line-height: 25px;
	}
	header{
	padding:20px;
	}
.container{
	margin-top: 20px; padding:10px 30px 10px 30px;
    background-color: rgba(255, 255, 255, 0.80); /* 0.5 - semi-transparent */
	}

h1{
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:14px;
	line-height: 14px;
	text-align: left !important;
	color:#4C4C4C;
}
h2{
	font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:19px;
	font-weight: bold; 
	line-height: 9px;
	text-align: left !important;
	color:#3a8641;
}
.remerciment{}
.mentions{
	font-size:10px;
	line-height:10px;
	color:#757575;
		text-align: center;
	}
footer{
    margin: auto !important;
	padding-top:10px;
	 text-align: justify !important;

	font-size:10px;
    	color:#757580;
	}
.alert-success{
	font-size: 14px;

}

/*champs du formulaire*/


.form-group {
	text-align: left !important;
}

.form-control{
    border: 1px solid #c0c0c0;
	 background-color:#fafafa !important;
  	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}
.form-control::-moz-placeholder {
  color: #999999;
	    background-color:#fafafa !important;
}
.form-control:-ms-input-placeholder {
  color: #999999;
	    background-color:#fafafa !important;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
	    background-color:#fafafa !important;
}
.form-control:focus {
	border-bottom:solid 3px #c0c0c0;
  	  background-color:#fafafa !important;
	}

/* CSS used here will be applied after bootstrap.css  champs activitée */
.btn-select
{
    background-color:#fafafa !important;
    padding-bottom: 20px;
    border: 1px solid #c0c0c0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.btn-select:hover,
.btn-select:focus,
.btn-select:active,
.btn-select.active,
.open > .dropdown-toggle.btn-select .caret:before{
    border: 1px solid #fafafa;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
    transition-property: color;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
}

/*Couleur du bouton de soumission du formulaire*/
.btn-primary{
	font-size: 14px;
	font-weight: 700;

	background-color: #fab200; 
	padding: 15px 30px;
	margin: 5px;
	border: 1px solid #fab200;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	color: #000000;
    transition-property: color;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  font-size: 14px;
  background-color: #fab200;  
  color: #4C4C4C !important;
  border: 1px solid #fab200 !important;
		text-decoration: underline;
}