/*@todo nav*/
@media (min-width: 992px) {
    .hover-dropdown:hover .dropdown-menu {
        display: block;
    }

    .hover-dropdown .dropdown-menu {
        display: none;
        margin-top: 0;
        transition: all 0.3s ease;
    }
}

.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    background-color: rgba(36, 61, 139, 0.1);
    color: #243d8b !important;
}

.hover-dropdown .dropdown-menu {
    border: none !important;
    box-shadow: none !important;
}


@media (min-width: 770px) and (max-width: 990px) {
    .camembert-group .btn {
        border: 2px solid currentColor;
        padding: 0.5rem 1rem;
        font-weight: 500;
    }

    .camembert-group .btn:first-child {
        border-radius: 50px 0 0 50px;
    }

    .camembert-group .btn:last-child {
        border-radius: 0 50px 50px 0;
        border-left: none;
    }
}
