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

/* Hero allées, cours et accès */
.hero-allees-cours-acces .hero-bg {
    background: linear-gradient(135deg, rgba(74,110,29,0.5), rgba(54,82,20,0.55)),
                url('/images/hero/hero-allees-cours-acces.jpg') center/cover no-repeat;
}

/* Hero maçonnerie paysagère */
.hero-maconnerie-paysagere .hero-bg {
    background: linear-gradient(135deg, rgba(74,110,29,0.5), rgba(54,82,20,0.55)),
                url('/images/hero/hero-maconnerie-paysagere.jpg') center/cover no-repeat;
}

/* Hero clôtures et portails */
.hero-clotures-portails .hero-bg {
    background: linear-gradient(135deg, rgba(74,110,29,0.5), rgba(54,82,20,0.55)),
                url('/images/hero/hero-clotures-portails.jpg') center/cover no-repeat;
}

/* Hero livraison d'agrégats */
.hero-livraison-agregats .hero-bg {
    background: linear-gradient(135deg, rgba(74,110,29,0.5), rgba(54,82,20,0.55)),
                url('/images/hero/hero-livraison-agregats.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;
}
