.elementor-704 .elementor-element.elementor-element-a623849{--display:flex;}.elementor-704 .elementor-element.elementor-element-a623849:not(.elementor-motion-effects-element-type-background), .elementor-704 .elementor-element.elementor-element-a623849 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#132F31;}.elementor-704 .elementor-element.elementor-element-428ca26{--display:flex;}.elementor-704 .elementor-element.elementor-element-428ca26:not(.elementor-motion-effects-element-type-background), .elementor-704 .elementor-element.elementor-element-428ca26 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#132F31;}.elementor-704 .elementor-element.elementor-element-b0d6db2{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper label{color:#000000;}.elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper input, .elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper textarea{background:#f9f9f9;}.elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper input, .elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper textarea, .elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper p{color:#000000;}.elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper input:focus, .elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper textarea:focus{border-color:#1C58F6;}.elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper input[type=submit]{background:#000000;color:#ffffff;border-color:#000000;}.elementor-704 .elementor-element.elementor-element-8523728 .hoteller-contact-form-content-wrapper input[type=submit]:hover{background:#000000;color:#ffffff;border-color:#000000;}.elementor-704 .elementor-element.elementor-element-7611f97{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-704 .elementor-element.elementor-element-1cd5c4d{--display:flex;}.elementor-704 .elementor-element.elementor-element-1cd5c4d:not(.elementor-motion-effects-element-type-background), .elementor-704 .elementor-element.elementor-element-1cd5c4d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#132F31;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-704 .elementor-element.elementor-element-b0d6db2{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-704 .elementor-element.elementor-element-b0d6db2{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-af7539b *//* --- CONTENEUR DU TITRE SANS ARRIÈRE-PLAN --- */
.alexandra-contact-title-container {
    width: 100%;
    max-width: 800px;
    margin: 40px auto 40px auto; /* Espacement fluide */
    text-align: center;
    background: transparent !important; /* Transparence totale */
    padding: 10px 0;
    box-sizing: border-box;
}

/* --- LE PETIT BADGE SIGNATURE --- */
.alexandra-contact-badge {
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px; /* Grand espacement luxe */
    color: #d4af37; /* Or précieux */
    margin-bottom: 12px;
}

/* --- LE TITRE EN DÉGRADÉ "SUNSET GLOW" --- */
.alexandra-contact-main-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 16px 0;
    letter-spacing: -1px;
    
    /* Dégradé lumineux signature */
    background: linear-gradient(135deg, #ffffff 30%, #f1c43f 75%, #e65c17 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    
    /* Ombre de détachement */
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.4));
}

/* --- LA LIGNE DE SÉPARATION ÉPURÉE --- */
.alexandra-contact-divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
    margin: 0 auto;
    border-radius: 2px;
    opacity: 0.8;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .alexandra-contact-title-container {
        margin: 20px auto 25px auto;
    }
    .alexandra-contact-main-title {
        font-size: 32px;
    }
    .alexandra-contact-badge {
        font-size: 10px;
        letter-spacing: 3px;
    }
}/* End custom CSS */
/* Start custom CSS for hoteller-contact-form, class: .elementor-element-8523728 *//* ==========================================================================
   CONTACT FORM 7 : STYLE LUXE UI/UX MAX DESIGN SUNSET (RÉSERVATION HÔTEL)
   ========================================================================== */

/* --- 1. CONTENEUR GLOBAL --- */
.wpcf7 {
    background: transparent !important;
    padding: 20px 0;
    max-width: 750px;
    margin: 0 auto;
}

/* --- 2. LABELS --- */
.wpcf7 label,
.wpcf7-form p {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    display: block;
    margin-bottom: 8px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* --- 3. MISE EN PAGE GRILLE & RESPONSIVE --- */
.form-row-group {
    display: flex;
    gap: 20px;
}

.form-row-group .form-row {
    flex: 1;
}

@media (max-width: 600px) {
    .form-row-group {
        flex-direction: column;
        gap: 0;
    }
}

/* --- 4. STYLE DES CHAMPS --- */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 14px 18px !important;
    box-sizing: border-box;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    transition: all 0.3s ease-in-out !important;
}

/* --- 5. INTERACTION CALENDRIER & CURSEUR --- */
.wpcf7 input[type="date"] {
    cursor: pointer !important;
    color-scheme: dark !important;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(78%) sepia(57%) saturate(418%) hue-rotate(356deg) brightness(96%) contrast(89%) !important;
    cursor: pointer !important;
    padding: 4px;
    transition: transform 0.2s ease;
}

.wpcf7 input[type="date"]:hover::-webkit-calendar-picker-indicator {
    transform: scale(1.15);
}

.wpcf7 select option {
    background-color: #121318 !important;
    color: #ffffff !important;
}

/* --- 6. FOCUS CHAMPS --- */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 select:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: #e5b352 !important;
    outline: none !important;
    box-shadow: 0 0 15px rgba(229, 179, 82, 0.25) !important;
}

/* --- 7. BOUTON SOUMISSION --- */
.wpcf7 input[type="submit"] {
    display: inline-block !important;
    background: #ffffff !important;
    color: #07080a !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 16px 40px !important;
    border-radius: 40px !important;
    border: 2px solid #ffffff !important;
    cursor: pointer !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin-top: 15px !important;
    width: 100% !important;
}

.wpcf7 input[type="submit"]:hover {
    background: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    box-shadow: 0 8px 22px rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-2px) !important;
}

/* --- 8. MESSAGES DE RETOUR --- */
.wpcf7-response-output {
    border-radius: 12px !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    margin-top: 20px !important;
    color: #ffffff !important;
    backdrop-filter: blur(10px) !important;
}

.wpcf7-mail-sent-ok {
    background: rgba(39, 174, 96, 0.2) !important;
    border: 1px solid #27ae60 !important;
}

.wpcf7-validation-errors, 
.wpcf7-acceptance-missing {
    background: rgba(231, 76, 60, 0.2) !important;
    border: 1px solid #e74c3c !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7611f97 *//* ==========================================================================
   BLOC COORDONNÉES DE DROITE : UI/UX MAX DESIGN
   ========================================================================== */

.alexandra-contact-info-block {
    background: rgba(255, 255, 255, 0.02) !important; /* Verre ultra-translucide */
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 24px;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-sizing: border-box;
    height: 100%; /* S'aligne parfaitement sur la hauteur du formulaire à gauche */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* --- TITRE DU BLOC --- */
.contact-info-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact-info-divider {
    width: 40px;
    height: 3px;
    background: #d4af37; /* Ligne Or */
    border-radius: 2px;
    margin-bottom: 35px;
}

/* --- STRUCTURE DE LA LISTE --- */
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* --- ÉLÉMENT INDIVIDUEL (LIEN) --- */
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none !important;
    padding: 12px;
    border-radius: 16px;
    background: transparent;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Effet au survol de chaque coordonnée */
.contact-info-item:hover {
    background: rgba(255, 255, 255, 0.04) !important;
    transform: translateX(6px);
}

/* --- CONTENEUR DE L'ICÔNE --- */
.contact-info-icon-wrapper {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0; /* Empêche l'icône de se déformer */
}

.contact-info-icon {
    width: 20px;
    height: 20px;
    color: #f1c43f; /* Icônes couleur Or Sunset */
}

.contact-info-item:hover .contact-info-icon-wrapper {
    background: #ffffff;
}

.contact-info-item:hover .contact-info-icon {
    color: #07080a; /* L'icône passe en noir quand le cercle devient blanc */
}

/* --- LES TEXTES Coordonnées --- */
.contact-info-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-info-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #cbd5e1;
    opacity: 0.7;
}

.contact-info-value {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    transition: color 0.3s ease;
}

.contact-info-item:hover .contact-info-value {
    color: #f1c43f; /* Le texte s'illumine en or au survol */
}

/* ==========================================================================
   RESPONSIVE MOBILE
   ========================================================================== */
@media (max-width: 768px) {
    .alexandra-contact-info-block {
        padding: 30px 20px;
        margin-top: 30px; /* Ajoute un espace sous le formulaire sur mobile */
    }
    .contact-info-item:hover {
        transform: translateY(-2px); /* Évite le décalage horizontal sur écran tactile */
    }
    .contact-info-value {
        font-size: 14px; /* Ajuste la police sur les petits téléphones */
    }
}/* End custom CSS */