/* Prestation */
/* Calendrier */
#cours-header {
  background: #010301 url("../img/cours-header.jpg") center top no-repeat;
  height: 351px;
  padding-top: 66px;
  padding-left: 20px;
  width: 100%; }
  #cours-header h1 {
    background-color: #56793b;
    color: #fff;
    display: inline-block;
    font-family: GothamNarrowBook;
    font-size: 2.3125rem;
    margin-bottom: 8px;
    padding: 20px;
    text-transform: uppercase; }
  #cours-header h2 {
    background-color: #fff;
    display: inline-block;
    font-family: GothamNarrowBook;
    font-size: 1.6875rem;
    padding: 20px; }

#les-cours .type-cours {
  display: inline-block;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%; }
  #les-cours .type-cours:first-child {
    padding-top: 44px; }
  #les-cours .type-cours:nth-child(odd) {
    background-color: #f4f3ef; }
  #les-cours .type-cours img {
    float: left;
    margin-left: 10px;
    margin-right: 31px; }
  #les-cours .type-cours .calendar {
    display: inline-block;
    float: left;
    width: calc(100% - 375px);
    position: relative;
}
    #les-cours .type-cours .calendar h3 {
      font-family: GothamNarrowMedium;
      font-size: 1.5rem;
      margin-bottom: 18px; }
    #les-cours .type-cours .calendar p {
      font-family: GothamNarrowBook;
      font-size: 0.875rem;
      line-height: 16px;
      margin-bottom: 5px; }


.custom-calendar {
  border-bottom: 7px solid #56793b;
  display: inline-block;
  position: relative;
  width: 618px; }
  .custom-calendar .clndr-controls {
    background-color: #50792d;
    color: #fff;
    font-family: GothamNarrowBold;
    font-size: 1rem;
    height: 31px;
    position: relative;
    text-align: center;
    width: 294px; }
    .custom-calendar .clndr-controls .month {
      line-height: 31px;
      text-transform: uppercase; }
  .custom-calendar .clndr-previous-button, .custom-calendar .clndr-next-button {
    cursor: pointer;
    font-size: 1.375rem;
    position: absolute;
    top: 4px; }
  .custom-calendar .clndr-previous-button {
    left: 17px; }
  .custom-calendar .clndr-next-button {
    right: 17px; }
  .custom-calendar .clndr-grid {
    width: 294px; }
  .custom-calendar .header-day-container {
    background-color: #c5d37c;
    height: 31px;
    width: 294px; }
    .custom-calendar .header-day-container .header-day {
      color: #fff;
      float: left;
      font-family: GothamNarrowBold;
      font-size: 1rem;
      line-height: 31px;
      text-align: center;
      width: 42px; }
      .custom-calendar .header-day-container .header-day:last-child {
        width: 41px; }
  .custom-calendar .days {
    clear: both; }
  .custom-calendar .day {
    background-color: #ebebeb;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    float: left;
    font-family: GothamNarrowBook;
    font-size: 0.875rem;
    height: 31px;
    line-height: 31px;
    text-align: center;
    width: 42px; }
    .custom-calendar .day.adjacent-month {
      color: #a8a8a8; }
    .custom-calendar, .custom-calendar .day.event {
      background-color: #c5d37c; }

      .day.today{

      background-color: #d2d2d2; }

    .custom-calendar .day.event {
      cursor: pointer; }
.event-panel .event-detail a {
  color:  #56793b;
  text-decoration: underline;
}

.event-panel .event-detail a:hover {
 text-decoration: none;
}
.calendar-panel, .event-panel {
  float: left; }

.event-panel {
  display: none;
  height: 254px;
  right: 0;
  position: absolute;
  top: 0; }
  .event-panel.default-event, .event-panel.default {
    display: inline-block; }
  .event-panel .event-header {
    background-color: #56793b;
    display: inline-block;
    height: 62px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-top: 4px;
    width: 324px; }
  .event-panel .event-date {
    border: 1px solid #405a2c;
    color: #fff;
    float: left;
    font-family: GothamNarrowBook;
    font-size: 1.875rem;
    line-height: 55px;
    height: 55px;
    margin-right: 15px;
    text-align: center;
    width: 55px; }
  .event-panel .event-title {
    color: #fff;
    font-family: GothamNarrowMedium;
    font-size: 0.875rem;
    margin-top: 10px;
    width: 100%; }
  .event-panel .event-detail {
    background-color: #fff;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    font-family: GothamNarrowBook;
    font-size: 0.875rem;
    line-height: 16px;
    height: 186px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 62px;
    width: 324px; }


#dessus-cal5 {
    position: absolute;
       left: 284px;
    z-index: 99;
    }

  .oui { display: block;} 
  .non { display: none;}  



#atelier-ado-bloc { display: block;} 

/*# sourceMappingURL=cours.css.map */


@media screen and (max-width: 1050px) {

#les-cours .type-cours img {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    }


}



