@charset "utf-8";
/* CSS Document */
.formulaire {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;

}
.col_right fieldset input{
   width: 100%;
   margin-bottom: 10px;
}
.col_right fieldset select{	margin-bottom: 10px;}
.col_right fieldset textarea{
    width: 100%;
    height:300px;
	margin-bottom: 10px; 
}
.col_left h2 {margin-top: 0;}
.col_left {margin-bottom: 40px;}
.col_right .form_submit {
    transition: all, 0.3s;
   background: var(--color-clair);
    color: #ffffff;
    padding: 10px 15px;
    text-decoration: none;
    display: table;
    margin: 0 0 0 auto;
    text-transform: uppercase;
    border: 0;
}
.col_right .form_submit:hover {
	background: var(--color-fonce);
	transition:all 0.3s;
}
.info_form {
	display: block;
	padding: 10px 0;
    font-size: 12px;
}
.get_ville {
    position: absolute;
    background-color: #fff;
    max-height: 200px;
    overflow: scroll;
    padding: 10px;
    border: #000 solid 1px;
}
.get_ville span {    display: block;    
}
