/* Horizotal navbar in header */
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.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 .img-avatar{
  width: 3rem;
  height: 3rem;
  padding: .35rem;
  background: var(--secondaire-500);
  border-radius: 3rem;
}
.navbar .menu-item{
  border: 0;
  background: #fff;
  color: var(--bs-gray-800);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: .25rem;
  position: relative;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .menu-item[disabled]{
  margin: 0;
  color: var(--bs-black);
}
.navbar .menu-item:not([disabled]):hover{color: var(--primaire-800);}
.navbar .menu-item:not([disabled])::after{
content: attr(data-hint);
position: absolute;
background-color: var(--bs-black);
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 .menu-item:hover::after{
display: block;
}
.navbar .menu-item img{
  width: 100%;
}
.navbar .img-avatar img{
  width: 100%;
}
.navbar .avatar-name {
font-size: .75rem;
color: #fff;
font-weight: 900;
color: #000;
}
.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;
  right: 0;
  left: auto;
  top: 100%;
  margin-top: .125rem;
}
.navbar .dropdown-menu:after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #fff transparent;
}
.navbar .dropdown-menu .dropdown-item{
font-size: .8rem;
padding: .9rem .75rem;
display: flex;
align-items: center;
}
.navbar .dropdown-menu .dropdown-item:hover{
background: transparent;
}
/*::::::::::::::::::::::::::::::::::Vertical Menu CSS::::::::::::::::::::::::::::::::::*/
.top-navbar{
  width: 4.5rem;
  background: var(--primaire-400);
  position: fixed;
  border-radius: 2rem;
  height: 95vh;
  top: 2.5vh;
  z-index: 1;
}
.menu-logo{width: 5rem;}
.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;
  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: var(--bs-gray-700);
    font-size: .85rem;
    flex-direction: column;
    border-radius: .5rem;
    background-color: #fff;
    color: var(--primaire);
    position: relative;
    margin-bottom: .5rem;
}
.top-navbar .nav .active a{
  background-color: var(--primaire);
  color: #fff;
}
/* .top-navbar .nav a + em{display:none;} */
.top-navbar .nav a i{font-size: 1.25rem;}
.top-navbar .nav li a span{
    position: absolute;
    background-color: var(--bs-black);
    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: 2rem;
  font-family: 'AirbnbCerealBold';
  margin-left: 1rem;
  margin-top: -.75rem;
  white-space: nowrap;
}
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);
}

.header-action{
  border-radius: .5rem;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
.header-action h1{
  font-size: 1.5rem;
  font-family: 'AirbnbCerealMedium';
}
.header-action h6{
  font-size: .95rem;
  font-family: 'AirbnbCerealBook';
  color: var(--bs-gray-900);
}

.navbar .menu-item-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #fff;
  border-radius: .5rem;
  padding: .25rem .5rem;
}
.navbar .menu-item-container .menu-item {
  font-family: 'AirbnbCerealMedium';
  background: #fff;
  color: var(--primary-900);
  color: var(--primaire);
  font-size: .8rem;
  gap: .5rem;
  width: auto;
  white-space: nowrap;
}
.navbar .menu-item-container .menu-item:not(:first-child)::before{
  content: '|';
  content: '';
  position: absolute;
  color: var(--bs-gray-500);
  border-radius: .5rem;
  left: -.5rem;
}
.navbar .menu-item-container .menu-item::after{
  content: '';
  display: none;
}
.navbar .menu-item-container .menu-item img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  /* height: 1.5rem; */
  /* background-color: var(--primaire-100);
  border-radius: 2rem; */
  /* font-size: 1.125rem; */
}


.navbar .menu-item.sous-menu .menu-item-container{
  display: none;
  position: absolute;
  z-index: 10;
  background: rgb(255, 255, 255);
  top: 2rem;
  top: 100%;
  top: 2.5rem;
  /* border-radius: 0; */
  left: -.7rem;
  border: 1px solid var(--bs-gray-500);
}
/* .navbar .menu-item.sous-menu .menu-item-container::after {
content: "";
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent rgb(255, 255, 255);
border-color: transparent transparent rgb(0, 0, 0);
} */
.navbar .menu-item.sous-menu:hover .menu-item-container{
display: block;
}
.navbar .menu-item.sous-menu .menu-item-container .menu-item{
padding-left: 0;
display: block;
}
.navbar .menu-item.sous-menu .menu-item-container .menu-item::before{
content: '';
}