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

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

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

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

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

/* Hero prestation 5 - Evacuation dechets et remise en etat */
.hero-evacuation-dechets-remise-en-etat .hero-bg {
    background: linear-gradient(135deg, rgba(27,58,92,0.5), rgba(15,37,64,0.55)),
                url('/images/hero/hero-evacuation-dechets-remise-en-etat.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;
}
