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

@media (min-width: 767px) {
}