.form-search-immo { border: 1px solid #e5e5e5; background: #fff; padding: 24px; margin: 0 auto; }

.bien_search_advanced_submenu { display: none; }

.bien_search_advanced_submenu.active { display: block; position: absolute; z-index: 999; background: white; padding: 20px; top: 100%; width: 100%; min-width: -moz-max-content; min-width: max-content; line-height: 1.5; }

.bien_search_advanced_submenu.active.bien_search_advanced_submenu_radio { padding: 0; display: flex; flex-direction: column; width: 100%; }

.bien_search_advanced_submenu.active.bien_search_advanced_submenu_radio label { padding: 20px; margin-bottom: 0; }

.bien_search_advanced_submenu.active.bien_search_advanced_submenu_radio label:hover { background: var(--dynamic_web_theme_color); color: white; }

.bien_search_advanced_submenu.active.bien_search_advanced_submenu_radio input[type="radio"] { display: none; }

.bien_search_advanced_submenu .bien-search-reset-selection { width: 100%; display: block; padding: 5px; background: var(--dynamic_web_theme_color); color: white; text-align: center; }

.bien_search_advanced_submenu .block_recherche { display: flex; justify-content: space-between; }

.bien_search_advanced_submenu .block_recherche input { padding: 10px 0; }

.bien_search_advanced_submenu .block_recherche input.slider-maxi { text-align: right; }

.bien_search_advanced_submenu .ui-slider { margin: 0 15px; }

.bien_search_advanced_submenu .ui-widget-header { background: var(--dynamic_web_theme_color); }

.bien_search_advanced_submenu .ui-state-active, .bien_search_advanced_submenu .ui-widget-content .ui-state-active { background: var(--dynamic_web_theme_color); border: 1px solid white; }

.bien_search_localite { position: relative; }

.bien_search_all_fields_result { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #ddd; border-top: none; border-radius: 0 0 8px 8px; max-height: 250px; overflow-y: auto; z-index: 999; display: none; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.bien_search_all_fields_result.show { display: block; }

.bien_search_all_fields_result .result_line { display: block; padding: 10px 16px; cursor: pointer; border-bottom: 1px solid #eee; transition: background 0.2s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.bien_search_all_fields_result .result_line:last-child { border-bottom: none; }

.bien_search_all_fields_result .result_line:hover, .bien_search_all_fields_result .result_line.active { background: var(--dynamic_web_theme_color); color: #fff; }

.bien_search_all_fields_result::-webkit-scrollbar { width: 8px; }

.bien_search_all_fields_result::-webkit-scrollbar-thumb { background: var(--dynamic_web_theme_color); }

.bien_search_all_fields_result::-webkit-scrollbar-track { background: #f1f1f1; }

.champs_recherche { justify-content: center; align-items: center; display: grid; gap: 1rem; grid-template-columns: 1fr repeat(5, max-content); grid-template-rows: 50px; justify-items: center; }

@media (max-width: 1200px) { .champs_recherche { grid-template-columns: 1fr; } }

.champs_recherche.not_localisation.champs_recherche_1 { grid-template-columns: max-content; }

.champs_recherche.not_localisation.champs_recherche_2 { grid-template-columns: repeat(2, max-content); }

@media (max-width: 1250px) { .champs_recherche.not_localisation.champs_recherche_2 { grid-template-columns: 1fr max-content; } }

.champs_recherche.not_localisation.champs_recherche_3 { grid-template-columns: repeat(3, max-content); }

@media (max-width: 1250px) { .champs_recherche.not_localisation.champs_recherche_3 { grid-template-columns: 1fr max-content; } }

.champs_recherche.not_localisation.champs_recherche_4 { grid-template-columns: repeat(4, max-content); }

@media (max-width: 1250px) { .champs_recherche.not_localisation.champs_recherche_4 { grid-template-columns: 1fr max-content; } }

.champs_recherche.not_localisation.champs_recherche_5 { grid-template-columns: repeat(5, max-content); }

@media (max-width: 1250px) { .champs_recherche.not_localisation.champs_recherche_5 { grid-template-columns: 1fr max-content; } }

.champs_recherche.not_localisation.champs_recherche_6 { grid-template-columns: repeat(6, max-content); }

@media (max-width: 1250px) { .champs_recherche.not_localisation.champs_recherche_6 { grid-template-columns: 1fr max-content; } }

.champs_recherche.not_localisation.champs_recherche_7 { grid-template-columns: repeat(7, max-content); }

@media (max-width: 1250px) { .champs_recherche.not_localisation.champs_recherche_7 { grid-template-columns: 1fr max-content; } }

@media (max-width: 1250px) { .champs_recherche.not_localisation { grid-template-columns: 1fr max-content; }
  .champs_recherche.not_localisation .bien_search_btn.bien_filters { width: 100%; }
  .champs_recherche.not_localisation .bien_search_btn.bien_filters .bsa_btn_show_block { justify-content: center; gap: 1rem; } }

.champs_recherche.with_localisation.champs_recherche_2 { grid-template-columns: 1fr repeat(3, max-content); }

@media (max-width: 1250px) { .champs_recherche.with_localisation.champs_recherche_2 { grid-template-columns: 1fr max-content; } }

.champs_recherche.with_localisation.champs_recherche_3 { grid-template-columns: 1fr repeat(4, max-content); }

@media (max-width: 1250px) { .champs_recherche.with_localisation.champs_recherche_3 { grid-template-columns: 1fr max-content; } }

.champs_recherche.with_localisation.champs_recherche_5 { grid-template-columns: 1fr repeat(6, max-content); }

@media (max-width: 1250px) { .champs_recherche.with_localisation.champs_recherche_5 { grid-template-columns: 1fr max-content; } }

@media (max-width: 1250px) { .champs_recherche.with_localisation { grid-template-columns: 1fr max-content; }
  .champs_recherche.with_localisation .bien_search_btn.bien_filters { grid-area: 2 / 1 / 2 / 3; width: 100%; }
  .champs_recherche.with_localisation .bien_search_btn.bien_filters .bsa_btn_show_block { justify-content: center; gap: 1rem; } }

@media (max-width: 1250px) { .champs_recherche .bien_search_btn:not(.bien_filters) { display: none; } }

.champs_recherche .localisation { width: 100%; }

.champs_recherche .bien_search_all_fields_input { border-bottom: 1px solid var(--dynamic_web_theme_color); }

.champs_recherche .bien_search_btn { position: relative; }

.champs_recherche button { display: flex; padding: 10px 15px; background-color: transparent; border: 1px solid var(--dynamic_web_theme_color); border-radius: 0; align-items: center; height: 40px; }

@media (max-width: 1200px) { .champs_recherche button { width: 100%; } }

.champs_recherche button svg { width: 20px; height: 20px; }

.dynamique_filters { z-index: 9999; position: fixed; top: 0; right: 0; transform: translateX(100%); transition: transform 300ms; width: 500px; max-width: 100%; height: 100%; background-color: var(--dynamic_web_theme_color); display: flex; flex-direction: column; }

@media (max-width: 600px) { .dynamique_filters { width: 100%; } }

.dynamique_filters .bien_search_btn { position: relative; }

.dynamique_filters .bien_search_btn .bien_search_advanced_submenu { background: var(--dynamic_web_theme_color); color: #fff; position: relative; max-height: 0; overflow: hidden; transition: max-height 0.1s ease, padding 0.35s ease; padding: 0; border-radius: 0; border: 0; z-index: 99; width: 100%; top: 100%; }

.dynamique_filters .bien_search_btn .bien_search_advanced_submenu.active { max-height: 100vh; padding: 10px 0; border: 0; overflow: hidden auto; background: var(--dynamic_web_theme_color); }

.dynamique_filters .bien_search_btn .bien_search_advanced_submenu .bien-search-reset-selection { grid-column: 1 / span 2; justify-content: end; }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bsa_btn_show_block svg { transform: rotate(0deg); transition: transform 0.2s ease; width: 18px; }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bsa_btn_show_block svg path { fill: #ffffff; }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bsa_btn_show_block.active svg { transform: rotate(180deg); }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bien_search_advanced_submenu label { display: block; padding: 10px 12px; cursor: pointer; border-radius: 6px; transition: background 0.2s, color 0.2s; font-size: 14px; }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bien_search_advanced_submenu input[type="radio"] { display: none; }

.dynamique_filters .bien_search_btn { position: relative; }

.dynamique_filters .bien_search_btn .bsa_btn_show_block { width: 100%; height: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 20px 0; border-bottom: 1px solid #ffffff38; background-color: var(--dynamic_web_theme_color); color: #fff; border-radius: 0; }

.dynamique_filters .bien_search_btn .bsa_btn_show_block.active svg { transform: rotate(180deg); }

.dynamique_filters .bien_search_btn .bsa_btn_show_block svg { transform: rotate(0deg); transition: transform 0.2s ease; width: 18px; }

.dynamique_filters .bien_search_btn .bsa_btn_show_block svg path { fill: #ffffff; }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bien_search_advanced_submenu label { display: block; padding: 10px 12px; cursor: pointer; border-radius: 6px; transition: background 0.2s, color 0.2s; font-size: 14px; }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bien_search_advanced_submenu input[type="radio"] { display: none; }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bien_search_advanced_submenu[data-slug="bien_type_filters"] { display: grid; grid-template-columns: 1fr 1fr; }

.dynamique_filters .bien_search_btn.bien_search_btn_select .bien_search_advanced_submenu[data-slug="bien_type_filters"].active { padding: 10px 0; }

.dynamique_filters .block_checkbox input[type="checkbox"] { border: 1px solid #ffffff4a; border-radius: 0; }

.dynamique_filters .slider_block_recherche { display: flex; flex-direction: column; }

.dynamique_filters .slider_block_recherche .block_recherche { display: grid; grid-template-columns: 1fr 1fr; }

.dynamique_filters .slider_block_recherche .block_recherche input[type="text"] { background: transparent; color: #fff; padding: 10px 0; font-size: 12px; }

.dynamique_filters .slider_block_recherche .block_recherche input[type="text"].input_secondaire.slider-maxi { text-align: right; }

.dynamique_filters.opened { transform: translateX(0%); }

.dynamique_filters .dynamique_filters__wrapper { height: 100%; padding: 50px 60px; overflow: auto; scrollbar-gutter: stable; scrollbar-width: thin; }

@media (max-width: 600px) { .dynamique_filters .dynamique_filters__wrapper { padding: 2rem; } }

.dynamique_filters .titre_lineGold { position: relative; padding-bottom: 45px; max-width: 450px; }

.dynamique_filters .titre_lineGold { color: #fff; font-size: 34px; font-family: "freight-big-pro", "Times New Roman", Georgia, serif; letter-spacing: 1px; padding-bottom: 20px; margin-bottom: 40px; }

.dynamique_filters .filters__localisation_wrapper { margin-top: 15px; }

.dynamique_filters .filtres_toggle { padding: 20px 0; border-bottom: 1px solid #ffffff38; }

.dynamique_filters .filtres_toggle_label { color: #fff; font-family: "freight-big-pro", "Times New Roman", Georgia, serif; letter-spacing: 1px; font-size: 18px; cursor: pointer; position: relative; margin-top: -0.25em; }

.dynamique_filters .closeCross { position: absolute; right: 3.5rem; top: 1.5rem; }

.dynamique_filters .categorie_link { color: #fff; display: inline-block; margin-right: 30px; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding: 0 0 6px; border: 0; border-bottom: 2px solid rgba(0, 0, 0, 0); transition: all .2s ease-in-out; background-color: rgba(0, 0, 0, 0); cursor: pointer; }

.dynamique_filters .categorie_link.current { border-bottom: 2px solid var(--dynamic_theme_color_secondary); }

.dynamique_filters .block_checkbox { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 14px; padding-left: 10px; }

.dynamique_filters .block_checkbox input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--dynamic_web_theme_color); cursor: pointer; }

.dynamique_filters .block_checkbox .checkbox ~ label { margin: 0 0 0 0 !important; }

.dynamique_filters .block_checkbox label { color: #fff; }

.dynamique_filters .filtersFloatCtn { display: flex; padding: 20px 60px; justify-content: space-between; align-items: center; box-shadow: 0 0 40px rgba(0, 0, 0, 0.2); }

@media (max-width: 500px) { .dynamique_filters .filtersFloatCtn { flex-direction: column; } }

.dynamique_filters .filtersFloatCtn button { display: flex; padding: 10px 15px; background-color: transparent; border: 1px solid var(--dynamic_web_theme_color); border-radius: 0; align-items: center; height: 40px; }

@media (max-width: 1200px) { .dynamique_filters .filtersFloatCtn button { width: 100%; } }

@media (max-width: 500px) { .dynamique_filters .filtersFloatCtn button { justify-content: center; } }

.dynamique_filters .filtersFloatCtn button svg { width: 20px; height: 20px; }

.dynamique_filters .filtersFloatCtn button.btnClean { background-color: rgba(0, 0, 0, 0); border: none; color: #fff; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; font-weight: 600; cursor: pointer; }

.dynamique_filters .filtersFloatCtn button.btnGoldBorder { border: 1px solid #c29b40; color: #fff; padding: 11px 20px; justify-content: center; }

.closeCross { position: relative; display: inline-block; height: 40px; width: 40px; cursor: pointer; color: #fff; }

.closeCross::before, .closeCross::after { position: absolute; content: ""; top: 50%; left: 50%; height: 2px; background-color: currentColor; width: 20px; }

.closeCross::before { content: ""; transform: translate(-50%, -50%) rotate(45deg); }

.closeCross::after { content: ""; transform: translate(-50%, -50%) rotate(-45deg); }

.search_reference { display: flex; gap: 0; align-items: flex-end; color: #fff; border-bottom: 1px solid #ffffff38; padding: 0; }

.search_reference .search_reference__wrapper { position: relative; flex-grow: 1; min-width: 0; }

.search_reference .search_reference__input { width: 100%; padding: 30px 0 10px; line-height: 190%; text-transform: uppercase; color: #fff; background-color: rgba(0, 0, 0, 0); font-size: 18px; border: none; outline: none; }

.search_reference .search_reference__inputLabel { position: absolute; top: 0; left: 0; height: 100%; display: flex; align-items: center; font-family: "freight-big-pro", "Times New Roman", Georgia, serif; letter-spacing: 1px; color: #fff; white-space: nowrap; cursor: pointer; transition: height 300ms, font-size 300ms, margin 300ms, opacity 300ms; }

.search_reference .search_reference__inputLabel.active { opacity: .7; height: 15px; margin-top: 15px; font-size: 13px; }
