/* Zone logo sidebar — fond blanc */
.app-menu .navbar-brand-box {
    background-color: #fff !important;
}

[data-sidebar=dark] .app-menu .navbar-brand-box .logo-dark {
    display: inline-block !important;
}

[data-sidebar=dark] .app-menu .navbar-brand-box .logo-light {
    display: none !important;
}

/* Page de connexion — photo bussl.png */
.auth-page-wrapper .auth-one-bg-position {
    height: 100vh;
    min-height: 100%;
}

.auth-one-bg {
    background-image: url("../images/bussl.png") !important;
    background-position: center;
    background-size: cover;
}

.auth-one-bg .bg-overlay {
    background: linear-gradient(135deg, rgba(15, 40, 80, 0.72), rgba(0, 0, 0, 0.45));
    opacity: 1;
}

.auth-page-wrapper .shape {
    display: none;
}

/*# sourceMappingURL=custom.min.css.map */
