@media screen and (min-width: 641px) {
    .only-mobile{
        display:none!important;
    }
    
}


@media screen and (max-width: 640px) {
    .customalert, .customnews {
      height: auto;
    }

    .blocTitre{
        text-align:center;
    }

    .omnigrid div.hDiv .th.thfiltre{
            width: calc(100% - 80px);
    }
    
    .omnigrid div.hDiv div.th .filtre_gris, .omnigrid div.hDiv div.th .filtre {
        font-size: 12px;
        width: 100%;
    }
    
    .no-mobile{
        display:none!important;
    }
  
    .icone-menu a{
        flex:1;
        text-align:center;
    }
    
}

@media screen and (max-width: 1400px) {
    .ligne_calendrier .btnValidation{
            width: 150px;
            font-size: 13px;
    }
}


@media screen and (min-width: 1400px) {
    .container{
        width:1600px;
        display: flex;
    }
    
    .sidemenu{
        display: flex;
        flex-direction: column;
        width:200px;
        margin-top: 35px;
    }
    
    .sidemenu a{
        display: flex;
        text-align:left;
        margin-top: 5px;
    }
    
    .box_sidebar_shortcut {
        text-decoration: none;
            
        margin-top: 0px;
    }

    .box_sidebar_shortcut i{
        font-size: 25px;
            width: 40px;
            margin-left: 10px;
    }
    
    .box_sidebar_shortcut span{
        line-height: 25px;
        height: 25px;
        display: inline-block;
        font-size: 15px;
        overflow: hidden;
    }
    
}