#multilingue{
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10;
    transition:All 1s ease;
        -webkit-transition:All 1s ease;
        -moz-transition:All 1s ease;
        -o-transition:All 1s ease;
        cursor: pointer;
    text-align: center;
}

#multilingue h3{
    padding: 3px 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
#multilingue h3:hover{
    background-color: rgba(0, 0, 0, 0.8);
}

#multilingue img{
    width: 20px;
}

#multilingue h3{
    color: #fff;
    font-size: 12px;
    margin: 0;
    width: 23px;
}

#multilingue a{
    text-decoration: none;
    margin: 0 3px;
}

.other_lang{
    display: none;
    transition:All 1s ease;
        -webkit-transition:All 1s ease;
        -moz-transition:All 1s ease;
        -o-transition:All 1s ease;
}
