/*Ecrire ici les règles particulières au formulaire*/
body {
background-image: url('https://www.studioagri.fr/2023/Yara_Bogballe_TNFactory/12_LB/images/img_bg.jpg');
background-size: cover;
background-repeat: no-repeat;
	}
header{
	padding:20px; background-color:#ffffff;
	}
.mentions{

	 text-align: justify !important;
    	font-family:Helvetica, Arial,'sans-serif';
	font-size:10px;
    	color:#4c575d;
	}
.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-color: rgba(235, 128, 5, 1.0); /* 0.5 - semi-transparent */
	border: solid 1px #eb8005;
	color: #fafafa;
     font-weight: bold !important;
    transition-property: color;
    transition-duration: 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary { background-color: rgba(254, 254, 254, 0.9); /* 0.5 - semi-transparent */
	border: solid 1px #eb8005;   
  color: #eb8005 !important;
 
}

.alert-success{

}