body.contact {
    #contact-top {
        z-index:2; 
        position: relative;
        background-image: url("../../images/bg-header-contact-LRgRpkB.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    section#recrutement {
        position: relative; 
        z-index: 1;
        padding-top: calc(2rem + 200px) !important;
        margin-top: -50px;

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

    #illustration-contact {
        position: relative; 
        height: 100px; 
        img {
            height: 300px;
        }
        overflow: visible;

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

    #container-formulaire {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 40px;
        padding-bottom: 40px;

        @media (min-width: 768px) {
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 80px;
            padding-bottom: 80px;
        }
    }
}