.gmb-single{max-width:760px;margin:0 auto;padding:2rem 1rem}
.gmb-event h1,.gmb-single>h1{font-family:Fraunces,serif;color:#2C3A32}
.gmb-meta{background:#F3EEE2;border-left:3px solid #C7A868;padding:.8rem 1rem;border-radius:0 8px 8px 0}
.gmb-evergreen{color:#4a5750;margin:1rem 0 1.5rem}
.gmb-source{font-size:.8rem;color:#6E7A6E;margin-top:2rem}
.gmb-list{list-style:none;padding:0;display:grid;gap:.8rem;margin:1rem 0}
.gmb-list li{border:1px solid #E6DDC9;border-radius:10px;padding:.9rem 1.1rem;background:#FBF8F1}
.gmb-list a{color:#3F6E5F;font-weight:600;text-decoration:none}
.gmb-list a:hover{color:#345A4E}
.gmb-filters{display:flex;gap:.6rem;flex-wrap:wrap;margin:1rem 0}
.gmb-filters select,.gmb-filters button{padding:.5rem .8rem;border:1px solid #E6DDC9;border-radius:8px;font-family:inherit}
.gmb-filters button{background:#3F6E5F;color:#fff;border-color:#3F6E5F;cursor:pointer}
.gmb-submit input,.gmb-submit select,.gmb-submit textarea{width:100%;max-width:420px;padding:.5rem;border:1px solid #E6DDC9;border-radius:8px;font-family:inherit}
.gmb-submit button{background:#3F6E5F;color:#fff;border:0;border-radius:8px;padding:.6rem 1.2rem;cursor:pointer}
.gmb-ok{background:#e3efe7;border-left:3px solid #3F6E5F;padding:.8rem 1rem;border-radius:0 8px 8px 0}

/* --- bloc recherche accueil --- */
.gmb-search{background:#F3EEE2;border-top:3px solid #C7A868;padding:2rem 1rem;text-align:center}
.gmb-search h2{font-family:Fraunces,serif;color:#2C3A32;margin:.2em 0}
.gmb-search-sub{color:#6E7A6E;margin:.2em 0 1rem}
.gmb-search-row{display:flex;gap:.6rem;max-width:640px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.gmb-ac{position:relative;flex:1;min-width:220px;text-align:left}
.gmb-ac input{width:100%;padding:.8rem 1rem;border:1px solid #E6DDC9;border-radius:12px;font-size:1rem;font-family:inherit}
.gmb-ac-list{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid #E6DDC9;border-radius:12px;box-shadow:0 10px 30px rgba(44,58,50,.12);list-style:none;margin:0;padding:.3rem;z-index:20;max-height:320px;overflow:auto}
.gmb-ac-list li{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;border-radius:8px;cursor:pointer}
.gmb-ac-list li[aria-selected="true"],.gmb-ac-list li:hover{background:color-mix(in srgb,#C7A868 14%,transparent)}
.gmb-ac-list em{margin-left:auto;font-size:.72rem;color:#6E7A6E;font-style:normal;text-transform:uppercase;letter-spacing:.06em}
.gmb-btn{background:#3F6E5F;color:#fff;border-radius:12px;padding:.8rem 1.3rem;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap}
.gmb-btn:hover{background:#345A4E}

/* --- annuaire carte + A-Z --- */
.gmb-annuaire{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;margin-top:1rem}
@media(max-width:760px){.gmb-annuaire{grid-template-columns:1fr}}
.gmb-map-svg svg{width:100%;height:auto}
.gmb-map-svg .gmb-reg{fill:#dbe6e0;stroke:#fff;stroke-width:1.5;cursor:pointer;transition:fill .15s}
.gmb-map-svg .gmb-reg:hover{fill:#C7A868}
.gmb-regions{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;padding:0;margin:.8rem 0 0}
.gmb-regions a{display:inline-block;padding:.35rem .7rem;border:1px solid #E6DDC9;border-radius:999px;text-decoration:none;color:#3F6E5F;font-size:.85rem}
.gmb-regions a:hover,.gmb-regions a:focus-visible{border-color:#C7A868;background:#F3EEE2}
.gmb-deptgrid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.4rem}
@media(max-width:420px){.gmb-deptgrid{grid-template-columns:1fr}}
.gmb-deptgrid a{display:flex;align-items:center;gap:.5rem;padding:.5rem .7rem;border:1px solid #E6DDC9;border-radius:9px;text-decoration:none;color:#2C3A32;font-size:.9rem}
.gmb-deptgrid a:hover,.gmb-deptgrid a:focus-visible{border-color:#C7A868;background:color-mix(in srgb,#C7A868 8%,transparent)}
.gmb-deptgrid .code{font-size:.72rem;color:#6E7A6E;min-width:22px}
.gmb-deptgrid .cnt{margin-left:auto;color:#3F6E5F;font-weight:700;font-size:.8rem}
.gmb-crumb{font-size:.8rem;color:#6E7A6E;margin:.2em 0}
.gmb-crumb a{color:#C7A868;text-decoration:none}
.gmb-note{font-size:.8rem;color:#6E7A6E;margin:.6rem 0 0}
:focus-visible{outline:2px solid #C7A868;outline-offset:2px}
@media (prefers-reduced-motion:reduce){.gmb-map-svg .gmb-reg{transition:none}}
/* === GMBPRETTY annuaire polish (pleine largeur) === */
.gmb-annuaire{grid-template-columns:minmax(300px,400px) 1fr;gap:2.2rem;align-items:start;margin-top:1.6rem}
.gmb-annuaire h2{position:relative;padding-bottom:.4rem}
.gmb-annuaire h2::after{content:"";position:absolute;left:0;bottom:0;width:46px;height:3px;background:#C7A868;border-radius:3px}
.gmb-map{position:sticky;top:1rem;background:#fff;border:1px solid #E6DDC9;border-radius:18px;padding:1.3rem;box-shadow:0 10px 30px rgba(44,58,50,.07)}
.gmb-map-svg{max-width:100%;margin:0 auto}
.gmb-map-svg .gmb-reg{fill:#cfe0d7;stroke:#fbf8f1;stroke-width:1.6;transition:fill .18s ease}
.gmb-map-svg .gmb-reg:hover,.gmb-map-svg .gmb-reg:focus-visible{fill:#C7A868}
.gmb-regions{margin-top:1rem;gap:.45rem}
.gmb-regions a{background:#F3EEE2;border-color:transparent}
.gmb-regions a:hover,.gmb-regions a:focus-visible{background:#3F6E5F;color:#fff;border-color:#3F6E5F}
.gmb-deptgrid{grid-template-columns:1fr 1fr 1fr;gap:.5rem}
.gmb-deptgrid a{border-radius:12px;transition:border-color .15s,box-shadow .15s,transform .12s}
.gmb-deptgrid a:hover{border-color:#C7A868;box-shadow:0 6px 16px rgba(44,58,50,.08);transform:translateY(-2px)}
.gmb-deptgrid .cnt{background:rgba(63,110,95,.12);color:#3F6E5F;padding:1px 9px;border-radius:999px;font-size:.72rem}
.gmb-single h1{font-size:clamp(28px,4vw,40px)}
@media(max-width:900px){.gmb-annuaire{grid-template-columns:1fr}.gmb-map{position:static}.gmb-deptgrid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.gmb-deptgrid{grid-template-columns:1fr}}
/* === GMBEVENT fiche événement enrichie === */
.gmb-event-page{max-width:1180px;margin:0 auto;padding:1.4rem 1.2rem 3rem}
.gmb-crumb{font-size:.82rem;color:#6d6558;margin:.2rem 0 1.1rem;line-height:1.7}
.gmb-crumb a{color:#3F6E5F;text-decoration:none}
.gmb-crumb a:hover{text-decoration:underline}
.gmb-crumb span{color:#2C3A32}
.gmb-event{background:#fff;border:1px solid #E6DDC9;border-radius:20px;padding:clamp(1.3rem,3vw,2.4rem);box-shadow:0 10px 34px rgba(44,58,50,.06)}
.gmb-event h1{margin:0 0 .3rem;line-height:1.12}
.gmb-lead{font-size:1.05rem;color:#3F6E5F;font-weight:600;margin:.1rem 0 1.6rem}
.gmb-event h2{position:relative;font-size:clamp(20px,2.4vw,26px);margin:2.1rem 0 1rem;padding-bottom:.4rem}
.gmb-event h2::after{content:"";position:absolute;left:0;bottom:0;width:46px;height:3px;background:#C7A868;border-radius:3px}
.gmb-infos{list-style:none;margin:0;padding:0;display:grid;gap:.1rem;border:1px solid #EFE7D5;border-radius:14px;overflow:hidden}
.gmb-infos li{display:grid;grid-template-columns:170px 1fr;gap:1rem;padding:.75rem 1.1rem;background:#FBF8F1}
.gmb-infos li:nth-child(even){background:#F3EEE2}
.gmb-infos .k{font-weight:600;color:#2C3A32}
.gmb-infos .v{color:#4a463d}
.gmb-infos .v a{color:#B0893E;font-weight:600;text-decoration:none}
.gmb-infos .v a:hover{text-decoration:underline}
.gmb-desc{color:#403c34;line-height:1.75}
.gmb-eventmap{height:360px;border-radius:16px;border:1px solid #E6DDC9;margin:.4rem 0 .9rem;z-index:0}
.gmb-geolinks{font-size:.92rem;color:#6d6558}
.gmb-geolinks a{display:inline-block;margin:.2rem .35rem .2rem 0;padding:.32rem .7rem;background:#F3EEE2;border-radius:999px;color:#3F6E5F;font-weight:600;text-decoration:none;font-size:.84rem}
.gmb-geolinks a:hover{background:#3F6E5F;color:#fff}
.gmb-source{font-size:.76rem;color:#8a8375;margin-top:2rem;border-top:1px dashed #E6DDC9;padding-top:1rem}
.gmb-source a{color:#8a8375}
@media(max-width:560px){.gmb-infos li{grid-template-columns:1fr;gap:.15rem}.gmb-eventmap{height:280px}}
/* === GMBSEARCHV2 bloc recherche accueil mis en avant === */
.gmb-search{background:#2C3A32;border:2px solid #C7A868;border-radius:20px;padding:2.8rem 1.5rem 2.4rem;margin:3rem auto;max-width:920px;box-shadow:0 16px 40px rgba(44,58,50,.16);position:relative}
.gmb-search-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:#C7A868;color:#2C3A32;font-weight:600;font-size:.8rem;padding:.4rem 1.05rem;border-radius:999px;white-space:nowrap;box-shadow:0 4px 12px rgba(44,58,50,.22)}
.gmb-search h2{color:#FBF8F1;font-size:clamp(24px,3vw,33px)}
.gmb-search-sub{color:#C9D3CC}
.gmb-search .gmb-ac input{background:#fff;color:#2C3A32}
.gmb-search .gmb-btn{background:#C7A868;color:#2C3A32}
.gmb-search .gmb-btn:hover{background:#B0893E;color:#2C3A32}
@media(max-width:560px){.gmb-search{margin:2rem auto;padding:2.4rem 1rem 2rem}.gmb-search-badge{font-size:.72rem}}
/* === GMBNEIGHBOURS bloc maillage zones voisines (panneau vert) === */
.gmb-neighbours{background:#2C3A32;border:2px solid #C7A868;border-radius:20px;padding:2.9rem 1.6rem 2.4rem;margin:3rem auto 1rem;max-width:920px;box-shadow:0 16px 40px rgba(44,58,50,.16);position:relative;text-align:center}
.gmb-neighbours-badge{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:#C7A868;color:#2C3A32;font-weight:600;font-size:.8rem;padding:.4rem 1.05rem;border-radius:999px;white-space:nowrap;box-shadow:0 4px 12px rgba(44,58,50,.22)}
.gmb-neighbours h2{color:#FBF8F1;font-family:Fraunces,serif;font-size:clamp(22px,2.6vw,28px);margin:.2rem 0 .5rem;padding:0}
.gmb-neighbours h2::after{display:none}
.gmb-neighbours-sub{color:#C9D3CC;margin:0 auto 1.5rem;max-width:540px}
.gmb-neighbours-list{display:flex;flex-wrap:wrap;gap:.55rem;justify-content:center}
.gmb-neighbours-list a{display:inline-flex;align-items:center;gap:.5rem;background:#FBF8F1;border-radius:999px;padding:.55rem 1rem;color:#2C3A32;font-weight:600;text-decoration:none;font-size:.92rem;transition:background .15s,color .15s}
.gmb-neighbours-list a:hover,.gmb-neighbours-list a:focus-visible{background:#C7A868;color:#2C3A32}
.gmb-neighbours-list .cnt{background:rgba(44,58,50,.1);color:#3F6E5F;font-size:.72rem;padding:1px 8px;border-radius:999px}
@media(max-width:560px){.gmb-neighbours{margin:2rem auto;padding:2.4rem 1rem 2rem}}
/* === GMBWIDTH conteneurs uniformes : #content est un flex, le main doit remplir (sinon il rétrécit au contenu) === */
.gmb-single,.gmb-event-page{width:100%}
