/* =======================================================
   booking.css — cleaned
   Cleaned: duplicates merged, later declarations retained,
   declarations alphabetized for readability.
   ======================================================= */

body.booking {
  display: initial;
}

.col-md-6.recap-block {
  margin-top: 10px;
}

.innerBlock {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}

.daystart {
  background-color: #efeddf;
  color: #8b231f;
}

.dayend {
  background-color: #efeddf;
  color: #8b231f;
}

.next_month {
  text-align: right;
}

.disable_date {
  color: #b5b5b5;
  pointer-events: none;
}

.within_date {
  background-color: #efeddf;
  color: #8b231f;
}

.calendar_np {
  border: 1px solid #8b231f;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  width: 30px;
}

.avb {
  cursor: pointer;
}

.close {
  border: 1px solid #8b231f;
  border-radius: 50%;
  color: #8b231f;
  float: right;
  font-size: 18px;
  font-weight: normal;
  height: 20px;
  line-height: 16px;
  opacity: 1;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 20px;
}

.product-user-block {
  margin-top: 3px;
}

.container-chkbox {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  user-select: none;
}

.container-chkbox input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.checkmark {
  background-color: #eee;
  border: 1px solid #f02e2c;
  border-radius: 50%;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.container-chkbox:hover input~.checkmark {
  background-color: #ccc;
}

.container-chkbox input:checked~.checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  display: none;
  position: absolute;
}

.container-chkbox input:checked~.checkmark:after {
  display: block;
}

.container-chkbox .checkmark:after {
  background: #f02e2c;
  border-radius: 50%;
  height: 12px;
  left: 3px;
  top: 3px;
  width: 12px;
}

.next_slider_month {
  -webkit-animation: slide-out 0.5s forwards;
  animation: slide-out 0.5s forwards;
}

.previous_slider_month {
  -webkit-animation: slide-in 0.5s forwards;
  animation: slide-in 0.5s forwards;
}

.hide {
  display: none;
}

.show {
  display: block;
}


/* -------------------------------------------------------
   PRICES TABLE — 2025 RED THEME
------------------------------------------------------- */

.price-prod-name {
  color: #f02e2c;
  font-weight: 500;
}

.tbl-price {
  color: #8b231f;
  font-weight: 600;
}

.txt1 {
  color: #8b231f;
  font-weight: 700;
}

.txt2,
.vtxt {
  color: #8b231f;
  font-weight: 600;
}

.txt3 {
  color: #f02e2c;
  font-weight: 500;
}

/* -------------------------------------------------------
   AT-RULES / RESPONSIVE RULES
------------------------------------------------------- */

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(0%);
    }
}

@media only screen and (max-width: 767px) {
  .cal-month-name {
    padding: 0;
  }

  .month_div {
    margin-top: 15px;
  }

  .pdb-tarif-btn {
    bottom: auto;
    left: auto;
    position: relative;
  }

  .pdb-tarif-web-row {
    margin-bottom: 5px;
    position: relative;
    top: auto;
  }

  .pdb-tarif-web.t-20 {
    margin: 20px 0;
    position: relative;
    top: auto;
  }

  .btn.user-form-btn {
    font-size: 14px;
    margin: 0 0 10px;
    width: 100%;
  }

  .dynamic_product .modal-dialog {
    width: 90%;
  }

  .toast.bs4ToastWrapper {
    left: 0;
  }

  .row-recap {
    padding-left: 0;
    padding-right: 0;
  }
}
