/* Footer styling */
.footer {
    background-color: #343a40;
}

.footer-logo {
    max-width: 100px;
    height: auto;
    margin-bottom: 10px;
}

.footer-logo2 {
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.footer-link {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: #fff;
}

.footer-social-link i {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.footer-social-link i:hover {
    transform: scale(1.2);
}

/* Bande de couleurs */
.bande-couleurs {
    height: 10px;
}

.bg-success {
    background-color: #28a745;
}

.bg-warning {
    background-color: #ffc107;
}

.bg-danger {
    background-color: #dc3545;
}
