/* Calendrier */
#calendarWrapper {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 90px);
  max-width: 1400px;
  margin: 0 auto;
}

#calendar {
  flex: 1;
  min-height: 0;
}

#helpBanner {
  flex-shrink: 0;
}

#btnShowHelp {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 10;
  opacity: 0.6;
}

#btnShowHelp:hover {
  opacity: 1;
}
