body {
    background-image: url(../images/neutre.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    overflow:visible;
}
html{
     overflow:visible;
}   