@charset "ISO-8859-1";

/* */
/* TESTS */
/* */

.color-test {
  background-color: var(--lightgrey-lgdr);
}

div {
/*   border: 0.063em red dotted; */
}

body {
  font-family: 'roboto', 'arial', 'verdana', 'helvetica', sans-serif;
}

/* */
/* FORMULAIRE DE RESERVATION */
/* */

input, textarea {
  border-radius: 0.375em;
  border: 0.063em solid var(--lightgrey-lgdr);
  box-shadow: 0.313em 0.313em 0.313em rgba(0, 0, 0, .3);
  padding: 0.313em;
}

input[type="radio"] {
  border: 0;
  box-shadow: none;
  display: none;
}

.type-pack {
  display: flex;
  flex-direction: row;
}

.pack {
  text-align: center;
  border: 0.063em solid var(--main-color);
  border-radius: 0.375em;
  box-shadow: 0.313em 0.313em 0.313em rgba(0, 0, 0, .3);
  height: fit-content;
  margin: 0.313em;
}

.pack:hover {
/*   background-color: var(--main-color); */
/*   color: white; */
  box-shadow: none;
}

.pack.selected {
  background-color: var(--main-color);
  color: white;
  box-shadow: none;
}

#type-pack label {
  margin-left: 10.313em;
  text-align: center;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    color: rgba(255,57,57,1);
    background-color: rgba(255,57,57, .3);
}

.tab-pane {
  padding-top: 1.875em;
}

.tab-pane .row {
  margin-top: 10.313em;
}

#div-dateRangeView {
  display: none;
}

#dateSelectWeek, #dateSelectWe, #dateSelectFree {
  width: 80%;
  text-align: left;
}

#dateSelectWe, #dateSelectFree {
  display: none;
}

.tableau-tarif {
  margin: 0 auto;
  padding: 10.313em;
  border: 0.063em solid var(--lightgrey-lgdr);
  border-radius: 0.375em;
  box-shadow: 0.313em 0.313em 0.313em rgba(0, 0, 0, .3);
}

.tarif {
  text-align: right;
}

#div-vacanciers {
  margin-top: 0;
  padding: 0;
}

.nombre-vacanciers {
    align-items: center;
    justify-content: space-evenly;
    line-height: 1em;
}

#nombre-adulte, #nombre-enfant {
  font-size: 2em;
}

.lgdr-vacancier-moins, .lgdr-vacancier-plus {
  border-radius: 33%;
  width: 100%;
  height: 100%;
  border: 0.125em solid;
  color: var(--main-color);
  background-color: white;
  padding: 0.438em 0.438em 0.313em 0.438em;
  font-size: 1.7em;
}

#div-nuitee {
  height: 25%;
  padding: 10.313em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 0.375em;
  border: 0.063em solid var(--darkgrey-lgdr);
}

#btn-valider-resa {
  display: none;
}

/* */
/* FORMULAIRE COORDONNEES */
/* */

#form-coordonnees input {
  width: 100%;
}

#message textarea {
  width: 100%;
  height: 9.375em;
}
