#sidebar-agence.sidebar-agence {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  width: 300px !important;
  height: 100vh !important;
  z-index: 99999 !important;
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  overflow-y: auto !important;
  box-shadow: -8px 0 24px #23252622, -2px 0 8px #23252611;
}


#sidebar-agence.sidebar-agence a,
#sidebar-agence.sidebar-agence .nav-link {
  color: #222 !important;
  font-weight: 500;
  font-size: 1.1rem;
}
#sidebar-agence.sidebar-agence a:hover,
#sidebar-agence.sidebar-agence .nav-link:hover {
  color: #d4af37 !important;
  text-decoration: underline;
}
#sidebar-agence.sidebar-agence .btn-close {
  filter: none !important;
  opacity: 1 !important;
}
.sidebar-btns {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.sidebar-btns .btn-connexion {
  background: #222;
  color: #FFD700;
  border: 2px solid #FFD700;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
}
