#liste-compte .glyphicon {
   float: right;
   padding-right: 2px;
}

#liste-compte .glyphicon:hover {
   cursor: pointer;
}

.headfixed{
   position: -webkit-sticky ;
  position: sticky !important;
  top: 0%;
  z-index: 1;
}