@import url('../../assets-commun/css/styles-custum.css');
body {
    background-color: #fff;
  
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important
}

@media (max-width: 767px) {
    body {
        font-size: 12px
    }
}
#section-body{
    padding:40px 0;
    background: #EFF7FE !important;
}
.breadcrumb li, .breadcrumb li a, .breadcrumb li::after {
    color: var(--color-blue)
}
.info-row .actions {
    margin: 0 0 5px 0
}

.info-row .tagcloud a {
    font-size: 12px;
    text-transform: inherit;
    text-align: inherit;
    display: inline-block;
    padding: 4px 10px 5px 10px;
    border-radius: 3px;
    background-color:var(--color-site-1);
    color: #fff;
    margin-bottom: 5px;
    border: 1px solid var(--color-site-1);
}
.property-location .fa,.input-icon:before,#loader .fa,#loader .fas {
    color: var(--color-site-2) !important;
}



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


@media (min-width: 767px) {
    .price .price-start {
        color: #808080 !important;
        font-weight: 300;

    }

    .price .rant {
        color:  #808080;
        font-weight: 400;

        line-height: 20px
    }
}



.price h3 {
    font-size: 30px;
    line-height:30px;
    color: var(--color-site-3);
    font-weight: 700;

}

.heightFirstImg {
    height: 580px
}







@media (min-width: 767px) {
    .media-tabs {
        left: 0
    }

    .bloc-info-contact {
        position: relative;
        top: 0
    }

   
    .pc-mt-25 {
        margin-top: 25px
    }

    .recommanded {
        background: none;
        position: absolute;
        bottom: -15px;
        left: -15px
    }
}
   

@media (max-width: 767px) {
    .heightFirstImg {
        height: 290px
    }

    

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

    .dashed {
        border: 1px dashed #90949c
    }

    .dashed-last {
        border: 1px dashed #90949c
    }

    .dashed-lateral {
        border-bottom: 1px dashed #90949c
    }

    .liste-pensions {
        clear: both;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 0;
        margin-bottom: -10px !important
    }

    .accord-block .liste-pensions li {
        display: inline-block
    }

    .accord-block .accord-tab ul {
        margin-top: 3px;
        width: 60%
    }

    .recommanded {
        background: none;
        position: absolute;
        top: -15px;
        right: -15px
    }
}

.hotel-prices {
    padding-top: 4px;
    border-radius: 10px;
    background-color: transparent
}

.liste-pensions .room-select .form-group, .hotel-prices .room-select .form-group {
    background: #fff;
    border-radius: 6px;
    padding: 7px 0;
    margin-bottom: 0
}

.hotel-prices label {
    font-size: 16px;
    color: #6c4d9a;
    font-weight: 500;

    padding-left: 15px
}

.hotel-prices .accord-block .accord-content {
    padding: 5px 0
}

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

@media (max-width: 767px) {
    .box-mobile-left {
        width: auto;
    }
}



.room-select {
    text-align: left
}





.price .old-price {
    font-size: 20px;
    color: #e43012;
    font-weight: 300;

    text-decoration: line-through
}








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







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



.search-hotel {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: none
}

.search-hotel:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: none
}

.float-right {
    float: right
}


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


.widget-range .range-text {
    margin-bottom: 15px
}

.input-icon + .input-icon {
    border-top: none
}

.read-only[disabled], .read-only[readonly] {
    background-color: #ffff;
    cursor: pointer;
   
}
.advance-fields {
padding: 10px;
}
.read-only:hover {
    color: #3988df;
    background-color: #eaf3fc
}









.progress {
    width: 100%;
    max-width: 100%;
    height: 6px;
    background: #e1e4e8;
    border-radius: 3px;
    overflow: hidden
}

.progress-bar {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #ffd33d, #ea4aaa 17%, #b34bff 34%, #01feff 51%, #ffd33d 68%, #ea4aaa 85%, #b34bff) !important;
    background-size: 300% 100% !important;
    animation: progress-animation 2s linear infinite
}

@keyframes progress-animation {
    0% {
        background-position: 100% 100%;
        background-position: 0
    }
}



@keyframes grow {
    0% {
        transform: scale(0)
    }
    30% {
        transform: scale(1.1)
    }
    60% {
        transform: scale(.9)
    }
}

@keyframes turn {
    0% {
        transform: rotate(0) scale(0);
        opacity: 0
    }
    60% {
        transform: rotate(375deg) scale(1.1)
    }
    80% {
        transform: rotate(355deg) scale(.9)
    }
    100% {
        transform: rotate(360deg) scale(1)
    }
}

@keyframes pulse {
    50% {
        transform: scale(1.4)
    }
}

.badge * {
    transform-origin: 50% 50%
}

.tt-query, .tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none
}

.tt-query {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer
}

.tt-suggestion:hover {
    color: #f0f0f0;
    background-color: #0097cf
}

.tt-suggestion p {
    margin: 0
}







.detail-title {
    padding-bottom: 10px;
    color: var(--color-site-1);
}

.detail-block {
    box-shadow:none;
    border-radius:4px;
    border: 1px solid #eee;
}

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

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




::-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 {
    box-shadow: none;
    padding: 20px;
    border-radius:4px !important
}

.membership-content {
    box-shadow: none
}



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

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




.choices {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

p {
    font-size: 14px
}

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

.display-inline {
    display: inline
}

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
}

.position-partage {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 10px
}

.box_style {
    background: #fff;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #666;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%)
}

.font-size-13 {
    font-size: 13px
}

.p-short-info {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: space-between
}

.p-short-info .single-info {
    display: flex;
    align-items: center
}

.p-short-info .single-info img {
    max-height: 35px;
    color: #ff7f47;
    margin-right: 15px;
    position: relative;
    bottom: 10px
}

.p-short-info .single-info .info-texts strong {
    font-size: 16px;
    font-weight: 600;
    color: #262339
}

.p-short-info .single-info .info-texts p {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px
}






















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

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

.color-red {
    color: #e30505
}



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
















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



.bottom-ratings .fa, .top-ratings .fa {
    margin-right: 4px;
    color: #f6be2e;
    font-size: 15px
}



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









.price h3,.layout-right-block h3 sup {
    font-size: 30px;
    line-height: 30px;
    color: var(--color-site-3) !important;
    font-weight: 700;
}

#vjs-refine-result h2 {
    font-size: 20px;
   
    font-weight: 600;

}
#tarifs {

background-color: #fff;
}
.btn-primary-tarifs{
   box-shadow: none; 
   background-color: var(--color-site-2) !important;
}
#vjs-refine-result h3 {
    font-size: 16px;
    color: var(--color-site-2);
    font-weight: 600;

}

#vjs-refine-result hr {
    border-color: #c8c8d0 !important;
    border-top: 1px solid #c8c8d0 !important
}

.vue-slider-process {
    background-color: var(--color-site-2) !important
}

.vue-slider-dot-handle {
    border: 2px solid var(--color-site-2) !important
}












.info-title .info-title-left {
    color: var(--color-site-1) !important;
    font-weight: 500;
    position:relative;
    padding-bottom: 10px;
    font-size: 18px;
}

.info-title .info-title-left::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background-color:  #003B95B2 !important;
    bottom: 0;
    left: 0;

}

.btn.scrolltop-btn {
    border-radius: 50%
}

.scrolltop-btn {
    background-color: var(--color-site-3)
}

.breadcrumb li, .breadcrumb li a, .breadcrumb li::after {
    color: var(--color-site-1)
}

.bg-filtre {
    background-color: var(--color-site-2) !important;
    border-radius: var(--border-radius);
    margin-bottom: 20px
}
.sidebar-white .widget-range {
    border-radius: var(--border-radius);
}
.widget-range .range-block {
    background-color: var(--color-site-2) !important
}

.filter-img {
    display: none
}

.bg-filtre .read-only[disabled], .bg-filtre .read-only[readonly] {
    background-color: #fff;
   
}










.property-item {
    border-radius: var(--border-radius);
    margin-bottom: 20px;
    border: 1px solid #eee;
    box-shadow: none;

}
.detail-title .title-left {
 font-size:20px;
    font-weight: 900;
}


.item-body .property-location {
    line-height: 30px;
    color: gray;
    font-weight: 400;

}
.header-detail .item-price {

    line-height: 1 !important;
    margin: 10px 0;
    font-weight: 700;
    color: var(--color-site-3);
}




.bg-filtre .btn-secondary {
    background-color: #00447f !important;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #00447f !important
}

.bg-filtre .btn-secondary:hover {
    color: #00447f;
    background-color: #fff !important;
    border: 1px solid #00447f !important
}




.page-title {

padding: 10px 0;
}


.ssc-card {
    border-radius: 12px
}

#voyage .fa-calendar, #voyage .fa-timer {
    font-size: 14px;
    color: #e0367a
}

.pagination-main .pagination li.active a {
    background-color: var(--color-site-1)
}

.pagination-main .pagination a {
    border-radius: 50%;
    border: 1px solid var(--color-site-1)
}

.padding-8 {
    padding: 8px !important
}

.liste-pensions {
    border-bottom: none;
    padding-top: 0;
}


.pagination-main .pagination a {
    color: var(--color-site-1)
}

.pagination-main .pagination li:first-child a {
    border-radius: 50%
}

.pagination-main .pagination li:last-child a {
    border-radius: 50%
}

.header-detail .header-left h1 {
    color: #00447f !important;
    white-space: normal !important
}

.header-right.price.new-set p.rant {
    color: var(--color-site-2)
}

.header-right.price.new-set .rant.old-price {
    color: red
}

.item-body p {
    color: #808080;
    margin: 0 0 10px 0 ;
    font-weight: 500
}

:root {
    accent-color: #00447f
}

.label-chambre-radio {
    font-size: 14px;
    color: #4d4d4d;
    font-weight: 400;

}

.checkbox + .checkbox {
    margin-top: 0 !important
}

.room-select .checkbox .row {
    margin: 10px 5px 10px 5px;


}
#radio-button.checkbox {
    background-color: #EFF7FE;
}
.advanced-search .btn {
    width: 100%
}

.checkbox-price {
    float: right;
    font-weight: 600;
    font-size: 16px;
    color: #0071c2
}


.room-select input[type="radio"] {
    appearance: none;
    border: .1rem solid #8f8f9d;
    width: 15px;
    height: 15px;
    content: none;
    outline: none;
    margin: 12px
}

.room-select input[type="radio"]:checked {
    appearance: none;
    outline: none;
    padding: 0;
    content: none;
    border: none;
    font-size: 10px
}

.room-select input[type="radio"]:checked::before {
    position: absolute;
    color: #00447f !important;
    content: "\00A0\2713\00A0" !important;
    border: 1px solid #d3d3d3;
    font-weight: bolder;
    font-size: 10px;
    outline: 2px solid #00447f;
    background: #c2d6f2 !important
}


#loader .description-recap{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
#loader  .border{
    border: 1px solid #cf4717;
    padding: 15px;
}
.recap {
    color: #000 !important
}

#recapOccupation,
#recapDate,
#recapVille {
    font-weight: 600 !important;
    color: #000 !important
}

#loftloader-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    text-align: left !important
}

#loftloader-wrapper .loader-inner {
    position: absolute;
    top: 15% !important;
    left: 50%;
    transform: translate(-50%);

    background: #fff;
    padding: 30px;
    border-radius:8px
}
@media (max-width: 991px) {
    #loftloader-wrapper .loader-inner{
        padding: 5px;
    }

    #loader .border {
        padding: 5px;
    }

    #loftloader-wrapper .loader-inner {
        width: 95%;
    }
}
#loftloader-wrapper .loader-inner #loader {
    width: 90%;
    background: transparent !important;

}
@media (max-width: 991px) {
    #loftloader-wrapper .loader-inner #loader {
        width: 100%;

    }
}



.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.my-loding {
    height: auto;
}

.hotel-prices a.card-title {
    font-size: 14px;
    color: #3069b8;
    font-weight: 400;

}

.bg-radio {
 
    border-radius: 6px;
    padding: 7px 0;

    width: calc(100% - 8px);
    margin: 4px
}

@media (max-width: 767px) {
    #description-hotel-list {
        display: none !important
    }

    #theme-hotel-list {
        display: none !important
    }

    .info-row #etiquette-hotel-list {
        display: none !important
    }
}

.hotel-header .info-row.price {
    height: auto !important;
    background-color: transparent !important;
}

@media (max-width: 767px) {
    .property-listing.list-view .hidden-gird-cell {
        display: block !important
    }

    .hotel-header .info-row.price {
        background-color: transparent !important;
        text-align: center !important;
          padding: 0 10px !important
    }

   
    .item-body .tripAdvisor {
        margin: 0 !important
    }

    .hotel-recommander {
        display: none
    }

    .tripAdvisor img {
        width: 77%
    }
}

#flex-col {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    background-color: var(--color-site-2);
    border-radius: 0 4px 4px 0;
    padding: 40px 20px 40px 20px;
    width: 200px
}

#hotel .hidden-gird-cell {
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 0 0;
  /*  width: 200px;*/

}



.sticky-liste {
    top: 0 !important
}

@media (max-width: 767px) {
    .price h3 {
        font-size: 24px !important
    }


    .price .old-price {
        display: none
    }



    #voyage .property-title a, #hotel .property-title a {
        font-size: 16px;
        margin-bottom: 6px
    }

    .price .rant {
        color: #808080;
    }
}




#description-hotel-list {
    display: none !important
}

.radio, .checkbox {

    position: inherit !important;
}



input::placeholder {
    color: #000;

}
.justify-content-between{
    display: flex;
    justify-content: space-between;
}
/*
@media (min-width: 767px) {
    .col-md-12.padding-8.d-flex.align-items-center.justify-content-between .my-col-auto {
        width: 50%;
      !*  justify-content: end;*!
        display: flex;

        gap: 15px;
    }
}
*/
.col-md-6.col-12.text-end {
    text-align: end !important;
}




.bottom-ratings, .top-ratings {

    overflow: initial;
}




@media only screen and (max-width: 991px) {
    .advanced-search-mobile{
        border-radius:4px !important;
    }
    .advanced-search-mobile-v2 p {
        color: white !important;
    }

    .sidebar-white .widget {

        padding: 20px !important;
    }

    .property-location .fa {

        color: #fff;
    }
}



@media (max-width: 992px) {
    .sticky-advanced-search {
        width: calc(100% - 40px);
    }
}


.alert {
    border-radius: 4px;
}

.fa-star-o::before {

    content: "";
}

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

    background: var(--color-site-3) !important;
}
.avn-price-table.avn-style15 > .avn-tables > .avn-table > .avn-btn-main > .avn-btn {

    background: var(--color-site-1) !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}



[color=grey] {
    color: var(--color-site-2) !important;
}



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


    .btn {
        padding: 8px 16px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}





.widget-info{
    border-radius:4px !important
}

.form-control, .post-password-form input[type="password"] {
    border-radius: 4px !important;
}

.step > .nav-tabs {
    border-bottom: 1px solid transparent;
    padding: 10px;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    border-radius: 4px;
    background-color: #ddefffdb;
}

.step .nav-tabs > li.active > a,.step .nav-tabs > li.active > a:focus,.step .nav-tabs > li.active > a:hover {
    border-radius: 6px;
    border: 1px solid var(--color-site-2) !important;
    color: #fff;
background: var(--color-site-2);

}

.step  .tab-content {

    margin-top: 5px !important;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
}
.fa-map-marker::before {

    content: "\f3c5";
}
.pkg-total-list li {

    border-bottom: 1px dotted transparent !important;
}

.recap-total {
    background: var(--color-site-3);
    padding: 10px;
    color: #fff;
    border-radius:4px
}






.multiselect__content-wrapper {
  z-index: 999 !important;
}
.multiselect--above .multiselect__content-wrapper {
  z-index: 9999999999999999 !important;
}


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

z-index: 0 !important;
}
