/* On cible le lien qui contient le logo */
.logo-wrapper, .navigation-bar__logo {
    background-image: url('https://social.x-c4.ca/system/site_uploads/files/000/000/001/original/1f578f2325429e1a.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: inline-block !important;
}

/* On rend le logo original invisible mais on garde l'espace */
.logo-wrapper svg, .navigation-bar__logo svg {
    visibility: hidden !important;
    opacity: 0 !important;
}

