html {
    scroll-behavior: smooth;
}

/* ===================== */
/*   CAROUSEL IMAGES     */
/* ===================== */
/* Hauteur uniforme pour les carrousels */

.carousel-item img {
  border-radius: 10px;
}

/* ======== BLOCK : Expert Data ======== */
section.expert-data {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

section.expert-data h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 2rem;
}

section.expert-data .card {
    background: linear-gradient(145deg, #ffffff, #f2f2f2);
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
}

section.expert-data .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

section.expert-data .card h5 {
    color: #0d6efd;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

section.expert-data .card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
}

.intro-section {
    width: 100%;
    background-color: #e6f4ff; /* Bleu ciel clair */
    border: 1px solid #cce5ff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}
