:root {
  --custom-bleu-brico: rgb(18, 9, 73);
  --custom-orange-brico: rgb(255, 88, 0);
  --custom-orange-brico-raw: 255 88 0;
}

.text-orange-brico {
  color: var(--custom-orange-brico) !important;
}

.text-bleu-brico {
  color: var(--custom-bleu-brico) !important;
}

.bg-bleu-brico {
  background-color: var(--custom-bleu-brico) !important;
}

.bg-orange-brico {
  background-color: var(--custom-orange-brico) !important;
}

.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.table-no-wrap th,
.table-no-wrap td {
  white-space: nowrap;
}

/*
                * Sidebar
                */

@media (min-width: 900px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}

.sidebar .nav-link.active {
  color: #333;
}

.sidebar-heading {
  font-size: 0.75rem;
}

/*
* Navbar
*/

.navbar {
  background-color: var(--custom-bleu-brico);
}

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .form-control {
  padding: 0.75rem 1rem;
}

.popover-user {
  max-width: 600px !important;
}

.nav-link:hover {
  background-color: rgba(var(--custom-orange-brico-raw) / 1);
  color: #fff;
}
.nav-link {
  transition: all 0.5s ease; /* Ajoute une transition de 1 seconde avec une fonction d'accÃŠlÃŠration (ease) */
}

.dropdown-menu {
  width: 100%;
  border-radius: 0% !important;
}
