/* =========================
   0) Variables & Base
   ========================= */
   :root{
    --principal: 38,105,125;
    --secondaire: 61,74,80;
    --dark-secondaire: 30,30,30;
    --comp: 100,149,237;
    --brand: #003366;
    --brand-25: #00336640;       /* ~25% d’opacité */
    --brand-rgb: 0,51,102;       /* utile pour rgba() */
    --wrap-max: 1160px;
    --radius: 12px;
    --card: #fff;
    --muted: #6b7280;
  }
  
  *,
  *::before,
  *::after{ box-sizing: border-box; }
  
  html, body{ height: 100%; }
  
  body{
    margin: 0;
    min-height: 100%;
    color: #000;
    background:#f9f9f9;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
  }
  
  .main{background-color: #f9f9f9;}
  
  
  .row.g-3{ margin-bottom:2rem; display:flex; flex-wrap:wrap; }
  .zoneEspace30{ margin:30px; }
  
 
  
  /* =========================
     2) DataTables / Table: filtres & transparence stricte
     ========================= */
  /* Champ