
/* Navbar custom */
.navbar-custom {
    background-color: #333;
    padding: 1rem;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 1rem;
}

.navbar-nav .nav-link:hover {
    color: #ccc;
}

/* Section CGU */
#services {
    background-image: url(images/design_9.png);
    background-size: cover;
    padding: 4rem 0;
    color: #333;
    background-position: center;
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 2rem;
}

h2 {
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 2rem;
    color: #333;
}

p {
    font-size: 1rem;
    line-height: 1.6;
}

ul {
    padding-left: 1.5rem;
}

li {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #ccc;
}

/* Social Icons */
.footer i {
    font-size: 1.5rem;
}

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

/* Responsiveness */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    p {
        font-size: 0.9rem;
    }

    ul li {
        font-size: 0.9rem;
    }
}
