/* Masquer le SVG original de YunoHost */
.logo svg, svg.logo {
    display: none !important;
}

/* Injecter votre logo dans le conteneur du lien */
.logo {
    background-image: url('/yunohost/sso/applogos/ccba6edbe3988bc759927f70d087e01465d02f8c519857a1e8c4ae87cbfa860b.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: block !important;
    width: 180px; /* À ajuster */
    height: 180px;  /* À ajuster */
    text-indent: -9999px; /* Cache le texte éventuel */
}