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

  .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;
}