/*
 Theme Name:   Divi Child Ultra Light
 Description:  Thème enfant pour optimiser la page d'accueil
 Author:       Cristof
 Template:     Divi
 Version:      1.0.0
*/

/* Votre CSS personnalisé pourra aller ici */
/* FOOTER */
#gc-footer {
    margin-top: 80px;
    padding: 40px 20px;
    text-align: center;
    background: #f1f5f9;
    border-top: 1px solid #e2e8f0;
}

.gc-footer-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.gc-footer-list li a {
    font-size: 14px;
    color: #475569;
    font-weight: 600;
}

.gc-footer-list li a:hover {
    color: #2563eb;
}

.gc-footer-copy {
    font-size: 13px;
    color: #64748b;
}