::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #eeeeee;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 22px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #666666;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
/* 
.compteInfoNAV:hover .connectedImg{
box-shadow: 3 2 1  #333333  ;
} */


.compteInfoNAV:hover{
  cursor: pointer;
}

.sousItem{
  display: flex !important;
}

.sousSectionName {
  width: 100%;
}


.notifications{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
}

.notifications:hover .iconsNotif {
  background: var(--gray);
}

.nbrNotification{

  position: absolute;
  display: none;

}

.iconsNotif {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  background: var(--info);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  text-align: center;
}

.nbrNotification {
  position: absolute;
  background: var(--danger);
  color: #fff;
  width: 23px;
  height: 23px;
  font-size: 13px;
  text-align: center;
  line-height: 21px;
  border-radius: 50%;
  left: -11px;
  top: -6px;
}

.notificationGlobal{
  position: relative;
}
.listNotification {

  overflow: auto;
    max-height: 42vh ;
    margin: 0px -17px;
    margin-bottom: -17px;
    margin-top: 10px;
}
.affichageNotification {
 
  background-color: #fff;
  border: 1px #eee solid;
  border-radius: 5px;
  width: min(371px, calc(100vw - 32px));
  z-index: 479;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  text-align: left;
  padding: 17px;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.05);
}

@media screen and (max-width: 767px) {
  .iconsNotif {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }

  .nbrNotification {
    left: -8px;
    top: -7px;
  }

  .affichageNotification {
    position: fixed;
    top: 72px;
    right: 8px;
    width: calc(100vw - 16px);
    max-height: calc(100vh - 88px);
  }

  .listNotification {
    max-height: calc(100vh - 245px);
  }
}
.titreNotif {
  font-weight: bolder;
  font-size: 19px;
}
.itemsSw {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
}
.itemSw.selected {
  background: var(--info);
  border-radius: 20px;
  padding: 4px 19px;
  text-align: center;
  color: #fff;
}

.itemSw {
  padding: 4px;
  transition-duration: 0.3s;
}

.itemNotif {
  display: flex;
  align-items: center;
  padding: 6px;
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.itemNotif:hover {

  background-color: #eee;

}
.iconNotif {
  font-size: 44px;
  color: var(--success);
  padding: 10px;
}

.objectNotif {
  font-weight: bolder;
  font-size: 16px;
  line-height: 17px;
}

.contNotif {
  font-size: 12px;
  line-height: 14px;
}

.etat {
  font-size: 9px;
  color: var(--primary);
}

.dateNotif {
  font-size: 11px;
  font-weight: bolder;
  color: rgba(150,150,150);
  text-align: right;
}

.affichageNotification {
  display: none; 
}

.affichageNotification.active {
  display: block; 
}


#idItem_tr8 .animatedBackground{
  animation: colorChange 1s infinite alternate;

  background: radial-gradient(circle at center left,  rgba(255, 255, 255, 1) 0% ,rgba(143, 143, 143, 50%) 100% ) center right/200% 100%;
  
  /* background:  radial-gradient(circle at center left, rgba(255, 255, 255, 1) 0%, rgba(143, 143, 143, 1) 100%); */
}

@keyframes colorChange {
  0% {
    background-position:top left;
    /* background: radial-gradient(circle at center left,  rgba(255, 255, 255, 1) 0% ,rgba(143, 143, 143, 50%) 100% ) center right/200% 100%; */
  }
  100% {
    background-position:top right;
    /* background: radial-gradient(circle at center right,  rgba(255, 255, 255, 1) 0% ,rgba(143, 143, 143, 50%) 100% ) center right/200% 100%; */
  }
 
 }



.bigNavbar .ClickArea {
    display: flex;
    gap: 12px;
    padding-left: 12px;
    align-items: center;
    justify-content: flex-start;
}

.bigNavbar .sectionIcon {
    display: block !important;
        font-size: 25px;
    text-align: center;
    width: 33px !important;
}

.bigNavbar .openSousD {
   
    right: 20px !important;
   
}

.sectionIcon  i.fas.fa-store {
    margin: 3px;
}

.navigation,
.navigation .area,
.navigation .contnairrrrrrrrrrr {
  height: 100vh !important;
}

.navigation .contnairrrrrrrrrrr {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.imgLogoArea {
  flex: 0 0 105px;
}

.navigationListTextArea {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.navigationListTextArea {
  padding: 10px 8px 0 !important;
}

.navDesignIntro {
  flex: 0 0 auto;
  margin: 0 4px 10px !important;
  padding: 12px 12px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at top right, rgba(255, 190, 92, 0.24), transparent 42%);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16);
}

.navDesignLabel {
  display: inline-block;
  margin-bottom: 7px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.navDesignTitle {
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
}

.navDesignText {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.76);
}

.navSearchBox {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(5, 16, 33, 0.35);
}

.navSearchBox i {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.navSearchInput {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
}

.navSearchInput::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.navigationElement {
  flex: 1 1 auto;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  box-sizing: border-box;
  padding: 0 2px 8px !important;
  overflow-y: auto;
  overflow-x: hidden;
}

.navItemCard,
.item {
  padding: 0;
  margin: 0 4px 8px !important;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.item:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.07));
}

.ClickArea {
  margin: 0;
  padding: 10px 12px !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.navIconWrap,
.sectionIcon,
.sectionIcon.navIconWrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 48px !important;
  min-width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08));
  color: #fff;
  font-size: 20px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.navIconWrap svg,
.sectionIcon svg,
.iconNav svg,
.navSubArrow svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke-width: 2;
}

.sectionIcon.navIconWrap svg,
.sectionIcon.navIconWrap i {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.cntNvBClass {
  min-width: 0;
  flex: 1;
}

.navTopLine {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sectionName {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.navCountBadge {
  flex-shrink: 0;
  min-width: 28px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.resumeArea {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.66);
}

.openSousD {
  position: static;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.openSousD i {
  transition: transform 0.25s ease;
}

.ClickArea[opened="1"] .openSousD i {
  transform: rotate(180deg);
}

.sectionSousItems {
  padding: 0 10px 10px !important;
  color: #fff;
}

.sousItem {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 8px 10px !important;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  transition: 0.2s ease;
}

.navSearchHidden {
  display: none !important;
}

.sousItem:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.iconNav {
  width: 26px;
  min-width: 26px;
  text-align: center;
}

.sousSectionName {
  flex: 1;
  width: auto;
  font-size: 12px;
  font-weight: 600;
}

.navSubArrow {
  opacity: 0.55;
  font-size: 11px;
}

.SelectedNav {
  color: #fff;
  background: linear-gradient(135deg, rgba(255, 198, 109, 0.28), rgba(255, 255, 255, 0.16));
  box-shadow: inset 0 0 0 1px rgba(255, 230, 182, 0.34);
}

.SelectedNav .resumeArea,
.SelectedNav .sousSectionName,
.SelectedNav .navSubArrow {
  color: #fff;
  opacity: 1;
}

.SelectedNav .navCountBadge {
  background: rgba(255, 255, 255, 0.22);
}

.navigation.smallNavbar {
  width: 82px !important;
  max-width: 82px !important;
}

.navigation.smallNavbar .navigationListTextArea {
  display: flex;
  flex-direction: column;
  padding: 6px 4px 0 !important;
}

.navigation.smallNavbar .navDesignIntro {
  display: none !important;
}

.navigation.smallNavbar .navigationElement {
  flex: 1 1 auto;
  height: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 2px 8px !important;
}

.navigation.smallNavbar .navItemCard,
.navigation.smallNavbar .item {
  margin: 0 2px 8px !important;
  border-radius: 18px !important;
}

.navigation.smallNavbar .ClickArea {
  padding: 10px 6px !important;
  justify-content: center;
}

.navigation.smallNavbar .cntNvBClass,
.navigation.smallNavbar .navCountBadge,
.navigation.smallNavbar .sectionName,
.navigation.smallNavbar .resumeArea,
.navigation.smallNavbar .sousSectionName,
.navigation.smallNavbar .navSubArrow {
  display: none !important;
}

.navigation.smallNavbar .sectionIcon,
.navigation.smallNavbar .navIconWrap {
  width: 42px !important;
  min-width: 42px !important;
  height: 42px !important;
  margin: 0 auto;
}

.navigation.smallNavbar .sectionSousItems {
  padding: 0 6px 8px !important;
}

.navigation.smallNavbar .sousItem {
  justify-content: center;
  padding: 8px 4px !important;
}

.navigation.smallNavbar .iconNav {
  width: auto !important;
  min-width: 0 !important;
  font-size: 16px !important;
}

.navigation.smallNavbar .openSousD {
  position: absolute;
  right: 8px;
  top: 12px;
  margin-left: 0;
}

.navigation.bigNavbar {
  width: 238px !important;
  max-width: 238px !important;
}

@media screen and (max-width: 767px) {
  .navigationElement {
    height: auto !important;
  }

  .navDesignIntro {
    margin: 0 4px 12px;
  }

  .navItemCard,
  .item {
    margin: 0 4px 10px;
    border-radius: 18px;
  }

  .ClickArea {
    padding: 12px 14px;
  }
}
