
.block-icon.svg-icon .size-huge {
    width: 6rem;
}

.js-calcResponse:not(.is-active) {
    display: none;
}

@media screen and (max-width: 767px) {
    .section-large-height {
        min-height: 50vh;
    }
}

/*
h1, h2, h3, h4, h5, h6 {
    text-wrap: pretty;
}
*/
.header-desktop .is-border-rounded:has(.thedock-multilanguage-switcher-menu-item) {
    overflow: visible;
}

.thedock-multilanguage-switcher-menu-item {
    padding: 0;
    width: auto;
    height: 2.25rem;
    overflow: visible;
    position: relative;
    display: flex;
    position: relative;
    border-radius: 0.5rem;
    background-color: #fff;
}

@media screen and (orientation: landscape) {
    
    .thedock-multilanguage-switcher-menu-item {
        overflow: hidden;
        width: 3.5rem;
        display: block;
    }

    .thedock-multilanguage-switcher-menu-item:hover {
        overflow: visible;
    }
    
}

.thedock-multilanguage-switcher-menu-item:before {
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MjAiIGhlaWdodD0iNDIwIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiPjxwYXRoIHN0cm9rZS13aWR0aD0iMjYiIGQ9Ik0yMDkgMTVhMTk1IDE5NSAwIDEgMCAyIDB6Ii8+PHBhdGggc3Ryb2tlLXdpZHRoPSIxOCIgZD0iTTIxMCAxNXYzOTBtMTk1LTE5NUgxNU01OSA5MGEyNjAgMjYwIDAgMCAwIDMwMiAwbTAgMjQwYTI2MCAyNjAgMCAwIDAtMzAyIDBNMTk1IDIwYTI1MCAyNTAgMCAwIDAgMCAzODJtMzAgMGEyNTAgMjUwIDAgMCAwIDAtMzgyIi8+PC9zdmc+");
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
    background-size: 98% 98%;
    background-repeat: no-repeat;
    display: block;
    top: 0;
    left: 0.625rem;
}

@media screen and (orientation: landscape) {
    
    .thedock-multilanguage-switcher-menu-item:before {
        top: 0.625rem;
        left: 0.625rem;
    }

}

.thedock-multilanguage-menu {
    margin: 0 !important;
    padding: 0;
    display: flex;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: 0.5rem;
    font-family: inherit !important;
}



@media screen and (orientation: landscape) {
    
    .thedock-multilanguage-menu {
        position: absolute;
        width: 2.25rem;
        flex-flow: column;
    }
    
}

.thedock-multilanguage-menu {
    padding: 0.5em !important;
    font-size: 0.8rem;
    line-height: 1.5;
}

.current-menu-item {
    font-weight: normal !important;
    color: inherit !important;
    border: .15rem solid transparent;
    border-radius: 0.5rem;
    order: -1;
}