@media screen and (max-width: 1050px) {
    #contenaire__info {
        width: 80%;
    }
    
    .bouton-header {
        display: none;
    }
}

@media screen and (max-width: 800px) {

/* Image retirer */
    .info-serveur img {
        display: none;
    }
}