/*Mobile tableau ne pas supprimer*/

@media screen and (max-width: 600px) {
  table.tableNatif caption { background-image: none; }
  table.tableNatif thead { display: none; }
  table.tableNatif tbody td {     display: block; padding: .6rem !important;   }
  table.tableNatif tbody tr:nth-child(even) td{     background: #d2f2cb ; color: #67696d;   }
  table.tableNatif tbody tr:nth-child(odd) td {     background: #e7f4e4  ; color: #67696d;   }
  table.tableNatif.tableAvecHead tbody td:before {margin-right: 16px;color:#67696d  ;   content: attr(data-th);       display: inline-block;    width: 10rem;    }
  table.tableNatif img {float:none !important;height:auto;width:100%}
  table.tableNatif th {display:none}
  
}