body.qui-sommes-nous {
    background: linear-gradient(
        to bottom,
        #ffffff 0,
        #ffffff 980px,
        #F4F5EE 980px,
        #F4F5EE 100%
    );

    #illustration-sui-sommes-nous {
        position: relative; 
        height: 100px; 
        overflow: visible;

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

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

    section#notre-engagement {
        position: relative;
        z-index: 1;
        padding-top: calc(2rem + 140px) !important;
        margin-top: -50px;
        background-image: url("../../images/illustration-notre-engagement-qui-sommes-nous-Hi5IJ-D.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;

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

    section#choisir-paysagiste {
        background-image: url("../../images/bg-qui-sommes-nous-choisir-paysagiste-a5DC6ak.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    @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;
            }
        }
    }
}