/**
 * FIRPCAM — Footer Institutionnel Bleu
 * Bleu #003087 | Or #C9A84C
 */

.site-footer { background: var(--bleu-institutionnel); padding: 60px 0 24px; color: rgba(255,255,255,0.75); margin-top: auto; }
.footer-main { padding: 0 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }

/* Brand column */
.footer-brand .logo-name { font-family: var(--font-titres); font-size: 24px; font-weight: 700; color: var(--or-antique); margin-bottom: 16px; }
.footer-brand .footer-description { font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.footer-contact-info p { font-size: 14px; margin-bottom: 4px; display: flex; align-items: center; gap: 8px; }

/* Column titles */
.footer-col h4 { font-size: 15px; color: var(--or-antique); font-family: var(--font-sous-titres); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--or-antique); }

/* Links */
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: rgba(255,255,255,0.75); font-size: 15px; transition: var(--transition-fast); text-decoration: none; }
.footer-links a:hover { color: var(--or-antique); text-decoration: none; padding-left: 4px; }

/* Separator & bottom */
.footer-separator { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 0; }
.footer-bottom { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: var(--spacing-sm); }
.footer-copyright { font-size: 14px; opacity: 0.5; color: #fff; }
.footer-legal { display: flex; gap: var(--spacing-md); }
.footer-legal a { color: rgba(255,255,255,0.5); font-size: 14px; text-decoration: none; transition: var(--transition-fast); }
.footer-legal a:hover { color: var(--or-antique); text-decoration: none; }

/* Motto */
.footer-motto { width: 100%; text-align: center; padding-top: 16px; margin-top: 16px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-motto p { font-family: var(--font-titres); font-style: italic; font-size: 16px; color: var(--or-antique); opacity: 0.6; }
