/*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{ width:100% !important;    text-align:left !important; background: #ebeeed ; color: #263238;   }
  table.tableNatif tbody tr:nth-child(odd) td {   width:100% !important;  text-align:left !important;  background: #ebeeed  ; color: #263238;   }
  table.tableNatif.tableAvecHead tbody td:before {margin-right: 16px;color:#263238  ;   content: attr(data-th);       display: inline-block;    width: 10rem;    }
  table.tableNatif img {float:none !important;height:auto;width:100%}
  table.tableNatif th {display:none}
  
}