.elementor-widget-cc_map_bien_ici {
    .maps {
        position: relative;
        .map-header-btns {
            position: absolute;
            z-index: 1;
            left: 50%;
            transform: translateX(-50%);
            width: max-content;
            padding: 20px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            &:not(.elementor-hidden) {
                display: flex;
            }
            .map-btns {
                display: flex;
            }
        }
    }
    input[type="radio"].toggle {
        display: none;
        &+ label {
            border: 3px solid #F5C305;
            background: white;
            cursor: pointer;
            max-width: 212px;
            height: 60px;
            box-sizing: border-box;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 15px 20px;
        }
        &:checked + label {
            cursor: default;
            color: #fff;
            background: #F5C305;
            font-weight: bold;
        }
    }
    .zoomcontrol-top-right .kimono-map #kimono-expandMapButton {
        border-radius: 5px;
        right: 50px;
        margin-top: 12px;
    }
    body.elementor-editor-active & {
        .map-container {
            background-image: url(../../images/default.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-blend-mode: lighten;
            background-size: cover;
            &::before {
                background: rgba(255,255,255,0.5);
                content: "Désactivé dans l'éditeur...";
                font-family: inherit;
                display: flex;
                width: 100%;
                height: 100%;
                justify-content: center;
                align-items: center;
                color: white;
                text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
            }
        }
    }
}
