
/* RC12 Étape 4.1 — Hero détails Édito / Conseil municipal */

body:has(.m12e41-hero) .entry-hero,
body:has(.m12e41-hero) .entry-header,
body:has(.m12e41-hero) .page-header,
body:has(.m12e41-hero) h1.entry-title{
  display:none !important;
}

.m12e41-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  display:flex;
  align-items:center;
  background:linear-gradient(135deg,#0f4d2f,#08391f);
  color:#fff;
}

.m12e41-hero-detail{
  min-height:205px;
}

.m12e41-hero-inner{
  width:min(1120px,92vw);
  margin:0 auto;
  padding:2rem 0;
}

.m12e41-breadcrumb{
  color:#fff !important;
  font-weight:800;
  opacity:.92;
  font-size:.92rem !important;
  margin:0 0 .75rem !important;
}

.m12e41-hero h1{
  color:#fff !important;
  font-size:clamp(2.05rem,4vw,3.4rem);
  line-height:1.05;
  margin:0 0 .55rem;
}

.m12e41-hero p{
  color:#fff !important;
  font-size:1.02rem;
  margin:0;
}

.m12e41-detail-content{
  width:min(960px,92vw);
  margin:2rem auto;
}

@media(max-width:900px){
  .m12e41-hero-detail{
    min-height:175px;
  }
}
