.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
/* Pour un style se rapprochant de alert-error défini par bootstrap et apparaition progressive jusqu'à devenir opaque*/
.tooltip {
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.tooltip-inner {
  border: 1px solid #ccc !important;
  background-color: #fff;
  border: #ccc;
  color: #111111;
  text-align: left;
}
.tooltip-inner .evthead {
  font-family: 'PTSansNarrowBold', sans-serif;
  text-transform: uppercase;
  margin-top: 6px;
}
.tooltip-inner .fc-timespan {
  text-align: center !important;
  font-size: 0.9em;
  padding: 4px 0;
  margin-bottom: 4px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.tooltip-inner .fc-timespan .fa {
  margin-right: 5px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #ccc;
}
#form-recherche-planning-multiple .radio label {
  display: block;
}
#form-recherche-planning-multiple .form-search-criteria {
  margin-top: 30px;
}
#form-recherche-planning-multiple .form-search-criteria label {
  display: block;
}
#form-recherche-planning-multiple #col-btn {
  margin-top: 50px;
  margin-left: -50px;
}
.fc .fc-time span {
  font-size: 0.9em !important;
}
.fc .fc-title {
  font-size: 1.0em !important;
}
.fc .fc-event-description {
  font-size: 0.9em !important;
}
.fc .fc-agendaDay-view .fc-scroller,
.fc .fc-agendaWeek-view .fc-scroller {
  overflow-y: scroll;
}
.fc .fc-agendaDay-view .fc-head .fc-row.fc-widget-header,
.fc .fc-agendaDay-view .fc-head .fc-row.fc-widget-header,
.fc .fc-agendaWeek-view .fc-head .fc-row.fc-widget-header,
.fc .fc-agendaWeek-view .fc-head .fc-row.fc-widget-header {
  border-right-width: 0px;
  margin-right: 0px;
}
.fc .fc-timeline .fc-content {
  padding: 0;
}
.fc .fc-timeline .fc-timeline-event {
  border-radius: 4px;
  margin-top: 2px;
}
#fc-datepicker {
  width: 0px;
  float: left;
  border: 0px;
}
@media (max-width: 991px) {
  #form-recherche-planning-multiple .form-search-criteria {
    margin: 5px 0;
  }
  #form-recherche-planning-multiple #col-btn {
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .fc-month-view .fc-event {
    height: 1em;
    border-radius: 2em;
  }
  .fc-month-view .fc-event .fc-content {
    display: none;
  }
  .fc-month-view .fc-event.fc-end {
    width: 0.85em;
  }
  #calendar-home .fc-center h2 {
    font-size: 1.1em;
    margin-top: 4px;
  }
  #calendar-home .fc-day-header {
    font-size: 0.8em !important;
  }
  #calendar-home .fc-today-button {
    display: none;
  }
}
