.site-footer {
    padding: 80px 20px 40px;
    background-color: #fff;
    border-top: 1px solid #f0e6e2; /* Ligne très fine terracotta clair */
    text-align: center;
    font-family: 'Georgia', serif;
    color: #5d3d2e;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo .initials {
    font-size: 2.5rem;
    color: #c05a33; /* Votre Terracotta */
    letter-spacing: 10px;
    border-bottom: 1px solid #c05a33;
    padding-bottom: 5px;
}

.footer-nav p {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #888;
}

.footer-details {
    margin-bottom: 50px;
}

.footer-details .date {
    font-size: 1.2rem;
    letter-spacing: 4px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #5d3d2e;
}

.footer-details .location {
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9d503b;
}

.footer-bottom {
    margin-top: 40px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #bbb;
}

/* Responsive */
@media (max-width: 600px) {
    .site-footer {
        padding: 60px 20px 30px;
    }
    .footer-logo .initials {
        font-size: 2rem;
    }
}