/* ===== PAGES PRESTATIONS ===== */

/* Hero Couvreur */
.hero-couvreur .hero-bg {
    background: linear-gradient(135deg, rgba(124,124,124,0.5), rgba(90,90,90,0.55)),
                url('/images/hero/hero-couvreur.jpg') center/cover no-repeat;
}

/* Hero Démoussage et traitement hydrofuge */
.hero-demoussage-traitement-hydrofuge .hero-bg {
    background: linear-gradient(135deg, rgba(124,124,124,0.5), rgba(90,90,90,0.55)),
                url('/images/hero/hero-demoussage-traitement-hydrofuge.jpg') center/cover no-repeat;
}

/* Hero Zinguerie */
.hero-zinguerie .hero-bg {
    background: linear-gradient(135deg, rgba(124,124,124,0.5), rgba(90,90,90,0.55)),
                url('/images/hero/hero-zinguerie.jpg') center/cover no-repeat;
}

/* Hero Isolation des combles */
.hero-isolation-combles .hero-bg {
    background: linear-gradient(135deg, rgba(124,124,124,0.5), rgba(90,90,90,0.55)),
                url('/images/hero/hero-isolation-combles.jpg') center/cover no-repeat;
}

/* Hero Ravalement de façade */
.hero-ravalement-facade .hero-bg {
    background: linear-gradient(135deg, rgba(124,124,124,0.5), rgba(90,90,90,0.55)),
                url('/images/hero/hero-ravalement-facade.jpg') center/cover no-repeat;
}

/* Lien maillage interne */
.prestation-links {
    margin-top: 40px;
}

/* Grille realisations sur page prestation (2 colonnes) */
.realisations-grid-small {
    grid-template-columns: repeat(2, 1fr);
}

/* Lien centre sous realisations */
.prestation-realisations-cta {
    text-align: center;
    margin-top: 24px;
}

/* Sidebar */
.prestation-sidebar hr {
    margin: 20px 0;
    border-color: var(--border);
}

.prestation-sidebar p {
    font-size: 0.9rem;
    color: var(--text-light);
}

.prestation-sidebar .btn {
    width: 100%;
}

.prestation-sidebar .btn-primary {
    margin-bottom: 10px;
}
