.events {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: thin solid #eaeaea;
}
.events th {
  padding: 5px 2px;
  background-color: #eaeaea;
  border-right: thin solid #dddddd;
}
.events td {
  padding: 5px 2px;
  text-align: left;
  border-right: thin solid #eaeaea;
}
#allAgendaEvents {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#allAgendaEvents .todayDateInAgenda {
  font-weight: bold;
}
#allAgendaEvents .events th {
  border: none;
}
#allAgendaEvents .events td {
  border: none;
}
.partners {
  text-align: center;
}
.partners .box_header {
  text-align: left;
}
.partners img {
  width: 240px;
}
.agendaMonthSmall {
  text-transform: lowercase;
}
#agendaCalendar {
  width: 100%;
  display: table;
  margin-bottom: 1em;
  float: left;
  text-align: center;
  border: thin solid #eaeaea;
}
#agendaCalendar .agendaCalendarRow {
  display: table-row;
  border: thin solid #eaeaea;
}
#agendaCalendar .agendaCalendarRow:nth-child(odd) {
  background-color: #f9f9f9;
}
#agendaCalendar .agendaCalendarRow:last-child .agendaCalendarSingleCell {
  border-bottom: none;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell,
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell {
  display: table-cell;
  border-bottom: thin solid #eaeaea;
  border-right: thin solid #eaeaea;
  padding: 7px 10px;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell {
  background-color: #eaeaea;
  font-weight: bold;
  border-right: thin solid #dddddd;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell:last-child {
  border-right: none;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.sunday,
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.saturday {
  background-color: #fdfaec;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.old {
  color: #dddddd;
  cursor: no-drop;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.current {
  font-weight: bold;
  text-decoration: underline;
}
#agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell.eventAvailable {
  background-color: #DFF0D8;
  cursor: pointer;
}
.todayIsAgenda {
  float: right;
}
.monthsInViewAgenda {
  float: left;
  font-size: 15pt;
}
.agendaImageBox img {
  width: 100%;
}
#agendaCalendarBloc .agendaCalenderHeader {
  text-align: center;
  margin-bottom: 1em;
}
#agendaCalendarBloc .agendaCalenderHeader .selectMonth,
#agendaCalendarBloc .agendaCalenderHeader .monthName {
  display: inline-block;
}
#agendaCalendarBloc .agendaCalenderHeader .monthName {
  width: 50%;
  font-size: 4em;
  line-height: 1em;
}
#agendaCalendarBloc .agendaCalenderHeader .selectMonth {
  font-size: 4em;
  line-height: 1em;
  cursor: pointer;
}
#agendaCalendarBloc .short {
  display: none;
}
#agendaCalendarBloc .long {
  display: block;
}
#agendaCalendarBloc table th {
  text-align: center;
}
#agendaCalendarBloc table td {
  max-width: 14.2857%;
  min-width: 14.2857%;
  width: 14.2857%;
}
#agendaCalendarBloc table td .date {
  text-align: center;
  font-weight: bold;
  border-bottom: thin solid #dddddd;
}
#agendaCalendarBloc table td .event {
  min-height: 3em;
}
#agendaCalendarBloc table td:hover {
  background-color: #eaeaea;
}
#agendaCalendarBloc table td:hover .date {
  border-bottom: thin solid #ffffff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  #agendaCalendarBloc .short {
    display: block;
  }
  #agendaCalendarBloc .long {
    display: none;
  }
  #agendaCalendarBloc .date {
    font-size: 0.8em;
  }
  #agendaCalendarBloc .date .monthMobileView {
    display: none;
  }
  #agendaCalendarBloc .event {
    font-size: 0.8em;
  }
  #agendaCalendarBloc .agendaCalenderHeader .selectMonth,
  #agendaCalendarBloc .agendaCalenderHeader .monthName {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell,
  #agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell {
    padding: 2px;
  }
  #agendaCalendarBloc .short {
    display: block;
  }
  #agendaCalendarBloc .long {
    display: none;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1824px) {
  #agendaCalendar .agendaCalendarRow .agendaCalendarSingleCell,
  #agendaCalendar .agendaCalendarRow .agendaCalendarSingleHeaderCell {
    padding: 4px;
  }
}
