.section-title {
        text-align: center;
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 1.5rem;
        color: #003366;
}

    .divider {
        width: 80px;
        height: 4px;
        background-color: #007bff;
        margin: 0.5rem auto 2rem auto;
        border-radius: 10px;
    }

    .module-card {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        border: none;
        border-radius: 1rem;
    }

    .module-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .pdf-link {
        text-decoration: none;
        color: #007bff;
        font-weight: 500;
        transition: color 0.3s ease;
    }

    .pdf-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .agrement-section {
        padding: 2rem 1rem;
    }

    .fade-bg {
        background: linear-gradient(120deg, #f8f9fa 0%, #ffffff 100%);
    }
    .fd{
         background: rgba(255, 255, 255, 0.3);
    }
/* Par défaut (PC et tablettes) */
@media (min-width: 768px) {
    .carousele-img {
        height: 500px;
        /* Hauteur pour PC/tablette */
    }

    .slide {
        width: 100%;


    }

    .titre {
        /* max-width: 150px; */
        height: auto;

    }
}

/* Pour les petits écrans (mobile) */
@media (max-width: 767px) {
    .carousele-img {
        height: 300px;
        /* Hauteur pour mobile */
    }

    .slide {
        width: 100%;

    }
}

.master_service {
    transition: 0.3s ease-in-out;
    border-radius: 20px;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
