
/* __DESIGN_SITE__ */
/* socle filtres (ajouté par design_site.py) */
html:not(#_) .ds-hide{ display: none !important; }
html:not(#_) body[data-ds-filtres="aucun"] .filters{ display: none !important; }
html:not(#_) body[data-ds-filtres="sans-genre"] .filters .filter-btn[data-filter="type"]{ display: none !important; }
html:not(#_) body[data-ds-filtres="sans-age"] .filters .filter-btn[data-filter="age"]{ display: none !important; }
html:not(#_) body[data-ds-filtres="ligne"] .filters{ display: flex !important; flex-wrap: nowrap !important; overflow-x: auto; gap: 8px; scrollbar-width: none; -webkit-overflow-scrolling: touch; padding-bottom: 4px; }
html:not(#_) body[data-ds-filtres="ligne"] .filters::-webkit-scrollbar{ display: none; }
html:not(#_) body[data-ds-filtres="ligne"] .filters .filter-btn{ flex: 0 0 auto; white-space: nowrap; }
html:not(#_) .filters select.ds-fsel{ appearance: none; -webkit-appearance: none; font: inherit; cursor: pointer; padding-right: 2.1em; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='currentColor' stroke-width='2'/></svg>"); background-repeat: no-repeat; background-position: right .7em center; background-size: 12px 8px; }
html:not(#_) .filters .ds-fgroup{ display: contents; }
/* Next : barre React (div.shadow-sm > div.scrollbar-hide > .form-group > select ×2 + bouton Recherche) */
html:not(#_) body[data-ds-filtres="aucun"] div.rounded-lg.shadow-sm:has(> div.scrollbar-hide > div.form-group > select){ display: none !important; }
html:not(#_) body[data-ds-filtres="sans-genre"] div.scrollbar-hide > div.form-group:first-child:has(> select){ display: none !important; }
html:not(#_) body[data-ds-filtres="sans-tri"] div.scrollbar-hide > div.form-group:nth-child(2):has(> select){ display: none !important; }
html:not(#_) body[data-ds-filtres="sans-recherche"] div.scrollbar-hide > div.relative.flex-shrink-0:has(> button){ display: none !important; }
/* Next `chips` : pastilles d'âge construites par design_filtres.js (le select natif est caché) */
html:not(#_) .ds-fnext{ display: flex; gap: 8px; flex-wrap: nowrap; }
html:not(#_) .ds-fnext .ds-fchip{ flex: 0 0 auto; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--secondary-color, #999); background: transparent; color: inherit; font: inherit; font-size: .85rem; cursor: pointer; white-space: nowrap; }
html:not(#_) .ds-fnext .ds-fchip.active{ background: var(--secondary-color, #18181b); color: #fff; border-color: transparent; }

/* socle menu mobile Astro (ajouté par design_site.py) */
/* 19/09 : la croix du tiroir (label x injecte dans .sidebar-inner) n'etait cachee QUE sous 768 px -> visible en haut
   de la sidebar desktop (3 agents du lot 22 l'ont masquee a la main). Cachee hors tiroir, toutes largeurs. */
html:not(#_) .ds-menu-close{ display: none; }
@media (max-width: 768px) {
  html:not(#_) .ds-burger{ display: flex; flex-direction: column; justify-content: center; gap: 4px; width: 40px; height: 34px; padding: 0 9px; margin-right: 8px; cursor: pointer; border-radius: 8px; color: inherit; flex-shrink: 0; }
  html:not(#_) .ds-burger span{ display: block; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
  html:not(#_) body:has(#ds-menu:checked) .ds-burger span:nth-child(1){ transform: translateY(6px) rotate(45deg); }
  html:not(#_) body:has(#ds-menu:checked) .ds-burger span:nth-child(2){ opacity: 0; }
  html:not(#_) body:has(#ds-menu:checked) .ds-burger span:nth-child(3){ transform: translateY(-6px) rotate(-45deg); }
  html:not(#_) .ds-menu-overlay{ display: none; position: fixed; inset: 0; background: rgba(0,0,0,.45); z-index: 1290; }
  html:not(#_) body:has(#ds-menu:checked) .ds-menu-overlay{ display: block; }
  html:not(#_) .ds-menu-close{ display: none; }
  html:not(#_) body:has(#ds-menu:checked) aside.sidebar{ display: block !important; position: fixed !important; top: 0 !important; left: 0; bottom: 0; height: auto !important; width: min(86vw, 340px) !important; max-width: none; margin: 0 !important; padding: 12px; padding-top: calc(12px + env(safe-area-inset-top, 0px)); z-index: 1300; overflow-y: auto !important; max-height: 100vh; max-height: 100dvh; -webkit-overflow-scrolling: touch; overscroll-behavior: contain; border-radius: 0; box-shadow: 8px 0 30px rgba(0,0,0,.35); }
  html:not(#_) body:has(#ds-menu:checked) .ds-menu-close{ display: flex; align-items: center; justify-content: center; position: absolute; top: 10px; right: 10px; width: 36px; height: 36px; border-radius: 50%; font-size: 26px; line-height: 1; cursor: pointer; z-index: 2; }
  html:not(#_) body:has(#ds-menu:checked) aside.sidebar .sidebar-inner{ height: auto; min-height: 100%; }
  html:not(#_) body:has(#ds-menu:checked){ overflow: hidden; }
}
@media (prefers-reduced-motion: reduce) { html:not(#_) .ds-burger span{ transition: none; } }

/* sextreff-bremen.de — registre « Roland » (19/09, lot 23)
   Crème #faf5ec + rouge du favicon #b71c1c + encre #2b2420 ; blanc chaud #fffdf8 (cartes), filet #e8dcc6.
   Formes signature : le CARTOUCHE À SOCLE (titre dans un cadre fin, posé sur un pied rouge plus large puis une marche
   crème — le Roland de Brême sur son piédestal), les FILETS FINS (simples, doubles, séparateurs) et la LISTE NUMÉROTÉE
   (nav 01-04, FAQ 01-04, par compteur CSS). Composition : sidebar étroite claire à filet rouge, nav sans icônes,
   Top-Städte en deux colonnes ; barre mobile crème à filet rouge ; hero crème à double filet ; CTA de page ville =
   carte de rencontre sur son piédestal ; footer une ligne, logo en cartouche à socle. Titres en Georgia. */

/* ---------- 0) Variables du gabarit (le :root inline arrive après design.css : html:not(#_) gagne) ---------- */
html:not(#_){--primary:#b71c1c;--secondary:#8e1414;--sidebar-w:226px;
  --rol-titre:Georgia,"Times New Roman",Times,serif;
  --rol-ombre:0 10px 26px rgba(183,28,28,.09),0 2px 6px rgba(43,36,32,.06);
  --rol-coeur:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 30'%3E%3Cpath d='M16 28 4 16.5C0 12.5 1.5 4.5 9 4.5c3.5 0 6 2.5 7 5 1-2.5 3.5-5 7-5 7.5 0 9 8 5 12z' fill='%23b71c1c'/%3E%3C/svg%3E");
  --bg:#faf5ec;--bg-alt:#f3ebdc;--bg-card:#fffdf8;--text:#2b2420;--text-muted:#5f544c;--border:#e8dcc6;
  --radius:12px;--radius-sm:8px;--shadow:0 2px 6px rgba(43,36,32,.06);--shadow-lg:0 10px 26px rgba(183,28,28,.09),0 2px 6px rgba(43,36,32,.06);
  --card-radius:10px;--card-border-w:1px;--card-border-c:#e8dcc6;}
html:not(#_) body{background:#faf5ec;color:#2b2420;}
html:not(#_) a{color:#8e1414;}
html:not(#_) .text-muted{color:#5f544c;}
html:not(#_) .breadcrumb{color:#5f544c;}
html:not(#_) .breadcrumb a{color:#8e1414;}
@keyframes rol-entree{from{transform:translateX(-10px);}to{transform:none;}}

/* ---------- 1) Sidebar étroite claire : filet rouge à droite, logo en cartouche à socle, nav numérotée ---------- */
html:not(#_) .sidebar{scrollbar-color:#d9cdb6 transparent;}
html:not(#_) .sidebar-inner, html:not(#_) .sb-logo, html:not(#_) .sb-link, html:not(#_) .sb-map-quick-link, html:not(#_) .sb-silo-region, html:not(#_) .sb-section-title, html:not(#_) .sb-top-item, html:not(#_) .sb-silo-ville, html:not(#_) .sb-silo-more{box-sizing:border-box;}
html:not(#_) .sidebar-inner{background:#fffdf8;border:1px solid #e8dcc6;border-right:3px solid #b71c1c;border-radius:10px;box-shadow:var(--rol-ombre);padding:18px 10px 16px;scrollbar-width:thin;scrollbar-color:#d9cdb6 transparent;animation:rol-entree .45s ease-out both;}
/* le logo : nom dans un cadre fin, posé sur un pied rouge puis une marche crème */
html:not(#_) .sb-logo{flex-direction:column;align-items:center;gap:0;padding:6px 6px 24px;margin-bottom:10px;text-decoration:none;}
html:not(#_) .sb-logo-dot{display:none;}
html:not(#_) .sb-logo-text{position:relative;display:block;max-width:100%;overflow:visible;white-space:normal;padding:8px 16px;border:1px solid #2b2420;background:#fffdf8;color:#2b2420;font-family:var(--rol-titre);font-weight:700;font-size:1.02rem;letter-spacing:.02em;line-height:1.2;text-align:center;box-sizing:border-box;transition:color .2s ease,border-color .2s ease;}
html:not(#_) .sb-logo-text::before{content:"";position:absolute;left:-7px;right:-7px;bottom:-7px;height:7px;background:#b71c1c;transition:transform .25s ease;}
html:not(#_) .sb-logo-text::after{content:"";position:absolute;left:-15px;right:-15px;bottom:-11px;height:4px;background:#e8dcc6;}
html:not(#_) .sb-logo:hover .sb-logo-text{color:#b71c1c;border-color:#b71c1c;}
html:not(#_) .sb-logo:hover .sb-logo-text::before{transform:scaleX(1.06);}
/* nav numérotée 01 … 04 (compteur CSS, pas de texte), icônes retirées, filet fin sous chaque entrée */
html:not(#_) .sb-nav{counter-reset:rol-nav;gap:0;margin-bottom:12px;border-top:1px solid #e8dcc6;}
html:not(#_) .sb-nav .sb-link .sb-ico{display:none;}
html:not(#_) .sb-link{counter-increment:rol-nav;gap:10px;padding:10px 8px 10px 6px;border-radius:0;border-bottom:1px solid #e8dcc6;color:#2b2420;font-size:.9rem;font-weight:500;transition:background-color .15s ease,color .15s ease,padding-left .15s ease;}
html:not(#_) .sb-link::before{content:counter(rol-nav,decimal-leading-zero);flex-shrink:0;min-width:1.7em;font-family:var(--rol-titre);font-size:.74rem;font-weight:700;letter-spacing:.06em;color:#b71c1c;font-variant-numeric:tabular-nums;}
html:not(#_) .sb-link:hover{background:#faf5ec;color:#8e1414;padding-left:10px;}
html:not(#_) .sb-link.active{background:#f6e6e2;color:#8e1414;font-weight:700;box-shadow:inset 3px 0 0 #b71c1c;}
html:not(#_) .sb-link[href="/register"]{color:#8e1414;font-weight:700;}
/* sections : petit titre avec filet, lien carte en cartouche */
html:not(#_) .sb-section{border-top:0;margin:8px 0 0;padding-top:0;}
html:not(#_) .sb-section-title{color:#5f544c;font-family:var(--rol-titre);font-weight:700;font-size:.7rem;letter-spacing:.1em;padding:10px 4px 6px;text-transform:uppercase;}
html:not(#_) .sb-section-title::after{content:"";flex:1;height:1px;background:#e8dcc6;margin-left:2px;}
html:not(#_) .sb-section-title .sb-ico{color:#b71c1c;}
html:not(#_) .sb-map-quick-link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:38px;padding:7px 8px;margin:4px 0 6px;background:#fffdf8;border:1px solid #2b2420;border-radius:0;box-shadow:0 3px 0 #b71c1c;color:#8e1414;font-weight:700;font-size:.82rem;text-decoration:none;transition:background-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease;}
html:not(#_) .sb-map-quick-link:hover{background:#b71c1c;color:#fff;border-color:#b71c1c;transform:translateY(1px);box-shadow:0 2px 0 #8e1414;}
html:not(#_) .sb-map-quick-link:hover .sb-ico{color:#fff;}
html:not(#_) .sb-silo-region{padding:8px 6px;border-radius:0;border-bottom:1px solid #e8dcc6;color:#2b2420;font-weight:600;font-size:.86rem;transition:background-color .15s ease,color .15s ease;}
html:not(#_) .sb-silo-region:hover{background:#faf5ec;color:#8e1414;}
html:not(#_) .sb-chevron{color:#b71c1c;}
html:not(#_) .sb-silo-villes{padding-left:6px;margin:6px 0 4px;border-left:2px solid #b71c1c;}
html:not(#_) .sb-silo-ville{color:#5f544c;font-size:.8rem;padding:4px 8px;border-radius:0;transition:background-color .12s ease,color .12s ease;}
html:not(#_) .sb-silo-ville:hover{background:#faf5ec;color:#8e1414;}
html:not(#_) .sb-silo-more{color:#8e1414;font-weight:700;}
/* Top-Städte en deux colonnes, sans icônes */
html:not(#_) .sb-top-list{display:grid;grid-template-columns:1fr 1fr;gap:1px 6px;}
html:not(#_) .sb-top-item{min-width:0;display:flex;gap:0;padding:5px 4px;border-radius:0;border-bottom:1px solid #f1e8d8;color:#2b2420;font-size:.73rem;letter-spacing:-.01em;transition:background-color .12s ease,color .12s ease;}
html:not(#_) .sb-top-item .sb-ico{display:none;}
html:not(#_) .sb-top-item > span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
html:not(#_) .sb-top-item:hover{background:#faf5ec;color:#8e1414;}

/* ---------- 2) Barre mobile crème à filet rouge + barre basse ---------- */
@media (max-width:768px){
  html:not(#_) body.has-mobile-guest-top{padding-top:calc(118px + env(safe-area-inset-top,0px));}
  html:not(#_) .mobile-guest-top{background:#faf5ec;color:#2b2420;box-shadow:0 6px 18px rgba(43,36,32,.12);border-bottom:2px solid #b71c1c;}
  html:not(#_) .mobile-guest-head{height:48px;padding:0 .85rem;border-bottom:1px solid #2b2420;background:#fffdf8;}
  html:not(#_) .mobile-guest-brand{color:#2b2420 !important;font-family:var(--rol-titre);font-weight:700;font-size:1.08rem;letter-spacing:.02em;border-bottom:3px solid #b71c1c;padding:2px 0;line-height:1.2;}
  html:not(#_) .mobile-guest-login{color:#8e1414 !important;border:1px solid #2b2420;padding:6px 12px;min-height:32px;display:inline-flex;align-items:center;font-size:.8rem;background:#fffdf8;box-shadow:0 2px 0 #b71c1c;}
  html:not(#_) .mobile-guest-cta{background:#faf5ec;padding:.5rem .85rem .6rem;}
  html:not(#_) .mobile-guest-cta-offer{color:#5f544c;}
  html:not(#_) .mobile-guest-cta-kw{color:#2b2420;font-family:var(--rol-titre);font-size:1rem;}
  html:not(#_) .mobile-guest-timer-label{color:#5f544c;}
  html:not(#_) .mobile-guest-timer{color:#b71c1c;}
  html:not(#_) .mobile-guest-cta-btn{background:#b71c1c;color:#fff !important;border-radius:8px;min-height:44px;display:flex;align-items:center;justify-content:center;font-size:.9rem;box-shadow:0 3px 0 #8e1414,0 8px 18px rgba(183,28,28,.28);}
  html:not(#_) .ds-burger{color:#2b2420;border:1px solid #2b2420;border-radius:6px;background:#fffdf8;box-shadow:0 2px 0 #b71c1c;}
  html:not(#_) body:has(#ds-menu:checked) .ds-burger{background:#b71c1c;border-color:#b71c1c;color:#fff;box-shadow:none;}
}
html:not(#_) .bottom-bar{background:#fffdf8;border-top:1px solid #2b2420;box-shadow:0 -2px 0 #e8dcc6,0 -6px 16px rgba(43,36,32,.08);}
html:not(#_) .btab{color:#5f544c;padding:5px 10px;border-radius:0;}
html:not(#_) .btab-lbl{font-size:.62rem;font-weight:600;color:inherit;}
html:not(#_) .btab:hover, html:not(#_) .btab.active{color:#b71c1c;}
html:not(#_) .btab.active .btab-ico{box-shadow:0 3px 0 #b71c1c;}

/* ---------- 3) Footer une ligne : logo dans un cartouche à socle, liens séparés par des filets ---------- */
html:not(#_) .footer-v1{background:#f3ebdc;color:#2b2420;border-top:1px solid #2b2420;box-shadow:inset 0 4px 0 #faf5ec,inset 0 5px 0 #e8dcc6;padding:2.4rem 0 1.2rem;margin-top:3rem;}
html:not(#_) .footer-inner{max-width:1280px;}
html:not(#_) .footer-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.1rem 2.2rem;margin-bottom:1.2rem;}
html:not(#_) .footer-col{min-width:0;}
html:not(#_) .footer-col:first-child{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:6px;}
html:not(#_) .footer-col:first-child h4{position:relative;display:block;width:fit-content;max-width:100%;margin:0 0 14px;padding:8px 18px;border:1px solid #2b2420;background:#fffdf8;color:#2b2420;font-family:var(--rol-titre);font-weight:700;font-size:1.05rem;letter-spacing:.02em;text-transform:none;box-sizing:border-box;}
html:not(#_) .footer-col:first-child h4::before{content:"";position:absolute;left:-7px;right:-7px;bottom:-7px;height:7px;background:#b71c1c;}
html:not(#_) .footer-col:first-child h4::after{content:"";position:absolute;left:-16px;right:-16px;bottom:-11px;height:4px;background:#cdbfa6;}
html:not(#_) .footer-col:first-child p{margin:6px 0 0;color:#5f544c;font-size:.82rem;max-width:22rem;}
html:not(#_) .footer-col:not(:first-child){display:flex;align-items:baseline;flex-wrap:wrap;gap:.3rem 1rem;justify-content:center;}
html:not(#_) .footer-col h4{color:#5f544c;font-family:var(--rol-titre);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin:0;white-space:nowrap;}
html:not(#_) .footer-col ul{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 0;}
html:not(#_) .footer-col li{margin:0;padding:0 .8rem;border-left:1px solid #cdbfa6;line-height:1.5;}
html:not(#_) .footer-col li:first-child{border-left:0;padding-left:0;}
html:not(#_) .footer-col a{color:#2b2420;font-size:.86rem;text-decoration:none;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease;}
html:not(#_) .footer-col a:hover{color:#8e1414;border-bottom-color:#b71c1c;}
html:not(#_) .footer-col:last-child:empty{display:none;}
html:not(#_) .footer-bottom{border-top:1px solid #cdbfa6;padding-top:.9rem;color:#5f544c;font-size:.8rem;}

/* ---------- 4) Recette « Astro · cta-faq » copiée telle quelle (page ville à .info-duo, pas d'onglets) ---------- */
@media (min-width: 992px) {
  html:not(#_) body.design-v-cta-faq div.container.ds-cf{ display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; align-items: start; }
  html:not(#_) body.design-v-cta-faq div.container.ds-cf > *{ grid-column: 1 / -1; }
  html:not(#_) body.design-v-cta-faq div.container > section.cta-section, html:not(#_) body.design-v-cta-faq div.container > section.section.ds-faq{ grid-column: auto; align-self: stretch; }
  html:not(#_) body.design-v-cta-faq div.container > section.cta-section{ display: flex; flex-direction: column; justify-content: center; align-self: center; margin-top: 2.5rem; margin-bottom: 2.5rem; }
  html:not(#_) body.design-v-cta-faq div.container > section.section > .info-duo{ grid-template-columns: minmax(0, 1fr); }
}

/* ---------- 5) Thème des zones ---------- */
/* hero crème à double filet, H1 en cartouche à socle (la couleur inline du fil d'Ariane est écrasée) */
html:not(#_) .region-hero, html:not(#_) .ville-hero{background:#faf5ec;color:#2b2420;padding:2.2rem 0 2.4rem;border-bottom:1px solid #2b2420;box-shadow:inset 0 -5px 0 #faf5ec,inset 0 -6px 0 #cdbfa6;}
html:not(#_) .region-hero .breadcrumb, html:not(#_) .ville-hero .breadcrumb, html:not(#_) .region-hero .breadcrumb span, html:not(#_) .ville-hero .breadcrumb span{color:#5f544c !important;}
html:not(#_) .region-hero .breadcrumb a, html:not(#_) .ville-hero .breadcrumb a{color:#8e1414 !important;}
html:not(#_) .region-hero .breadcrumb strong, html:not(#_) .ville-hero .breadcrumb strong{color:#2b2420 !important;}
html:not(#_) .region-hero h1, html:not(#_) .ville-hero h1{position:relative;display:block;width:fit-content;max-width:100%;margin:.4rem 0 1.4rem;padding:.55rem 1.2rem;border:1px solid #2b2420;background:#fffdf8;color:#2b2420;font-family:var(--rol-titre);font-weight:700;font-size:1.9rem;line-height:1.2;letter-spacing:.01em;box-sizing:border-box;}
html:not(#_) .region-hero h1::before, html:not(#_) .ville-hero h1::before{content:"";position:absolute;left:-8px;right:-8px;bottom:-8px;height:8px;background:#b71c1c;}
html:not(#_) .region-hero h1::after, html:not(#_) .ville-hero h1::after{content:"";position:absolute;left:-18px;right:-18px;bottom:-13px;height:5px;background:#cdbfa6;}
html:not(#_) .region-stats, html:not(#_) .ville-meta{color:#5f544c;opacity:1;font-weight:500;font-size:.92rem;}
html:not(#_) .ville-meta .meta-item{background:#fffdf8;border:1px solid #e8dcc6;border-radius:0;padding:.28rem .7rem;color:#5f544c;box-shadow:0 2px 0 #e8dcc6;}
/* titres calmes : cartouche à socle sous chaque H2 de section */
html:not(#_) .container > h1, html:not(#_) .page-header h1, html:not(#_) .magazine-header h1{font-family:var(--rol-titre);font-weight:700;color:#2b2420;}
html:not(#_) .section{background:#fffdf8;border:1px solid #e8dcc6;border-radius:12px;box-shadow:var(--rol-ombre);padding:28px;margin-bottom:2.2rem;}
html:not(#_) .section h2, html:not(#_) .section-header h2, html:not(#_) .regional-map-head h2{position:relative;display:block;width:fit-content;max-width:100%;margin:0 0 1.6rem;padding:.4rem .95rem;border:1px solid #2b2420;background:#fffdf8;font-family:var(--rol-titre);font-weight:700;font-size:1.28rem;line-height:1.25;color:#2b2420;letter-spacing:.005em;box-sizing:border-box;}
html:not(#_) .section h2::before, html:not(#_) .section-header h2::before, html:not(#_) .regional-map-head h2::before{content:"";position:absolute;left:-6px;right:-6px;bottom:-6px;height:6px;background:#b71c1c;}
html:not(#_) .section h2::after, html:not(#_) .section-header h2::after, html:not(#_) .regional-map-head h2::after{content:"";position:absolute;left:-14px;right:-14px;bottom:-10px;height:4px;background:#e8dcc6;}
html:not(#_) .section-header{margin-bottom:0;}
html:not(#_) .section > p{color:#5f544c;line-height:1.7;}
html:not(#_) .section p + h2{margin-top:1.9rem;}
html:not(#_) .rcs-title{font-family:var(--rol-titre);color:#2b2420;font-size:1rem;}
/* accueil régional : colonne des villes en deux colonnes, titre en cartouche */
html:not(#_) .region-sidebar{background:#fffdf8;border:1px solid #e8dcc6;border-radius:12px;box-shadow:var(--rol-ombre);padding:1.4rem 1.2rem 1.2rem;}
html:not(#_) .region-sidebar h3{position:relative;display:block;width:fit-content;max-width:100%;margin:0 0 1.4rem;padding:.35rem .8rem;border:1px solid #2b2420;background:#fffdf8;font-family:var(--rol-titre);font-size:1rem;color:#2b2420;box-sizing:border-box;}
html:not(#_) .region-sidebar h3::before{content:"";position:absolute;left:-6px;right:-6px;bottom:-6px;height:6px;background:#b71c1c;}
html:not(#_) .region-sidebar h3::after{content:"";position:absolute;left:-12px;right:-12px;bottom:-9px;height:3px;background:#e8dcc6;}
html:not(#_) .ville-list{display:grid;grid-template-columns:1fr 1fr;gap:0 10px;}
html:not(#_) .ville-list li{margin:0;min-width:0;}
html:not(#_) .ville-list a{display:block;color:#2b2420;font-size:.86rem;padding:5px 4px;border-bottom:1px solid #f1e8d8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s ease,background-color .15s ease;}
html:not(#_) .ville-list a:hover{color:#8e1414;background:#faf5ec;}
/* filtres : cartouches à petit socle (le select créé par l'outil porte .filter-btn) */
html:not(#_) .filters{gap:8px;margin-bottom:22px;}
html:not(#_) .filter-btn{min-height:40px;padding:7px 15px;background:#fffdf8;color:#2b2420;border:1px solid #2b2420;border-radius:6px;font-weight:600;font-size:.86rem;box-shadow:0 3px 0 #e8dcc6;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease;}
html:not(#_) .filter-btn:hover{background:#faf5ec;color:#8e1414;box-shadow:0 3px 0 #b71c1c;}
html:not(#_) .filter-btn.active, html:not(#_) .filter-btn.active:hover{background:#b71c1c;border-color:#b71c1c;color:#fff;box-shadow:0 3px 0 #8e1414;}
html:not(#_) .filters select.ds-fsel{color:#2b2420;background-color:#fffdf8;border:1px solid #2b2420;border-radius:6px;box-shadow:0 3px 0 #e8dcc6;}
html:not(#_) .filters select.ds-fsel option{color:#2b2420;background:#fffdf8;}
/* cartes profil : cadre fin dans la photo, badge d'âge en petit cartouche à socle, zoom doux au survol */
html:not(#_) .profile-card{border-radius:10px;border:1px solid #e8dcc6;background:#fffdf8;box-shadow:0 6px 18px rgba(43,36,32,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
html:not(#_) .profile-card:hover{transform:translateY(-4px);border-color:#b71c1c;box-shadow:0 18px 34px rgba(183,28,28,.17);}
html:not(#_) .profile-photo{background:#f3ebdc;}
html:not(#_) .profile-photo::after{content:"";position:absolute;inset:8px;border:1px solid rgba(255,253,248,.75);pointer-events:none;z-index:2;transition:border-color .22s ease,inset .22s ease;}
html:not(#_) .profile-card:hover .profile-photo::after{border-color:#b71c1c;inset:6px;}
html:not(#_) .profile-photo img{transition:transform .5s ease;}
html:not(#_) .profile-card:hover .profile-photo:not(.blurred) img{transform:scale(1.04);}
html:not(#_) .profile-lock{top:14px;right:14px;background:#b71c1c;}
html:not(#_) .profile-age{top:auto;right:auto;bottom:14px;left:14px;background:#fffdf8;color:#2b2420;border:1px solid #2b2420;border-radius:0;padding:.28rem .62rem;font-size:.74rem;font-weight:700;font-family:var(--rol-titre);box-shadow:0 3px 0 #b71c1c;z-index:3;}
html:not(#_) .profile-title{color:#8e1414;font-family:var(--rol-titre);}
html:not(#_) .profile-name{color:#2b2420;font-family:var(--rol-titre);font-size:1.05rem;}
html:not(#_) .profile-ville, html:not(#_) .profile-bio{color:#5f544c;}
html:not(#_) .profile-footer{border-top:1px solid #e8dcc6;padding:.6rem .75rem .75rem;}
html:not(#_) .profile-cta{display:flex;align-items:center;justify-content:center;min-height:40px;background:#fffdf8;border:1px solid #2b2420;color:#2b2420;border-radius:6px;font-weight:700;box-shadow:0 3px 0 #b71c1c;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease;}
html:not(#_) .profile-card:hover .profile-cta{background:#b71c1c;border-color:#b71c1c;color:#fff;box-shadow:0 3px 0 #8e1414;}
/* pagination : petits cartouches, la page courante sur son pied rouge */
html:not(#_) .pagination-link, html:not(#_) .pagination-current, html:not(#_) .pagination-ellipsis{border-radius:6px;font-family:var(--rol-titre);}
html:not(#_) .pagination-link{background:#fffdf8;border:1px solid #2b2420;color:#2b2420 !important;box-shadow:0 3px 0 #e8dcc6;}
html:not(#_) .pagination-link:hover{background:#faf5ec;border-color:#b71c1c;color:#8e1414 !important;box-shadow:0 3px 0 #b71c1c;}
html:not(#_) .pagination-current{background:#b71c1c;border:1px solid #b71c1c;color:#fff !important;box-shadow:0 3px 0 #8e1414;}
html:not(#_) .pagination-ellipsis{color:#5f544c;}
/* boutons : rayon généreux, pied sombre + lueur rouge douce */
html:not(#_) .btn{border-radius:10px;font-weight:700;font-family:var(--rol-titre);letter-spacing:.01em;}
html:not(#_) .btn-primary{background:linear-gradient(180deg,#c62828,#b71c1c);color:#fff;border:0;box-shadow:0 3px 0 #8e1414,0 10px 22px rgba(183,28,28,.3);transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;}
html:not(#_) .btn-primary:hover{filter:none;background:#8e1414;transform:translateY(-2px);box-shadow:0 5px 0 #6f0f0f,0 16px 28px rgba(183,28,28,.36);}
html:not(#_) .btn-outline{border:1px solid #2b2420;color:#2b2420;background:#fffdf8;box-shadow:0 3px 0 #e8dcc6;}
html:not(#_) .btn-outline:hover{background:#faf5ec;color:#8e1414;border-color:#b71c1c;box-shadow:0 3px 0 #b71c1c;}
html:not(#_) .btn-lg{min-height:52px;padding-left:2rem;padding-right:2rem;font-size:1.05rem;}
/* CTA de milieu de page = carte de rencontre sur son piédestal (pied rouge, marche crème), cœur discret, hauteur naturelle */
html:not(#_) .cta-section{position:relative;text-align:center;background:var(--rol-coeur) center 26px / 26px 24px no-repeat,#fffdf8;color:#2b2420;border:1px solid #2b2420;border-radius:12px 12px 0 0;box-shadow:0 16px 36px rgba(183,28,28,.12);padding:62px 30px 36px;margin:8px auto 46px;max-width:700px;align-items:center;overflow:visible;}
html:not(#_) .cta-section::before{content:"";position:absolute;left:-12px;right:-12px;bottom:-10px;height:10px;background:#b71c1c;}
html:not(#_) .cta-section::after{content:"";position:absolute;left:-26px;right:-26px;bottom:-17px;height:7px;background:#e8dcc6;}
html:not(#_) .cta-section h2{color:#2b2420;font-family:var(--rol-titre);font-weight:700;font-size:1.65rem;margin-bottom:.5rem;line-height:1.25;}
html:not(#_) .cta-section p{color:#5f544c;font-size:1rem;max-width:30rem;margin:0 auto 22px;line-height:1.6;}
/* FAQ numérotée 01 … 04, carte de la ville, textes */
html:not(#_) .info-duo-col, html:not(#_) .ville-map-card{border:1px solid #e8dcc6;border-radius:12px;box-shadow:var(--rol-ombre);background:#fffdf8;overflow:hidden;}
html:not(#_) .info-duo-title, html:not(#_) .ville-map-header{background:#fffdf8;border-bottom:1px solid #2b2420;box-shadow:inset 0 -4px 0 #fffdf8,inset 0 -5px 0 #e8dcc6;color:#2b2420;font-family:var(--rol-titre);font-weight:700;padding:16px 20px 18px;}
html:not(#_) .ville-map-header h3{color:#2b2420;font-family:var(--rol-titre);}
html:not(#_) .ville-map-badge{background:#b71c1c;border-radius:0;}
html:not(#_) .ville-map-container{background:#f3ebdc;}
html:not(#_) .accordion{counter-reset:rol-faq;}
html:not(#_) .accordion-item{counter-increment:rol-faq;border-bottom:1px solid #e8dcc6;}
html:not(#_) .accordion-header{color:#2b2420;padding:14px 18px 14px 16px;font-family:var(--rol-titre);font-size:1rem;font-weight:700;transition:background-color .15s ease;}
html:not(#_) .accordion-header::before{content:counter(rol-faq,decimal-leading-zero);flex-shrink:0;min-width:1.8em;margin-top:.1em;font-size:.76rem;font-weight:700;letter-spacing:.06em;color:#b71c1c;font-variant-numeric:tabular-nums;}
html:not(#_) .accordion-header:hover{background:#faf5ec;}
html:not(#_) .accordion-item[open] > .accordion-header{background:#f6e6e2;}
html:not(#_) .accordion-header::after{border-color:#8e1414;}
html:not(#_) .accordion-body{color:#5f544c;padding:8px 20px 18px 16px;margin-left:calc(1.8em + 12px);border-left:2px solid #b71c1c;line-height:1.65;}
/* carte régionale, bandeau de villes, pilules et grilles de liens */
html:not(#_) .regional-map-section{background:#fffdf8;border:1px solid #e8dcc6;border-radius:12px;box-shadow:var(--rol-ombre);}
html:not(#_) .regional-map-head p{color:#5f544c;}
html:not(#_) .regional-map-canvas, html:not(#_) .regional-map-stage{border-radius:8px;}
html:not(#_) .regional-map-overlay{background:rgba(43,36,32,.42);}
html:not(#_) .regional-cities-strip{background:#f3ebdc;border-top:1px solid #2b2420;box-shadow:inset 0 4px 0 #faf5ec,inset 0 5px 0 #e8dcc6;}
html:not(#_) .rcs-fade-left{background:linear-gradient(to right,#f3ebdc,rgba(243,235,220,0));}
html:not(#_) .rcs-fade-right{background:linear-gradient(to left,#f3ebdc,rgba(243,235,220,0));}
html:not(#_) .rcs-chip, html:not(#_) .ville-pills .pill, html:not(#_) .links-grid .link-tag{background:#fffdf8;border:1px solid #e8dcc6;color:#2b2420;border-radius:6px;font-weight:600;box-shadow:0 2px 0 #e8dcc6;transition:background-color .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease;}
html:not(#_) .rcs-chip:hover, html:not(#_) .ville-pills .pill:hover, html:not(#_) .links-grid .link-tag:hover{background:#faf5ec;border-color:#b71c1c;color:#8e1414;box-shadow:0 2px 0 #b71c1c;transform:none;}
html:not(#_) .back-to-top{border-radius:8px;background:#b71c1c;border:1px solid #fffdf8;box-shadow:0 3px 0 #8e1414,0 8px 18px rgba(183,28,28,.35);}
/* pop-up profil (couleurs, bordures, rayons seulement) */
html:not(#_) .modal-content{border-radius:12px;border:1px solid #2b2420;box-shadow:0 30px 70px rgba(43,36,32,.38);background:#fffdf8;}
html:not(#_) .modal-carousel{border-radius:11px 11px 0 0;}
html:not(#_) .modal-close{background:#b71c1c;}
html:not(#_) .modal-nav{background:rgba(43,36,32,.7);}
html:not(#_) .modal-dot.active{background:#faf5ec;}
html:not(#_) .btn-cta-overlay{background:#b71c1c;border:1px solid #fffdf8;border-radius:10px;box-shadow:0 3px 0 #8e1414,0 8px 20px rgba(183,28,28,.4);font-family:var(--rol-titre);}
html:not(#_) .modal-body h3, html:not(#_) .modal-name{color:#2b2420;font-family:var(--rol-titre);}
html:not(#_) .modal-body .modal-meta{color:#8e1414;}
html:not(#_) .modal-tag{background:#faf5ec;color:#2b2420;border:1px solid #e8dcc6;border-radius:6px;}
html:not(#_) .modal-actions.modal-actions-sticky{border-top:1px solid #e8dcc6;background:#fffdf8;}
@media (min-width:768px){html:not(#_) .modal-carousel{border-radius:11px 0 0 11px;}}
/* pop-ups inscription / connexion et age gate (cartouche à socle, elles aussi) */
html:not(#_) .popup-card{border-radius:12px 12px 0 0;border:1px solid #2b2420;border-bottom:8px solid #b71c1c;box-shadow:0 24px 60px rgba(43,36,32,.34);background:#fffdf8;}
html:not(#_) .popup-close{background:#faf5ec;color:#8e1414;border:1px solid #e8dcc6;border-radius:6px;}
html:not(#_) .popup-close:hover{background:#b71c1c;color:#fff;border-color:#b71c1c;}
html:not(#_) .popup-icon{background:#f6e6e2;border-radius:6px;box-shadow:0 3px 0 #b71c1c;}
html:not(#_) .popup-icon svg{color:#b71c1c;}
html:not(#_) .popup-icon-login{background:#f3ebdc;}
html:not(#_) .popup-icon-login svg{color:#8e1414;}
html:not(#_) .popup-title{color:#2b2420;font-family:var(--rol-titre);}
html:not(#_) .popup-desc{color:#5f544c;}
html:not(#_) .popup-btn{background:linear-gradient(180deg,#c62828,#b71c1c);border-radius:10px;box-shadow:0 3px 0 #8e1414,0 10px 22px rgba(183,28,28,.3);}
html:not(#_) .popup-field input{border:1px solid #cdbfa6;border-radius:6px;background:#fffdf8;color:#2b2420;}
html:not(#_) .popup-field input:focus{border-color:#b71c1c;}
html:not(#_) .popup-field input::placeholder{color:#7d7168;}
html:not(#_) .popup-footer{border-top:1px solid #e8dcc6;color:#5f544c;}
html:not(#_) .age-gate-modal{background:#fffdf8;border-radius:12px 12px 0 0;border:1px solid #2b2420;border-bottom:8px solid #b71c1c;box-shadow:0 30px 70px rgba(43,36,32,.45);}
html:not(#_) .age-gate-modal h2{color:#2b2420;font-family:var(--rol-titre);font-weight:700;}
html:not(#_) .age-gate-lead{color:#2b2420;}
html:not(#_) .age-gate-body, html:not(#_) .age-gate-actions, html:not(#_) .age-gate-footnote{color:#5f544c;}
html:not(#_) .age-gate-link{color:#8e1414;}
html:not(#_) .age-gate-buttons .btn{min-height:46px;padding-left:1.4rem;padding-right:1.4rem;}

/* ---------- 6) Menu mobile : le tiroir reprend la sidebar (crème, filet rouge), lisible à 340 px ---------- */
html:not(#_) .ds-menu-overlay{background:rgba(43,36,32,.55);}
html:not(#_) body:has(#ds-menu:checked) aside.sidebar{background:#fffdf8;border-right:3px solid #b71c1c;}
html:not(#_) body:has(#ds-menu:checked) aside.sidebar .sidebar-inner{animation:none;border:0;border-radius:0;box-shadow:none;padding:6px 6px 22px;}
html:not(#_) .ds-menu-close{background:#faf5ec;color:#8e1414;border:1px solid #2b2420;border-radius:6px;box-shadow:0 2px 0 #b71c1c;}
html:not(#_) .ds-menu-close:hover{background:#b71c1c;color:#fff;border-color:#b71c1c;}
@media (max-width:768px){
  html:not(#_) body:has(#ds-menu:checked) .sb-logo{align-items:flex-start;padding:14px 56px 24px 10px;}
  html:not(#_) .sb-logo-text{font-size:1.1rem;}
  html:not(#_) .sb-link{min-height:48px;font-size:.98rem;padding-left:8px;}
  html:not(#_) .sb-link::before{font-size:.8rem;}
  html:not(#_) .sb-section-title{font-size:.74rem;padding:12px 6px 6px;}
  html:not(#_) .sb-map-quick-link{min-height:44px;font-size:.9rem;}
  html:not(#_) .sb-silo-region{min-height:44px;font-size:.94rem;}
  html:not(#_) .sb-silo-ville{min-height:40px;display:flex;align-items:center;font-size:.9rem;padding:4px 10px;}
  html:not(#_) .sb-silo-more{min-height:40px;display:flex;align-items:center;font-size:.86rem;}
  html:not(#_) .sb-top-list{gap:2px 8px;}
  html:not(#_) .sb-top-item{min-height:42px;align-items:center;font-size:.88rem;padding:6px 8px;}
  html:not(#_) .region-hero h1, html:not(#_) .ville-hero h1{font-size:1.5rem;padding:.5rem .9rem;}
  html:not(#_) .section{padding:20px 16px;}
  html:not(#_) .section h2{font-size:1.15rem;}
  html:not(#_) .cta-section{padding:56px 18px 30px;margin:8px 8px 40px;}
  html:not(#_) .cta-section h2{font-size:1.38rem;}
  html:not(#_) .footer-v1{padding:2rem 0 1rem;}
  html:not(#_) .footer-grid{flex-direction:column;align-items:center;text-align:center;gap:1.2rem;}
  html:not(#_) .footer-col ul{justify-content:center;}
}

/* ---------- 7) Mouvement réduit ---------- */
@media (prefers-reduced-motion:reduce){
  html:not(#_) .sidebar-inner{animation:none !important;}
  html:not(#_) .sb-logo-text::before, html:not(#_) .sb-logo-text, html:not(#_) .sb-link, html:not(#_) .sb-silo-region, html:not(#_) .sb-map-quick-link, html:not(#_) .sb-top-item, html:not(#_) .sb-silo-ville, html:not(#_) .profile-card, html:not(#_) .profile-photo::after, html:not(#_) .profile-photo img, html:not(#_) .profile-cta, html:not(#_) .btn-primary, html:not(#_) .btn-outline, html:not(#_) .filter-btn, html:not(#_) .footer-col a, html:not(#_) .rcs-chip, html:not(#_) .ville-pills .pill, html:not(#_) .links-grid .link-tag, html:not(#_) .ville-list a, html:not(#_) .accordion-header{transition:none !important;}
  html:not(#_) .sb-link:hover, html:not(#_) .sb-logo:hover .sb-logo-text::before, html:not(#_) .sb-map-quick-link:hover, html:not(#_) .profile-card:hover, html:not(#_) .profile-card:hover .profile-photo img, html:not(#_) .btn-primary:hover{transform:none !important;}
}

@media (prefers-reduced-motion: reduce){html:not(#_) .sidebar-inner{animation:none !important;transition:none !important;}}
/* __END_DESIGN_SITE__ */
