/* CORRECTION AFFICHAGE SECTIONS - Respecte la navigation */
.section {
    min-height: 100px !important;
    width: 100% !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Quand la section est affichée, s'assurer qu'elle a des dimensions */
.section:not([style*="display: none"]) {
    display: block !important;
    min-height: 200px !important;
    padding: 20px !important;
}

/* Forcer les dimensions minimales même cachées pour éviter 0x0 */
#config-section,
#help-section, 
#roadmaps-management-section,
#projects-management-section {
    min-height: 200px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
