/*Ecrire ici les règles particulières au formulaire*/
body {
background-image: url('https://www.studioagri.fr/2023/Saipol/06_LB/images/img_bg.jpg');
background-size: cover;
background-repeat: no-repeat;
	}
header{
	padding:20px; background-color:#ffffff;
	}
footer{
    margin: auto !important;
	padding-top:10px;
	 text-align: justify !important;
    	font-family:Helvetica, Arial,'sans-serif';
	font-size:10px;
    	color:#4c575d;
	}
.mentions{

	 text-align: justify !important;
    	font-family:Helvetica, Arial,'sans-serif';
	font-size:10px;
	}
label{
	font-weight: 500 !important; 
}
.container{
	margin-top: 20px; padding:10px 30px 10px 30px;
    background-color: rgba(255, 255, 255, 0.80); /* 0.5 - semi-transparent */
	}
h1{
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size:28px;
	text-align: left !important;
	color:#5a6058;
}
h2{
	font-family: Gill Sans, Gill Sans MT, Myriad Pro, DejaVu Sans Condensed, Helvetica, Arial," sans-serif";
	font-size:20px;
	text-align: left !important;
	color:#5a6058;
}
.remerciment{}

/*champs du formulaire*/

.form-group {
	text-align: left !important;
}

.form-control{
    border-bottom:0;
	background: #f5f5f5;
	border-bottom-color:#e5e5e5;
	}
.form-control::-moz-placeholder {
  color: #4C4C4C;
}
.form-control:-ms-input-placeholder {
  color: #4C4C4C;
}
.form-control::-webkit-input-placeholder {
  color: #4C4C4C;
}
.form-control:focus {
	border-bottom:solid 3px #e5e5e5;
  	background-color:#F5F5F5;
	}

input,
input:hover,
input:focus,
input:active,
input.active	
{
background-color:#f5f5f5 !important;
}
select,
select:hover,
select:focus,
select:active,
select.active	
{
background-color:#f5f5f5 !important;
}

/*Couleur du bouton de soumission du formulaire*/
.btn-primary{
	background: #eb8005 ;
	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: #eb8005  !important;
  font-weight: bold !important;
}

.alert-success{

}