/*Ecrire ici les règles particulières au formulaire*/
body {
background-image: url('https://www.studioagri.fr/2024/Amazone/Livre-Blanc/images/img-fond-form.jpg');
background-size: cover;
    background-position: center;
background-repeat: no-repeat;
	}
header{
	padding:20px; background-color:#ffffff;
	}
footer{
    margin: auto !important;
	padding-top:10px;
	text-align: center;
    	font-family:Helvetica, Arial,'sans-serif';
	font-size:10px;
	}

.img-responsive {
max-width : 100%;
heigth: auto;
display: block;
text-align: center;
	}

.container{
	margin-top: 20px; padding:10px 30px 10px 30px;
    background-color: rgba(255, 255, 255, 0.85); /* 0.5 - semi-transparent */
	}
h1{
	font-family:Helvetica, Arial,'sans-serif';
	font-size:22px;
	text-align: left !important;
	color:#bcbdc1;
}
h2{
	font-family:Helvetica, Arial, 'sans-serif';
	font-size:16px;
	color:#0e0e0e;
}
h5{
	font-family : Helvetica, Arial, 'sans-serif';
	font-size:14px;
	line-height:14px;
	color:#0e0e0e;
	}
.remerciment{}

/*champs du formulaire*/

label{
	color:#0e0e0e;
	}
.form-group {
	text-align: left !important;
}

.form-control{
    border-bottom:0;
	background: #ffffff;
	border-bottom-color:#fefefe;
	}
.form-control::-moz-placeholder {
  color: #a4a4a4!important;
}
.form-control:-ms-input-placeholder {
  color: #a4a4a4!important;
}
.form-control::-webkit-input-placeholder {
  color: #a4a4a4!important;
}
.form-control:focus {
	border-bottom:solid 3px #fefefe;
  	background-color:#ffffff;
	}

input,
input:hover,
input:focus,
input:active,
input.active	
{
background-color:#ffffff !important;
}
select,
select:hover,
select:focus,
select:active,
select.active	
{
background-color:#ffffff !important;
}

/*Couleur du bouton de soumission du formulaire*/
.btn-primary{
    background-color: rgba(254, 254, 254, 0.3); /* 0.5 - semi-transparent */
	border: solid 1px #ed8124;
	color: #ed8124;
     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 #ed8124;   
  color: #ed8124 !important;
 
}

.alert-success{

}