html {
	background-color: #a5b7d6;
}

#ville_choisie {
	font-family: 'Poppins', sans-serif;
	font-size: 6.0vw;
	font-style: normal;
	border: 1px solid black;
	border-radius: 3px;
	text-align: center;
	background-color: #141b41;
	color: white;
	display: inline-block;
	width: 100%;
}

#precision_recherche {
	left: 3px;
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;
}

img {
	width: 100%;
	height: auto;
}