
#dropdown_menu_sidebar{
    border-radius: 30px;
    min-width: 300px;
    box-shadow: inset 0em 1px 5px 0px rgb(0 0 0 / 30%);
}

#dropdown_menu_sidebar .dropdown-item:hover{
    background-color: initial !important;
}

#dropdown_menu_sidebar li a{
    font-size: 1rem;
    padding: 0;
    margin: 0;
}

#dropdown_menu_sidebar li input[type=search]{
    font-size: 0.7rem;
    color: var(--font-primary-tc);
}

#dropdown_menu_sidebar li input[type=search]::placeholder {
    color: var(--font-primary-tc);
}

#dropdown_menu_sidebar .icon{
    /* height: 2rem !important; */
    /* width: 30px; */
    width: 25px;
    height: 25px;
    object-fit: contain;
}

#dropdown_menu_sidebar #container_result_search{
    font-size: 0.7rem;
    max-height: 30vh;
}



/*----------------- CSS pour tablettes ----------------------------------*/
@media all and (max-device-width:1024px) and (orientation: portrait){
    
}
@media all and (max-device-width:1024px) and (orientation: landscape){

}


/*----------------- CSS pour Smartphones et tablette---------------------*/
@media all and (max-device-width:768px) and (orientation: portrait){
    #dropdown_menu_sidebar{
        min-width: 225px;
    }
}


/*----------------- CSS pour Smartphones --------------------------------*/
@media all and (max-device-width:480px) and (orientation: portrait){
    #dropdown_menu_sidebar li a{
        font-size: 0.8rem;
    }
}
@media all and (max-device-width:750px) and (orientation: landscape){
    
}

@media all and (max-device-width:920px) and (orientation: landscape){

}