.offcanvas-body .btn.btn-link {
    position: relative;
}

.offcanvas-body .bubble {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background-color: #F2B84B;
    border-radius: 50%;
    color: #151008;
    right: 0;
    top: 0;
}

.icon-cms .picture-category-page {
    width: 84px;
    height: 84px;
    margin-top: -110px;
}

.languageBar {
    position: absolute;
    right: calc(50% - 15px);
    top: 0;
    font-size: 12px;
    background: #1a140b9c;
    padding: 5px;
    border-radius: 0 0 5px 5px;
    height: 33px;
    display: flex;
    gap: 5px;
    list-style: none;
    margin: 0;
}

.languages {
}

.languages-mobile {
    text-decoration: none;
}

@media (min-width:992px) {
    .languages-mobile {
        display: none;
    }

}

@media (max-width:991px) {
    .languages {
        display: none;
    }

}
