@import "root.css";

.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: var(--blue-color);
    -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) {
    button.btn.btn-info {
        border-radius: 0;
    }

    .jdropdown {
        background: none !important;
    }

    .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(--orange-color);
    margin: 0;
}

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

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

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

.detail-title {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color1);
}

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

}

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

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

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


.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    border-bottom: none;
    display: flex;
    flex-wrap: nowrap;
    background-color: var(--bg-card-service-1);
}

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

.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-color);
    transition: 0.3s;
}

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

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


}



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

/* 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;
}

.membership-content-area {
    padding-top: 0;
}

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

.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: 3px !important;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 5px !important;
    padding: 1px 5px !important;
}

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

.trip {
    margin-bottom: 15px;
}

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


/****************************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: 20px;
    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(--btn-color) !important;
    box-shadow: 0 0 0 2px var(--border-color2) !important ;
}

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

}

/*.property-item .voyage-header .item-body,*/
/*.property-item .hotel-header .item-body {*/
/*    display: initial;*/
/*}*/
 .form-control {
    border: 1px solid var(--border-color1) !important;
    border-radius: 4px !important;
}
.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) {
    .property-item .item-body {
        width: 100%;
        padding: 10px 15px;

    }


    #voyage,
    #hotel {
        display: flex;
    }

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

    .photo-voyage,
    .photo-hotel {
        width: 470px !important;
        object-fit: cover;
        position: relative;
        /*border-radius: 10px;*/
        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-left: 10px;

    }

    #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 {
        height: 250px;
        object-fit: cover;
    }
#vjs-refine-result     button.btn.btn-info,
    .widget-range .range-block button.btn.btn-info{
        background-color: var(--btn-color);
        border-color: var(--btn-color);
    }

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

    }
}


#hotel .item-body .label {
    text-align: left;
    white-space: initial;
    margin-bottom: 2px;
    line-height: 12px;
    font-size: 11px;
}

.lire-la-suite {
    float: left;
}

/**form-filtre**/

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

.form-filtre .btn-titre {
    margin-top: -60px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 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";
}

/******/
.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(--orange-color) !important;
    min-height: 55px !important;
    height: fit-content !important;
    padding: 10px !important;

}

.actions {
    display: inline-block;
}



.avn-price-table {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.widget .widget-title, .detail-title .title-left {
    color: var(--btn-color);
    margin: 5px 0;
}

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

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    background-color: var(--btn-color)!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;
    }

    .media-tabs .actions {
        margin-right: 17px;
    }



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


}

/*****/

.stikynavbar {
    top: 61px !important
}

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


.modal-header .close .fa {
    color: red;
}

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

}

.empty-page .jumbotron {
    text-align: center;
    background-color: transparent;
}
.empty-page .jumbotron p {
    color: var(--blue-color);
    font-weight: 400;
}

#voyage .item-body .property-location {

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

}


.bottom-ratings, .top-ratings, .rating i {
    color: var(--orange-color);
    margin-bottom: 5px;
}

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

    font-size: 15px;

}



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

}

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

#vjs-list-hotels .hotel-prices {
    padding: 10px;
}

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

.advanced-search-mobile .single-search .property-location .fa {
    color: var(--white-color) !important;
}
.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(--orange-color) !important;
    font-size: 15px !important;
}

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


.text-modal{
    color: var(--black-color);
    font-weight: 500;
}
/*******/
h1, h2, h3, h4, h5 {
    line-height: 1.5 !important
}

.info-title .info-title-left {
    color: var(--btn-color);
    font-size: 20px !important;
    font-weight: 500;
}

.Facilité-description .widget h3 {
    color: var(--blue-color-2);
    font-size: 15px;
}

#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: 15px;
}

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

.modal {
    z-index: 999999999
}

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

.panel .card {
    border-radius: 10px;
    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(--btn-color);
}

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


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


.modal #vjs-advanced-search-sht .btn.btn-primary.btn-block::after,
.modal #vjs-advanced-search-sht .btn.btn-primary.btn-block::before,
.modal #vjs-advanced-search-sht .btn.btn-primary.btn-block{
    /*text-align: end !important;*/
    border: none !important;
    font-weight: 600;
}

.modal #vjs-advanced-search-sht button.add-room-filtrev2.btn-block:hover::before,
.modal #vjs-advanced-search-sht button.add-room-filtrev2.btn-block:hover,
.modal #vjs-advanced-search-sht .add-room-filtrev2.btn-block {
    color: var(--orange-color) !important;
    border-color: transparent !important;

}
.modal .modal-body label{
    color: var(--text-color-2);
    font-size: 15px;
    font-weight: 400;
}


.hotel-header .info-row.price {
    background-color: var(--white-color);
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--orange-color) !important;
}


.modal-header .close {
    color: red !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;
}

.room-select .col-md-12 {
    text-align: end !important;
}

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


.scrolltop-btn {
    background-color: var(--btn-color) !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: 2px;
    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 .calc {
. modal div . col-md-6: nth-child(1) > button margin: 0;
}

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

.stikynavbar {
    top: 61px !important
}

@media screen and (max-width: 991px) {

    #sidebar-mobile .modal-title {
        color: var(--btn-color) !important;
    }
    .services-module {
        margin-top: 0 !important;
    }

    .detail-bar .header-detail {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sticky-advanced-search {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        z-index: 9;

    }
}
.invoice-list.table-responsive{
    padding: 8px;
}
.user-dashboard-full h4{
    font-weight: 500;
    color: var(--btn-color);
}
.avn-price-table.avn-style15 > .avn-tables > .avn-table > .avn-items2 > ul > li:nth-of-type(2n),
.avn-price-table.avn-style15 > .avn-items1 > ul > li:nth-of-type(2n) {
    border: 1px dashed var(--border-color1) !important;
    background: var(--bg-card-service-1) !important;
}

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

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

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

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

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

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

/******************/
.property-item {
    box-shadow: none;
    position: relative;
    margin: auto;
    background: #fff;
    border: 1px solid var(--border-color1);
    border-radius: 5px;
    transition: all 500ms ease;
    overflow: hidden;
    padding: 0;

}

.item-thumb .hover-img-mobile:before {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: "";
    border-radius: 5px;
    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;

}

.login-register-title h2 {
    color: var(--blue-color-2);
    text-align: center !important;
    float: none !important;
}

#pop-reset-pass .login-tabs li {
    font-size: 15px;
    color: var(--black-color);
    text-transform: capitalize;
    font-weight: 500;
}

@media (min-width: 767px) {
    #pop-reset-pass .modal-dialog.modal-sm .modal-content {
        width: 350px;
    }
}



.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(--orange-color) !important;
    font-weight: 600;
}

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

.header-detail .item-price {
    color: var(--orange-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;
}



.advanced-search-mobile .advance-fields .btn.btn-secondary.btn-block, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover, .btn-primary {
    color: var(--btn-color) !important;
    background-color: var(--white-color) !important;
    border: 1px solid var(--border-color1) !important;
    position: relative;
    border-radius: 2px;
    padding: 10px 12px !important;
    text-align: center;
    font-size: 15px !important;
    font-weight: 500;

}

.btn-primary::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    top: -7px;
    left: -7px;
    z-index: 1;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    transition: 0.5s;
}

.btn-primary:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    bottom: -7px;
    right: -7px;
    z-index: 1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    transition: 0.5s;
}

.btn-primary:hover::before {
    width: 100%;
    height: 100%;
    border-top: 3px solid var(--orange-color);
    border-left: 3px solid var(--orange-color);
}

.btn-primary:hover::after {
    width: 100%;
    height: 100%;
    border-right: 3px solid var(--orange-color);
    border-bottom: 3px solid var(--orange-color);
}


.btn-reservation-liste {
    margin-left: 5px;
}

.avn-price-table.avn-style15 > .avn-tables > .avn-table > .avn-btn-main > .avn-btn, .advance-fields button.btn-primary, .btn-secondary {
    background-color: var(--orange-color) !important;
    border: 1px solid var(--orange-color) !important;
    color: var(--white-color) !important;
    font-size: 15px !important;
}
.avn-price-table.avn-style15 > .avn-tables > .avn-table > .avn-btn-main > .avn-btn:hover, .btn-secondary:hover{
    color: var(--black-color) !important;
}

.modal-content {
    border-radius: 5px;
}
#sidebar-mobile .modal-header, .modal-content .modal-header {
    background-color: var(--white-color) !important;
    color: var(--btn-color) !important;
}


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



.login-register-block .field-group {
    border: none;
}

.login-register-title {
    margin-bottom: 10px;
}

.login-register-block {
    box-shadow: rgba(100, 100, 111, 0.2) 0 5px 5px 0;
    border: 1px solid #eeee;
    border-radius: 15px;


}

.login-register-block .input-icon {
    margin-bottom: 15px;
}

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

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

#vjs-filtre .btn.btn-success {
    padding: 11px 15px !important;
}

.widget {
    box-shadow: none !important;
}



.widget-titlemb-0, h3.widget-title.no-margin.title-recap, #sidebar #vjs-refine-result .widget-title {
    color: var(--btn-color);
}

#tarifs .row {
    display: initial;
    margin-right: 0;
    margin-left: 0;
}

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

#method1 > div:nth-child(1) > label:nth-child(1) {
    border: none;
    background: transparent;
}

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

.actions li {
    border-radius: 5px;
    background: rgba(242, 236, 245, 0.51);
}

img.amenagement {
    height: 24px;
    border-radius: 6px;
    padding: 3px;

}

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

#mobile-destination, #mobile-sejour, #mobile-occupations {
    font-size: 15px;
    font-weight: 400;
    color: var(--white-color);
}

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

.sort-tab {
    font-size: 13px;
}

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

    .login-register-block .back {
        margin-top: 10px;
        font-size: 15px;

    }

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

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

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


.jdropdown-image-small {
    filter: invert(55%) sepia(73%) saturate(2859%) hue-rotate(235deg) brightness(99%) contrast(93%);
}

.jdropdown-selected .jdropdown-description {
    color: #015a8d !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.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(--btn-color);
    color: var(--white-color);
}
.pt-vente-select {
    border: none;
    background: #dceac640;
}

.btn.btn-light.center-item{
    background-color: var(--bg-card-service-1);
}

