@media only screen and (max-width: 1024px) {
    /* Bloc hotline et reseau */
    #bloc_hotline,
    #bloc_reseau {
        margin: 10px 0;
    }
    #bloc_hotline .conteneur_image p,
    #bloc_reseau .conteneur_image p {
        left: 5.5vw;
        color: white;
        width: 145px;
    }
    #bloc_hotline .conteneur_image p {
        font-size: 1.9vw;
        top: 3.2vw;
    }
    #bloc_reseau .conteneur_image p {
        font-size: 1.9vw;
        top: 0.6vw;
    }
}
