@layer header;

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

@import "./all.min.css";
@import "./root.css";
@import "./header-site.css";
@import "./footer-site.css";




body {
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--black-color);
    background: var(--white-color);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


.step .row_billetterie .font-weight-bold {
    font-weight: 600 !important;
}

.info-row .tagcloud a {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 5px 0;
    font-weight: 400;
    text-transform: inherit;
    text-align: inherit;
    display: inline-block;
    padding: 4px 10px 5px 10px;
    background-color: var(--bg-card-service-3);
    color: #243756;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

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



.pagination-main {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .jsuite-liste-mobile {
        width: 100%;
        background: none;
    }
}


.info-row .tagcloud a:hover {
    background-color: #f3faf5;
    color: #495057;
    border: none;
}

.body-right .btn-primary {
    padding: 5px 10px;

}

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


.display-flex {
    display: flex
}

@media (max-width: 767px) {



    .display-flex {
        display: block
    }

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

    .property-item.table-list:hover::before {
        width: 92% !important;
        transition: all ease-in-out 0.5s;
    }

}

.margtop15 {
    top: 0 !important;
}

.search.display-grid-mobile {
    border: 1px solid #cccccc;
}

span.label {
    padding: 3px;
}

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

.label-danger-v2 {
    background-color: #dc3545 !important;
    border: 1px solid #dc3545;
}

.label-warning a,
.label-danger a {
    color: #fff
}

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

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

.advanced-search-mobile {
    background-color: var(--primary-color);
    margin: 0;
}

.advanced-search-mobile .single-search-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

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

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

.detail-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
}

.detail-block,
.membership-content,
.payment-side-block {
    border: 1px solid var(--border-color1);
    box-shadow: none !important;
    border-radius: 8px;

}

.pkg-total-list strong {
    font-weight: 700;
}

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

.widget+.widget {
    margin-top: 0;
}


.hotel-prices .nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    border-bottom: none;
    display: flex;
    flex-wrap: nowrap;

}

.hotel-prices .nav>li>a:focus,
.hotel-prices .nav>li>a:hover,
.hotel-prices .nav-tabs>li>a {
    font-size: 14px;
    white-space: nowrap;
    color: var(--text-color-2) !important;
    border: none !important;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    transition: .3s;
}

.hotel-prices .nav-tabs>li>a::after {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--blue-cyancolor);
    transition: 0.3s;
}

.hotel-prices .nav-tabs>li.active>a::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.hotel-prices .nav-tabs>li.active>a,
.hotel-prices .nav-tabs>li.active>a:hover,
.hotel-prices .nav-tabs>li.active>a:focus {
    background-color: var(--white-color) !important;
    color: var(--blue-cyancolor) !important;
    border-radius: 0;


}



.bg-radio>.form-group>label {
    font-size: 13px;
    color: #5d5d5d;
    font-weight: 600;
}

/* custom scrollbar */


.payment-side-block img{
    width: 100%;
}


.payment-side-block {
    padding: 10px;
}

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


.align-small .checkbox-price {
    color: var(--blue-cyancolor);
}

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

.display-inline {
    display: inline;
}


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

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

.align-items-start {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !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 0;
    box-shadow: none;
}

.services-module .dashed-last-lateral {
    padding: 0 0 0;
    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: 4px !important;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px !important;
    padding: 1px 5px !important;
}



.trip {
    margin-bottom: 15px;
}



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

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

.recap-map {
    font-size: 15px;
}

.text-end {
    display: flex;
    justify-content: end;
    align-items: baseline;
}

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

#voyage .property-title,
#hotel .property-title {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0 0 5px 0;

}

#voyage .property-title a,
#hotel .property-title a {
    color: var(--black-color) !important;
    display: inline-flex;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    white-space: initial;

}

span.room-info,
a.room-info {
    font-size: 12px;
}

.cbp_tmtimeline>li .cbp_tmlabel {
    border: 1px solid #cccccc;
    background: #fff !important;
}

.cbp_tmtimeline>li .cbp_tmicon {
    color: var(--blue-cyancolor) !important;
    box-shadow: 0 0 0 2px var(--border-color2) !important;
}

.photo-fournisseur {
    width: 150px;
    margin-bottom: 5px
}


.form-control {
    border: 1px solid var(--border-color1);
    border-radius: 4px;
}

.form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

@media only screen and (min-width: 767.98px) {



    #voyage,
    #hotel {
        display: flex;
    }

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

    .photo-voyage,
    .photo-hotel {
        width: 470px !important;
        object-fit: cover;
        position: relative;
        border-radius: 4px;
        height: 300px;
        min-height: 100%;

    }


    #hotel .hidden-gird-cell {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
        text-align: end;
        border-left: 1px dashed var(--border-color1);
        padding: 0 5px;

    }

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

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

@media (max-width: 767.98px) {

    .photo-voyage,
    .photo-hotel {
        border-radius: 4px;
        height: 220px;
        object-fit: cover;
    }


    .voyage-header .table-list.full-width.hide-on-list,
    .property-listing.list-view .property-item .item-body {
        padding: 10px;
        display: block;
    }

    .form-control {
        border: 1px solid var(--border-color1);
        border-radius: 4px;
    }

    .form-control:focus {
        border-color: #86b7fe !important;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
    }
}




/**form-filtre**/



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

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

/******/
.banner-inner:before {
    background-color: rgba(0, 0, 0, 0) !important;

}

.banner-parallax,
.banner-parallax .banner-inner {
    height: 300px !important;
}

.avn-price-table.avn-style15>.avn-tables>.avn-table>.header {
    background: var(--primary-color) !important;
    min-height: 55px !important;
    height: fit-content !important;
    padding: 10px !important;

}




.avn-price-table {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}


.header-detail h1 {
    color: var(--black-color);
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    background-color: var(--blue-cyancolor) !important;

}

.avn-price-table.avn-style15.avn-col-4>.avn-tables>.avn-table {
    width: 45%;
    float: right;
}

.widget .media-heading {
    margin-top: 0 !important;
}

.widget .rating {
    margin-bottom: 3px !important;

}


@media (max-width: 767px) {
    .header-detail .header-left h1 {
        margin-top: 0 !important;
    }




    .hotel-prices .dropdown-menu>li>a {
        white-space: normal;
    }

    #voyage .image-block figure a::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        background-color: rgba(255, 255, 255, 0.5);
        width: 100%;
        height: 100%;
        z-index: 2;
    }


}

/*****/


.advance-search-header {
    background-color: #dfe4e8 !important;
}


#availibility_voyage,
#availibility_car,
#availibility_hotel {
    font-size: 20px;
    color: var(--black-color);

}

.empty-page .jumbotron {
    text-align: center;
}

.empty-page .jumbotron p {
    color: var(--black-color);
    font-weight: 400;
}

@media (max-width: 991.99px) {
    .empty-page .jumbotron {
        margin: auto 0
    }
}


#voyage .item-body .property-location {

    font-size: 12px;
    font-weight: 400;

}


.bottom-ratings,
.top-ratings,
.rating i {
    color: #FFBB46;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.bottom-ratings .fa,
.top-ratings .fa {

    font-size: 14px;

}

.modal-header .close .fa {

    color: #000;
}
.modal-header .text-color{
    color:var(--black-color )!important
}

.hr,
hr {
    border-color: var(--border-color1);
    opacity: 1;
}

#vjs-refine-result hr {
    border: 1px dashed var(--border-color1);

}

p,
.price .price-start,
.price .rant {
    color: var(--text-color-1);
    font-size: 12px;
    font-weight: 400;
}



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


.fa.fa-phone-alt,
.fa.fa-map-marker,
.recap-map i,
.typeahead__item a i,
.property-address i,
h4.property-location .fa,
.fa-home,
.typeahead__container.destination .input-icon:before,
.input-icon:before {
    color: var(--primary-color) !important;
    font-size: 12px !important;
}

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



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



.Facilité-description .widget h3 {
    color: #243756;
    font-size: 14px;
}

#Equipements ul li {
    font-size: 14px !important;
}

ul#tools_2 {
    margin-top: 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;
}

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: #00335a;
    text-align: left;
}


#vjs-list-hotels .property-location {
    color: var(--text-color-1);
    font-weight: 400;
    font-size: 14px;
}

.liste-pensions {
    border-bottom: var(--border-color2);
}

.modal {
    z-index: 999999999
}

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

.panel .card {
    border-radius: 6px;
    border: 1px solid var(--border-color1);
}


.detail-block {
    padding: 30px;
}

.sort-tab .bootstrap-select .btn.btn-default:hover,
.sort-tab .bootstrap-select .btn.btn-default {
    color: var(--blue-cyancolor);
}

h4 {
    color: var(--black-color);
    font-weight: 700;
}


.modal .modal-header p {
    font-size: 20px !important;
    color: var(--black-color) !important;
    font-weight: 600;
}



.hotel-header .info-row.price {
    background-color: var(--white-color);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: var(--primary-color) !important;
}



.typeahead__result .typeahead__list .typeahead__item a .row>* {
    width: auto;
}

input.typeahead_destinationSHT,
.input-icon input {
    color: #545454 !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}

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

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

.room-select .list-hotels-separator {
    display: none !important;
}



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


.scrolltop-btn {
    background-color: var(--blue-cyancolor) !important;
}


.avn-price-table.avn-style15>.avn-tables>.avn-table>.avn-items2>ul {
    background: var(--background) !important;
}

.heightFirstImg {
    height: 580px;
}

:root .mo-hotel-summary-client {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 20px;
    border-radius: 4px;
    background-color: white;
    border: 2px solid #00335a;
}

:root .mo-hotel-summary-client .best-option {
    padding: 10px;
    color: white;
    text-align: center;
    margin: -20px -20px 10px -20px;
    text-transform: uppercase;
    background: #00335a;
}

: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 p {
    text-align: right;
}

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

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


: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;

}

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

.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,
.services-module .dashed-last {
    padding: 0 0 10px;
}

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


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

.invoice-form {

    padding-left: 0 !important;
    padding-right: 0 !important;
}

.invoice-list.table-responsive {
    padding: 8px;
}

.user-dashboard-full h4 {
    font-weight: 500;
    color: var(--blue-cyancolor);
}

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

.title-prix span:first-child {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

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

    color: var(--primary-color) !important;
}

.advanced-search-mobile .advance-fields .form-group {
    width: 100%;
}

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

/******************/
.property-item {
    box-shadow: none;
    position: relative;

    background: #fff;
    border: 1px solid var(--border-color1);
    border-radius: 6px;

    margin-bottom: 20px;

}

.property-item:hover {
    box-shadow: 0 8px 20px rgba(100, 100, 255, 0.3);
    transform: translateY(-4px);
}

.item-thumb .hover-img-mobile:before {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    border-radius: 4px;
    background: linear-gradient(180deg, var(--linear-gradient-1) 0%, var(--linear-gradient-2) 130%);
}



.property-item.table-list:hover::before {
    width: 97%;
    transition: all ease-in-out 0.5s;
}

.property-item.table-list::before {
    content: '';
    position: absolute;
    left: 14px;
    border-radius: 50px;
    right: 12px;
    width: 0;
    bottom: 0;
    background: #52acbd;
    height: 4px;
    transition: all ease-in-out 0.5s;
    z-index: 2;

}








.btn:focus {
    outline: 0;
    box-shadow: none;
}



h3.widget-title.price-reservation-vo,
span.pull-right.recap-total,
.prix-list-sht sup,
.price h3.price-start,
.price h3 {
    color: var(--primary-color) !important;
    font-weight: 600;
}

.widget-info {
    border: 1px solid var(--border-color1);
    border-radius: 6px;
}

.header-detail .item-price {
    color: var(--primary-color);
    line-height: normal;
    margin: 0;
    font-size: 25px;
}

.font12.voyage-pack-change {
    font-size: 15px;
}

.fa-map-marker::before {
    content: "\f3c5" !important;

}

.input-calendar::before {
    content: "\f133" !important;
}

.widget-range .range-block {
    background-color: transparent;
    text-align: center;
}


.single-search-wrap .btn-default,
.advanced-search-mobile .advance-fields .btn.btn-secondary.btn-block,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
    color: var(--blue-cyancolor) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--blue-cyancolor) !important;
    position: relative;
    border-radius: 6px;

    text-align: center;
    font-size: 16px !important;
    font-weight: 600;

}









.avn-price-table.avn-style15>.avn-tables>.avn-table>.avn-btn-main>.avn-btn,
.advance-fields button.btn-primary,
.btn-secondary {
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--white-color) !important;
    /*  font-size: 18px !important;*/
    font-weight: 600;
    text-transform: uppercase;
}

.avn-price-table.avn-style15>.avn-tables>.avn-table>.avn-btn-main>.avn-btn:hover,
.btn-secondary:hover {
    color: var(--black-color) !important;
}


#sidebar-mobile .modal-header,
.modal-content .modal-header {
    background-color: var(--white-color) !important;
    color: var(--blue-cyancolor) !important;
}


.contact-area .contact-info-title {
    color: var(--blue-cyancolor);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.modifier_recherche {
    font-size: 14px;
    color: var(--primary-color)
}




.pagination-main .pagination a {
    border-radius: 4px;
    color: var(--blue-cyancolor);
}





.fa-timer:before {
    content: "\f017" !important;
}

.sidebar-white .widget .widget-title {
    color: #000;
    font-weight: 600;
}


.sidebar-white .widget {
    padding: 20px;
    border-radius: 6px;
    border: 1px solid var(--border-color1) !important;
    box-shadow: none;
}




label.form-check-label {
    padding-left: 18px;
}

#mobile-destination,
#mobile-sejour,
#mobile-occupations {
    font-size: 12px;
    font-weight: 400;

}

.login-tabs li.active {
    background-color: transparent;
}










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

.input-group .input-group-append .btn.btn-teal:hover,
.input-group .input-group-append {
    background-color: var(--blue-cyancolor);
    color: var(--white-color);
}

.pt-vente-select {
    border: none;
    background: #dceac640;
}

.btn.btn-light.center-item {
    background-color: color-mix(in srgb, var(--primary-color), transparent 94%);
}



.price h3 {
    font-size: 22px;
}

.bloc_date {
    color: var(--primary-color)
}

.widget .widget-title {
    font-size: 14px;
    color: #000;
    text-align: initial;
}

.detail-title .title-left,
.info-title .info-title-left {
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    line-height: 1px;
    margin: 0;
    letter-spacing: 0.1px;
    color: #000;
    position: relative;
}

/* .detail-title .title-left::after,
.info-title .info-title-left::after {
    content: "";
    width: 60px;
    height: 1px;
    display: inline-block;
    background: var(--primary-color);
    margin: 4px 10px;
} */

@media screen and (min-width: 768px) {

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}

.widget.widget-recommend {
    margin-top: 30px;
}

.media {
    border: 1px solid var(--border-color1);
    border-radius: 4px
}

.jumbotron .container {
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 6px
}

.advanced-search-mobile {
   width: auto;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid var(--border-color1);
    border-radius: 6px;
    margin: 10px
}

#mobile-destination,
#mobile-sejour {

    color: #000 !important;
    font-weight: 500;
}

#mobile-occupations {

    color: #000 !important;
    font-weight: 600;
}

#tarifs label.control-label {
    font-size: 16px;
    font-weight: 600;
    padding: 0;

    margin: 10px;

    color: #000;
    position: relative;
}


#tarifs label.control-label::before {
    content: "";
    width: 20px;
    height: 1px;
    display: inline-block;
    background: var(--primary-color);
    margin: 4px 10px;
}

.item-thumb .price,
figure .price,
.carousel-module .carousel .item figure .price {


    background: #fff;

    border-radius: 4px;
}

.item-thumb .price .price-start,
figure .price .price-start,
.carousel-module .carousel .item figure .price .price-start {

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

.widget-info .info-title h2 strong {

    position: relative;
}

.widget-info .info-title {

    padding-left: 0;
}

@media (max-width: 991px) {
    aside.sidebar-white .btn-info {
        width: 100%;
        border: 1px solid var(--primary-color);
        background: var(--primary-color);
        color: var(--white-color);
    }

    aside.sidebar-white .btn-info span {
        color: #fff;
    }

  

    aside.sidebar-white .btn-info:active.focus,
    aside.sidebar-white .btn-info.active,
    aside.sidebar-white .btn-info.active:focus {
color:#fff;
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

  
}

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

        color: #000 !important;
    }
}



.sort-tab {

    font-size: 10px;
}


/**login page**/
.login-register-block {
    width: 380px;
    margin: 60px auto;
    padding: 40px 30px;
    border-radius: 6px;
    background: var(--white-color);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.login-register-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.login-register-block .input-icon input {
    border: 1px solid var(--border-color1);
    border-radius: 4px;
    margin-bottom: 20px
}

.login-register-title {
    text-align: center;
    margin-bottom: 30px;
}

.login-register-title h2 {
    margin: 0;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;

    letter-spacing: 1px;
}



input[type="text"]:focus,
input[type="password"]:focus {
    background: #fff;
    box-shadow: 0 0 5px var(--border-color2);
    outline: none;
}



button[type="submit"]:hover,
.login-register-block .btn:hover {

    transform: scale(1.03);
}

@media (max-width: 991px) {
    #sidebar-mobile .modal-title {
        color: #000 !important;
    }
}

.login-register-block .back {
    margin-top: 20px;
    text-align: center;
}

.login-register-block a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s;
}

.login-register-block a:hover {
    color: var(--primary-color);
}

.field-group {
    border: 1px solid transparent;
}

.modal-content {

    border-radius: 6px !important;
}

.modal-content label {

    font-weight: 600;
    font-size: 12px;
}

.modal-content .btn.btn-primary[data-dismiss="modal"] {
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    font-weight: 600;

}

@media (max-width: 991px) {
    .modal-content .btn.btn-primary[data-dismiss="modal"] {
        margin-top: 12px;

    }

    .advance-fields input.typeahead_destinationSHT .advance-fields .form-control {
        border-radius: 4px !important;
        border: 1px solid var(--border-color1) !important;
    }


    .property-location .fa {

        color: var(--primary-color);
    }
}

@media (max-width: 767px) {
    #vjs-recap {
        padding: 10px;
    }

    #sticky-row #vjs-recap .row {
        display: block;
    }

    #sticky-row #vjs-recap .row .col-6 {
        display: inline;
    }

    .login-register-block {
        width: auto;
    }



    .bg-yellow,
    #sticky-row {
        background: var(--primary-color) !important;
    }

    .box-mobile-left .property-title {
        padding: 0;
    }

    .liste-pensions {
        clear: both;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
}

#dropdown-solde {
    font-size: 16px !important;
    margin: 0 8px;
}

.article-detail .input-group {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
}

.article-detail .input-group-addon {

    border: none;
}


#vjs-advanced-search-sht>h5 {

    margin-bottom: 10px;
    color: var(--blue-cyancolor);
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 768px) {


    .room-select .col-md-12.padding-8.d-flex.align-items-center.justify-content-between {
        flex-wrap: wrap
    }

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


}


@media (max-width: 767.99px) {
    .property-item .cell {

        display: flex;
width: auto;

        justify-content: end;
    }
}

.label-wrap {
    display: inline;
}

 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

color: var(--blue-cyancolor);
}