#via-moteur {
font-family: "Poppins", sans-serif;
color: #000;
-webkit-font-smoothing: antialiased;
line-height: 1.5;
box-sizing: border-box;
padding: 28px clamp(16px, 4vw, 48px) 56px;
}
#via-moteur *, #via-moteur *::before, #via-moteur *::after {
box-sizing: inherit;
}
#via-moteur a {
text-decoration: none;
color: inherit;
}
#via-moteur button {
cursor: pointer;
font-family: inherit;
}
#via-moteur input, #via-moteur select {
font-family: inherit;
}
.via-test-banner {
background: #fff3cd;
border: 1px solid #ffc107;
border-left: 4px solid #ffc107;
border-radius: 4px;
color: #7c5e00;
font-size: 0.82rem;
font-weight: 500;
padding: 10px 16px;
margin-bottom: 16px;
display: flex;
align-items: center;
gap: 8px;
}
.via-test-banner i {
font-size: 1rem;
}
.via-toolbar {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
padding: 12px 0;
margin-bottom: 8px;
border-bottom: 1px solid #e0e4ea;
}
.via-toolbar__actions {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.via-total-label {
font-size: 0.9rem;
font-weight: 600;
color: #2F3C50;
}
.via-sort {
appearance: none;
background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%232F3C50'/%3E%3C/svg%3E") no-repeat right 10px center;
border: 1px solid #e0e4ea;
border-radius: 4px;
color: #2F3C50;
font-size: 0.82rem;
font-weight: 500;
height: 36px;
padding: 0 32px 0 12px;
min-width: 160px;
cursor: pointer;
transition: border-color 0.2s;
}
.via-sort:hover, .via-sort:focus {
border-color: #BA996F;
outline: none;
}
.via-view-toggle {
display: flex;
border: 1px solid #e0e4ea;
border-radius: 4px;
overflow: hidden;
}
.via-view-btn {
background: #fff;
border: none;
border-right: 1px solid #e0e4ea;
color: #8a939d;
font-size: 0.85rem;
height: 36px;
width: 38px;
display: flex;
align-items: center;
justify-content: center;
transition: background 0.15s, color 0.15s;
}
.via-view-btn:last-child {
border-right: none;
}
.via-view-btn:hover {
background: #EEEEEF;
color: #2F3C50;
}
.via-view-btn.active {
background: #2F3C50;
color: #fff;
}
.via-filters {
background: #fff;
border: 1px solid #e0e4ea;
border-top: 3px solid #BA996F;
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
margin-bottom: 24px;
padding: 20px 22px 18px;
}
.via-filters__inner {
display: flex;
flex-wrap: wrap;
gap: 16px 22px;
align-items: flex-end;
}
.via-filters__reset {
background: #EEEEEF;
border: 1px solid #e0e4ea;
border-radius: 18px;
color: #2F3C50;
font-size: 0.78rem;
font-weight: 600;
height: 34px;
margin-top: 14px;
padding: 0 16px;
transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.via-filters__reset i {
margin-right: 6px;
}
.via-filters__reset:hover {
background: #BA996F;
border-color: #BA996F;
color: #fff;
}
.via-filter {
display: flex;
flex-direction: column;
gap: 6px;
min-width: 150px;
}
.via-filter label {
color: #5a6270;
font-size: 0.72rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.via-filter select {
appearance: none;
background: #EEEEEF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%232F3C50'/%3E%3C/svg%3E") no-repeat right 12px center;
border: 1px solid #e0e4ea;
border-radius: 4px;
color: #2F3C50;
font-size: 0.82rem;
font-weight: 500;
height: 38px;
padding: 0 30px 0 12px;
width: 100%;
cursor: pointer;
transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.via-filter select:hover {
border-color: #BA996F;
}
.via-filter select:focus {
border-color: #BA996F;
outline: none;
background-color: #fff;
box-shadow: 0 0 0 3px rgba(186, 153, 111, 0.18);
}
.via-filter--range {
min-width: 210px;
}
.via-filter--range .via-range {
display: flex;
align-items: center;
gap: 6px;
}
.via-filter--range .via-range__input {
border: 1px solid #e0e4ea;
border-radius: 4px;
background: #EEEEEF;
color: #2F3C50;
font-size: 0.82rem;
font-weight: 500;
height: 38px;
padding: 0 12px;
width: 84px;
text-align: right;
transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.via-filter--range .via-range__input:hover {
border-color: #BA996F;
}
.via-filter--range .via-range__input:focus {
border-color: #BA996F;
outline: none;
background-color: #fff;
box-shadow: 0 0 0 3px rgba(186, 153, 111, 0.18);
}
.via-filter--range .via-range__input::-webkit-outer-spin-button, .via-filter--range .via-range__input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.via-filter--range .via-range__input {
-moz-appearance: textfield;
}
.via-filter--range .via-range__sep {
color: #8a939d;
font-size: 0.85rem;
}
.via-filter--range .via-range__unit {
color: #8a939d;
font-size: 0.78rem;
font-weight: 500;
white-space: nowrap;
}
.via-filter--toggle {
flex-direction: row;
align-items: center;
justify-content: flex-end;
min-width: auto;
}
.via-toggle-label {
align-items: center;
cursor: pointer;
display: flex;
gap: 7px;
font-size: 0.82rem;
font-weight: 500;
color: #2F3C50;
height: 38px;
border: 1px solid #e0e4ea;
border-radius: 4px;
padding: 0 14px;
background: #EEEEEF;
transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
user-select: none;
}
.via-toggle-label:hover {
border-color: #BA996F;
background: #fff;
}
.via-toggle-label:has(.via-toggle-cb:checked) {
border-color: #BA996F;
background: rgba(186, 153, 111, 0.1);
}
.via-toggle-cb {
accent-color: #BA996F;
width: 15px;
height: 15px;
cursor: pointer;
}
.via-toggle-cb:checked + .via-toggle-text {
color: #BA996F;
}
.via-toggle-children {
display: flex;
flex-direction: row;
gap: 6px;
margin-left: 10px;
}
.via-toggle-children[hidden] {
display: none;
}
.via-toggle-label--child {
height: 38px;
padding: 0 12px;
font-size: 0.78rem;
}
.via-layout {
display: flex;
gap: 0;
position: relative;
}
.via-results {
flex: 1 1 0;
min-width: 0;
position: relative;
}
.via-loader {
display: flex;
align-items: center;
justify-content: center;
padding: 40px;
}
.via-loader::after {
content: "";
display: block;
width: 36px;
height: 36px;
border: 3px solid #e0e4ea;
border-top-color: #BA996F;
border-radius: 50%;
animation: via-spin 0.7s linear infinite;
}
@keyframes via-spin {
to {
transform: rotate(360deg);
}
}
.via-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
transition: opacity 0.2s;
}
.via-list {
display: flex;
flex-direction: column;
gap: 12px;
transition: opacity 0.2s;
}
.via-empty-wrap {
display: block;
}
.via-empty {
text-align: center;
padding: 60px 20px;
color: #8a939d;
}
.via-empty i {
font-size: 2.5rem;
margin-bottom: 16px;
display: block;
color: #e0e4ea;
}
.via-empty p {
font-size: 0.92rem;
margin: 0 0 20px;
}
.via-btn-reset {
background: #BA996F;
border: none;
border-radius: 4px;
color: #fff;
font-size: 0.82rem;
font-weight: 600;
padding: 8px 20px;
transition: opacity 0.2s;
}
.via-btn-reset:hover {
opacity: 0.88;
}
.via-card {
background: #fff;
border: 1px solid #e0e4ea;
border-radius: 8px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
display: flex;
flex-direction: column;
overflow: hidden;
position: relative;
transition: transform 0.18s, box-shadow 0.18s;
role: listitem;
}
.via-card:hover {
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
transform: translateY(-2px);
}
.via-card__img {
position: relative;
aspect-ratio: 16/9;
overflow: hidden;
background: #EEEEEF;
flex-shrink: 0;
}
.via-card__img img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s;
}
.via-card__img--empty {
display: flex;
align-items: center;
justify-content: center;
color: #e0e4ea;
font-size: 2rem;
}
.via-card__img .via-etat-stamp {
position: absolute;
top: 10px;
left: 0;
z-index: 5;
display: flex;
align-items: stretch;
max-width: calc(100% - 14px);
border-radius: 0 4px 4px 0;
overflow: hidden;
box-shadow: 0 6px 16px rgba(20, 30, 45, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
pointer-events: none;
}
.via-card__img .via-etat-stamp__bar {
width: 4px;
flex-shrink: 0;
background: #2F3C50;
}
.via-card__img .via-etat-stamp__label {
display: flex;
align-items: center;
padding: 6px 14px 6px 10px;
background: linear-gradient(100deg, #a8875d 0%, #BA996F 60%, #c9ac82 100%);
color: #fff;
font-size: 0.64rem;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
line-height: 1.3;
white-space: nowrap;
}
.via-card:hover .via-card__img img {
transform: scale(1.04);
}
.via-card__body {
padding: 14px 16px 16px;
display: flex;
flex-direction: column;
gap: 6px;
flex: 1;
}
.via-card__badges {
display: flex;
flex-wrap: wrap;
gap: 5px;
min-height: 20px;
}
.via-card__type {
font-size: 0.72rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #8a939d;
}
.via-card__type i {
margin-right: 4px;
}
.via-card__title {
font-size: 0.94rem;
font-weight: 600;
color: #2F3C50;
margin: 0;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.via-card__accroche {
font-size: 0.78rem;
color: #5a6270;
font-style: italic;
margin: 0;
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.via-card__price {
font-size: 1rem;
font-weight: 700;
color: #BA996F;
margin-top: auto;
padding-top: 6px;
}
.via-card__price small {
font-size: 0.78rem;
font-weight: 500;
color: #5a6270;
}
.via-card__meta {
display: flex;
flex-wrap: wrap;
gap: 8px;
font-size: 0.78rem;
color: #5a6270;
margin-top: 4px;
}
.via-card__meta span {
display: flex;
align-items: center;
gap: 4px;
}
.via-card__meta span i {
font-size: 0.7rem;
color: #8a939d;
}
.via-card__agent {
display: flex;
align-items: center;
gap: 8px;
margin-top: 6px;
padding-top: 8px;
border-top: 1px solid #e0e4ea;
font-size: 0.76rem;
color: #5a6270;
}
.via-card--featured {
border-color: #BA996F;
border-left: 3px solid #BA996F;
}
.via-card--featured .via-card__title {
color: rgb(37.562992126, 47.9527559055, 63.937007874);
}
.via-card--sold .via-card__img {
position: relative;
}
.via-card--sold .via-card__img::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: rgba(47, 60, 80, 0.25);
}
.via-card--sold .via-card__price {
color: #8a939d;
}
.via-card--rented .via-card__img {
position: relative;
}
.via-card--rented .via-card__img::after {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: rgba(47, 60, 80, 0.18);
}
.via-card--list {
flex-direction: row;
}
.via-card--list .via-card__img {
aspect-ratio: 4/3;
width: 160px;
min-width: 160px;
flex-shrink: 0;
}
@media (min-width: 768px) {
.via-card--list .via-card__img {
width: 220px;
min-width: 220px;
}
}
.via-card--list .via-card__body {
padding: 12px 16px;
}
.via-card--list .via-card__title {
-webkit-line-clamp: 1;
}
.via-card--list .via-card__meta {
margin-top: auto;
}
.via-badge {
border-radius: 20px;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.04em;
padding: 3px 9px;
text-transform: uppercase;
white-space: nowrap;
display: inline-flex;
align-items: center;
gap: 4px;
}
.via-badge--featured {
background: rgba(186, 153, 111, 0.15);
color: rgb(166.3098591549, 128.1971830986, 79.6901408451);
border: 1px solid rgba(186, 153, 111, 0.5);
}
.via-badge--sold {
background: rgba(47, 60, 80, 0.12);
color: #2F3C50;
border: 1px solid rgba(47, 60, 80, 0.25);
}
.via-badge--rented {
background: rgba(0, 119, 204, 0.1);
color: #0055aa;
border: 1px solid rgba(0, 119, 204, 0.25);
}
.via-badge--avancement {
background: rgba(186, 153, 111, 0.15);
color: rgb(159.414084507, 122.8816901408, 76.385915493);
border: 1px solid rgba(186, 153, 111, 0.4);
}
.via-badge--annonce {
background: rgba(47, 60, 80, 0.08);
color: #2F3C50;
border: 1px solid rgba(47, 60, 80, 0.2);
}
.via-agent__photo {
width: 26px;
height: 26px;
border-radius: 50%;
flex-shrink: 0;
object-fit: cover;
display: flex;
align-items: center;
justify-content: center;
}
.via-agent__photo--initials {
background: #2F3C50;
color: #fff;
font-size: 0.68rem;
font-weight: 700;
letter-spacing: 0.02em;
}
.via-agent__text {
line-height: 1.3;
}
.via-dpe {
border-radius: 4px;
color: #fff;
font-size: 0.68rem;
font-weight: 700;
padding: 2px 7px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.via-map-wrap {
position: sticky;
top: calc(var(--header-h) + 10px);
height: calc(100vh - var(--header-h) - 20px);
max-height: 800px;
width: 40%;
min-width: 320px;
margin-left: 20px;
border-radius: 8px;
overflow: hidden;
border: 1px solid #e0e4ea;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
flex-shrink: 0;
}
@media (max-width: 1024px) {
.via-map-wrap {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
max-height: none;
margin: 0;
border-radius: 0;
z-index: 10;
}
}
#via-map {
width: 100%;
height: 100%;
}
.leaflet-container {
background: #f2efe9;
}
.via-price-sep {
color: #5a6270;
margin: 0 3px;
font-weight: 400;
}
.via-price-loyer {
font-size: 0.78rem;
font-weight: 500;
color: #5a6270;
}
.via-pin {
background: #2F3C50;
border: 2px solid #fff;
border-radius: 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
color: #fff;
display: inline-flex;
align-items: center;
gap: 5px;
font-family: "Poppins", sans-serif;
font-size: 0.72rem;
font-weight: 700;
padding: 4px 10px;
white-space: nowrap;
cursor: pointer;
transition: transform 0.15s;
transform: translate(-50%, -100%);
transform-origin: center bottom;
}
.via-pin i {
font-size: 0.75rem;
}
.via-pin:hover {
transform: translate(-50%, -100%) scale(1.06);
}
.via-pin--sold {
background: rgba(47, 60, 80, 0.55);
}
.via-pin--rented {
background: rgba(0, 119, 204, 0.75);
}
.via-cluster {
background: #BA996F;
border: 3px solid #fff;
border-radius: 50%;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 0.82rem;
font-weight: 700;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: transform 0.15s;
}
.via-cluster:hover {
transform: scale(1.1);
}
.via-leaflet-popup .leaflet-popup-content-wrapper {
border-radius: 8px !important;
box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15) !important;
padding: 0 !important;
overflow: hidden;
min-width: 280px !important;
width: 320px !important;
}
.via-leaflet-popup .leaflet-popup-content {
margin: 0 !important;
width: 100% !important;
max-width: none !important;
}
.via-popup {
font-family: "Poppins", sans-serif;
}
.via-popup__img img {
width: 100%;
height: 130px;
object-fit: cover;
display: block;
}
.via-popup__body {
padding: 12px 14px 14px;
}
.via-popup__type {
font-size: 0.7rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #8a939d;
margin: 0 0 4px;
}
.via-popup__type i {
margin-right: 4px;
}
.via-popup__title {
display: block;
font-size: 0.88rem;
font-weight: 600;
color: #2F3C50;
line-height: 1.4;
margin-bottom: 6px;
}
.via-popup__price {
font-size: 0.92rem;
font-weight: 700;
color: #BA996F;
margin-bottom: 5px;
}
.via-popup__price small {
font-size: 0.75rem;
font-weight: 500;
color: #5a6270;
}
.via-popup__meta {
font-size: 0.76rem;
color: #5a6270;
margin-bottom: 10px;
}
.via-popup__link {
display: inline-flex;
align-items: center;
gap: 6px;
background: #2F3C50;
color: #fff !important;
border-radius: 4px;
font-size: 0.78rem;
font-weight: 600;
padding: 7px 14px;
text-decoration: none;
transition: opacity 0.2s;
}
.via-popup__link:hover {
opacity: 0.88;
}
.via-popup__link i {
font-size: 0.7rem;
}
.via-pagination {
margin-top: 32px;
}
.via-pag {
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
flex-wrap: wrap;
}
.via-pag__btn {
background: #fff;
border: 1px solid #e0e4ea;
border-radius: 4px;
color: #2F3C50;
font-size: 0.82rem;
font-weight: 500;
height: 36px;
min-width: 36px;
padding: 0 10px;
transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.via-pag__btn:hover {
background: #EEEEEF;
border-color: #BA996F;
}
.via-pag__btn.active {
background: #2F3C50;
border-color: #2F3C50;
color: #fff;
font-weight: 700;
}
.via-pag__btn i {
font-size: 0.75rem;
}
@media (max-width: 1024px) {
.via-map-wrap:not([style*="display: none"]) {
position: fixed;
inset: 0;
width: 100%;
height: 100%;
max-height: none;
border-radius: 0;
z-index: 1000;
margin: 0;
}
.via-layout {
flex-direction: column;
}
}
@media (max-width: 768px) {
.via-toolbar {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.via-filters__inner {
gap: 10px 16px;
}
.via-filter {
min-width: calc(50% - 8px);
}
.via-grid {
grid-template-columns: repeat(2, 1fr);
gap: 14px;
}
.via-card--list {
flex-direction: column;
}
.via-card--list .via-card__img {
width: 100%;
aspect-ratio: 16/9;
}
}
@media (max-width: 480px) {
.via-filter {
min-width: 100%;
}
.via-grid {
grid-template-columns: 1fr;
}
}
:root {
--header-h: 60px;
}
html {
box-sizing: border-box;
}
*, *::before, *::after {
box-sizing: inherit;
}
body {
padding-top: var(--header-h);
}
.via-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2000;
height: var(--header-h);
background: #2F3C50;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
gap: 12px;
}
.via-header__logo {
flex-shrink: 0;
display: flex;
align-items: center;
}
.via-header__logo img {
height: 32px;
width: auto;
display: block;
}
.via-header__logo--text {
color: #fff;
font-weight: 700;
font-size: 0.95rem;
letter-spacing: 0.03em;
white-space: nowrap;
text-decoration: none;
}
.via-header__nav {
display: flex;
align-items: center;
gap: 6px;
flex: 1;
min-width: 0;
overflow: hidden;
}
.via-header__sep {
color: rgba(255, 255, 255, 0.3);
font-size: 0.6rem;
flex-shrink: 0;
}
.via-header__page-title {
color: rgba(255, 255, 255, 0.6);
font-size: 0.82rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 0;
}
.via-header__back {
flex-shrink: 0;
display: flex;
align-items: center;
gap: 6px;
color: rgba(255, 255, 255, 0.85);
font-size: 0.82rem;
font-weight: 500;
padding: 6px 14px;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
transition: all 0.2s;
white-space: nowrap;
text-decoration: none;
}
.via-header__back:hover {
background: rgba(255, 255, 255, 0.12);
color: #fff;
}
.via-header__back i {
font-size: 0.75rem;
}
.via-header__back-text {
display: none;
}
@media (min-width: 500px) {
.via-header__back-text {
display: inline;
}
}
.via-header__tel {
flex-shrink: 0;
display: flex;
align-items: center;
gap: 6px;
color: #BA996F;
font-size: 0.82rem;
font-weight: 600;
white-space: nowrap;
text-decoration: none;
}
.via-header__tel i {
font-size: 0.8rem;
}
@media (max-width: 600px) {
.via-header__tel {
display: none;
}
}
.leaflet-control-layers {
border: 1px solid #e0e4ea !important;
border-radius: 4px !important;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1) !important;
font-family: "Poppins", sans-serif;
font-size: 0.78rem;
}
.via-layout--map .via-map-wrap {
flex: 1 1 0;
width: auto;
height: calc(100vh - var(--header-h) - 20px);
max-height: none;
position: relative;
top: 0;
margin-left: 0;
border-radius: 8px;
}
.via-layout--split {
align-items: flex-start;
gap: 20px;
}
.via-layout--split .via-results {
flex: 0 0 42%;
max-height: calc(100vh - var(--header-h) - 20px);
overflow-y: auto;
position: sticky;
top: calc(var(--header-h) + 10px);
padding: 4px;
scrollbar-width: thin;
scrollbar-color: #e0e4ea transparent;
}
.via-layout--split .via-results::-webkit-scrollbar {
width: 5px;
}
.via-layout--split .via-results::-webkit-scrollbar-track {
background: transparent;
}
.via-layout--split .via-results::-webkit-scrollbar-thumb {
background: #e0e4ea;
border-radius: 3px;
}
.via-layout--split .via-map-wrap {
flex: 1 1 0;
width: auto;
min-width: 0;
margin-left: 0;
position: sticky;
top: calc(var(--header-h) + 10px);
height: calc(100vh - var(--header-h) - 20px);
max-height: none;
}
.via-layout--split .via-list {
display: flex;
flex-direction: column;
}
.via-layout--split .via-pagination {
display: none;
}
.via-card-wrap {
position: relative;
height: 100%;
}
.via-card-wrap > .via-card {
height: 100%;
}
.via-locate-btn {
position: absolute;
bottom: 12px;
right: 12px;
background: #BA996F;
border: none;
border-radius: 50%;
color: #fff;
width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
font-size: 0.85rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
cursor: pointer;
transition: transform 0.15s, background 0.15s;
z-index: 2;
}
.via-locate-btn:hover {
transform: scale(1.12);
background: rgb(166.3098591549, 128.1971830986, 79.6901408451);
}
.via-locate-btn i {
pointer-events: none;
}
.via-card--highlighted {
box-shadow: 0 0 0 3px #BA996F, 0 6px 24px rgba(0, 0, 0, 0.15);
transform: translateY(-2px);
transition: box-shadow 0.15s, transform 0.15s;
z-index: 1;
position: relative;
}
@media (max-width: 1024px) {
.via-layout--split {
flex-direction: column;
}
.via-layout--split .via-results {
flex: none;
width: 100%;
max-height: none;
position: static;
}
.via-layout--split .via-map-wrap {
width: 100%;
height: 60vw;
position: static;
}
}#via-moteur .via-card__livraison {
font-size: 0.72rem;
font-weight: 600;
color: #16a34a;
display: flex;
align-items: center;
gap: 4px;
margin-top: 2px;
}
#via-moteur .via-card__livraison i {
font-size: 0.7rem;
}
#via-moteur .via-card__price small {
display: block;
font-size: 0.75rem;
color: #8a939d;
font-weight: 500;
}