.navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem 0;
  width: 100%;
  background: #fff;
}
/* .navbar .menu-logo{width: 6rem;} */
.navbar .menu-logo{width: 12rem;}
.navbar .menu-bar{
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1rem;
}
.navbar .menu-bar span{
  height: 0.125rem;
  display: block;
  background-color: var(--primaire);
}

.navbar .menu-navbar{
  background-color: var(--bs-gray-300);
  color: var(--bs-gray-800);
  display: flex;
  align-items: center;
  justify-content: center;
  
  padding-right: 2rem;
  border-radius: 2rem;
  margin-right: 2rem;
}
.navbar .menu-navbar.active{
  background-color: #fff;
  border: 1px solid var(--primaire);
  color: var(--primaire);
  font-family: 'AirbnbCerealMedium';
}
.navbar .menu-navbar span{
  display: block;
  font-size: .85rem;
  padding-left: .5rem;
}
.navbar .menu-navbar.active span{
  color: var(--primaire);
}
.navbar .menu-navbar i{
  font-size: 1.25rem;
  border-radius: 2rem;
  background-color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: .25rem; */
  flex: 0 0 auto;
}
.navbar .menu-navbar.active i{
  background-color: var(--primaire);
  color: #fff;}
.dropdown .rounded-pill{width: 21rem;}
.navbar .img-avatar{
  width: 3rem;
  height: 3rem;
  /* padding: .35rem;
  background: var(--primaire-300); */
  border-radius: 3rem;
  border: 2px solid #fff;
  flex: 0 0 auto;
}
.navbar .notification-avatar{
  background-color:var(--bs-gray-500);
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  margin-left: 1rem;
  position: relative;
  border: 2px solid #fff;
  color: var(--bs-dark);
  flex: 0 0 auto;
}
[data-hint]{position: relative;}
.navbar .notification-avatar:hover{color: var(--primaire);}
.navbar .notification-avatar::after,[data-hint]::after{
content: attr(data-hint);
position: absolute;
background-color: var(--color-111);
color: #fff;
font-size: .75rem;
padding: .5rem .75rem;
border-radius: .5rem;
left: 50%;
transform: translateX(-50%);
bottom: -2.5rem;
display: none;
white-space: nowrap;
}
.navbar .notification-avatar:hover::after,[data-hint]:hover::after{
display: block;
}
.navbar .img-avatar img{
  width: 100%;
}
.navbar .avatar-name {
font-size: .75rem;
color: #fff;
font-weight: 900;
color: #000;

width: 140px;
width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar .avatar{line-height: 1.1;}
.navbar .avatar-role{
font-size: .75rem;
margin-top: -3px;
font-weight: 300;
}
.navbar .dropdown-menu {
  position: absolute;
  z-index: 10;
  border: 0;
  background: #fff;
  padding: 0;
  width: 13rem;
  border: 1px solid var(--bs-gray-200);
}
.navbar .dropdown-menu:after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -15px;
border-width: 15px;
border-style: solid;
border-color: transparent transparent var(--bs-gray-200) transparent;
}
.dropdown-menu[data-bs-popper] {
  margin-top: .5rem;
}
.navbar .dropdown-menu .dropdown-item{
  width: auto;
font-size: .9rem;
padding: .9rem .75rem;
display: flex;
align-items: center;
justify-content: center;
margin: .25rem;
  background-color: var(--bs-gray-200);
  border-radius: .25rem;
}
.navbar .dropdown-menu .dropdown-item:hover{
/* background: transparent; */
border: 1px solid var(--primaire);
}
/*::::::::::::::::::::::::::::::::::Vertical Menu CSS::::::::::::::::::::::::::::::::::*/
.top-navbar{
  width: 20vw;
  height: 100vh;}
.top-navbar .top-navbar-logo{
  border-bottom: 1px solid var(--bs-gray-400);
  text-align: center;
  width: 100%;
  padding: 1rem 0;
}

.top-navbar .nav li{margin-bottom: 2rem !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
  text-align: center;
  height: 5.2rem;
  line-height: 1.1;
}
.top-navbar .nav li:last-child{margin-bottom:0 !important;}
.top-navbar .nav a{
    width: 3rem;
    height: 3rem;
    padding:.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .85rem;
    flex-direction: column;
    border-radius: .5rem;
    background-color: #fff;
    color: var(--primaire);
    position: relative;
}
.top-navbar .nav .active a{
  background-color: var(--primaire-25);
  background-color: var(--primaire);
}
.top-navbar .nav li a span{
    position: absolute;
    background-color: var(--color-111);
    color: #fff;
    font-size: .75rem;
    padding: .5rem .75rem;
    border-radius: .5rem;
    top: 50%;
    transform: translateY(-50%);
    left: 3.5rem;
    display: none;
    white-space: nowrap;
    z-index: 1;
}
.top-navbar .nav li:hover a span{display: block;}
.top-navbar .nav a img{width: 2.5rem;}
.top-navbar .nav a img.small{ width: 1.5625rem;}
/* Affichage entete de page  */
h1.view-header{
  font-size: 1.75rem;
  line-height: 1.5;
  font-family: 'AirbnbCerealLight';
}
h2.view-header{
  font-weight: 500;
  font-size: 1.25rem;
}
h2.view-header span{
  display: block;
  font-weight: 300;
  font-size: 1rem;
  margin-top: .5rem;
  color: var(--primaire-900);
}

/*:::::::::::::::::::::::::::: Zone de recherche ::::::::::::::::::::::::::::*/
.container-recherche{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.container-bienvenue h1 {
  font-size: .9rem !important;
  color: #000!important;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.container-bienvenue h1 .wave-emoji {
  margin-left: .5rem;
  font-size: 1.25rem;
}
.container-bienvenue p {
  margin-top:0;
  color: var(--bs-gray-600);
  font-size: 0.875rem;
}
.container-recherche-notifications {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.container-recherche-notifications .zone-recherche {
  display: flex;
  align-items: center;
  background-color: var(--bs-gray-200);
  padding: 0 0.625rem;
  border-radius: 0.625rem;
  width: 18.75rem;
  width: 30rem;
  position: relative;
}
.container-recherche-notifications .zone-recherche .icon {
  margin-right: 0.625rem;
  font-size: 1rem;
}
.container-recherche-notifications .zone-recherche input {
  font-size: .9rem;
  color: #000;
}
.container-recherche-notifications .zone-recherche .container-recherche-result {
  position: absolute;
  top: 3rem;
  background-color: #fff;
  left: 0;
  width: 100%;
  border-radius: .25rem;
  padding: 1rem;
  z-index: 1;
}