/*Ecrire ici les règles particulières au formulaire*/
body {
background-image: url('https://www.studioagri.fr/2024/GS1France/Livre-Blanc/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;
	}
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:Helvetica, Arial,'sans-serif';
	font-size:20px;
	text-align: left !important;
	color:#bcbdc1;
}
h2{
	font-family:Helvetica, Arial, 'sans-serif';
	font-size:14px;
	color:#4c575d;
}
h5{
	font-family : Helvetica, Arial, 'sans-serif';
	font-size:12px;
	line-height:12px;
	color:#4c575d;
	}

h7{
	font-family : Helvetica, Arial, 'sans-serif';
	    text-align: justify !important;
	font-size:10px;
	line-height:10px;
	color:#4c575d;
	}
.footer{
	font-family : Helvetica, Arial, 'sans-serif';
	font-size:10px;
	line-height:10px;
	color:#4c575d;
	}
.remerciment{}

/*champs du formulaire*/

label{
	color:#4c575d;
	}
.form-group {
	text-align: left !important;
}

.form-control{
    border-bottom:0;
	background: #ffffff;
	border-bottom-color:#fefefe;
	}
.form-control::-moz-placeholder {
  color: #4c575d;
}
.form-control:-ms-input-placeholder {
  color: #4c575d;
}
.form-control::-webkit-input-placeholder {
  color: #4c575d;
}
.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 #eb6336;
	color: #eb6336;
     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 #eb6336;   
  color: #eb6336 !important;
 
}

.alert-success{

}