body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9f9f9;
}
/* NAVBAR STYLES */

.navbar {
    padding: 0.8rem 1rem;
    font-size: 1rem;
    background-color: #1c1c1c !important;
}

.navbar-brand {
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #fff;
}

.nav-custom {
    color: #ddd !important;
    margin: 0 10px;
    padding: 8px 15px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.nav-custom:hover,
.nav-custom.active {
    background-color: #0d6efd;
    color: white !important;
    transform: scale(1.05);
}

.navbar-toggler {
    border-color: #fff;
}

/* FOOTER PROPRE ET ÉLÉGANT */
.footer-pro {
    background-color: #1c1c1e;
    color: #ccc;
    font-size: 0.95rem;
    border-top: 2px solid #0d6efd;
}

.social-icons .social-link {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.3rem;
    color: #ccc;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icons .social-link:hover {
    color: #0d6efd;
    transform: translateY(-3px);
}

.footer-mention {
    color: #aaa;
    font-size: 0.85rem;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer-mention:hover {
    color: #fff;
}

.section-title {
    font-size: 2rem;
    color: #0d6efd;
    position: relative;
}

.section-title::after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #0d6efd;
    display: block;
    margin: 10px auto;
    border-radius: 2px;
}

.contact-section .form-control {
    border-radius: 8px;
}

.contact-section .btn-primary {
    background-color: #0d6efd;
    border: none;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.contact-section .btn-primary:hover {
    background-color: #0056d2;
}

.info-box h5 {
    font-weight: bold;
    margin-top: 15px;
}
.contact{
    display: flex;
    align-items: center;
    justify-content: center;
}