.retraide-place-wrap,
.groupe-est-filter,
.gt-prem-search-bar-wrap {
	position: relative;
}

.search-field-input.location-field,
.location-field {
	position: relative;
}

.retraide-place-list {
	position: fixed;
	left: 0;
	right: auto;
	top: 0;
	z-index: 10050;
	margin: 0;
	padding: 6px 0;
	list-style: none;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	max-height: 280px;
	overflow-y: auto;
	text-align: left;
}

.retraide-place-list[hidden] {
	display: none;
}

.retraide-place-item {
	display: block;
	width: 100%;
	padding: 10px 16px;
	border: 0;
	background: transparent;
	font: inherit;
	color: #0f172a;
	text-align: left;
	cursor: pointer;
}

.retraide-place-item:hover,
.retraide-place-item.is-active {
	background: #f1f5f9;
}

.retraide-place-item-city {
	display: block;
	font-weight: 600;
	font-size: 14px;
}

.retraide-place-item-meta {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	color: #64748b;
}
