  html,
  body {
    /*height: 100%*/
  }

  /* only for debug mode, display borders */
/*    
  .row {
    border: 1px solid #c0c0c0;
    padding: 2px;
  }
  */
  
  .calendar-prev,
  .calendar-next {}
  
  .calendar-prev:before {
    content: '';
    background-image: url('../img/cal-leftarr.png');
    width: 1em;
    height: 1.5em;
    margin-top: 0.5em;
    float: left;
    background-repeat: no-repeat;
  }
  
  .calendar-next:after {
    content: '';
    background-image: url('../img/cal-rightarr.png');
    width: 1em;
    height: 1.5em;
    margin-top: 0.5em;
    float: right;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .calendar-caption {
    color: #333030;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 1.9em;
    /*line-height: 1.25em;*/
    font-weight: 400;
  }
  
  .row.header {
    color: #333030;
    padding: 1.2em 0;
    border-top: 1px solid #6e6868;
    border-bottom: 1px solid #6e6868;
  }
  
  .calendar-table {
    color: #333030;
    font-family: 'Raleway', sans-serif;
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 0.3em;
    empty-cells: hide;
    width: 100%;
    height: 100%
  }
  
  .calendar-table td {
    text-align: center;
    vertical-align: middle;
    padding: 1em;
    color: #a4a3a3;
    cursor: default;
    /* pour conserver la taille des cellules */
    border-radius: 50%;
    border: 1px solid transparent;
  }
  
  .calendar-table thead tr th {
    width: 100%;
    text-align: center;
  }
  
  table.day {
    color: #333030;
    width: 100%;
    padding: 1.0em 0;
    border-bottom: 1px solid #6e6868;
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 0.3em;
    empty-cells: hide;
    width: 100%;
    height: 100%;
    margin-bottom: 0.5em;
  }
  
  table.day th {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    color: #5e5e5e;
  }
  
  .event {
    /*border-radius: 50%;*/
    border: 1px solid #ed5434 !important;
    cursor: pointer !important;
  }
