/*
 * Thème Dozulé — feuille de style unique.
 * Palette Pays d'Auge, contrastes conformes RGAA/WCAG AA (≥ 4,5:1) :
 *   --encre sur --creme : 13,2:1 | blanc sur --vert-fonce : 6,1:1
 *   --encre sur --miel  :  6,3:1 | --vert-fonce sur --creme : 5,7:1
 */

:root {
	--vert: #4a7c59;
	--vert-fonce: #3e6b4f;
	--vert-nuit: #2c4a37;
	--miel: #d9a441;
	--miel-pale: #f5e8cd;
	--creme: #faf6ef;
	--blanc: #ffffff;
	--encre: #2e2a25;
	--encre-douce: #5d564c;
	--colombage: #6f5640;
	--ligne: #e4dccd;
	--serif: "Lora", Georgia, serif;
	--sans: "Source Sans 3", "Segoe UI", sans-serif;
	--motif-alveoles: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='97' viewBox='0 0 56 97'%3E%3Cg fill='none' stroke='%23d9a441' stroke-opacity='0.13' stroke-width='1.5'%3E%3Cpath d='M28 1.5 54 16v32L28 62.5 2 48V16z'/%3E%3Cpath d='M28 65.5 54 80v32L28 126.5 2 112V80z'/%3E%3Cpath d='M0 33.5 26 48v32L0 94.5-26 80V48z'/%3E%3Cpath d='M56 33.5 82 48v32L56 94.5 30 80V48z'/%3E%3C/g%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	font-family: var(--sans);
	font-size: 1.125rem; /* 18 px — lisibilité public senior */
	line-height: 1.6;
	color: var(--encre);
	background: var(--creme);
}

h1, h2, h3, h4 { font-family: var(--serif); line-height: 1.25; }

a { color: var(--vert-fonce); }

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

:focus-visible {
	outline: 3px solid var(--miel);
	outline-offset: 2px;
	border-radius: 2px;
}

/* Accessibilité : texte réservé aux lecteurs d'écran */
.lecteur-ecran,
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	background: var(--encre);
	color: var(--blanc);
	padding: 0.75rem 1.25rem;
	z-index: 100;
	font-weight: 600;
}
.skip-link:focus { left: 0; }

.conteneur { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

/* ===================== Pré-header ===================== */
.pre-header { background: var(--vert-nuit); color: var(--blanc); font-size: 0.95rem; }
.pre-header .conteneur {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	flex-wrap: wrap;
}
.pre-header a { color: var(--blanc); text-decoration: none; }
.pre-header a:hover { text-decoration: underline; }
.pre-header ul { display: flex; gap: 1.5rem; list-style: none; }

/* ===================== Header ===================== */
.site-header { background: var(--blanc); border-bottom: 4px solid var(--miel); }
.header-haut { display: flex; align-items: center; gap: 1.25rem; padding: 1.1rem 0; }
.blason, .custom-logo-link { flex-shrink: 0; display: flex; }
.custom-logo { max-height: 70px; width: auto; }
.identite .nom-ville {
	font-family: var(--serif);
	font-size: 1.7rem;
	font-weight: 700;
	color: var(--vert-nuit);
	text-decoration: none;
	display: block;
	line-height: 1.15;
}
.identite .devise { font-size: 0.95rem; color: var(--encre-douce); }

.recherche-entete { margin-left: auto; max-width: 320px; width: 100%; }
.recherche { display: flex; width: 100%; }
.recherche input {
	flex: 1;
	font: inherit;
	font-size: 1rem;
	padding: 0.55rem 0.9rem;
	border: 2px solid var(--colombage);
	border-right: none;
	border-radius: 6px 0 0 6px;
	background: var(--creme);
	color: var(--encre);
	min-width: 0;
}
.recherche button {
	font: inherit;
	background: var(--vert-fonce);
	color: var(--blanc);
	border: 2px solid var(--vert-fonce);
	border-radius: 0 6px 6px 0;
	padding: 0 1rem;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.recherche button:hover { background: var(--vert-nuit); border-color: var(--vert-nuit); }

/* Burger (mobile uniquement) */
.bouton-burger {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	width: 52px;
	height: 52px;
	border: 2px solid var(--vert-fonce);
	border-radius: 8px;
	background: var(--vert-fonce);
	color: var(--blanc);
	cursor: pointer;
	font-family: var(--sans);
	font-size: 0.6rem;
	font-weight: 700;
	text-transform: uppercase;
}

/* Navigation principale */
.nav-principale { background: var(--vert-fonce); }
.nav-principale ul { list-style: none; display: flex; flex-wrap: wrap; }
.nav-principale a {
	display: block;
	color: var(--blanc);
	text-decoration: none;
	font-weight: 600;
	font-size: 1.05rem;
	padding: 0.85rem 1.4rem;
	border-bottom: 4px solid transparent;
}
.nav-principale a:hover,
.nav-principale .current-menu-item > a,
.nav-principale .current-menu-ancestor > a {
	background: var(--vert-nuit);
	border-bottom-color: var(--miel);
}
/* Sous-menus simples */
.nav-principale li { position: relative; }
.nav-principale .sub-menu {
	display: none;
	position: absolute;
	z-index: 30;
	min-width: 240px;
	background: var(--vert-fonce);
	box-shadow: 0 8px 22px rgba(46, 42, 37, 0.25);
}
.nav-principale li:hover > .sub-menu,
.nav-principale li:focus-within > .sub-menu { display: block; }
.nav-principale .sub-menu a { border-bottom: none; font-size: 1rem; }

/* ===================== Hero ===================== */
.hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #dde9da 0%, #cfe0c8 30%, #a8c89a 55%, #7da876 75%, #5d9165 100%);
}
.hero .collines { position: absolute; inset: 0; pointer-events: none; }
.hero .collines svg { position: absolute; bottom: 0; width: 100%; height: 240px; display: block; }
.hero-contenu { position: relative; padding: 5.5rem 0 6.5rem; }
.hero-panneau {
	background: rgba(44, 74, 55, 0.92);
	color: var(--blanc);
	max-width: 640px;
	padding: 2.5rem 2.75rem;
	border-radius: 12px;
	border-left: 6px solid var(--miel);
}
.hero-panneau h1 { font-size: 2.75rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--blanc); }
.hero-panneau p { font-size: 1.2rem; margin-bottom: 1.75rem; color: #f2eee4; }
.acces-rapide-hero { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* Boutons (mutualisés avec les blocs Gutenberg plus bas) */
.bouton {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font: inherit;
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
	padding: 0.8rem 1.4rem;
	border-radius: 8px;
	border: 2px solid transparent;
	cursor: pointer;
}
.bouton-miel { background: var(--miel); color: var(--encre); }
.bouton-miel:hover { background: #c79335; }
.bouton-blanc { background: var(--blanc); color: var(--vert-nuit); }
.bouton-blanc:hover { background: var(--creme); }
.bouton-contour { background: transparent; color: var(--blanc); border-color: var(--blanc); }
.bouton-contour:hover { background: rgba(255, 255, 255, 0.12); }
.bouton-vert { background: var(--vert-fonce); color: var(--blanc); }
.bouton-vert:hover { background: var(--vert-nuit); }

/* ===================== Sections ===================== */
.section { padding: 3.5rem 0; }
.section-tete {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}
.section-titre {
	font-size: 2rem;
	color: var(--vert-nuit);
	padding-left: 2.4rem;
	position: relative;
}
/* Alvéole décorative devant les titres de section */
.section-titre::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 24px;
	height: 26px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' viewBox='0 0 26 28'%3E%3Cpath d='M13 1.5 24.5 8v12L13 26.5 1.5 20V8z' fill='none' stroke='%23d9a441' stroke-width='2.5'/%3E%3C/svg%3E") no-repeat center / contain;
}
.lien-tous { font-weight: 700; text-decoration-thickness: 2px; text-underline-offset: 3px; }

.fond-alveoles { background-color: var(--blanc); background-image: var(--motif-alveoles); }

/* ===================== Cartes actualités ===================== */
.grille-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.carte-actu {
	background: var(--blanc);
	border: 1px solid var(--ligne);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-shadow: 0 2px 10px rgba(46, 42, 37, 0.06);
}
.carte-actu .visuel { display: block; height: 150px; width: 100%; object-fit: cover; }
.visuel-vert { background: linear-gradient(135deg, #cfe0c8 0%, #8fb585 55%, #4a7c59 100%); }
.visuel-miel { background: linear-gradient(135deg, #f5e8cd 0%, #e6c374 55%, #d9a441 100%); }
.visuel-brun { background: linear-gradient(135deg, #b5a98f 0%, #8f8268 60%, #6f5640 100%); }
.carte-actu .corps { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.carte-actu time {
	font-size: 0.95rem;
	font-weight: 700;
	color: #8a5d10;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.carte-actu h3 { font-size: 1.3rem; }
.carte-actu h3 a { color: var(--encre); text-decoration: none; }
.carte-actu h3 a:hover { color: var(--vert-fonce); text-decoration: underline; }
.carte-actu .corps p { color: var(--encre-douce); font-size: 1.02rem; }

/* ===================== Agenda ===================== */
.liste-agenda { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; list-style: none; }
.liste-agenda-archive { grid-template-columns: 1fr 1fr; }
.evenement {
	background: var(--blanc);
	border: 1px solid var(--ligne);
	border-radius: 10px;
	padding: 1.5rem;
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
	box-shadow: 0 2px 10px rgba(46, 42, 37, 0.06);
}
.date-bloc {
	flex-shrink: 0;
	background: var(--vert-fonce);
	color: var(--blanc);
	border-radius: 8px;
	text-align: center;
	padding: 0.6rem 0.9rem;
	min-width: 72px;
}
.date-bloc .jour { display: block; font-family: var(--serif); font-size: 1.7rem; font-weight: 700; line-height: 1.1; }
.date-bloc .mois { display: block; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.06em; }
.evenement h3 { font-size: 1.2rem; margin-bottom: 0.35rem; }
.evenement h3 a { color: var(--encre); text-decoration: none; }
.evenement h3 a:hover { color: var(--vert-fonce); text-decoration: underline; }
.evenement .infos { color: var(--encre-douce); font-size: 0.98rem; }

/* ===================== Accès rapides (composition) ===================== */
.grille-acces {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}
.acces {
	background: var(--blanc);
	border: 1px solid var(--ligne);
	border-radius: 10px;
	padding: 1.6rem 1.2rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	box-shadow: 0 2px 10px rgba(46, 42, 37, 0.06);
	transition: transform 0.15s ease, border-color 0.15s ease;
}
.acces:hover { transform: translateY(-3px); border-color: var(--miel); }
.acces .picto {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--miel-pale);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.acces .picto img { width: 32px; height: 32px; }
.acces p { margin: 0; }
.acces p a {
	color: var(--encre);
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
}
.acces p a::after { content: ""; position: absolute; inset: 0; } /* carte entière cliquable */
.acces { position: relative; }
.acces p a:hover { color: var(--vert-fonce); }

/* ===================== Bandeau Découvrir (composition) ===================== */
.decouvrir {
	background: var(--vert-nuit);
	color: var(--blanc);
	padding: 3.5rem 2rem;
}
.decouvrir .decouvrir-interieur {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 3rem;
}
.decouvrir .picto-rond {
	flex-shrink: 0;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: rgba(217, 164, 65, 0.18);
	border: 2px solid var(--miel);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.decouvrir .picto-rond img { width: 72px; height: 72px; }
/* Spécificité renforcée : .entry-content h2 ne doit pas écraser le blanc sur fond sombre */
.decouvrir h2,
.entry-content .decouvrir h2 { font-size: 2rem; margin-top: 0; margin-bottom: 0.75rem; color: var(--blanc); }
.decouvrir p,
.entry-content .decouvrir p { color: #ece7da; max-width: 62ch; margin-bottom: 1.5rem; }

/* ===================== Pages intérieures ===================== */
.entete-page {
	background: var(--blanc);
	border-bottom: 1px solid var(--ligne);
	background-image: var(--motif-alveoles);
	padding: 1.25rem 0 2rem;
}
.fil-ariane { font-size: 0.98rem; margin-bottom: 1.1rem; }
.fil-ariane ol { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.fil-ariane li + li::before { content: "›"; margin-right: 0.5rem; color: var(--encre-douce); }
.fil-ariane [aria-current="page"] { color: var(--encre-douce); }
.entete-page h1 { font-size: 2.4rem; color: var(--vert-nuit); margin-bottom: 0.5rem; }
.entete-page .chapo { max-width: 70ch; color: var(--encre-douce); font-size: 1.15rem; }
.entete-page .meta-article { color: var(--encre-douce); }

.page-corps { padding: 2.75rem 0 3.5rem; }
.visuel-article { margin-bottom: 2rem; }
.visuel-article img { border-radius: 10px; }

.navigation-articles {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--ligne);
}

/* Pagination */
.pagination { margin-top: 2.5rem; }
.pagination .nav-links { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.pagination .page-numbers {
	display: inline-block;
	padding: 0.5rem 0.95rem;
	background: var(--blanc);
	border: 1px solid var(--ligne);
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
}
.pagination .page-numbers.current { background: var(--vert-fonce); color: var(--blanc); border-color: var(--vert-fonce); }

/* ===================== Contenu Gutenberg ===================== */
.entry-content > * { margin-bottom: 1.2rem; }
.entry-content > .alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.entry-content > .alignfull { width: 100vw; max-width: 100vw; margin-left: calc(50% - 50vw); }
.entry-content h2 { font-size: 1.7rem; color: var(--vert-nuit); margin-top: 2rem; }
.entry-content h3 { font-size: 1.35rem; color: var(--vert-nuit); margin-top: 1.5rem; }
.entry-content ul:not(.grille-acces),
.entry-content ol { padding-left: 1.4rem; }
.entry-content figure img { border-radius: 8px; }

/* Boutons des blocs natifs alignés sur la charte */
.wp-block-button__link {
	font: inherit;
	font-weight: 700;
	border-radius: 8px;
	padding: 0.8rem 1.4rem;
	background: var(--vert-fonce);
	color: var(--blanc);
	text-decoration: none;
}
.wp-block-button__link:hover { background: var(--vert-nuit); }
.is-style-outline .wp-block-button__link {
	background: transparent;
	border: 2px solid currentColor;
}

/* Encart « information pratique » (composition) */
.info-pratique {
	background: var(--miel-pale);
	border-left: 4px solid var(--miel);
	border-radius: 0 8px 8px 0;
	padding: 0.9rem 1.2rem;
	font-size: 1.02rem;
}

/* Bloc démarche (composition) */
.bloc-demarche {
	background: var(--blanc);
	border: 1px solid var(--ligne);
	border-radius: 10px;
	padding: 2rem 2.25rem;
	box-shadow: 0 2px 10px rgba(46, 42, 37, 0.06);
}
.bloc-demarche h2,
.bloc-demarche h3 { color: var(--vert-nuit); }
.bloc-demarche ul { list-style: none; padding-left: 0; display: grid; gap: 0.65rem; }
.bloc-demarche ul li { display: flex; gap: 0.7rem; align-items: baseline; }
.bloc-demarche ul li::before {
	content: "";
	width: 9px;
	height: 9px;
	flex-shrink: 0;
	background: var(--miel);
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

/* ===================== Footer ===================== */
.site-footer { background: var(--encre); color: var(--creme); }
.footer-haut {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 2.5rem;
	padding: 3rem 0 2rem;
}
.site-footer h2,
.site-footer .widget-title {
	font-size: 1.25rem;
	color: var(--blanc);
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--miel);
	display: inline-block;
	font-family: var(--serif);
}
.site-footer address { font-style: normal; line-height: 1.7; }
.site-footer a { color: var(--creme); }
.site-footer ul { list-style: none; display: grid; gap: 0.55rem; }
.site-footer .muet { color: #c9c0b4; }
.footer-partenaires {
	border-top: 1px solid #4a443c;
	padding: 1.5rem 2rem;
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
}
.logo-partenaire {
	background: #4a443c;
	color: var(--creme);
	border: 1px dashed #8a8275;
	border-radius: 6px;
	padding: 0.6rem 1.1rem;
	font-size: 0.9rem;
	font-weight: 600;
}
.footer-bas {
	border-top: 1px solid #4a443c;
	padding: 1rem 0 1.4rem;
	font-size: 0.92rem;
	color: #c9c0b4;
}

/* ===================== Chatbot ===================== */
.chatbot { position: fixed; right: 24px; bottom: 24px; z-index: 50; font-size: 1rem; }

.chatbot-bulle {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: var(--vert-fonce);
	color: var(--blanc);
	border: 3px solid var(--miel);
	box-shadow: 0 8px 24px rgba(46, 42, 37, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.chatbot-bulle .pastille {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--miel);
	border: 2px solid var(--blanc);
}

.chatbot-fenetre {
	display: none;
	width: 370px;
	max-width: calc(100vw - 32px);
	background: var(--blanc);
	border-radius: 14px;
	border: 1px solid var(--ligne);
	box-shadow: 0 12px 40px rgba(46, 42, 37, 0.25);
	overflow: hidden;
	flex-direction: column;
}
.chatbot.est-ouvert .chatbot-fenetre { display: flex; }
.chatbot.est-ouvert .chatbot-bulle { display: none; }

.chatbot-entete {
	background: var(--vert-fonce);
	color: var(--blanc);
	padding: 0.9rem 1.1rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.chatbot-entete .avatar {
	width: 38px;
	height: 38px;
	flex-shrink: 0;
	border-radius: 50%;
	background: var(--miel);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--encre);
}
.chatbot-entete .titre { font-weight: 700; line-height: 1.2; }
.chatbot-entete .etat { font-size: 0.82rem; color: #d7e4d9; }
.chatbot-fermer {
	margin-left: auto;
	background: transparent;
	border: none;
	color: var(--blanc);
	font-size: 1.4rem;
	line-height: 1;
	cursor: pointer;
	padding: 0.3rem 0.45rem;
	border-radius: 6px;
}
.chatbot-fermer:hover { background: rgba(255, 255, 255, 0.15); }
.chatbot-messages {
	padding: 1.1rem;
	display: grid;
	gap: 0.8rem;
	background: var(--creme);
	min-height: 120px;
	max-height: 320px;
	overflow-y: auto;
}
.message { max-width: 85%; padding: 0.7rem 0.95rem; border-radius: 12px; line-height: 1.45; }
.message-usager {
	justify-self: end;
	background: var(--vert-fonce);
	color: var(--blanc);
	border-bottom-right-radius: 3px;
}
.message-bot {
	justify-self: start;
	background: var(--blanc);
	border: 1px solid var(--ligne);
	border-bottom-left-radius: 3px;
}
.chatbot-mention {
	font-size: 0.82rem;
	color: var(--encre-douce);
	padding: 0.6rem 1.1rem;
	background: var(--miel-pale);
	border-top: 1px solid var(--ligne);
}
.chatbot-saisie {
	display: flex;
	gap: 0.6rem;
	padding: 0.8rem 1.1rem;
	background: var(--blanc);
	border-top: 1px solid var(--ligne);
	align-items: center;
}
.chatbot-saisie input {
	flex: 1;
	font: inherit;
	font-size: 0.98rem;
	padding: 0.55rem 0.8rem;
	border: 2px solid var(--ligne);
	border-radius: 8px;
	background: var(--creme);
	color: var(--encre);
	min-width: 0;
}
.chatbot-envoyer {
	background: var(--miel);
	color: var(--encre);
	border: none;
	border-radius: 8px;
	padding: 0.55rem 0.9rem;
	font-weight: 700;
	font-size: 0.98rem;
	cursor: pointer;
}
.chatbot-envoyer:hover { background: #c79335; }
.chatbot-desactiver {
	background: var(--blanc);
	border: none;
	font: inherit;
	font-size: 0.85rem;
	color: var(--encre-douce);
	text-decoration: underline;
	cursor: pointer;
	padding: 0.5rem 1.1rem 0.8rem;
	text-align: left;
}
.chatbot-desactiver:hover { color: var(--encre); }

/* ===================== Responsive ===================== */
@media (max-width: 980px) {
	.grille-3, .liste-agenda { grid-template-columns: 1fr 1fr; }
	.grille-acces { grid-template-columns: repeat(2, 1fr); }
	.liste-agenda-archive { grid-template-columns: 1fr; }
	.footer-haut { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
	body { font-size: 1.06rem; }
	.conteneur { padding: 0 1.1rem; }

	.pre-header { display: none; }
	.header-haut { gap: 0.8rem; padding: 0.7rem 0; }
	.identite .nom-ville { font-size: 1.25rem; }
	.identite .devise { font-size: 0.78rem; }
	.recherche-entete { display: none; }
	.bouton-burger { display: flex; margin-left: auto; }

	/* Menu replié, ouvert par le burger (aria-expanded) */
	.nav-principale { display: none; }
	.nav-principale.est-ouvert { display: block; }
	.nav-principale ul { flex-direction: column; }
	.nav-principale .sub-menu { position: static; box-shadow: none; display: block; padding-left: 1rem; }

	.hero-contenu { padding: 1.6rem 0 3.4rem; }
	.hero .collines svg { height: 110px; }
	.hero-panneau { padding: 1.4rem 1.3rem; }
	.hero-panneau h1 { font-size: 1.55rem; }
	.hero-panneau p { font-size: 0.98rem; }
	.acces-rapide-hero { display: grid; gap: 0.6rem; }
	.acces-rapide-hero .bouton { justify-content: center; }

	.section { padding: 1.9rem 0; }
	.section-titre { font-size: 1.4rem; }
	.grille-3, .liste-agenda { grid-template-columns: 1fr; gap: 0.9rem; }
	.entete-page h1 { font-size: 1.7rem; }

	.decouvrir { padding: 2rem 1.1rem; }
	.decouvrir .decouvrir-interieur { flex-direction: column; align-items: flex-start; gap: 1.5rem; }

	.footer-haut { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.9rem 0 1.2rem; }

	.chatbot { right: 16px; bottom: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.acces { transition: none; }
}
