/* Cache le div parent contenant le logo (col-5) */
div:has(> img[src="/static/img/logo.png"]) {
    display: none !important;
}

/* Cache aussi le logo en backup */
img[src="/static/img/logo.png"] {
    display: none !important;
}

#kt_app_footer {
    display: none !important;
}