

.flatpickr-calendar {
    background-color: #f9f9f9 !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #e0e0e0 !important;
    font-family: 'Inter', sans-serif;
  }

  .flatpickr-months {
    background: #f2f2f2 !important;
    color: white !important;
    border-radius: 10px 10px 0 0 !important;
  }

  .flatpickr-weekdays {
    background-color: #e9e7e7 !important;
    color: #333 !important;
    border-bottom: 1px solid #ddd !important;
  }

  .flatpickr-day:hover {
    background-color: #246bce !important;
    color: white !important;
    transform: scale(1.1) !important;
  }

  .flatpickr-day.selected {
    background-color: #246bce !important;
    color: white !important;
    font-weight: bold !important;
  }


  .flatpickr-day.disabled {
    background-color: #f3f3f3 !important;
    color: #aaa !important;
    cursor: not-allowed !important;
  }

  .flatpickr-monthDropdown-month {
    text-transform: capitalize !important; /* Met la première lettre en majuscule */
}