    .rdv-hero {
      border-radius: 18px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,.10);
    }
    .rdv-hero-bg {
      min-height: 220px;
      background: linear-gradient(135deg, #4d2267 0%, #9a62b7 100%);
    }
    .rdv-pill { border-radius: 999px; }
    .rdv-card { border-radius: 16px; border: 1px solid #e7e7ed; }
    .rdv-muted { color:#6b7280; }


    :root {
        --primary-gradient: linear-gradient(156deg, #4d2267 0%, #9a62b7 100%);
    }
    body { background-color: #f8fafc; color:#676a7b;  }
    .navbar-brand-custom { font-size: 1.5rem; letter-spacing: -1px; color: #4d2267 !important; }
    .rdv-hero-banner { height: 250px; background-size: cover; background-position: center; position: relative; }
    .rdv-hero-logo {
        width: 100px; height: 100px; margin-top: -50px;
        border: 4px solid #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        background: #fff; border-radius: 20px;
    }
    .category-title {
        border-left: 4px solid #4d2267; padding-left: 12px;
        margin-top: 30px; margin-bottom: 15px; font-weight: 700;
    }
    .service-item { transition: all 0.2s; border-radius: 12px !important; border: 1px solid transparent !important; }

    .sticky-sidebar { position: sticky; top: 20px; }
    .rdv-hero-bg {
    min-height: 220px;
    background: linear-gradient(110deg, #f2a38a 0%, #f29696 25%, #d1a1d9 55%, #9cb4e5 85%, #8fb6d9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.rm-footer-link{
    opacity:0.5;
    transition:opacity 0.2s;
    color:#757bff;
}
.rm-footer-link span{
    color:#cc66f9;
}
.rm-footer-link:hover{
    opacity:1;
}

.hero-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* L'ombre portée légère pour le contraste */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin: 0;
}
.nav-tabs-custom { border-bottom: 2px solid #f0f2f5; gap: 2rem; }
    .nav-tabs-custom .nav-link {
        border: none; padding: 1rem 0; color: #64748b; font-weight: 600;
        position: relative; background: transparent;
    }
    .nav-tabs-custom .nav-link.active { color: #4d2267; }
    .nav-tabs-custom .nav-link.active::after {
        content: ""; position: absolute; bottom: -2px; left: 0; right: 0;
        height: 3px; background: #4d2267; border-radius: 3px;
    }

    .service-row {
        padding: 1.25rem 1.25rem !important; border-bottom: 1px solid #dbdbdb !important;
        transition: all 0.2s  !important;
    }
    .service-row:last-child { border-bottom: none !important; }
    .service-row:hover { background: #f0f0f0 !important; }
    .service-ttle { font-size: 0.96rem; }
    .btn-choose {
        border: 2px solid #4d2267; color: #4d2267; font-weight: 700;
        padding: 0.5rem 1.5rem; border-radius: 8px; transition: 0.3s;
    }
    .btn-choose:hover { background: #4d2267; color: #fff; }

    .info-block { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
    .info-icon {
        width: 40px; height: 40px; background: #f4f0f7; color: #4d2267;
        border-radius: 10px; display: flex; align-items: center; justify-content: center;
        flex-shrink: 0;
    }

    /* Titre de catégorie hors card */
    .category-header {
        margin: 0rem 0 1rem 0;
        padding: 1rem 1.25rem 0rem 1.25rem;

        align-items: center;
        justify-content: space-between;

    }

    .category-header .header-content{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .category-header h3 {
        font-weight: 800;
        color: #1e293b;
        letter-spacing: -0.5px;
        margin-bottom: 0;
    }

    /* Rotation de l'icône lors de l'ouverture */
    .category-header .chevron-icon {
        transition: transform 0.3s ease;
        color: #4d2267;
    }
    .category-header:not(.collapsed) .chevron-icon {
        transform: rotate(180deg);
    }

    /* Style des cartes de services */
    .category-section .collapse{
        border: 1px #dbdbdb solid;

        border-radius: 0.625rem !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        overflow: hidden;
        background-color: #f3f3f3;
        border-top: none !important;
    }

    .services-card {
        border-top: 3px #ededed solid;

        background-color: #f3f3f3!important;
        overflow: hidden;
    }

    /* Map Google responsive */
    .map-container {
        width: 100%;
        height: 200px;
        border-radius: 12px;
        overflow: hidden;
        margin-top: 15px;
    }
