.mois-passe {
  opacity: 0.5;
  pointer-events: none; /* empêche les clics */
  background-color: #f8d7da; /* rouge clair */
  border-left: 5px solid #dc3545; /* barre rouge */
  padding: 5px;
  margin-bottom: 10px;
}
