/*- - - - - - - - - - - - - - - - - - - - -  header localisation */

.localisation_rue {
    width: fit-content;
}

.localisation_header_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}


.localisation_header_wrapper .localisation_rue,
.localisation_header_wrapper .localisation_separator,
.localisation_header_wrapper .localisation_ville {
    font-family: 'HostGrotesk-Regular', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 18px !important;
    color: #707070 !important;
}


/*- - - - - - - - - - - - - - - - - - - - -  HEADER map */

.localisation_header_wrapper.-bigger {
    display: flex;
    align-items: center;
    gap: 5px;
}

.localisation_header_wrapper.-bigger .dsm_icon_list_image {
    filter: brightness(0);
}

.localisation_header_wrapper.-bigger .localisation_rue span.dsm_icon_list_text,
.localisation_header_wrapper.-bigger .localisation_separator p,
.localisation_header_wrapper.-bigger .localisation_ville p {
    font-family: 'HostGrotesk-Bold', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: var(--H3) !important;
    color: #000 !important;
}




/* - - - - - - - - - - - - - - - - - - - - -  content PRICE CARD  */

.custom_house_price span.price {
    font-size: 40px;
    font-family: 'HostGrotesk-ExtraBold', Helvetica, Arial, Lucida, sans-serif;
    padding: 0 6px;
}