.draggable{
  position: fixed;
  top: 110px;
  width: 100%;
  height: 30px;
  -webkit-box-shadow: 0 2px 2px #cdcdcd;
  -moz-box-shadow: 0 2px 2px #cdcdcd;
  box-shadow: 0 2px 2px #cdcdcd;
}

.draggable a {
  font-size: 12px;
  color: #767676;
  text-decoration: none;
  text-align: center;
  margin-right: 40px;
}

.submenus{
  position: fixed;
  top: 110px;
  left: 10%;
  right: 10%;
  height: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  -ms-overflow-style: none;   /* IE and Edge */
  scrollbar-width: none;      /* Firefox */
  display: inline-block;  
  white-space: nowrap;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.submenus::-webkit-scrollbar {  
    display: none;
}

.draggable a:hover{
  color: black;
  font-weight: bold;
}

.left-fleche{
  position: fixed;
  top: 110px;
  left: 4%;
  text-align: center;
  cursor: pointer;
}

.right-fleche{
  position: fixed;
  top: 110px;
  right: 4%;
  text-align: center;
  cursor: pointer;
}

.draggable img{
  width: 14px;
}