/* FOOTER 2026 - CSS FORCÉ AVEC !IMPORTANT */

.cl-footer {
    background-color: #222222 !important;
    color: #CCCCCC !important;
    padding: 60px 20px 30px 20px !important;
    font-family: 'Crimson Text', serif !important;
}

.cl-footer * {
    box-sizing: border-box !important;
}

.cl-footer-grid {
    max-width: 1200px !important;
    margin: 0 auto 40px auto !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 40px !important;
}

@media(max-width: 992px) {
    .cl-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width: 576px) {
    .cl-footer-grid {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .cl-footer-grid>div {
        margin: 0 auto !important;
    }

    .cl-footer-social {
        justify-content: center !important;
    }

    .cl-footer-logo {
        margin: 0 auto 15px !important;
    }
}

.cl-footer-title {
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.cl-footer-logo {
    max-width: 180px !important;
    margin-bottom: 15px !important;
}

.cl-footer-logo img {
    width: 100% !important;
    height: auto !important;
    filter: brightness(0) invert(1) !important;
}

.cl-footer-desc {
    font-size: 0.9em !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    color: #CCCCCC !important;
}

/* Titre social en blanc pour plus de contraste */
.cl-footer-desc strong {
    color: #FFFFFF !important;
    font-weight: 600 !important;
}

.cl-footer-social {
    display: flex !important;
    gap: 15px !important;
    margin-top: 15px !important;
}

.cl-footer-social a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    background-color: #444444 !important;
    color: #ddc587 !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    font-size: 1.3em !important;
    transition: all 0.3s ease !important;
}

.cl-footer-social a:hover {
    background-color: #bc0000 !important;
    color: #FFFFFF !important;
    transform: translateY(-3px) !important;
}

.cl-footer-nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cl-footer-nav li {
    margin-bottom: 12px !important;
}

.cl-footer-nav a {
    color: #CCCCCC !important;
    text-decoration: none !important;
    font-size: 0.95em !important;
    transition: color 0.3s ease !important;
    display: inline-block !important;
}

.cl-footer-nav a:before {
    content: "◆ " !important;
    color: #bc0000 !important;
    margin-right: 8px !important;
}

.cl-footer-nav a:hover {
    color: #bc0000 !important;
    padding-left: 5px !important;
}

.cl-footer-info {
    font-size: 0.9em !important;
    line-height: 1.8 !important;
}

.cl-footer-info p {
    margin-bottom: 15px !important;
}

.cl-footer-info strong {
    color: #FFFFFF !important;
    display: block !important;
    margin-bottom: 5px !important;
}

.cl-footer-info a {
    color: #ddc587 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.cl-footer-info a:hover {
    color: #bc0000 !important;
}

.cl-footer-icon {
    color: #ddc587 !important;
    margin-right: 8px !important;
}

.btn-rdv {
    display: block !important;
    text-align: center !important;
    padding: 15px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    font-size: 0.95em !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.btn-rdv i {
    color: #222 !important;
    margin-right: 8px !important;
    font-size: 1.1em !important;
}

.btn-rdv-primary {
    background: #ddc587 !important;
    color: #222 !important;
    margin-bottom: 15px !important;
}

.btn-rdv-primary:hover {
    background: #c5b175 !important;
    transform: scale(1.02) !important;
}

.btn-rdv-secondary {
    background: #bc0000 !important;
    color: #FFF !important;
}

.btn-rdv-secondary i {
    color: #FFF !important;
}

.btn-rdv-secondary:hover {
    background: #333 !important;
    color: #ddc587 !important;
}

.btn-rdv-secondary:hover i {
    color: #ddc587 !important;
}

.cl-footer-copyright {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding-top: 30px !important;
    border-top: 1px solid #333333 !important;
    text-align: center !important;
    font-size: 0.85em !important;
    color: #999999 !important;
}

.cl-footer-legal {
    margin-top: 10px !important;
}

.cl-footer-legal a {
    color: #CCCCCC !important;
    text-decoration: none !important;
    margin: 0 10px !important;
    transition: color 0.3s ease !important;
}

.cl-footer-legal a:hover {
    color: #bc0000 !important;
}