:root {
  --bs-warning: #8a6d3b;       /* couleur principale */
  --bs-warning-rgb: 138,109,59;  /* équivalent RGB */
}

legend {
    border-bottom: 1px solid #e5e5e5 ;
}

label {
    font-weight: 600 ;
}

pre {
    color: #333 ;
    word-break: break-all ;
    word-wrap: break-word ; 
    background-color: #f5f5f5 ;
    border: 1px solid #ccc ;
    border-radius: 4px 
}