body.conception-jardin, 
body.circulation-terrasses, 
body.plantations-gazon-arrosage, 
body.construction-bois-acier, 
body.dallages-pavage, 
body.betons-decoratifs, 
body.terrassement-soutenement, 
body.chantier-envergure, 
body.amenagement-domaines-viticoles,
body.entreprise-maconnerie-paysagere.html,
body.entreprise-vrd-bordeaux-rive-droite,
body.conception,
body.conception,
body.conception {
    section#le-saviez-vous {
        position: relative;
        z-index: 1;
        padding-top: calc(2rem + 160px) !important;
        margin-top: -50px;
        background-image: url("../../images/bg-services-conception-gnwNvel.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;

        @media (min-width: 768px) {
            padding-top: calc(2rem + 60px) !important;
        } 
    }

    #illustration-services {
        position: relative; 
        height: 100px; 
        overflow: visible;

        img {
            height: 300px;
        }
        overflow: visible;

        @media (min-width: 768px) {
            height: 100%;
            img {
                height: auto;
            }
        }
    }

    @media (min-width: 576px) { 
        #amenagement-jardin {
            > .row:first-of-type {
                position: relative;
                z-index: 2;

                .col-md-8 {    
                    padding-bottom: 250px;
                }
            } 

            > .row:last-of-type {
                position: relative;
                z-index: 1;
                margin-top: -250px;
            }
        }
    }
}