.elementor-2673 .elementor-element.elementor-element-6d95917{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e2447cf *//* Footer Élégant - Style Cohérent Noir */
.footer-elegant {
    background: linear-gradient(135deg, #1a1a1a 0%, #2C2C2C 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.footer-elegant::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: radial-gradient(circle at 70% 30%, rgba(238, 80, 129, 0.08) 0%, transparent 50%) !important;
    pointer-events: none !important;
}

.footer-container-elegant {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Main Footer */
.footer-main {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    gap: 60px !important;
    padding: 80px 0 60px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* Brand Section */
.footer-brand-elegant {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important;
}

.brand-logo h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 2rem !important;
    color: white !important;
    margin-bottom: 5px !important;
    font-weight: 500 !important;
}

.brand-subtitle {
    color: #EE5081 !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.brand-description {
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.7 !important;
    font-size: 0.95rem !important;
    font-weight: 300 !important;
}

/* Social Links */
.social-links-elegant h5 {
    color: white !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.1rem !important;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
}

.social-icons {
    display: flex !important;
    gap: 15px !important;
}

.social-link-elegant {
    width: 45px !important;
    height: 45px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 1.2rem !important;
    transition: all 0.3s ease !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
}

.social-link-elegant:hover {
    transform: translateY(-3px) !important;
    color: white !important;
}

.social-link-elegant.facebook:hover {
    background: #1877F2 !important;
    box-shadow: 0 8px 25px rgba(24, 119, 242, 0.4) !important;
}

.social-link-elegant.instagram:hover {
    background: linear-gradient(45deg, #E4405F, #833AB4, #F56040) !important;
    box-shadow: 0 8px 25px rgba(228, 64, 95, 0.4) !important;
}

.social-link-elegant.linkedin:hover {
    background: #0A66C2 !important;
    box-shadow: 0 8px 25px rgba(10, 102, 194, 0.4) !important;
}

.social-link-elegant.youtube:hover {
    background: #FF0000 !important;
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4) !important;
}

/* Navigation Sections */
.footer-nav-elegant {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
}

.footer-section-elegant h4 {
    color: white !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    font-weight: 500 !important;
    position: relative !important;
}

.footer-section-elegant h4::after {
    content: '' !important;
    position: absolute !important;
    bottom: -8px !important;
    left: 0 !important;
    width: 30px !important;
    height: 2px !important;
    background: linear-gradient(90deg, #EE5081, transparent) !important;
}

.footer-section-elegant ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-section-elegant ul li {
    margin-bottom: 10px !important;
}

.footer-section-elegant ul li a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    padding: 5px 0 !important;
}

.footer-section-elegant ul li a:hover {
    color: #EE5081 !important;
    transform: translateX(5px) !important;
}

/* Contact Info Footer */
.contact-info-footer {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.contact-item-footer {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
}

.contact-item-footer i {
    color: #EE5081 !important;
    width: 16px !important;
    flex-shrink: 0 !important;
}

.contact-item-footer a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.contact-item-footer a:hover {
    color: #EE5081 !important;
}

/* Newsletter Section */
.newsletter-section-elegant {
    padding: 40px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.newsletter-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
}

.newsletter-text h4 {
    color: white !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.4rem !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

.newsletter-text p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.form-group-newsletter {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
}

.newsletter-input {
    flex: 1 !important;
    padding: 15px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 25px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    color: white !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease !important;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.newsletter-input:focus {
    outline: none !important;
    border-color: #EE5081 !important;
    box-shadow: 0 0 0 3px rgba(238, 80, 129, 0.2) !important;
}

.btn-newsletter {
    background: linear-gradient(135deg, #EE5081 0%, #D41F5D 100%) !important;
    color: white !important;
    padding: 15px 25px !important;
    border-radius: 25px !important;
    border: none !important;
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    white-space: nowrap !important;
}

.btn-newsletter:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(238, 80, 129, 0.4) !important;
}

.newsletter-note {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.8rem !important;
    font-family: 'Inter', sans-serif !important;
    margin: 0 !important;
}

/* Footer Bottom */
.footer-bottom-elegant {
    padding: 30px 0 !important;
}

.footer-bottom-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.copyright {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

.footer-links {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.footer-link {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.85rem !important;
    transition: color 0.3s ease !important;
}

.footer-link:hover {
    color: #EE5081 !important;
}

.separator {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* Decorative Elements */
.footer-decoration {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    pointer-events: none !important;
}

.decoration-circle {
    width: 200px !important;
    height: 200px !important;
    border: 2px solid rgba(238, 80, 129, 0.2) !important;
    border-radius: 50% !important;
    position: absolute !important;
    bottom: -100px !important;
    right: -100px !important;
}

.decoration-line {
    width: 100px !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, rgba(238, 80, 129, 0.3)) !important;
    position: absolute !important;
    bottom: 50px !important;
    right: 50px !important;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .footer-nav-elegant {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    
    .newsletter-content {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 60px 0 40px !important;
    }
    
    .footer-nav-elegant {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }
    
    .form-group-newsletter {
        flex-direction: column !important;
    }
    
    .newsletter-input {
        margin-bottom: 10px !important;
    }
    
    .footer-bottom-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .social-icons {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .footer-container-elegant {
        padding: 0 15px !important;
    }
    
    .footer-main {
        padding: 50px 0 30px !important;
    }
    
    .brand-logo h3 {
        font-size: 1.7rem !important;
    }
    
    .social-link-elegant {
        width: 40px !important;
        height: 40px !important;
    }
}

/* Animations */
.footer-section-elegant {
    animation: fadeInUp 0.6s ease-out !important;
}

.footer-section-elegant:nth-child(2) {
    animation-delay: 0.1s !important;
}

.footer-section-elegant:nth-child(3) {
    animation-delay: 0.2s !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */