:root {
	--mwl-green: #0F8A4C;
	--mwl-green-bright: #22C55E;
	--mwl-green-dark: #064E3B;
	--mwl-green-soft: #A7F3D0;
	--mwl-text: #0F172A;
	--mwl-muted: #475569;
	--mwl-muted-2: #6B7280;
	--mwl-border: #E2E8F0;
	--mwl-border-2: #E5E7EB;
	--mwl-bg: #F8FAFC;
	--mwl-bg-soft: #F9FAFB;
	--mwl-shadow: 0 8px 24px rgba(15, 23, 42, .06);
	--mwl-shadow-strong: 0 10px 30px rgba(0, 0, 0, .25);
}

html {
	background: #FFFFFF;
	scroll-behavior: smooth;
}

body.mwl-home-template,
body.mwl-fiche-template {
	margin: 0;
	background: #FFFFFF;
	color: var(--mwl-text);
	font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

body.mwl-home-template,
body.mwl-home-template .site,
body.mwl-home-template #page,
body.mwl-home-template .site-content,
body.mwl-fiche-template,
body.mwl-fiche-template .site,
body.mwl-fiche-template #page,
body.mwl-fiche-template .site-content {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	min-height: 0 !important;
}

/* Le footer termine la page : aucun fond vert résiduel sous lui. */
body.mwl-home-template .mwl-site-footer,
body.mwl-fiche-template .mwl-site-footer {
	margin-bottom: 0;
}

body.mwl-home-template #page,
body.mwl-fiche-template #page {
	display: flex;
	flex-direction: column;
}

body.mwl-home-template .site,
body.mwl-home-template #page,
body.mwl-home-template .site-content,
body.mwl-fiche-template .site,
body.mwl-fiche-template #page,
body.mwl-fiche-template .site-content {
	background: #FFFFFF;
}

.mwl-home-template *,
.mwl-home-template *::before,
.mwl-home-template *::after,
.mwl-fiche-template *,
.mwl-fiche-template *::before,
.mwl-fiche-template *::after {
	box-sizing: border-box;
}

.mwl-home-template a,
.mwl-fiche-template a {
	color: inherit;
	text-decoration: none;
}

.mwl-home-template img,
.mwl-home-template svg,
.mwl-fiche-template img,
.mwl-fiche-template svg {
	display: block;
	max-width: 100%;
}

.mwl-container {
	width: min(1200px, calc(100% - 72px));
	margin: 0 auto;
}

.mwl-section {
	padding: 14px 0;
}

.mwl-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid var(--mwl-border);
	box-shadow: 0 4px 18px rgba(15, 23, 42, .05);
	backdrop-filter: blur(10px);
}

.admin-bar .mwl-site-header {
	top: 32px;
}

.mwl-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 72px;
	gap: 28px;
}

.mwl-logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 10px;
	font-weight: 800;
	color: #061629;
}

.mwl-logo__mark {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	background: linear-gradient(135deg, #2EA94F 0%, #248A40 100%);
	box-shadow: 0 8px 18px rgba(15, 138, 76, .2);
}

.mwl-logo__mark svg {
	width: 23px;
	height: 23px;
	stroke-width: 2.4;
}

.mwl-logo__text {
	font-size: 30px;
	line-height: 1;
	white-space: nowrap;
}

.mwl-logo__text span {
	color: #0F172A;
	font-size: .52em;
	font-weight: 800;
}

.mwl-main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	gap: 33px;
	color: #111827;
	font-size: 14px;
	font-weight: 600;
}

.mwl-main-nav a {
	transition: color .18s ease;
}

.mwl-main-nav a:hover {
	color: var(--mwl-green);
}

.mwl-header-actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 14px;
}

.mwl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	border-radius: 12px;
	padding: 12px 20px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.mwl-btn:hover {
	transform: translateY(-1px);
}

.mwl-btn--primary {
	background: var(--mwl-green);
	color: #FFFFFF;
	box-shadow: 0 8px 20px rgba(15, 138, 76, .18);
}

.mwl-btn--secondary {
	background: #FFFFFF;
	color: var(--mwl-text);
	border-color: #CBD5E1;
}

.mwl-btn--wide {
	width: 100%;
}

.mwl-btn svg {
	width: 17px;
	height: 17px;
}

.mwl-quick-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	min-height: 112px;
	padding: 17px 8px 14px;
	border: 1px solid var(--mwl-border-2);
	border-radius: 14px;
	background: #FFFFFF;
	box-shadow: 0 5px 16px rgba(15, 23, 42, .035);
	text-align: center;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mwl-quick-card:hover {
	transform: translateY(-2px);
	border-color: #CBD5E1;
	box-shadow: var(--mwl-shadow);
}

.mwl-quick-card span {
	display: grid;
	height: 42px;
	place-items: center;
}

.mwl-quick-card svg {
	width: 35px;
	height: 35px;
	stroke-width: 2.1;
}

.mwl-quick-card strong {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 32px;
	margin-top: 6px;
	color: #0B1220;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
}

.mwl-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid var(--mwl-border);
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: var(--mwl-shadow);
}

.mwl-card h2 {
	margin: 0;
	color: var(--mwl-text);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.18;
}

.mwl-card p {
	margin: 10px 0 0;
	color: #0F172A;
	font-size: 15px;
	line-height: 1.45;
}

.mwl-site-footer ul {
	padding: 0;
	margin: 18px 0 0;
	list-style: none;
}

.mwl-info-row {
	display: grid;
	grid-template-columns: 32px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-height: 54px;
	padding: 11px 0;
	border-bottom: 1px solid var(--mwl-border);
}

.mwl-info-row:last-child {
	border-bottom: 0;
}

.mwl-info-row__icon svg {
	width: 28px;
	height: 28px;
	stroke-width: 2.2;
}

.mwl-info-row__body {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.mwl-info-row strong {
	color: var(--mwl-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.mwl-info-row small,
.mwl-info-row__value {
	color: var(--mwl-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.25;
}

.mwl-info-row:last-child small {
	color: var(--mwl-green);
	font-weight: 800;
}

.mwl-info-row__value {
	text-align: right;
	white-space: nowrap;
}

.mwl-thumb {
	display: block;
	width: 52px;
	height: 44px;
	border-radius: 8px;
	background-color: var(--mwl-thumb-bg, #E2E8F0);
	background-image:
		linear-gradient(135deg, rgba(255, 255, 255, .28), rgba(255, 255, 255, 0) 42%),
		radial-gradient(circle at 74% 24%, rgba(255, 255, 255, .42) 0 13%, transparent 14%),
		linear-gradient(135deg, var(--mwl-thumb-bg, #CBD5E1), var(--mwl-thumb-bg-2, #94A3B8));
	background-position: center;
	background-size: cover;
}

.mwl-thumb--orange {
	--mwl-thumb-bg: #F97316;
	--mwl-thumb-bg-2: #FED7AA;
}

.mwl-thumb--green {
	--mwl-thumb-bg: #0F8A4C;
	--mwl-thumb-bg-2: #A7F3D0;
}

.mwl-thumb--blue {
	--mwl-thumb-bg: #2563EB;
	--mwl-thumb-bg-2: #BFDBFE;
}

.mwl-thumb--violet {
	--mwl-thumb-bg: #7C3AED;
	--mwl-thumb-bg-2: #DDD6FE;
}

.mwl-thumb--red {
	--mwl-thumb-bg: #EF4444;
	--mwl-thumb-bg-2: #FECACA;
}

.mwl-thumb--yellow {
	--mwl-thumb-bg: #F59E0B;
	--mwl-thumb-bg-2: #FEF3C7;
}

.mwl-thumb--guide {
	--mwl-thumb-bg: #064E3B;
	--mwl-thumb-bg-2: #A7F3D0;
}

.mwl-compact-row__body {
	display: grid;
	gap: 1px;
	min-width: 0;
}

.mwl-compact-row__body strong {
	overflow: hidden;
	color: var(--mwl-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.18;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mwl-compact-row__body small {
	overflow: hidden;
	color: var(--mwl-muted);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mwl-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 74px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #DCFCE7;
	color: #166534;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

.mwl-badge--orange {
	background: #FFEDD5;
	color: #C2410C;
}

.mwl-badge--blue {
	background: #DBEAFE;
	color: #1D4ED8;
}

.mwl-badge--green {
	background: #DCFCE7;
	color: #166534;
}

.mwl-badge--violet {
	background: #EDE9FE;
	color: #6D28D9;
}

.mwl-badge--red {
	background: #FEE2E2;
	color: #B91C1C;
}

.mwl-badge--yellow {
	background: #FEF3C7;
	color: #A16207;
}

.mwl-site-footer {
	margin-bottom: 0;
	padding: 34px 0 18px;
	background:
		radial-gradient(circle at 20% 10%, rgba(15, 138, 76, .22), transparent 28%),
		linear-gradient(135deg, #052E2B 0%, #064E3B 100%);
	color: #FFFFFF;
}

.mwl-site-footer__grid {
	display: grid;
	grid-template-columns: 1.3fr .9fr .9fr 1.25fr;
	gap: 56px;
}

.mwl-logo--footer {
	color: #FFFFFF;
}

.mwl-logo--footer .mwl-logo__text {
	color: #FFFFFF;
}

.mwl-logo--footer .mwl-logo__text span {
	color: #FFFFFF;
}

.mwl-site-footer p {
	max-width: 260px;
	margin: 14px 0 0;
	color: #D1D5DB;
	font-size: 14px;
	line-height: 1.5;
}

.mwl-site-footer h2 {
	margin: 0 0 14px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
}

.mwl-site-footer li {
	margin-bottom: 8px;
}

.mwl-site-footer a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
}

.mwl-socials {
	display: flex;
	gap: 12px;
	margin-top: 22px;
}

.mwl-socials a {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #FFFFFF;
}

.mwl-socials svg {
	width: 18px;
	height: 18px;
}

.mwl-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0;
	margin-top: 18px;
}

.mwl-newsletter input {
	min-height: 44px;
	min-width: 0;
	padding: 0 17px;
	border: 0;
	border-radius: 8px 0 0 8px;
	background: #FFFFFF;
	color: var(--mwl-text);
	font-family: inherit;
	font-size: 13px;
	outline: 0;
}

.mwl-newsletter button {
	min-height: 44px;
	padding: 0 20px;
	border: 0;
	border-radius: 0 8px 8px 0;
	background: var(--mwl-green);
	color: #FFFFFF;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
}

.mwl-site-footer__bottom {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, .25);
	text-align: center;
}

.mwl-site-footer__bottom p {
	max-width: none;
	margin: 0;
	color: #E5E7EB;
	font-size: 13px;
}

.mwl-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	padding: 20px 0 16px;
	color: var(--mwl-muted-2);
	font-size: 13px;
	font-weight: 600;
}

.mwl-breadcrumb a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--mwl-muted-2);
}

.mwl-breadcrumb a:hover {
	color: var(--mwl-green);
}

.mwl-breadcrumb svg {
	width: 15px;
	height: 15px;
}

.mwl-breadcrumb__current {
	color: var(--mwl-text);
}

.mwl-card-establishment {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	min-height: 100%;
	border: 1px solid var(--mwl-border);
	border-radius: 12px;
	background: #FFFFFF;
	box-shadow: 0 5px 18px rgba(15, 23, 42, .045);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.mwl-card-establishment:hover {
	transform: translateY(-2px);
	border-color: #CBD5E1;
	box-shadow: var(--mwl-shadow);
}

.mwl-card-establishment__media {
	display: block;
	aspect-ratio: 1.85 / 1;
	background: var(--mwl-bg) url("../img/nedroma-panorama.svg") center / cover no-repeat;
}

.mwl-card-establishment__body {
	display: grid;
	gap: 7px;
	padding: 13px 14px 15px;
}

.mwl-card-establishment h3 {
	margin: 0;
	color: var(--mwl-text);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
}

.mwl-card-establishment p {
	margin: 0;
	color: var(--mwl-muted);
	font-size: 13px;
	line-height: 1.3;
}

.mwl-card-establishment__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	color: var(--mwl-muted);
	font-size: 12px;
	font-weight: 600;
}

.mwl-card-establishment__meta svg {
	width: 14px;
	height: 14px;
}

.mwl-rating {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--mwl-muted);
	font-size: 13px;
	font-weight: 700;
}

.mwl-rating__stars {
	color: #F5A623;
	letter-spacing: 0;
}

.mwl-cta-banner {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 18px 22px;
	border: 1px solid #D1FAE5;
	border-radius: 12px;
	background: linear-gradient(135deg, #F0FDF4 0%, #FFFFFF 100%);
	box-shadow: 0 5px 18px rgba(15, 23, 42, .04);
}

.mwl-cta-banner__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: var(--mwl-green);
	color: #FFFFFF;
}

.mwl-cta-banner__icon svg {
	width: 27px;
	height: 27px;
}

.mwl-cta-banner h2 {
	margin: 0 0 4px;
	color: var(--mwl-text);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.mwl-cta-banner p {
	margin: 0;
	color: var(--mwl-muted);
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 1180px) {
	.mwl-container {
		width: min(100% - 48px, 1100px);
	}

	.mwl-main-nav {
		gap: 18px;
		font-size: 13px;
	}

	.mwl-logo__text {
		font-size: 26px;
	}
}

@media (max-width: 960px) {
	.mwl-site-header__inner {
		flex-wrap: wrap;
		gap: 14px 18px;
		padding: 12px 0;
	}

	.mwl-main-nav {
		order: 3;
		flex-basis: 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.mwl-site-footer__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 720px) {
	.admin-bar .mwl-site-header {
		top: 0;
	}

	.mwl-container {
		width: calc(100% - 32px);
	}

	.mwl-site-header {
		position: relative;
	}

	.mwl-site-header__inner {
		min-height: auto;
	}

	.mwl-header-actions {
		width: 100%;
	}

	.mwl-header-actions .mwl-btn {
		flex: 1 1 0;
		padding: 11px 12px;
		font-size: 13px;
	}

	.mwl-main-nav {
		gap: 18px;
	}

	.mwl-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.mwl-newsletter {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.mwl-newsletter input,
	.mwl-newsletter button {
		border-radius: 8px;
	}

	.mwl-cta-banner {
		grid-template-columns: 44px 1fr;
		align-items: start;
		padding: 16px;
	}

	.mwl-cta-banner .mwl-btn {
		grid-column: 1 / -1;
		width: 100%;
	}

	.mwl-cta-banner__icon {
		width: 44px;
		height: 44px;
	}
}

@media (max-width: 430px) {
	.mwl-logo__text {
		font-size: 24px;
	}

	.mwl-header-actions {
		flex-direction: column;
		align-items: stretch;
	}
}

/* Surcharge GeneratePress qui peut imposer une couleur de lien aux boutons. */
.mwl-btn--primary,
.mwl-btn--primary:link,
.mwl-btn--primary:visited,
.mwl-btn--primary:hover,
.mwl-btn--primary:focus,
.mwl-btn--primary:active,
a.mwl-btn--primary,
.mwl-header-actions .mwl-btn--primary,
.mwl-newsletter button,
.mwl-newsletter button:hover,
.mwl-btn--primary svg {
	color: #FFFFFF !important;
	fill: currentColor;
}

.mwl-btn--primary *,
.mwl-newsletter button * {
	color: #FFFFFF !important;
}
