/* =====================================================
   BIOMONDE FOOTER PRO — Elementor Widget
   ===================================================== */

/* --- COMPACTAGE MAXIMUM TOUT EN GARDANT LA LISIBILITÉ --- */
.bio-elem-footer { 
    font-family: 'Quicksand', sans-serif; 
    padding: 45px 20px 25px 20px; 
    border-top-width: 4px; 
    border-top-style: solid; 
    width: 100vw; 
    position: relative; 
    left: 50%; 
    right: 50%; 
    margin-left: -50vw; 
    margin-right: -50vw; 
    box-sizing: border-box; 
}
.bio-elem-footer * { box-sizing: border-box; }

.bio-ft-grid { max-width: 1250px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 30px; margin-bottom: 30px; } 

.bio-ft-col h4 { font-weight: 800; font-size: 15px; text-transform: uppercase; margin: 0 0 15px 0; letter-spacing: 1px; } 
.bio-ft-text { font-size: 13px; line-height: 1.5; margin-bottom: 15px; } 

.bio-ft-links { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.bio-ft-links li { margin-bottom: 8px; padding: 0; } 
.bio-ft-links li::before { display: none !important; } 
.bio-ft-links a { text-decoration: none; font-size: 13px; font-weight: 600; transition: 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.bio-ft-links a i { font-size: 11px; transition: 0.2s; }
.bio-ft-links a:hover { transform: translateX(5px); }

.bio-ft-contact { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.bio-ft-contact li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; font-size: 13px; font-weight: 500; line-height: 1.4; } 
.bio-ft-contact i { font-size: 16px; margin-top: 3px; width: 20px; text-align: center; flex-shrink: 0; } 
.bio-ft-contact div { flex: 1; }
.bio-ft-contact strong { display: block; margin-bottom: 2px; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.8; }
.bio-ft-contact a { color: inherit; text-decoration: none; transition: 0.2s; }
.bio-ft-contact a:hover { opacity: 0.7; }

.bio-ft-socials { display: flex; gap: 10px; }
.bio-ft-socials a { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #ffffff; color: #5D4037; font-size: 15px; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.05); transition: 0.3s; border: 1px solid #eee; }
.bio-ft-socials a:hover { background: #8CB93F; color: #fff; border-color: #8CB93F; transform: translateY(-3px); }

/* --- BANDEAUX PRÉVENTION EN BAS --- */
.bio-prevention-wrapper {
    max-width: 1250px;
    margin: 0 auto 25px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.bio-prevention-wrapper img {
    height: auto;
    max-height: 75px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.bio-ft-bottom { max-width: 1250px; margin: 0 auto; border-top: 1px solid rgba(0,0,0,0.08); padding-top: 15px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; flex-wrap: wrap; gap: 10px; }
.bio-ft-bottom strong { font-weight: 800; }
.bio-payment-icons { display: flex; gap: 10px; font-size: 24px; opacity: 0.5; }

/* --- RESPONSIVE OPTIMISÉ --- */
@media (max-width: 992px) { .bio-ft-grid { grid-template-columns: 1fr 1fr; gap: 30px; } }
@media (max-width: 768px) {
    .bio-elem-footer { padding: 30px 16px 20px 16px; padding-bottom: calc(76px + var(--bio-safe-bottom, 0px)); }
    .bio-ft-grid { grid-template-columns: 1fr; text-align: center; gap: 25px; margin-bottom: 25px; }
    .bio-footer-logo { margin: 0 auto 15px auto !important; }
    .bio-ft-contact li { flex-direction: column; align-items: center; gap: 5px; text-align: center; }
    .bio-ft-contact i { margin-top: 0; margin-bottom: 2px; }
    .bio-ft-socials { justify-content: center; margin-top: 15px; }
    .bio-ft-socials a { width: 44px; height: 44px; font-size: 17px; }
    .bio-ft-links li { margin-bottom: 10px; }
    .bio-ft-links a { font-size: 14px; padding: 6px 0; min-height: 44px; display: inline-flex; align-items: center; }
    .bio-prevention-wrapper img { max-height: 55px; }
    .bio-ft-bottom { flex-direction: column; text-align: center; justify-content: center; }
    .bio-ft-links a:hover { transform: none; color: var(--bio-green, #8CB93F); } 
}
