@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/*Ecrire ici les règles particulières au formulaire*/
body {
	font-family: "Lato", sans-serif;
    background-color: rgba(242, 242, 242, 1.00); /* 0.5 - semi-transparent #f2f2f2 */
	}
header{
	padding:20px; background-color:#FFFFFF;
	}
.mentions{

	 text-align: justify !important;
    	font-family: "Lato", sans-serif;
	font-size:10px;
	}
label{
	font-weight: 500 !important; 
}
.container{
	margin-top: 30px; padding:10px 30px 10px 30px;
    background-color:#F8F9FA;
	border-radius: 20px;
	}
h1{
	font-family: "Lato", sans-serif;
	font-size:20px;
	text-align: left !important;
	color:#bcbdc1;
}
h2{
	  font-family: "Lato", sans-serif;
	font-size:14px;
	color:#353A3D;
}
h5{
	font-family: "Lato", sans-serif;
	font-size:12px;
	line-height:12px;
	color:#353A3D;
	}

h7{
	font-family: "Lato", sans-serif;
	    text-align: justify !important;
	font-size:10px;
	line-height:10px;
	color:#353A3D;
	}
.footer{
	font-family: "Lato", sans-serif;
	font-size:10px;
	line-height:10px;
	color:#353A3D;
	}
.remerciment{}

/*champs du formulaire*/

label{
	color:#353A3D;
	}
.form-group {
	text-align: left !important;
}

.form-control{
    border-bottom:0;
	background: #f2f2f2;
	border-bottom-color:#C4C4C4;
	}
.form-control::-moz-placeholder {
  color: #353A3D;
}
.form-control:-ms-input-placeholder {
  color: #353A3D;
}
.form-control::-webkit-input-placeholder {
  color: #353A3D;
}
.form-control:focus {
	border-bottom:solid 3px #23D2B5;
  	background-color:#f2f2f2;
	}

input,
input:hover,
input:focus,
input:active,
input.active	
{
background-color:#f2f2f2 !important;
}
select,
select:hover,
select:focus,
select:active,
select.active	
{
background-color:#f2f2f2 !important;
}

/*Couleur du bouton de soumission du formulaire*/
.btn-primary{
    background-color: #23D2B5;  
	border: solid 1px #23D2B5;
	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: #F1FFFD;
	border: solid 1px #23D2B5;   
  color: #23D2B5 !important;
 
}

.alert-success{

}