.eaz-villes-dropdown {
	list-style: none;
	margin: 2px 0 0;
	padding: 4px 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	max-height: 220px;
	overflow-y: auto;
	z-index: 100000;
	font-size: 14px;
}
.eaz-villes-option {
	padding: 6px 10px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.eaz-villes-option:hover,
.eaz-villes-option:focus {
	background: #f0f0f1;
}
