/* 
    Created on : 22 oct. 2025, 03:53:11
    Author     : wlaurencine
*/

/* Style pour la structure en arbre */
.tree ul { list-style-type: none; position: relative; /* padding-left: 1.5rem; */ padding: 0; margin: 0; }
.tree ul::before { content: ''; border-left: 1px solid #ccc; position: absolute; top: 0; bottom: 0; left: 0.5rem; }
.tree li { position: relative; padding: 0.5rem 0 0.5rem 1rem; }
.tree li::before {
content: ''; border-top: 1px solid #ccc; position: absolute; top: 1.2rem; left: 0.5rem; width: 0.75rem; }
.tree li:last-child::before { background: white; height: auto; }
.tree i { margin-right: 0.5rem; color: #0d6efd; cursor: pointer; }

/* Bordures visibles autour des onglets */
.nav { padding: 0; }
.nav-tabs { border-bottom: 2px solid #2e160677; }
.nav-tabs .nav-link { border: 2px solid #bbb4aa; border-bottom: #2e160677; color: #2e1606; background-color: #bbb4aa77; margin-right: 4px; }
.nav-tabs .nav-link.active { color: #fff; background-color: #2e160677; border-color: #2e160677 #2e160677 transparent; }
.nav-tabs .nav-link:hover { border-color: #2e160677 #2e160677 #2e160677; color: white; background-color: #2e1606; }

/* Conteneur du contenu */
.tab-content { border: 2px solid #2e160677; border-top: none; padding: 1.5rem; background-color: #fff; }

/* Transition douce à l’ouverture */
.tab-pane { transition: opacity 0.3s ease-in-out; }