#form_loc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.form_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#form_loc div select {
	font-family: "Montserrat";
}#form_loc div input {
	 font-family: "Montserrat";
 }
.localisation_du_bien option {
	text-transform: uppercase;
}
#type_de_bien {
	border-radius: 60px 0px 0px 60px;
}
#surface_min {
	border-radius: 0px 60px 60px 0px;
}
#btn_envoi {
	width: 222px;
	border: 2px white solid;
	border-radius: 60px;
	color: white;
	background: unset;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
}
#switcher {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#switcher_container {
	background: unset;
	display: flex;
	flex-direction: row;
	width: 250px;
	border-radius: 75px;
	border: solid 1px white;
}
.switch_btn {
	width: 50%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px;
	cursor: pointer;
	border-radius: 75px;
	color: white;
}
#switch_acheter {

}
#switch_louer{
	color: #EF720E;
	background: white;
}
.hidden_form_wrapper {
	width: 60%;
	text-align: left;
	color: white;
	/*display: none;*/
}
.advance_search {
	width: 60%;
	text-align: right;
	color: white;
	text-decoration: underline;
	font-weight: 700;
	cursor: pointer;
}
#localisation_du_bien {
	width: 200px;
}
#type_de_bien {
	width: 150px;
}


/*phone*/
@media (max-width: 767px) {

	#form_loc {
		gap: 1.5em;
	}

	.advance_search {
		text-align: center;
	}

}



/*RESPONSIVE*/
/*Téléphone*/
@media (min-width: 200px) and (max-width: 767px) {
	.form_wrapper {
		display: flex;
		flex-direction: column;
		gap:10px;
	}
	#type_de_bien {
		border-radius: 60px;
		width: auto;
	}
	#localisation_du_bien {
		border-radius: 60px;
		width: auto;
	}
	#prix_max {
		border-radius: 60px;
	}
	#surface_min {
		border-radius: 60px;
	}

}
