.sb-archive-page {
    background: #f7f3e8;
}

.sb-archive-head {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 12px 24px;
}

.sb-archive-head__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.sb-archive-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 800;
    color: #1f2937;
    letter-spacing: -0.02em;
}

.sb-archive-count {
    margin: 8px 0 0;
    color: #6b7280;
}

.sb-link-more {
    color: #2563eb;
    text-decoration: none;
    font-weight: 700;
}

/* HERO */
.sb-archive-hero {
    position: relative;
    margin-bottom: 80px;
    /*margin-left: -50px;
    margin-right: -50px*/;
    margin-top: -30px;
    height: 85vh;
}

.sb-archive-hero__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 40px 140px;    
    overflow: hidden;
    background-color: #1f2937;
    background-size: cover;
    background-position: center;
    text-align: center;
    height: 100%;
}

.sb-archive-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.35) 45%, rgba(15, 23, 42, 0.78) 100%);
}

.sb-archive-hero__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    color: #ffffff;
}

.sb-archive-hero__eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: #f2ede1;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sb-archive-hero__title {
    margin: 0 0 16px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 500;
    line-height: 1.15;
}

.sb-archive-hero__subtitle {
    margin: 0;
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.5;
}

.sb-archive-hero__filter-wrap {
    position: absolute;
    left: 50%;
    bottom: 150px;
    z-index: 2;
    width: min(100%, 1040px);
    padding: 0 20px;
    transform: translate(-50%, 50%);
}

.sb-archive-hero__filter-wrap .sb-filter-bar {
    text-align: left;
}

/* FILTER BAR */
.sb-filter-bar {
    padding: 16px;
    border-radius: 14px;    
}

.sb-filter-bar__grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1.15fr 1fr auto;
    gap: 12px;
    align-items: end;
}

.sb-filter-field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.sb-filter-field label {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
}

.sb-filter-field input,
.sb-filter-field select {
    font-family: Jost, sans-serif;
    width: 100% !important;
    height: 46px!important;
    padding: 0 14px !important;    
    border: 1px solid #B99D75!important;    
    color: #FFF!important;
    font-size: 0.96rem;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.sb-filter-field input::placeholder {
    color: #d8d8d8;
    font-weight: 400;
}

.sb-filter-field select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 38px;
    background-image:
        linear-gradient(45deg, transparent 50%, #6b7280 50%),
        linear-gradient(135deg, #6b7280 50%, transparent 50%);
    background-position:
        calc(100% - 18px) calc(50% - 3px),
        calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.sb-filter-field input:hover,
.sb-filter-field select:hover {
    border-color: #b8c4d4;
}

.sb-filter-field input:focus,
.sb-filter-field select:focus {
    border-color: #2e3191;
    box-shadow: 0 0 0 3px rgba(46, 49, 145, 0.10);
}

.sb-filter-field--search input {
    min-width: 0;
}

.sb-filter-field--price input {
    text-align: left;
}

.sb-filter-actions {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.sb-btn-filter {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 116px;
    height: 46px!important;
    padding: 0 18px !important;
    border: 0 !important;        
    font-size: 0.96rem !important;
    font-weight: 700 !important;
    text-decoration: none;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.sb-btn-filter:hover {
    background: #ab916c;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
    transform: translateY(-1px);
}

.sb-btn-filter:active {
    transform: translateY(0);
}

.sb-filter-reset {
    margin-top: 12px;
}

.sb-btn--reinit {
    padding: 0 16px;
    color: #1f2937;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
}

.sb-btn-reinit:hover {
    background: #ffffff;
    border-color: #c7d2e0;
    color: #111827;
}

/* AUTOCOMPLETE */
.sb-autocomplete {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    border-radius: 0!important;
}

/* Bascule vers le haut quand il n'y a pas assez de place en bas */
.sb-autocomplete-wrap.is-autocomplete-top .sb-autocomplete {
    top: auto;
    bottom: calc(100% + 8px);
}

.sb-autocomplete-item {
    width: 100%;
    display: block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #f1f5f9;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.sb-autocomplete-item:last-child {
    border-bottom: 0;
}

.sb-autocomplete-item:hover {
    background: #f8fafc;
}

.sb-autocomplete-item__main {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0;
}

.sb-autocomplete-item__icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #2563eb;
    flex: 0 0 36px;
    margin-top: 1px;
}

.sb-autocomplete-item__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sb-autocomplete-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #0f172a;
    font-weight: 700;
    line-height: 1.35;
}

.sb-autocomplete-item__meta {
    font-size: .85rem;
    color: #64748b;
}

/* RESULTS */
.sb-archive-results {
    padding-bottom: 40px;
}

.sb-card-grid {
    display: grid;
    gap: 24px;
    align-items: stretch;
}

.sb-card-grid--1 {
    grid-template-columns: 1fr;
}

.sb-card-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sb-card-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sb-card-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* LIST / GRID LAYOUT */
.sb-archive-layout--list,
.sb-archive-layout--grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28%;
    gap: 15px;
    align-items: start;
}

.sb-archive-layout--list-full {
    grid-template-columns: minmax(0, 1fr);
}

.sb-archive-layout__results {
	min-width: 0;
	background: #fff;
	padding: 25px 20px;
	border-radius: 1rem;
}

.sb-archive-layout__map {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: #172033;
}

.sb-listing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #f3f3f3;
    border: 1px solid #e7e2da;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

.sb-listing-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    background: #e5e7eb;
    overflow: hidden;
    text-decoration: none;
    flex-shrink: 0;
}

.sb-listing-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sb-listing-card__badge {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.sb-listing-card__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding: 22px 22px 20px;
}

.sb-listing-card__content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

.sb-listing-card__title {
    margin: 0 0 14px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.sb-listing-card__title a {
    color: #1f2937;
    text-decoration: none;
}

.sb-listing-card__location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
    color: #6b7280;
    font-size: 1rem;
    line-height: 1.4;
}

.sb-listing-card__location-icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    color: #6b7280;
    margin-top: 2px;
}

.sb-listing-card__location-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.sb-listing-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 26px;
    font-size: 1rem;
    color: #374151;
    flex-wrap: wrap;
}

.sb-listing-card__star {
    color: #f4b400;
    font-size: 1rem;
    line-height: 1;
}

.sb-listing-card__rating-value {
    font-weight: 700;
    color: #1f2937;
}

.sb-listing-card__reviews {
    color: #6b7280;
}

.sb-listing-card__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
}

.sb-listing-card__price {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    flex: 1 1 auto;
}

.sb-listing-card__price > span {
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.2;
}

.sb-listing-card__price-line {
    display: flex;
    align-items: baseline;
    gap: 6px;
    flex-wrap: wrap;
}

.sb-listing-card__price strong {
    font-size: 2.15rem;
    line-height: 1;
    font-weight: 800;
    color: #2E3191;
    letter-spacing: -0.03em;
}

.sb-listing-card__price small {
    color: #4b5563;
    font-size: 1rem;
    font-weight: 500;
}

.sb-listing-card__footer .sb-btn,
.sb-listing-card__cta {
    flex-shrink: 0;
    align-self: flex-end;
}

.sb-btn--primary.sb-btn--sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 0 20px;
    border-radius: 12px;
    background: #2E3191;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.sb-btn--primary.sb-btn--sm:hover {
    background: #2457db;
    box-shadow: 0 10px 20px rgba(47, 102, 243, 0.2);
    transform: translateY(-1px);
}

/* CARD LIST MODE */
.sb-listing-card--list {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    align-items: stretch;
}

.sb-listing-card--list .sb-listing-card__media {
    aspect-ratio: auto;
    min-height: 240px;
    height: 100%;
}

.sb-listing-card--list .sb-listing-card__body {
    min-height: 240px;
}

/* PROMO BANNERS (vue liste) */
.sb-promo-banner {
    position: relative;
    display: flex;
    align-items: stretch;
    margin: var(--item-v-space, 10px) 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
    width: 100%;
}

/* Découvrez la France autrement */
.sb-promo-banner--regions {
    min-height: 220px;
    background-color: #1f2937;
    color: #ffffff;
}

.sb-promo-banner--regions .sb-promo-banner__media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.sb-promo-banner--regions .sb-promo-banner__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.8) 32%, rgba(15, 23, 42, 0.25) 60%, rgba(15, 23, 42, 0) 80%);
}

.sb-promo-banner--regions .sb-promo-banner__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    max-width: 460px;
    padding: 32px 40px;
}

.sb-promo-banner--regions .sb-promo-banner__title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
}

.sb-promo-banner--regions .sb-promo-banner__text {
    margin: 0 0 6px;
    max-width: 380px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    line-height: 1.55;
}

.sb-promo-banner--regions .sb-promo-banner__cta {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    padding: 12px 22px;
    border-radius: 10px;
    background: #254638;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.sb-promo-banner--regions .sb-promo-banner__cta:hover {
    background: #19372b;
    transform: translateY(-1px);
}

/* Pourquoi réserver en direct */
.sb-promo-banner--direct {
    min-height: 200px;
    background: linear-gradient(135deg, #fffdf9 0%, #f8f1e8 100%);
}

.sb-promo-banner--direct .sb-promo-banner__content {
    display: flex;
    flex: 1 1 62%;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 32px 40px;
}

.sb-promo-banner--direct .sb-promo-banner__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
    color: #254638;
    background: rgba(37, 70, 56, 0.08);
    border-radius: 50%;
}

.sb-promo-banner--direct .sb-promo-banner__icon svg {
    width: 22px;
    height: 22px;
}

.sb-promo-banner--direct .sb-promo-banner__title {
    margin: 0 0 14px;
    color: #172033;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 500;
}

.sb-promo-banner--direct .sb-promo-banner__checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sb-promo-banner--direct .sb-promo-banner__checklist li {
    position: relative;
    padding-left: 24px;
    color: #374151;
    font-size: 0.92rem;
    font-weight: 600;
}

.sb-promo-banner--direct .sb-promo-banner__checklist li::before {
    content: "✓";
    position: absolute;
    top: -1px;
    left: 0;
    color: #b08d57;
    font-weight: 800;
}

.sb-promo-banner--direct .sb-promo-banner__media {
    position: relative;
    flex: 0 0 38%;
    background-size: cover;
    background-position: center;
}

.sb-promo-banner--direct .sb-promo-banner__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #f8f1e8 0%, rgba(248, 241, 232, 0) 25%);
}

@media (max-width: 767px) {
    .sb-promo-banner {
        flex-direction: column;
    }

    .sb-promo-banner--regions {
        min-height: 0;
    }

    .sb-promo-banner--regions .sb-promo-banner__media {
        position: static;
        height: 160px;
    }

    .sb-promo-banner--regions .sb-promo-banner__media::before {
        background: rgba(15, 23, 42, 0.35);
    }

    .sb-promo-banner--regions .sb-promo-banner__content {
        max-width: none;
        padding: 22px;
        background: #1f2937;
    }

    .sb-promo-banner--direct .sb-promo-banner__content {
        padding: 22px;
    }

    .sb-promo-banner--direct .sb-promo-banner__checklist {
        grid-template-columns: 1fr;
    }

    .sb-promo-banner--direct .sb-promo-banner__media {
        flex: none;
        height: 160px;
    }

    .sb-promo-banner--direct .sb-promo-banner__media::before {
        background: none;
    }
}

/* CARD GRID MODE */
.sb-listing-card--grid {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sb-listing-card--grid .sb-listing-card__media {
    aspect-ratio: 16 / 10;
}

.sb-listing-card--grid .sb-listing-card__body {
    flex: 1 1 auto;
}

/* MAP PREVIEW */
.sb-map-preview-card {
    position: sticky;
    top: 24px;
    background: #f3f3f3;
    border: 1px solid #e7e2da;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
    overflow: hidden;
}

.sb-map-preview-card__head {
    padding: 14px 14px 0;
}

.sb-map-preview-card__title {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.02em;
}

.sb-map-preview-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sb-map-preview-card__map {
    height: 130px;
    margin: 10px 12px 0;
    border-radius: 18px;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(96, 165, 250, 0.15), transparent 35%),
        linear-gradient(135deg, #dbe7f5, #d7e4f2 50%, #dbe7f3 100%);
    border: 1px solid #d6e2ef;
    position: relative;
}

.sb-map-preview-card__placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #2457db;
    font-weight: 800;
    text-align: center;
    padding: 20px;
}

.sb-map-preview-card__placeholder i {
    font-size: 2.2rem;
}

.sb-map-preview-card__placeholder span {
    font-size: 1rem;
}

.sb-map-preview-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px 14px;
}

.sb-map-preview-card__count {
    color: #4b5563;
    font-size: 0.85rem;
    font-weight: 700;
}

.sb-map-preview-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2457db;
    font-size: 0.85rem;
    font-weight: 800;
    white-space: nowrap;
}

/* EMPTY */
.sb-empty-state {
    padding: 40px 20px;
    text-align: center;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #ebe6da;
}

/* SEARCH BOX */
.bd-search-box {
    width: 575px;
    margin: auto;
    padding: 30px;
    background: #f3f4f6;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bd-search-input {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 6px 18px;
    margin-bottom: 18px;
}

.bd-search-input input {
    border: none;
    outline: none;
    font-size: 22px;
    width: 100%;
    background: transparent;
    color: #111827;
}

.bd-search-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #6b7280;
    flex: 0 0 auto;
}

.bd-search-button {
    width: 100%;
    padding: 8px 16px;
    border: none;
    border-radius: 12px;
    background: #2E3191;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer !important;
    margin-top: 10px;
    text-transform: uppercase !important;
}

.bd-search-button:hover {
    background: #1f4ec3;
}

.bd-search-examples {
    margin-top: 14px;
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

.bd-search-examples a {
    color: #2f62d6;
    text-decoration: none;
    margin: 0 3px;
}

.bd-search-examples a:hover {
    text-decoration: underline;
}

/* PAGINATION */
.sb-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.sb-pagination__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sb-pagination__item {
    margin: 0;
    padding: 0;
}

.sb-pagination__item .page-numbers {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #111827;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.sb-pagination__item .page-numbers:hover {
    transform: translateY(-1px);
    border-color: var(--sb-color-primary, #1D58E2);
    color: var(--sb-color-primary, #1D58E2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.sb-pagination__item .page-numbers.current {
    background: var(--sb-color-primary, #1D58E2);
    border-color: var(--sb-color-primary, #1D58E2);
    color: #fff;
    box-shadow: 0 8px 20px rgba(29, 88, 226, 0.22);
}

.sb-pagination__item .page-numbers.dots {
    border: none;
    background: transparent;
    box-shadow: none;
    min-width: auto;
    padding: 0 4px;
    pointer-events: none;
}

.sb-pagination__item .page-numbers.first,
.sb-pagination__item .page-numbers.last {
    background: #f9fafb;
    font-weight: 700;
}

.sb-pagination__item .page-numbers.first:hover,
.sb-pagination__item .page-numbers.last:hover {
    background: var(--sb-color-primary, #1D58E2);
    color: #fff;
}

/* TRI + VIEW SWITCH */
.sb-archive-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 0;
}

.sb-archive-meta__count {
    color: #6b7280;
    font-weight: 600;
}

.sb-archive-meta__actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.sb-archive-meta__view {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sb-archive-meta__view-label {
    font-size: 1rem;
    font-weight: 700;
    color: #243042;
}

.sb-view-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px;
    background: #fff;
    border: 1px solid #e4d9cf;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.05);
}

.sb-view-switch__btn {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid transparent;
    background: transparent;
    color: #d9465f;
    border-radius: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all .2s ease;
}

.sb-view-switch__btn:hover {
    background: #f8fafc;
}

.sb-view-switch__btn.is-active {
    background: #2E3191;
    color: #fff;
    box-shadow: 0 8px 20px rgba(46, 49, 145, 0.22);
}

.sb-archive-meta__sort {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 3px;
}

.sb-sort-select {
    min-width: 220px;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #e5e7eb;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
}

.sb-archive-results.is-loading {
    opacity: .65;
    pointer-events: none;
    transition: opacity .2s ease;
}

.sb-map-preview-card__map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .sb-archive-hero {
        margin-bottom: 24px;
    }

    .sb-archive-hero__media {
        padding: 70px 24px 40px;
    }

    .sb-archive-hero__filter-wrap {
        position: static;
        width: 100%;
        margin-top: -16px;
        padding: 0 16px;
        transform: none;
    }
}

@media (max-width: 600px) {
    .sb-archive-hero__filter-wrap {
        margin-top: -12px;
        padding: 0 12px;
    }
}

@media (max-width: 1200px) {
    .sb-filter-bar__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sb-filter-actions {
        align-items: stretch;
    }

    .sb-btn-filter {
        width: 100%;
    }

    .sb-card-grid--3,
    .sb-card-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sb-archive-layout--list,
    .sb-archive-layout--grid {
        grid-template-columns: 1fr;
    }

    .sb-map-preview-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .sb-archive-meta {
        flex-direction: column;
        align-items: stretch;
    }

    .sb-archive-meta__actions,
    .sb-archive-meta__sort,
    .sb-archive-meta__view {
        flex-direction: column;
        align-items: stretch;
    }

    .sb-archive-meta__sort {
        align-items: self-start;
    }

    .sb-sort-select {
        width: 100%;
        min-width: 0;
    }

    .sb-listing-card--list {
        grid-template-columns: 1fr;
    }

    .sb-listing-card--list .sb-listing-card__media {
        min-height: 220px;
    }

    .sb-listing-card__footer,
    .sb-map-preview-card__footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .sb-map-preview-card__map {
        min-height: 280px;
    }
}

@media (max-width: 767px) {
    .sb-filter-bar {
        padding: 14px;
        border-radius: 12px;
    }

    .sb-filter-bar__grid,
    .sb-card-grid,
    .sb-card-grid--2,
    .sb-card-grid--3,
    .sb-card-grid--4 {
        grid-template-columns: 1fr;
    }

    .sb-filter-actions {
        width: 100%;
    }

    .sb-btn-filter,
    .sb-btn-reinit {
        width: 100%;
    }

    .sb-listing-card__body {
        padding: 18px;
    }

    .sb-listing-card__title {
        font-size: 1.55rem;
    }

    .sb-listing-card__footer {
        flex-direction: row;
        align-items: stretch;
    }

    .sb-listing-card__footer .sb-btn,
    .sb-listing-card__cta,
    .sb-btn--primary.sb-btn--sm,
    .sb-btn--sm {
        width: auto;
        align-self: stretch;
    }

    .sb-listing-card__price strong {
        font-size: 1.8rem;
    }

    .sb-view-switch {
        width: 100%;
        justify-content: space-between;
    }

    .sb-view-switch__btn {
        flex: 1 1 0;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .sb-pagination {
        margin-top: 28px;
    }

    .sb-pagination__list {
        gap: 8px;
    }

    .sb-pagination__item .page-numbers {
        min-width: 40px;
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }
}

@media (max-width: 425px) {
    .bd-search-input {
        margin-bottom: 10px;
    }

    .bd-search-input input {
        font-size: 18px;
    }

    .bd-search-box {
        width: 100%;
        padding: 10px 5px;
    }

    .bd-search-examples {
        font-size: 13px;
    }
}

/* ===============================
   PAGE MAP FULLSCREEN
=============================== */
.sb-map-page {
    position: relative;
}

#sbMap {
    width: 100%;
    height: calc(100vh - 80px);
}

/* ===============================
   HEADER MAP
=============================== */
.sb-map-header {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 999;
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.sb-map-back {
    display: inline-block;
    margin-bottom: 6px;
    font-weight: 700;
    text-decoration: none;
}

.sb-map-title {
    font-size: 18px;
    font-weight: 800;
}

.sb-map-count {
    font-size: 14px;
    color: #6b7280;
}

/* ===============================
   POPUP
=============================== */
.sb-map-popup {
    font-size: 14px;
}

/* ===============================
   MARKER PRIX
=============================== */
.sb-price-marker {
    position: relative;
    transform: translate(-50%, -100%);
}

.sb-price-marker span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #2E3191;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/*
 * Hauteur/recadrage cohérents pour les images de la vue liste (cs-rooms).
 * Règle autonome (ne dépend pas du modificateur img-ratio-* du thème) pour
 * garantir un rendu identique entre toutes les annonces, avec ou sans slider.
 */
.cs-rooms .featured-img a {
    display: block;
    position: relative;
    height: 0;
    padding-top: 66.66%;
    overflow: hidden;
}

.cs-rooms .featured-img a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
 * Icônes d'équipements (images uploadées) dans les quick facts cs-room-basic-info.
 * Le thème ne dimensionne que les icônes de police (<i>) via --icon-size ;
 * on applique la même taille à nos images d'équipements.
 */
.csrbi-icon-img {
    width: var(--icon-size, 25px);
    height: var(--icon-size, 25px);
    object-fit: contain;
}

/* petit pointeur */
.sb-price-marker span::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #2E3191 transparent transparent transparent;
}

/*sidebar*/
/* ==================================================
   CONTENEUR PRINCIPAL
================================================== */

.sb-booking-sidebar-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-sizing: border-box;
    font-family: Inter, Arial, sans-serif;
    color: #172033;
}

.sb-booking-sidebar-wrapper *,
.sb-booking-sidebar-wrapper *::before,
.sb-booking-sidebar-wrapper *::after {
    box-sizing: border-box;
}

.sb-booking-sidebar-card {
    width: 100%;
    padding: 12px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(23, 32, 51, 0.08);
    border-radius: 16px;
    box-shadow:
        0 12px 35px rgba(23, 32, 51, 0.06),
        0 2px 8px rgba(23, 32, 51, 0.03);
}

/* ==================================================
   AIDE ET FAQ
================================================== */

.sb-booking-sidebar-help-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sb-booking-sidebar-help-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
    border-radius: 13px;
}

.sb-booking-sidebar-help-item-contact {
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(239, 75, 61, 0.11),
            transparent 48%
        ),
        #fff9f6;
}

.sb-booking-sidebar-help-item-faq {
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(41, 102, 209, 0.11),
            transparent 48%
        ),
        #f7faff;
}

.sb-booking-sidebar-help-icon {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
}

.sb-booking-sidebar-help-icon-contact {
    color: #ef4b3d;
    background: #ffe9e2;
}

.sb-booking-sidebar-help-icon-faq {
    color: #2361ca;
    background: #e4edff;
}

.sb-booking-sidebar-help-icon svg {
    width: 23px;
    height: 23px;
}

.sb-booking-sidebar-help-content {
    min-width: 0;
}

.sb-booking-sidebar-help-title {
    margin: 1px 0 7px;
    color: #172033;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.sb-booking-sidebar-help-description {
    margin: 0 0 14px;
    color: #5f6878;
    font-size: 13px;
    line-height: 1.65;
}

/* ==================================================
   BOUTONS
================================================== */

.sb-booking-sidebar-button {
    min-height: 42px;
    padding: 10px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.sb-booking-sidebar-button:hover {
    transform: translateY(-2px);
}

.sb-booking-sidebar-button svg {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

.sb-booking-sidebar-button-contact {
    color: #ffffff;
    background: #ef4b3d;
    border-color: #ef4b3d;
    box-shadow: 0 8px 18px rgba(239, 75, 61, 0.2);
}

.sb-booking-sidebar-button-contact:hover {
    color: #ffffff;
    background: #d93f33;
    border-color: #d93f33;
    box-shadow: 0 11px 24px rgba(239, 75, 61, 0.27);
}

.sb-booking-sidebar-button-faq {
    color: #205fc8;
    background: rgba(255, 255, 255, 0.78);
    border-color: #2966d1;
}

.sb-booking-sidebar-button-faq:hover {
    color: #ffffff;
    background: #2966d1;
    border-color: #2966d1;
    box-shadow: 0 10px 22px rgba(41, 102, 209, 0.2);
}

/* ==================================================
   DÉPOSER UNE ANNONCE
================================================== */

.sb-booking-sidebar-publish-card {
    position: relative;
    padding: 32px 25px 25px;
    text-align: center;
    background:
        radial-gradient(
            circle at 0% 0%,
            rgba(209, 175, 130, 0.18),
            transparent 42%
        ),
        linear-gradient(145deg, #fffdf9 0%, #f8f1e8 100%);
}

.sb-booking-sidebar-publish-decoration {
    position: absolute;
    top: -65px;
    right: -65px;
    width: 160px;
    height: 160px;
    pointer-events: none;
    border: 1px solid rgba(38, 69, 57, 0.08);
    border-radius: 50%;
}

.sb-booking-sidebar-publish-decoration::before {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(38, 69, 57, 0.05);
    border-radius: inherit;
}

.sb-booking-sidebar-publish-icon {
    position: relative;
    z-index: 1;
    width: 62px;
    height: 62px;
    margin: 0 auto 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #294b3f;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(41, 75, 63, 0.1);
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(41, 75, 63, 0.08);
}

.sb-booking-sidebar-publish-icon svg {
    width: 33px;
    height: 33px;
    stroke-width: 1.7;
}

.sb-booking-sidebar-publish-title {
    position: relative;
    z-index: 1;
    max-width: 270px;
    margin: 0 auto 11px;
    color: #172033;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.32;
}

.sb-booking-sidebar-publish-description {
    position: relative;
    z-index: 1;
    max-width: 280px;
    margin: 0 auto 21px;
    color: #697066;
    font-size: 13px;
    line-height: 1.65;
}

.sb-booking-sidebar-publish-button {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 48px;
    color: #ffffff;
    background: #254638;
    border-color: #254638;
    border-radius: 9px;
    box-shadow: 0 9px 22px rgba(37, 70, 56, 0.18);
}

.sb-booking-sidebar-publish-button:hover {
    color: #ffffff;
    background: #19372b;
    border-color: #19372b;
    box-shadow: 0 12px 27px rgba(37, 70, 56, 0.25);
}

/* ==================================================
   AVANTAGES
================================================== */

.sb-booking-sidebar-benefits-card {
    padding: 12px 20px;
}

.sb-booking-sidebar-benefit-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 17px 0;
}

.sb-booking-sidebar-benefit-item + .sb-booking-sidebar-benefit-item {
    border-top: 1px solid rgba(23, 32, 51, 0.07);
}

.sb-booking-sidebar-benefit-icon {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #254638;
    background: #f6f3ed;
    border: 1px solid rgba(37, 70, 56, 0.04);
    border-radius: 50%;
}

.sb-booking-sidebar-benefit-icon svg {
    width: 20px;
    height: 20px;
}

.sb-booking-sidebar-benefit-content {
    min-width: 0;
}

.sb-booking-sidebar-benefit-title {
    margin: 0 0 4px;
    color: #202838;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.sb-booking-sidebar-benefit-description {
    margin: 0;
    color: #747b87;
    font-size: 12px;
    line-height: 1.5;
}

/* ==================================================
   RESPONSIVE
================================================== */

@media (max-width: 991px) {
    .sb-booking-sidebar-wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .sb-booking-sidebar-card {
        border-radius: 13px;
    }

    .sb-booking-sidebar-help-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 11px;
        padding: 15px;
    }

    .sb-booking-sidebar-help-icon {
        width: 42px;
        height: 42px;
    }

    .sb-booking-sidebar-help-title {
        font-size: 17px;
    }

    .sb-booking-sidebar-button {
        width: 100%;
    }

    .sb-booking-sidebar-publish-card {
        padding: 27px 20px 21px;
    }

    .sb-booking-sidebar-publish-title {
        font-size: 20px;
    }

    .sb-booking-sidebar-benefits-card {
        padding-right: 16px;
        padding-left: 16px;
    }
}

.cs-room-basic-info{
    margin: 10px 0!important;
}

.cs-rooms .cs-room-content .item-subtitle:first-child{
    margin: 0!important;
}

.cs-rooms .cs-room-content .item-title{
    font-size: 1.5rem!important;
    font-weight: 700;
}

.cs-room-basic-info ul li {	
	padding-right: 15px!important;
	line-height: 10px!important;
}

.cs-rooms .item-header {
	margin-bottom: 10px!important;
}

.posts .post-excerpt:last-child, .posts .post-excerpt p{
    font-size: .95ezm!important;
}

.cs-rooms.layout-list .item-excerpt {
	margin-bottom: 7px!important;
}

.read-more-btn span {
	position: relative;
	font-size: .95rem;
	font-weight: 600;
}

.cs-title-wrap{
    max-width: 720px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding: 0 2rem 3rem!important;
}

/*VALUES*/
.sb-values-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 760px;
}

.sb-values-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 90px 80px;

    background: #334233;
    color: #fff;
}

.sb-values-subtitle {
    display: inline-block;

    margin-bottom: 28px;

    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;

    opacity: .9;
}

.sb-values-title {
    margin: 0;

    font-family: Georgia, serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
}

.sb-values-description {
    max-width: 560px;

    margin: 40px 0 50px;

    color: rgba(255,255,255,.82);

    font-size: 1.15rem;
    line-height: 1.9;
}

.sb-values-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.sb-values-column {
    margin: 0;
    padding: 0;

    list-style: none;
}

.sb-values-column li {
    position: relative;

    margin-bottom: 18px;
    padding-left: 22px;

    color: rgba(255,255,255,.92);
    font-size: 1.05rem;
}

.sb-values-column li::before {
    content: "+";

    position: absolute;
    left: 0;
    top: 0;

    color: #d8bb73;
    font-weight: 700;
}

.sb-values-image {
    overflow: hidden;
}

.sb-values-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .5s ease;
}

.sb-values-section:hover .sb-values-image img {
    transform: scale(1.05);
}

@media (max-width: 991px) {

    .sb-values-section {
        grid-template-columns: 1fr;
    }

    .sb-values-content {
        padding: 70px 35px;
    }

    .sb-values-title {
        font-size: 3rem;
    }

    .sb-values-list {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sb-values-image {
        height: 500px;
    }
}

/*INFOS*/
.sb-booking-info {
    padding: 120px 0;
    background: #fff;
}

.sb-booking-info__container {
    width: min(1280px, calc(100% - 60px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
}

.sb-booking-info__subtitle {
    display: inline-block;

    margin-bottom: 24px;

    color: #8B6A3D;

    font-size: .85rem;
    font-weight: 600;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.sb-booking-info__title {
    margin: 0 0 35px;

    color: #1F2937;

    font-family: "Cormorant Garamond", serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.1;
}

.sb-booking-info__description {
    max-width: 560px;

    color: #5B6472;

    font-size: 1.15rem;
    line-height: 1.9;
}

.sb-booking-info__list {
    margin: 0;
    padding: 0;

    list-style: none;
}

.sb-booking-info__list li {
    position: relative;

    margin-bottom: 28px;
    padding-left: 28px;

    color: #374151;

    font-size: 1.05rem;
    line-height: 1.8;
}

.sb-booking-info__list li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 12px;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #B58A52;
}

@media (max-width: 991px) {

    .sb-booking-info {
        padding: 80px 0;
    }

    .sb-booking-info__container {
        width: min(100%, calc(100% - 40px));

        grid-template-columns: 1fr;
        gap: 60px;
    }

    .sb-booking-info__title {
        font-size: 3rem;
    }

}