body {
  font-size: 0.8rem !important;
}

.logos img {
    height: 120px;
}

button svg {
    height: 10px;
    width: 10px;
}

td {
    background-color: white;
    font-size: 0.9rem !important;
  }

  .floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  }

  
  .sidebar {
    height: 100vh;
    position: sticky;
    top: 0;
    left: 0; 
    padding-left: 10px;
  }
  .sidebar a { 
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 0.95rem !important;
    color:  white; 
  }
  .sidebar a:hover {
    background-color: white;
    color: blue;
    font-size: 18px !important;
  } 

  .biblio.doc {
    position: relative;
    padding: 1rem !important;
    margin-bottom: 1rem !important;
    /* -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
    background-color: #fff !important;
    /* border: 1px solid #dee2e6; */
}

.biblio.doc small {
    display: inline-block;
    position: absolute;
    top: -12px;
    left: -1px;
    padding: 0 5px;
    background: -webkit-gradient(linear,left top, left bottom,from(#f2f9ff),to(#ffffff)) !important;
    background: -o-linear-gradient(#f2f9ff,#ffffff) !important;
    background: linear-gradient(#f2f9ff,#ffffff) !important;
    padding: 2px 8px !important;
    text-transform: lowercase;
    font-variant: small-caps;
    font-weight: bold;
    border-top: 1px solid;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.biblio p.title {
    margin-bottom: 3px;
    color: #000;
}

.biblio p.title {
    margin-bottom: 3px;
    color: #000;
}

.biblio a.lien {
    background-color: #20048f;
    color: white;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.biblio a.lien:hover {
    background-color: #0d006f;
    color: white;
}

  
/*
  * Sidebar
  */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);


  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    /*overflow-x: hidden;*/
    overflow-y: auto;
  }

.sidebar-heading {
  /* color: #fff; */
  cursor: pointer;
  /*margind*/
}

  .sidebar-sticky ul {
    background: rgba(255, 255, 255, 0.05);
  }
  
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
      position: -webkit-sticky;
      position: sticky;
    }
  }
  
  .sidebar .nav-link {
    font-weight: 500;
  }
  
  .sidebar .nav-link .feather {
    margin-right: 4px;
    /* color: #999; */
  }
  
  .sidebar .nav-link.active {
    color: #f4f1f1;
  }

    .sidebar .nav-link:hover .feather, .sidebar .nav-link:hover i {
        color: dodgerblue;
    }

    .sidebar .nav-link.active:hover,  .sidebar .nav-link.active:hover .feather     {
        color: white;
        
    }

#section_enq,#section_zone, #section_aire,#section_ess, #section_users  {
  overflow-y: auto;
  height: 300px;
}

  