/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

h2 span {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar {
    padding: 1rem 0;
}

.navbar-custom {
    background: linear-gradient(90deg, #171718, #024a93);
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 50, 0.7), rgba(0, 0, 50, 0.7)), url('images/Desig.png') no-repeat center center/cover;
    color: #024a93;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bg-gray-light {
    background: linear-gradient(90deg, #171718, #024a93);
}

/* Navbar styling */
.navbar-dark {
    background-color: #171718;
}

/* About Us Section Styling */
.a-propos-section {
    background-color: #f9f9f9;
    padding: 60px 0;
}

.a-propos-section h1 {
    color: #024a93;
    font-weight: bold;
}

.a-propos-section h2 {
    color: #024a93;
    font-weight: bold;
    margin-top: 20px;
}

.a-propos-section p, .a-propos-section ul {
    color: #333;
    font-size: 1rem;
    line-height: 1.8;
}

.a-propos-section ul {
    padding-left: 20px;
}

.a-propos-section ul li {
    margin-bottom: 10px;
}

.footer {
    background: #024a93;
    color: #fff;
}

.footer p {
    margin: 0;
    font-size: 14px;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .a-propos-section h1 {
        font-size: 2rem;
    }

    .a-propos-section h2 {
        font-size: 1.5rem;
    }

    .a-propos-section p {
        font-size: 0.9rem;
    }
}

.footer {
    background: linear-gradient(90deg, #004080, #1e3853); /* Dégradé bleu */
}

.footer p {
    margin: 0;
    font-size: 14px;
}

.footer i {
    font-size: 1.2rem;
    transition: color 0.3s ease-in-out;
}

.footer i:hover {
    color: #007bff;
}

.bold-text {
    font-weight: bold;
}
