﻿.liste-aides {
    width: fit-content;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 1em;
    margin-right: 1em;
}

.dropdown {
    display: inline-block;
}

.dropdown:hover {
    border-color:transparent!important;
}

.dropdown-menu-header, .dropdown-menu-header a {
    top: 148%;
    right: 10%;
    color: #577BB1;
}

.dropdown-menu {
    border: solid #333366 1px;
    border-radius:10px;
    padding:1em;
}

    .dropdown-menu:active, .dropdown-submenu:hover, .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a :active{
        border-color: transparent;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
    }
        .dropdown-menu > li > a > label {
            font-weight: 100;
        }

.dropdown-menu-right-bis {
    right: auto;
    left: -108% !important;
    top: 41% !important;
}


.dropdown-submenu {
    position: relative;
    background-color: white;
    min-width: 160px;
    padding-top: 6%
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }