



@import "./bootstrap.min.css" layer(header);
@import url("./bootstrap.min.css") layer(card);
@import url("./bootstrap.min.css") layer(row);




@import url("./bootstrap.min.css") layer(container);
@import "header.css";
@import "header-mobile.css";

@import "footer.css";

@import "root.css";
@import "media-hover.css";

/* custom scrollbar */

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

::-webkit-scrollbar-track {
    background-color: transparent;
}

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

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



body{
  
   
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .2s linear;
    background-color:#fff
}


.navbar-brand {
    padding: 6px;
    height: auto;
}

.read-only[disabled],
.read-only[readonly] {
    background-color: #eee0;
    cursor: pointer;
}

.read-only:hover {
    color: #3988df;
    background-color: #eaf3fc;
}

.body-right .btn-primary {

    padding: 5px 10px;
}

.price-hide-on-list {
    background:none;
    padding: 10px;
}

.price-hide-on-list .price-start {
    color: #fff !important;
    margin: 5px !important;
}


.display-flex {
    display: flex
}

@media (max-width: 767px) {

    .display-flex {
        display: block
    }

    .service-blocks-main .col {
        flex: 50%;
    }

    .liste-pensions {
        clear: both;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .return-date{
        padding-right: 0 !important;
    }


}


.label-warning {
    background-color: #ffc107 !important
}

.label-warning a,.label-danger a{
    color:#fff
}
/*.label.label-warning, .label.label-danger{*/
/*    padding: 6px;*/
/*}*/


.mb-8 {
    margin-bottom: 8px;
}

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


.age-enfants .caret {
    display: none;
}

.age-enfants .dropdown-toggle .filter-option {
    overflow: visible !important;
}

.age-enfants .dropdown-menu > li > a {
    line-height: 0;
}

.detail-title {
    padding-bottom: 10px;
}

.detail-block {
    border:1px solid #e7e7e7;
    border-radius: var(--border-radius);
}

.media-tabs {
    top: 15px;
    left: 15px;
}

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

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

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



.modal .text-modal{
    color:var(--color-site-2) !important;
    margin-bottom: 0;
    background: linear-gradient(to right, var(--color-site-1) 1%, #333 22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}







.info-detail {
    margin-bottom: 20px;
}

.info-title {
    margin-bottom: 10px;
}

.civilite > .bootstrap-select .btn.btn-default {
    height: 42px;
}



.choices {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

p {
    font-size: 14px;
}

.membership-done-block .done-block-inner {
    margin: 0px 30px 0px 30px;
}

.display-inline {
    display: inline;
}


.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}


.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

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

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

:root .table-general tbody .tr-options .name-room {
    color: #005591;
    font-weight: 700;
    font-size: 15px;
    width: 20%;
}

.bloc-info-contact p {
    margin-bottom: 10px
}

.color-green {
    color: rgb(37, 184, 27)
}

.color-red {
    color: #e30505
}

.service-blocks-main .dashed:last-of-type {
    border-left: 1px dashed #90949c;
}

#services-module-2 {
    margin-top: 0
}

.services-module .dashed {
    padding: 0 0 10px;
}

.services-module .dashed-last {
    padding: 0 0 10px;
}

.services-module .dashed h3 {
    font-size: 16px;
}

.services-module .dashed-last h3 {
    font-size: 16px;
}

.services-module .dashed .block-icon {
    padding: 20px 0 20px;
}

.services-module .dashed-last .block-icon {
    padding: 20px 0 20px;
}


/***************2 eme bloc***********************/

.services-module .dashed-lateral {
    padding: 0 0 0px;
    box-shadow: none;
}

.services-module .dashed-last-lateral {
    padding: 0 0 0px;
    box-shadow: none;
}

.services-module .dashed-lateral h3 {
    font-size: 16px;
}

.services-module .dashed-last-lateral h3 {
    font-size: 16px;
}

.services-module .dashed-lateral .block-icon {
    padding: 0;
    box-shadow: none;
}

.services-module .dashed-last-lateral .block-icon {
    padding: 0;
    box-shadow: none;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.col {
    flex: 1 0 0%;
}

.avi-detail {
    background-color: #007c02;
    color: #fff;
    font-size: 12px;
    border-radius: 3px !important;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 1px 5px !important;
}

.cdsROW.narrow .logo {
    float: none;
}

.trip {
    margin-bottom: 15px;
}

.cdsROW.narrow {
    width: 100% !important;
}


/****************************28*11********************************************/


.text-end {
    display: inline-flex;
    justify-content: end;
}

.item-thumb,
figure,
.carousel-module .carousel .item figure {
    z-index: 0 !important
}
#be-produit .property-title,
#voyage .property-title,
#hotel .property-title {
    display: initial;
    flex-wrap: wrap;
    margin: 0 !important
}



.property-item .voyage-header .item-body,
.property-item .be-produit-header .item-body,
.property-item .hotel-header .item-body {
    display: initial;
}
.photo-fournisseur {

    width: 150px;
    margin-bottom:5px


}
@media only screen and (min-width: 767px) {
    .property-item .item-body {
        width: 100%;
        padding-bottom: 0px;
    }
    #be-produit,
    #voyage,
    #hotel {
        display: flex;
    }

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

    .photo-voyage,
    .photo-be-produit,
    .photo-hotel {
        height: 100%;
        width: 370px !important;
        object-fit: cover;
        position: relative;
        border-radius: 8px;
    }

    #be-produit .hidden-gird-cell,
    #hotel .hidden-gird-cell {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        text-align: end;
    }

    #voyage .item-body,
    #be-produit .item-body,
    #hotel .item-body {
        display: flex !important;
    }

    #flex-col {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media ( max-width: 767px) {
    .photo-voyage,
    .photo-hotel {
        max-height: 180px;
        object-fit: cover;
    }

}
    #filtre-v2-list-scroll {
display: flex;
justify-content: space-between;
align-items: center;
}
#voyage .item-body .rating,
#be-produit .item-body .rating,
#hotel .item-body .rating {
    line-height: inherit;
    margin-left: 5px;
}

#be-produit .item-body .label,
#hotel .item-body .label {
    text-align: left;
    white-space: initial;
    margin-bottom: 2px;
}


/**form-filtre**/

.form-filtre .Button {
    text-align: center;
}

.form-filtre .btn-titre {
    margin-top: -60px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-filtre .btn-recherche {
    width: 100%;
    text-align: center;
    background-color: #f8b42b !important
}

.form-filtre .bootstrap-select .btn.btn-default {
    height: 42px
}

.form-filtre .input-icon input {
    padding-left: 30px !important
}

.input-date::before {
    content: "\f073";
}

.input-nuitee:before {
    content: "\f186";
}

.goog-te-gadget img {
    display: none;
}

.goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: #FFFFFF !important;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    border-left: 1px solid transparent !important;
    color: #FFFFFF !important;
}



/******/
.banner-inner:before {

    background-color: rgba(0, 0, 0, 0) !important;

}
.banner-parallax .banner-inner {
    height: 300px !important;
}
.banner-parallax {
    height: 300px !important;
}
.avn-price-table.avn-style15 > .avn-tables > .avn-table > .header {
    background: var(--color-site-2) !important;
    min-height: 55px !important;
    height: fit-content !important;
}
.avn-price-table {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.avn-price-table.avn-style15 > .avn-tables > .avn-table > .avn-btn-main > .avn-btn {

    background: var(--color-site-2) !important;
}
.header-detail h1 {
    color: var(--color-site-3);
}
.widget-title {
    color: var(--color-site-3);
}
.detail-title .title-left {
    color: var(--color-site-3);
}
.header-detail .item-price {

    color: var(--color-site-1);
}
/*.header-detail {
    padding:  0 !important;
}*/
.widget .media-heading {
    margin-top: 0px !important;
}
.widget .rating {
    margin-bottom: 3px !important;

}
@media (max-width: 767px)
{
    .header-detail .header-left h1  {

        margin-top: 0 !important;
    }
}
@media (max-width: 767px){
    .media-tabs .actions {

        margin-right: 17px;
    }


}
/*****/



.advance-search-header {

    background-color: var(--color-site-2) !important;
}



#availibility_voyage,
#availibility_car,
#availibility_hotel {
    font-size: 22px;

}
:root .table-general tbody .tr-options .td-price .media .media-right .booking.btn-booking {

    background-color: var(--color-site-1) !important;
}
:root .table-general tbody .tr-options .td-price .media .media-left .box-price .price {
    color: var(--color-site-2) !important;
}

.liste-pensions .nav-tabs > li.active > a{
    border-bottom-color: #003680;
    background-color: var(--color-site-2);
    border: 1px solid var(--color-site-2);
    border-bottom-color: var(--color-site-2);
    border-radius: 16px;
    color: #fff;

}
.liste-pensions .nav-tabs > li.active > a:hover, .liste-pensions .nav-tabs > li.active > a:focus {
    color: var(--color-site-2);
    border-bottom-color: #003680;
    background-color: #fff;
    border: 1px solid var(--color-site-2);
    border-bottom-color: var(--color-site-2);
    border-radius: 16px;
}

#voyage .item-body .property-location{
    margin: 10px 0 10px 0;

}

img.amenagement {
    filter: invert(48%) sepia(62%) saturate(1347%) hue-rotate(176deg) brightness(97%) contrast(95%);
}
.bottom-ratings, .top-ratings {
letter-spacing: 2px;
    color: #ffc107;
}
.price .old-price {
    color: red !important;
    text-decoration: line-through;
}
.input-icon::before {

    color: var(--color-site-1);
}

/*******/
h1,h2,h3,h4,h5{
    line-height:initial !important
}

.btn-secondary {
    color: #fff;
    background-color: var(--color-site-1);

}
.btn-secondary:hover {

    background-color: var(--color-site-2);

}

ul#tools_2 {
    margin-top: 30px;
    margin-bottom:30px
}

ul#tools_2 li {
    list-style: none;
    width: 100%;
    margin-top: 30px;
    position: relative;
}

ul#tools_2 li a:not(.at-share-btn),
ul#tools_2 li form {
    background: #fff;
    display: block;
    padding: 15px 15px 15px 55px;
    border: 1px solid #ededed;
    margin-bottom: 8px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: relative;
    color: #555;
    -moz-transition: all .3s;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    font-size: 14px;
}
.fa-share-alt{
    color: var(--color-site-2);
    font-size: 26px;
}
ul#tools_2 li a i,
ul#tools_2 li form i {
    font-size: 26px;
    position: absolute;
    left: 15px;
    top: 13px;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: var(--color-site-2);
    text-align: left;
}

.property-location .fa{
    color:var(--color-site-1) !important
}
.multiselect__option--highlight {

    background: var(--color-site-2) !important;
}
#voyage .price h3 {
   /* color: var(--color-site-2) !important;*/
    font-weight: bold;
    font-size: 20px;
}

.modal{
    z-index:999999999
}
/*

.modal-header{
    background-color: var(--color-site-1);
}
*/

.modal-header p {
    color: #fff;
    /*padding: 10px;*/
    font-size: 24px;

}
.modal .btn-primary.add-room-filtrev2.btn-block {
    background-color: #fff !important;
    font-size: 16px!important;
    justify-content: center !important;
    border: 1px solid var(--color-site-2) !important;
    color: var(--color-site-2) !important;
}
.modal .btn-primary.btn-block:before ,.modal .btn-primary.btn-block:after {
    display: none;
}
.modal div.col-md-6:nth-child(2) > button {
    background-color: var(--color-site-1) !important;
    border: 1px solid var(--color-site-1)  !important;
    font-size: 16px!important;
    justify-content: center !important;

}
.input-icon + .input-icon {
    border-top: none !important;

}
.label-status.label.etiquette-gratuite-enfant, .room-info {
    font-size: 12px;
}

.property-description ul{
    padding-left:0;
    margin-bottom:10px
}

.room-select .list-hotels-separator {

    display:none !important;
}
.room-select .col-md-12{
    text-align:end !important;
}
.pagination-main .pagination li.active a {

    background-color: var(--color-site-2) !important;
    border-radius: 50%;
}
.scrolltop-btn {

    background-color: #fff;
    border: 1px solid var(--color-site-2);
    border-radius: 50%;
}
.scrolltop-btn  i {
    color: var(--color-site-2);

}

.heightFirstImg {
    height: 580px;
}
:root .mo-hotel-summary-client {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 20px;
    border-radius: 2px;
    background-color: white;
    border: 2px solid var(--color-site-2);
}

:root .mo-hotel-summary-client .best-option {
    padding: 10px;
    color: white;
    text-align: center;
    margin: -20px -20px 10px -20px;
    text-transform: uppercase;
    background: var(--color-site-2);
}

:root .mo-hotel-summary-client .room-boardtype .room {
    font-weight: 700;
    font-size: 14px;
}

:root .mo-hotel-summary-client .room-boardtype p {
    margin: 0;
}

:root .mo-hotel-summary-client p {
    text-align: right;
}

:root .mo-hotel-summary-client .room-boardtype .boardtype {
    font-weight: 500;
    font-size: 14px;
    color: #3c3c3c;
}

:root .mo-hotel-summary-client .your-compo {
    margin: 0;
    font-size: 12px;
}

:root .mo-hotel-summary-client .calc {
    margin: 0;
}

:root .mo-hotel-summary-client p {
    text-align: right;
}

:root .mo-hotel-summary-client .calc span {
    font-size: 12px;
}



:root .mo-hotel-summary-client .price-box .prices {
    margin: 0;
    font-weight: 700;
    font-size: 45px;
    line-height: 62px;
    color: #ca0610;
}

:root .mo-hotel-summary-client .price-box .prices small {
    font-weight: 700;
    font-size: 100%;
}

:root .mo-hotel-summary-client .price-box .final {
    margin: 0;
    font-size: 11px;
    margin-bottom: 10px;
}

:root .mo-hotel-summary-client .price-box .detail {
    margin: 0;
    font-weight: 700;
    text-decoration: underline;
}

:root .mo-hotel-summary-client .price-box .detail a {
    color: #3c3c3c;
}

:root .mo-hotel-summary-client .price-box .detail:hover a {
    color: #ca0610;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem!important;
}



.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between{justify-content:space-between!important}
:root .table-general tbody .tr-options .name-room {
    color: #005591;
    font-weight: 700;
    font-size: 15px;
    width: 20%;
}

.bloc-info-contact p {
    margin-bottom: 10px
}

.color-green {
    color: rgb(37, 184, 27)
}

.color-red {
    color: #e30505
}

.service-blocks-main .dashed:last-of-type {
    border-left: 1px dashed #90949c;
}

#services-module-2 {
    margin-top: 0
}

.services-module .dashed {
    padding: 0 0 10px;
}

.services-module .dashed-last {
    padding: 0 0 10px;
}

.services-module .dashed h3 {
    font-size: 16px;
}

.services-module .dashed-last h3 {
    font-size: 16px;
}

.services-module .dashed .block-icon {
    padding: 20px 0 20px;
}

.services-module .dashed-last .block-icon {
    padding: 20px 0 20px;
}

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

h4.prix-sur-demande{
    font-size: 15px;
    color: #ec6906;
}

#sticky-text-vo-tarifs .btn-vo-tarifs{
    background-color: #f6690c;
    border-color: #f6690c;
    color: #ffffff;
}
#sticky-text-vo-tarifs  .description-vo-tarifs {
    height: auto;
    border-radius: 4px;
    background-color: #fff8ca;
    font-size: 15px;
    white-space: normal;
    padding: 25px;
    text-align: center;
}
.stickyvotarifs{
    z-index: 2;
    position: fixed;
    top: 90px;
    left: auto;
    width: auto;
    right: auto;
}
.btn.btn-teal {
       
        background: var(--color-site-2);
        color:#fff;
    border-radius: 0px 8px 8px 0;
    font-size: 15px;
    }
@media (max-width: 992px) {

    #vjs-sort-voyages .sort-tab .bootstrap-select .btn.dropdown-toggle {
        border-bottom: none;

    }

   .stickyvotarifs{
        display: none;
    }
    .border-dashed{
        border-top: 1px dashed #ccc;
        margin: 5px 0;
    }

    #sticky-row {
        padding: 8px 0;
    }
    .margtop15{
        top: auto !important;
    }
    .text-center{
        display: block;
        text-align: center !important;
    }
    #basicsCollapseOne .total-list-head h3.pull-lef{
        color: black !important;
    }
    .text-left{
        text-align: left;
    }
    
    a.color-details:hover,
    a.color-details{
        color: #f06a07 !important;
        font-size: 13px;
        font-weight: 600;
    }
}

#box-blogs .simple-pagination ul {
    display: flex;
    justify-content: center;
}



#box-blogs .simple-pagination li a,
#box-blogs  .simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
}

#box-blogs  .simple-pagination .current {
    color: #FFF;
    background-color: var(--color-site-2) ;

}

#box-blogs  .simple-pagination .prev.current,
#box-blogs  .simple-pagination .next.current {
    background: #fff;
    color: var(--color-site-2);
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: none;

}






.btn.btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: transparent !important;
    border: none !important;
box-shadow: none !important;
    border-radius: 9999px !important;
    font-size: 0 !important;
    cursor: pointer;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
}

.btn.btn-primary .fa-angle-right {
    display: none !important;
}



.btn.btn-primary::before {
    content: "Tarifs & Chambres";
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: var(--color-site-1);
    padding: 7px 14px;
    border-radius: 9999px;
    white-space: nowrap;
}

.btn.btn-primary::after {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background-color: var(--color-site-1);
    margin-left: -6px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9L9 1M9 1H1M9 1V9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s cubic-bezier(0.135, 0.9, 0.15, 1);
}

.btn.btn-primary:hover::after {
    transform: translateX(12px) rotate(45deg);

transition: all 0.3s;

}



.property-item {
    border: 1px solid #dce8f0;
    border-radius: var(--border-radius);
    transition: all 0.4s ease;
    padding: 12px;
}




.item-thumb {
    overflow: hidden;
}

.property-item:hover {
    border: 1px solid var(--color-site-1);
}
.property-item:hover img {
    transform: scale(1.02);
    transition: all 0.3s ease;
    border-radius: var(--border-radius);


}



.hotel-header .info-row.price {

    border-radius: 8px;
    border-top: 2px solid var(--color-site-1);
}



.sort-tab {
    display: flex;
    align-items: center;
    font-size: 14px;
   padding-bottom: 0;
    justify-content: center;
}

.sort-tab > span {
    border-bottom: 1px solid var(--color-site-1);
    padding-bottom: 2px;
    display: inline-block;
}


.sort-tab .bootstrap-select .btn.btn-default:focus,
.sort-tab .bootstrap-select .btn.dropdown-toggle:focus {
    border: none !important;
    border-bottom: 1px solid var(--red-btn) !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.sort-tab .bootstrap-select .btn.dropdown-toggle {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--color-site-1);
    border-radius: 0;

}



.page-title .title-head {
    font-size: 16px;
}

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

#vjs-sort-hotels .title-head {

    background: linear-gradient(to right, var(--color-site-1) 1%, #333 22%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    display: inline-block;
}






 .sidebar-white .widget , .multiselect__tags  {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: var(--border-radius) !important;
    box-shadow: 0 2px 16px rgba(0,0,0,.05);
}

#sidebar #availibility_hotel {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #1a2b3c;
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--color-site-1);
}

#sidebar h3.widget-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8fa3b4;
    margin: 0 0 10px;
    padding: 0;
}

#sidebar #vjs-refine-result hr {
    border: none;
    border-top: 1px solid #dce8f0;
    margin: 16px 0;
}

#sidebar .checkbox {
    margin: 0;
    padding: 0;
}

#sidebar .checkbox label {
    align-items: center;
    gap: 9px;
    padding: 4px 8px;
    margin: 1px 0;
    border-radius: 6px;
    font-size: 13px;
    color: #4a6278;
}

#sidebar .checkbox label:hover {
    background: #e6f6fd;
    color: #007ab8;
}

#sidebar .checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 1px solid #dce8f0;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 4px;
    position: relative;
    transition: border-color .18s ease, background .18s ease;
}

#sidebar .checkbox input[type="checkbox"]:hover {
    border-color: var(--color-site-1);
}

#sidebar .checkbox input[type="checkbox"]:checked {
    background: var(--color-site-1);
    border-color: var(--color-site-1);
}

#sidebar .checkbox input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px; left: 4px;
    width: 5px; height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

#sidebar .checkbox .float-right {
    margin-left: auto;
    background: #f4f8fb;
    color: #8fa3b4;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 20px;
    transition: background .18s ease, color .18s ease;
}

#sidebar .checkbox label:hover .float-right {
    background: #e6f6fd;
    color: var(--color-site-1);
}

#sidebar .checkbox input[type="checkbox"]:checked ~ .float-right,
#sidebar .checkbox label:has(input:checked) .float-right {
    background: var(--color-site-1);
    color: #fff;
}

#sidebar .vue-slider-process {
    background: var(--color-site-1) !important;
}

#sidebar .vue-slider-dot-handle {
    border: 2px solid var(--color-site-1) !important;
    box-shadow: 0 2px 6px rgba(0,148,217,.25) !important;
}

#sidebar .vue-slider-dot-tooltip-inner {
    background: var(--color-site-1) !important;
    border-color: var(--color-site-1) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 2px 7px !important;
    border-radius: 4px !important;
}

#sidebar #vjs-refine-result a[href="javascript:void(0)"] {
    font-size: 12px;
    color: var(--color-site-1);
    text-decoration: none;
    font-weight: 600;
}

#sidebar #vjs-refine-result a[href="javascript:void(0)"]:hover {
    color: #000000;
    text-decoration: underline;
}







.advanced-search.advance-search-header {
    background: linear-gradient(to right, rgba(0, 136, 204, 0.33), rgba(0, 136, 204, 0.05));
    padding: 14px 0;
    background-color: transparent !important;
    box-shadow: none;
}


.advance-search-header .search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
}

.advance-search-header .input-icon,
.advance-search-header .typeahead__container.destination {

    padding: 0 14px;

    flex: 1;
    background: #ffffff;
    border: none;
    border-bottom: 2px solid var(--color-site-1);
    border-radius: 8px 8px 0 0;
    transition: border-color .18s ease, background .18s ease;
}

.typeahead__container.destination .typeahead__query {
    border-bottom: none ;
}

.advance-search-header .input-icon:hover, .advance-search-header .input-icon:active,
.advance-search-header .typeahead__container.destination:hover , .advance-search-header .typeahead__container.destination:active{

    border-bottom-color: var(--color-site-1);
}


.advance-search-header .typeahead__field,
.advance-search-header .typeahead__query {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}


.advance-search-header .input-icon input,
.advance-search-header .typeahead_destinationSHT {
    border: none;
    outline: none;
    font-size: 13px;
    color: #1a2b3c;
    width: 100%;
    background-color:  transparent !important;
    cursor: pointer;
}

.advance-search-header .input-icon input::placeholder,
.advance-search-header .typeahead_destinationSHT::placeholder {
    color: #8fa3b4;
}


.advance-search-header .search-btn {
    flex-shrink: 0;
}

.advance-search-header .btn.filtre-v2 {
    background: var(--color-site-1);
    color: #ffffff;
    border: none;
    padding: 0 ;
    height: 46px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background .18s ease;
    white-space: nowrap;
}

.advance-search-header .btn.filtre-v2:hover {
    background: #005f8e;
}


.advance-search-header .search-btn {
    flex: 1;
}


.bootstrap-select .btn.btn-default , .bootstrap-select .btn.btn-default:focus  {
    border: 1px solid #cccccc;


    color: var(--color-site-2);


    background-color: #cccccc26;


    border-radius: 8px;
    border-top: 2px solid var(--color-site-1);
    box-shadow: none !important;
    outline: none !important;
}

.modal-header {

    background-color: #fff;
    border-radius: 16px 16px 0 0;

}

.modal-header .close .fa {
    color: var(--color-site-1);
}

.modal-content {

    border-radius: 16px;

    border: 1px solid #dce8f0;
}

.slick-slide img {
    border-radius: var(--border-radius);
}

.form-control, .post-password-form input[type='password'] {

    border-radius: 8px;
}


.avn-price-table.avn-style15 > .avn-tables > .avn-table > .header {

    border-radius: 8px 8px 0 0;
}





.btn-info  , .btn-info:hover , .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info , .btn-info:focus, .btn-info.focus {

    background-color: var(--color-site-2);
    border-color: var(--color-site-2);
}


.payment-side-block .btn.btn-primary::before , .payment-side-block .btn.btn-primary::after {
    display: none;
}

.widget-info {
    border-radius: var(--border-radius);
}

.payment-side-block {
    border-radius: var(--border-radius);
}


#form-reservation .btn-success  , #vjs-form .btn-success  {
    background-color: var(--color-site-2);
    border-radius: 25px;
}

.payment-side-block .input-group {
    flex-wrap: nowrap;
}

.fancy-img {

    border-radius: 16px;
}

.header-detail h1

{
    color: var(--color-site-2);
}



.btn-reservation-liste.btn.btn-primary::before  , .btn-reservation-liste.btn.btn-primary::after {
    display: none;
}

.btn-reservation-liste.btn.btn-primary {
    background-color: var(--color-site-2) !important;

    color: #fff;
    font-size: 14px !important;
}

.prix-list-sht span:first-child {

    font-size: 20px !important;
}


@media (max-width: 992px) {
    .sort-tab .bootstrap-select .btn.dropdown-toggle, .sort-tab > span {
        border-bottom: none !important;
        font-size: 11px;
        font-weight: 400;
        padding-bottom: 0;
    }
}

.advanced-search-mobile {
    background-color: var(--color-site-1);
 
    border-radius: 8px;
}


@media (max-width: 991px) {
    .single-search-inner p {
        font-size: 12px;
    }
    .advanced-search-mobile .btn.btn-secondary.btn-block {

        background-color: var(--color-site-2);
    }

    .modal div.col-md-6:nth-child(2) > button {

        margin-top: 6px;

    }
}

@media screen and (max-width: 991px) {
    .stikynavbar {
        position: relative !important;

    }

    .login-register-block {
        width: 100%;
    }
}


.login-register-block {
    border: 1px solid #e2e8f0;
    border-radius: var(--border-radius);
    position: relative;
    top: 15%;

}

.field-group input {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #f8fafc;

}

.login-block .form-group {
    margin-bottom: 0;
}



.field-group {

    border: none;
}


.login-register-block  .login-register-title h2 {
    margin-bottom: 16px;
}

.login-block .btn.btn-primary {

     justify-content: center !important;

}

.login-block .btn.btn-primary::before {
    content: "Se connecter";
    font-size: 16px;


    width: 100%;
}

.login-block #submit-validate.btn.btn-primary::before {
    content: "S'inscrire";
}

.login-block a {
    color: var(--color-site-1);
}

#pop-reset-pass .login-tabs li.active {
     background-color: transparent;

}



#pop-reset-pass .btn.btn-primary {

    font-size: 14px !important;
    color: #fff !important;
background-color: var(--color-site-2)!important;
    border-color: var(--color-site-2)!important;

    display: block !important;
    border-radius: 8px !important;
}

.header-detail .header-left .property-address i {
    color: var(--color-site-1);
}

#tarifs .display-grid-mobile {
    border: 1px solid var(--color-site-1);

}

#tarifs  .search-long .search-btn .btn {
    -webkit-border-radius:  0;
    -moz-border-radius: 0;
    -ms-border-radius:  0;
    border-radius:  0;

}

#tarifs  .btn-secondary:hover , .btn-secondary:active, .btn-secondary:focus{
    background-color: var(--color-site-1);
}

.btn-default:hover , .btn-default:active:hover, .btn-default:active  .btn-default.focus, .btn-default:focus  {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.daterangepicker .btn.btn-primary:before , .daterangepicker .btn.btn-primary:after {
    display: none;
}

.daterangepicker .btn.btn-primary {
    font-size: 14px !important;
    background-color: var(--red-btn) !important;

}

#vjs-recap  .item-thumb {
    border-radius: 8px;

}

.advanced-search-mobile .fa  {
    color: #fff !important;
}

#vjs-search-noms-hotels .multiselect.multiselect--above {
    margin-top: 12px;
}

@media (max-width: 991px) {
    #sidebar-mobile .modal-header {

        background-color: var(--text-color) !important;
    }

    #sidebar-mobile .btn.btn-secondary {
        border: 1px solid var(--text-color) ;
        color: var(--text-color) ;
        background-color: #fff;

    }

    .sidebar-white .widget {
        border: none !important;
    }
}

