    body {
        background: #f2f2f2 !important;
    }
    
    .fond-image {
        background: url(../img/le_cabinet.webp) no-repeat center top;
        margin-top: 13px;
    }
    
    #index {
        position: relative;
        z-index: 2;
    }
    
    #cabinet {
        /* position: absolute;
        top: 0; */
    }
    
    #cabinet>div {
        margin: 0 auto;
    }
    
    .vue-cabinet {
        background: transparent;
        margin: 0 auto;
        width: 980px;
        height: 543px;
        border-top: 100px solid #f2f2f2;
        border-bottom: 10px solid rgba(10, 71, 98, 1);
    }
    
    #positi-ab {
        background: #f2f2f2;
        padding-bottom: 10%;
    }
    
    .audit {
        /* position: relative;
        bottom: -245%; */
        left: 8%;
        margin: 0 auto;
        background: #fff;
        width: 58vw;
        padding: 5%;
    }
    
    .audit h2 {
        letter-spacing: 0.02em;
        line-height: 1.1em;
        text-align: center;
        font: normal normal normal 50px/1.4em cormorantgaramond-semibold, 'cormorant garamond', serif !important;
        color: #243853;
    }
    
    .audit p {
        letter-spacing: 0.05em;
        line-height: 1.5em;
        font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, sans-serif !important;
        color: #243853;
    }
    /*QUERY*/
    
    @media screen and (max-width: 985px) {
        .audit {
            width: 79vw;
        }
    }
    /**QUERY*/