table.tableau-comparatif {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr.comparatif {
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th img, table td img{
margin: auto;}

.img{
    display:flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

table th{
vertical-align: middle;}

table td.tablier{
vertical-align: middle;
}

  table td img{
    object-fit: contain;
  }

.apron-img{
width: 75%;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td.tablier {
border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .8em;
    text-align: end;
    height: 100px;
    
  }

table td.tablier img{
width: auto;
margin: 0;
max-width: 80px;
}
 
  
  table td.tablier::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
vertical-align: middle;
  }

table td.waterproof::before{
content: url('https://www.alaskanmaker.fr/img/cms/comparatif_tablier/WATERPROOF.jpg');
  float: left;
    font-weight: bold;
    text-transform: uppercase;
vertical-align: middle;
}

table td.antitache::before{
content: url('https://www.alaskanmaker.fr/img/cms/comparatif_tablier/en/ANTITACHES.jpg');
  float: left;
    font-weight: bold;
    text-transform: uppercase;
vertical-align: middle;
}
  
  table td:last-child {
    border-bottom: 0;
  }
}
/* general styling */
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}