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

/* Hero couverture et toiture */
.hero-couverture-toiture .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                url('/images/hero/hero-couverture-toiture.jpg') center/cover no-repeat;
}

/* Hero nettoyage et demoussage */
.hero-nettoyage-demoussage-toiture .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                url('/images/hero/hero-nettoyage-demoussage-toiture.jpg') center/cover no-repeat;
}

/* Hero traitement hydrofuge */
.hero-traitement-hydrofuge .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                url('/images/hero/hero-traitement-hydrofuge.jpg') center/cover no-repeat;
}

/* Hero ravalement de facades */
.hero-ravalement-facades .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                url('/images/hero/hero-ravalement-facades.jpg') center/cover no-repeat;
}

/* Hero zinguerie et habillage */
.hero-zinguerie-habillage-toiture .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                url('/images/hero/hero-zinguerie-habillage-toiture.jpg') center/cover no-repeat;
}

/* Hero peinture et travaux exterieurs */
.hero-peinture-travaux-exterieurs .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                url('/images/hero/hero-peinture-travaux-exterieurs.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;
}
