/* 
    Created on : 11 nov. 2020, 10:33:51
    Author     : armand
*/

@media screen and (max-width:834px) {
    
    #conteneur_menu,#admin_link{
        display: none;
    }
    #hamburger{
        display: flex;
    }
    .login_tab{
        box-sizing : unset !important;
    }
    #prop_main{
        font-size: 10px;
    }
    
    #arbre{
        font-size: 8px;
    }
    .text_bday{
        padding-top: 0px !important;
    }
    .name_fs_img{
        width:60px;
    }
}

