/* "primary" coloring */
.fc-button-primary {
  color: #fff;
    background-color: #A4A128;
    border-color: #A4A128; }

.fc-button-primary:hover {
  color: #fff;
    background-color: rgb(131, 129, 35);
    border-color: rgb(131, 129, 35); }

.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgb(131, 129, 35); }

.fc-button-primary:disabled {
  color: #fff;
    background-color: #A4A128;
    border-color: #A4A128; }

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
  color: #fff;
    background-color: rgb(131, 129, 35);
    border-color: rgb(131, 129, 35); }

.fc-button-primary:not(:disabled):active:focus,
.fc-button-primary:not(:disabled).fc-button-active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgb(131, 129, 35); }

  
  #script-warning {
    display: none;
    background: #eee;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: red;
  }
  
  #loading {
    display: none;
    position: absolute;
    top: 10%;
    right:10%;
  }
  
  .fc-time-grid-event {
    min-width: 1.5vw;
  }
  
  /* Pointer sur les événement du calendrier */
  .fc-event{
    cursor: pointer;
  }