#sqsFormRechercher{
    position: relative;
    top: initial;
    bottom: initial;
}
#search-container{
    display: flex;
    background-color: #ffff;
    flex-wrap: wrap;
}

#search-filters{
    min-width: 300px;
    gap: 15px;
    display: flex;
    flex-direction: column;
    padding: 0 30px 0 0;
}
#filter-button-modal{
    display: none;
}
.etab-item{
    display: flex;
    gap: 15px;
}
#apply-button{
    display: none;
}
/* .post-type-category-image{
    flex: 35% 1 0;
} */
.post-type-category-info{
    flex: 1;
    padding: 15px;
}

#sort_prix{
    color: #000!important;
    padding: 1em 1em;
}
.contraoferta{
    color: var(--color-primary);
}
.display-price-without-discount{
    text-decoration: line-through;
}
.item-disponibilities {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}
.item-disponibilities:nth-child(odd) {
background-color: var(--color-6);
}
#totalResults{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
}
#top-containter{
    display: flex;
    gap: 15px;
    /* flex-wrap: nowrap; */
    align-items: center;
    flex: 1;
    justify-content: flex-end; 
}
#top-containter-buttons{
    display: flex;
    gap: 15px;
    /* flex: none;
    justify-content: flex-start;
    flex-direction: row-reverse; */
}
.text_map_mobile{
    display: none;
}
#numresults{
    display: block;
    font-weight: bold;
}
#disponiblu_du_dates{
    display: block;
    font-weight: bold;
}
#resultsBusqueda{
flex: 1;
}
.search-result-items-wrapper{
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 30px;
}
/* RESULTS ETAB */
.post-type-category-image{
    flex: 0.5 ;
    position: relative;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    overflow: hidden;
}
.post-type-category-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.formule_first_dispo {
    position: absolute;
    top: 15px;
    left: 15px;
    font-weight: 400;
    font-size: 14px;
}
.services-principaux{
    flex: 1;
}
.services-principaux_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prix-a-partir-du {
    flex: 0.5;flex: 0.7;
}
.prix-a-partir-du_content strong {
    font-size: 28px;
    line-height: 23px;
    color: var(--color-1);
}
.prix-a-partir-du_content {
    background-color: var(--color-6);
    text-align: center;
}
.descoubrir_etablishment{
    color: var(--color-1);
    color: var(--color-1) !important;
    font-weight: 400;
    padding: 3px;
    cursor: pointer;
}

.descoubrir_etablishment.action-button {
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 40px;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
    
}
.descoubrir_etablishment.action-button:hover {
    padding-left: 5px;
    padding-right: 15px;
    
    padding-right: 45px;
}
.descoubrir_etablishment.action-button:hover:after {
    background-position: center;
}
.descoubrir_etablishment.action-button:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* filters */

.title_filters{
    font-weight: 600;
    color: var(--color-5);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-5);
    margin: 0 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.search-filter{
    font-weight: 400;
    max-width: 200px;
    cursor: pointer;
}
.search-filters-list_categories{
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
}
.search-filters-list input{
    margin: 0 10px 0 0;
}
.search-filters-list label{
    cursor: pointer;
}
#effacer_filters{
    border: 0;
    background-color: initial;
    font-size: 14px;
    padding: 0;
    opacity: 0.8;
    cursor: pointer;
  
}
.search-filter-input {
    display: flex;
}

/* disponibilite */

.item-disponibilities-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    flex-wrap: wrap;
}
.button-reserver-content{
    display: flex;
    align-items: center;
    gap: 15px;
    flex-basis: 40%;
}
.price-content{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.dates-disponibilites{
    flex: 1;
    text-align: right;
}
.dates-disponibilites_button{
    font-weight: 400;
}
.tab-info{
    flex-basis: 30%;
}
#selected-filters{
    padding: 0 0 30px;
    color: var(--color-1);
}
.tab-info{
    position: relative;
    padding-top: 30px;
}
.tab-info .wtd_combinada{
    padding: 2px 10px;
    background-color: #999;
    display: list-item;
    font-size: 0.7em !important;
    border-radius: 7px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 5px;
    opacity: 0.6;
    font-weight: 400;
}
.wtd-plus-chambre {
    color: var(--color-1);
}

/* RESPONSIVE */
@media screen and (max-width: 1215px) {
    .etab-item{
        flex-direction: column;
    }
}
@media screen and (max-width: 1024px) {
    .tmp-result{
        padding: 15px;
    }
    .button-reserver-content{
        flex-direction: column;
    }
    .button-reserver-content{
        align-items: flex-end;
    }
}

@media screen and (max-width: 960px) {
    #totalResults {
        flex-direction: column;
    }
    #search-container{  
        flex-direction: column;
    }
    .text_map_mobile{
        display: block;
    }
    .text_map_desktop{
        display: none;
    }
    #filter-button-modal{
        display: block!important;
        font-weight: 400;
    }
    #filter-button-modal.display-none{
        display: none!important;
    }
    #search-filters.mobile{
        display: none!important;
    }
    #search-filters{
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 15px;
        z-index: 2000;
        height: 100vh;
        overflow-y: auto;
    } 
    #apply-button{
        display: block;
    }
    #top-containter-buttons{
        flex-direction: column;
    }
    .action-button.type-1.arrow-greater-than-right:after {
        right: 0;
    }
 
    
}
@media screen and (max-width: 768px) {
    .button-reserver-content{
        flex-direction: column;
        gap: 0;
    }
    .button-reserver-content{
        flex: 1;
    }
    #top-containter-buttons{
        flex: 1;
    }
}
@media screen and (max-width: 480px) {
    .dates-disponibilites{
        text-align: center;
    }
    .services-principaux_content{
        flex-direction: column;
    }
    .item-disponibilities-price{
        flex-direction: column;
    }
    .button-reserver-content {
        align-items: center;
    }
}

/*LOADING */

/* Absolute Center CSS Spinner */
.loading {
    position: fixed;
    z-index: 99;
    z-index: 1013 !important; /** to go under .site-menu-header to go under leaflet when present!!!! */
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: "";
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
        rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
        rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
        rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
        rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
        rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
        rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
        rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
        rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
  

/** LEAFLET RESULTS MAP - results-page-view-map */
/*
20250415 pasamos este código a css/map.css

#filter-options-map { cursor: pointer; font-weight: 400; margin: 0;}

#results-page-view-map-wrapper {
    background-color: #ccc;
    position: fixed;
    top: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    right: -100vw;
    opacity: .2;
    transition: all .35s;
}

#results-page-view-map-wrapper.visible {
    opacity: 1;
    right: 0;
    pointer-events: initial;
}

.results-page-view-map-header .icon-menu-close { margin-right: 20px;cursor: pointer;width: 30px;height: 80px; }
#results-page-view-map { width: 100%;height: calc(100% - 80px); }
#results-page-view-map .leaflet-map-pane > .leaflet-pane:not(.leaflet-marker-pane):not(.leaflet-popup-pane) {
    filter: grayscale(1) brightness(1.01) contrast(1.2);
}
.results-page-view-map-header { background-color: #ffffff;display: flex;justify-content: center;align-items: center; }
.results-page-view-map-header .logo_alternatif_secondaire {
    width: 100px;
    margin: 10px 10px 10px 40px;
    height: 60px;
}
.results-page-view-map-header .logo_alternatif_secondaire img { 
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.results-page-view-map-header .description {
    width: calc(100% - 100px);
    margin: 10px;
    margin-left: 0;
}

.aside-left .splide__track { height: 100%; }
.splide.dom-slides-popup-map-marker,
.aside-left .splide__track .splide__list .splide__slide,
.aside-left .splide__track .splide__list .splide__slide img { width: 100%;height: 100%;object-fit: cover; }
*/

#resultsBusqueda .open-close-results { 
    background-color: var(--color-1);cursor: pointer;padding: 10px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
#resultsBusqueda .disponibilities-wrapper { opacity: 0;overflow: hidden;transition: all 1s; }
#resultsBusqueda .disponibilities-wrapper.active { opacity: 1;overflow: initial;transition: all 1s; }