.mwl-villes-refonte {
	--mwl-villes-green: #007f62;
	--mwl-villes-green-dark: #00624c;
	--mwl-villes-green-soft: #e8f8f2;
	--mwl-villes-text: #0f172a;
	--mwl-villes-muted: #475569;
	--mwl-villes-line: #dbe6ee;
	--mwl-villes-bg: #f8fafc;
	--mwl-villes-card: #ffffff;
	--mwl-villes-shadow: 0 16px 42px rgba(15, 23, 42, .08);
	width: min(1460px, calc(100% - 28px));
	margin: 0 auto 54px;
	color: var(--mwl-villes-text);
	box-sizing: border-box;
}

.mwl-villes-refonte *,
.mwl-villes-refonte *::before,
.mwl-villes-refonte *::after {
	box-sizing: inherit;
}

.mwl-villes-refonte a {
	text-decoration: none;
}

.mwl-villes-refonte-hero {
	position: relative;
	overflow: visible;
	margin: 14px 0 18px;
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(248, 250, 252, .97) 0%, rgba(248, 250, 252, .88) 37%, rgba(15, 23, 42, .30) 100%),
		url("../img/villes-hero-alger.jpg") center right / cover no-repeat;
	box-shadow: 0 18px 50px rgba(15, 23, 42, .12);
}

.mwl-villes-refonte-hero__overlay {
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	border-radius: 0 0 18px 18px;
	background: linear-gradient(0deg, rgba(15, 23, 42, .48), rgba(15, 23, 42, 0));
	pointer-events: none;
}

.mwl-villes-refonte-hero__content {
	position: relative;
	display: grid;
	gap: 20px;
	padding: 26px 20px 22px;
}

.mwl-villes-refonte-hero__copy {
	max-width: 800px;
}

.mwl-villes-refonte-kicker {
	margin: 0 0 8px;
	color: var(--mwl-villes-green);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.mwl-villes-refonte-hero h1 {
	max-width: 780px;
	margin: 0 0 12px;
	color: var(--mwl-villes-text);
	font-size: clamp(2rem, 7vw, 3.1rem);
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.04;
}

.mwl-villes-refonte-hero__copy > p:not(.mwl-villes-refonte-kicker) {
	max-width: 680px;
	margin: 0 0 20px;
	color: #1e293b;
	font-size: 1rem;
	font-weight: 550;
	line-height: 1.55;
}

.mwl-villes-refonte-search {
	position: relative;
	display: grid;
	gap: 10px;
	max-width: 850px;
}

.mwl-villes-refonte-search__field {
	position: relative;
	min-width: 0;
}

.mwl-villes-refonte-search__field > svg {
	position: absolute;
	top: 50%;
	left: 16px;
	z-index: 2;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	pointer-events: none;
}

.mwl-villes-refonte-search input,
.mwl-villes-refonte-search select,
.mwl-villes-refonte-directory-tools input,
.mwl-villes-refonte-directory-tools select {
	width: 100%;
	min-height: 52px;
	margin: 0;
	border: 1px solid rgba(203, 213, 225, .95);
	border-radius: 13px;
	background: #ffffff;
	box-shadow: none;
	color: var(--mwl-villes-text);
	font: inherit;
	font-size: .94rem;
	font-weight: 650;
	outline: 0;
}

.mwl-villes-refonte-search input {
	padding: 0 16px 0 48px;
}

.mwl-villes-refonte-search select,
.mwl-villes-refonte-directory-tools select {
	appearance: none;
	padding: 0 42px 0 16px;
	background-image:
		linear-gradient(45deg, transparent 50%, #0f172a 50%),
		linear-gradient(135deg, #0f172a 50%, transparent 50%);
	background-position:
		calc(100% - 20px) 23px,
		calc(100% - 14px) 23px;
	background-size: 6px 6px;
	background-repeat: no-repeat;
}

.mwl-villes-refonte-search input:focus,
.mwl-villes-refonte-search select:focus,
.mwl-villes-refonte-directory-tools input:focus,
.mwl-villes-refonte-directory-tools select:focus {
	border-color: rgba(0, 127, 98, .55);
	box-shadow: 0 0 0 4px rgba(0, 127, 98, .12);
}

.mwl-villes-refonte-btn,
.mwl-villes-refonte-directory-tools button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 52px;
	border-radius: 13px;
	padding: 0 20px;
	font-size: .94rem;
	font-weight: 850;
	line-height: 1;
	text-align: center;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
	cursor: pointer;
}

.mwl-villes-refonte-btn:hover,
.mwl-villes-refonte-btn:focus-visible,
.mwl-villes-refonte-directory-tools button:hover,
.mwl-villes-refonte-directory-tools button:focus-visible {
	transform: translateY(-1px);
	outline: 0;
}

.mwl-villes-refonte-btn--primary {
	border: 1px solid var(--mwl-villes-green);
	background: linear-gradient(135deg, var(--mwl-villes-green) 0%, var(--mwl-villes-green-dark) 100%);
	box-shadow: 0 14px 28px rgba(0, 127, 98, .22);
	color: #ffffff;
}

.mwl-villes-refonte-btn--outline-orange {
	border: 1px solid #f59e0b;
	background: #ffffff;
	color: #ea580c;
}

.mwl-villes-refonte-examples {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: #334155;
	font-size: .82rem;
	font-weight: 700;
}

.mwl-villes-refonte-examples span {
	margin-right: 2px;
}

.mwl-villes-refonte-examples a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 999px;
	padding: 0 14px;
	background: rgba(255, 255, 255, .72);
	backdrop-filter: blur(8px);
	color: #0f172a;
	font-weight: 850;
}

.mwl-villes-refonte-hero-card {
	display: grid;
	gap: 11px;
	max-width: 420px;
	border: 1px solid rgba(255, 255, 255, .78);
	border-radius: 18px;
	padding: 18px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 18px 44px rgba(15, 23, 42, .12);
	backdrop-filter: blur(14px);
}

.mwl-villes-refonte-hero-card__icon,
.mwl-villes-refonte-side-card > span,
.mwl-villes-refonte-section-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #dcfce7;
	color: var(--mwl-villes-green);
}

.mwl-villes-refonte-hero-card__icon svg,
.mwl-villes-refonte-side-card > span svg {
	width: 23px;
	height: 23px;
}

.mwl-villes-refonte-hero-card strong,
.mwl-villes-refonte-side-card h2 {
	margin: 0;
	color: var(--mwl-villes-text);
	font-size: 1.05rem;
	font-weight: 900;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.mwl-villes-refonte-hero-card p,
.mwl-villes-refonte-side-card p {
	margin: 0;
	color: var(--mwl-villes-muted);
	font-size: .93rem;
	font-weight: 500;
	line-height: 1.55;
}

.mwl-villes-refonte-hero-card ul {
	display: grid;
	gap: 9px;
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
}

.mwl-villes-refonte-hero-card li {
	position: relative;
	padding-left: 22px;
	color: #0f172a;
	font-size: .88rem;
	font-weight: 750;
}

.mwl-villes-refonte-hero-card li::before {
	position: absolute;
	left: 0;
	color: var(--mwl-villes-green);
	content: '✓';
}

.mwl-villes-refonte .mwl-villes-search-results {
	top: calc(100% + 8px);
	z-index: 90;
	border-color: rgba(203, 213, 225, .95);
	box-shadow: 0 22px 48px rgba(15, 23, 42, .18);
}

.mwl-villes-refonte-layout {
	display: grid;
	gap: 18px;
}

.mwl-villes-refonte-main,
.mwl-villes-refonte-sidebar {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.mwl-villes-refonte-panel,
.mwl-villes-refonte-side-card {
	border: 1px solid var(--mwl-villes-line);
	border-radius: 18px;
	background: var(--mwl-villes-card);
	box-shadow: 0 10px 34px rgba(15, 23, 42, .055);
}

.mwl-villes-refonte-panel {
	overflow: hidden;
	padding: 16px;
}

.mwl-villes-refonte-section-head {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	margin-bottom: 16px;
}

.mwl-villes-refonte-section-icon {
	font-size: 1.25rem;
	font-weight: 900;
}

.mwl-villes-refonte-section-head h2 {
	margin: 0 0 3px;
	color: var(--mwl-villes-text);
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -.03em;
	line-height: 1.16;
}

.mwl-villes-refonte-section-head p {
	margin: 0;
	color: var(--mwl-villes-muted);
	font-size: .9rem;
	font-weight: 500;
	line-height: 1.35;
}

.mwl-villes-refonte-head-link {
	grid-column: 2;
	justify-self: start;
	color: var(--mwl-villes-green-dark);
	font-size: .88rem;
	font-weight: 850;
	white-space: nowrap;
}

.mwl-villes-refonte-carousel {
	display: grid;
	grid-auto-columns: minmax(170px, 74vw);
	grid-auto-flow: column;
	gap: 12px;
	overflow-x: auto;
	padding: 2px 2px 10px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mwl-villes-refonte-carousel::-webkit-scrollbar {
	display: none;
}

.mwl-villes-refonte-city-card {
	display: grid;
	overflow: hidden;
	border: 1px solid var(--mwl-villes-line);
	border-radius: 14px;
	background: #fff;
	color: var(--mwl-villes-text);
	scroll-snap-align: start;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mwl-villes-refonte-city-card:hover,
.mwl-villes-refonte-city-card:focus-visible,
.mwl-villes-refonte-wilaya-card:hover,
.mwl-villes-refonte-wilaya-card:focus-visible,
.mwl-villes-refonte-directory-city:hover,
.mwl-villes-refonte-directory-city:focus-visible {
	transform: translateY(-2px);
	border-color: rgba(0, 127, 98, .28);
	box-shadow: 0 16px 30px rgba(15, 23, 42, .09);
	outline: 0;
}

.mwl-villes-refonte-city-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1.55 / 1;
	background:
		linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,0)),
		url("../img/nedroma-panorama.svg") center / cover no-repeat;
}

.mwl-villes-refonte-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	border-radius: 999px;
	padding: 0 10px;
	background: linear-gradient(135deg, var(--mwl-villes-green), #17a66d);
	box-shadow: 0 8px 16px rgba(15, 23, 42, .16);
	color: #ffffff;
	font-size: .72rem;
	font-weight: 900;
}

.mwl-villes-refonte-city-card__body {
	display: grid;
	gap: 5px;
	padding: 12px;
}

.mwl-villes-refonte-city-card strong {
	overflow: hidden;
	color: var(--mwl-villes-text);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mwl-villes-refonte-city-card span:not(.mwl-villes-refonte-city-card__media):not(.mwl-villes-refonte-city-card__body):not(.mwl-villes-refonte-badge),
.mwl-villes-refonte-city-card small {
	color: var(--mwl-villes-muted);
	font-size: .82rem;
	font-weight: 650;
	line-height: 1.25;
}

.mwl-villes-refonte-city-card small {
	color: var(--mwl-villes-green-dark);
}

.mwl-villes-refonte-wilaya-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.mwl-villes-refonte-wilaya-card {
	display: grid;
	grid-template-rows: auto auto auto auto auto;
	gap: 7px;
	min-width: 0;
	border: 1px solid var(--mwl-villes-line);
	border-radius: 14px;
	padding: 12px;
	background:
		linear-gradient(180deg, rgba(232, 248, 242, .72) 0, rgba(232, 248, 242, .28) 82px, #ffffff 83px),
		#ffffff;
	color: var(--mwl-villes-text);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mwl-villes-refonte-wilaya-card__shape {
	display: grid;
	place-items: center;
	width: 100%;
	height: 78px;
	border-radius: 13px;
	background:
		radial-gradient(circle at 72% 20%, rgba(20, 184, 166, .17), transparent 34%),
		linear-gradient(135deg, #ecfdf5 0%, #f8fafc 100%);
}

.mwl-villes-refonte-wilaya-card__shape img,
.mwl-villes-refonte-wilaya-card__shape svg {
	display: block;
	width: min(82px, 82%);
	height: 64px;
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(0, 127, 98, .14));
}

.mwl-villes-refonte-wilaya-card strong {
	overflow: hidden;
	color: var(--mwl-villes-text);
	font-size: .96rem;
	font-weight: 900;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mwl-villes-refonte-wilaya-card small,
.mwl-villes-refonte-wilaya-card span {
	color: var(--mwl-villes-muted);
	font-size: .78rem;
	font-style: normal;
	font-weight: 650;
	line-height: 1.25;
}

.mwl-villes-refonte-wilaya-card em {
	justify-self: start;
	border-radius: 999px;
	padding: 5px 9px;
	background: #dcfce7;
	color: var(--mwl-villes-green-dark);
	font-size: .72rem;
	font-style: normal;
	font-weight: 900;
}

.mwl-villes-refonte-directory {
	padding-bottom: 18px;
}

.mwl-villes-refonte-directory__top {
	display: grid;
	gap: 14px;
	margin-bottom: 14px;
}

.mwl-villes-refonte-section-head--compact {
	margin-bottom: 0;
}

.mwl-villes-refonte-directory-tools {
	display: grid;
	gap: 10px;
}

.mwl-villes-refonte-directory-tools input {
	padding: 0 16px;
}

.mwl-villes-refonte-directory-tools button {
	border: 1px solid var(--mwl-villes-line);
	background: #ffffff;
	color: var(--mwl-villes-text);
}

.mwl-villes-refonte-directory-tools button svg {
	width: 20px;
	height: 20px;
}

.mwl-villes-refonte-letters {
	display: flex;
	gap: 7px;
	overflow-x: auto;
	padding: 2px 0 16px;
	scrollbar-width: none;
}

.mwl-villes-refonte-letters::-webkit-scrollbar {
	display: none;
}

.mwl-villes-refonte-letters a,
.mwl-villes-refonte-letters span {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	border: 1px solid var(--mwl-villes-line);
	border-radius: 999px;
	background: #ffffff;
	color: #334155;
	font-size: .82rem;
	font-weight: 800;
}

.mwl-villes-refonte-letters .is-active {
	border-color: var(--mwl-villes-green);
	background: var(--mwl-villes-green-soft);
	color: var(--mwl-villes-green-dark);
}

.mwl-villes-refonte-letters span {
	opacity: .45;
}

.mwl-villes-refonte-directory-grid {
	display: grid;
	gap: 18px;
}

.mwl-villes-refonte-directory-group {
	display: grid;
	gap: 5px;
	scroll-margin-top: 90px;
}

.mwl-villes-refonte-directory-group h3 {
	margin: 0 0 2px;
	color: var(--mwl-villes-text);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
}

.mwl-villes-refonte-directory-city {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto 16px;
	gap: 8px;
	align-items: center;
	min-height: 36px;
	border-bottom: 1px solid #eef2f7;
	color: var(--mwl-villes-text);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mwl-villes-refonte-directory-city span {
	overflow: hidden;
	font-size: .88rem;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mwl-villes-refonte-directory-city strong {
	color: var(--mwl-villes-green-dark);
	font-size: .86rem;
	font-weight: 900;
}

.mwl-villes-refonte-directory-city em {
	color: #334155;
	font-style: normal;
	font-weight: 900;
}

.mwl-villes-refonte-empty {
	border: 1px dashed #cbd5e1;
	border-radius: 14px;
	padding: 18px;
	background: #f8fafc;
	color: var(--mwl-villes-muted);
	font-weight: 700;
	text-align: center;
}

.mwl-villes-refonte-side-card {
	display: grid;
	gap: 14px;
	padding: 20px;
}

.mwl-villes-refonte-side-card > span {
	width: 52px;
	height: 52px;
}

.mwl-villes-refonte-side-card .mwl-villes-refonte-btn {
	width: 100%;
}

.mwl-villes-refonte-side-card small {
	color: var(--mwl-villes-green-dark);
	font-size: .84rem;
	font-weight: 800;
	text-align: center;
}

.mwl-villes-refonte-side-card--merchant,
.mwl-villes-refonte-side-card--diaspora {
	background: linear-gradient(135deg, #f0fdfa 0%, #ffffff 100%);
}

.mwl-villes-refonte-side-card--suggest {
	border-color: #fed7aa;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%);
}

.mwl-villes-refonte-side-card--suggest > span {
	background: #ffedd5;
}

.mwl-villes-refonte-side-card--diaspora a {
	color: var(--mwl-villes-green-dark);
	font-size: .9rem;
	font-weight: 850;
}

.mwl-villes-refonte-side-card--stats {
	background: #ffffff;
}

.mwl-villes-refonte-side-card--stats div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid #eef2f7;
	padding-top: 12px;
}

.mwl-villes-refonte-side-card--stats strong {
	color: var(--mwl-villes-green-dark);
	font-size: 1.25rem;
	font-weight: 950;
}

.mwl-villes-refonte-side-card--stats span {
	color: var(--mwl-villes-muted);
	font-size: .86rem;
	font-weight: 700;
}

@media (min-width: 720px) {
	.mwl-villes-refonte {
		width: min(1460px, calc(100% - 48px));
	}

	.mwl-villes-refonte-hero {
		border-radius: 22px;
		margin-top: 18px;
	}

	.mwl-villes-refonte-hero__content {
		padding: 34px;
	}

	.mwl-villes-refonte-search {
		grid-template-columns: minmax(0, 1fr) minmax(210px, 260px) 150px;
		gap: 0;
		overflow: visible;
		border: 1px solid rgba(203, 213, 225, .88);
		border-radius: 14px;
		background: #ffffff;
		box-shadow: 0 14px 34px rgba(15, 23, 42, .12);
	}

	.mwl-villes-refonte-search input,
	.mwl-villes-refonte-search select,
	.mwl-villes-refonte-search .mwl-villes-refonte-btn {
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.mwl-villes-refonte-search__field input {
		border-radius: 14px 0 0 14px;
	}

	.mwl-villes-refonte-search select {
		border-left: 1px solid #e2e8f0;
	}

	.mwl-villes-refonte-search .mwl-villes-refonte-btn {
		min-height: calc(52px - 8px);
		margin: 4px;
		border-radius: 10px;
	}

	.mwl-villes-refonte-section-head {
		grid-template-columns: 46px minmax(0, 1fr) auto;
	}

	.mwl-villes-refonte-head-link {
		grid-column: auto;
		justify-self: end;
	}

	.mwl-villes-refonte-carousel {
		grid-auto-columns: minmax(185px, 1fr);
	}

	.mwl-villes-refonte-wilaya-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mwl-villes-refonte-directory__top {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
		align-items: center;
	}

	.mwl-villes-refonte-directory-tools {
		grid-template-columns: minmax(0, 1fr) 128px 48px;
		gap: 10px;
	}

	.mwl-villes-refonte-directory-tools button {
		padding: 0;
	}

	.mwl-villes-refonte-directory-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1040px) {
	.mwl-villes-refonte-hero__content {
		grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
		align-items: center;
		min-height: 330px;
		padding: 40px;
	}

	.mwl-villes-refonte-hero-card {
		justify-self: end;
	}

	.mwl-villes-refonte-layout {
		grid-template-columns: minmax(0, 1fr) 390px;
		align-items: start;
	}

	.mwl-villes-refonte-sidebar {
		position: sticky;
		top: 92px;
	}

	.mwl-villes-refonte-panel {
		padding: 18px;
	}

	.mwl-villes-refonte-carousel {
		grid-auto-columns: minmax(178px, 1fr);
	}

	.mwl-villes-refonte-wilaya-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}

	.mwl-villes-refonte-directory-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.mwl-villes-refonte {
		width: min(100% - 18px, 430px);
		margin-bottom: 34px;
	}

	.mwl-villes-refonte-hero__content {
		padding: 22px 14px 18px;
	}

	.mwl-villes-refonte-hero h1 {
		font-size: 2rem;
	}

	.mwl-villes-refonte-hero__copy > p:not(.mwl-villes-refonte-kicker) {
		font-size: .95rem;
	}

	.mwl-villes-refonte-wilaya-grid {
		grid-template-columns: 1fr;
	}

	.mwl-villes-refonte-section-head {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.mwl-villes-refonte-section-icon {
		width: 42px;
		height: 42px;
	}
}
