.wp-grid-builder .wpgb-card-26 .wpgb-card-content{
    flex-grow: initial !important;
}
.custom-search-page{
    display: flex;
    align-items: flex-start;
    justify-content: center;

}
.custom-search-page .et_pb_column_1_3{
    width: 15% !important;
    margin-right: 0px !important;
}
.custom-search-page .et_pb_column_1_3 .wpgb-facet{
        border-bottom: 1px solid #d5d5d5;
    padding-bottom: 30px;
    margin-bottom: 30px !important;

}
.custom-search-page .et_pb_column_1_3 h4{
    color: #39c6a5;
    font-size: 16px;
    font-weight: bold;
}
.custom-search-page .et_pb_column_2_3{
    width: 85% !important;
    margin-right: 0px !important;
}

.custom-search-page .wpgb-checkbox-facet .wpgb-checkbox-control{
    border-radius: 50% !important;
}
.custom-search-page .wpgb-checkbox-facet .wpgb-toggle-hidden{
background-color: transparent;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 300;
}

.sections-featured-thematiques{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
.sections-featured-thematiques span{
    margin-right: 0px !important;
}
.ctoutvert-price-mini{
    background-color: #fff;
    color: #000 !important;
    display: table;
    font-size: 12px !important;
    border-radius: 50px;
    padding: 6px !important;
    text-align: center;
    max-width: fit-content;
    padding: 3px 15px !important;
        position: absolute !important;
    top: 10px !important;
    left: 10px !important;
}
.ctoutvert-price-mini.dates-similar{
    background-color: #39c6a5 !important;
    color: #fff !important;
}
.ctoutvert-price-mini .ctv-price-dates {
  display: block;
  margin-top: 4px;
  font-size: 10px !important;
  line-height: 1.3;
}


.ctoutvert-price-mini.is-no-price {
     display: table !important;          /* on l'affiche */
    opacity: .75;
    font-style: italic;
}

.img-card-custom{
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    display: block;
}


/* loader dans le badge */
.ctoutvert-price-mini.is-loading {
  display: table !important;
}

/* petit spinner */
.ctoutvert-price-mini .ctv-loader{
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle !important;
    margin-right: 6px !important;
    border: 2px solid rgba(0, 0, 0, .2) !important;
    border-top-color: rgba(0, 0, 0, .7) !important;
    border-radius: 50%;
  animation: ctv-spin 0.9s linear infinite;
}

@keyframes ctv-spin {
  to { transform: rotate(360deg); }
}




.custom-acf-price{
    position: absolute;
    left: 15px;
    top: 15px;
    background: #fff;
    padding: 10px 20px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 22.4px !important;
    vertical-align: middle !important;
    color: #363636 !important;
    border-radius: 999px;
}