@charset "UTF-8";

img {
    border-radius: 10px;
    }
  
iframe {
    border-radius: 10px;
}

div {
  height: 80px;
  border-radius: 10px;
}

table {
  border-radius: 10px;
  
  }
  table > thead > tr > th {
    font-size: 21px;
    font-weight: 300;
    padding: 12px 8px;
    vertical-align: top;
  }
  table > tbody > tr > th,
  table > tfoot > tr > th,
  table > thead > tr > td,
  table > tbody > tr > td,
  table > tfoot > tr > td {
    padding: 12px 8px;
    vertical-align: top;
  }
  table > tbody > tr {
    position: relative;
    border-bottom: 1px solid #eee;
  }
  table > tbody > tr:last-child {
    border-bottom: 0;
  }

.bandeau {
  background-color: #FCAB76;
  color: white;
  padding: 5px;
  text-align: center;
  border: 0px none;
}
