
.footer-vectorive {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #2563eb 100%);
    color: white;
    padding: 60px 0 30px;
    margin-top: 80px;
}

.footer-vectorive .container {
    max-width: 1200px;
}

.footer-vectorive h5 {
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.footer-vectorive .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-vectorive .footer-links li {
    margin-bottom: 12px;
}

.footer-vectorive .footer-links a {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-vectorive .footer-links a:hover {
    color: #60a5fa;
    transform: translateX(5px);
}

.footer-vectorive .footer-brand {
    margin-bottom: 30px;
}

.footer-vectorive .footer-brand img {
    max-height: 40px;
    margin-bottom: 20px;
}

.footer-vectorive .footer-description {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.footer-vectorive .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 25px;
    text-align: center;
}

.footer-vectorive .footer-bottom p {
    color: #94a3b8;
    font-size: 0.85rem;
    margin: 0;
}

.footer-vectorive .footer-contact {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.footer-vectorive .footer-contact h6 {
    color: #60a5fa;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-vectorive .footer-contact p {
    color: #e2e8f0;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.footer-vectorive .footer-contact a {
    color: #60a5fa;
    text-decoration: none;
}

.footer-vectorive .footer-contact a:hover {
    color: #93c5fd;
}

/* Avantages recrutement avec icônes */
.footer-vectorive .avantage-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #e2e8f0;
    font-size: 0.9rem;
}

.footer-vectorive .avantage-item i {
    color: #60a5fa;
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-vectorive {
        padding: 40px 0 20px;
    }
    
    .footer-vectorive .col-md-3 {
        margin-bottom: 30px;
    }
}

