/* ===================================================================
   FOOTER RÉGION RÉUNION - Style officiel
   Fond gris clair avec liens bleus
   =================================================================== */

.reunion-footer {
    background-color: #ffffff;
    border-top: 1px solid #e0e0e0;
    padding: 0;
    margin-top: auto;
}

.reunion-footer h3 {
    font-size: 20px;
    Line-height: 21.6px;
    Letter-spacing: -0.18px;
    color: #005BAA !important;
}

.reunion-footer a {
    font-weight: 500;
    font-size: 16px;
    Line-height: 22.4px;
    text-decoration: underline;
}

/* Titres des colonnes */
.reunion-footer-title {
    color: #0066cc; /* Bleu Région Réunion */
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: none;
}

/* Description colonne gauche */
.reunion-footer-description {
    color: #0066cc;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.reunion-footer-external-link {
    color: #0066cc;
    text-decoration: none;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    transition: transform 0.2s ease;
    display: inline-block;
}

.reunion-footer-external-link:hover {
    color: #004999;
    transform: translateY(-2px);
}

/* Logo central */
.reunion-footer-logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.reunion-footer-logo {
    max-height: 80px;
    width: auto;
    display: block;
}

.reunion-footer-website {
    font-size: 1rem;
    color: #0066cc;
    font-weight: 600;
}

/* Liens */
.reunion-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.reunion-footer-links li {
    margin-bottom: 0.5rem;
}

.reunion-footer-link {
    color: #0066cc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    display: inline-block;
}

.reunion-footer-link:hover {
    color: #004999;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
    .reunion-footer-title {
        font-size: 1rem;
    }

    .reunion-footer-description,
    .reunion-footer-link {
        font-size: 0.9rem;
    }

    .reunion-footer-logo {
        max-height: 70px;
    }
}

@media (max-width: 768px) {
    .reunion-footer {
        text-align: center;
    }

    .reunion-footer-description {
        text-align: center;
    }

    .reunion-footer-links {
        text-align: center;
    }

    .reunion-footer-logo {
        max-height: 60px;
    }
}
