 #section_langages .langages_icon{ padding: 0px;
    display: flex;
/*width:130px;*/
}
#section_langages .selected {
color:#005e20;
position:relative;}
#section_langages .selected:hover {
    text-decoration: none;
}
#section_langages .el_sel {
    color: #6d161a;
    font-size: 17px;
    text-transform: uppercase;
}
#section_langages .list_el li{
    float: left;
    margin-right: 25px;

}
 #section_langages .list_el a:after{
  position:absolute;
content:'';
    width: 7px;
    top: 10px;
    left: 25px;
    height: 1px;
background:#99c23b; 
}
 #section_langages .list_el li:last-child a:after{
display:none;
}
#section_langages .list_el {
   color:#99c23b;
    list-style: none;
    text-decoration: none;
}
#section_langages .list_el a {
    font-size: 18px;
position:relative;
}
 @media screen and (min-width:768px) and   (max-width:1024px) {
 #section_langages .langages_icon{ padding: 0px;
}
}
 @media screen and (max-width:768px)  {
#section_langages .selected {
    color: #fff;
}
}
#section_langages .list_el img {
    display: none;
}

