
@media (max-width: 992px) {
   .sidebar, #sidebar {
       display: none !important;
   }

   .menu-button-mobile, .fas.fa-bars {
    font-size: 20pt;
    float: right;
    margin-right: 1rem;
    visibility: visible;
    color: #000;
    margin-bottom: 1.5rem;
  }

  .main-header h1{
    font-size: 25pt !important;
    margin-bottom: 0rem;
  }
  
  body {
        overflow-y: auto !important; /* Force le défilement vertical du corps de la page */
        overflow-x: hidden !important; /* Empêche le défilement horizontal */
    }

    .intranet-layout {
        height: auto !important; /* Permet au layout de s'adapter à la hauteur du contenu */
        overflow-y: visible !important; /* Rend le contenu débordant visible et scrollable */
        overflow-x: hidden !important; /* Empêche le défilement horizontal */
    }

}