/* 
Theme Name: Hello Eliophot Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team & Eliophot
Author: Eliophot
Author URI: https://www.eliophot.com/
Template: hello-elementor
Version: 2.0.0
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, Eliophot
*/

.elementor-carousel-image {
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
}
/* header */
.header-principal {
    overflow-y: visible !important;
}
    /* booking menu */
.menu-deroulant .book-list,
.menu-deroulant-mobile .book-list {
    z-index: 999999;
    position: absolute;
    top: 100%;
    width: max-content;
}

.menu-deroulant-mobile .book-list {
    right: 0;
}

.menu-deroulant .book-list {
    right: 50%;
    transform: translateX(50%);
}

.menu-deroulant .book-list .elementor-button-wrapper a,
.menu-deroulant-mobile .book-list .elementor-button-wrapper a {
    width: 100%;
}
    /* desktop version */
.menu-deroulant {
    max-height: 40px;
}

.menu-deroulant summary {
    width: 170px;
}

.menu-deroulant #open-booking-calendar {
    cursor: pointer;
}

    /* mobile version */
.menu-deroulant-mobile {
    max-height: 35px;
}

.menu-deroulant-mobile i.eliofont {
    line-height: 1;
}

.menu-deroulant-mobile .e-n-accordion-item-title-header {
    display: none;
}