@media (min-width: 1024px) {
    .fond{
        background-image: url('../img/fond.png');
        background-repeat: no-repeat;
        background-size: cover;
    }
}
