#navigation {
    position: fixed;
    z-index:199;
    width:80px; /* taille menu */
    height:auto;
    margin-top:200px;
    bottom:5px;
    left:0;
    cursor:pointer;
    padding-bottom:50px;
}

.icon {
    float:left;
    width:80px; /* taille menu */
    height:80px; /* taille menu */
    line-height:55px;
    text-align:center; /* centrage horizontal */
}

.label {
    color:white;
    font-size:14px;
    display:inherit;
    margin:-6px;
    font-weight:100;
}

a:hover span {
    color: #ffca00;
}

.submenu {
    display:none;
    width: auto;
    height: 80px; /* taille menu */
    position:fixed;
    left:80px; /* taille menu */
}

.navigation-icons {
    width:35px;
    height:35px;
}

.switch-icons {
   width:100%;
}



/* + 80px */
#rtw-child {bottom:375px;}
#hbsib-child {bottom:295px;}
#leg-child {bottom:215px;}
#social-child {bottom:135px;}
#pilot-child {bottom:55px;}

#live-map {
    display:none;
}