
/* Switcher */

#cc_langswitch-displayCCLangSwitcher {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

#cc_langswitch-displayCCLangSwitcher i{
    min-width: 25px;
}

#cc_langswitch-displayTop.top_bar_item {
	padding-right: 50px;
    padding-top: 0;
}

.ccls_item {
    align-items: center;
	cursor: pointer;
    display: flex;
    justify-content: center;
}

.ccls_item img {
	margin-right: 0.75rem;
}

.ccls_item span {
	color: #000000;
	font-size: 13px;
    font-weight: 600;
	text-transform: uppercase;
}


/* 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: 0;
}

#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%;
}

#cc_langswitch-displayFooter.open #cc_langswitch-displayFooter-sidebar > .row {
	margin: 0;
	padding-right: 20px;
    padding-left: 20px;
}

#cc_langswitch-displayFooter.open #cc_langswitch-displayFooter-sidebar > .row > .col-12.justify-content-end.mt-5 {
	margin-top: 3rem;
}

.btn-lang-switch {
	color: #000;
	margin: 2rem 0;
}
