/* CALENDRIER */
.calendar_container .fc-content {
  color: #000;
  font-size: 1.4em;
  line-height: 150%;
}
.calendar_container .fc-content span,
.calendar_container .fc-content b {
  display: block;
}
.calendar_container .fc-event {
  text-align: center;
  padding: 0px;
  background: transparent;
  color: #000;
  border: none;
}
.calendar_container .fc-day-top {
  background: #eee !important;
  color: #000;
  font-weight: bold;
}
.calendar_container .fc-day-top.fc-today {
  background: #458da8 !important;
  font-weight: bold;
}
.calendar_container .fc-highlight,
.calendar_container .fc-event-container:hover {
  background: #fcf8e3;
  font-weight: bold;
  opacity: 0.5;
}
.calendar_container .fc-highlight .fc-day-top {
  background: #f5c111;
  font-weight: bold;
}
.calendar_container .fc-day-number {
  float: none;
  display: block;
  text-align: center;
}
.calendar_container .economie {
  position: absolute;
  background: red;
  font-size: 11px;
  border-radius: 50%;
  top: 1px;
  right: 1px;
  color: #fff;
  padding: 3px;
  width: 25px;
  height: 25px;
  z-index: 10000;
}
.calendar_container .regulier {
  text-decoration: line-through;
  color: #666;
  font-size: 0.75em;
  line-height: 100%;
  margin-bottom: -10px;
  margin-top: 10px;
}
.calendar_container .prix {
  color: #458da8;
  font-size: 1.35em;
  line-height: 200%;
}
.calendar_container .btn {
  background: #2c718b;
  color: #fff;
  padding: 5px;
  margin: 15px auto 20px auto;
  font-size: 11px;
  width: 60px;
  overflow: hidden;
}
.calendar_container .active {
  background: #40aa33;
  color: #fff;
  padding: 5px;
  margin: 15px auto 20px auto;
  font-size: 11px;
  width: 60px;
  overflow: hidden;
}
.calendar_container .t_only {
  background: #f5c111;
  padding: 10px 20px;
  white-space: normal;
  font-size: 0.7em;
  line-height: 140%;
  text-align: center;
  margin: 0 0 1px 0;
}
.calendar_container .t_spacer {
  height: 56px;
  display: block;
}
.calendar_container .compte_titre {
  height: auto;
  padding: 5px 0;
}
#date_fixe,
#date_flexible {
  display: none;
}
.calendar_container {
  border: 1px solid #ddd;
  padding: 0 15px 15px 15px;
  margin: 20px 0 0 0;
}
.fc-widget-content {
  height: auto !important;
}
.fc-day-grid-event .fc-content {
  padding-bottom: 20px;
}
