.p-btn {
    padding: 0.375rem 0.75rem !important;
}

.dropdown-hover {
    transition-duration: .333s;
}
.dropdown-hover:hover {
    background-color: rgba(245,246,250,0.9);
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
    .border-bottom-lg-0 {
        border-bottom: 0 !important;
    }
    .border-end-lg {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .position-lg-relative {
        position: relative !important;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

}

@media (max-width: 991.99px) {
    .dropdown-menu {
        max-height: 70vh; /* Ajuste selon le besoin */
        overflow-y: auto;
        overflow-x: hidden;
    }
    .navbar-collapse {
        max-height: calc(100vh - var(--header-height));
        overflow-y: auto;
    }
}