/* AccesID — Expérience personnalisée (WOW). Design éditorial accessible. */

.acx {
	--acx-paper: #F7F4EE;
	--acx-card: #FFFFFF;
	--acx-ink: #16130F;
	--acx-muted: #6B655B;
	--acx-line: #E7E1D6;
	--acx-green: #0E7C66;
	--acx-green-d: #0A5F4E;
	--acx-gold: #C9A227;
	--acx-blue: #1F6FEB;
	--acx-display: "Fraunces", Georgia, serif;
	--acx-body: "Atkinson Hyperlegible", system-ui, -apple-system, sans-serif;
	font-family: var(--acx-body);
	color: var(--acx-ink);
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}
.acx *, .acx *::before, .acx *::after { box-sizing: border-box; }
.acx a { color: var(--acx-green-d); text-underline-offset: 2px; }

.acx-eyebrow { color: var(--acx-gold); font-weight: 700; text-transform: uppercase; letter-spacing: .14em; font-size: 12.5px; margin: 0 0 8px; }
.acx-display { font-family: var(--acx-display); font-weight: 900; font-size: clamp(26px, 4vw, 40px); line-height: 1.08; letter-spacing: -.01em; margin: 0 0 12px; }
.acx-lead { color: var(--acx-muted); font-size: 16.5px; max-width: 62ch; margin: 0; }

/* ───────── Profil : sélecteur de besoins ───────── */
.acx-profil { background: var(--acx-paper); border: 1px solid var(--acx-line); border-radius: 22px; padding: clamp(22px, 4vw, 40px); }
.acx-profil__head { margin-bottom: 22px; }
.acx-needs { display: grid; grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); gap: 14px; }
.acx-need {
	position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
	background: var(--acx-card); border: 2px solid var(--acx-line); border-radius: 16px;
	padding: 18px 18px 16px; cursor: pointer; text-align: left; font-family: inherit; color: inherit;
	transition: border-color .15s ease, transform .12s ease, box-shadow .15s ease;
}
.acx-need:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(22,19,15,.08); }
.acx-need__icon { font-size: 30px; line-height: 1; }
.acx-need__label { font-weight: 700; font-size: 15.5px; }
.acx-need__check {
	position: absolute; top: 14px; right: 14px; width: 24px; height: 24px; border-radius: 50%;
	border: 2px solid var(--acx-line); background: transparent; transition: background .15s ease, border-color .15s ease;
}
.acx-need.is-on { border-color: var(--acx-green); background: #F1F8F5; }
.acx-need.is-on .acx-need__check { background: var(--acx-green); border-color: var(--acx-green); }
.acx-need.is-on .acx-need__check::after { content: "✓"; position: absolute; inset: 0; color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.acx-need:focus-visible { outline: 3px solid var(--acx-blue); outline-offset: 3px; }

.acx-profil__actions { display: flex; align-items: center; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.acx-profil__saved { color: var(--acx-green-d); font-weight: 700; }

/* ───────── Boutons ───────── */
.acx-btn { display: inline-flex; align-items: center; gap: 8px; font-family: inherit; font-weight: 700; font-size: 15px; border-radius: 12px; padding: 13px 22px; cursor: pointer; border: 2px solid transparent; text-decoration: none; transition: background .15s ease, transform .12s ease; }
.acx-btn--sm { padding: 9px 16px; font-size: 14px; }
.acx-btn--primary { background: var(--acx-green); color: #fff; }
.acx-btn--primary:hover { background: var(--acx-green-d); color: #fff; transform: translateY(-1px); }
.acx-btn--ghost { background: transparent; color: var(--acx-ink); border-color: var(--acx-line); }
.acx-btn--ghost:hover { border-color: var(--acx-ink); }
.acx-btn:focus-visible { outline: 3px solid var(--acx-blue); outline-offset: 3px; }

/* ───────── Bannière ───────── */
.acx-banner { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; background: var(--acx-ink); color: var(--acx-paper); border-radius: 14px; padding: 12px 16px; margin-bottom: 18px; }
.acx-banner__ic { font-size: 18px; }
.acx-banner__lead, .acx-banner__txt { font-weight: 700; font-size: 14.5px; }
.acx-banner__chip { background: rgba(247,244,238,.14); border-radius: 999px; padding: 5px 12px; font-size: 13.5px; font-weight: 700; }
.acx-banner__edit { margin-left: auto; color: var(--acx-gold); font-weight: 700; }
.acx-banner .acx-btn { margin-left: auto; }

/* ───────── Badge d'adéquation ───────── */
.acx-fit { display: inline-flex; align-items: center; gap: 6px; border-radius: 999px; padding: 5px 12px; font-size: 13.5px; font-weight: 700; }
.acx-fit__ic { font-size: 13px; }
.acx-fit__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--acx-muted); }
.acx-fit--exc { background: #DCF1E9; color: #0A5F4E; }
.acx-fit--good { background: #E3EDFD; color: #1551B5; }
.acx-fit--part { background: #FBF1D6; color: #8A6D12; }
.acx-fit--unk { background: #ECEAE4; color: #6B655B; }

/* ───────── Filtres ───────── */
.acx-filters { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 14px; }
.acx-filters__search { flex: 1 1 240px; }
.acx-filters input[type="search"], .acx-filters select { font-family: inherit; font-size: 15px; border: 2px solid var(--acx-line); border-radius: 11px; padding: 11px 13px; background: var(--acx-card); color: var(--acx-ink); width: 100%; }
.acx-filters select { width: auto; cursor: pointer; }
.acx-filters input[type="search"]:focus, .acx-filters select:focus { outline: none; border-color: var(--acx-green); box-shadow: 0 0 0 3px rgba(14,124,102,.16); }
.acx-toggle { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: var(--acx-ink); cursor: pointer; }
.acx-toggle input { width: 18px; height: 18px; accent-color: var(--acx-green); }
.acx-count { color: var(--acx-muted); font-weight: 700; font-size: 14px; margin: 0 0 14px; }

/* ───────── Grille de lieux ───────── */
.acx-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.acx-card { background: var(--acx-card); border: 1px solid var(--acx-line); border-radius: 16px; padding: 18px; display: flex; flex-direction: column; gap: 9px; }
.acx-card__top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.acx-card__fit { display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; padding: 4px 10px; font-size: 12.5px; font-weight: 700; }
.acx-card__fit.acx-fit--exc { background: #DCF1E9; color: #0A5F4E; }
.acx-card__fit.acx-fit--good { background: #E3EDFD; color: #1551B5; }
.acx-card__fit.acx-fit--part { background: #FBF1D6; color: #8A6D12; }
.acx-card__name { font-family: var(--acx-display); font-weight: 600; font-size: 19px; line-height: 1.2; margin: 0; }
.acx-card__name a { color: var(--acx-ink); text-decoration: none; }
.acx-card__name a:hover { color: var(--acx-green-d); text-decoration: underline; }
.acx-card__meta { color: var(--acx-muted); font-size: 13.5px; margin: 0; }
.acx-card__chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 2px; }
.acx-chip { display: inline-flex; align-items: center; gap: 4px; background: var(--acx-paper); border: 1px solid var(--acx-line); border-radius: 8px; padding: 3px 9px; font-size: 12px; font-weight: 700; color: var(--acx-ink); }
.acx-chip--muted { color: var(--acx-muted); font-weight: 400; font-style: italic; }
.acx-tag { font-size: 11.5px; font-weight: 700; border-radius: 999px; padding: 3px 10px; }
.acx-tag--ver { background: #DCF1E9; color: #0A5F4E; }
.acx-tag--com { background: #ECEAE4; color: #6B655B; }

.acx-loading, .acx-empty { padding: 28px; text-align: center; color: var(--acx-muted); font-weight: 700; }
.acx-more { text-align: center; margin-top: 18px; }

/* ───────── Révélation échelonnée ───────── */
@media (prefers-reduced-motion: no-preference) {
	.acx-card { animation: acx-rise .42s cubic-bezier(.2,.7,.2,1) both; }
	.acx-card:nth-child(1){animation-delay:.02s}.acx-card:nth-child(2){animation-delay:.05s}.acx-card:nth-child(3){animation-delay:.08s}
	.acx-card:nth-child(4){animation-delay:.11s}.acx-card:nth-child(5){animation-delay:.14s}.acx-card:nth-child(6){animation-delay:.17s}
	.acx-card:nth-child(7){animation-delay:.2s}.acx-card:nth-child(8){animation-delay:.23s}
	.acx-need { animation: acx-rise .4s ease both; }
	@keyframes acx-rise { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 640px) {
	.acx-filters select, .acx-filters__search { flex: 1 1 100%; width: 100%; }
	.acx-banner__edit, .acx-banner .acx-btn { margin-left: 0; }
}

/* ───────── Module 2 : Générateur de widget ───────── */
.acx-gen__head { margin-bottom: 18px; }
.acx-gen__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.acx-gen__lbl { display: block; font-weight: 700; font-size: 13px; margin: 14px 0 6px; }
.acx-gen__controls .acx-gen__lbl:first-child { margin-top: 0; }
.acx-gen__search { width: 100%; font-family: inherit; font-size: 15px; border: 2px solid var(--acx-line); border-radius: 11px; padding: 11px 13px; }
.acx-gen__search:focus { outline: none; border-color: var(--acx-green); box-shadow: 0 0 0 3px rgba(14,124,102,.15); }
.acx-gen__list { display: flex; flex-direction: column; gap: 4px; margin-top: 6px; max-height: 230px; overflow-y: auto; }
.acx-gen__item { text-align: left; background: #fff; border: 1px solid var(--acx-line); border-radius: 10px; padding: 9px 12px; cursor: pointer; font-family: inherit; display: flex; flex-direction: column; }
.acx-gen__item:hover { border-color: var(--acx-green); }
.acx-gen__item strong { font-size: 14px; }
.acx-gen__item span { font-size: 12px; color: var(--acx-muted); }
.acx-seg { display: inline-flex; background: var(--acx-paper); border: 1px solid var(--acx-line); border-radius: 11px; padding: 3px; gap: 3px; }
.acx-segbtn { font-family: inherit; font-weight: 700; font-size: 14px; border: 0; background: transparent; color: var(--acx-muted); border-radius: 8px; padding: 8px 18px; cursor: pointer; }
.acx-segbtn.is-on { background: var(--acx-ink); color: var(--acx-paper); }
.acx-gen__preview { background: var(--acx-paper); border: 1px dashed var(--acx-line); border-radius: 16px; padding: 18px; min-height: 160px; display: flex; flex-direction: column; gap: 10px; }
.acx-gen__plabel { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--acx-muted); }
.acx-gen__frame { display: flex; align-items: center; justify-content: center; flex: 1; }
.acx-gen__hint { color: var(--acx-muted); font-style: italic; font-size: 14px; text-align: center; }
.acx-gen__snippet { margin-top: 18px; }
.acx-gen__snippet textarea { width: 100%; font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 13px; border: 2px solid var(--acx-line); border-radius: 11px; padding: 12px; background: #fff; resize: vertical; }
.acx-gen__copied { color: var(--acx-green-d); font-weight: 700; margin-left: 10px; }

/* ───────── Module 4 : Vérification communautaire ───────── */
.acx-verify { background: var(--acx-paper); border: 1px solid var(--acx-line); border-radius: 18px; padding: 22px; }
.acx-verify__head { margin-bottom: 14px; }
.acx-verify__title { font-family: var(--acx-display); font-weight: 600; font-size: 20px; margin: 0 0 4px; }
.acx-verify__sub { color: var(--acx-muted); font-size: 14.5px; margin: 0; }
.acx-verify__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.acx-verify__item { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: 1px solid var(--acx-line); border-radius: 12px; padding: 11px 14px; flex-wrap: wrap; }
.acx-verify__feat { font-weight: 700; font-size: 14.5px; }
.acx-verify__btns { display: inline-flex; gap: 8px; }
.acx-vbtn { font-family: inherit; font-size: 14px; font-weight: 700; border: 2px solid var(--acx-line); background: #fff; border-radius: 10px; padding: 7px 13px; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; }
.acx-vbtn b { font-weight: 700; }
.acx-vbtn--yes.is-on { border-color: var(--acx-green); background: #EAF6F1; color: var(--acx-green-d); }
.acx-vbtn--no.is-on { border-color: #B4232A; background: #FBEAEA; color: #B4232A; }
.acx-vbtn:focus-visible { outline: 3px solid var(--acx-blue); outline-offset: 2px; }
.acx-verify__note { color: var(--acx-muted); font-size: 12.5px; margin: 14px 0 0; }
@media (max-width: 560px) { .acx-gen__grid { grid-template-columns: 1fr; } }

/* ───────── Fiche lieu : strip d'adéquation ───────── */
.acx-single-perso { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 14px auto; }

/* ───────── Module : Baromètre de l'accessibilité ───────── */
.acx-baro { background: var(--acx-paper); border: 1px solid var(--acx-line); border-radius: 22px; padding: clamp(22px, 4vw, 44px); }
.acx-baro__head { max-width: 70ch; margin-bottom: 26px; }
.acx-baro__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 30px; }
.acx-baro__stat { background: var(--acx-ink); color: var(--acx-paper); border-radius: 18px; padding: 22px; text-align: center; }
.acx-baro__num { display: block; font-family: var(--acx-display); font-weight: 900; font-size: clamp(32px, 6vw, 52px); line-height: 1; color: var(--acx-gold); }
.acx-baro__lbl { display: block; font-size: 13.5px; margin-top: 8px; opacity: .9; }
.acx-baro__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.acx-baro__block { background: #fff; border: 1px solid var(--acx-line); border-radius: 18px; padding: 22px; margin-bottom: 22px; }
.acx-baro__cols .acx-baro__block { margin-bottom: 0; }
.acx-baro__h3 { font-family: var(--acx-display); font-weight: 600; font-size: 20px; margin: 0 0 2px; }
.acx-baro__hint { color: var(--acx-muted); font-size: 13px; margin: 0 0 16px; }
.acx-baro__bars { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.acx-baro__bartop { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.acx-baro__barlabel { font-weight: 700; font-size: 14px; }
.acx-baro__barval { font-family: var(--acx-display); font-weight: 900; font-size: 16px; color: var(--acx-green-d); }
.acx-baro__track { display: block; height: 12px; background: var(--acx-paper); border-radius: 999px; overflow: hidden; border: 1px solid var(--acx-line); }
.acx-baro__fill { display: block; height: 100%; width: 0; background: var(--acx-green); border-radius: 999px; transition: width 1.1s cubic-bezier(.2,.7,.2,1); }
.acx-baro__fill--gold { background: var(--acx-gold); }
.acx-baro__cats { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; }
.acx-baro__cat { background: var(--acx-paper); border: 1px solid var(--acx-line); border-radius: 14px; padding: 16px 12px; text-align: center; }
.acx-baro__caticon { font-size: 26px; display: block; }
.acx-baro__catn { display: block; font-family: var(--acx-display); font-weight: 900; font-size: 26px; color: var(--acx-ink); margin: 4px 0 2px; }
.acx-baro__catl { font-size: 12.5px; color: var(--acx-muted); }
.acx-baro__cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; background: linear-gradient(120deg, var(--acx-green-d), var(--acx-green)); color: #fff; border-radius: 18px; padding: 22px 26px; margin-top: 22px; }
.acx-baro__cta strong { display: block; font-family: var(--acx-display); font-weight: 600; font-size: 19px; }
.acx-baro__cta span { font-size: 14px; opacity: .95; }
.acx-baro__cta .acx-btn--primary { background: #fff; color: var(--acx-green-d); }
.acx-baro__cta .acx-btn--primary:hover { background: var(--acx-paper); }
.acx-baro__source { color: var(--acx-muted); font-size: 12px; margin: 16px 0 0; }
@media (prefers-reduced-motion: reduce) { .acx-baro__fill { transition: none; } }
@media (max-width: 760px) { .acx-baro__stats { grid-template-columns: 1fr; } .acx-baro__cols { grid-template-columns: 1fr; } }

/* ───────── Favoris : cœur + Ma liste ───────── */
.acx-favbtn { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; border: 1.5px solid var(--acx-line); background: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; line-height: 1; transition: transform .12s ease, border-color .15s ease, background .15s ease; }
.acx-favbtn__i { font-size: 16px; color: #C9C7C1; transition: color .15s ease; }
.acx-favbtn:hover { transform: scale(1.08); border-color: #E5736F; }
.acx-favbtn.is-fav { border-color: #E5736F; background: #FCEBEA; }
.acx-favbtn.is-fav .acx-favbtn__i { color: #D6403B; }
.acx-favbtn:focus-visible { outline: 3px solid var(--acx-blue); outline-offset: 2px; }
.acx-maliste__head { margin-bottom: 18px; }

/* ───────── Comparateur ───────── */
.acx-compare__head { margin-bottom: 14px; }
.acx-compare__search { position: relative; max-width: 460px; margin-bottom: 18px; }
.acx-compare__search input { width: 100%; font-family: inherit; font-size: 15px; border: 2px solid var(--acx-line); border-radius: 12px; padding: 12px 14px; }
.acx-compare__search input:focus { outline: none; border-color: var(--acx-green); box-shadow: 0 0 0 3px rgba(14,124,102,.15); }
.acx-compare__results { position: absolute; left: 0; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid var(--acx-line); border-radius: 12px; box-shadow: 0 12px 30px rgba(22,19,15,.12); z-index: 30; max-height: 280px; overflow-y: auto; }
.acx-cmp__opt { width: 100%; text-align: left; background: transparent; border: 0; border-bottom: 1px solid var(--acx-line); padding: 10px 14px; cursor: pointer; display: flex; flex-direction: column; font-family: inherit; }
.acx-cmp__opt:last-child { border-bottom: 0; }
.acx-cmp__opt:hover { background: var(--acx-paper); }
.acx-cmp__opt strong { font-size: 14.5px; }
.acx-cmp__opt span { font-size: 12px; color: var(--acx-muted); }
.acx-compare__table { overflow-x: auto; }
.acx-cmp { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 520px; }
.acx-cmp th, .acx-cmp td { padding: 12px 14px; text-align: center; border-bottom: 1px solid var(--acx-line); vertical-align: middle; }
.acx-cmp tbody th { text-align: left; font-weight: 700; font-size: 13.5px; color: var(--acx-ink); background: var(--acx-paper); }
.acx-cmp__corner { background: transparent !important; }
.acx-cmp__place { position: relative; background: #fff; min-width: 150px; }
.acx-cmp__place .acx-favbtn { position: absolute; top: 8px; left: 8px; width: 28px; height: 28px; }
.acx-cmp__rm { position: absolute; top: 8px; right: 8px; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--acx-line); background: #fff; cursor: pointer; font-size: 16px; line-height: 1; color: var(--acx-muted); }
.acx-cmp__rm:hover { border-color: #B4232A; color: #B4232A; }
.acx-cmp__name { display: block; font-family: var(--acx-display); font-weight: 600; font-size: 15.5px; color: var(--acx-ink); text-decoration: none; margin-top: 22px; }
.acx-cmp__name:hover { color: var(--acx-green-d); text-decoration: underline; }
.acx-cmp__city { display: block; font-size: 12px; color: var(--acx-muted); margin-bottom: 6px; }
.acx-cmp__rowhi td { background: #FBFAF7; }
.acx-cmp__score { font-family: var(--acx-display); font-weight: 900; font-size: 22px; color: var(--acx-green-d); }
.acx-cmp__yes { color: var(--acx-green-d); font-weight: 700; }
.acx-cmp__no { color: var(--acx-muted); }
.acx-cmp__check { color: var(--acx-green); font-weight: 700; font-size: 18px; }
.acx-cmp__dash { color: #C9C7C1; font-size: 18px; }

/* ───────── Certificat ───────── */
.acx-cert { display: flex; flex-direction: column; align-items: center; }
.acx-cert__paper { position: relative; width: 100%; max-width: 640px; background: #fff; border: 1px solid var(--acx-line); border-radius: 20px; padding: 44px 40px 34px; text-align: center; box-shadow: 0 18px 50px rgba(22,19,15,.1); overflow: hidden; }
.acx-cert__paper::before { content: ""; position: absolute; inset: 10px; border: 1.5px solid var(--acx-line); border-radius: 14px; pointer-events: none; }
.acx-cert__ribbon { position: absolute; top: 18px; right: -42px; transform: rotate(45deg); background: var(--acx-gold); color: var(--acx-ink); font-weight: 700; font-size: 12px; padding: 6px 50px; letter-spacing: .04em; }
.acx-cert__wm { font-family: var(--acx-display); font-weight: 900; font-size: 22px; color: var(--acx-ink); margin-bottom: 18px; }
.acx-cert__wm b { color: var(--acx-green); }
.acx-cert__intro { color: var(--acx-muted); font-size: 13.5px; margin: 0 0 6px; text-transform: uppercase; letter-spacing: .08em; }
.acx-cert__name { font-family: var(--acx-display); font-weight: 900; font-size: clamp(24px, 4.5vw, 36px); line-height: 1.1; margin: 0 0 4px; }
.acx-cert__loc { color: var(--acx-muted); font-size: 14.5px; margin: 0 0 22px; }
.acx-cert__ring { width: 116px; height: 116px; border-radius: 50%; margin: 0 auto; background: conic-gradient(var(--acc) var(--deg), var(--acx-line) 0); display: flex; align-items: center; justify-content: center; }
.acx-cert__ringin { width: 92px; height: 92px; border-radius: 50%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.acx-cert__ringin strong { font-family: var(--acx-display); font-weight: 900; font-size: 34px; color: var(--acc); line-height: 1; }
.acx-cert__ringin small { font-size: 11px; color: var(--acx-muted); }
.acx-cert__scorelbl { font-size: 12.5px; color: var(--acx-muted); margin: 8px 0 20px; }
.acx-cert__feats { list-style: none; margin: 0 auto 22px; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 8px 18px; max-width: 460px; text-align: left; }
.acx-cert__feats li { font-size: 13.5px; font-weight: 700; display: flex; align-items: center; gap: 7px; }
.acx-cert__chk { color: var(--acx-green); }
.acx-cert__foot { display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--acx-line); padding-top: 18px; margin-top: 6px; text-align: left; }
.acx-cert__qr { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.acx-cert__qr img { border-radius: 8px; }
.acx-cert__qr span { font-size: 11px; color: var(--acx-muted); }
.acx-cert__sig { flex: 1; }
.acx-cert__date { font-weight: 700; font-size: 14px; margin: 0 0 2px; }
.acx-cert__org { font-size: 12px; color: var(--acx-muted); margin: 0; }
.acx-cert__actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 20px; }
.acx-cert__copied { color: var(--acx-green-d); font-weight: 700; }
@media print {
	body * { visibility: hidden !important; }
	.acx-cert, .acx-cert * { visibility: visible !important; }
	.acx-cert { position: absolute; left: 0; top: 0; width: 100%; }
	.acx-cert__actions { display: none !important; }
	.acx-cert__paper { box-shadow: none; border-color: #999; max-width: 100%; }
}

/* ───────── Mon espace ───────── */
.acx-espace__hero { margin-bottom: 22px; }
.acx-espace__hero h1.acx-display { font-size: clamp(28px, 5vw, 44px); }
.acx-espace__panel { margin-bottom: 22px; }
.acx-espace__panel--plain { background: var(--acx-paper); border: 1px solid var(--acx-line); border-radius: 22px; padding: clamp(22px, 4vw, 34px); }
.acx-espace__h2 { font-family: var(--acx-display); font-weight: 600; font-size: 22px; margin: 0 0 14px; }
.acx-espace__h3 { font-family: var(--acx-display); font-weight: 600; font-size: 16px; margin: 20px 0 10px; color: var(--acx-muted); }
.acx-espace__current, .acx-espace__saved { display: flex; flex-direction: column; gap: 8px; }
.acx-espace__sortie { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: 1px solid var(--acx-line); border-radius: 13px; padding: 12px 16px; flex-wrap: wrap; }
.acx-espace__sortie strong { display: block; font-size: 15px; }
.acx-espace__sortie span { font-size: 13px; color: var(--acx-muted); }
.acx-espace__sactions { display: flex; gap: 8px; align-items: center; }
.acx-espace__del { color: #B4232A !important; padding: 9px 13px !important; }
.acx-espace__empty { color: var(--acx-muted); font-style: italic; margin: 0; }

/* ───────── Alertes ───────── */
.acx-alerts__head { margin-bottom: 18px; }
.acx-alerts__follow { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
.acx-alerts__follow select { font-family: inherit; font-size: 15px; border: 2px solid var(--acx-line); border-radius: 11px; padding: 11px 13px; background: #fff; cursor: pointer; min-width: 220px; }
.acx-alerts__follow select:focus { outline: none; border-color: var(--acx-green); box-shadow: 0 0 0 3px rgba(14,124,102,.15); }
.acx-alerts__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.acx-alerts__chip { display: inline-flex; align-items: center; gap: 8px; background: var(--acx-ink); color: var(--acx-paper); border-radius: 999px; padding: 7px 8px 7px 14px; font-size: 13.5px; font-weight: 700; }
.acx-alerts__chip button { width: 22px; height: 22px; border-radius: 50%; border: 0; background: rgba(247,244,238,.18); color: #fff; cursor: pointer; font-size: 14px; line-height: 1; }
.acx-alerts__chip button:hover { background: rgba(247,244,238,.34); }
.acx-alerts__none { color: var(--acx-muted); font-style: italic; margin: 0 0 22px; }
.acx-alerts__feedhead { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.acx-alerts__h3 { font-family: var(--acx-display); font-weight: 600; font-size: 19px; margin: 0; }
.acx-alerts__when { font-size: 12px; font-weight: 700; color: var(--acx-green-d); background: #EAF6F1; border-radius: 999px; padding: 3px 9px; }

/* ───────── Carte hors-ligne ───────── */
.acx-offmap__head { margin-bottom: 14px; }
.acx-offmap__bar { display: flex; flex-wrap: wrap; gap: 6px 16px; align-items: center; border-radius: 12px; padding: 11px 16px; margin-bottom: 12px; font-size: 13.5px; border: 1px solid var(--acx-line); }
.acx-offmap__bar.is-online { background: #EAF6F1; }
.acx-offmap__bar.is-offline { background: #FBF1D6; }
.acx-offmap__status { font-weight: 700; }
.acx-offmap__meta { color: var(--acx-muted); }
.acx-offmap__tilenote, .acx-offmap__warn { width: 100%; color: #8A6D12; font-size: 12.5px; }
.acx-offmap__tools { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 14px; }
.acx-offmap__tools input[type="search"] { flex: 1 1 240px; font-family: inherit; font-size: 15px; border: 2px solid var(--acx-line); border-radius: 11px; padding: 11px 13px; }
.acx-offmap__tools input:focus { outline: none; border-color: var(--acx-green); box-shadow: 0 0 0 3px rgba(14,124,102,.15); }
.acx-offmap__wrap { display: grid; grid-template-columns: 1.4fr 1fr; gap: 16px; align-items: start; }
.acx-offmap__map { height: 460px; border: 1px solid var(--acx-line); border-radius: 16px; overflow: hidden; z-index: 0; background: #EDEAE3; }
.acx-offmap__list { display: flex; flex-direction: column; gap: 6px; max-height: 460px; overflow-y: auto; }
.acx-offmap__row { text-align: left; background: #fff; border: 1px solid var(--acx-line); border-radius: 11px; padding: 10px 13px; cursor: pointer; font-family: inherit; display: flex; flex-direction: column; }
.acx-offmap__row:hover { border-color: var(--acx-green); }
.acx-offmap__rn { font-weight: 700; font-size: 14px; }
.acx-offmap__rm { font-size: 12px; color: var(--acx-muted); }
@media (max-width: 820px) { .acx-offmap__wrap { grid-template-columns: 1fr; } .acx-offmap__list { max-height: 320px; } }

/* ───────── Mode kiosque / affichage commerce ───────── */
.acx-kiosk__screen { --bg:#0E1116; background:var(--bg); color:#F4F1EA; border-radius:18px; padding:clamp(22px,3.5vw,44px); min-height:64vh; display:flex; flex-direction:column; position:relative; overflow:hidden; }
.acx-kiosk__screen:fullscreen { min-height:100vh; border-radius:0; justify-content:center; }
.acx-kiosk__top { display:flex; align-items:center; justify-content:space-between; }
.acx-kiosk__wm { font-family:var(--acx-display); font-weight:900; font-size:clamp(20px,2.4vw,30px); }
.acx-kiosk__wm b { color:var(--acc,#1FB58A); }
.acx-kiosk__clock { font-family:var(--acx-display); font-weight:600; font-size:clamp(18px,2vw,26px); color:#E6C04D; }
.acx-kiosk__body { flex:1; display:grid; grid-template-columns:1.1fr 1fr; gap:clamp(20px,4vw,48px); align-items:center; margin-top:18px; }
.acx-kiosk__seal { display:inline-block; background:rgba(244,241,234,.12); color:#fff; font-weight:700; font-size:clamp(13px,1.4vw,16px); letter-spacing:.04em; padding:7px 16px; border-radius:999px; margin:0 0 14px; }
.acx-kiosk__name { font-family:var(--acx-display); font-weight:900; font-size:clamp(34px,5.5vw,72px); line-height:1.02; margin:0 0 6px; }
.acx-kiosk__city { font-size:clamp(16px,2vw,24px); color:#B9C0CC; margin:0 0 26px; }
.acx-kiosk__ring { width:clamp(150px,18vw,240px); height:clamp(150px,18vw,240px); border-radius:50%; background:conic-gradient(var(--acc,#1FB58A) var(--deg,0deg), rgba(244,241,234,.14) 0); display:flex; align-items:center; justify-content:center; }
.acx-kiosk__ringin { width:78%; height:78%; border-radius:50%; background:var(--bg); display:flex; flex-direction:column; align-items:center; justify-content:center; }
.acx-kiosk__ringin strong { font-family:var(--acx-display); font-weight:900; font-size:clamp(46px,7vw,96px); color:var(--acc,#1FB58A); line-height:1; }
.acx-kiosk__ringin small { font-size:clamp(12px,1.4vw,18px); color:#9AA3B2; }
.acx-kiosk__scorelbl { font-size:clamp(13px,1.4vw,17px); color:#9AA3B2; margin:14px 0 0; }
.acx-kiosk__tiles { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-bottom:22px; }
.acx-kiosk__tile { background:rgba(244,241,234,.08); border:1px solid rgba(244,241,234,.12); border-radius:14px; padding:14px 16px; display:flex; align-items:center; gap:12px; }
.acx-kiosk__tileic { font-size:clamp(24px,3vw,36px); }
.acx-kiosk__tilelbl { font-weight:700; font-size:clamp(13px,1.4vw,17px); }
.acx-kiosk__qr { display:flex; align-items:center; gap:16px; background:#fff; color:#16130F; border-radius:16px; padding:16px; }
.acx-kiosk__qr img { border-radius:8px; flex-shrink:0; width:clamp(110px,11vw,150px); height:auto; }
.acx-kiosk__qr span { font-weight:700; font-size:clamp(14px,1.5vw,18px); }
.acx-kiosk__fs { position:absolute; bottom:16px; right:16px; width:42px; height:42px; border-radius:10px; border:1px solid rgba(244,241,234,.22); background:rgba(244,241,234,.1); color:#fff; font-size:20px; cursor:pointer; }
.acx-kiosk__fs:hover { background:rgba(244,241,234,.2); }
@media (max-width:760px) { .acx-kiosk__body { grid-template-columns:1fr; } .acx-kiosk__tiles { grid-template-columns:1fr 1fr; } }

/* ───────── Météo-accessibilité ───────── */
.acx-wx { border:1px solid var(--acx-line); border-left-width:5px; border-radius:16px; padding:20px 22px; background:#fff; }
.acx-wx--ok { border-left-color:var(--acx-green); }
.acx-wx--warn { border-left-color:var(--acx-gold); }
.acx-wx--danger { border-left-color:#B4232A; }
.acx-wx__title { font-family:var(--acx-display); font-weight:600; font-size:18px; margin:0 0 12px; }
.acx-wx__now { display:flex; align-items:baseline; gap:12px; margin-bottom:14px; }
.acx-wx__ic { font-size:38px; line-height:1; }
.acx-wx__temp { font-family:var(--acx-display); font-weight:900; font-size:34px; }
.acx-wx__desc { color:var(--acx-muted); font-size:15px; }
.acx-wx__advs { list-style:none; margin:0 0 14px; padding:0; display:flex; flex-direction:column; gap:8px; }
.acx-wx__adv { display:flex; gap:8px; align-items:flex-start; font-size:14px; font-weight:600; background:var(--acx-paper); border-radius:10px; padding:10px 12px; }
.acx-wx__adv--danger { background:#FBEAEA; color:#8E1B21; }
.acx-wx__adv--warn { background:#FBF1D6; color:#7A5E10; }
.acx-wx__adv--ok { background:#EAF6F1; color:#0A5F4E; }
.acx-wx__fc { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; }
.acx-wx__day { text-align:center; background:var(--acx-paper); border:1px solid var(--acx-line); border-radius:12px; padding:12px 8px; }
.acx-wx__dname { display:block; font-size:12px; font-weight:700; color:var(--acx-muted); text-transform:capitalize; }
.acx-wx__dic { display:block; font-size:26px; margin:4px 0; }
.acx-wx__dtemp { font-size:13px; font-weight:700; }
.acx-wx__src { color:var(--acx-muted); font-size:11px; margin:12px 0 0; }

/* ───────── Kiosque rotatif (diaporama) ───────── */
.acx-show__screen { --bg:#0E1116; background:var(--bg); color:#F4F1EA; border-radius:18px; min-height:64vh; display:flex; flex-direction:column; position:relative; overflow:hidden; padding:clamp(20px,3vw,38px); }
.acx-show__screen:fullscreen { min-height:100vh; border-radius:0; }
.acx-show__top { display:flex; align-items:center; justify-content:space-between; }
.acx-show__title { font-weight:600; color:#E6C04D; }
.acx-show__stage { flex:1; display:flex; align-items:center; justify-content:center; margin:14px 0; }
.acx-show__slide { width:100%; }
@media (prefers-reduced-motion: no-preference) { .acx-show__slide { animation:acx-fade .5s ease both; } @keyframes acx-fade { from { opacity:0; } to { opacity:1; } } }
.acx-show__grid { display:grid; grid-template-columns:1.1fr 1fr; gap:clamp(20px,4vw,48px); align-items:center; }
.acx-show__foot { display:flex; align-items:center; gap:12px; }
.acx-show__nav { width:44px; height:44px; flex-shrink:0; border-radius:10px; border:1px solid rgba(244,241,234,.22); background:rgba(244,241,234,.1); color:#fff; font-size:22px; cursor:pointer; line-height:1; }
.acx-show__nav:hover { background:rgba(244,241,234,.2); }
.acx-show__prog { flex:1; height:6px; background:rgba(244,241,234,.16); border-radius:999px; overflow:hidden; }
.acx-show__prog span { display:block; height:100%; width:0; background:var(--acc,#1FB58A); border-radius:999px; }
.acx-show__count { font-weight:700; font-size:14px; color:#B9C0CC; min-width:64px; text-align:center; }
@media (max-width:760px) { .acx-show__grid { grid-template-columns:1fr; } }
