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

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

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

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

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

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

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