.topbar .language-switcher__switcher.button {
    border: none;
    background-color: #105A33;
}

.topbar .language-switcher__switcher.button .icon[data-icon-type=globe]:before,
.topbar .language-switcher__switcher.button .icon--masked.icon[data-icon-type=chevron_down]:before {
    background-color: white;
}

.topbar .language-switcher__switcher.button .language-switcher__locale--active {
    color: white;
}

.navbar-apply-container__paragraph {
    color: #000;
}

@keyframes boomcta {
    0% {
        right: -155px;
    }
    20% {
        right: 0px;
    }
    80% {
        right: 0px;
    }
    100% {
        right: -155px;
    }
}

#faciliti-cta {
    position: fixed;
    bottom: 38vh;
    min-width: 200px;
    width: 200px;
    min-height: 75px;
    align-items: center;
    padding: 0;
    right: -155px;
    transition: right 0.3s ease;
    background-color: #c40030;
    cursor: pointer;
    display: flex;
    border: none;
    animation-name: boomcta;
    animation-duration: 6s;
    justify-content: space-between;
    z-index: 10000;
    @media print {
        display: none !important;
    }
}

#faciliti-cta:hover {
    right: 0;
    width: auto;
}

#faciliti-cta .cta-text {
    margin: auto;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

#faciliti-cta img {
    height: 75px;
    width: 75px;
    margin-left: -40px;
    background-color: transparent !important;
}

@media mobile, (max-device-width: 768px) {
    #faciliti-cta *:not(img) {
        opacity: 0;
    }

    #faciliti-cta:hover {
        right: -155px;
    }

    #faciliti-cta {
        background-color: transparent;
        bottom: 10px;
        animation: none;
    }
}
:root {
    --custom-color-button-accept-cookie: #07C095;
    --custom-color-button-refuse-cookie: #D50F0F;
    --custom-color-top-bar-background: #FFFFFF;
    --custom-color-top-bar-links-and-icons: #105A33;
    --custom-color-footer-background: #105A33;
    --custom-color-footer-links-and-icons: #FFFFFF;
    --custom-color-for-graphic-elements: #105A33;
    --custom-color-for-button-font: #FFFFFF;
    --custom-color-for-button-background: #105A33;
    --custom-color-for-maps-pin-and-search-area: #105A33;
}