@media screen and (max-width: 1570px){
    #MAIN_Index_Membre .Conteneur_Objectifs .Obj_body span p{
        display: none !important;
    }
}

@media screen and (max-width: 1400px){
    .navbar-inner .Div_Conseils{
        display: none !important;
    }
}

@media screen and (max-width: 1050px){
    #menugauche
    {
        width: 250px !important;
    }
    #art-main {
        left: 270px !important;
        width: calc(98% - 260px) !important;
    }
}
@media screen and (max-width: 780px){
    #menugauche
    {
        width: 200px !important;
    }
    #art-main {
        top: 80px !important;
        left: 210px !important;
        width: calc(98% - 200px) !important;
    }
    .navbar-inner .logosg {
        width: 250px !important;
    }
    .navbar-inner .reseauxsociaux{
        display: none !important;
    }
    .BOX_num_stats_centre {
        font-size: 20px !important;
    }
    #FormCreateMessage h1,
    [id^=MAIN_] h1,
    [id^=SUB_] h1{
        font-size: 1.7em !important;
    }
    table:not(.tablecopyright) thead tr:first-child{
        font-size: 15px !important;
    }
    table:not(.tablecopyright) thead label,
    table:not(.tablecopyright) thead input{
        display: none !important;
    }
    #adminotif .table_liste_notif table tbody,
    [id^=MAIN_] [class^=table_] table tbody,
    [id^=ModalClic] [class^=table_] table tbody{
        font-size: 12px !important;
    }
    #adminotif .table_liste_notif tbody td,
    #MAIN_Import_Abonne .firsttable tbody td,
    [id^=MAIN_] [class^=tbody_] table td{
        padding: 2px 0 !important;
    }
    #MAIN_VoirModifierListe .table_liste_contact table tbody tr td:nth-child(6) span,
    #MAIN_Formulaires .tbody_1_formulaire table td:nth-child(4) span{
        font-size: 0.8em !important;
    }
    .BOX_num_stats.quatrecolonnes {
        width: calc(50% - 2px) !important;
    }


}