/* Page d'accueil - Styles spécifiques */

/* Features Section */
.features-section .feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

/* Lead text weight */
.lead {
    font-weight: 400;
}

/* Accompagnement navigation - garde l'affichage horizontal en responsive */
#accompagnementTabs {
    flex-direction: row !important;
    border-bottom: 1px solid #dee2e6;
}

/* Tab content - retire le hover et shadow-lg */
.tab-content .card {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Icônes circulaires des services */
.service-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-icon-circle i {
    color: white !important;
}
