/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0.0
*/

/* 1. Transition sur le header */
.elementor-location-header {
    transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

/* 2. Fond sombre au scroll sticky */
.elementor-location-header .elementor-sticky--effects.elementor-element-2232aec {
    background-color: #242424 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3) !important;
}

/* 3. Cache le header quand nav--hidden est la - desktop + tablet + mobile */
.elementor-location-header .elementor-element-2232aec.nav--hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* 4. Cache icone WhatsApp pendant le booking LatePoint */
body.latepoint-lightbox-active #ht-ctc-chat {
    display: none !important;
}

/* 5. LatePoint - Centrer les textes dans toutes les fenetres (Booking Form, Addons, etc.) */
.latepoint-w .latepoint-step-content-text-left,
.latepoint-w .latepoint-step-content-text-left p,
.latepoint-w .bf-main-panel-content-before,
.latepoint-w .bf-main-panel-content-before p,
.latepoint-w .bf-main-panel-content-after,
.latepoint-w .bf-main-panel-content-after p {
	    text-align: center !important;
}
}