/* ==========================================================================
   Bien V2 Template
   Based on Figma "immprove.fig" - Fiche produit
   Colors: navy #0F1035, blue #4658D8, green #1AA15E, gray border #E5E5E5
   Fonts: larkenregular (headings), kind_sansregular (body)
   ========================================================================== */

/* Layout - override critical.css .site-content max-width: 1305px */
.site-content:has(.bien-v2) {
    max-width: 1440px;
    padding: 0 20px;
}

.site-content.bien-v2 {
    max-width: 1440px;
    padding: 0;
}

body.single-properties:has(.bien-v2) .page-header-wrapper .site-content.mw-xl {
    max-width: 1440px;
}

body.page-biens-simples:has(.bien-v2) .page-content-wrapper {
    padding-top: 0;
}

html:has(body.single-properties .bien-v2),
body.single-properties:has(.bien-v2) {
    overflow-x: clip;
    height: auto;
}

body.single-properties:has(.bien-v2) .global-wrapper {
    overflow: visible;
}

body.single-properties:has(.bien-v2) #breadcrumb {
    position: relative;
    padding: 10px 0;
}

body.single-properties:has(.bien-v2) #breadcrumb::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    border-bottom: 1px solid #E5E5E5;
    transform: translateX(-50%);
}

body.single-properties:has(.bien-v2) #breadcrumb ul {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
}

body.single-properties:has(.bien-v2) #breadcrumb ul li {
    margin: 0;
}

body.single-properties:has(.bien-v2) #breadcrumb ul li,
body.single-properties:has(.bien-v2) #breadcrumb ul li a {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 12px;
    line-height: 1;
}

.bien-v2 .bk-return-link {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin: 12px 0 8px;
    width: auto;
    font-family: 'larkenregular', sans-serif;
    font-size: 1.2em;
    line-height: 1;
    text-decoration: none;
}

.bien-v2 .bk-return-link span {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    line-height: 1;
}

.bien-v2 .bv2-layout {
    display: flex;
    gap: 40px;
    padding: 24px 0;
    max-width: 1400px;
    margin: 0 auto;
}

.bien-v2 .bv2-col1 {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    order: 0;
}

.bien-v2 .bv2-col2 {
    width: 451px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-self: flex-start;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 15;
    order: 1;
}

.bien-v2 .bv2-col2.is-stuck {
    padding-top: 22px;
}

.bien-v2 .bv2-col2.bv2-modal-open,
.bien-v2 .bv2-col2:has(.bv2-contact-modal.active),
.bien-v2 .bv2-col2:has(.bv2-visit-modal.active) {
    z-index: 2147483002;
}

body:has(.bv2-visit-modal.active) .page-header-wrapper,
body:has(.bv2-contact-modal.active) .page-header-wrapper {
    position: static !important;
    z-index: auto !important;
}

.bien-v2 .bv2-col2 .bv2-property-info {
    margin-bottom: 24px;
}

.bien-v2 .bv2-col2 .bv2-contact-card + .bv2-cta-card {
    margin-top: 0;
}

/* Gallery */
.bien-v2 .bv2-gallery {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.bien-v2 .bv2-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 96px;
    flex-shrink: 0;
    align-self: stretch;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
    overscroll-behavior: contain;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.bien-v2 .bv2-thumbnails.is-dragging {
    cursor: grabbing;
}

.bien-v2 .bv2-thumbnails::-webkit-scrollbar {
    display: none;
}

.bien-v2 .bv2-thumb {
    width: 96px;
    height: 96px;
    min-height: 96px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.2s;
    flex-shrink: 0;
}

.bien-v2 .bv2-thumb.active,
.bien-v2 .bv2-thumb:hover {
    border-color: #4658D8;
}

.bien-v2 .bv2-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bien-v2 .bv2-main-image {
    flex: 1;
    min-width: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.bien-v2 .bv2-main-image .bv2-swiper {
    border-radius: 4px;
    overflow: hidden;
}

.bien-v2 .bv2-main-image .ratio-estate {
    padding-bottom: 74%;
}

.bien-v2 .bv2-360-btn {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    font-size: 32px;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.bien-v2 .bv2-nav-btn {
    width: 48px;
    height: 48px;
}

.bien-v2 .bv2-nav-btn.swiper-button-prev {
	background: url(../../img/prev.svg) no-repeat center center;
}
.bien-v2 .bv2-nav-btn.swiper-button-next {
	background: url(../../img/next.svg) no-repeat center center;
}

.bien-v2 .bv2-nav-btn::after {
   display: none;
}

.bien-v2 .bv2-nav-svg {
    display: none;
}

/* Gallery action buttons */
.bien-v2 .bv2-gallery-actions {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 5;
    display: flex;
    gap: 8px;
    align-items: center;
}

.bien-v2 .bv2-gallery-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    background: #fff;
    border-radius: 8px;
    color: #4658D8;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.bien-v2 .bv2-gallery-btn:hover {
    background: #f0f0f0;
}

.bien-v2 .favorite-btn .bv2-heart-icon-active {
    display: none;
}

.bien-v2 .favorite-btn.active .bv2-heart-icon {
    display: none;
}

.bien-v2 .favorite-btn.active .bv2-heart-icon-active,
.bien-v2 .favorite-btn:hover .bv2-heart-icon-active {
    display: inline;
}

.bien-v2 .favorite-btn:hover .bv2-heart-icon {
    display: none;
}

.bien-v2 .card.-property .img-wrapper .favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 38px;
    height: 38px;
    background: url(../../img/favoris.svg) no-repeat center center / 100%;
    z-index: 2;
    cursor: pointer;
}

.bien-v2 .card.-property .img-wrapper .favorite:hover,
.bien-v2 .card.-property.favorite .img-wrapper .favorite {
    background: url(../../img/favoris_on.svg) no-repeat center center / 100%;
}

/* Anchor tabs */
.bien-v2 .bv2-anchor-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 16px 0 16px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
    border-bottom: none;
}

.bien-v2 .bv2-anchor-tab {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0F1035;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
    white-space: nowrap;
}

.bien-v2 .bv2-anchor-tab:hover {
    border-bottom-color: #E5E5E5;
}

.bien-v2 .bv2-anchor-tab.active {
    border-bottom-color: #F4E700;
}

/* Description sections */
.bien-v2 .bv2-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bien-v2 .bv2-section {
    padding: 24px 0;
    border-bottom: 1px solid #E5E5E5;
    scroll-margin-top: 180px;
}

.bien-v2 .bv2-section:last-child {
    border-bottom: none;
}

.bien-v2 .bv2-section-title {
    font-family: 'larkenregular', serif;
    font-size: 22px;
    font-weight: 700;
    color: #0F1035;
    margin: 0 0 16px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bien-v2 .bv2-section-picto {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 260px;
    background: #F4E700;
}

.bien-v2 .bv2-section-picto svg {
    width: 20px;
    height: 20px;
}

.bien-v2 .bv2-section-content {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* Presentation table */
.bien-v2 .bv2-pres-table {
    display: flex;
    margin-top: 24px;
    gap: 0 4px;
}

.bien-v2 .bv2-pres-table-col-labels {
    display: flex;
    flex-direction: column;
    width: 331px;
    flex-shrink: 0;
    gap: 1px;
}

.bien-v2 .bv2-pres-table-col-values {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 1px;
}

.bien-v2 .bv2-pres-table-label {
    background: #F5F5F5;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0F1035;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.bien-v2 .bv2-pres-table-value {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0E0D32;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

/* Prix section */
.bien-v2 .bv2-prix-wrapper {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 12px 80px;
}

.bien-v2 .bv2-prix-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bien-v2 .bv2-prix-row-header {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.bien-v2 .bv2-prix-label {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0F1035;
    text-transform: none;
    letter-spacing: 0;
}

.bien-v2 .bv2-prix-label small {
    font-weight: 400;
    text-transform: none;
    font-size: 13px;
    color: #666;
    letter-spacing: 0;
}

.bien-v2 .bv2-prix-switch {
    display: inline-flex;
    border-radius: 250px;
    overflow: hidden;
    margin-left: 8px;
    vertical-align: middle;
}

.bien-v2 .bv2-switch-btn {
    padding: 0 16px;
    border: 1px solid #fff;
    background: #F2F2F2;
    border-radius: 0;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #0F1035;
    cursor: pointer;
    transition: all 0.2s;
    height: 24px;
    line-height: 24px;
}

.bien-v2 .bv2-switch-btn:first-child {
    border-radius: 250px 0 0 250px;
}

.bien-v2 .bv2-switch-btn:last-child {
    border-radius: 0 250px 250px 0;
}

.bien-v2 .bv2-switch-btn.active {
    background: #4658D8;
    color: #fff;
    box-shadow: none;
}

.bien-v2 .bv2-switch-btn:hover:not(.active) {
    color: #0F1035;
    background: #e0e0e0;
}

.bien-v2 .bv2-prix-row-full {
    grid-column: 1 / -1;
}

.bien-v2 .bv2-prix-row-header-stacked {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
}

.bien-v2 .bv2-prix-value-stacked {
    display: block;
}

.bien-v2 .bv2-prix-value[data-mode] {
    display: none;
}

.bien-v2 .bv2-prix-value[data-mode].active {
    display: inline;
}

.bien-v2 .bv2-prix-value {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0F1035;
    line-height: 24px;
}

.bien-v2 .bv2-prix-unit {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.bien-v2 .bv2-prix-vente-values {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bien-v2 .bv2-prix-honoraire {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 13px;
    color: #999;
    font-style: italic;
}

/* Caractéristiques grid */
.bien-v2 .bv2-carac-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.bien-v2 .bv2-carac-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.bien-v2 .bv2-carac-label {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    color: #666;
}

.bien-v2 .bv2-carac-value {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0F1035;
}

.bien-v2 .bv2-conditions {
    margin-top: 16px;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    color: #666;
}

/* Divisibilités inside bv2-section: hide duplicate title and reset spacing */
.bien-v2 .bv2-section .bk-type-m {
    padding: 0;
    margin: 0;
}

.bien-v2 .bv2-section .bk-type-m > h3.like-h3 {
    display: none;
}

/* Map inside bv2-section: reset container spacing */
.bien-v2 .bv2-section .bk-type-xl {
    padding: 0;
    margin: 0;
}

/* Divisibilités table - Figma style */
.bien-v2 .bv2-section .table-responsive {
    overflow-x: auto;
}

.bien-v2 .bv2-section .table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none;
}

.bien-v2 .bv2-section .table > thead > tr {
    background-color: #F2F2F2;
    color: #0F1035;
}

.bien-v2 .bv2-section .table > thead > tr > th {
    background: #F2F2F2;
    color: #0F1035;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 16px;
    height: 40px;
    text-align: center;
    border: none;
    border-left: 1px solid #fff;
    border-bottom: none;
    border-top: none;
    vertical-align: middle;
    white-space: nowrap;
}

.bien-v2 .bv2-section .table > thead > tr > th:first-child {
    border-left: none;
}

.bien-v2 .bv2-section .table > tbody > tr {
    background-color: #fff;
    border-bottom: none;
}

.bien-v2 .bv2-section .table > tbody > tr > td {
    background: #fff;
    color: #0E0D32;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    height: 56px;
    border-bottom: 1px solid #E5E5E5;
    border-top: none;
    border-right: none;
    border-left: 1px solid #E5E5E5;
    text-align: center;
    vertical-align: middle;
}

.bien-v2 .bv2-section .table > tbody > tr > td:first-child {
    border-left: none;
}

.bien-v2 .bv2-section .table > tbody > tr:last-child > td {

}

/* Prestations blocks */
.bien-v2 .bv2-presta-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bien-v2 .bv2-presta-block {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bien-v2 .bv2-presta-block-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bien-v2 .bv2-presta-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.bien-v2 .bv2-presta-block-icon svg {
    width: 20px;
    height: 20px;
}

.bien-v2 .bv2-presta-block-title {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0F1035;
    line-height: 24px;
}

.bien-v2 .bv2-presta-block-items {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0F1035;
    line-height: 24px;
}

.bien-v2 .bv2-presta-block-items p {
    margin: 0;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0F1035;
    line-height: 24px;
}

.bien-v2 .bv2-conditions {
    margin-top: 24px;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    color: #0F1035;
}

@media (max-width: 768px) {
    .bien-v2 .bv2-presta-blocks {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* Energy */
.bien-v2 .bv2-energy-grid {
    display: flex;
    gap: 16px;
}

.bien-v2 .bv2-energy-item img {
    max-width: 100%;
    width: 280px;
}

.bien-v2 .bv2-energy-disclaimer {
    text-align: right;
    font-size: 0.8em;
    color: #999;
    margin-top: 8px;
}

/* ===== COL 2 : Sidebar ===== */

/* Property info card */
.bien-v2 .bv2-property-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bien-v2 .bv2-top-row {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: start;
    column-gap: 16px;
    padding-bottom: 16px;
}

.bien-v2 .bv2-availability-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    border: none;
    color: #1AA15E;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
}

.bien-v2 .bv2-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1AA15E;
    flex-shrink: 0;
}

.bien-v2 .bv2-dot-pending {
    background: #E8A317;
}

.bien-v2 .bv2-availability-pending {
    color: #E8A317;
}

.bien-v2 .bv2-type-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 0;
}

.bien-v2 .bv2-tag-type,
.bien-v2 .bv2-tag-transaction {
    display: inline-flex;
    align-items: center;
    padding: 6px 9px;
    border-radius: 2px;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 28px;
    box-sizing: border-box;
}

.bien-v2 .bv2-tag-type {
    background: #0F1035;
    color: #fff;
}

.bien-v2 .bv2-tag-transaction {
    background: #fff;
    color: #0F1035;
    border: 1px solid #0F1035;
}

.bien-v2 .bv2-title-block {
    margin-top: 8px;
}

.bien-v2 .bv2-maps-pin {
    position: absolute;
    right: 0;
    top: 17px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23c)'%3E%3Cpath d='M12 23.92c-.011-1.246-.28-2.477-.79-3.614a9.97 9.97 0 00-2.17-2.996L6.473 14.976a9.47 9.47 0 01-2.013-2.802A9.47 9.47 0 013.75 8.799C3.75 4.242 7.444.5 12 .5s8.25 3.741 8.25 8.298c0 2.343-.989 4.6-2.723 6.177l-2.568 2.334a9.97 9.97 0 00-2.17 2.994 9.97 9.97 0 00-.79 3.616M12 11.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z' stroke='%234658D8'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='c'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
}

.bien-v2 h1.bv2-title {
    font-family: 'larkenregular', serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    color: #0F1035;
    margin: 0;
}

.bien-v2 .bv2-title-main,
.bien-v2 .bv2-subtitle,
.bien-v2 .bv2-building-name,
.bien-v2 .bv2-address-line {
    display: block;
}

.bien-v2 .bv2-subtitle {
    font-family: 'larkenregular', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #0F1035;
    margin: 4px 0 0 0;
    padding-bottom: 16px;
}

.bien-v2 .bv2-subtitle .bv2-subtitle-bold {
    font-weight: 700;
}

.bien-v2 .bv2-address-streetview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #4658D8;
}

.bien-v2 .bv2-address-streetview svg {
    display: block;
}

.bien-v2 .bv2-building-name {
    font-family: 'larkenregular', serif;
    font-size: 20px;
    color: #0F1035;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E5E5E5;
}

.bien-v2 .bv2-address-line {
    font-family: 'larkenregular', serif;
    font-size: 20px;
    line-height: 26px;
    color: #0F1035;
    padding: 16px 34px 16px 0;
    margin-top: 16px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}


/* Sidebar prices */
.bien-v2 .bv2-sidebar-prices {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.bien-v2 .bv2-sidebar-price-line {
    font-family: 'larkenregular', serif;
    font-size: 16px;
    line-height: 26px;
    color: #0F1035;
    margin: 0;
}

.bien-v2 .bv2-sidebar-price-label {
    font-weight: 700;
}

.bien-v2 .bv2-sidebar-price-value {
    font-weight: 400;
}

/* Actions row */
.bien-v2 .bv2-actions-row {
    margin-top: 8px;
}

.bien-v2 .bv2-btn-comparateur {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    background: #0F1035;
    color: #fff;
    border-radius: 8px;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #0F1035;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    height: 40px;
}

.bien-v2 .bv2-btn-comparateur:hover {
    background: #F4E700;
    border-color: #F4E700;
    color: #0F1035;
}

.bien-v2 .bv2-btn-icon {
    flex-shrink: 0;
}

.bien-v2 .bv2-btn-comparateur .bv2-btn-icon path {
    paint-order: stroke fill;
    stroke: #FFFFFF;
    stroke-width: 1px;
    stroke-linejoin: round;
}

/* Contact card */
.bien-v2 .bv2-contact-card {
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 0 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.bien-v2 .bv2-agency-info {
    display: flex;
    gap: 16px;
    align-items: center;
}

.bien-v2 .bv2-agency-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f0f0f0;
}

.bien-v2 .bv2-agency-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bien-v2 .bv2-agency-details {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bien-v2 .bv2-agency-ref {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0F1035;
}

.bien-v2 .bv2-agency-name {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0F1035;
    line-height: 1;
}

/* Agency "Voir l'agence" dark button */
.bien-v2 .bv2-cta-agency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 10px 16px;
    background: #0F1035;
    color: #fff;
    border-radius: 8px;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #0F1035;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    margin-top: 4px;
}

.bien-v2 .bv2-cta-agency:hover {
    background: #F4E700;
    border-color: #F4E700;
    color: #0F1035;
}

/* CTA card */
.bien-v2 .bv2-cta-card {
    border: 1px solid #E5E5E5;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* CTA buttons */
.bien-v2 .bv2-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bien-v2 .bv2-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 24px;
    border-radius: 8px;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
    height: 56px;
}

.bien-v2 .bv2-cta-outline {
    border: 2px solid #4658D8;
    color: #4658D8;
    background: transparent;
}



.bien-v2 .bv2-cta-outline:hover {
    background: #F4E700;
    border-color: #F4E700;
    color: #0F1035;
}

.bien-v2 .bv2-cta-primary {
    background: #4658D8;
    color: #fff;
    border: 2px solid #4658D8;
}

.bien-v2 .bv2-cta-primary:hover {
    background: #F4E700;
    border-color: #F4E700;
    color: #0F1035;
}

.bien-v2 .bv2-cta .bv2-cta-label {
    text-align: center;
}

.bien-v2 .bv2-cta .bv2-cta-phone {
    white-space: nowrap;
}

.bien-v2 .bv2-cta .bv2-cta-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bien-v2 .bv2-cta .bv2-cta-icon svg {
    width: 24px;
    height: 24px;
}

.bien-v2 .bv2-cta-outline .bv2-cta-icon svg path {
    fill: #4658D8;
}

.bien-v2 .bv2-cta-outline:hover .bv2-cta-icon svg path {
    fill: #0F1035;
}

.bien-v2 .bv2-cta-primary .bv2-cta-icon svg path {
    fill: #fff;
}

.bien-v2 .bv2-cta-primary:hover .bv2-cta-icon svg path,
.bien-v2 .bv2-cta-agency:hover .bv2-btn-icon path,
.bien-v2 .bv2-btn-comparateur:hover .bv2-btn-icon path {
    fill: #0F1035;
    stroke: #0F1035;
}

/* Create account CTA */
.bien-v2 .bv2-create-account {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
}

.bien-v2 .bv2-create-account a,
.bien-v2 .bv2-create-account .obflink {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    font-family: 'kind_sansregular', sans-serif;
    cursor: pointer;
}

/* Sticky sidebar contact form */
.bien-v2 .bv2-col2 #bienContainer {
    position: sticky;
    top: 100px;
}

/* ===== CONTACT MODAL ===== */
/* Contact Modal */
.bien-v2 .bv2-contact-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483000;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.bien-v2 .bv2-contact-modal.active {
    display: flex;
}

.bien-v2 .bv2-contact-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 16, 53, 0.5);
    z-index: 1;
}

.bien-v2 .bv2-contact-modal-content {
    position: relative;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    max-width: 480px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 32px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.bien-v2 .bv2-contact-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #0F1035;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 40px;
}

.bien-v2 .bv2-contact-modal-close:hover {
    opacity: 0.7;
}

.bien-v2 .bv2-contact-modal-header {
    margin-bottom: 60px;
}

.bien-v2 .bv2-contact-modal-title {
    font-family: 'larkenregular', serif;
    font-size: 24px;
    font-weight: 700;
    color: #0F1035;
    margin: 0 0 8px 0;
    line-height: 30px;
}

.bien-v2 .bv2-contact-modal-subtitle {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0F1035;
    margin: 0;
    line-height: 1.4;
}

/* Form fields */
.bien-v2 .bv2-contact-modal-body form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bien-v2 .bv2-form-field input,
.bien-v2 .bv2-form-field textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    padding: 0 16px;
    height: 48px;
    margin-bottom: 0;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    color: #0F1035;
    background: #fff;
    outline: none;
}

.bien-v2 .bv2-form-field input::placeholder,
.bien-v2 .bv2-form-field textarea::placeholder {
    color: #0F1035;
    font-weight: 400;
}

.bien-v2 .bv2-form-field input:focus,
.bien-v2 .bv2-form-field textarea:focus {
    border-color: #4658D8;
}

.bien-v2 .bv2-form-field textarea {
    resize: vertical;
    height: 141px;
    padding: 20px 16px;
}

/* GDPR checkbox */
.bien-v2 .bv2-form-gdpr {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 0;
}

.bien-v2 .bv2-form-gdpr input[type="checkbox"] {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border: 1px solid #D9D9D9;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
}

.bien-v2 .bv2-form-gdpr label {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #0F1035;
    line-height: 1.4;
    cursor: pointer;
}

/* Submit button */
.bien-v2 .bv2-form-submit {
    background: #0E0D32;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 0 32px;
    font-family: 'kind_sansbold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    height: 56px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    width: 100%;
    margin-top: 12px;
}

.bien-v2 .bv2-form-submit:hover {
    background: #F4E700;
    color: #0E0D32;
}

/* Response messages */
.bien-v2 .bv2-contact-msg {
    margin-top: 16px;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
}

.bien-v2 .bv2-contact-msg.-success {
    background: #e8f5e9;
    color: #1b5e20;
}

.bien-v2 .bv2-contact-msg.-error {
    background: #fce4ec;
    color: #b71c1c;
}

/* ===== VISIT MODAL ===== */
.bien-v2 .bv2-visit-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483001;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    overflow-y: auto;
    overflow-x: hidden;
    isolation: isolate;
}

.bien-v2 .bv2-visit-modal.active {
    display: flex;
}

.bien-v2 .bv2-visit-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 16, 53, 0.5);
    z-index: 1;
}

.bien-v2 .bv2-visit-modal-content {
    position: relative;
    background: #fff;
    border-radius: 4px;
    width: 451px;
    max-width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 40px;
    margin: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.bien-v2 .bv2-visit-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    color: #0F1035;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-bottom: 40px;
}

.bien-v2 .bv2-visit-modal-close:hover {
    opacity: 0.7;
}

.bien-v2 .bv2-visit-title {
    font-family: 'larkenregular', serif;
    font-size: 20px;
    font-weight: 700;
    color: #0F1035;
    line-height: 30px;
    margin: 0 0 24px 0;
}

/* Calendar */
.bien-v2 .bv2-cal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #F1F1F1;
    border-radius: 250px;
    padding: 8px 16px;
    margin-bottom: 24px;
}

.bien-v2 .bv2-cal-header button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #0F1035;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.bien-v2 .bv2-cal-header button:hover {
    color: #4658D8;
    background: rgba(70, 88, 216, 0.08);
}

.bien-v2 .bv2-cal-header span {
    flex: 1;
    text-align: center;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0F1035;
}

.bien-v2 .bv2-cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 31px);
    gap: 24px;
    justify-content: center;
    margin-bottom: 24px;
}

.bien-v2 .bv2-cal-weekdays span {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0F1035;
    text-align: center;
    width: 31px;
}

.bien-v2 .bv2-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 31px);
    gap: 24px 24px;
    justify-content: center;
    margin-bottom: 24px;
}

.bien-v2 .bv2-cal-day {
    width: 31px;
    height: 31px;
    border-radius: 250px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4658D8;
    cursor: pointer;
    background: #EDEEFB;
    padding: 0;
    line-height: 1;
}

.bien-v2 .bv2-cal-day:hover:not(.-disabled):not(.-weekend):not(.-past) {
    background: #EDEEFB;
    color: #4658D8;
    border-color: #4658D8;
}

.bien-v2 .bv2-cal-day.-past {
    color: #0F1035;
    text-decoration: line-through;
    cursor: default;
}

.bien-v2 .bv2-cal-day.-disabled {
    color: #D9D9D9;
    border-color: transparent;
    background: #fff;
    cursor: default;
}

.bien-v2 .bv2-cal-day.-weekend {
    color: #D9D9D9;
    border-color: transparent;
    background: #fff;
    cursor: default;
}

.bien-v2 .bv2-cal-day.-selected {
    background: #4658D8;
    color: #fff;
    border-color: transparent;
}

.bien-v2 .bv2-cal-day.-empty {
    border: none;
    background: transparent;
    cursor: default;
}

.bien-v2 .bv2-cal-day.-other-month {
    background: rgba(70, 88, 216, 0.1);
    color: #4658D8;
    border-color: transparent;
    cursor: default;
}

/* Time slots */
.bien-v2 .bv2-timeslots {
    border-top: 1px solid #E5E5E5;
    padding-top: 24px;
    margin-bottom: 24px;
}

.bien-v2 .bv2-timeslots-title {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #0F1035;
    text-align: center;
    margin-bottom: 24px;
}

.bien-v2 .bv2-timeslots-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bien-v2 .bv2-timeslot {
    height: 40px;
    border: 1px solid #4658D8;
    border-radius: 3px;
    background: transparent;
    color: #4658D8;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.bien-v2 .bv2-timeslot:hover {
    background: #EDEEFB;
}

.bien-v2 .bv2-timeslot.-selected {
    background: #EDEEFB;
    border-color: transparent;
    color: rgba(70, 88, 216, 0.5);
    font-weight: 400;
}

.bien-v2 .bv2-timeslot.-disabled,
.bien-v2 .bv2-timeslot:disabled {
    border-color: #E5E5E5;
    background: #F7F7F7;
    color: #B8B8C5;
    cursor: default;
}

.bien-v2 .bv2-timeslot.-disabled:hover,
.bien-v2 .bv2-timeslot:disabled:hover {
    background: #F7F7F7;
}

/* Visit form fields */
.bien-v2 .bv2-visit-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.bien-v2 .bv2-visit-comment textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    padding: 20px 16px;
    margin-bottom: 0;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    color: #0F1035;
    background: #fff;
    outline: none;
    resize: vertical;
    min-height: 141px;
}

.bien-v2 .bv2-visit-comment textarea::placeholder {
    color: #0F1035;
    font-weight: 400;
}

.bien-v2 .bv2-visit-comment textarea:focus {
    border-color: #4658D8;
}

.bien-v2 .bv2-visit-submit {
    background: #0E0D32;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px 40px;
    font-family: 'kind_sansbold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    height: 48px;
    line-height: 1;
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
}

.bien-v2 .bv2-visit-submit:hover {
    background: #F4E700;
    color: #0E0D32;
}

/* Transport section */
.bien-v2 .bv2-transport-section {
    margin-bottom: 32px;
}

.bien-v2 .bv2-transport-header {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0F1035;
    line-height: 24px;
    margin: 0 0 16px 0;
}

.bien-v2 .bv2-transport-gares {
    margin-bottom: 16px;
}

.bien-v2 .bv2-transport-gare-line {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0F1035;
    line-height: 24px;
    margin: 0;
}

.bien-v2 .bv2-transport-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.bien-v2 .bv2-transport-icon-label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
}

.bien-v2 .bv2-transport-icon {
    flex-shrink: 0;
}

.bien-v2 .bv2-transport-type-label {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #0F1035;
}

.bien-v2 .bv2-transport-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.bien-v2 .bv2-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
}

.bien-v2 .bv2-badge-metro {
    border-radius: 25px;
    background: #4658D8;
    min-width: 24px;
    height: 24px;
}

.bien-v2 .bv2-badge-rer {
    border-radius: 25px;
    background: #0F1035;
    min-width: 24px;
    height: 24px;
}

.bien-v2 .bv2-badge-tram {
    border-radius: 4px;
    background: #4C9DDD;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.bien-v2 .bv2-badge-bus {
    border-radius: 2px;
    background: #3C7FC3;
    min-width: 40px;
    height: 24px;
    font-size: 14px;
    font-weight: 600;
}

.bien-v2 .bv2-badge-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    border-radius: 50%;
}

.bien-v2 .bv2-transport-icon-fallback {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #0F1035;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    flex-shrink: 0;
}

.bien-v2 .bv2-transport-station {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.bien-v2 .bv2-transport-routes {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bien-v2 .bv2-transport-route-line {
    font-family: 'kind_sansregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0F1035;
    line-height: 24px;
    margin: 0;
}

/* ===== CROSS SELLING / NOUVEAUX BIENS ===== */

.bien-v2 section.bk-type-xl {
    padding: 80px 0;
    margin: 0;
}

.bien-v2 section.bk-type-xl .bk-type-m {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 24px;
}

.bien-v2 section.bk-type-xl .like-h3.title-w-line {
    font-family: 'larken', serif;
    font-size: 24px;
    font-weight: 700;
    color: #0F1035;
    text-transform: none;
    text-align: center;
    line-height: 38px;
    margin-bottom: 24px;
    border: none;
    padding: 0;
}

.bien-v2 section.bk-type-xl .like-h3.title-w-line::after {
    display: none;
}

.bien-v2 section.bk-type-xl .grid {
    display: flex;
    flex-wrap: nowrap !important;
    gap: 24px;
    justify-content: center;
    margin-left: 0;
}

.bien-v2 section.bk-type-xl .grid > .grid__cell {
    flex: 1 1 0 !important;
    max-width: 324px;
    min-width: 0;
    padding: 0;
    float: none;
    width: auto;
}

.bien-v2 section.bk-type-xl .card.-property {
    border: 2px solid #F1F1F1;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    height: 460px;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

.bien-v2 section.bk-type-xl .card.-property .img-wrapper {
    height: 220px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin: 20px 20px 0;
    border-radius: 4px;
}

.bien-v2 section.bk-type-xl .card.-property .img-wrapper .ratio {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.bien-v2 section.bk-type-xl .card.-property .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.bien-v2 section.bk-type-xl .card.-property .tag-stick {
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 68px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0F1035;
    color: #fff;
    font-family: 'kind_sanssemibold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px 0 9px;
    line-height: 26px;
    border-radius: 2px;
    text-transform: none;
    z-index: 1;
}

/* ===== CARD INFOS (shared between card-property & card-sm) ===== */

.bien-v2 section.bk-type-xl .card.-property .infos-wrapper,
.bien-v2 section.bk-type-xl .card-sm .infos-wrapper {
    padding: 12px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
    gap: 4px;
}

.bien-v2 section.bk-type-xl .bv2-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.bien-v2 section.bk-type-xl .bv2-card-transaction {
    font-family: 'kind_sansbold', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #4658D8;
    text-transform: uppercase;
    line-height: normal;
}

.bien-v2 section.bk-type-xl .bv2-card-photos {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'kind_sansbold', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #0F1035;
    line-height: normal;
}

.bien-v2 section.bk-type-xl .bv2-card-title {
    font-family: 'kind_sansbold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #0F1035;
    text-decoration: none;
    margin-bottom: 4px;
}

.bien-v2 section.bk-type-xl .bv2-card-price {
    font-family: 'larken', serif;
    font-size: 15px;
    font-weight: 400;
    color: #0F1035;
    line-height: 18px;
}

.bien-v2 section.bk-type-xl .bv2-card-detail {
    font-family: 'larken', serif;
    font-size: 15px;
    font-weight: 400;
    color: #0F1035;
    line-height: 18px;
}

.bien-v2 section.bk-type-xl .bv2-card-detail span {
    color: #8082B1;
}

/* ===== CROSS SELLING / BIENS CONSULTES (card-sm) ===== */

.bien-v2 section.bk-type-xl .card-sm {
    border: 2px solid #F1F1F1;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    height: 460px;
    display: flex;
    flex-direction: column;
    box-shadow: none;
}

.bien-v2 section.bk-type-xl .card-sm .img-wrapper {
    height: 220px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    margin: 20px 20px 0;
    border-radius: 4px;
}

.bien-v2 section.bk-type-xl .card-sm .img-wrapper .ratio {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}

.bien-v2 section.bk-type-xl .card-sm .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.bien-v2 section.bk-type-xl .card-sm .tag-stick {
    display: inline-block;
    box-sizing: border-box;
    height: 38px;
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 68px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #0F1035;
    color: #fff;
    font-family: 'kind_sanssemibold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 18px 0 9px;
    line-height: 26px;
    border-radius: 2px;
    text-transform: none;
    z-index: 1;
    border: 0;
}

.bien-v2 .card.-property .img-wrapper .favorite,
.bien-v2 section.bk-type-xl .card-sm .img-wrapper .favorite {
    z-index: 3;
}

.bien-v2 section.bk-type-xl .btn-wrapper {
    margin-top: 24px;
}

.bien-v2 section.bk-type-xl .btn-wrapper .btn {
    display: inline-flex;
    height: 56px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #0E0D32;
    color: #fff;
    font-family: 'kind_sansbold', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    border: none;
    text-transform: none;
}

.bien-v2 section.bk-type-xl .btn-wrapper .btn:hover {
    background: #F4E700;
    color: #0E0D32;
}

.bien-v2 section.bk-type-xl .btn-wrapper .btn::before {
    display: none;
}

/* ===== BLOC AVIS IMMODVISOR ===== */

.bien-v2 section.bv2-avis {
    background: #f5f5f5;
    padding: 80px 24px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    box-sizing: border-box;
}

.bien-v2 section.bv2-avis .like-h3.title-w-line {
    text-align: center;
}

.bien-v2 .bv2-avis-widget {
    max-width: 1121px;
    margin: 0 auto;
    overflow: hidden;
}

.bien-v2 .bv2-avis-widget .imdw-horizontal-title {
    font-family: 'Larken', serif;
    font-size: 24px;
    line-height: 38px;
    color: #0f1035;
}

.bien-v2 .bv2-avis-widget .imdw-horizontal-title span.h1,
.bien-v2 .bv2-avis-widget .imdw-horizontal-title span.h1 * {
    font-family: 'Larken', serif;
    font-size: 24px;
    line-height: 38px;
    color: #0f1035;
    font-weight: 700;
}

body .imdw-horizontal-container .imdw-horizontal-slider .imdw-horizontal-slider-upper .imdw-horizontal-reviews .imdw-horizontal-slides #imdw-horizontal-button-section a.imdw-horizontal-button {
	font-size: 11px;
}

body .imdw-horizontal-container .imdw-horizontal-slider .imdw-horizontal-slider-upper .imdw-horizontal-reviews .imdw-horizontal-slides #imdw-horizontal-button-section.imdw-horizontal-button-section-double {
	padding-left: 20px!important;
}

/* Hide the button section column (immodvisor/google links) */
.bien-v2 .bv2-avis-widget #imdw-horizontal-button-section {
    display: none !important;
}

.bien-v2 .bv2-avis-widget .imdw-horizontal-container {
    background: transparent !important;
}

.bien-v2 .bv2-avis-widget .imdw-horizontal-slider-upper {
    background: #fff !important;
}

.bien-v2 .bv2-bottom-nav {
    width: 100%;
    margin: 0;
    padding: 0 0 56px;
}

.bien-v2 .bv2-bottom-nav-inner {
    border-top: 1px solid #E5E5E5;
    padding-top: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.bien-v2 .bv2-bottom-nav-link {
    min-width: 0;
    display: flex;
    height: 40px;
    padding: 10px 80px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    color: #FFFFFF;
    background: #0F1035;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.bien-v2 .bv2-bottom-nav-link:hover {
    background: #F4E700;
    color: #0F1035;
}

.bien-v2 .bv2-bottom-nav-link:hover .bv2-bottom-nav-label {
    color: #0F1035;
}

.bien-v2 .bv2-bottom-nav-label {
    color: #FFF;
    font-family: 'kind_sansregular', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    white-space: nowrap;
}

.bien-v2 .bv2-bottom-nav-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    color: inherit;
}

.bien-v2 .bv2-bottom-nav-arrow svg {
    display: block;
    width: 16px;
    height: 16px;
}

.bien-v2 .bv2-bottom-nav-link:hover .bv2-bottom-nav-arrow svg path {
    fill: #0F1035;
}

/* ===== CTA FIXED mobile ===== */
.bv2-fixed-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    background: #fff;
    z-index: 2147483003;
    border-top: 1px solid #e5e5e5;
    gap: 8px;
}

.bv2-fixed-cta-btn {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 48px;
    border-radius: 8px;
    font-family: 'kind_sansbold', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.bv2-fixed-cta-outline {
    border: 2px solid #4658D8;
    color: #4658D8;
    background: #fff;
}

.bv2-fixed-cta-primary {
    background: #4658D8;
    color: #fff;
    border: none;
}

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

@media (max-width: 1024px) {
    .bien-v2 .bv2-layout {
        flex-direction: column;
    }

    .bien-v2 .bv2-col2 {
        width: 100%;
        position: static;
        padding-top: 0;
        background: transparent;
        order: 1;
    }

    .bien-v2 .bv2-col1 {
        order: 0;
    }

    .bien-v2 .bv2-col2 #bienContainer {
        position: static;
    }

    .bien-v2 .bv2-bottom-nav-inner {
        flex-direction: column;
        gap: 16px;
        padding-top: 32px;
    }

    .bien-v2 .bv2-bottom-nav-link {
        height: auto;
        min-height: 40px;
        padding: 10px 20px;
    }

    .bien-v2 .bv2-bottom-nav-label {
        font-size: 14px;
    }
}

@media (max-width: 768px) {

    /* ===== 1. REORDER: display:contents + order ===== */
    .bien-v2 .bv2-layout {
        display: flex;
        width: 100%;
        max-width: 100%;
        gap: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .bien-v2 .bv2-col1,
    .bien-v2 .bv2-col2 {
        display: contents;
    }

    /* Order: Gallery → Info → Contact → CTAs → Tabs → Sections → Nav → Modals */
    .bien-v2 .bv2-gallery        { order: 1; }
    .bien-v2 .bv2-property-info  { order: 2; }
    .bien-v2 .bv2-contact-card   { order: 3; }
    .bien-v2 .bv2-cta-card       { order: 4; }
    .bien-v2 .bv2-anchor-tabs    { order: 5; }
    .bien-v2 .bv2-description    { order: 6; }
    .bien-v2 .bv2-bottom-nav     { order: 7; width: 100%; padding: 16px; box-sizing: border-box; }
    .bien-v2 .bv2-contact-modal  { order: 90; }
    .bien-v2 .bv2-visit-modal    { order: 91; }

    .bien-v2 .bv2-hide-mobile { display: none; }

    /* ===== 2. GALLERY mobile ===== */
    .bien-v2 .bv2-gallery {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        gap: 0;
        padding: 0 0 4px;
        overflow-x: clip;
    }

    .bien-v2 .bv2-thumbnails {
        display: none;
    }

    .bien-v2 .bv2-main-image {
        border-radius: 0;
        overflow: visible;
    }

    .bien-v2 .bv2-main-image .bv2-swiper {
        border-radius: 4px;
        overflow: visible;
    }

    .bien-v2 .bv2-main-image .swiper-wrapper {
        overflow: visible;
    }

    .bien-v2 .bv2-main-image .bv2-swiper {
        overflow: hidden !important;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .bien-v2 .bv2-main-image .swiper-wrapper {
        overflow: visible;
    }

    .bien-v2 .bv2-main-image .swiper-slide {
        border-radius: 8px;
        overflow: hidden;
    }

    .bien-v2 .bv2-main-image .ratio-estate {
        padding-bottom: 74%;
    }

    /* Slider prev/next arrows mobile */
    .bien-v2 .bv2-main-image .swiper-button-prev,
    .bien-v2 .bv2-main-image .swiper-button-next {
        display: flex !important;
        width: 22px;
        height: 22px;
        background: none;
        align-items: center;
        justify-content: center;
        top: 60%;
        transform: translateY(-50%);
    }

    /* Keep prev arrow visible even on first slide (loop) */
    .bien-v2 .bv2-main-image .swiper-button-prev.swiper-button-disabled {
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .bien-v2 .bv2-main-image .swiper-button-prev {
        left: 36px;
    }

    .bien-v2 .bv2-main-image .swiper-button-next {
        right: 36px;
    }

    .bien-v2 .bv2-main-image .swiper-button-prev::after,
    .bien-v2 .bv2-main-image .swiper-button-next::after {
        display: none;
    }

    .bien-v2 .bv2-nav-svg {
        display: block;
    }

    .bien-v2 .bv2-gallery-actions {
        bottom: 16px;
        right: 36px;
        gap: 8px;
    }

    .bien-v2 .bv2-gallery-btn {
        height: 32px;
        width: 32px;
        padding: 0;
        justify-content: center;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.95);
    }

    .bien-v2 .bv2-gallery-btn span {
        display: none;
    }

    .bien-v2 .bv2-prix-row-header {
        flex-wrap: wrap;
    }

    /* ===== 3. INFO BIEN mobile ===== */
    .bien-v2 .bv2-property-info {
        width: 100%;
        padding: 24px 8px;
        margin-bottom: 0px!important;
        box-sizing: border-box;
    }

    .bien-v2 .bv2-top-row {
        padding: 4px 0;
        margin-left: -8px;
        margin-right: -8px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bien-v2 h1.bv2-title {
        font-size: 20px;
        line-height: 28px;
    }

    .bien-v2 .bv2-subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .bien-v2 .bv2-address-line,
    .bien-v2 .bv2-address-line-with-action {
        font-size: 16px;
        line-height: 22px;
        border-top: 1px solid #E5E5E5;
        padding-top: 12px;
        margin-top: 12px;
        padding-bottom: 12px;
    }

    .bien-v2 .bv2-building-name {
        font-size: 16px;
    }


    /* ===== 4. CONTACT + CTAs mobile ===== */
    .bien-v2 .bv2-contact-card {
        width: calc(100% - 16px);
        margin: 0 8px;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
        border-radius: 4px 4px 0 0;
        padding: 16px;
    }

    .bien-v2 .bv2-cta-card {
        width: calc(100% - 16px);
        margin: 0 8px;
        box-sizing: border-box;
        border: 1px solid #e5e5e5;
        border-top: none;
        border-radius: 0 0 4px 4px;
        padding: 16px;
    }

    .bien-v2 .bv2-cta {
        width: 100%;
        border-radius: 8px;
    }

    .bien-v2 .bv2-agency-name {
        font-size: 16px;
    }

    /* ===== 5. ANCHOR TABS mobile ===== */
    .bien-v2 .bv2-anchor-tabs {
        width: 100%;
        box-sizing: border-box;
        gap: 16px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 16px 16px 12px;
        top: 0;
        flex-wrap: nowrap;
        touch-action: pan-x;
    }

    .bien-v2 .bv2-anchor-tabs::-webkit-scrollbar {
        display: none;
    }

    .bien-v2 .bv2-anchor-tab {
        font-size: 15px;
        flex-shrink: 0;
    }

    /* ===== 6. SECTIONS CONTENU mobile ===== */
    .bien-v2 .bv2-description {
        width: 100%;
        box-sizing: border-box;
        padding: 0 16px;
    }

    .bien-v2 .bv2-section {
        padding: 24px 0 40px 0;
        border-bottom: none;
        position: relative;
    }

    .bien-v2 .bv2-section::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -26px;
        right: -26px;
        height: 1px;
        background: #E5E5E5;
    }

    .bien-v2 .bv2-section:last-child::after {
        display: none;
    }

    .bien-v2 .bv2-section-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .bien-v2 .bv2-transport-header {
        font-size: 16px;
    }

    .bien-v2 .bv2-transport-gare-line {
        font-size: 14px;
    }

    .bien-v2 .bv2-section#section-localisation {
        padding-bottom: 0;
    }

    /* Prix toggle aligné à gauche */
    .bien-v2 .bv2-prix-switch {
        justify-content: flex-start;
        margin-left: 0;
    }

    .bien-v2 .bv2-prix-value.active {
        margin-right: 8px;
    }

    /* DPE texte à gauche */
    .bien-v2 .bv2-section#section-dpe {
        text-align: left;
    }

    .bien-v2 .bv2-section#section-dpe p {
        text-align: left;
        margin-bottom: 0;
    }

    /* Presentation table: keep side-by-side, shrink labels */
    .bien-v2 .bv2-pres-table {
        gap: 0 2px;
    }

    .bien-v2 .bv2-pres-table-col-labels {
        width: 45%;
    }

    .bien-v2 .bv2-pres-table-col-labels,
    .bien-v2 .bv2-pres-table-col-values {
        flex-shrink: 1;
        min-width: 0;
    }

    .bien-v2 .bv2-pres-table-label,
    .bien-v2 .bv2-pres-table-value {
        font-size: 13px;
        padding: 0 8px;
        height: 36px;
    }

    .bien-v2 .bv2-carac-grid {
        grid-template-columns: 1fr;
    }

    .bien-v2 .bv2-energy-grid {
        grid-template-columns: 1fr;
    }

    .bien-v2 .bv2-prix-wrapper {
        grid-template-columns: 1fr;
    }

    /* ===== 6b. SURFACES TABLE mobile ===== */
    .bien-v2 .bv2-section#section-surfaces .table-responsive {
        overflow-x: visible;
        border: 0;
    }

    .bien-v2 .bv2-section#section-surfaces .table {
        border: none;
        background: transparent;
        border-collapse: collapse;
    }

    .bien-v2 .bv2-section#section-surfaces .table > thead {
        display: none;
    }

    .bien-v2 .bv2-section#section-surfaces .table > tbody {
        background: transparent;
    }

    .bien-v2 .bv2-section#section-surfaces .table > tbody > tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 16px;
        background: transparent;
    }

    .bien-v2 .bv2-section#section-surfaces .table > tbody > tr:last-child {
        margin-bottom: 0;
    }

    .bien-v2 .bv2-section#section-surfaces .table > tbody > tr > td {
        display: flex;
        align-items: center;
        height: 40px;
        padding: 8px 16px;
        border: none;
        border-bottom: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
        font-family: 'kind_sansregular', sans-serif;
        font-size: 14px;
        line-height: 24px;
        color: #0E0D32;
        background: #fff;
    }

    .bien-v2 .bv2-section#section-surfaces .table > tbody > tr > td:first-child {
        border-top: 1px solid #E5E5E5;
    }

    .bien-v2 .bv2-section#section-surfaces .table > tbody > tr > td:last-child {
        border-bottom: 1px solid #E5E5E5;
    }

    .bien-v2 .bv2-section#section-surfaces .table > tbody > tr > td::before {
        content: attr(data-label);
        flex-shrink: 0;
        width: 180px;
        padding: 8px;
        margin: -8px 16px -8px -16px;
        background: #F2F2F2;
        font-family: 'kind_sanssemibold', sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        color: #0F1035;
        height: 40px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
    }

    .bien-v2 .bv2-section#section-surfaces .table > tbody > tr > td:last-child::before {
        border-bottom: none;
    }
    
    .bien-v2 section.bk-type-xl .like-h3.title-w-line {
	    font-size: 20px;
	    font-weight: 700;
	    line-height: 1.2;
    }
    
    .bien-v2 section.bk-type-xl .card.-property .img-wrapper {
	    margin: 0;
    }

    /* ===== 7. CROSS-SELLING mobile ===== */
    .bien-v2 section.bk-type-xl {
        padding: 40px 0;
    }

    .bien-v2 section.bk-type-xl .grid {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
        padding: 16px;
        box-sizing: border-box;
    }
    
    .bien-v2 section.bk-type-xl .bv2-card-title {
	    
    }

    .bien-v2 section.bk-type-xl .grid__cell {
        width: 100%;
        flex-shrink: 1;
    }

    .bien-v2 section.bk-type-xl .card.-property,
    .bien-v2 section.bk-type-xl .card-sm {
        height: auto;
    }

    /* ===== 7a. BOTTOM NAV mobile ===== */
    .bien-v2 .bv2-bottom-nav-inner {
        flex-direction: row;
        gap: 24px;
        padding-top: 0;
        border-top: none;
    }

    .bien-v2 .bv2-bottom-nav-link {
        flex: 1 1 0;
        height: 40px;
        min-height: 40px;
        padding: 10px 24px;
        border-radius: 8px;
        font-size: 13px;
    }

    .bien-v2 .bv2-bottom-nav-label {
        font-size: 13px;
    }

    /* ===== 7b. AVIS mobile ===== */
    .bien-v2 section.bv2-avis {
        padding: 0 16px 48px;
        margin-left: calc(-50vw + 50%);
        width: 100vw;
    }

    .bien-v2 .bv2-avis-widget .imdw-horizontal-title,
    .bien-v2 .bv2-avis-widget .imdw-horizontal-title span.h1,
    .bien-v2 .bv2-avis-widget .imdw-horizontal-title span.h1 * {
        font-size: 20px !important;
        line-height: 1.2 !important;
        text-align: center;
    }

    .bien-v2 .bv2-avis-widget .imdw-horizontal-title {
        margin-bottom: 24px !important;
        padding-bottom: 0 !important;
    }

    .bien-v2 .bv2-avis-widget .imdw-horizontal-slider {
        border-top: none !important;
    }

    /* Show only the first review */
    .bien-v2 .bv2-avis-widget .imdw-horizontal-review-section ~ .imdw-horizontal-review-section {
        display: none !important;
    }

    /* Hide slider navigation arrows */
    .bien-v2 .bv2-avis-widget .imdw-horizontal-slider-button {
        display: none !important;
    }

    /* Hide the footer bar (immodvisor + google scores) */
    .bien-v2 .bv2-avis-widget .imdw-horizontal-footer,
    .bien-v2 .bv2-avis-widget .imdw-horizontal-testimony {
        display: none !important;
    }

    /* Single review: no border, full width */
    .bien-v2 .bv2-avis-widget .imdw-horizontal-border-right {
        display: none !important;
    }

    .bien-v2 .bv2-avis-widget .imdw-horizontal-slides {
        justify-content: center !important;
    }

    .bien-v2 .bv2-avis-widget .imdw-horizontal-review-section {
        min-width: 100% !important;
        max-width: 100% !important;
    }

    /* ===== 8. MODALS mobile ===== */
    .bien-v2 .bv2-contact-modal,
    .bien-v2 .bv2-visit-modal {
        padding: 0 !important;
    }

    .bien-v2 .bv2-contact-modal-content,
    .bien-v2 .bv2-visit-modal-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 24px 16px;
        border-radius: 0;
        min-height: 100vh;
        box-sizing: border-box;
    }

    .bien-v2 .bv2-contact-modal-close,
    .bien-v2 .bv2-visit-modal-close {
        display: flex;
        justify-content: center;
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 16px;
    }

    /* Hide whatsapp + axeptio on mobile bien-v2 */
    .qlwapp,
    #axeptio_overlay {
        display: none !important;
    }

    /* Hide fixed CTA when modal is open */
    body:has(.bv2-visit-modal.active) .bv2-fixed-cta,
    body:has(.bv2-contact-modal.active) .bv2-fixed-cta {
        display: none !important;
    }

    /* ===== 9. CTA FIXED mobile ===== */
    .bv2-fixed-cta {
        display: flex !important;
    }

    /* ===== 9. STICKY sidebar reset ===== */
    .bien-v2 .bv2-col2 #bienContainer {
        position: static;
    }
}

/* Footer spacing override */
body.single-properties:has(.bien-v2) .page-footer-wrapper .footer {
    padding-top: 40px;
}

@media (max-width: 768px) {
    body.single-properties:has(.bien-v2) .page-footer-wrapper .footer {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 80px;
    }
}

/* ===== MAILLAGE LIENS SEO ===== */

.bien-v2 .bv2-maillage-liens {
    background: #fff;
    padding: 80px 24px;
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    box-sizing: border-box;
}

.bien-v2 .bv2-maillage-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.bien-v2 .bv2-maillage-titre {
    font-family: 'larkenregular', serif;
    font-size: 24px;
    font-weight: 700;
    color: #0F1035;
    text-align: center;
    margin: 0 0 32px;
    line-height: 38px;
}

.bien-v2 .bv2-maillage-columns {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.bien-v2 .bv2-maillage-col {
    flex: 0 0 calc(25% - 18px);
    min-width: 0;
}

.bien-v2 .bv2-maillage-col-title {
    font-family: 'kind_sansbold', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #0F1035;
    margin: 0 0 24px;
}

.bien-v2 .bv2-maillage-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bien-v2 .bv2-maillage-list > li {
    margin: 0 0 16px;
    padding: 0;
    display: block;
    list-style: none;
}

.bien-v2 .bv2-maillage-list > li:last-child {
    margin-bottom: 0;
}

.bien-v2 .bv2-maillage-list > li::before {
    display: none;
}

.bien-v2 .bv2-maillage-list > li > a {
    font-family: 'kind_sansmedium', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #0F1035;
    text-decoration: none;
    display: block;
    transition: opacity 0.2s ease;
}

.bien-v2 .bv2-maillage-list > li > a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .bien-v2 .bv2-maillage-liens {
        padding: 48px 16px;
    }

    .bien-v2 .bv2-maillage-titre {
        font-size: 20px;
        text-align: left;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .bien-v2 .bv2-maillage-columns {
        flex-direction: column;
        gap: 16px;
    }

    .bien-v2 .bv2-maillage-col-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .bien-v2 .bv2-maillage-list > li > a {
        font-size: 14px;
    }
}
