/* Footer Styles - Ultraconfidentiel.com Inspired */
.site-footer {
    background: #f2f2f2 !important;
    color: #1f2a30;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    font-size: 0.8rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.site-footer a {
    color: #1f2a30;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.site-footer a:hover {
    color: #D4AF37;
    opacity: 0.9;
}

.footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-description {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #cccccc;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.footer-social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #000000;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-social-icons a:hover {
    background-color: #D4AF37;
    color: #000000;
    transform: translateY(-2px);
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.75rem;
    color: #1f2a30;
}

.footer-links li a {
    color: #1f2a30;
    font-weight: 400;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #D4AF37;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid #d0d5d9;
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 0.3rem !important;
    color: #cccccc;
    line-height: 1.6;
}

.footer-bottom p {
    color: #4a5662;
    margin-bottom: 0.5rem;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .site-footer {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    
    .footer-social-icons {
        justify-content: center;
    }
}

/* Remove yellow dots from footer links */
.footer-links li::before {
    content: none !important;
}

.footer-addresses p {
    font-size: 0.8rem;
}
