@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("line-awesome.css");
@import "bootstrap.min.css";
@import 'root-colors.css';
@import 'style.css';
@import "jquery.fancybox.min.css";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a:hover, a:focus {
    text-decoration: none;
}

input:focus {
    outline: none;
}

h1, h2, h3, h4, p {
    margin: 0;
}

a {
    font-weight: 400;
    border-radius: 5px;
}

#section-body {
    background-color: #ffffff !important;
    padding-top: 40px;
}

.btn.btn-primary.btn-reservation-liste,.btn.btn-primary {
    font-size: 15px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #008285 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    text-transform: uppercase;
}

.btn.btn-primary.btn-reservation-liste:hover{
    background-color: white !important;
    color: #008285 !important;
    border: 1px solid #008285 !important;
}
.btn-reservation-liste .prix-list-sht span:hover{
    background-color: white !important;
    color: #008285 !important;
}
.info-row .tagcloud a {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: inherit;
    text-align: inherit;
    display: inline-block;
    padding: 4px 10px 5px;
    background-color: #9BC23C;
    border: 1px solid #9BC23C;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
}

.price-hide-on-list {
    backdrop-filter: blur(5px);
    padding: 10px;
    background: #fff;
}

.price-hide-on-list .price-start {
    color: #000 !important;
    font-weight: 500;
}

.hotel-prices {
    margin-top: 5px;
    padding: 10px
}

.room-select {
    text-align: left;
}

.price .old-price {
    color: red !important;
    text-decoration: line-through;
}

.item-body .property-location {
    margin: 10px 0;
    font-weight: 600;
}

.btn-reservation-liste {
    float: right;
    min-width: 150px;
    height: 38px;
    text-transform: uppercase;
    font-size: 15px;
}

#content-area .list-hotels-separator {
    margin-top: 0;
    margin-bottom: 5px;
    border-color: #006ab4;
}

.mb-0 {
    margin-bottom: 0;
}

.float-right {
    float: right;
}

.fs-11 {
    font-size: 11px;
}

.bootstrap-select .btn.btn-default {
    /*height: 50px;*/
    border: 1px solid rgba(128, 137, 150, 0.2);
}

#section-body .dropdown-toggle::after {
    display: none;
}

.filter-option {
    margin-right: 10px !important;
}

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}

.nav-tabs > li {
    float: none;
}

.nav-tabs > li > a {
    font-size: 13px;
}

::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

p {
    font-size: 14px;
}

.mt-2 {
    margin-top: .5rem !important;
}

.bottom-ratings, .top-ratings, .widget-title {
    color: var(--color3) !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.col {
    flex: 1 0 0%;
}

.property-item {
    background-color: #fff;
}

#sidebar .checkbox label {
    display: flex;
    justify-content: space-between;
}

.item-thumb, figure {
    z-index: 0 !important;
    overflow: hidden;
}

#hotel .property-title {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 0;
}


.price h3 {
    color: var(--color1);
    font-size: 18px;
}

.widget {
    border-bottom: none;
}

@media only screen and (min-width: 767px) {
    #hotel .item-body {
        display: flex !important;
    }

    .list-tabs .sort-tab {
        display: inline;
    }

    .property-item .item-body {
        width: 100%;
        padding: 0 0 10px 10px;
    }

    #hotel {
        display: flex;
    }

    .image-block {
        height: 100%;
        display: contents;
    }

    .photo-hotel {
        height: 100%;
        width: 370px !important;
        object-fit: cover;
        position: relative;
        border-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
    }

    #hotel .hidden-gird-cell {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        text-align: end;
        min-width: 190px;
    }
}

.property-item .cell {
    width: 100%;
}

.pagination-main .pagination li.active a {
    background-color: var(--color3) !important;
}

.hotel-header .info-row.price {
    background-color: transparent;
    text-align: center;
}

h2.property-title a {
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
    color: var(--color1);
    flex-wrap: wrap;
    font-size: 19px;
    font-weight: 600 !important;
    line-height: 34px;
}

.liste-pensions .nav-tabs > li > a{
    background-color: #fff;
    border: 2px solid rgba(128, 137, 150, 0.1) !important;
    color: #5d646d;
    padding: 15px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 400;
}

.liste-pensions .nav-tabs > li.active > a, .liste-pensions .nav-tabs > li.active > a:focus, .liste-pensions .nav-tabs > li.active > a:hover {
    color: #008285 !important;
    cursor: default;
    background-color: #fff !important;
    border: 2px solid #008285 !important;
    border-color: #008285 !important;
}

.liste-pensions{
    border-bottom:1px solid transparent;
    padding:0
}

.liste-pensions .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: hidden !important;
    padding:0 0 10px 2px;
}

#sidebar .widget-range .widget-title {
    color: var(--color1) !important;
    font-size: 16px;
    font-weight: 600;
}

.widget-body h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.bottom-ratings .fa, .top-ratings .fa {
    margin-right: 3px;
    color: #fa9e0d;
    font-size: 12px;
}

.fa-star-o::before {
    content: "\f005" !important;
}

h1, h2, h3, h4 {
    line-height: initial !important;
}

.item-body .property-title {
    white-space: initial;
}

.vue-slider-process {
    background-color: #f06a07;
}

.vue-slider:hover .vue-slider-dot-handle:hover {
    border-color: #f06a07;
}

.vue-slider-dot-handle {
    border: 2px solid #f06a07;
}

#availibility_hotel {
    color: #9b9c9e;
    font-weight: 500;
}
.bg-radio > .form-group {
    margin:0 !important
}
.bg-radio > .form-group > label {
    font-size: 15px;
    color: #5d5d5d;
    font-weight: 600;
}

.bg-radio {
    border:1px solid  rgba(40, 213, 167, 0.1) !important;
    margin: 0;
    border-radius: 8px;
}

.sort-tab {

    padding-bottom: 0;
}

.btn.btn-primary.btn-reservation-liste {
    border-radius: 5px;
    padding: .375rem .75rem;
}

.title-prix {
    color: var(--color1);
}

.title-prix span:first-child {
    font-size: 13px;
    font-weight: 600;
}

.prix-list-sht {
    margin: 0 7px;
}

.prix-list-sht span:first-child {
    font-weight: 600;
    font-size: 22px !important;
    color: var(--color1) !important;
}

.sidebar-white .widget {
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #c7dbeb !important;
}

label input {
    opacity: 1;
    width: 13px;
    height: 13px;
    border: 1px solid #000;
    border-radius: 100%;
    margin-right: 13px;
    position: relative;
}
span.label  a {
    color: #fff;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0;
}

@media (max-width: 767px) {
    .liste-pensions {
        clear: both;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .photo-hotel {
        object-fit: cover;
        border-radius: 10px;
    }

    .btn-primary {
        width: 100%;
    }

    .bootstrap-select .btn.btn-default {
       max-height:45px;
        font-size: 12px;
    }
    .w-sm-100{
        width: 100%;
    }
}

@media (max-width: 481px) {
    .list-tabs .sort-tab {
        display: inline;
    }
}
@media (min-width: 991px) {
    .w-lg-150{
        width: 150% !important;
    }
}

.lbl-etiquette.etiquette-promotion {
    -webkit-animation-name: clignote;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid rgb(255, 84, 84);
}

.sort-tab .bootstrap-select .btn.btn-default {
    font-weight: bold;
    padding: 10px;
    margin: 5px;
}

.pagination-main .pagination {
    padding-bottom: 40px;
}

.breadcrumb li, .breadcrumb li a {
    color: var(--color1);
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    #hotel h2.property-title a {
        font-size: 18px;
    }
}

.property-listing .item-wrap {
    margin-bottom: 20px;
}

.dropdown-toggle::after {
    display: none;
}

.property-location .fa {
    color: var(--color3);
}

.property-item:hover .photo-hotel {
    transform: scale(1.04);
    transition: all .3s;
}

.price-select-room {
    font-weight: bold;
    color: var(--color1) !important;
}



@media (max-width: 767px) {
    #hotel h2.property-title a {
        font-size: 16px;
    }

    .hotel-header .info-row.price {
        background: none;
        padding: 0;
        height: auto !important;
    }

    #hotel .hidden-gird-cell {
        display: block !important;
    }

    .property-item .hotel-header .item-body {
        display: flex;
    }

    .property-listing.list-view .hide-on-list {
        display: none !important;
    }

    .property-listing.list-view .hidden-gird-cell {
        display: block !important;
    }

}

.btn.scrolltop-btn {
    color: transparent;
}

.fade:not(.show) {
    opacity: initial;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {

    font-family: 'Line Awesome Free' !important;
    font-weight: 900;
}

li.typeahead__item > a > span.row {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    display: table;

}

li.typeahead__item > a > span > strong {
    padding: 0 !important;
}

.vol .fa-map-marker::before {
    content: "\f072";

}


li.typeahead__item > a > span.row .fa-map-marker {
    color: green !important;
    display: contents;

}

.typeahead__list > li {
    border: none !important;
}

.typeahead__list .typeahead__item > a, .typeahead__dropdown .typeahead__dropdown-item > a {

    padding: 10px 20px !important;
}

li.typeahead__item > a > span > small {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 22px;
    margin: 10px 0;
}

.typeahead__container.result .typeahead__list, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.backdrop + .typeahead__backdrop {
    border-radius: 6px;
    box-shadow: 0 4px 14px 0 #25201f40;

    top: auto;
}

.typeahead__container.hint .typeahead__field input, .typeahead__container.hint .typeahead__field textarea, .typeahead__container.hint .typeahead__field [contenteditable] {

    background: #fff !important;
}

#section-body > div#display {
    display: none;
}

.breadcrumb-list > ul > li, .breadcrumb-top .breadcrumb, .breadcrumb-top {
    padding: 0;
    margin: 0;
}


.icon-v2::before {
    top: 50%;
    line-height: 36px;
    font-size: 16px;
}

.input-icon::before {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #000;
}

.pt-vente-select {

    background: #fff;
    padding: 0;
    border: 1px solid #fff;
}

.add-room-filtrev2 {
    font-size: 12px;
    line-height: 27px;
}

.related-tour-area  .owl-carousel .owl-item img {
    position: relative;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}

.badge .img-label  img {
    width: 15px !important;
    height: auto;
}



.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span  {
    border: 1px solid transparent;
    background: transparent;
}

.breadcrumb li::after {color: transparent;}


.login-register-block .back{
    font-size: 18px;
    font-weight: 500;
    color: var(--color3);
    margin: 10px 0;
}

#pop-reset-pass  .modal-dialog {
    transform: translate(0, 25%);
}

#pop-reset-pass .login-tabs li.active {
     background-color: transparent;
    border-right: none;
    color: #000;
    text-transform: capitalize;
}
#pop-reset-pass .modal-header, #pop-reset-pass .modal-header .close{
    background-color: #ffffff !important;
}
#pop-reset-pass .modal-header .close {
    margin-top: 5px;
    margin-right: 13px;
}
#pop-reset-pass .input-icon input.form-control{
    font-size: 14px;
}
#pop-reset-pass .modal-header .close .fa {
  color: #0d233e;
}

.modal-backdrop.in {
    opacity: .5;
}