#langue .listitem{
    padding: 0px;
    margin: 0px;
  

    border-radius: 50%;
   
        z-index: 999999999;
    right: 40px;
    top: 20px;transition:0.3s ease all;
    list-style: none;
}
#langue .itemactive{display:none;}
#langue .itemlange {
    color: #fff;
    text-transform: capitalize;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-weight: 700;cursor:pointer;
}
#langue .listitem:hover{}

