ul.accordion {
  max-width: 960px;
  margin: 20px auto;
  padding-left: 0;
}
/* Accordion Item */

ul.accordion li {
  list-style: none;
}
/* Accordion Header */

ul.accordion div[role="heading"] {
  position: relative;
  text-transform: uppercase;
  margin-bottom: 1px;
  background-color: #ccc;
}
/* Selected Header */

.accAccordion.open {
  font-weight: bold;
}
/* Accordion Panel */

.accordion div[role="region"] {
  background: #fefefe;
  padding: 0.5em 0.8em;
}
.accordion div[role="heading"] a.accAccordion {
  background-color: #3a3936;
  padding: 0.3em 0.5em;
  color: #fff;
  transition: all 0.4s ease-in-out;
  display: block;
  text-decoration: none;
}
/* Cursor */

.accordion div[role="heading"] a:focus[aria-expanded="true"],
.accordion div[role="heading"] a:hover[aria-expanded="true"] {
  cursor: default;
}
/* Focus & hover */

.accordion div[role="heading"] a:focus[aria-expanded="false"],
.accordion div[role="heading"] a:hover[aria-expanded="false"] {
  background-color: #666;
}
.accordion li:last-child div[role="heading"] {
  margin-bottom: 0;
}
.accAccordion:after,
.accAccordion:link:after {
  font: normal normal normal 18px/1 FontAwesome, Sans-serif;
  content: "\f107";
  display: inline-block;
  position: absolute;
  right: 1rem;
}
.accAccordion[aria-expanded="true"]:after,
.accAccordion:link[aria-expanded="true"]:after {
  transition: all 0.4s ease-in-out;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
/* CSS end */

/* on cache le formulaire de choix de date */

.calendar-a11y {
  display: none;
}
.calendar-a11y.active {
  display: block;
}
/* on cache le bouton qui sert � ouvrir le formulaire � la tabulation pr�c�dente */

#deployA11y {
  left: -7000px;
  padding: 0;
  position: absolute;
  text-decoration: none;
  z-index: 1000;
  display: inline-block;
}
#deployA11y:focus {
  left: auto;
  position: relative;
}
div.form-a11y > * {
  margin: 1rem;
}
div.form-a11y fieldset {
  margin: 5rem 1rem;
}
div.form-a11y .feedback {
  display: none;
  width: max-content;
}
div.form-a11y .feedback:not([hidden]) {
  margin: 1rem;
  border: #7a7a7a solid 1px;
  padding: 0.5rem;
  background-color: #fff;
  color: #C0211E;
  font-weight: bold;
}
div.form-a11y .feedback.feedback-OK:not([hidden]) {
  color: #008757;
}
/* Extra small devices (phones, less than 768px) */

article[data-action="Default"].extension_Calendar #calendar,
article[data-action="CalendarsWeek"].extension_Calendar #calendar,
article[data-action="Calendar"].extension_Calendar #calendar,
article[data-action="CalendarsAccordion"].extension_Calendar #calendar,
article[data-action="Default"].extension_Calendar .calendar,
article[data-action="CalendarsWeek"].extension_Calendar .calendar,
article[data-action="Calendar"].extension_Calendar .calendar,
article[data-action="CalendarsAccordion"].extension_Calendar .calendar {
  background: #f0f0f0;
}
article[data-action="Default"].extension_Calendar .monthSwitcher,
article[data-action="CalendarsWeek"].extension_Calendar .monthSwitcher,
article[data-action="Calendar"].extension_Calendar .monthSwitcher,
article[data-action="CalendarsAccordion"].extension_Calendar .monthSwitcher {
  background: #e5e5e5;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  padding: 0 15px;
}
article[data-action="Default"].extension_Calendar #next-month,
article[data-action="CalendarsWeek"].extension_Calendar #next-month,
article[data-action="Calendar"].extension_Calendar #next-month,
article[data-action="CalendarsAccordion"].extension_Calendar #next-month,
article[data-action="Default"].extension_Calendar #previous-month,
article[data-action="CalendarsWeek"].extension_Calendar #previous-month,
article[data-action="Calendar"].extension_Calendar #previous-month,
article[data-action="CalendarsAccordion"].extension_Calendar #previous-month {
  cursor: pointer;
}
article[data-action="Default"].extension_Calendar .dayName,
article[data-action="CalendarsWeek"].extension_Calendar .dayName,
article[data-action="Calendar"].extension_Calendar .dayName,
article[data-action="CalendarsAccordion"].extension_Calendar .dayName {
  flex: 7;
  text-align: center;
  font-size: 0.8em;
}
article[data-action="Default"].extension_Calendar .dayName .short,
article[data-action="CalendarsWeek"].extension_Calendar .dayName .short,
article[data-action="Calendar"].extension_Calendar .dayName .short,
article[data-action="CalendarsAccordion"].extension_Calendar .dayName .short {
  display: none;
}
article[data-action="Default"].extension_Calendar .dayName,
article[data-action="CalendarsWeek"].extension_Calendar .dayName,
article[data-action="Calendar"].extension_Calendar .dayName,
article[data-action="CalendarsAccordion"].extension_Calendar .dayName,
article[data-action="Default"].extension_Calendar .day,
article[data-action="CalendarsWeek"].extension_Calendar .day,
article[data-action="Calendar"].extension_Calendar .day,
article[data-action="CalendarsAccordion"].extension_Calendar .day {
  padding: 0 15px;
}
article[data-action="Default"].extension_Calendar .dayNames,
article[data-action="CalendarsWeek"].extension_Calendar .dayNames,
article[data-action="Calendar"].extension_Calendar .dayNames,
article[data-action="CalendarsAccordion"].extension_Calendar .dayNames,
article[data-action="Default"].extension_Calendar .week,
article[data-action="CalendarsWeek"].extension_Calendar .week,
article[data-action="Calendar"].extension_Calendar .week,
article[data-action="CalendarsAccordion"].extension_Calendar .week {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
article[data-action="Default"].extension_Calendar .week .day:first-child,
article[data-action="CalendarsWeek"].extension_Calendar .week .day:first-child,
article[data-action="Calendar"].extension_Calendar .week .day:first-child,
article[data-action="CalendarsAccordion"].extension_Calendar .week .day:first-child {
  margin-left: 1px;
}
article[data-action="Default"].extension_Calendar .week .day:last-child,
article[data-action="CalendarsWeek"].extension_Calendar .week .day:last-child,
article[data-action="Calendar"].extension_Calendar .week .day:last-child,
article[data-action="CalendarsAccordion"].extension_Calendar .week .day:last-child {
  margin-right: 0.5px;
}
article[data-action="Default"].extension_Calendar .week:last-child .day,
article[data-action="CalendarsWeek"].extension_Calendar .week:last-child .day,
article[data-action="Calendar"].extension_Calendar .week:last-child .day,
article[data-action="CalendarsAccordion"].extension_Calendar .week:last-child .day {
  margin-bottom: 1px;
}
article[data-action="Default"].extension_Calendar .day,
article[data-action="CalendarsWeek"].extension_Calendar .day,
article[data-action="Calendar"].extension_Calendar .day,
article[data-action="CalendarsAccordion"].extension_Calendar .day {
  flex: 7;
  /*min-height: 7em;*/
  background: white;
  margin: 1px 1px 0 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
article[data-action="Default"].extension_Calendar .day .dayDate,
article[data-action="CalendarsWeek"].extension_Calendar .day .dayDate,
article[data-action="Calendar"].extension_Calendar .day .dayDate,
article[data-action="CalendarsAccordion"].extension_Calendar .day .dayDate {
  font-size: 0.8em;
}
article[data-action="Default"].extension_Calendar .day .callprice,
article[data-action="CalendarsWeek"].extension_Calendar .day .callprice,
article[data-action="Calendar"].extension_Calendar .day .callprice,
article[data-action="CalendarsAccordion"].extension_Calendar .day .callprice {
  font-size: 0.8em;
  text-decoration: line-through;
}
article[data-action="Default"].extension_Calendar .available,
article[data-action="CalendarsWeek"].extension_Calendar .available,
article[data-action="Calendar"].extension_Calendar .available,
article[data-action="CalendarsAccordion"].extension_Calendar .available {
  cursor: pointer;
}
article[data-action="Default"].extension_Calendar .disabled,
article[data-action="CalendarsWeek"].extension_Calendar .disabled,
article[data-action="Calendar"].extension_Calendar .disabled,
article[data-action="CalendarsAccordion"].extension_Calendar .disabled {
  background: #f9f9f9;
}
article[data-action="Default"].extension_Calendar .closed,
article[data-action="CalendarsWeek"].extension_Calendar .closed,
article[data-action="Calendar"].extension_Calendar .closed,
article[data-action="CalendarsAccordion"].extension_Calendar .closed {
  background: #9C0F0B;
  color: white;
}
article[data-action="Default"].extension_Calendar .selected,
article[data-action="CalendarsWeek"].extension_Calendar .selected,
article[data-action="Calendar"].extension_Calendar .selected,
article[data-action="CalendarsAccordion"].extension_Calendar .selected {
  background: #57BD42 !important;
}
@media (max-width: 980px) {
  article[data-action="Default"].extension_Calendar .dayName .short,
  article[data-action="CalendarsWeek"].extension_Calendar .dayName .short,
  article[data-action="Calendar"].extension_Calendar .dayName .short,
  article[data-action="CalendarsAccordion"].extension_Calendar .dayName .short {
    display: inline;
  }
  article[data-action="Default"].extension_Calendar .dayName .long,
  article[data-action="CalendarsWeek"].extension_Calendar .dayName .long,
  article[data-action="Calendar"].extension_Calendar .dayName .long,
  article[data-action="CalendarsAccordion"].extension_Calendar .dayName .long {
    display: none;
  }
  article[data-action="Default"].extension_Calendar .callprice,
  article[data-action="CalendarsWeek"].extension_Calendar .callprice,
  article[data-action="Calendar"].extension_Calendar .callprice,
  article[data-action="CalendarsAccordion"].extension_Calendar .callprice,
  article[data-action="Default"].extension_Calendar .price,
  article[data-action="CalendarsWeek"].extension_Calendar .price,
  article[data-action="Calendar"].extension_Calendar .price,
  article[data-action="CalendarsAccordion"].extension_Calendar .price {
    display: none;
  }
  article[data-action="Default"].extension_Calendar .day,
  article[data-action="CalendarsWeek"].extension_Calendar .day,
  article[data-action="Calendar"].extension_Calendar .day,
  article[data-action="CalendarsAccordion"].extension_Calendar .day {
    padding: 0;
    text-align: center;
  }
}
article[data-action="Default"].extension_Calendar .sessions-day > div,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day > div,
article[data-action="Calendar"].extension_Calendar .sessions-day > div,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day > div {
  height: 100%;
}
article[data-action="Default"].extension_Calendar .sessions-day .group-header,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .group-header,
article[data-action="Calendar"].extension_Calendar .sessions-day .group-header,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .group-header,
article[data-action="Default"].extension_Calendar .sessions-day .remaining,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .remaining,
article[data-action="Calendar"].extension_Calendar .sessions-day .remaining,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .remaining,
article[data-action="Default"].extension_Calendar .sessions-day .fa,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .fa,
article[data-action="Calendar"].extension_Calendar .sessions-day .fa,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .fa,
article[data-action="Default"].extension_Calendar .sessions-day img,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day img,
article[data-action="Calendar"].extension_Calendar .sessions-day img,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day img,
article[data-action="Default"].extension_Calendar .sessions-day .empty,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .empty,
article[data-action="Calendar"].extension_Calendar .sessions-day .empty,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .empty,
article[data-action="Default"].extension_Calendar .sessions-day .imgWrapper,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .imgWrapper,
article[data-action="Calendar"].extension_Calendar .sessions-day .imgWrapper,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .imgWrapper {
  display: none;
}
article[data-action="Default"].extension_Calendar .sessions-day .day-body,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .day-body,
article[data-action="Calendar"].extension_Calendar .sessions-day .day-body,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .day-body,
article[data-action="Default"].extension_Calendar .sessions-day .group,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .group,
article[data-action="Calendar"].extension_Calendar .sessions-day .group,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .group {
  height: 100%;
}
article[data-action="Default"].extension_Calendar .sessions-day .sessionFlexContainer,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .sessionFlexContainer,
article[data-action="Calendar"].extension_Calendar .sessions-day .sessionFlexContainer,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .sessionFlexContainer {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end !important;
}
article[data-action="Default"].extension_Calendar .sessions-day .session,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .session,
article[data-action="Calendar"].extension_Calendar .sessions-day .session,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .session {
  padding: 0 !important;
}
article[data-action="Default"].extension_Calendar .sessions-day .hour,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day .hour,
article[data-action="Calendar"].extension_Calendar .sessions-day .hour,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day .hour {
  font-size: 0.7em;
}
article[data-action="Default"].extension_Calendar .sessions-day.sessions .hour,
article[data-action="CalendarsWeek"].extension_Calendar .sessions-day.sessions .hour,
article[data-action="Calendar"].extension_Calendar .sessions-day.sessions .hour,
article[data-action="CalendarsAccordion"].extension_Calendar .sessions-day.sessions .hour {
  font-size: 0.5em;
}
article[data-action="Default"].extension_Calendar .day.sessionsInDay.selected,
article[data-action="CalendarsWeek"].extension_Calendar .day.sessionsInDay.selected,
article[data-action="Calendar"].extension_Calendar .day.sessionsInDay.selected,
article[data-action="CalendarsAccordion"].extension_Calendar .day.sessionsInDay.selected {
  background: #a5e098 !important;
}
article[data-action="Sessions"].extension_Calendar .day-header .date {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
article[data-action="Sessions"].extension_Calendar .group {
  margin-bottom: 15px;
}
article[data-action="Sessions"].extension_Calendar .group-header,
article[data-action="Sessions"].extension_Calendar .session {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
article[data-action="Sessions"].extension_Calendar .group-header i,
article[data-action="Sessions"].extension_Calendar .session i {
  margin-right: 5px;
}
article[data-action="Sessions"].extension_Calendar .group-header {
  border-top: 1px solid #cecece;
}
article[data-action="Sessions"].extension_Calendar .group-header .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
article[data-action="Sessions"].extension_Calendar .group-header .date {
  font-size: 16px;
  color: #999999;
}
article[data-action="Sessions"].extension_Calendar .session {
  cursor: pointer;
}
article[data-action="Sessions"].extension_Calendar .session .hour {
  font-size: 16px;
  color: #717171;
}
article[data-action="Sessions"].extension_Calendar .session .hour span {
  font-weight: bold;
}
article[data-action="Sessions"].extension_Calendar .session .remaining {
  color: #999999;
  font-size: 13px;
}
article[data-action="Sessions"].extension_Calendar .session.closed {
  cursor: default;
  background: #f9f9f9;
}
article[data-action="Sessions"].extension_Calendar .session.selected {
  background-color: #ff7f00;
  border-color: #ff7f00;
  cursor: initial;
}
article[data-action="Sessions"].extension_Calendar .session.selected .hour {
  color: white;
}
article[data-action="Sessions"].extension_Calendar .session.selected .remaining {
  color: white;
}
article[data-action="SessionsGrid"].extension_Calendar .sessionFlexContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article[data-action="SessionsGrid"].extension_Calendar .day-header .date {
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
article[data-action="SessionsGrid"].extension_Calendar .group {
  margin-bottom: 15px;
}
article[data-action="SessionsGrid"].extension_Calendar .group-header,
article[data-action="SessionsGrid"].extension_Calendar .session {
  text-align: center;
  padding: 10px;
}
article[data-action="SessionsGrid"].extension_Calendar .group-header i,
article[data-action="SessionsGrid"].extension_Calendar .session i {
  margin-right: 5px;
}
article[data-action="SessionsGrid"].extension_Calendar .group-header {
  border: 1px solid #cecece;
  margin-bottom: 3px;
}
article[data-action="SessionsGrid"].extension_Calendar .group-header .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
article[data-action="SessionsGrid"].extension_Calendar .group-header .date {
  font-size: 16px;
  color: #999999;
}
article[data-action="SessionsGrid"].extension_Calendar .session {
  cursor: pointer;
  padding: 0px;
  margin: 1px;
  flex-basis: 19%;
}
article[data-action="SessionsGrid"].extension_Calendar .session .sessionWrapper {
  margin: 3px 0;
  border: 1px solid #cecece;
  padding: 0 10px;
}
article[data-action="SessionsGrid"].extension_Calendar .session .sessionWrapper .hour {
  font-size: 16px;
  color: #717171;
}
article[data-action="SessionsGrid"].extension_Calendar .session .sessionWrapper .hour span {
  font-weight: bold;
}
article[data-action="SessionsGrid"].extension_Calendar .session .sessionWrapper .remaining {
  color: #999999;
  font-size: 13px;
  clear: both;
}
article[data-action="SessionsGrid"].extension_Calendar .session.selected .sessionWrapper {
  background-color: #ff7f00;
  border-color: #ff7f00;
  cursor: initial;
}
article[data-action="SessionsGrid"].extension_Calendar .session.selected .sessionWrapper .hour {
  color: white;
}
article[data-action="SessionsGrid"].extension_Calendar .session.selected .sessionWrapper .remaining {
  color: white;
}
article[data-action="CalendarsAccordion"].extension_Calendar .price {
  display: none;
}
#calendar .sessions-week,
.calendar .sessions-week,
.sessions-external .sessions-week {
  overflow: hidden;
  width: 100%;
  border: solid 5px #57bd42;
  margin: 0 1px 1px 1px;
}
#calendar .group-header,
.calendar .group-header,
.sessions-external .group-header {
  text-align: center;
  background: #E5E5E5;
  padding: 15px;
}
#calendar .session,
.calendar .session,
.sessions-external .session {
  padding: 5px;
  cursor: pointer;
  flex-basis: 19.7%;
  background: #fff;
  margin: 1px;
}
#calendar .session.empty,
.calendar .session.empty,
.sessions-external .session.empty {
  opacity: 0.7;
  cursor: not-allowed;
}
#calendar .sessionsgrid,
.calendar .sessionsgrid,
.sessions-external .sessionsgrid {
  width: 100%;
}
#calendar .sessionsgrid .sessionFlexContainer,
.calendar .sessionsgrid .sessionFlexContainer,
.sessions-external .sessionsgrid .sessionFlexContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#calendar .sessionsgrid .sessionWrapper,
.calendar .sessionsgrid .sessionWrapper,
.sessions-external .sessionsgrid .sessionWrapper {
  text-align: center;
}
#calendar .sessionsgrid .hour span,
.calendar .sessionsgrid .hour span,
.sessions-external .sessionsgrid .hour span {
  margin: 0 15px;
}
#calendar .sessions .session:nth-child(odd),
.calendar .sessions .session:nth-child(odd),
.sessions-external .sessions .session:nth-child(odd) {
  background: #fff;
}
#calendar .sessions .session:nth-child(even),
.calendar .sessions .session:nth-child(even),
.sessions-external .sessions .session:nth-child(even) {
  background: #fcf9f9;
}
#calendar .sessions .session,
.calendar .sessions .session,
.sessions-external .sessions .session {
  display: flex;
  justify-content: space-between;
}
#calendar .sessions .session.empty,
.calendar .sessions .session.empty,
.sessions-external .sessions .session.empty {
  display: none;
}
/*new monthswitcher*/

.monthsCarousel .item,
.weeksCarousel .item {
  text-align: center;
}
.monthsCarousel .item button,
.weeksCarousel .item button {
  margin: 10px;
  background: #666;
  border: none;
  color: #fff;
}
.carousel-control i {
  line-height: 45px;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  color: #000;
}
.yearSwitcher {
  text-align: center;
}
.yearSwitcher .next,
.yearSwitcher .previous,
.yearSwitcher .actualYear {
  display: inline-block;
}
.calendarHeader .next:hover,
.calendarHeader .previous:hover {
  opacity: 1;
}
.loading-component {
  position: absolute !important;
  text-align: center;
}
.loading-component .loading-inner {
  top: 200px !important;
}
.calendar_loading_text {
  position: absolute;
  top: 300px;
  width: 100%;
}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  
}
/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  
}
/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  
}
.week.hidden {
  display: none;
}
.weeksCarousel .item {
  width: 100%;
}
.weeksCarousel .item button {
  background-color: transparent;
  color: #778492;
  padding: 0.7rem 1rem;
  font-size: 1.2rem;
}
.weeksCarousel .item button.active,
.weeksCarousel .item button:focus,
.weeksCarousel .item button:hover {
  background-image: url(img/bg_calendrier.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.disabledLink {
  pointer-events: none;
  opacity: 0.5;
}
.calendar .day {
  height: 100px;
}
/* on cache le formulaire de choix de date */

.calendar-a11y {
  display: none;
}
.calendar-a11y.active {
  display: block;
}
/* on cache le bouton qui sert � ouvrir le formulaire � la tabulation pr�c�dente */

[id^=deployA11y] {
  left: -7000px;
  padding: 0;
  position: absolute;
  text-decoration: none;
  z-index: 1000;
  display: inline-block;
}
[id^=deployA11y]:focus {
  left: auto;
  position: relative;
}
div.form-a11y > * {
  margin: 1rem;
}
div.form-a11y fieldset {
  margin: 5rem 1rem;
}
div.form-a11y .feedback {
  display: none;
  width: max-content;
}
div.form-a11y .feedback:not([hidden]) {
  margin: 1rem;
  border: #7a7a7a solid 1px;
  padding: 0.5rem;
  background-color: #fff;
  color: #C0211E;
  font-weight: bold;
}
div.form-a11y .feedback.feedback-OK:not([hidden]) {
  color: #008757;
}
