/* Info comptes au dessus du menu gauche */
#menu_logo {
    padding-top:50px;
    width: 100%;
    height: 65px;
    background-color: #F1474D;
}

#menu_logo_img {
    width: 60px;
    height: 60px;
    float: left;
    margin-left: 2px;
}

#menu_logo_img_logo {
    width: 55px;
    height: 55px;
    border-radius: 27px;
    border: 2px solid #D44647;
    box-shadow: 1px 1px -2px #333333;
    margin-left: 2px;
    background: white;
    object-fit: contain;
}

#menu_logo_inf {
    width: 220px;
    height: 60px;
    float: left;
}

#menu_logo_inf1 {
    font-size: 1.1em;
    color: white;
    font-weight: 600;
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-family: Lato;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#menu_logo_inf2 {
    font-size: 0.8em;
    color: white;
    width: 100%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-family: LatoLight;
    text-indent: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#menu_icons
{
    width: 100%;
    height: 45px;
    background-color: #F1474D;
}

.menu_icons_bt
{
    padding:0px ;
    float:left ;
    width:30px ;
    height:30px ;
    cursor:pointer;
    margin:5px;
}
.menu_icons_bt img 
{
    width:30px;
    height: 30px ;
}

.menu_icons_bt:hover
{
    border-radius: 5px;
    background:#ff6368;
    box-shadow: 0px 0px 8px white;
}

#menu_boutons
{
    position:fixed;
    left:20px;
    bottom:10px ;
    padding:10px;
    padding-left:20px ;
    padding-right:20px ;
    border-radius:40px ;
    background: #e2e2e2;
    z-index: 999999;
    box-shadow: 2px 2px 5px gray;
}

#dragFileContact
{
    bottom:80px !important;
    left:70px !important;
    width:170px !important;
    box-shadow: 2px 2px 5px gray;
}

.menu_boutons_mini 
{
    left: 0px !important;
    width: 50px !important;
    padding: 15px !important;
    border-radius: 0px !important;
    bottom: 0px !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
}
.menu_boutons_bt
{
    float:left;
    background:white;
    width:40px;
    height:40px;
    border-radius:8px ;
    padding:5px;
    margin-right:12px;
}
.menu_boutons_bt:hover
{
    box-shadow: 0px 0px 10px #ff6368;
}
.menu_boutons_bt img
{
    width:40px;
    height: 40px;
}

.menu_boutons_bt_on
{
    background:#ff6368;
}
.menu_boutons_bt_on img
{
    filter: invert(1) ;
}


