.pgcal-container {
  --fc-event-text-color: inherit;
}

/* Remove empty bars above and below calendar */
.pgcal-container table {
  margin: 0px;
  padding: 0px;
}

/* .fc-day-past.fc-day-grid-event, */
.fc-event-past {
  opacity: 50%;
}

.fc-h-event .fc-event-main-frame {
  display: block;
}

/* Remove <a underlining for day and day of week */
.fc-col-header-cell-cushion,
.fc-daygrid-day-number {
  text-decoration: none !important;
}

/* Allows wrapping of titles */
.fc-event-title {
  white-space: normal;
}

.pgcal-branding {
  color: grey;
  font-size: 70%;
  float: right;
}

@media (max-width: 1767px) {
  .fc-toolbar.fc-header-toolbar {
    display: none;
    flex-direction: column-reverse;
  }
}

/* Toutes les lignes d'événements en blanc */
.fc-list-event,
.fc-list-event td,
.fc-list-event:hover td {
  background-color: #ffffff !important;
}

/* Ligne de jour en gris */
.fc-list-day,
.fc-list-day td,
.fc-list-day .fc-list-day-cushion {
  background-color: #e5e5e5 !important;
}
