
.l_dirty {
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.8); /* Orange shadow */
}

/*commentaire test*/
@media (max-width: 991.98px) {
    .navbar-collapse {
        text-align: right;
    }

    .navbar-collapse .navbar-nav {
        margin-left: auto;
    }
}


.c-lg-ombrebas {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/*  Bouton de scroll */
#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
}


    /* Navbar stuff */
    @media (max-width: 800px) {
        .navbar-responsive {
            flex-direction: column;
            align-items: start !important;
        }

        .navbar-brand-row {
            display: flex;
            justify-content: start;
            gap: 1rem;
            width: 100%;
        }

        .navbar-actions {
            width: 100%;
            flex-wrap: wrap;
        }

        .logo-img {
            height: 50px;
        }
    }

.logo-img {
    max-height: 7vh;
}
