
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
 /* min-height: 100vh;*/
  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;

}

.wrap-table100 {
  max-width: 960px;
  border-radius: 3px;
  overflow: hidden;
   box-shadow: -4px -4px 4px #FFEBEE;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}
table tr:hover {
  background-color: #ddd;
}

table tr td small {
  opacity: 0.2;
}

table tr:hover td small {
  opacity: 1;
}
@media screen and (max-width: 668px) {

  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #fff;
}

.row.header {
  color: #ffffff;
  background: ##FFEBEE;
}

@media screen and (max-width: 668px) {
  .row {
    display: block;
	

  }

  .row.header {
    padding: 0;
    height: 0px;
  }

  .row.header .cell {
    display: none;
  }

  .row .cell:before {
	font-family:"tahoma",sans-serif;
    font-size: 15px;
    color: #DF3F3F;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;

    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 668px) {
  .cell {
    display: block;
  }
}

.row .cell {
  font-family:"tahoma",sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
  font-weight: unset !important;
 /* background-color: #FFEBEE;*/  /*rose*/
/*background-color: #FFFDE7;*/ /*jaune*/
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DF3F3F;
}

.row.header .cell {
  font-family:"tahoma",sans-serif;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  font-weight: unset !important;

  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #FFEBEE;
}

.row .cell:nth-child(1) {
  width: 260px;
  padding-left: 20px;
}

.row .cell:nth-child(2) {
  width: 160px;
}

.row .cell:nth-child(3) {
  width: 250px;
}

.row .cell:nth-child(4) {
  width: 250px;
}


.table, .row {
  width: 100% !important;
}

.row:hover {
 /* background-color: #ececff; */
 /* cursor: pointer;*/
}

@media (max-width: 668px) {
  .row {
    border-bottom: 1px solid #DF3F3F;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 15px;
    margin: 0;
  }
  
  .row .cell {
    border: none;
    padding-left: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .row .cell:nth-child(1) {
    padding-left: 30px;
  }
  
  .row .cell {
    font-family:"tahoma",sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table, .row, .cell {
    width: 100% !important;
  }
}