/* footer.php - Pied de page */
.footer-2 {
    background-color: #fff;
    color: #333;
    padding: 60px 0 20px;
    width: 100%;
    margin: 0;
}

.footer-2 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-2 a:hover {
    color: #f57c00;
}

/* Newsletter Section */
.newsletter-section {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 50px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid #e9ecef;
    border-radius: 50px;
    font-size: 0.95rem;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.newsletter-input:focus {
    border-color: #f57c00;
    box-shadow: 0 2px 6px rgba(245, 124, 0, 0.15);
}

.subscribe-btn {
    background-color: #f57c00;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(245, 124, 0, 0.3);
}

.subscribe-btn:hover {
    background-color: #0a3d91;
    box-shadow: 0 4px 12px rgba(245, 124, 0, 0.4);
    transform: translateY(-1px);
}

/* Footer Columns */
.footer-columns {
    padding: 40px 0;
}

.footer-column h5 {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #333;
}

.footer-column p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #6c757d;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #f57c00;
}

.contact-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #6c757d;
    font-size: 0.95rem;
}

.contact-info i {
    margin-right: 12px;
    margin-top: 4px;
    color: #6c757d;
    width: 20px;
}

/* App Store Buttons */
.app-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.app-btn {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: #333;
}

.app-btn:hover {
    background-color: #e9ecef;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.app-btn i {
    font-size: 1.3rem;
}

.app-btn-text {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
}

.app-btn-text strong {
    font-size: 0.85rem;
    font-weight: 600;
}

/* Social Media Icons */
.footer-2 .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.footer-2 .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.footer-2 .social-icon:hover {
    background-color: #f57c00;
    color: #fff;
    border-color: #f57c00;
    transform: translateY(-2px);
}

/* Bottom Footer */
.footer-bottom {
    background-color: #f8f9fa;
    padding: 40px 0;
    margin-top: 50px;
    text-align: center;
}

.payment-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.payment-section span {
    color: #333;
    font-size: 0.95rem;
    font-weight: 500;
}

.footer-bottom .payment-icons {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.payment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 1.5rem;
    width: auto;
    height: auto;
    background: none;
    border: none;
}

.footer-links {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer-links a {
    color: #6c757d;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #f57c00;
}

.copyright {
    color: #6c757d;
    font-size: 0.9rem;
}

.copyright strong {
    font-weight: 700;
    color: #333;
}

/* Back to Top Button */
.back-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #f57c00;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(245, 124, 0, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    text-decoration: none;
}

.back-to-top-btn:hover {
    background-color: #0a3d91;
    box-shadow: 0 6px 16px rgba(245, 124, 0, 0.5);
    transform: translateY(-3px);
    color: #fff;
}

.back-to-top-btn i {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .newsletter-form {
        flex-direction: column;
    }

    .subscribe-btn {
        width: 100%;
    }

    .app-buttons {
        flex-direction: column;
    }

    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}
