/*
Theme Name: Hello Au Soleil
Description: Theme enfant de Hello Elementor.
Author: Maxime Dreyfus
Author URI: http://t3ke.com
Template: hello-elementor
Version: 1.0
*/
html{
	background-color: #1c1c1c;
}

html {
    overflow-x: clip;
    scrollbar-gutter: stable;
}
.elementor-element-16a5d481, .elementor-90 {
    display: none !important;
}
.ehp-header__elements-container{
	max-width: 1410px;
	margin: auto;
	
}
#site-footer{
	display: none;
}

body.elementor-editor-active header {
	pointer-events: none !important;
	opacity: 0.3 !important;
}

/*Effet top home*/
body {
    animation: fadeIn 0.6s 1s ease-out forwards;
	opacity: 0;
	background-color: #1C1C1C;
    color: #FFF;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.elementor-74 {
    /*animation: softFadeBlur 2.0s ease-out forwards;*/
}

@keyframes softFadeBlur {
    0% {
        opacity: 0;
        filter: blur(25px) brightness(0.7);
    }
    50% {
        opacity: 0.5;
        filter: blur(10px) brightness(0.85);
    }
    100% {
        opacity: 1;
        filter: blur(0) brightness(1);
    }
}


/* ========================================
   BOUTON BURGER - Blanc en haut à droite
   ======================================== */

@media (max-width: 1024px) {
	.ehp-header{
		background-color: #000 !important;
	}

	.ehp-header__site-link img, .ehp-header__site-logo {
		width: 130px !important;
		margin-left: -30px;
	}
	.ehp-header__ctas-container, .ehp-header__contact-buttons{
		display: none !important;
	}

	.ehp-header__item {
            font-size: 16px !important;
            padding: 10px 0 !important;
        }
    
    /* Conteneur du bouton burger */
    .ehp-header__menu-cart-container {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        z-index: 10001 !important;
    }

    /* Bouton burger */
    .ehp-header__button-toggle {
        background: transparent !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
        transition: transform 0.3s ease !important;
    }

    .ehp-header__button-toggle:hover {
        transform: scale(1.1);
    }

    /* Icône burger blanche */
    .ehp-header__toggle-icon--open svg {
        fill: #ffffff !important;
        transition: all 0.3s ease;
    }

    /* Icône close (X) blanche */
    .ehp-header__toggle-icon--close svg {
        fill: #ffffff !important;
    }

    /* ========================================
       MENU MOBILE - Animation slide élégante
       ======================================== */

    .ehp-header__navigation {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 100% !important;
        max-width: 400px !important;
        height: 100vh !important;
        background: linear-gradient(135deg, #3c3c3b 0%, #2a2a29 100%) !important;
        padding: 100px 40px 40px 40px !important;
        overflow-y: auto !important;
        transition: right 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease !important;
        z-index: 10000 !important;
        opacity: 0 !important;
        display: block !important;
        visibility: hidden !important;
    }

    /* Menu ouvert - Slide depuis la droite */
    .ehp-header__navigation[aria-hidden="false"] {
        right: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* Overlay sombre derrière le menu */
    .ehp-header__navigation::before {
        content: '';
        position: fixed;
        top: 0;
        left: -100vw;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0);
        transition: all 0.6s ease;
        pointer-events: none;
        z-index: -1;
    }

    .ehp-header__navigation[aria-hidden="false"]::before {
        background: rgba(0, 0, 0, 0.7);
        left: -100vw;
        pointer-events: all;
    }

    /* ========================================
       LISTE DES LIENS
       ======================================== */

    .ehp-header__menu {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* ========================================
       LIENS DU MENU - Animation cascade
       ======================================== */

    .ehp-header__item {
        display: block !important;
        padding: 20px 0 !important;
        color: #ffffff !important;
        font-size: 1.8rem !important;
        font-weight: 300 !important;
        letter-spacing: 2px !important;
        text-transform: uppercase !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        transform: translateX(50px);
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        overflow: hidden;
    }

    /* Animation cascade des liens quand menu ouvert */
    .ehp-header__navigation[aria-hidden="false"] .ehp-header__item {
        transform: translateX(0);
        opacity: 1;
    }

    .ehp-header__navigation[aria-hidden="false"] .menu-item:nth-child(1) .ehp-header__item {
        transition-delay: 0.1s;
    }

    .ehp-header__navigation[aria-hidden="false"] .menu-item:nth-child(2) .ehp-header__item {
        transition-delay: 0.15s;
    }

    .ehp-header__navigation[aria-hidden="false"] .menu-item:nth-child(3) .ehp-header__item {
        transition-delay: 0.2s;
    }

    .ehp-header__navigation[aria-hidden="false"] .menu-item:nth-child(4) .ehp-header__item {
        transition-delay: 0.25s;
    }

    .ehp-header__navigation[aria-hidden="false"] .menu-item:nth-child(5) .ehp-header__item {
        transition-delay: 0.3s;
    }

    /* ========================================
       BOUTON CTA (Réserver) DANS LE MENU
       ======================================== */

    .ehp-header__navigation .ehp-header__ctas-container {
        margin-top: 40px !important;
        transform: translateY(30px);
        opacity: 0;
        transition: all 0.5s ease 0.35s;
    }

    .ehp-header__navigation[aria-hidden="false"] .ehp-header__ctas-container {
        transform: translateY(0);
        opacity: 1;
    }

    .ehp-header__navigation .ehp-button {
        width: 100% !important;
        background: #b41c1e !important;
        color: #ffffff !important;
        padding: 18px 30px !important;
        font-size: 15px !important;
        letter-spacing: 2px !important;
        text-align: center !important;
        border: none !important;
        transition: all 0.3s ease !important;
    }

    .ehp-header__navigation .ehp-button:hover {
        background: #3c3c3b !important;
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(180, 28, 30, 0.4);
    }

    /* ========================================
       EMPÊCHER LE SCROLL DU BODY
       ======================================== */

    body:has(.ehp-header__navigation[aria-hidden="false"]) {
        overflow: hidden !important;
    }

    /* Alternative si :has() ne fonctionne pas */
    body.menu-open {
        overflow: hidden !important;
    }

    /* ========================================
       RESPONSIVE AJUSTEMENTS
       ======================================== */

    @media (max-width: 480px) {
        .ehp-header__navigation {
            max-width: 100% !important;
            padding: 80px 30px 30px 30px !important;
        }

        .ehp-header__item {
            font-size: 14px !important;
            padding: 10px 0 !important;
        }

        .ehp-header__menu-cart-container {
            top: 15px !important;
            right: 15px !important;
        }
    }

}

/* ========================================
   DESKTOP - Cacher ces éléments sur grand écran
   ======================================== */

@media (min-width: 1025px) {
    .ehp-header__button-toggle {
        display: none !important;
    }
}

/* FOOTER */
#footer a{
	text-decoration: none !important;
}
@media (max-width: 600px) {
	.site-footer-elementor-1129 .elementor-icon svg {
		width: 30px !important;
		height: 30px !important;
	}
}

.ticket  {
  --r: 18px; /* rayon du creux, ajuste selon ton bouton */
  -webkit-mask-image: 
    radial-gradient(circle at top left, transparent var(--r), black calc(var(--r) + 0.5px)),
    radial-gradient(circle at top right, transparent var(--r), black calc(var(--r) + 0.5px)),
    radial-gradient(circle at bottom left, transparent var(--r), black calc(var(--r) + 0.5px)),
    radial-gradient(circle at bottom right, transparent var(--r), black calc(var(--r) + 0.5px));
  mask-image: 
    radial-gradient(circle at top left, transparent var(--r), black calc(var(--r) + 0.5px)),
    radial-gradient(circle at top right, transparent var(--r), black calc(var(--r) + 0.5px)),
    radial-gradient(circle at bottom left, transparent var(--r), black calc(var(--r) + 0.5px)),
    radial-gradient(circle at bottom right, transparent var(--r), black calc(var(--r) + 0.5px));
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 51% 51%;
  mask-size: 51% 51%;
  -webkit-mask-position: top left, top right, bottom left, bottom right;
  mask-position: top left, top right, bottom left, bottom right;
}
/*
a.elementor-button,
.elementor-button{
	border-color: #eddd92;
	background-color: #000;
}
a.elementor-button:hover,
.elementor-button:hover{
	background-color: #7A6E5E !important;
}*/

.ehp-flex-footer__copyright a{
	font-size: 14px !important;
	color:#cdbf89 !important;
	text-decoration: none !important;
}

/* Empêche Elementor d'étirer les colonnes à la même hauteur (sinon rien à "sticky") */
.sticky-row {
    align-items: flex-start !important;
}

.sticky-left-col {
    position: sticky !important;
    top: 160px; /* distance depuis le haut de l'écran — ajustez selon la hauteur de votre header */
    align-self: flex-start !important;
}

/* Désactive l'effet sur mobile/tablette où les colonnes se replient */
@media (max-width: 1024px) {
    .sticky-left-col {
        position: static !important;
    }
}


/* ============================================
   SOULIGNEMENT AU SURVOL — depuis le centre du mot
   ============================================ */
@media (min-width: 1025px) and (hover: hover) and (pointer: fine) {

    .ehp-header__item {
        position: relative;
    }

    .ehp-header__item::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 2px;
        height: 1px;
        background-color: currentColor;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
        pointer-events: none;
    }

    .ehp-header__item:hover::after {
        transform: scaleX(1);
    }

}

.ti-widget.ti-goog .ti-rating-text, .ti-widget.ti-goog .ti-rating-text span strong, .ti-widget.ti-goog .ti-rating-text span{
	color: #FFF !important;
}
.ti-widget.ti-goog .ti-widget-container, .ti-widget.ti-goog .ti-widget-container * {
    font-family: 'ROBOTO' !important;
}
.ti-widget.ti-goog .ti-review-item,
.ti-widget.ti-goog .ti-review-item > .ti-inner {
    border-radius: 0px !important;
}

/* ==========================================================================
   FORMULAIRE DE CONTACT MULTILINGUE (FR/EN/DE)
   ========================================================================== */
.hotel-contact-form-wrap {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
    background: rgba(255,255,255,0.03);
    border: 1px solid #d6ad00;
    border-radius: 4px;
}
.hotel-contact-form-wrap h3 {
    color: #d6ad00;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.hcf-field { margin-bottom: 22px; }
.hcf-field label {
    display: block;
    color: #d6ad00;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}
.hcf-field input[type="text"],
.hcf-field input[type="email"],
.hcf-field input[type="tel"],
.hcf-field select,
.hcf-field textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.3);
    color: #111;
    padding: 14px 16px;
    font-size: 15px;
    font-family: inherit;
    border-radius: 2px;
    transition: border-color 0.3s ease;
}
.hcf-field textarea { min-height: 130px; resize: vertical; }
.hcf-field input:focus,
.hcf-field select:focus,
.hcf-field textarea:focus {
    outline: none;
    border-color: #cdbf89;
}
.hcf-field select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%23cdbf89' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    cursor: pointer;
}
.hcf-field select option { background: #1c1c1c; color: #fff; }
.hcf-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: rgba(0,0,0,0.8);
}
.hcf-checkbox input { margin-top: 4px; }
.hcf-submit {
    background: #FFF !important;
    border: 1px solid #cdbf89 !important;
    color: #cdbf89 !important;
    padding: 18px 36px !important;
    font-size: 13px !important;
	border-radius: 0px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hcf-submit:hover { background: #b41c1e; border-color: #b41c1e; color: #fff; }
.hcf-submit:disabled { opacity: 0.5; cursor: not-allowed; }
.hcf-note { margin-top: 20px; font-size: 12px; color: rgba(0,0,0,0.5); }
.hcf-message {
    margin-top: 20px;
    padding: 14px 18px;
    border-radius: 2px;
    font-size: 14px;
    display: none;
}
.hcf-message.success {
    display: block;
    background: rgba(80,160,80,0.15);
    border: 1px solid rgba(80,160,80,0.4);
    color: #577557;
}
.hcf-message.error {
    display: block;
    background: rgba(180,28,30,0.15);
    border: 1px solid rgba(180,28,30,0.4);
    color: #ff9a9a;
}
/* Honeypot anti-spam — invisible pour les humains */
.hcf-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }