.elementor-3321 .elementor-element.elementor-element-256c835{--display:flex;}.elementor-3321 .elementor-element.elementor-element-256c835:not(.elementor-motion-effects-element-type-background), .elementor-3321 .elementor-element.elementor-element-256c835 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#132F31;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-fb84044 *//* ==========================================================================
   FOOTER UI/UX MAX DESIGN (SANS ARRIÈRE-PLAN FIXE)
   ========================================================================== */

.alexandra-footer-section {
    width: 100%;
    background: transparent !important; /* Laisse transparaître ton coucher de soleil */
    padding-top: 80px;
    box-sizing: border-box;
    font-family: inherit;
}

.alexandra-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 64px;
    padding: 0 24px 60px 24px;
}

/* --- COLONNE LOGO & DESC --- */
.alexandra-footer-col.col-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.alexandra-footer-logo {
    max-height: 50px;
    width: auto;
    margin-bottom: 24px;
    filter: drop-shadow(0px 4px 8px rgba(0,0,0,0.2));
}

.alexandra-footer-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #cbd5e1;
    opacity: 0.85;
    margin: 0;
}

/* --- TITRES DES COLONNES --- */
.alexandra-footer-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin: 0 0 24px 0;
    position: relative;
}

/* --- LIENS ET COORDONNÉES --- */
.alexandra-footer-links, 
.alexandra-footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.alexandra-footer-links li, 
.alexandra-footer-contact li {
    margin-bottom: 14px;
}

.alexandra-footer-links a, 
.alexandra-footer-contact a {
    font-size: 14px;
    color: #cbd5e1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

/* Effet de survol des liens (Éclairage Or) */
.alexandra-footer-links a:hover, 
.alexandra-footer-contact a:hover {
    color: #f1c43f;
    transform: translateX(4px);
}

.footer-icon {
    width: 16px;
    height: 16px;
    color: #d4af37; /* Icônes dorées */
}

/* ==========================================================================
   BARRE DE COPYRIGHT (FINITION GLASSMORPHISM LUXE)
   ========================================================================== */
.alexandra-footer-bottom {
    background: rgba(255, 255, 255, 0.02) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 24px 0;
}

.alexandra-footer-bottom-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #94a3b8;
}

.alexandra-footer-bottom p {
    margin: 0;
}

/* --- LIEN CRÉATEUR & BADGE WHATSAPP --- */
.creator-link {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.creator-link:hover {
    color: #25d366; /* Couleur WhatsApp au survol */
}

.whatsapp-badge {
    font-size: 10px;
    font-weight: 700;
    background: rgba(37, 211, 102, 0.15);
    color: #25d366;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid rgba(37, 211, 102, 0.2);
    transition: all 0.3s ease;
}

.creator-link:hover .whatsapp-badge {
    background: #25d366;
    color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE PARFAIT TABLETTE & MOBILE
   ========================================================================== */
@media (max-width: 992px) {
    .alexandra-footer-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .alexandra-footer-col.col-brand {
        align-items: center;
    }
    .alexandra-footer-links a, 
    .alexandra-footer-contact a {
        justify-content: center;
    }
    .alexandra-footer-links a:hover, 
    .alexandra-footer-contact a:hover {
        transform: translateY(-2px); /* Évite le décalage horizontal sur mobile centré */
    }
    .alexandra-footer-bottom-container {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}/* End custom CSS */