/**
 * footer.css - Styles spécifiques au footer
 * Oceanic Container Line
 * Version: 2.1 - Contraste amélioré (mentions légales lisibles)
 */

/* ============================================================
   FOOTER - STYLES PRINCIPAUX
   ============================================================ */

.site-footer {
    background: #1a3c6e;
    color: #fff;
    padding: 60px 0 20px;
}

.site-footer h4,
.site-footer h5 {
    color: #fff;
}

.site-footer a {
    color: #b0c4de;
    transition: color 0.3s ease;
    text-decoration: none;
}

.site-footer a:hover {
    color: #e94560;
}

/* ============================================================
   TITRES
   ============================================================ */

.footer-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-title i {
    color: #e94560;
}

.footer-title-small {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1rem;
}

.footer-title-small i {
    color: #e94560;
}

.footer-tagline {
    color: #b0c4de;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

/* ============================================================
   ADRESSE
   ============================================================ */

.footer-address p {
    color: #b0c4de;
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 4px;
}

.footer-address i {
    color: #e94560;
    width: 22px;
}

.footer-address a {
    color: #b0c4de;
}

.footer-address a:hover {
    color: #e94560;
}

/* ============================================================
   BADGES
   ============================================================ */

.footer-badges {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.footer-badges .badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    border: 1px solid rgba(233, 69, 96, 0.2);
    background: rgba(233, 69, 96, 0.15);
    color: #b0c4de;
}

.footer-badges .badge i {
    color: #28a745;
    margin-right: 4px;
}

/* ============================================================
   LIENS
   ============================================================ */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #b0c4de;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #e94560;
    padding-left: 4px;
}

.footer-links li a i {
    color: #e94560;
    font-size: 0.6rem;
    margin-right: 6px;
}

/* ============================================================
   SERVICE
   ============================================================ */

.footer-service p {
    color: #b0c4de;
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 2px;
}

.footer-service p i {
    color: #28a745;
    width: 22px;
}

.footer-service p i.fa-headset,
.footer-service p i.fa-clock,
.footer-service p i.fa-envelope {
    color: #e94560;
}

/* ============================================================
   BOUTONS D'ACTION
   ============================================================ */

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.footer-btn-primary {
    background: #e94560;
    color: #fff;
    border: 2px solid #e94560;
}

.footer-btn-primary:hover {
    background: #d63851;
    border-color: #d63851;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(233, 69, 96, 0.3);
}

.footer-btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #e94560;
}

.footer-btn-secondary:hover {
    background: #e94560;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(233, 69, 96, 0.3);
}

.footer-btn-tertiary {
    background: #1a3c6e;
    color: #fff;
    border: 2px solid #1a3c6e;
}

.footer-btn-tertiary:hover {
    background: #0f1a2e;
    border-color: #0f1a2e;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* ============================================================
   TRUST BADGES
   ============================================================ */

.footer-trust {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.footer-trust span {
    font-size: 0.7rem;
    color: #b0c4de;
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-trust span i {
    color: #28a745;
}

/* ============================================================
   SÉPARATEURS & PAIEMENT
   ============================================================ */

.footer-divider {
    border-color: #2d5a8e;
    margin: 30px 0;
}

.footer-payment-text {
    color: #8fa9c4;
    font-size: 0.8rem;
    margin: 0;
}

.footer-payment-text i {
    color: #e94560;
}

.footer-payment-methods {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-payment-methods span {
    font-size: 0.7rem;
    color: #8fa9c4;
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-payment-methods span i {
    color: #28a745;
}

/* ============================================================
   COPYRIGHT
   ============================================================ */

.footer-copyright {
    color: #8fa9c4;
    font-size: 0.8rem;
    margin: 0;
    line-height: 1.6;
}

.footer-copyright .footer-separator {
    margin: 0 8px;
    color: #2d5a8e;
}

.footer-copyright i {
    color: #e94560;
    font-size: 0.7rem;
}

.footer-address-short,
.footer-phone-short {
    color: #8fa9c4;
}

.footer-legal-short {
    color: #8fa9c4;
    font-size: 0.75rem;
    margin: 0;
}

.footer-legal-short i {
    color: #e94560;
}

.footer-legal-short .footer-separator {
    margin: 0 6px;
    color: #2d5a8e;
}

/* ============================================================
   MENTIONS LÉGALES - CONTRASTE AMÉLIORÉ ✅
   ============================================================ */

.footer-legal-mentions {
    margin-top: 12px;
}

.footer-legal-mentions p {
    color: #8fa9c4;           /* ✅ Clair et lisible */
    font-size: 0.65rem;
    text-align: center;
    margin: 0;
    line-height: 1.5;
}

.footer-legal-mentions .footer-directors {
    color: #9db4cc;           /* ✅ Plus clair que #3a5a7e */
}

.footer-legal-mentions .footer-vat-note {
    color: #8fa9c4;           /* ✅ Lisible */
    font-size: 0.6rem;
}

.footer-legal-mentions .footer-vat-note i {
    color: #6c8db0;           /* ✅ Visible mais discret */
}

/* ============================================================
   BOUTON "RETOUR EN HAUT" - STYLES UNIQUEMENT CSS
   ============================================================ */

.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e94560;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(233, 69, 96, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
}

.scroll-top-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 25px rgba(233, 69, 96, 0.5);
}

.scroll-top-btn:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 767.98px) {
    .site-footer .row .col-lg-4,
    .site-footer .row .col-lg-2 {
        margin-bottom: 30px;
    }
    .site-footer .row .col-lg-4:last-child,
    .site-footer .row .col-lg-2:last-child {
        margin-bottom: 0;
    }
    
    .site-footer .text-md-end {
        text-align: center !important;
    }
    
    .footer-payment-methods {
        justify-content: center !important;
    }
    
    .footer-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-actions .footer-btn {
        width: 100%;
        justify-content: center;
    }
    
    .footer-trust {
        justify-content: center;
    }
    
    .footer-badges {
        justify-content: center;
    }
    
    .footer-address {
        text-align: center;
    }
    
    .footer-address p {
        text-align: center;
    }
    
    .footer-service p {
        text-align: center;
    }
    
    .footer-copyright {
        text-align: center;
    }
    
    .footer-legal-short {
        text-align: center !important;
        margin-top: 8px;
    }
    
    .footer-legal-mentions p {
        font-size: 0.55rem !important;
    }
    
    .site-footer .row .col-lg-8 p {
        text-align: center;
    }
    
    .site-footer .row .col-lg-4.text-lg-end {
        text-align: center !important;
        margin-top: 8px;
    }
    
    .scroll-top-btn {
        bottom: 20px !important;
        right: 20px !important;
        width: 44px !important;
        height: 44px !important;
        font-size: 1rem !important;
    }
}

@media (max-width: 575.98px) {
    .site-footer {
        padding: 30px 0 16px !important;
    }
    
    .site-footer h4,
    .site-footer h5,
    .site-footer .footer-title,
    .site-footer .footer-title-small {
        font-size: 1rem !important;
        text-align: center;
    }
    
    .site-footer .footer-links {
        text-align: center;
    }
    
    .site-footer .footer-links li a {
        display: block;
        text-align: center;
    }
    
    .site-footer .footer-badges {
        flex-direction: column;
        align-items: center;
    }
    
    .site-footer .footer-badges .badge {
        width: 100%;
        text-align: center;
    }
    
    .site-footer .footer-address p {
        font-size: 0.85rem;
    }
    
    .site-footer .footer-service p {
        font-size: 0.85rem;
    }
    
    .site-footer .footer-legal-mentions p {
        font-size: 0.5rem !important;
    }
    
    .site-footer .footer-legal-short {
        font-size: 0.65rem !important;
    }
    
    .site-footer .footer-copyright {
        font-size: 0.7rem !important;
    }
}

/* ============================================================
   ANIMATIONS DOUCES
   ============================================================ */

.site-footer ul li a {
    transition: all 0.3s ease;
}

.site-footer ul li a:hover {
    color: #e94560 !important;
    padding-left: 4px;
}

.site-footer .footer-actions .footer-btn {
    transition: all 0.3s ease;
}

.site-footer .footer-actions .footer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* ============================================================
   FIN DE footer.css
   ============================================================ */