.elementor-4715 .elementor-element.elementor-element-ba194f4{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7609af9 */.hbc-modern-footer {
    background: #f8f9fa; /* Fond très clair pour ne pas alourdir la page */
    padding: 60px 20px 30px;
    border-top: 1px solid #eee;
    position: relative;
    font-family: 'Oswald';
}

.hbc-footer-main {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

/* Identité */
.footer-logo {
    height: 80px!important; 
    width: auto; 
    max-width: 180px; 
    object-fit: contain;
    margin-bottom: 20px;
    display: block;
}

.footer-contact-pills {
    display: flex;
    gap: 10px;
}

.pill {
    background: white;
    padding: 8px 16px;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-size: 0.85rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.pill:hover {
    transform: translateY(-3px);
    border-color: #2ecc71;
    color: #2ecc71;
}

/* Navigation */
.footer-nav-grid {
    display: flex;
    gap: 25px;
}

.footer-nav-grid a {
    text-decoration: none;
    color: #666;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.3s;
}

.footer-nav-grid a:hover {
    color: #1a1a1a;
}

/* Socials */
.social-label {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    background: #1a1a1a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s;
}

.social-link:hover {
    background: #2ecc71;
    transform: rotate(8deg);
}

/* Copyright */
.hbc-footer-copyright {
    max-width: 1100px;
    margin: 60px auto 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #aaa;
}

.legal-links {
    display: flex;
    gap: 20px;
}

.legal-links a { color: #aaa; text-decoration: none; }

/* Responsive */
@media (max-width: 900px) {
    .hbc-footer-main {
        flex-direction: column;
        text-align: center;
    }
    .footer-nav-grid {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-contact-pills {
        justify-content: center;
    }
}
</style>/* End custom CSS */