/* Reset de base */
html, body {
  margin: 0;
  padding:0;
 font-family: Raleway, sans-serif;
  background: transparent !important; /* Transparence totale */
  color: #f1f5f9;
}

/* Textes */
label, p, span, .label, .calcul, .quantite, .conditions a, .conditions p {
  color: rgba(255, 255, 255, 1) !important;
}

.requis {
  color: red !important;
}

.erreur-valid {
  color: #ff3c3c !important;
}

/* Iframe */
#webresaBookingWidgetIframe {
  display: block;
  margin: auto;
  width: 100%;
  padding: 0;
  border: 0;
  min-height:1200px;
  background: transparent !important;
}

/* Conteneur principal */
#mainTable {
  width: 100% !important;
  /*margin: 20px auto;*/
 /* border-collapse: collapse;*/
  background: rgba(0, 0, 0, 0);
 /* padding: 20px;*/
  /* border-radius: 18px; */
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35); */
  /*overflow: hidden;*/
}

/*#txtDate{width:94% !important;}*/
.ui-datepicker-calendar tr, .ui-datepicker th,  .ui-datepicker span{color:#333 !important;}
#divCircuit a{color: #b7e35b !important;font-size:1.3em;}

/* Couleurs lignes */
.color-row1 {
  background: rgba(0, 0, 0, 0.1);
}

.color-row0 {
  background: rgba(0, 0, 0, 0.3);
}

.color-titre,
.color-titre span,
h2, h3, h4, h5, h6 {
  color: #53cf29 !important;
}

.bnt-actif {
  background-color: #53cf29 !important;
}

/* Blocs */
.criteres, .devis {
  background: rgba(0, 0, 0, 0.3);
}

.resume, .devis.total, .participant, .infos {
  background: rgba(0, 0, 0, 0.3);
}

.total, .sstotal {
  color: #53cf29 !important;
}

.step-actif {
  background-color: #53cf29 !important;
  color: #fff;
}

.sauvegarde, .info-options {
  background: rgba(0, 0, 0, 0.8);
}

.fond-opaque {
  background: rgba(0, 0, 0, 0.9);
}

.bloc-dates-accompagne h3 {
  padding: 1rem;
}

.info-options {
  margin-top: 5em !important;
}

.telephone-pays-num{color:#333333 !important;}

.message-agence{background-color:#53cf29 !important;}


/* Case participant */
.caseParticipant {
  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-color: #53cf29;
  padding: 10px;
}

/* Titres */
.TextTitle, #lblTxtChoixSejour {
  font-size: 1.3rem;
  font-weight: 600;
  color: #b7e35b; /* Vert Altre Cime */
  margin-bottom: 12px;
  display: block;
}

/* Labels */
.label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #cbd5e1;
}

/* Inputs & selects */
.textbox, 
.listbox, 
select, 
input[type="text"] {
  background: rgba(255, 255, 255, 0.97); /* Fond clair */
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000 !important; /* Texte noir */
  font-size: 1rem;
  padding: 8px 10px;
  border-radius: 8px;
  width: 100%;
  outline: none;
  transition: all 0.25s ease;
}

.textbox:focus, 
.listbox:focus, 
select:focus, 
input[type="text"]:focus {
  border-color: #b7e35b;
  background: rgba(255, 255, 255, 1);
}

/* Select custom */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
}

select.listbox {
  width: 100%;
  padding: 10px 14px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #000;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  line-height: 1.4;
  transition: all 0.25s ease;
}

select.listbox:hover {
  border-color: #b7e35b;
  background: rgba(255, 255, 255, 1);
}

select.listbox:focus {
  border-color: #b7e35b;
  box-shadow: 0 0 0 2px rgba(183, 227, 91, 0.4);
}

select option {
  background: rgba(255, 255, 255, 0.97);
  color: #000 !important;
}

.ui-datepicker-title a{color:#333 !important;}

/* Boutons */
.page_button, 
.button, 
input[type="submit"] {
  background: linear-gradient(135deg, #b7e35b, #8fc93a);
  border: none;
  color: #0f172a;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: transform 0.2s ease, background 0.3s ease;
}

.page_button:hover, 
.button:hover, 
input[type="submit"]:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #a2d94f, #7cb82d);
}

/* Table des résultats */
.search {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  background: rgba(15, 15, 15, 0.35);
  border-radius: 12px;
  overflow: hidden;
}

.search th {
  background: rgba(183, 227, 91, 0.15);
  color: #b7e35b;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  padding: 10px;
  text-align: left;
}

.search td {
  padding: 14px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
  color: #fff !important;
}

.search td a {
  color: #fff !important;
}


.search tr:last-child td {
  border-bottom: none;
}

/* Colonne Disponibilité plus large */
.search td.disponibilite,
.search th.disponibilite {
  min-width: 180px;   /* ajuste selon le rendu */
  white-space: nowrap;
}

/* Dates sur la même ligne */
.search td.dates {
  white-space: nowrap;
}

/* Bouton découvrir dans tableau */
.search .button {
  margin-top: 6px;
  display: inline-block;
}

/* Statut confirmé */
#divStatut {
  display: inline-block;
  background: #b7e35b;
  color: #0f172a;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.75rem;
}

/* Texte secondaire */
.littletext {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-top: 10px;
  display: block;
}

/* Footer tableau */
.footerCircuit, .footerDepart, .footerPrix {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #64748b;
  padding: 8px;
  background: rgba(20, 20, 20, 0.55);
}
