@charset "UTF-8";
.flatpickr-calendar {
  padding: 1rem !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.flatpickr-day:not(.flatpickr-disabled) {
  position: relative;
  overflow: visible;
  z-index: 1;
  background: none !important;
  color: #2F2F2F !important;
}

.flatpickr-day.half-day-midisoir::before {
  content: "";
  position: absolute;
  background: rgba(0, 151, 167, 0.25);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.flatpickr-day.half-day-midisoir::after {
  content: "";
  position: absolute;
  background: rgba(163, 183, 59, 0.25);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.flatpickr-day.only-midi::before {
  content: "";
  position: absolute;
  background: rgba(0, 151, 167, 0.25);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.flatpickr-day.only-soir::before {
  content: "";
  position: absolute;
  background: rgba(163, 183, 59, 0.25);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.flatpickr-day.half-day-midi::before {
  content: "";
  position: absolute;
  background: rgba(0, 151, 167, 0.25);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}

.flatpickr-day.flatpickr-disabled {
  background: #F8FEE8 !important;
  color: #999 !important;
  cursor: not-allowed !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #90A955 !important;
  color: #F8F5EF !important;
  z-index: 2 !important;
  position: relative;
}

.flatpickr-day:not(.flatpickr-disabled):hover {
  background: #BFD200 !important;
  color: #F8F5EF !important;
  z-index: 2;
}

.flatpickr-day.today {
  border: 2px solid #6E5849 !important;
}

.circle-only-midi {
  position: relative;
  background: rgba(0, 151, 167, 0.25);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}

.circle-only-soir {
  position: relative;
  background: rgba(163, 183, 59, 0.25);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px; /* espace vertical entre les items */
}

.legend-item span.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px; /* espace entre cercle et texte */
}

.calendar-legende-item {
  display: flex;
  align-items: flex-start;
}

.circle-and-text {
  display: flex;
  flex-direction: column;
  align-items: center; /* cercle + texte centrés */
}

.circle {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 6px; /* espace entre cercle et texte */
}

.txt {
  font-size: 0.9rem;
  line-height: 1.2;
}

.wp-block-group.is-style-form-contact {
  border: 1px solid var(--wp--custom--color--keylimepie-700);
  box-shadow: 0px 4px 30px 0px rgba(38, 38, 38, 0.25);
}
.wp-block-group.is-style-form-contact form.wpcf7-form {
  color: var(--wp--preset--color--text-dark);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wp-block-group.is-style-form-contact form.wpcf7-form input[type=text], .wp-block-group.is-style-form-contact form.wpcf7-form input[type=tel], .wp-block-group.is-style-form-contact form.wpcf7-form input[type=email], .wp-block-group.is-style-form-contact form.wpcf7-form input[type=number], .wp-block-group.is-style-form-contact form.wpcf7-form select, .wp-block-group.is-style-form-contact form.wpcf7-form textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 0;
  border: 1px solid var(--wp--custom--color--keylimepie-600);
  background: var(--wp--preset--color--white-text);
  padding: 0.5rem;
  color: var(--wp--preset--color--default-dark);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.wp-block-group.is-style-form-contact form.wpcf7-form input[type=text].wpcf7-date, .wp-block-group.is-style-form-contact form.wpcf7-form input[type=tel].wpcf7-date, .wp-block-group.is-style-form-contact form.wpcf7-form input[type=email].wpcf7-date, .wp-block-group.is-style-form-contact form.wpcf7-form input[type=number].wpcf7-date, .wp-block-group.is-style-form-contact form.wpcf7-form select.wpcf7-date, .wp-block-group.is-style-form-contact form.wpcf7-form textarea.wpcf7-date {
  margin-bottom: 0;
}
.wp-block-group.is-style-form-contact form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wp-block-group.is-style-form-contact form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
}
.wp-block-group.is-style-form-contact form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input {
  margin-top: 6px;
}
.wp-block-group.is-style-form-contact form.wpcf7-form input[type=file] {
  color: var(--wp--preset--color--text-dark);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wp-block-group.is-style-form-contact form.wpcf7-form input[type=submit] {
  transition: all 0.3s ease;
  border: 1px solid var(--wp--custom--color--keylimepie-600);
  color: var(--wp--custom--color--keylimepie-600);
  background-color: transparent;
  padding: 0.625rem 1.5rem 0.625rem !important;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 6.25rem;
}
.wp-block-group.is-style-form-contact form.wpcf7-form input[type=submit]:hover {
  border-color: var(--wp--preset--color--text-dark);
  color: var(--wp--preset--color--text-dark);
  background-color: rgba(224, 255, 136, 0.5);
}
.wp-block-group.is-style-form-contact #radio-service {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.wp-block-group.is-style-form-contact #radio-service label {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.wp-block-group.is-style-form-contact #radio-service input[type=radio] {
  transform: scale(1.4);
  margin-right: 0.4rem;
  cursor: pointer;
  accent-color: #0097A7;
}
.wp-block-group.is-style-form-contact .calendar-legende {
  margin-bottom: 2rem;
  font-size: 0.95em !important;
}
.wp-block-group.is-style-form-contact .calendar-legende-item p {
  display: flex;
  align-items: center;
  margin: 0.3em 0;
}
.wp-block-group.is-style-form-contact .calendar-legende-item p span.txt {
  font-size: 16px;
  font-weight: 400;
}
.wp-block-group.is-style-form-contact .calendar-legende-item p span.circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 0.6em;
  position: relative;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-midi-soir {
  border: 1px solid #6E5849 !important;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-midi-soir::before, .wp-block-group.is-style-form-contact .calendar-legende .circle-midi-soir::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-midi-soir::before {
  background: rgba(0, 151, 167, 0.25);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-midi-soir::after {
  background: rgba(163, 183, 59, 0.25);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-midi-only::before {
  content: "";
  position: absolute;
  background: rgba(0, 151, 167, 0.25);
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid #6E5849 !important;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-midi-only::after {
  content: "";
  position: absolute;
  background: #F8FEE8;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-soir-only {
  position: relative;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-soir-only::before {
  content: "";
  position: absolute;
  background: #F8FEE8;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid #ccc;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-soir-only::after {
  content: "";
  position: absolute;
  background: rgba(163, 183, 59, 0.25);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid #6E5849 !important;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-disabled {
  position: relative;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-disabled::after {
  content: "";
  position: absolute;
  background: #F8FEE8;
  width: 24px;
  border-radius: 50%;
  height: 24px;
  border: 1px solid #ccc;
  top: 0;
  left: 0;
}
.wp-block-group.is-style-form-contact .calendar-legende .circle-disabled::before {
  position: absolute;
  background: #F8FEE8;
  content: "";
  width: 24px;
  border-radius: 50%;
  height: 24px;
  border: 1px solid #ccc;
  top: 0;
  left: 0;
}
.wp-block-group.is-style-form-contact .reservation-detail-2cols {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}
.wp-block-group.is-style-form-contact .reservation-detail-2cols .reservation-col {
  flex: 1 1 300px;
}
.wp-block-group.is-style-form-contact .reservation-detail-2cols .reservation-col label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #2f2f2f;
}
.wp-block-group.is-style-form-contact .reservation-detail-2cols .reservation-col #selected-date-label {
  font-weight: 500;
  color: #0097A7;
}
.wp-block-group.is-style-form-contact .reservation-detail-2cols .reservation-col #selected-date-legende {
  font-size: 0.9rem;
  font-style: italic;
  color: #6e5849;
}
.wp-block-group.is-style-form-contact .reservation-detail-2cols .reservation-col input[type=radio] {
  margin-right: 0.3em;
}
.wp-block-group.is-style-form-contact .reservation-detail-2cols .reservation-col label input {
  margin-right: 0.4em;
}
.wp-block-group.is-style-form-contact .reservation-detail-2cols .reservation-col .wpcf7-radio label {
  margin-right: 1em;
}