/* CSS Absents */

.absents_rub {
    background-color: #8C1D40;
    padding: 6px 10px;
    color:#fff;
    font-size:18px;
    margin-bottom:10px;
}
.absents_abs {
  display:flex;
  flex-wrap:nowrap;
  margin-bottom:10px;
}

.absents_jour {
  margin-right:20px;
  min-width:200px;
  font-size:16px;
  font-weight:600;  
}
.absents_liste {
  display:flex;
  flex-wrap:wrap;
  width:auto;
}
.absents_liste div {
  width:60px;
  
  margin:0 10px;
  font-size:16px;
  text-align:right;
}

/* ---------------------- @NOTE RESPONSIVE 800px */

@media screen and (max-width: 800px) {
  .absents_abs {
    display:block;
  }
  
  .absents_jour {
    margin:0px 0px 5px 0px;
    width:auto;  
  }
  
}