/* ==========================================================================
   Footer Enrichi - Maillage Interne
   ========================================================================== */

.footer-enrichi {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 20px;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-col {
    flex: 1;
    min-width: 0;
}

.footer-col h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #d14f07;
    text-transform: uppercase;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0 0 15px 0;
}

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

.footer-links li {
    margin: 0 0 8px 0;
}

.footer-links li a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

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

.footer-links li a strong {
    color: #d14f07;
    font-weight: 700;
}

/* Colonne Contact */
.footer-contact {
    font-size: 14px;
}

.logo-footer {
    margin-bottom: 15px;
}

.logo-footer img {
    max-width: 150px;
    height: auto;
}

.footer-phone,
.footer-email {
    margin: 10px 0;
}

.footer-phone a,
.footer-email a {
    color: #d14f07;
    font-weight: 700;
    text-decoration: none;
}

.footer-phone a:hover,
.footer-email a:hover {
    text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    text-align: center;
    margin-top: 20px;
}

.footer-bottom p {
    margin: 5px 0;
    font-size: 13px;
    color: #666;
}

.footer-bottom a {
    color: #d14f07;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive Mobile */
@media (max-width: 768px) {
    .footer-enrichi {
        flex-direction: column;
        padding: 30px 15px;
    }

    .footer-col {
        margin-bottom: 25px;
    }

    .footer-col h3 {
        font-size: 16px;
    }

    footer {
        width: 100% !important;
    }
}

/* Ajustements pour l'ancien style */
.ft {
    background-color: #fff;
}

footer {
    position: relative;
}

/* Signature (conserve l'ancien style) */
.signature,
.signature2 {
    margin: 5px 0;
}
