/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.grecaptcha-badge {
    visibility: hidden;
}
#toggle { display: none; }



.vendredi-map-multi-inner {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}


.vendredi-map-multi-list {
    flex: 1 1 70%;
     overflow-y: auto;
}

.vendredi-map-multi-map {
    flex: 1 1 30%;
    height: 450px;
	border-radius: 15px;
}

/* Au cas où Elementor t’ajoute des puces par défaut quelque part */
.vendredi-map-multi-filters {
    list-style: none;
    padding: 0;
    margin: 0;
      text-align: center;
}

.vendredi-map-multi-item.is-selected {
    border-color: #e1e040;
    background-color: rgb(225 224 64 / 24%);
    box-shadow: 0 0 0 1px rgb(225 224 64 / 40%);
}

/* Mobile : on repasse en colonne */
@media (max-width: 767px) {
    .vendredi-map-multi-wrapper {
        flex-direction: column;
    }
    .vendredi-map-multi-list {
        width: 100%;
        max-height: none;
    }
}

@media (max-width: 768px) {

}
