.cal-blocage {
  background: repeating-linear-gradient(45deg, #78787818, #78787818 5px, #7878782d 5px, #7878782d 10px);
  color: #656565;
  border-left: 3px solid #999;
  border-radius: 6px;
  cursor: pointer;
  font-size: .7rem;
  font-weight: 800;
  margin-bottom: 3px;
  overflow: hidden;
  padding: 2px 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Une journée entière indisponible est visuellement neutralisée dans la vue Mois. */
.cal-day.is-journee-bloquee {
  background: repeating-linear-gradient(45deg, #a9a9a92b, #a9a9a92b 8px, #a9a9a947 8px, #a9a9a947 16px);
  box-shadow: inset 0 0 0 1px #9998;
  color: #6b6b6b;
}

.cal-day.is-journee-bloquee .cal-daynum {
  color: #555;
}

.cal-journee-bloquee-reason {
  color: #5d5d5d;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.dark-mode .cal-day.is-journee-bloquee {
  background: repeating-linear-gradient(45deg, #9a9a9a1c, #9a9a9a1c 8px, #9a9a9a30 8px, #9a9a9a30 16px);
}
