div#tab-calendrier div.legend .illustration{
    display: inline-block;
    width: 10px;
    height:10px;
    border-radius: 5px;
    margin-right: 15px;
}

div#calendar a{
    padding: 5px;
}


/******************** petit carré de présence dans l'agenda ******************/
div#calendar .fc-event-container a::before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    right: 2px;
    bottom: 2px;
    border-radius: 2px;
    border: 1px solid #000;
}
div#calendar .fc-event-container a._declined::after{
    font-family: 'fontawesome';
    content: "\f00d";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 3px;
    bottom: 3px;
    font-size: large;
    line-height: 14px;
    color: rgb(231, 76, 60);

}
div#calendar .fc-event-container a._accepted::after{
    font-family: 'fontawesome';
    content: "\f00c";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 3px;
    bottom: 3px;
    font-size: large;
    line-height: 14px;
    color: rgb(92, 184, 92);
}
div#calendar .fc-event-container a._pending::after{
    font-family: 'fontawesome';
    content: "\f128";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 1px;
    bottom: 2px;
    font-size: large;
    line-height: 14px;
    color: rgb(211, 211, 211);
}
/*********************************************************************************/
/************************************** Légende de l'agenda *******************************************/

div.legendCalendarAwesome{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: rgb(119, 119, 119);
}
div.legendCalendarAwesome::before{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: rgba(0,0,0,.6);
    left: 2px;
    bottom: -3px;
    border-radius: 2px;
    border: 1px solid #000;
    transform: translateY(-50%);
}
div.legendCalendarAwesome::after{
    font-family: 'fontawesome';
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 2px;
    bottom: -3px;
    font-size: large;
    line-height: 14px;
    transform: translateY(-50%);
}
div.legendCalendarAwesome.t_pending::after{
    content: "\f128";
    color: rgb(211, 211, 211);
    left: -1px;
    bottom: -4px;
}
div.legendCalendarAwesome.t_accepted::after{
    content: "\f00c";
    color: rgb(92, 184, 92);
}
div.legendCalendarAwesome.t_declined::after{
    content: "\f00d";
    color: rgb(231, 76, 60);
}
/************************************************************************************************/

div.legend .open{
    color: #4DAD3A;
}
div.legend .private{
    color: #3a87ad;
}
div.legend .other{
    color: #ddd;
}


/* New Timeline style */

.vertical-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
  }
  
  .vertical-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
  }
  
  #vertical-timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  
  #vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #f1f1f1;
  }
  
  .vertical-timeline-content .btn {
    float: right;
  }
  
  #vertical-timeline.light-timeline:before {
    background: #e7eaec;
  }
  
  .dark-timeline .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
  
  .dark-timeline.center-orientation .vertical-timeline-content:before {
    border-color: transparent transparent transparent #f5f5f5;
  }
  
  .dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,
  .dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before {
    border-color: transparent #f5f5f5 transparent transparent;
  }
  
  .dark-timeline .vertical-timeline-content,
  .dark-timeline.center-orientation .vertical-timeline-content {
    background: #f5f5f5;
  }
  
  @media only screen and (min-width: 1170px) {
    #vertical-timeline.center-orientation {
      margin-top: 3em;
      margin-bottom: 3em;
    }
  
    #vertical-timeline.center-orientation:before {
      left: 50%;
      margin-left: -2px;
    }
  }
  
  @media only screen and (max-width: 1170px) {
    .center-orientation.dark-timeline .vertical-timeline-content:before {
      border-color: transparent #f5f5f5 transparent transparent;
    }
  }
  
  .vertical-timeline-block {
    position: relative;
    margin: 2em 0;
  }
  
  .vertical-timeline-block:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .vertical-timeline-block:first-child {
    margin-top: 0;
  }
  
  .vertical-timeline-block:last-child {
    margin-bottom: 0;
  }
  
  @media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-block {
      margin: 4em 0;
    }
  
    .center-orientation .vertical-timeline-block:first-child {
      margin-top: 0;
    }
  
    .center-orientation .vertical-timeline-block:last-child {
      margin-bottom: 0;
    }
  }
  
  .vertical-timeline-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    border: 3px solid #f1f1f1;
    text-align: center;
  }
  
  .vertical-timeline-icon i {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -9px;
  }
  
  @media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-icon {
      width: 50px;
      height: 50px;
      left: 50%;
      margin-left: -25px;
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      font-size: 19px;
    }
  
    .center-orientation .vertical-timeline-icon i {
      margin-left: -12px;
      margin-top: -10px;
    }
  
    .center-orientation .cssanimations .vertical-timeline-icon.is-hidden {
      visibility: hidden;
    }
  }
  
  .vertical-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
  }
  
  .vertical-timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .vertical-timeline-content h2 {
    font-weight: 400;
    margin-top: 4px;
  }
  
  .vertical-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
  }
  
  .vertical-timeline-content .vertical-date {
    float: left;
    font-weight: 500;
  }
  
  .vertical-date small {
    color: #1ab394;
    font-weight: 400;
  }
  
  .vertical-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
  }
  
  @media only screen and (min-width: 768px) {
    .vertical-timeline-content h2 {
      font-size: 18px;
    }
  
    .vertical-timeline-content p {
      font-size: 13px;
    }
  }
  
  @media only screen and (min-width: 1170px) {
    .center-orientation .vertical-timeline-content {
      margin-left: 0;
      padding: 1.6em;
      width: 45%;
    }
  
    .center-orientation .vertical-timeline-content::before {
      top: 24px;
      left: 100%;
      border-color: transparent;
      border-left-color: white;
    }
  
    .center-orientation .vertical-timeline-content .btn {
      float: left;
    }
  
    .center-orientation .vertical-timeline-content .vertical-date {
      position: absolute;
      width: 100%;
      left: 122%;
      top: 2px;
      font-size: 14px;
    }
  
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content {
      float: right;
    }
  
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: white;
    }
  
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn {
      float: right;
    }
  
    .center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date {
      left: auto;
      right: 122%;
      text-align: right;
    }
  
    .center-orientation .cssanimations .vertical-timeline-content.is-hidden {
      visibility: hidden;
    }
  }

.tooltip-inner {
    white-space:pre-wrap;
}