/* Switcher */
#cc_langswitch-displayCCLangSwitcher {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

#cc_langswitch-displayCCLangSwitcher i{
    min-width: 25px;
}

/* Footer */
#cc_langswitch-displayFooter {
    display: none;
    position: fixed;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: auto;
    right: 0;
    left: 0;
    background-color: #0004;
    z-index: 100;
}

#cc_langswitch-displayFooter.open {
    display: block;
    animation: fadeIn 0.65s;
}

#cc_langswitch-displayFooter-sidebar {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    left: auto;
    top: 0px;
    z-index: 101;
    background-color: #fff;
    width: 390px;
    border-radius: 0px;

    color: #000;
    font-size: 14px;
}

#cc_langswitch-displayFooter-sidebar .btn-close {
    font-size: 18px;
    padding: 5px;
}

#cc_langswitch-displayFooter.open #cc_langswitch-displayFooter-sidebar {
    display: block;
    animation: slideIn 0.65s;
}

#cc_langswitch-displayFooter-sidebar a.btn-lang-switch {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    border: 2px solid #d8d8d8d8;
    border-radius: 8px;
}

#cc_langswitch-displayFooter-sidebar a.btn-lang-switch.active,
#cc_langswitch-displayFooter-sidebar a.btn-lang-switch:hover { 
    border-color: #000;
}

/* MOBILE DEVICE */
.mobile_device #cc_langswitch-displayFooter-sidebar {
    width: 100%;
}