/* Épiceries Rurales – Campagnes solidaires 0.9 */
.er-ui{
  --er-pink:#d52f70;
  --er-pink-dark:#a72152;
  --er-pink-soft:#fff2f7;
  --er-pink-line:#f0cbd9;
  --er-ink:#132036;
  --er-text:#4b4347;
  --er-muted:#746b70;
  --er-white:#fff;
  --er-shadow:0 18px 50px rgba(56,20,34,.09);
  box-sizing:border-box;
  width:min(1200px,calc(100vw - 32px))!important;
  max-width:none!important;
  margin:24px 50% 70px!important;
  transform:translateX(-50%);
  color:var(--er-text)!important;
  font-family:inherit!important;
  line-height:1.5;
}
.er-ui *, .er-ui *:before, .er-ui *:after{box-sizing:border-box}
.er-ui a{text-decoration:none}
.er-ui h1,.er-ui h2,.er-ui h3,.er-ui h4{font-family:inherit!important;text-transform:none!important}

/* Le plugin fournit son propre hero : pas de double titre WordPress. */
.er-octobre-rose-page .entry-title,
.er-octobre-rose-page .wp-block-post-title,
.er-octobre-rose-page header.entry-header,
.er-octobre-rose-page header.entry-header .entry-title,
.er-octobre-rose-page .page-title,
.er-octobre-rose-page .page-header,
.er-octobre-rose-page .page__title,
.er-octobre-rose-page .singular-title,
.er-octobre-rose-page .post-title{display:none!important}
.er-octobre-rose-page .entry-content,
.er-octobre-rose-page .site-main,
.er-octobre-rose-page main{overflow:visible!important}

/* HERO commun à toutes les pages */
.er-ui .er-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr)!important;
  gap:44px!important;
  align-items:center!important;
  background:linear-gradient(135deg,#d83377 0%,#cf286a 55%,#b91f58 100%)!important;
  color:#fff!important;
  border:0!important;
  border-radius:28px!important;
  padding:52px 56px!important;
  box-shadow:0 22px 54px rgba(116,22,59,.16)!important;
  position:relative;
  overflow:hidden;
}
.er-ui .er-hero:after{
  content:"";
  position:absolute;
  width:370px;height:370px;border:1px solid rgba(255,255,255,.13);border-radius:50%;
  right:-135px;top:-180px;pointer-events:none;
}
.er-ui .er-hero-copy{position:relative;z-index:1;text-align:left!important}
.er-ui .er-kicker,
.er-ui .er-panel-kicker,
.er-ui .er-hero-card-kicker{
  display:block!important;
  font-size:.76rem!important;
  font-weight:850!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
}
.er-ui .er-kicker{color:#fff!important;opacity:.92;margin:0 0 13px!important}
.er-ui .er-hero h1{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(2.6rem,5vw,4.7rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  font-weight:850!important;
  max-width:790px!important;
}
.er-ui .er-hero-copy>p{
  margin:20px 0 0!important;
  max-width:730px!important;
  color:#fff!important;
  font-size:1.11rem!important;
  line-height:1.6!important;
  opacity:.96;
}
.er-ui .er-hero-actions{display:flex!important;flex-wrap:wrap!important;gap:11px!important;margin-top:27px!important}
.er-ui .er-hero-card{
  position:relative;z-index:1;
  background:#fff!important;
  color:var(--er-ink)!important;
  border-radius:20px!important;
  padding:27px!important;
  box-shadow:0 16px 35px rgba(74,13,38,.18)!important;
}
.er-ui .er-hero-card-kicker{color:var(--er-pink-dark)!important;margin-bottom:11px!important}
.er-ui .er-hero-card ul{list-style:none!important;padding:0!important;margin:0!important}
.er-ui .er-hero-card li{display:grid!important;gap:2px!important;padding:14px 0!important;border-top:1px solid #f0e5e9!important;margin:0!important}
.er-ui .er-hero-card li:first-child{border-top:0!important;padding-top:2px!important}
.er-ui .er-hero-card li strong{color:var(--er-ink)!important;font-size:1rem!important}
.er-ui .er-hero-card li span{color:var(--er-muted)!important;font-size:.9rem!important}
.er-ui .er-status-card strong{display:block!important;color:var(--er-pink-dark)!important;font-size:1.55rem!important;line-height:1.1!important;margin:7px 0 10px!important}
.er-ui .er-status-card p{margin:0!important;color:var(--er-muted)!important;font-size:.94rem!important}
.er-ui .er-stats-card{display:grid!important;grid-template-columns:1fr 1fr!important;gap:1px!important;padding:0!important;overflow:hidden!important;background:rgba(255,255,255,.22)!important}
.er-ui .er-stats-card>div{background:#fff!important;padding:27px 22px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;min-height:150px!important}
.er-ui .er-stats-card strong{font-size:2.5rem!important;line-height:1!important;color:var(--er-pink)!important}
.er-ui .er-stats-card span{margin-top:8px!important;color:var(--er-text)!important;font-size:.92rem!important}

/* Boutons */
.er-ui .er-btn{
  appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:46px!important;
  border-radius:999px!important;
  padding:12px 19px!important;
  font:inherit!important;
  font-weight:800!important;
  line-height:1.15!important;
  cursor:pointer!important;
  transition:.15s ease!important;
  text-align:center!important;
}
.er-ui .er-btn-light{background:#fff!important;color:var(--er-pink-dark)!important;border:1px solid #fff!important}
.er-ui .er-btn-ghost{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.7)!important}
.er-ui .er-btn-primary{background:var(--er-pink)!important;color:#fff!important;border:1px solid var(--er-pink)!important}
.er-ui .er-btn-outline{background:#fff!important;color:var(--er-pink-dark)!important;border:1px solid #d98aa7!important}
.er-ui .er-btn:hover{transform:translateY(-1px)!important}
.er-ui .er-btn-primary:hover{background:#b9225a!important;border-color:#b9225a!important}

/* Panneaux communs */
.er-ui .er-panel{
  background:#fff!important;
  border:1px solid #eadce1!important;
  border-radius:24px!important;
  padding:40px 44px!important;
  margin-top:28px!important;
  box-shadow:var(--er-shadow)!important;
}
.er-ui .er-panel-heading{max-width:830px!important;margin:0 0 28px!important;text-align:left!important}
.er-ui .er-panel-kicker{color:var(--er-pink-dark)!important;margin-bottom:6px!important}
.er-ui .er-panel-heading h2,.er-ui .er-panel>h2{
  margin:0 0 8px!important;
  color:var(--er-ink)!important;
  font-size:clamp(1.75rem,3vw,2.55rem)!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
  font-weight:830!important;
}
.er-ui .er-panel-heading p,.er-ui .er-panel>p{margin:0!important;color:var(--er-muted)!important;font-size:1rem!important;line-height:1.55!important}

/* Formulaire */
.er-ui .er-form-v7{margin:0!important;padding:0!important}
.er-ui .er-step{padding:31px 0!important;border-top:1px solid #eee4e8!important;background:#fff!important}
.er-ui .er-step:first-of-type{border-top:0!important;padding-top:6px!important}
.er-ui .er-step-head{
  display:grid!important;
  grid-template-columns:36px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:start!important;
  margin:0 0 20px!important;
  text-align:left!important;
}
.er-ui .er-step-head>span{
  display:flex!important;align-items:center!important;justify-content:center!important;
  width:34px!important;height:34px!important;border-radius:50%!important;
  background:#f8dce7!important;color:var(--er-pink-dark)!important;font-weight:850!important;
}
.er-ui .er-step-head h3{margin:0!important;color:var(--er-ink)!important;font-size:1.35rem!important;line-height:1.2!important;font-weight:820!important;text-align:left!important}
.er-ui .er-step-head p{margin:4px 0 0!important;color:var(--er-muted)!important;font-size:.94rem!important;text-align:left!important}
.er-ui .er-fields{display:grid!important;gap:16px!important}
.er-ui .er-fields-store{grid-template-columns:1.55fr 1fr 130px!important}
.er-ui .er-fields-2{grid-template-columns:1fr 1fr!important}
.er-ui .er-form-v7 label,.er-ui .er-recover-form label{display:block!important;margin:0!important;color:#302b2e!important;font-weight:760!important;text-align:left!important}
.er-ui .er-form-v7 label small{font-weight:500!important;color:var(--er-muted)!important}
.er-ui .er-form-v7 input[type=text],
.er-ui .er-form-v7 input[type=email],
.er-ui .er-form-v7 textarea,
.er-ui .er-recover-form input{
  display:block!important;width:100%!important;margin:8px 0 0!important;
  border:1px solid #d8cbd0!important;border-radius:13px!important;background:#fff!important;
  padding:14px 15px!important;min-height:52px!important;box-shadow:none!important;
  font:inherit!important;color:#2c282a!important;
}
.er-ui .er-form-v7 textarea{min-height:145px!important;resize:vertical!important;line-height:1.55!important;font-size:1.03rem!important}
.er-ui .er-form-v7 input:focus,.er-ui .er-form-v7 textarea:focus,.er-ui .er-recover-form input:focus{outline:none!important;border-color:var(--er-pink)!important;box-shadow:0 0 0 4px rgba(213,47,112,.10)!important}
.er-ui .er-char-help{display:block!important;text-align:right!important;margin-top:7px!important;color:var(--er-muted)!important;font-weight:500!important}
.er-ui .er-ideas{margin-top:17px!important;background:#fff5f8!important;border:1px solid #f0cfdb!important;border-radius:15px!important;padding:18px!important}
.er-ui .er-ideas>strong{color:var(--er-pink-dark)!important}.er-ui .er-ideas>p{margin:4px 0 12px!important;color:var(--er-muted)!important;font-size:.93rem!important}
.er-ui .er-example-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0!important}
.er-ui .er-example-chip{appearance:none!important;border:1px solid #dfa1b7!important;background:#fff!important;color:#8f214c!important;border-radius:999px!important;padding:8px 12px!important;font:inherit!important;font-size:.9rem!important;font-weight:760!important;cursor:pointer!important}
.er-ui .er-example-chip:hover{background:#f9e1e9!important}
.er-ui .er-finder{margin-top:15px!important;border:1px solid #ead6de!important;border-radius:13px!important;background:#fff!important;overflow:hidden!important}
.er-ui .er-finder summary{padding:14px 16px!important;background:#fff7fa!important;color:var(--er-pink-dark)!important;font-weight:800!important;cursor:pointer!important;list-style:none!important}
.er-ui .er-finder summary::-webkit-details-marker{display:none}
.er-ui .er-finder summary:after{content:"+";float:right}.er-ui .er-finder[open] summary:after{content:"−"}
.er-ui .er-finder-body{padding:17px!important;border-top:1px solid #eee0e5!important}
.er-ui .er-finder-body>p{margin:0 0 13px!important;color:var(--er-muted)!important}
.er-ui .er-finder-buttons{display:flex!important;flex-wrap:wrap!important;gap:9px!important}
.er-ui .er-finder-note{margin:12px 0 0!important;font-size:.86rem!important;color:var(--er-muted)!important}
.er-ui .er-consent{display:flex!important;gap:11px!important;align-items:flex-start!important;margin:23px 0 0!important;padding:16px 17px!important;background:#fff6f9!important;border:1px solid #efd4de!important;border-radius:13px!important;font-weight:550!important;line-height:1.45!important}
.er-ui .er-consent input{margin-top:4px!important;flex:0 0 auto!important}
.er-ui .er-submit-zone{text-align:center!important;padding-top:27px!important}
.er-ui .er-submit-button{min-width:min(100%,430px)!important;min-height:54px!important;font-size:1.03rem!important}
.er-ui .er-submit-zone p{margin:9px 0 0!important;color:var(--er-muted)!important;font-size:.89rem!important}

/* Bas page inscription */
.er-ui .er-bottom-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:28px!important}
.er-ui .er-bottom-grid .er-panel{margin-top:28px!important}
.er-ui .er-recover-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:11px!important;align-items:end!important;margin-top:18px!important}
.er-ui .er-notice-success{margin:15px 0!important;padding:12px 14px!important;border-radius:11px!important;background:#eaf7ef!important;color:#226240!important;font-weight:700!important}
.er-ui .er-info-panel ul{margin:16px 0 0!important;padding:0!important;list-style:none!important}
.er-ui .er-info-panel li{position:relative!important;padding:10px 0 10px 28px!important;border-top:1px solid #eee4e8!important;margin:0!important}
.er-ui .er-info-panel li:first-child{border-top:0!important}.er-ui .er-info-panel li:before{content:"✓";position:absolute;left:0;color:var(--er-pink)!important;font-weight:900!important}

/* Kit */
.er-ui .er-poster-layout{display:grid!important;grid-template-columns:minmax(310px,520px) minmax(260px,1fr)!important;gap:42px!important;align-items:center!important}
.er-ui .er-poster-preview{display:block!important;width:100%!important;background:#f5f1f3!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 16px 36px rgba(43,19,28,.13)!important}
.er-ui .er-poster-preview img{display:block!important;width:100%!important;height:auto!important}
.er-ui .er-poster-actions h3{margin:0 0 10px!important;color:var(--er-ink)!important;font-size:1.4rem!important}.er-ui .er-poster-actions p{margin:0 0 20px!important;color:var(--er-muted)!important}
.er-ui .er-poster-actions .er-btn{display:flex!important;width:100%!important;margin-top:10px!important}
.er-ui .er-goodies-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px!important;align-items:start!important}
.er-ui .er-goodie{background:#fff!important;border:1px solid #eadbe1!important;border-radius:18px!important;padding:14px!important;text-align:left!important}
.er-ui .er-goodie-preview{display:block!important;overflow:hidden!important;border-radius:12px!important;background:#f5edf0!important;box-shadow:0 6px 16px rgba(52,21,33,.07)!important}
.er-ui .er-goodie-preview svg{display:block!important;width:100%!important;height:auto!important}
.er-ui .er-goodie-story svg{max-height:480px!important;width:auto!important;max-width:100%!important;margin:auto!important}
.er-ui .er-goodie h4{margin:13px 0 2px!important;color:var(--er-ink)!important;font-size:1.05rem!important}.er-ui .er-goodie small{display:block!important;color:var(--er-muted)!important;margin-bottom:12px!important}
.er-ui .er-goodie-actions{display:flex!important;gap:8px!important;flex-wrap:wrap!important}.er-ui .er-goodie-actions .er-btn{min-height:40px!important;padding:9px 14px!important;font-size:.89rem!important}
.er-ui .er-text-button{appearance:none!important;border:0!important;background:transparent!important;color:var(--er-pink-dark)!important;font:inherit!important;font-size:.88rem!important;font-weight:760!important;cursor:pointer!important;padding:8px!important}
.er-ui .er-link-panel{background:#fff8fa!important}

/* Initiatives */
.er-ui .er-actions-toolbar{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:28px!important}
.er-ui .er-actions-toolbar h2{margin:3px 0 0!important;color:var(--er-ink)!important;font-size:2rem!important;line-height:1.1!important}
.er-ui .er-filter-v7{display:flex!important;align-items:end!important;gap:9px!important;margin:0!important}
.er-ui .er-filter-v7 label{display:block!important;color:#383236!important;font-weight:760!important}
.er-ui .er-filter-v7 select{display:block!important;margin-top:6px!important;min-width:190px!important;padding:10px 12px!important;border:1px solid #d7c9cf!important;border-radius:11px!important;background:#fff!important;font:inherit!important}
.er-ui .er-clear-filter{padding:10px!important;color:var(--er-pink-dark)!important;font-weight:800!important}
.er-ui .er-actions-grid-v7{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.er-ui .er-action-card-v7{background:#fff!important;border:1px solid #eadddf!important;border-radius:17px!important;padding:22px!important;box-shadow:0 7px 20px rgba(53,22,34,.05)!important;text-align:left!important}
.er-ui .er-action-card-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:14px!important}
.er-ui .er-dept-pill{display:inline-flex!important;border-radius:999px!important;background:#f8dce6!important;color:var(--er-pink-dark)!important;padding:5px 9px!important;font-size:.78rem!important;font-weight:850!important}.er-ui .er-card-city{color:var(--er-muted)!important;font-size:.9rem!important;font-weight:700!important}
.er-ui .er-action-card-v7 h3{margin:0 0 11px!important;color:var(--er-ink)!important;font-size:1.28rem!important;line-height:1.2!important}.er-ui .er-card-action{margin:0 0 15px!important;color:#3b3538!important;font-size:1rem!important;line-height:1.55!important}.er-ui .er-card-meta,.er-ui .er-card-contact{margin:8px 0 0!important;color:var(--er-muted)!important;font-size:.9rem!important}
.er-ui .er-empty-state{grid-column:1/-1!important;text-align:center!important;padding:45px 20px!important;background:#fff8fa!important;border-radius:15px!important}.er-ui .er-empty-state strong{color:var(--er-ink)!important;font-size:1.15rem!important}.er-ui .er-empty-state p{margin:7px 0 0!important;color:var(--er-muted)!important}

/* Compteur seul */
.er-counter{background:var(--er-pink,#d52f70)!important;color:#fff!important;padding:16px 20px!important;border-radius:14px!important;text-align:center!important;font-size:1.02rem!important;margin:0!important}.er-counter strong{font-size:1.35em!important}.er-counter span{opacity:.6;padding:0 10px!important}

@media(max-width:980px){
  .er-ui .er-hero{grid-template-columns:1fr!important;padding:44px 40px!important}
  .er-ui .er-hero-card{max-width:620px!important}
  .er-ui .er-fields-store{grid-template-columns:1fr 1fr!important}.er-ui .er-fields-store label:first-child{grid-column:1/-1!important}
  .er-ui .er-poster-layout{grid-template-columns:minmax(270px,430px) 1fr!important;gap:28px!important}
  .er-ui .er-actions-grid-v7{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .er-ui{width:calc(100vw - 20px)!important;margin-top:12px!important;margin-bottom:45px!important}
  .er-ui .er-hero{padding:32px 24px!important;border-radius:21px!important;gap:26px!important}
  .er-ui .er-hero h1{font-size:clamp(2.3rem,12vw,3.4rem)!important}
  .er-ui .er-hero-copy>p{font-size:1rem!important}.er-ui .er-hero-actions{display:grid!important;grid-template-columns:1fr!important}.er-ui .er-btn{width:100%!important}
  .er-ui .er-stats-card{grid-template-columns:1fr 1fr!important}.er-ui .er-stats-card>div{min-height:125px!important;padding:20px 16px!important}
  .er-ui .er-panel{padding:28px 19px!important;border-radius:18px!important;margin-top:18px!important}
  .er-ui .er-step{padding:26px 0!important}.er-ui .er-step-head{grid-template-columns:32px 1fr!important;gap:10px!important}.er-ui .er-step-head>span{width:30px!important;height:30px!important}
  .er-ui .er-fields-store,.er-ui .er-fields-2{grid-template-columns:1fr!important}.er-ui .er-fields-store label:first-child{grid-column:auto!important}
  .er-ui .er-example-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.er-ui .er-example-chip{white-space:normal!important;line-height:1.25!important}
  .er-ui .er-finder-buttons{display:grid!important;grid-template-columns:1fr!important}
  .er-ui .er-bottom-grid{grid-template-columns:1fr!important;gap:0!important}.er-ui .er-recover-form{grid-template-columns:1fr!important}
  .er-ui .er-poster-layout{grid-template-columns:1fr!important}.er-ui .er-poster-preview{max-width:430px!important;margin:auto!important}.er-ui .er-goodies-grid{grid-template-columns:1fr!important}.er-ui .er-goodie{max-width:440px!important;width:100%!important;margin:auto!important}
  .er-ui .er-actions-toolbar{align-items:stretch!important;flex-direction:column!important}.er-ui .er-filter-v7{align-items:stretch!important;flex-direction:column!important}.er-ui .er-filter-v7 select{width:100%!important}.er-ui .er-actions-grid-v7{grid-template-columns:1fr!important}
}
@media(max-width:430px){
  .er-ui .er-example-actions{grid-template-columns:1fr!important}
  .er-ui .er-hero{padding:28px 19px!important}.er-ui .er-panel{padding:25px 16px!important}
  .er-ui .er-stats-card>div{padding:18px 12px!important}.er-ui .er-stats-card strong{font-size:2.05rem!important}
}

/* =========================================================
   V0.9 — workflow manuel, aperçu du kit et carte nationale
   ========================================================= */
.er-ui .er-form-v9{margin:0!important;padding:0!important}
.er-ui .er-form-v9 .er-step{padding:34px 0!important;border-top:1px solid #eee1e6!important}
.er-ui .er-form-v9 .er-step:first-of-type{border-top:0!important;padding-top:8px!important}
.er-ui .er-form-v9 .er-step-head{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:16px!important;align-items:start!important;margin:0 0 22px!important;text-align:left!important}
.er-ui .er-form-v9 .er-step-head>span{width:42px!important;height:42px!important;border-radius:50%!important;background:#f8dce7!important;color:var(--er-pink-dark)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;font-size:1rem!important}
.er-ui .er-form-v9 .er-step-head h3{margin:0!important;color:var(--er-ink)!important;font-size:1.38rem!important;line-height:1.2!important;text-align:left!important}
.er-ui .er-form-v9 .er-step-head p{margin:5px 0 0!important;color:var(--er-muted)!important;font-size:.96rem!important;text-align:left!important}
.er-ui .er-fields-store-v9{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(0,1fr) minmax(220px,.8fr)!important;gap:16px!important;align-items:end!important}
.er-ui .er-form-v9 label{display:block!important;color:#302a2d!important;font-weight:760!important;text-align:left!important}
.er-ui .er-form-v9 label small{font-weight:500!important;color:var(--er-muted)!important}
.er-ui .er-form-v9 input[type=text],
.er-ui .er-form-v9 input[type=email],
.er-ui .er-form-v9 select,
.er-ui .er-form-v9 textarea,
.er-ui .er-recover-form input[type=email]{width:100%!important;max-width:none!important;margin:8px 0 0!important;padding:14px 15px!important;border:1px solid #ddcdd3!important;border-radius:13px!important;background:#fff!important;color:var(--er-ink)!important;font:inherit!important;font-weight:500!important;box-shadow:none!important;outline:none!important}
.er-ui .er-form-v9 select{min-height:53px!important}
.er-ui .er-form-v9 textarea{min-height:128px!important;resize:vertical!important;line-height:1.5!important}
.er-ui .er-form-v9 input:focus,.er-ui .er-form-v9 select:focus,.er-ui .er-form-v9 textarea:focus,.er-ui .er-recover-form input:focus{border-color:var(--er-pink)!important;box-shadow:0 0 0 3px rgba(213,47,112,.10)!important}
.er-ui .er-fields-2{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}
.er-ui .er-char-help{display:block!important;text-align:right!important;margin-top:6px!important;color:var(--er-muted)!important;font-weight:500!important}

/* Aperçu du kit AVANT inscription */
.er-ui .er-showcase{overflow:hidden!important}
.er-ui .er-showcase-grid{display:grid!important;grid-template-columns:1.05fr 1fr .72fr!important;gap:22px!important;align-items:start!important;margin-top:26px!important}
.er-ui .er-showcase-card{margin:0!important;background:#fff!important;border:1px solid #eadce2!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 10px 28px rgba(56,20,34,.06)!important}
.er-ui .er-showcase-image{background:#f5edf1!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;overflow:hidden!important;min-height:260px!important}
.er-ui .er-showcase-image img{display:block!important;width:100%!important;height:auto!important;margin:0!important}
.er-ui .er-showcase-story img{width:auto!important;max-width:100%!important;max-height:520px!important}
.er-ui .er-showcase-card figcaption{padding:16px 17px 18px!important;text-align:left!important}
.er-ui .er-showcase-card figcaption strong{display:block!important;color:var(--er-ink)!important;font-size:1.03rem!important}
.er-ui .er-showcase-card figcaption span{display:block!important;margin-top:3px!important;color:var(--er-muted)!important;font-size:.89rem!important}
.er-ui .er-flow-list{list-style:none!important;margin:0!important;padding:0!important;counter-reset:flow!important}
.er-ui .er-flow-list li{position:relative!important;padding:14px 0 14px 40px!important;border-top:1px solid #f0e5e9!important;margin:0!important;counter-increment:flow!important}
.er-ui .er-flow-list li:first-child{border-top:0!important;padding-top:3px!important}
.er-ui .er-flow-list li:before{content:counter(flow)!important;position:absolute!important;left:0!important;top:14px!important;width:27px!important;height:27px!important;border-radius:50%!important;background:#f8dce7!important;color:var(--er-pink-dark)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:.78rem!important;font-weight:900!important}
.er-ui .er-flow-list li:first-child:before{top:3px!important}
.er-ui .er-flow-list strong{display:block!important;color:var(--er-ink)!important;font-size:.98rem!important}
.er-ui .er-flow-list span{display:block!important;color:var(--er-muted)!important;font-size:.88rem!important;margin-top:2px!important}
.er-ui .er-success-panel{background:linear-gradient(180deg,#fff9fb,#fff3f7)!important;border-color:#efc9d8!important}
.er-ui .er-success-panel h2{margin:5px 0 10px!important;color:var(--er-ink)!important;font-size:1.65rem!important}
.er-ui .er-success-panel p{margin:7px 0!important}

/* Kit validé : exactement la même grammaire visuelle que l'inscription */
.er-ui .er-download-grid{display:grid!important;grid-template-columns:1.05fr 1fr .72fr!important;gap:22px!important;margin-top:24px!important;align-items:start!important}
.er-ui .er-download-card{border:1px solid #eadce2!important;border-radius:18px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 10px 28px rgba(56,20,34,.06)!important}
.er-ui .er-download-card>a:first-child{display:flex!important;background:#f5edf1!important;align-items:flex-start!important;justify-content:center!important;overflow:hidden!important;min-height:260px!important}
.er-ui .er-download-card img{display:block!important;width:100%!important;height:auto!important;margin:0!important}
.er-ui .er-download-card:not(.er-download-a4):last-child>a:first-child img{width:auto!important;max-height:520px!important;max-width:100%!important}
.er-ui .er-download-card>div{padding:16px 17px 18px!important}
.er-ui .er-download-card h3{margin:0!important;color:var(--er-ink)!important;font-size:1.08rem!important}
.er-ui .er-download-card p{margin:4px 0 13px!important;color:var(--er-muted)!important;font-size:.9rem!important}
.er-ui .er-card-buttons{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}

/* Carte : fond fixe local + marqueurs par département, sans API externe */
.er-ui .er-map-panel{padding:30px 34px!important}
.er-ui .er-map-wrap{width:100%!important}
.er-ui .er-map-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:18px!important;text-align:left!important}
.er-ui .er-map-head h2{margin:4px 0 0!important;color:var(--er-ink)!important;font-size:1.9rem!important;line-height:1.15!important}
.er-ui .er-map-head p{margin:0!important;color:var(--er-muted)!important;max-width:330px!important;text-align:right!important}
.er-ui .er-france-map{display:block!important;width:min(100%,820px)!important;height:auto!important;margin:0 auto!important;background:linear-gradient(180deg,#fffafd,#fff)!important;border:1px solid #f1dce4!important;border-radius:20px!important;padding:14px!important}
.er-ui .er-france-shape,.er-ui .er-corsica-shape{fill:#f7e4eb!important;stroke:#d9aabd!important;stroke-width:2!important}
.er-ui .er-map-marker{cursor:pointer!important;transition:opacity .18s ease,transform .18s ease!important;outline:none!important}
.er-ui .er-map-marker circle{fill:var(--er-pink)!important;stroke:#fff!important;stroke-width:3!important;filter:drop-shadow(0 4px 7px rgba(112,24,58,.18))!important}
.er-ui .er-map-marker text{fill:#fff!important;font-size:10px!important;font-weight:900!important;pointer-events:none!important}
.er-ui .er-map-marker .er-map-count{fill:var(--er-pink-dark)!important;font-size:10px!important;font-weight:900!important;paint-order:stroke!important;stroke:#fff!important;stroke-width:4px!important}
.er-ui .er-map-marker:hover circle,.er-ui .er-map-marker:focus circle,.er-ui .er-map-marker.is-active circle{fill:var(--er-ink)!important}
.er-ui .er-map-marker.is-muted{opacity:.23!important}
.er-ui .er-overseas-title{fill:var(--er-muted)!important;font-size:11px!important;font-weight:800!important}
.er-ui .er-map-legend{display:flex!important;justify-content:center!important;align-items:center!important;gap:20px!important;flex-wrap:wrap!important;margin-top:14px!important;color:var(--er-muted)!important;font-size:.88rem!important}
.er-ui .er-map-legend span{display:flex!important;align-items:center!important;gap:7px!important}
.er-ui .er-map-legend i{display:inline-block!important;width:12px!important;height:12px!important;border-radius:50%!important;background:var(--er-pink)!important}
.er-ui .er-map-reset,.er-ui .er-clear-filter{appearance:none!important;border:0!important;background:transparent!important;color:var(--er-pink-dark)!important;font:inherit!important;font-weight:800!important;cursor:pointer!important;text-decoration:underline!important;text-underline-offset:3px!important}
.er-ui .er-filter-v9{display:flex!important;align-items:end!important;gap:10px!important;margin:0!important}
.er-ui .er-filter-v9 label{font-weight:760!important;color:#383236!important}
.er-ui .er-filter-v9 select{display:block!important;margin-top:6px!important;min-width:260px!important;padding:11px 13px!important;border:1px solid #d7c9cf!important;border-radius:11px!important;background:#fff!important;font:inherit!important}
.er-ui .er-no-filter-results{margin-top:18px!important;padding:20px!important;border-radius:13px!important;background:#fff7fa!important;text-align:center!important;color:var(--er-muted)!important}

/* Renforcement : aucun H1 du thème au-dessus du module */
body.er-octobre-rose-page .entry-header,
body.er-octobre-rose-page .entry-title,
body.er-octobre-rose-page .page-title,
body.er-octobre-rose-page .wp-block-post-title,
body.er-octobre-rose-page .page-header,
body.er-octobre-rose-page .hero-title,
body.er-octobre-rose-page .elementor-page-title,
body.er-octobre-rose-page [class*="page-title"]{display:none!important}

@media(max-width:980px){
  .er-ui .er-fields-store-v9{grid-template-columns:1fr 1fr!important}
  .er-ui .er-fields-store-v9 label:first-child{grid-column:1/-1!important}
  .er-ui .er-showcase-grid,.er-ui .er-download-grid{grid-template-columns:1fr 1fr!important}
  .er-ui .er-showcase-card:last-child,.er-ui .er-download-card:last-child{grid-column:1/-1!important;max-width:430px!important;width:100%!important;margin:0 auto!important}
}
@media(max-width:760px){
  .er-ui .er-form-v9 .er-step{padding:27px 0!important}
  .er-ui .er-form-v9 .er-step-head{grid-template-columns:34px minmax(0,1fr)!important;gap:11px!important}
  .er-ui .er-form-v9 .er-step-head>span{width:34px!important;height:34px!important}
  .er-ui .er-fields-store-v9,.er-ui .er-fields-2{grid-template-columns:1fr!important}
  .er-ui .er-fields-store-v9 label:first-child{grid-column:auto!important}
  .er-ui .er-showcase-grid,.er-ui .er-download-grid{grid-template-columns:1fr!important}
  .er-ui .er-showcase-card:last-child,.er-ui .er-download-card:last-child{grid-column:auto!important;max-width:none!important}
  .er-ui .er-map-panel{padding:23px 16px!important}
  .er-ui .er-map-head{display:block!important}
  .er-ui .er-map-head p{text-align:left!important;margin-top:8px!important}
  .er-ui .er-filter-v9{align-items:stretch!important;flex-direction:column!important}
  .er-ui .er-filter-v9 select{width:100%!important;min-width:0!important}
  .er-ui .er-france-map{padding:4px!important;border-radius:14px!important}
}

/* =========================================================
   V0.10 — confirmation visible + carte départementale réelle
   ========================================================= */
.er-ui #er-confirmation,
.er-ui #er-retrouver,
.er-ui #er-kit{scroll-margin-top:24px!important}
.er-ui .er-success-panel{
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:center!important;
  padding:30px 34px!important;
  background:linear-gradient(135deg,#fff1f6 0%,#ffe4ee 100%)!important;
  border:2px solid #df6b98!important;
  box-shadow:0 18px 42px rgba(154,28,78,.14)!important;
}
.er-ui .er-success-icon{
  width:64px!important;height:64px!important;border-radius:50%!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:var(--er-pink)!important;color:#fff!important;font-size:2rem!important;font-weight:900!important;
  box-shadow:0 8px 22px rgba(213,47,112,.22)!important
}
.er-ui .er-success-copy h2{font-size:1.85rem!important;margin:4px 0 10px!important}
.er-ui .er-success-copy p{font-size:1.04rem!important;line-height:1.55!important}

.er-ui .er-map-canvas{position:relative!important;min-height:560px!important;border:1px solid #f1dce4!important;border-radius:20px!important;background:linear-gradient(180deg,#fffafd,#fff)!important;overflow:hidden!important}
.er-ui .er-france-map{width:100%!important;height:100%!important;min-height:560px!important;display:block!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important}
.er-ui .er-map-loading{position:absolute!important;inset:0!important;display:grid!important;place-items:center!important;color:var(--er-muted)!important;font-weight:800!important;background:rgba(255,250,253,.92)!important;z-index:3!important}
.er-ui .er-map-tooltip{position:absolute!important;z-index:5!important;display:none!important;pointer-events:none!important;background:#291f23!important;color:#fff!important;padding:9px 11px!important;border-radius:9px!important;font-size:.82rem!important;line-height:1.35!important;box-shadow:0 10px 28px rgba(0,0,0,.2)!important;max-width:220px!important}
.er-ui .er-map-dept{fill:#fbf4f7!important;stroke:#c9adb8!important;stroke-width:.85!important;vector-effect:non-scaling-stroke!important;cursor:pointer!important;transition:fill .15s ease,stroke .15s ease,opacity .15s ease!important;outline:none!important}
.er-ui .er-map-dept.has-data{fill:#f7dce7!important}
.er-ui .er-map-dept:hover,
.er-ui .er-map-dept:focus,
.er-ui .er-map-dept.is-selected{fill:#f4bad1!important;stroke:var(--er-pink-dark)!important;stroke-width:1.8!important}
.er-ui .er-map-dept.is-muted{opacity:.38!important}
.er-ui .er-map-marker{cursor:pointer!important;outline:none!important;transition:opacity .15s ease!important}
.er-ui .er-map-marker circle{fill:var(--er-pink)!important;stroke:#fff!important;stroke-width:3!important;filter:drop-shadow(0 4px 8px rgba(112,24,58,.23))!important}
.er-ui .er-map-marker text{fill:#fff!important;font-size:10px!important;font-weight:900!important;pointer-events:none!important}
.er-ui .er-map-marker.is-selected circle{fill:#291f23!important}
.er-ui .er-map-marker.is-muted{opacity:.35!important}

@media(max-width:760px){
  .er-ui .er-success-panel{grid-template-columns:1fr!important;text-align:center!important;padding:25px 20px!important}
  .er-ui .er-success-icon{margin:0 auto!important}
  .er-ui .er-success-copy .er-panel-kicker,.er-ui .er-success-copy h2,.er-ui .er-success-copy p{text-align:center!important}
  .er-ui .er-map-canvas,.er-ui .er-france-map{min-height:420px!important}
}
/* v0.11 — carte rendue en calques SVG côté serveur, sans écran de chargement */
.er-ui .er-map-region{fill:none!important;stroke:#c795aa!important;stroke-width:2.1!important;vector-effect:non-scaling-stroke!important;pointer-events:none!important;opacity:.62!important}
.er-ui .er-map-source{margin:12px 0 0!important;text-align:center!important;color:var(--er-muted)!important;font-size:.78rem!important}
.er-ui .er-map-unavailable{min-height:420px!important;display:grid!important;place-items:center!important;color:var(--er-muted)!important;font-weight:800!important}

/* ===== Page d'accueil de l'opération – v0.12 ===== */
.er-ui.er-operation-home .er-home-hero-card{padding:30px!important}
.er-ui .er-home-stats{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;margin:2px 0 18px!important}
.er-ui .er-home-stats>div{background:#fff5f8!important;border:1px solid #f0cfdb!important;border-radius:16px!important;padding:18px!important;min-height:118px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.er-ui .er-home-stats strong{display:block!important;color:var(--er-pink)!important;font-size:2.35rem!important;line-height:1!important;font-weight:900!important}
.er-ui .er-home-stats span{display:block!important;margin-top:7px!important;color:var(--er-text)!important;font-size:.88rem!important;line-height:1.3!important;font-weight:700!important}
.er-ui .er-home-hero-card>p{margin:0!important;color:var(--er-muted)!important;font-size:.91rem!important;line-height:1.5!important}

.er-ui .er-operation-heading{max-width:900px!important}
.er-ui .er-operation-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:26px!important}
.er-ui .er-operation-card{background:linear-gradient(180deg,#fff 0%,#fff8fb 100%)!important;border:1px solid #efd8e1!important;border-radius:20px!important;padding:26px!important;min-height:230px!important;text-align:left!important}
.er-ui .er-operation-number{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:42px!important;height:30px!important;border-radius:999px!important;background:#f8dce7!important;color:var(--er-pink-dark)!important;font-size:.78rem!important;letter-spacing:.08em!important;font-weight:900!important;margin-bottom:21px!important}
.er-ui .er-operation-card h3{margin:0 0 10px!important;color:var(--er-ink)!important;font-size:1.25rem!important;line-height:1.18!important;font-weight:850!important}
.er-ui .er-operation-card p{margin:0!important;color:var(--er-muted)!important;font-size:.96rem!important;line-height:1.58!important}

.er-ui .er-home-map-panel{padding-bottom:30px!important}
.er-ui .er-home-map-panel .er-map-wrap{margin:0!important}
.er-ui .er-map-overview .er-map-source{margin-bottom:0!important}
.er-ui .er-home-map-cta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;margin-top:24px!important;padding:22px 24px!important;background:#fff3f7!important;border:1px solid #f0cbd9!important;border-radius:18px!important}
.er-ui .er-home-map-cta>div{display:flex!important;flex-direction:column!important;gap:3px!important;text-align:left!important}
.er-ui .er-home-map-cta strong{color:var(--er-ink)!important;font-size:1.06rem!important}
.er-ui .er-home-map-cta span{color:var(--er-muted)!important;font-size:.93rem!important}

.er-ui .er-how-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;margin-top:22px!important;counter-reset:none!important}
.er-ui .er-how-grid article{position:relative!important;padding:24px 24px 24px 72px!important;border:1px solid #eadce2!important;border-radius:18px!important;background:#fff!important;text-align:left!important;min-height:170px!important}
.er-ui .er-how-grid article>span{position:absolute!important;left:22px!important;top:24px!important;width:34px!important;height:34px!important;border-radius:50%!important;background:var(--er-pink)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important}
.er-ui .er-how-grid h3{margin:0 0 8px!important;color:var(--er-ink)!important;font-size:1.08rem!important;line-height:1.25!important;font-weight:830!important}
.er-ui .er-how-grid p{margin:0!important;color:var(--er-muted)!important;font-size:.92rem!important;line-height:1.55!important}

@media (max-width:900px){
  .er-ui .er-operation-grid,.er-ui .er-how-grid{grid-template-columns:1fr!important}
  .er-ui .er-operation-card{min-height:0!important}
  .er-ui .er-home-map-cta{align-items:flex-start!important;flex-direction:column!important}
}
@media (max-width:640px){
  .er-ui .er-home-stats{grid-template-columns:1fr 1fr!important}
  .er-ui .er-home-stats strong{font-size:2rem!important}
  .er-ui .er-operation-card{padding:22px!important}
  .er-ui .er-how-grid article{padding:22px 20px 22px 66px!important}
}

/* v0.13 — détail immédiat d'un département sur la page d'accueil de l'opération */
.er-ui .er-map-overview-results[hidden],
.er-ui .er-map-overview-group[hidden]{display:none!important}
.er-ui .er-map-overview-results{margin-top:22px!important;border-top:1px solid #f0d9e3!important;padding-top:22px!important}
.er-ui .er-map-overview-group{background:#fff8fb!important;border:1px solid #edcedb!important;border-radius:18px!important;padding:20px!important;box-shadow:0 12px 32px rgba(112,24,58,.08)!important}
.er-ui .er-map-overview-heading{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;margin-bottom:14px!important}
.er-ui .er-map-overview-heading h3{margin:3px 0 0!important;font-size:1.65rem!important;color:var(--er-ink)!important}
.er-ui .er-map-overview-close{border:0!important;background:#fff!important;color:var(--er-pink-dark)!important;width:38px!important;height:38px!important;border-radius:999px!important;font:700 26px/1 Arial,sans-serif!important;cursor:pointer!important;box-shadow:0 2px 10px rgba(112,24,58,.12)!important}
.er-ui .er-map-overview-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.er-ui .er-map-overview-card{background:#fff!important;border:1px solid #f0dce4!important;border-radius:14px!important;padding:16px!important;text-align:left!important}
.er-ui .er-map-overview-card strong{display:block!important;font-size:1.06rem!important;color:var(--er-ink)!important;margin-bottom:2px!important}
.er-ui .er-map-overview-card>span{display:block!important;color:var(--er-pink-dark)!important;font-weight:800!important;font-size:.9rem!important;margin-bottom:8px!important}
.er-ui .er-map-overview-card p{margin:0!important;color:var(--er-ink)!important;line-height:1.5!important}
.er-ui .er-map-overview-card small{display:block!important;margin-top:9px!important;color:var(--er-muted)!important}
@media(max-width:720px){.er-ui .er-map-overview-list{grid-template-columns:1fr!important}.er-ui .er-map-overview-group{padding:16px!important}}
