body {
    font-size: .875rem;
}
  
.feather {
    width: 16px;
    height: 16px;
}
  
/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0; /* Hauteur de la navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}
.sidebar-sticky {
    height: calc(100vh - 48px);
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}
.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}
.sidebar .nav-link.active {
    color: #2470dc;
}
.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}
.sidebar-heading {
    font-size: .75rem;
}
  
  /*
   * Navbar
   */
  
  .navbar-brand {
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
  }
  
  .navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
  }
  
  .navbar-icon-20 {
      max-width: 20px;
  }
  
  .navbar-icon-24 {
      max-width: 24px;
  }
  .navbar-icon-36 {
      max-width: 36px;
  }
  .navbar-icon-48 {
      max-width: 48px;
  }
  .font-size-menu {
    font-size: 0.9em;
  }
  .font-size-14 {
      font-size: 14px;
  }
  .font-size-12 {
      font-size: 12px;
  }
  .font-size-10 {
      font-size: 10px;
  }
  
  .navbar .form-control {
    padding: .75rem 1rem;
  }
  .navbar-logo-site {
      max-width: 200px;
  }
  .form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
  }
  
  .form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
  }
  
  /* lpage.inc et boîtes de gauche */
  /*
   * Sidebars
  */
  .btn-toggle::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.8%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
  }
  
  .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
  }
  
  /*
  * Freeboxes
  */
  #freebox2 a {
      text-decoration: none;
  }
  
  /*
  * Connexion
  */
  .form-signin {
    max-width: 330px;
    padding: 15px;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  /*
  * Documentation
  */
  .doc-titre:hover {
      background-color: #BFD6FF;
  }
  .categorie-show {
      background-color: #BFD6FF;
  }
  /*
  * mod-data (SCEditor)
  */
  code:before {
      position: absolute;
      content: 'Code:';
      top: -1.35em;
      left: 0;
  }
  code {
      margin-top: 1.5em;
      position: relative;
      background: #eee;
      border: 1px solid #aaa;
      white-space: pre;
      padding: .25em;
      min-height: 1.25em;
  }
  code:before, code {
      display: block;
      text-align: left;
  }
  /*
  * Ressources
  */
  .data-content table {
      border: 1px black solid;
  }