@media (max-width: 500px) {
  .header_menu .navbar.navbar-default {
      border-radius: 0px;
      margin-bottom: 0px;
      background: #A31A1D;
      border: none;
      width: 100%;
      height: auto !important;
      min-height: 60px;
  }

  .logo-mobile {
      display: block;
  }

  .logo-descktop {
      display: none;
  }

  .mhead {
      font-size: 20px !important;
  }
}



.logo-mobile {
  display: none;
}

.logo-descktop {
  display: block;
}

.border-bottom {
  border-bottom: 1px solid #B3A694 !important;
}

.border-top {
  border-top: 1px solid #B3A694 !important;
}
.search-select {
  height: 40px;
  border: 1px solid #A89C9C;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 30px;
  color: #091315;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.mat-select-arrow-wrapper {
  padding-right: 10px;
}

.mat-focus-indicator {
  color: #091315;
}

.mat-datepicker-toggle {
  position: absolute;
}

.date-picker-input-search {
  height: 40px;
  border: 1px solid #A89C9C;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 30px;
  color: #091315;
  font-size: 14px;
  font-weight: 500;
}

.mat-date-range-input {
  height: 40px;
  border: 1px solid #A89C9C;
  border-radius: 5px;
  padding-top: 0px;
  padding-left: 30px;
  color: #091315;
  font-size: 14px;
  font-weight: 800;
  font-family: 'Poppins';
}

.datePicker.mat-date-range-input-container {
  align-items: normal !important;
}

.mat-datepicker-toggle-default-icon {
  width: 20px !important;
}

.mat-end-date {
  border: none !important;
  background: none;
  padding-left: 10px;
  font-weight: 500;
}

.box-search {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
}

@media (max-width: 567px) {

  .biz-btn,
  .biz-btn-black,
  .biz-btn-white {
    width: 100%;
  }

  .small-text-mobile {
    font-size: 12px;
  }
}

.roomsBox {
  width: auto;
  max-width: 360px;
  min-width: 360px;
  height: auto;
  position: absolute;
  z-index: 2;
  box-shadow: 0 .5rem 1rem #00001030, 0 .3rem .3rem #0000103b;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.num {
  width: 100%;
  height: 100%;
  color: #000;
  border: none;
  font-size: 22px;
  font-weight: 500;
  padding: 0px 0px 0px 30px;
}

.plusminus {
  cursor: pointer;
  display: flex;
}

.mini-wrapper {
  border: 1px #666 solid;
  width: 100px;
  padding: 5px 10px;
  display: flex;
}

.wrapper {
  display: flex;
  align-items: center;
}

.room-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #B3A694;
  padding: 20px 0px;
  border-bottom: 1px solid #B3A694;
}
.overflow-hidden{
  overflow: hidden;
}
.btn-2{
  background: #fff;
  border: 1.5px solid #998871;
  color: #091315;
  font-weight: 400;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  padding: 10px 24px;
  height: auto;
  min-height: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}
.search-select {
  height: 40px;
  border: 1px solid #A89C9C;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 30px;
  color: #091315;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.mat-select-arrow-wrapper {
  padding-right: 10px;
}

.mat-focus-indicator {
  color: #091315;
}

.mat-datepicker-toggle {
  position: absolute;
}

.date-picker-input-search {
  height: 40px;
  border: 1px solid #A89C9C;
  border-radius: 5px;
  padding-top: 10px;
  padding-left: 30px;
  color: #091315;
  font-size: 14px;
  font-weight: 500;
}

.mat-date-range-input {
  height: 40px;
  border: 1px solid #A89C9C;
  border-radius: 5px;
  padding-top: 0px;
  padding-left: 30px;
  color: #091315;
  font-size: 14px;
  font-weight: 800;
  font-family: 'Poppins';
}

.datePicker.mat-date-range-input-container {
  align-items: normal !important;
}

.mat-datepicker-toggle-default-icon {
  width: 20px !important;
}

.mat-end-date {
  border: none !important;
  background: none;
  padding-left: 10px;
  font-weight: 500;
}

.box-search {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
}
.descktop{
  display: block;
}
.mobile{
  display: none;
}
@media (max-width: 567px) {
  .descktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .biz-btn,
  .biz-btn-black,
  .biz-btn-white {
    width: 100%;
  }

  .small-text-mobile {
    font-size: 12px;
  }
  .mat-datepicker-content{
    box-shadow: none !important;
  }
  /* .mat-datepicker-content .mat-calendar{
    width: 376px !important;
    height: 434px !important;
  } */
  .num {
    text-align: center;
    padding: 0 !important;
  }
}

.roomsBox {
  width: auto;
  max-width: 360px;
  min-width: 360px;
  height: auto;
  position: absolute;
  z-index: 9;
  box-shadow: 0 .5rem 1rem #00001030, 0 .3rem .3rem #0000103b;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.num {
  width: 100%;
  height: 100%;
  color: #000;
  border: none;
  font-size: 22px;
  font-weight: 500;
  padding: 0px 0px 0px 30px;
}

.plusminus {
  cursor: pointer;
  display: flex;
}

.mini-wrapper {
  border: 1px #666 solid;
  width: 100px;
  padding: 5px 10px;
  display: flex;
}

.wrapper {
  display: flex;
  align-items: center;
}

.room-box {
  display: flex;
  align-items: center;
  border-top: 1px solid #B3A694;
  padding: 20px 0px;
  border-bottom: 1px solid #B3A694;
}
.stickey-filtres-descktop{
  border-radius: 10px;
  position: sticky;
  top: 10px;
  padding: 20px 10px 10px 0px;
}
.sidebar-filtres-descktop{
  background: #fff; border: 1px solid #046363; padding: 10px; border-radius: 10px;
}

/* ===== Mobile Responsive Header (≤ 991px) ===== */
@media (max-width: 991px) {
  /* Hide the desktop nav; slicknav handles mobile navigation */
  .header_menu .navbar.navbar-default .navbar-collapse {
    display: none !important;
  }

  /* Remove gap in flex row so logo and hamburger sit at edges */
  .navbar-flex {
    gap: 0;
    padding: 8px 0;
    justify-content: space-between;
  }

  /* Push hamburger to the far right */
  #slicknav-mobile {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  /* Shrink logo slightly on tablet/mobile */
  .header-logo.main-logo {
    width: 120px;
  }

  /* Remove fixed min-height so the navbar can expand with the menu */
  .header_menu .navbar.navbar-default {
    min-height: 60px;
  }

  /* Slicknav dropdown panel */
  .slicknav_nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    z-index: 1001;
    /* border-top: 2px solid #A31A1D; */
    padding: 4px 0;
    margin: 0;
  }

  .slicknav_nav a {
    color: #333;
    padding: 13px 24px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
  }

  .slicknav_nav a:hover {
    color: #A31A1D;
    background: #fafafa;
  }

  .slicknav_nav li:last-child > a {
    border-bottom: none;
  }

  /* Anchor the absolute dropdown to the navbar */
  .header_menu .navbar.navbar-default {
    position: relative;
  }

  /* Hamburger icon colour */
  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    color: #A31A1D;
    font-size: 26px;
  }
}

/* ===== Extra-small phones (≤ 500px) ===== */
@media (max-width: 500px) {
  /* On very small screens invert colours to match the red background */
  .slicknav_nav {
    background: #A31A1D;
    border-top-color: rgba(255, 255, 255, 0.3);
  }

  .slicknav_nav a {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.15);
  }

  .slicknav_nav a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    color: #fff;
  }
}
}