
  
  .table td:nth-child(n+2) {
    width: 16.66% !important; /* Les autres colonnes se partagent 50% restantes */
    
  }
  .table td:nth-child(n+2) {
    text-align: center ;
    
    vertical-align: middle;
  }
  