<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.section-filtres-bien .biens-filtre-row {border: 2px solid var(--couleur-principale); padding: 45px 40px; background-color: var(--couleur-blanc);  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px;}
.section-filtres-bien button {cursor: pointer;width: 100%; background-color: var(--couleur-principale); border: none; color: var(--couleur-blanc); padding: 12px 30px; border-radius: 6px; font-size: 14px;}

.section-filtres-bien .filter-biens, .section-filtres-bien ::placeholder {border: none; font-size: 14px; color: var(--couleur-secondaire-); font-weight: 400;  font-family: 'Montserrat', sans-serif !important;}
.section-filtres-bien .filter-biens:focus-visible {outline: none; border-bottom: 1px solid var(--couleur-principale);}

.section-filtres-bien input[type="number"] {max-width: 100px;min-width: 70px;}
.section-filtres-bien form {justify-content: space-between; width: 100%; flex-wrap: wrap; gap: 20px;}
.chevauche-section + .section-filtres-bien {position: relative; top: -20px;}


@media screen and (min-width: 768px) {
.chevauche-section + .section-filtres-bien {top: -70px; z-index: 100;}
.section-filtres-bien form {flex-wrap: nowrap; gap: 0px;}
.section-filtres-bien button {width: auto;}
.section-filtres-bien input[type="number"], .section-filtres-bien input[type="text"], .section-filtres-bien input[type="select"] {max-width: 140px;min-width: 140px;}
}</pre></body></html>