/**
 * Loire Valley Expériences v1.0 - Front CSS
 * Par Plein Écran
 */

:root {
    --loire-gold: #F4C430;
    --loire-green: #2F8F6B;
    --loire-burgundy: #8C2F39;
    --loire-burgundy-dark: #7a2933;
    --loire-green-dark: #246d53;
}

/* === RESET === */
body .loire-experiences-wrapper,
body .loire-experiences-wrapper *,
body .loire-experiences-wrapper *::before,
body .loire-experiences-wrapper *::after {
    box-sizing: border-box !important;
}

body .loire-experiences-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 32px 16px !important;
    background: #ffffff !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif !important;
    line-height: 1.5 !important;
    color: #1a1a1a !important;
    float: none !important;
    display: block !important;
}

/* === LAYOUT GRID === */
body .loire-experiences-wrapper .loire-experiences-container {
    max-width: 1300px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 260px 1fr !important;
    gap: 40px !important;
    padding: 0 !important;
    float: none !important;
    align-items: start !important;
}

/* === SIDEBAR === */
body .loire-experiences-wrapper .loire-experiences-sidebar {
    background: #ffffff !important;
    padding: 24px 24px 24px 0 !important;
    height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
    position: static !important;
    top: auto !important;
    border-right: 1px solid #e5e5e5 !important;
    display: block !important;
    float: none !important;
    width: auto !important;
}



body .loire-experiences-wrapper .sidebar-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

body .loire-experiences-wrapper .sidebar-title {
    font-size: 1.15rem !important;
    font-weight: 400 !important;
    color: #525252 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

body .loire-experiences-wrapper .btn-close-sidebar {
    display: none !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    color: #525252 !important;
}

/* Filter sections */
body .loire-experiences-wrapper .filter-section {
    border-bottom: 1px solid #e5e5e5 !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    background: none !important;
}
body .loire-experiences-wrapper .filter-section:last-of-type { border-bottom: none !important; }

body .loire-experiences-wrapper .filter-header {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    margin-bottom: 0 !important;
}

body .loire-experiences-wrapper .filter-section.active .filter-header { margin-bottom: 10px !important; }

body .loire-experiences-wrapper .filter-title {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #262626 !important;
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    border: none !important;
    background: none !important;
}

body .loire-experiences-wrapper .filter-toggle-dash {
    font-size: 1rem !important;
    color: #a3a3a3 !important;
    user-select: none !important;
}

body .loire-experiences-wrapper .filter-content {
    display: none !important;
    flex-direction: column !important;
    gap: 2px !important;
}
body .loire-experiences-wrapper .filter-section.active .filter-content { display: flex !important; }

/* Radio buttons */
body .loire-experiences-wrapper .filter-radio {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 4px 2px !important;
    cursor: pointer !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
}
body .loire-experiences-wrapper .filter-radio:hover { background: #fafafa !important; border-radius: 6px !important; }
body .loire-experiences-wrapper .filter-radio input[type="radio"] { display: none !important; }

body .loire-experiences-wrapper .radio-custom {
    width: 16px !important; height: 16px !important; min-width: 16px !important;
    border: 2px solid #d4d4d4 !important; border-radius: 50% !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
    flex-shrink: 0 !important; background: #ffffff !important;
    transition: all 150ms ease !important;
}
body .loire-experiences-wrapper .radio-custom::after {
    content: '' !important; width: 7px !important; height: 7px !important;
    border-radius: 50% !important; background: transparent !important; display: block !important;
}
body .loire-experiences-wrapper .filter-radio input[type="radio"]:checked + .radio-custom { border-color: var(--loire-burgundy) !important; }
body .loire-experiences-wrapper .filter-radio input[type="radio"]:checked + .radio-custom::after { background: var(--loire-burgundy) !important; }

body .loire-experiences-wrapper .radio-label { font-size: 0.88rem !important; color: #525252 !important; font-style: italic !important; }

/* Checkbox */
body .loire-experiences-wrapper .filter-checkbox {
    display: flex !important; align-items: center !important; gap: 8px !important;
    padding: 4px 2px !important; cursor: pointer !important; margin: 0 !important;
}
body .loire-experiences-wrapper .filter-checkbox:hover { background: #fafafa !important; border-radius: 6px !important; }
body .loire-experiences-wrapper .filter-checkbox-icon { gap: 10px !important; }

body .loire-experiences-wrapper .filter-checkbox-icon input[type="checkbox"] {
    width: 15px !important; height: 15px !important; min-width: 15px !important;
    border: 2px solid #d4d4d4 !important; border-radius: 3px !important;
    cursor: pointer !important; accent-color: #262626 !important; flex-shrink: 0 !important;
}

body .loire-experiences-wrapper .visit-icon {
    width: 28px !important; height: 28px !important; min-width: 28px !important;
    border-radius: 50% !important; display: flex !important;
    align-items: center !important; justify-content: center !important;
}
body .loire-experiences-wrapper .visit-icon-guidee       { background: #fce4ec !important; color: var(--loire-burgundy) !important; }
body .loire-experiences-wrapper .visit-icon-libre        { background: #e8f4f0 !important; color: var(--loire-green) !important; }
body .loire-experiences-wrapper .visit-icon-audio        { background: #fff3e0 !important; color: #f5a623 !important; }
body .loire-experiences-wrapper .visit-icon-petit-groupe { background: #fff8e1 !important; color: #e6a817 !important; }
body .loire-experiences-wrapper .visit-icon-privee       { background: #ede9fe !important; color: #7c3aed !important; }
body .loire-experiences-wrapper .visit-icon-degustation  { background: #fff1f2 !important; color: #9f1239 !important; }
body .loire-experiences-wrapper .visit-icon-famille      { background: #e0f2fe !important; color: #0369a1 !important; }
body .loire-experiences-wrapper .visit-icon-coupe-file   { background: #fef3c7 !important; color: #d97706 !important; }

body .loire-experiences-wrapper .filter-checkbox-icon .checkbox-label {
    font-size: 0.84rem !important; color: #525252 !important; font-style: italic !important;
}

body .loire-experiences-wrapper .filter-learn-more {
    margin-top: 6px !important; font-size: 0.82rem !important;
    color: var(--loire-gold) !important; text-decoration: none !important;
}
body .loire-experiences-wrapper .filter-learn-more:hover { text-decoration: underline !important; }

/* Price slider */
body .loire-experiences-wrapper .range-slider-container { padding: 12px 0 0 !important; }
body .loire-experiences-wrapper .range-slider {
    position: relative !important; height: 4px !important;
    background: #e5e5e5 !important; border-radius: 2px !important; margin: 20px 0 !important;
}
body .loire-experiences-wrapper .range-track {
    position: absolute !important; height: 100% !important;
    background: var(--loire-burgundy) !important; border-radius: 2px !important;
}
body .loire-experiences-wrapper .range-input {
    position: absolute !important; width: 100% !important; height: 4px !important;
    top: 0 !important; left: 0 !important; pointer-events: none !important;
    background: transparent !important; -webkit-appearance: none !important;
    appearance: none !important; margin: 0 !important; padding: 0 !important;
}
body .loire-experiences-wrapper .range-input::-webkit-slider-thumb {
    -webkit-appearance: none !important; width: 16px !important; height: 16px !important;
    border-radius: 50% !important; background: #ffffff !important;
    border: 2px solid #d4d4d4 !important; box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
    cursor: pointer !important; pointer-events: all !important;
}
body .loire-experiences-wrapper .range-input::-moz-range-thumb {
    width: 16px !important; height: 16px !important; border-radius: 50% !important;
    background: #ffffff !important; border: 2px solid #d4d4d4 !important;
    cursor: pointer !important; pointer-events: all !important;
}
body .loire-experiences-wrapper .range-values {
    display: flex !important; justify-content: space-between !important;
    font-size: 0.9rem !important; font-weight: 600 !important;
}
body .loire-experiences-wrapper .price-value-colored { color: var(--loire-burgundy) !important; }

body .loire-experiences-wrapper .btn-reset-filters {
    width: 100% !important; padding: 10px !important;
    background: #f5f5f5 !important; border: 1px solid #d4d4d4 !important;
    border-radius: 8px !important; font-size: 0.82rem !important; font-weight: 600 !important;
    color: #525252 !important; cursor: pointer !important; margin-top: 12px !important;
    display: block !important; text-align: center !important; transition: all 150ms ease !important;
}
body .loire-experiences-wrapper .btn-reset-filters:hover {
    background: #262626 !important; color: #ffffff !important; border-color: #262626 !important;
}

/* === PAGE HEADER === */
body .loire-experiences-wrapper .pcv-page-header { margin-bottom: 24px !important; padding: 0 !important; }

body .loire-experiences-wrapper h1.pcv-page-title {
    font-size: 1.8rem !important; font-weight: 300 !important; color: #404040 !important;
    margin: 0 0 24px 0 !important; padding: 0 !important;
    border: none !important; background: none !important; text-transform: none !important;
    letter-spacing: normal !important; line-height: 1.3 !important; text-align: left !important;
}

body .loire-experiences-wrapper .pcv-page-topbar {
    display: flex !important; align-items: center !important; justify-content: space-between !important;
    padding-bottom: 16px !important; border-bottom: 1px solid #e5e5e5 !important;
}
body .loire-experiences-wrapper .pcv-count { font-size: 0.95rem !important; color: #262626 !important; }
body .loire-experiences-wrapper .pcv-count strong { font-weight: 700 !important; }

body .loire-experiences-wrapper .pcv-topbar-right { display: flex !important; align-items: center !important; gap: 16px !important; }
body .loire-experiences-wrapper .pcv-sort-wrapper { display: flex !important; align-items: center !important; gap: 6px !important; }
body .loire-experiences-wrapper .pcv-sort-label { font-size: 0.85rem !important; color: #737373 !important; white-space: nowrap !important; }
body .loire-experiences-wrapper .pcv-sort-select {
    font-size: 0.85rem !important; color: #262626 !important; border: 1px solid #d4d4d4 !important;
    border-radius: 6px !important; padding: 5px 10px !important; background: #ffffff !important;
    cursor: pointer !important; outline: none !important;
}
body .loire-experiences-wrapper .pcv-sort-select:focus { border-color: var(--loire-burgundy) !important; }
body .loire-experiences-wrapper .pcv-affichage-label { font-size: 0.85rem !important; color: #737373 !important; }

body .loire-experiences-wrapper .view-toggle { display: flex !important; gap: 2px !important; }
body .loire-experiences-wrapper .view-btn {
    padding: 6px 8px !important; background: transparent !important; border: none !important;
    color: #a3a3a3 !important; cursor: pointer !important; display: flex !important;
    align-items: center !important; justify-content: center !important; transition: all 150ms ease !important;
}
body .loire-experiences-wrapper .view-btn:hover { color: #525252 !important; }
body .loire-experiences-wrapper .view-btn.active { color: #262626 !important; }

body .loire-experiences-wrapper .btn-mobile-filter {
    display: none !important; align-items: center !important; gap: 8px !important;
    padding: 8px 16px !important; background: var(--loire-burgundy) !important;
    color: #ffffff !important; border: none !important; border-radius: 10px !important;
    font-weight: 600 !important; font-size: 0.85rem !important; cursor: pointer !important;
}

/* === ACTIVE FILTER TAGS === */
body .loire-experiences-wrapper .pcv-active-filters {
    display: flex !important; align-items: center !important; gap: 16px !important;
    padding: 16px 0 !important; flex-wrap: wrap !important;
}
body .loire-experiences-wrapper .pcv-active-filters-label {
    font-size: 0.85rem !important; font-weight: 600 !important; color: #404040 !important; white-space: nowrap !important;
}
body .loire-experiences-wrapper .pcv-active-tags { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; }
body .loire-experiences-wrapper .pcv-tag {
    display: inline-flex !important; align-items: center !important; gap: 6px !important;
    padding: 5px 14px !important; border: 1.5px solid var(--loire-burgundy) !important;
    border-radius: 20px !important; font-size: 0.85rem !important; color: var(--loire-burgundy) !important;
    background: #ffffff !important; cursor: pointer !important; transition: all 150ms ease !important;
}
body .loire-experiences-wrapper .pcv-tag:hover { background: var(--loire-burgundy) !important; color: #ffffff !important; }
body .loire-experiences-wrapper .pcv-tag-close { font-size: 1rem !important; font-weight: 700 !important; }

/* === EXPERIENCE LIST === */
body .loire-experiences-wrapper .loire-experiences-list {
    display: flex !important; flex-direction: column !important; gap: 24px !important;
    padding: 0 !important; margin: 0 !important; list-style: none !important;
}
body .loire-experiences-wrapper .loire-experiences-list[data-view="grid"] {
    display: grid !important; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important; gap: 24px !important;
}

/* === CARD HORIZONTALE === */
body .loire-experiences-wrapper article.pcv-card {
    display: grid !important; grid-template-columns: 320px 1fr !important;
    background: #ffffff !important; border-radius: 6px !important; overflow: hidden !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.08) !important; transition: all 250ms ease !important;
    border: 1px solid #e5e5e5 !important; float: none !important; width: 100% !important;
    max-width: 100% !important; position: relative !important; margin: 0 !important;
    padding: 0 !important; min-height: 260px !important;
}
body .loire-experiences-wrapper article.pcv-card:hover {
    box-shadow: 0 3px 12px rgba(0,0,0,0.12) !important; transform: translateY(-1px) !important;
}
body .loire-experiences-wrapper .loire-experiences-list[data-view="grid"] article.pcv-card {
    grid-template-columns: 1fr !important; min-height: auto !important;
}

/* Card image */
body .loire-experiences-wrapper .pcv-card-image {
    position: relative !important; overflow: hidden !important; min-height: 260px !important;
    height: auto !important; background: #f5f5f5 !important; display: block !important;
    padding: 0 !important; margin: 0 !important; width: 100% !important;
}
body .loire-experiences-wrapper .loire-experiences-list[data-view="grid"] .pcv-card-image {
    height: 220px !important; min-height: 220px !important;
}
body .loire-experiences-wrapper .pcv-card-gallery {
    position: relative !important; width: 100% !important; height: 100% !important;
    min-height: 260px !important; display: block !important;
}
body .loire-experiences-wrapper .pcv-slide {
    position: absolute !important; top: 0 !important; left: 0 !important; right: 0 !important;
    bottom: 0 !important; width: 100% !important; height: 100% !important;
    opacity: 0 !important; transition: opacity 250ms ease !important; overflow: hidden !important;
}
body .loire-experiences-wrapper .pcv-slide.active { opacity: 1 !important; }
body .loire-experiences-wrapper .pcv-slide img {
    width: 100% !important; height: 100% !important; object-fit: cover !important;
    display: block !important; border: none !important; border-radius: 0 !important;
    position: absolute !important; top: 0 !important; left: 0 !important;
}
body .loire-experiences-wrapper .pcv-placeholder {
    width: 100% !important; height: 100% !important; display: flex !important;
    align-items: center !important; justify-content: center !important;
    background: var(--loire-gold) !important; font-size: 3rem !important;
}
body .loire-experiences-wrapper .pcv-dots {
    position: absolute !important; bottom: 10px !important; left: 50% !important;
    transform: translateX(-50%) !important; z-index: 2 !important; display: flex !important; gap: 4px !important;
}
body .loire-experiences-wrapper .pcv-dot {
    width: 7px !important; height: 7px !important; border-radius: 50% !important;
    background: rgba(255,255,255,0.5) !important; cursor: pointer !important;
    transition: all 150ms ease !important;
}
body .loire-experiences-wrapper .pcv-dot.active {
    background: #ffffff !important; width: 20px !important; border-radius: 4px !important;
}

/* Badges */
body .loire-experiences-wrapper .pcv-badge {
    position: absolute !important; top: 12px !important; left: 12px !important; z-index: 3 !important;
    padding: 4px 10px !important; border-radius: 4px !important; font-size: 0.78rem !important;
    font-weight: 700 !important; color: #ffffff !important;
}
body .loire-experiences-wrapper .pcv-badge-discount { background: var(--loire-gold) !important; }
body .loire-experiences-wrapper .pcv-badge-popular {
    background: var(--loire-burgundy) !important; top: auto !important; bottom: 40px !important;
}

/* Card content */
body .loire-experiences-wrapper .pcv-card-content {
    padding: 24px !important; display: flex !important; flex-direction: column !important;
    gap: 10px !important; background: #ffffff !important; width: 100% !important;
}

body .loire-experiences-wrapper .pcv-card-header {
    display: flex !important; justify-content: space-between !important;
    align-items: flex-start !important; gap: 16px !important;
}
body .loire-experiences-wrapper h3.pcv-card-title {
    margin: 0 !important; padding: 0 !important; font-size: 1.15rem !important;
    font-weight: 600 !important; line-height: 1.35 !important; flex: 1 !important;
    border: none !important; background: none !important; text-transform: none !important;
    color: #262626 !important;
}
body .loire-experiences-wrapper .pcv-card-title a {
    color: #262626 !important; text-decoration: none !important;
}
body .loire-experiences-wrapper .pcv-card-title a:hover { color: var(--loire-burgundy) !important; }

body .loire-experiences-wrapper .pcv-visit-type-icons {
    display: flex !important; gap: 6px !important; flex-shrink: 0 !important; align-items: center !important;
}
body .loire-experiences-wrapper .pcv-visit-type-icon {
    width: 36px !important; height: 36px !important; min-width: 36px !important;
    border-radius: 50% !important; display: flex !important; align-items: center !important;
    justify-content: center !important; flex-shrink: 0 !important;
}

/* Rating blocks */
body .loire-experiences-wrapper .pcv-rating {
    display: flex !important; align-items: center !important; gap: 8px !important;
}
body .loire-experiences-wrapper .pcv-rating-blocks { display: flex !important; gap: 2px !important; }
body .loire-experiences-wrapper span.pcv-block {
    display: inline-block !important; width: 18px !important; height: 12px !important;
    border-radius: 2px !important; border: none !important;
}
body .loire-experiences-wrapper span.pcv-block.filled { background: var(--loire-burgundy) !important; }
body .loire-experiences-wrapper span.pcv-block.half { background: var(--loire-burgundy) !important; }
body .loire-experiences-wrapper span.pcv-block.empty { background: #e5e5e5 !important; }
body .loire-experiences-wrapper .pcv-rating-text { font-size: 0.82rem !important; color: #737373 !important; }

/* Description */
body .loire-experiences-wrapper .pcv-card-description {
    font-size: 0.9rem !important; color: #525252 !important; line-height: 1.6 !important; flex: 1 !important;
}
body .loire-experiences-wrapper a.pcv-read-more {
    display: block !important; margin-top: 4px !important; color: var(--loire-burgundy) !important;
    text-decoration: none !important; font-weight: 500 !important;
}
body .loire-experiences-wrapper a.pcv-read-more:hover { text-decoration: underline !important; }

/* Footer card */
body .loire-experiences-wrapper .pcv-card-footer {
    display: flex !important; justify-content: space-between !important; align-items: flex-end !important;
    margin-top: auto !important; padding-top: 16px !important; border-top: 1px solid #f5f5f5 !important; gap: 16px !important;
}
body .loire-experiences-wrapper .pcv-card-footer-left { display: flex !important; flex-direction: column !important; gap: 6px !important; }
body .loire-experiences-wrapper .pcv-duration-text { font-size: 0.85rem !important; color: #525252 !important; }

/* SVG Flags */
body .loire-experiences-wrapper .pcv-flags { display: flex !important; gap: 4px !important; align-items: center !important; }
body .loire-experiences-wrapper .pcv-flag-icon {
    display: inline-block !important; width: 24px !important; height: 16px !important;
    border-radius: 2px !important; overflow: hidden !important; box-shadow: 0 0 1px rgba(0,0,0,0.2) !important;
    flex-shrink: 0 !important;
}
body .loire-experiences-wrapper .pcv-flag-icon svg {
    display: block !important; width: 100% !important; height: 100% !important;
}

body .loire-experiences-wrapper .pcv-card-footer-right { text-align: right !important; flex-shrink: 0 !important; display: flex !important; flex-direction: column !important; align-items: flex-end !important; gap: 2px !important; }
body .loire-experiences-wrapper .pcv-card-footer-right .lve-compare-btn { margin: 6px 0 0 !important; float: none !important; align-self: flex-end !important; }
body .loire-experiences-wrapper .pcv-price-label { display: block !important; font-size: 0.75rem !important; color: #737373 !important; margin-bottom: 2px !important; }
body .loire-experiences-wrapper .pcv-price-old { display: block !important; font-size: 0.82rem !important; color: #a3a3a3 !important; text-decoration: line-through !important; }
body .loire-experiences-wrapper span.pcv-price {
    display: block !important; font-size: 1.5rem !important; font-weight: 700 !important;
    color: #262626 !important; line-height: 1.1 !important;
}
body .loire-experiences-wrapper .pcv-price-per {
    display: block !important; font-size: 0.7rem !important; color: #a3a3a3 !important;
    font-weight: 400 !important; margin-top: 1px !important;
}

/* === LOADING OVERLAY — HIDDEN PAR DEFAUT === */
body .loire-experiences-wrapper .loading-overlay {
    position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
    background: rgba(255, 255, 255, 0.85) !important;
    align-items: center !important; justify-content: center !important; z-index: 9999 !important;
    display: none !important;
}
body .loire-experiences-wrapper .loading-overlay.active {
    display: flex !important;
}
body .loire-experiences-wrapper .loading-spinner {
    width: 40px !important; height: 40px !important; border: 3px solid #e5e5e5 !important;
    border-top-color: var(--loire-burgundy) !important; border-radius: 50% !important;
    animation: loireSpin 0.7s linear infinite !important;
}
@keyframes loireSpin { to { transform: rotate(360deg); } }

/* No results */
body .loire-experiences-wrapper .no-experiences,
body .loire-experiences-wrapper .no-results {
    text-align: center !important; padding: 48px !important; color: #737373 !important;
}

/* Pagination */
body .loire-experiences-wrapper .loire-pagination { margin-top: 32px !important; text-align: center !important; }
body .loire-experiences-wrapper .loire-pagination .page-numbers {
    display: inline-block !important; padding: 8px 14px !important; margin: 0 2px !important;
    border: 1px solid #e5e5e5 !important; border-radius: 6px !important; color: #525252 !important;
    text-decoration: none !important; background: #ffffff !important;
}
body .loire-experiences-wrapper .loire-pagination .page-numbers:hover,
body .loire-experiences-wrapper .loire-pagination .page-numbers.current {
    background: var(--loire-burgundy) !important; color: #ffffff !important; border-color: var(--loire-burgundy) !important;
}

/* Sidebar overlay mobile */
.sidebar-overlay { display: none !important; position: fixed !important; inset: 0 !important; background: rgba(0,0,0,0.4) !important; z-index: 9999 !important; }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
    body .loire-experiences-wrapper .loire-experiences-container { grid-template-columns: 220px 1fr !important; gap: 24px !important; }
    body .loire-experiences-wrapper article.pcv-card { grid-template-columns: 260px 1fr !important; }
}

@media (max-width: 768px) {
    body .loire-experiences-wrapper .loire-experiences-container { grid-template-columns: 1fr !important; display: block !important; }
    body .loire-experiences-wrapper .loire-experiences-sidebar {
        position: fixed !important; top: 0 !important; left: -100% !important;
        width: 300px !important; max-width: 85% !important; height: 100vh !important; max-height: 100vh !important;
        z-index: 10000 !important; overflow-y: auto !important; background: #ffffff !important;
        box-shadow: 0 4px 16px rgba(0,0,0,0.10) !important; transition: left 250ms ease !important;
        border-right: none !important; padding: 24px !important;
    }
    body .loire-experiences-wrapper .loire-experiences-sidebar.active { left: 0 !important; }
    body .loire-experiences-wrapper .btn-close-sidebar { display: block !important; }
    body .loire-experiences-wrapper .btn-mobile-filter { display: flex !important; }
    body .loire-experiences-wrapper article.pcv-card { grid-template-columns: 1fr !important; }
    body .loire-experiences-wrapper .pcv-card-image { min-height: 200px !important; height: 200px !important; }
    body .loire-experiences-wrapper h1.pcv-page-title { font-size: 1.4rem !important; }
    body .loire-experiences-wrapper .pcv-page-topbar { flex-wrap: wrap !important; gap: 8px !important; }
}

@media (max-width: 480px) {
    body .loire-experiences-wrapper .pcv-card-footer { flex-direction: column !important; align-items: flex-start !important; }
    body .loire-experiences-wrapper .pcv-card-footer-right { text-align: left !important; }
    body .loire-experiences-wrapper .pcv-card-content { padding: 16px !important; }
}

/* =============================================================
   SINGLE PRODUCT PAGE — ParisCityVision Style v3
   All selectors use #lve-product for max specificity
   ============================================================= */

#lve-product { width:100%; background:#fff; padding:32px 24px 64px; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif; line-height:1.6; color:#1a1a1a; }
#lve-product *, #lve-product *::before, #lve-product *::after { box-sizing:border-box; padding:0; }
#lve-product .lve-p-container { max-width:1280px; margin:0 auto; overflow:visible; }

/* Fil d'ariane */
.lve-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0 0 20px;
    font-size: 0.82rem;
    color: #94a3b8;
}

.lve-bc-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #64748b;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s;
}
.lve-bc-link:hover { color: #8C2F39; }
.lve-bc-link svg   { flex-shrink: 0; }

.lve-bc-sep {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1;
    user-select: none;
}

.lve-bc-current {
    color: #1e293b;
    font-weight: 600;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Titre + rating — pleine largeur avant le layout */
#lve-product .lve-p-top { margin:0 0 24px 0; padding-top:16px; border-top:1px solid #f1f5f9; }

/* Layout 2 colonnes */
#lve-product .lve-p-layout { display:grid; grid-template-columns:1fr 420px; gap:40px; align-items:start; }
#lve-product .lve-p-main { min-width:0; }

/* Sidebar de réservation */
#lve-product .lve-p-sidebar { position:static; background:#fff; border:1px solid #e5e5e5; border-radius:16px; overflow:hidden; box-shadow:0 4px 24px rgba(0,0,0,.08); align-self:flex-start; }

/* Prix sidebar */
#lve-product .lve-p-sb-price { padding:20px 22px 16px; border-bottom:1px solid #f0f0f0; background:#fafafa; }
#lve-product .lve-p-sb-from { font-size:0.75rem; color:#888; display:block; margin-bottom:2px; }
#lve-product .lve-p-sb-price-row { display:flex; align-items:baseline; gap:7px; flex-wrap:wrap; }
#lve-product .lve-p-sb-price-row s { font-size:0.88rem; color:#aaa; text-decoration:line-through; }
#lve-product .lve-p-sb-price-row strong { font-size:1.75rem; font-weight:800; color:#8C2F39; }
#lve-product .lve-p-sb-price-row > span { font-size:0.88rem; color:#555; }

/* Sections dans la sidebar */
#lve-product .lve-p-sb-section { padding:20px 22px; border-bottom:1px solid #f0f0f0; }
#lve-product .lve-p-sb-section-title { font-size:0.82rem; font-weight:700; color:#555; text-transform:uppercase; letter-spacing:.04em; margin:0 0 14px 0; display:flex; align-items:center; gap:6px; }
#lve-product .lve-p-sb-section-title svg { flex-shrink:0; color:#888; }

/* Pas de calendrier configuré */
#lve-product .lve-p-sb-no-cal { display:flex; align-items:center; gap:10px; color:#94a3b8; font-size:0.85rem; }

/* Quantité */
#lve-product .lve-p-sb-qty .quantity { display:flex; align-items:center; gap:0; }
#lve-product .lve-p-sb-qty .qty { width:60px; padding:8px 10px; font-size:1rem; border:1px solid #d1d5db; border-radius:8px; text-align:center; }

/* Bouton add to cart */
#lve-product .lve-p-sb-add-btn { display:flex; align-items:center; justify-content:center; gap:8px; width:calc(100% - 44px); margin:16px 22px; padding:14px 24px; background:#8C2F39; color:#fff !important; border:none; border-radius:30px; font-size:1rem; font-weight:700; cursor:pointer; transition:all .2s; text-decoration:none !important; }
#lve-product .lve-p-sb-add-btn:hover { background:#7a2933; transform:translateY(-1px); box-shadow:0 4px 16px rgba(140,47,57,.3); }
#lve-product .lve-p-sb-add-btn svg { flex-shrink:0; }

/* Méta infos sous le bouton */
#lve-product .lve-p-sb-meta { padding:14px 22px 18px; display:flex; flex-direction:column; gap:8px; }
#lve-product .lve-p-sb-meta-row { display:flex; align-items:flex-start; gap:8px; font-size:0.82rem; color:#555; }
#lve-product .lve-p-sb-meta-row svg { flex-shrink:0; margin-top:1px; color:#888; }
#lve-product .lve-p-sb-cancel { color:#888; font-size:0.78rem; }

/* Calendrier front dans la sidebar — ajustements */
#lve-product .lve-p-sidebar .lve-front-calendar { max-width:100%; margin:0; }
#lve-product .lve-p-sidebar .lve-front-cal-header { border-radius:8px 8px 0 0; }
#lve-product .lve-p-sidebar .lve-front-cal-grid { border-radius:0 0 8px 8px; border-left:none; border-right:none; }

/* Barre prix mobile (cachée sur desktop) */
#lve-product .lve-p-pricebar-mobile { display:none; }

/* Notices WooCommerce dans la sidebar produit */
#lve-product .lve-p-sb-form .woocommerce-error,
#lve-product .lve-p-sb-form .woocommerce-message,
#lve-product .lve-p-sb-form .woocommerce-info {
    display:flex !important; align-items:center !important; gap:8px !important;
    margin:0 22px 14px !important; padding:12px 16px !important;
    border-radius:10px !important; font-size:13px !important; font-weight:600 !important;
    list-style:none !important; background:#fff1f2 !important; border:1.5px solid #fca5a5 !important;
    color:#b91c1c !important;
}
#lve-product .lve-p-sb-form .woocommerce-error::before { content:'⚠'; margin-right:2px; }

/* Title */
#lve-product .lve-p-title { font-size:1.9rem !important; font-weight:700 !important; color:#1a1a1a !important; margin:0 0 6px 0 !important; padding:0 !important; line-height:1.2 !important; border:none !important; background:none !important; text-transform:none !important; letter-spacing:0 !important; }

/* Rating */
#lve-product .lve-p-rating { display:flex; align-items:center; gap:8px; margin:0 0 16px 0; }
#lve-product .lve-p-rblk { display:inline-block; width:22px; height:13px; border-radius:2px; font-style:normal; }
#lve-product .lve-p-rblk.on { background:#8C2F39; }
#lve-product .lve-p-rblk.half { background:#8C2F39; }
#lve-product .lve-p-rblk.off { background:#e0e0e0; }
#lve-product .lve-p-rating span { font-size:0.82rem; color:#888; }

/* Gallery */
#lve-product .lve-p-gallery { position:relative; width:100%; height:420px; border-radius:12px; overflow:hidden; background:#f0f0f0; margin:0 0 0 0; }
#lve-product .lve-p-gal-slides { position:relative; width:100%; height:100%; }
#lve-product .lve-p-slide { position:absolute; inset:0; opacity:0; transition:opacity .35s ease; }
#lve-product .lve-p-slide.active { opacity:1; z-index:1; }
#lve-product .lve-p-slide img { width:100%; height:100%; object-fit:cover; display:block; }

#lve-product .lve-p-gal-badges { position:absolute; top:14px; left:14px; z-index:5; display:flex; gap:6px; flex-wrap:wrap; }
#lve-product .lve-p-gal-badges span { display:inline-block; padding:5px 14px; border-radius:5px; font-size:0.78rem; font-weight:700; color:#fff; box-shadow:0 2px 6px rgba(0,0,0,.15); }
#lve-product .lve-p-gal-promo { position:absolute; top:14px; right:14px; z-index:5; padding:4px 12px; border-radius:4px; background:#F4C430; color:#fff; font-size:0.8rem; font-weight:700; }

#lve-product .lve-p-gal-arr { position:absolute; top:50%; transform:translateY(-50%); z-index:5; width:36px; height:36px; border-radius:50%; background:rgba(0,0,0,.35); border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .2s; }
#lve-product .lve-p-gal-arr:hover { background:rgba(0,0,0,.6); }
#lve-product .lve-p-gal-arr-l { left:12px; }
#lve-product .lve-p-gal-arr-r { right:12px; }

#lve-product .lve-p-gal-dots { position:absolute; bottom:12px; left:50%; transform:translateX(-50%); z-index:5; display:flex; gap:6px; }
#lve-product .lve-p-gdot { width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.5); cursor:pointer; transition:all .2s; }
#lve-product .lve-p-gdot.active { background:#fff; width:22px; border-radius:4px; }

/* Price bar */
#lve-product .lve-p-pricebar { display:flex; align-items:center; justify-content:space-between; padding:18px 0; border-bottom:1px solid #e5e5e5; gap:16px; flex-wrap:wrap; }
#lve-product .lve-p-pricebar-l { display:flex; flex-direction:column; gap:3px; }
#lve-product .lve-p-pricebar-from { font-size:0.78rem; color:#888; }
#lve-product .lve-p-pricebar-row { display:flex; align-items:baseline; gap:6px; }
#lve-product .lve-p-pricebar-row s { font-size:0.88rem; color:#aaa; text-decoration:line-through; }
#lve-product .lve-p-pricebar-row b { font-size:1.55rem; font-weight:700; color:#8C2F39; }
#lve-product .lve-p-pricebar-row > span { font-size:0.88rem; color:#555; }
#lve-product .lve-p-flags { display:flex; gap:4px; align-items:center; margin-top:2px; }
#lve-product .lve-p-flag { display:inline-block; width:24px; height:16px; border-radius:2px; overflow:hidden; box-shadow:0 0 1px rgba(0,0,0,.2); font-style:normal; }
#lve-product .lve-p-flag svg { display:block; width:100%; height:100%; }

#lve-product .lve-p-cta-btn { display:inline-block; padding:12px 30px; background:#8C2F39; color:#fff !important; border:none; border-radius:25px; font-size:0.92rem; font-weight:700; text-decoration:none !important; cursor:pointer; transition:all .2s; white-space:nowrap; }
#lve-product .lve-p-cta-btn:hover { background:#7a2933; transform:translateY(-1px); box-shadow:0 4px 12px rgba(140,47,57,.3); }

/* Sections */
#lve-product .lve-p-sec { padding:24px 0; border-bottom:1px solid #e5e5e5; overflow:hidden; }
#lve-product .lve-p-h2 { font-size:1.25rem !important; font-weight:700 !important; color:#1a1a1a !important; margin:0 0 14px 0 !important; padding:0 !important; border:none !important; background:none !important; text-transform:none !important; letter-spacing:0 !important; line-height:1.3 !important; }
#lve-product .lve-p-subsec { font-size:0.95rem; font-weight:600; color:#555; margin:0 0 16px 0; }

/* List items — using divs to avoid ANY theme ul/li conflicts */
#lve-product .lve-p-list { display:flex; flex-direction:column; gap:6px; }
#lve-product .lve-p-li { font-size:0.93rem; color:#404040; line-height:1.5; padding-left:4px; }
#lve-product .lve-p-dot { font-weight:700; color:#1a1a1a; font-size:1.1rem; }
#lve-product .lve-p-list-red .lve-p-dot { color:#8C2F39; }

/* Booking card */
#lve-product .lve-p-bookcard { border:1px solid #e8e8e8; border-radius:10px; overflow:hidden; background:#fafafa; }
#lve-product .lve-p-bookcard-top { display:flex; padding:22px; gap:0; }
#lve-product .lve-p-bookcard-bar { width:3px; background:#e0e0e0; border-radius:2px; flex-shrink:0; margin-right:18px; }
#lve-product .lve-p-bookcard-body { flex:1; }
#lve-product .lve-p-bookcard-body strong { display:block; font-size:1rem; font-weight:700; color:#1a1a1a; margin:0 0 6px 0; }
#lve-product .lve-p-bookcard-desc { font-size:0.85rem; color:#666; margin:0 0 10px 0; line-height:1.5; }
#lve-product .lve-p-bookcard-dur { font-size:0.83rem; color:#888; margin:0 0 10px 0; display:flex; align-items:center; gap:4px; }
#lve-product .lve-p-bookcard-dur svg { flex-shrink:0; }
#lve-product .lve-p-bookcard-prix { font-size:0.85rem; color:#888; margin:0; }
#lve-product .lve-p-bookcard-prix b { font-size:1.2rem; color:#1a1a1a; margin-left:4px; }

#lve-product .lve-p-bookcard-cta { padding:0 22px 22px 22px; text-align:center; }
#lve-product .lve-p-bookcard-cta a { display:inline-block; padding:12px 40px; background:#8C2F39; color:#fff !important; border-radius:25px; font-size:0.9rem; font-weight:700; text-decoration:none !important; transition:all .2s; }
#lve-product .lve-p-bookcard-cta a:hover { background:#7a2933; }

/* Cancellation widget */
#lve-product .lve-p-cancel { padding:14px 0; font-size:0.85rem; color:#666; border-bottom:1px solid #e5e5e5; }
#lve-product .lve-p-cancel strong { color:#1a1a1a; }
#lve-product .lve-p-cancel-wrap { margin:0 22px 16px; border:1px solid #e5e5e5; border-radius:10px; overflow:hidden; background:#fafafa; font-size:0.82rem; }
#lve-product .lve-p-cancel-toggle { width:100%; display:flex; align-items:center; gap:7px; padding:10px 14px; background:none; border:none; cursor:pointer; color:#555; font-size:0.82rem; font-weight:600; text-align:left; transition:background .15s; }
#lve-product .lve-p-cancel-toggle:hover { background:#f0f0f0; }
#lve-product .lve-p-cancel-icon { display:flex; align-items:center; color:#2F8F6B; flex-shrink:0; }
#lve-product .lve-p-cancel-toggle > span:nth-child(2) { flex:1; }
#lve-product .lve-p-cancel-chev { flex-shrink:0; color:#aaa; transition:transform .2s; }
#lve-product .lve-p-cancel-wrap.open .lve-p-cancel-chev { transform:rotate(180deg); }
#lve-product .lve-p-cancel-body { display:none; padding:10px 14px 14px; border-top:1px solid #e5e5e5; background:#fff; }
#lve-product .lve-p-cancel-wrap.open .lve-p-cancel-body { display:block; }
#lve-product .lve-p-cancel-line { display:flex; align-items:baseline; gap:8px; color:#555; padding:4px 0; }
#lve-product .lve-p-cancel-line svg { flex-shrink:0; position:relative; top:1px; }
#lve-product .lve-p-cancel-line span { line-height:1.5; font-size:0.82rem; }

/* Description */
#lve-product .lve-p-desc { position:relative; }
#lve-product .lve-p-desc-inner { font-size:0.93rem; color:#404040; line-height:1.7; }
#lve-product .lve-p-desc-inner p { margin:0 0 10px 0 !important; }
#lve-product .lve-p-desc-inner strong { color:#1a1a1a; }
#lve-product .lve-p-desc-fade { display:none; position:absolute; bottom:0; left:0; right:0; height:60px; background:linear-gradient(transparent,#fff); pointer-events:none; }
#lve-product .lve-p-readmore { display:inline-block; margin-top:6px; color:#8C2F39; font-size:0.88rem; font-weight:600; text-decoration:none !important; }
#lve-product .lve-p-readmore:hover { text-decoration:underline !important; }

/* Preparation / Timeline */
#lve-product .lve-p-prep { display:grid; grid-template-columns:1fr 1fr; gap:28px; align-items:start; }
#lve-product .lve-p-tl { position:relative; padding-left:26px; }
#lve-product .lve-p-tl::before { content:''; position:absolute; left:7px; top:10px; bottom:40px; width:2px; background:#2F8F6B; }
#lve-product .lve-p-tl-item { position:relative; padding-bottom:22px; }
#lve-product .lve-p-tl-dot { position:absolute; left:-22px; top:6px; width:12px; height:12px; border-radius:50%; background:#2F8F6B; border:2px solid #fff; box-shadow:0 0 0 2px #2F8F6B; }
#lve-product .lve-p-tl-content { padding-left:6px; }
#lve-product .lve-p-tl-content p { font-size:0.86rem; color:#444; margin:0 0 3px 0 !important; line-height:1.4; }
#lve-product .lve-p-tl-tag { display:inline-block; padding:2px 12px; border-radius:4px; font-size:0.75rem; font-weight:700; font-style:normal; color:#fff; background:#8C2F39; margin:0 0 6px 0; }
#lve-product .lve-p-tl-sm { font-size:0.83rem !important; color:#888 !important; }
#lve-product .lve-p-tl-extra { padding-left:6px; margin-top:4px; font-size:0.84rem; color:#555; }
#lve-product .lve-p-tl-extra p { margin:0 0 2px 0 !important; }

#lve-product .lve-p-map { border-radius:10px; overflow:hidden; height:280px; background:#f0f0f0; }
#lve-product .lve-p-map iframe { display:block; width:100%; height:100%; }
#lve-product .lve-p-map-ph { display:flex; flex-direction:column; align-items:center; justify-content:center; height:260px; gap:8px; color:#aaa; font-size:0.88rem; text-align:center; }
#lve-product .lve-p-map-ph small { font-size:0.75rem; color:#ccc; }

/* Info grid */
#lve-product .lve-p-infogrid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
#lve-product .lve-p-infocard { display:flex; flex-direction:column; gap:4px; padding:16px; background:#fafafa; border-radius:8px; border:1px solid #f0f0f0; }
#lve-product .lve-p-infocard-ico { color:#8C2F39; line-height:0; }
#lve-product .lve-p-infocard-ico svg { stroke:#8C2F39; }
#lve-product .lve-p-infocard-lbl { font-size:0.7rem; color:#888; letter-spacing:.5px; font-weight:600; text-transform:uppercase; }
#lve-product .lve-p-infocard-val { font-size:0.88rem; font-weight:600; color:#1a1a1a; }

/* Months */
#lve-product .lve-p-months { display:flex; flex-wrap:wrap; gap:8px; }
#lve-product .lve-p-months span { display:inline-block; padding:6px 14px; border-radius:20px; font-size:0.8rem; font-weight:600; border:1px solid #e5e5e5; color:#bbb; background:#fafafa; }
#lve-product .lve-p-months span.on { background:#8C2F39; color:#fff; border-color:#8C2F39; }

/* FAQ */
#lve-product .lve-p-faq-item { border-bottom:1px solid #eee; }
#lve-product .lve-p-faq-item:last-child { border-bottom:none; }
#lve-product .lve-p-faq-q { width:100%; display:flex; justify-content:space-between; align-items:center; padding:14px 0; background:none; border:none; cursor:pointer; font-size:0.93rem; font-weight:600; color:#1a1a1a; text-align:left; }
#lve-product .lve-p-faq-chev { flex-shrink:0; transition:transform .25s; }
#lve-product .lve-p-faq-item.open .lve-p-faq-chev { transform:rotate(180deg); }
#lve-product .lve-p-faq-a { max-height:0; overflow:hidden; transition:max-height .3s ease; }
#lve-product .lve-p-faq-item.open .lve-p-faq-a { max-height:500px; }
#lve-product .lve-p-faq-a p { margin:0 0 14px 0 !important; font-size:0.88rem; color:#555; line-height:1.6; }

/* =============================================================
   SINGLE PRODUCT RESPONSIVE
   ============================================================= */
@media (max-width:1024px) {
    #lve-product .lve-p-layout { grid-template-columns:1fr 360px; gap:28px; }
}
@media (max-width:900px) {
    /* Passage en 1 colonne : sidebar passe sous le contenu */
    #lve-product .lve-p-layout { grid-template-columns:1fr; }
    #lve-product .lve-p-sidebar { position:static; order:2; margin-top:0; }
    #lve-product .lve-p-main { order:1; }
    #lve-product .lve-p-pricebar-mobile { display:flex; }
}
@media (max-width:768px) {
    #lve-product { padding:20px 16px 48px; }
    #lve-product .lve-p-title { font-size:1.4rem !important; }
    #lve-product .lve-p-gallery { height:300px; }
    #lve-product .lve-p-cta-btn { width:100%; text-align:center; }
    #lve-product .lve-p-prep { grid-template-columns:1fr; }
    #lve-product .lve-p-infogrid { grid-template-columns:1fr 1fr; }
}
@media (max-width:480px) {
    #lve-product .lve-p-gallery { height:240px; }
    #lve-product .lve-p-infogrid { grid-template-columns:1fr; }
    #lve-product .lve-p-sb-add-btn { width:calc(100% - 32px); margin:14px 16px; }
}

/* =============================================
   SÉLECTEUR DE LANGUE FLOTTANT
   ============================================= */

.lve-lang-switcher {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Bouton principal */
.lve-lang-current {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #8C2F39;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    transition: background 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.lve-lang-current:hover {
    background: #8C2F39;
    box-shadow: 0 6px 24px rgba(0,0,0,.35);
}

.lve-lang-flag {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.lve-lang-arrow {
    margin-left: 2px;
    transition: transform 0.2s;
    opacity: 0.7;
}

.lve-lang-switcher.is-open .lve-lang-arrow {
    transform: rotate(180deg);
}

/* Menu déroulant */
.lve-lang-menu {
    list-style: none;
    margin: 0 0 8px;
    padding: 6px;
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,.16), 0 2px 8px rgba(0,0,0,.08);
    min-width: 160px;
    opacity: 0;
    transform: translateY(8px) scale(0.97);
    transform-origin: bottom right;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.lve-lang-switcher.is-open .lve-lang-menu {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* Options */
.lve-lang-menu li {
    list-style: none;
}

.lve-lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 9px;
    text-decoration: none;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.15s;
}

.lve-lang-option:hover {
    background: #f1f5f9;
    color: #0f172a;
    text-decoration: none;
}

.lve-lang-option-active {
    background: #f0fdf4;
    color: #2F8F6B;
    font-weight: 700;
}

.lve-lang-option-active:hover {
    background: #dcfce7;
    color: #2F8F6B;
}

.lve-lang-check {
    margin-left: auto;
    color: #2F8F6B;
    flex-shrink: 0;
}

/* Mobile */
@media (max-width: 480px) {
    .lve-lang-switcher {
        bottom: 16px;
        right: 16px;
    }
    .lve-lang-current {
        padding: 9px 13px;
        font-size: 13px;
    }
}

/* =====================================================
   SÉLECTEUR TYPE DE RÉSERVATION (page produit)
   ===================================================== */
.lve-booking-types {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Structure : [radio] + [body: [top: nom|prix] / desc] */
/* --- CONTENEUR PRINCIPAL DE L'OPTION --- */
/* =====================================================
   SÉLECTEUR TYPE DE RÉSERVATION (page produit) - DESIGN PROPRE
   ===================================================== */
.lve-booking-types {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* Structure : [radio] + [body: [top: nom|prix] / desc] */
.lve-bt-opt {
    display: flex !important;
    align-items: flex-start !important; /* Aligne en haut si le texte est long */
    gap: 16px !important; /* Espace radio <-> texte */
    padding: 18px 20px !important; /* Aère l'intérieur de la carte */
    border: 2px solid #e2e8f0 !important;
    border-radius: 12px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
    background: #ffffff !important;
    margin: 0 !important;
}

/* Le bouton radio */
.lve-bt-opt input[type="radio"] {
    margin: 2px 0 0 0 !important; /* Aligne avec le titre */
    width: 20px !important;
    height: 20px !important;
    accent-color: #8C2F39 !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
}

/* Le conteneur du texte */
.lve-bt-opt-body {
    flex: 1 !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important; /* Espace entre le haut (titre/prix) et la description */
    width: 100% !important;
}

/* Ligne 1 : nom à gauche, prix à droite */
.lve-bt-opt-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
}

/* Titres et Sous-titres */
.lve-bt-opt-name {
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.lve-bt-opt-name small {
    display: block !important;
    font-weight: 500 !important;
    color: #64748b !important;
    font-size: 0.8em !important;
    margin-top: 4px !important;
}

/* Description */
.lve-bt-opt-desc {
    display: block !important;
    font-size: 0.85rem !important;
    color: #64748b !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Prix */
.lve-bt-opt-price {
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    color: #1a1a2e !important;
    white-space: nowrap !important;
    text-align: right !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.lve-bt-opt-price small {
    display: block !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    color: #94a3b8 !important;
    margin-top: 2px !important;
    text-align: right !important;
}

/* --- ÉTATS : SÉLECTIONNÉ ET SURVOL --- */
.lve-bt-opt:has(input:checked),
.lve-bt-opt--active {
    border-color: #8C2F39 !important;
    background-color: #fff8f8 !important; /* Fond rouge très léger */
    box-shadow: 0 4px 12px rgba(140, 47, 57, 0.08) !important;
}

.lve-bt-opt:has(input:checked) .lve-bt-opt-name,
.lve-bt-opt--active .lve-bt-opt-name,
.lve-bt-opt:has(input:checked) .lve-bt-opt-price,
.lve-bt-opt--active .lve-bt-opt-price {
    color: #8C2F39 !important;
}

.lve-bt-opt:hover:not(:has(input:checked)):not(.lve-bt-opt--active) {
    border-color: #cbd5e1 !important;
    background-color: #f8fafc !important;
}

/* Note réservation privée (groupe fixe) */
.lve-qty-private-note {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 0.84rem !important;
    color: #163b27 !important;
    background: #e8f4f0 !important;
    padding: 11px 14px !important;
    border-radius: 9px !important;
    border: 1px solid #a8d5c2 !important;
    margin: 0 !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

/* =====================================================
   VOUS AIMEREZ AUSSI — Produits similaires
   ===================================================== */
.lve-related { padding:88px 0 80px; }
.lve-related-title { color:#1a1a1a; margin-top:52px; letter-spacing:-.02em; font-size:1.25rem !important; font-weight:700 !important; }

.lve-related-wrap { position:relative; overflow:visible; padding:0; }
.lve-rel-viewport { overflow:hidden; }
.lve-rel-track { display:flex; gap:20px; overflow:visible; will-change:transform; }

.lve-rel-card { flex:0 0 calc((100% - 40px) / 3); text-decoration:none; color:inherit; display:flex; flex-direction:column; gap:10px; transition:transform .2s; }
.lve-rel-card:hover { transform:translateY(-3px); }

.lve-rel-img { aspect-ratio:16/10; border-radius:12px; overflow:hidden; background:#f0f0f0; position:relative; flex-shrink:0; }
.lve-rel-img img { width:100%; height:100%; object-fit:cover; transition:transform .35s; }
.lve-rel-card:hover .lve-rel-img img { transform:scale(1.05); }
.lve-rel-img-ph { width:100%; height:100%; background:#e8e8e8; }

.lve-rel-badge {
    top: 15px !important; /* Décolle du haut */
    left: 15px !important; /* Décolle de la gauche */
    border-radius: 6px !important; /* Un peu plus doux */
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important; /* Ajoute une petite ombre élégante */
}

.lve-rel-rating { display:flex; align-items:center; gap:5px; flex-wrap:wrap; }
.lve-rel-stars { display:flex; gap:1px; line-height:0; }
.lve-rel-score { font-size:0.82rem; font-weight:700; color:#1a1a1a; }
.lve-rel-rcount { font-size:0.82rem; color:#888; }

.lve-rel-name { font-size:0.93rem; font-weight:700; color:#1a1a1a; margin:0; line-height:1.4; flex-grow:1; }
.lve-rel-price { display:flex; align-items:center; gap:7px; margin-top:auto; }
.lve-rel-from { font-size:0.78rem; color:#888; }
.lve-rel-amount { font-size:1rem; font-weight:800; color:#8C2F39; }
.lve-rel-arrow-ico { margin-left:auto; flex-shrink:0; stroke:#8C2F39; }

.lve-rel-nav { position:absolute; top:calc(50% - 30px); transform:translateY(-50%); z-index:10; background:#fff; border:1.5px solid #d0d0d0; border-radius:50%; width:46px; height:46px; display:flex; align-items:center; justify-content:center; cursor:pointer; box-shadow:0 4px 16px rgba(0,0,0,.14); transition:border-color .2s, color .2s, box-shadow .2s; color:#333; padding:0; }
.lve-rel-nav:hover { border-color:#8C2F39; color:#8C2F39; box-shadow:0 4px 20px rgba(140,47,57,.2); }
.lve-rel-nav:disabled { opacity:.3; cursor:not-allowed; pointer-events:none; }
.lve-rel-nav-prev { left:-23px; }
.lve-rel-nav-next { right:-23px; }

@media (max-width:900px) {
    .lve-rel-card { flex:0 0 calc((100% - 20px) / 2); }
}
@media (max-width:600px) {
    .lve-related { padding:56px 0 60px; }
    .lve-related-title { font-size:1.4rem; margin:0 0 36px; }
    .lve-rel-card { flex:0 0 80%; }
}

/* =============================================
   COMPARATEUR D'EXPÉRIENCES
   ============================================= */

/* Bouton sur chaque carte */
.lve-compare-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: none;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: #888;
    cursor: pointer;
    transition: all .15s;
}
.lve-compare-btn:hover { border-color: #2F8F6B; color: #2F8F6B; background: #f0fdf8; }
.lve-compare-btn.is-selected { border-color: #2F8F6B; background: #2F8F6B; color: #fff; }
.lve-compare-btn.is-selected:hover { background: #246d53; }

/* Barre sticky en bas */
.lve-compare-bar {
    position: fixed;
    bottom: -120px;
    left: 0; right: 0;
    z-index: 9000;
    background: #163b27;
    color: #fff;
    padding: 14px 24px;
    padding-right: 240px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 -4px 24px rgba(0,0,0,.3);
    transition: bottom .3s cubic-bezier(.4,0,.2,1);
    flex-wrap: wrap;
}
.lve-compare-bar.is-visible { bottom: 0; }
.lve-compare-bar-label { font-size: 13px; font-weight: 700; white-space: nowrap; color: #94a3b8; }
.lve-compare-bar-items { display: flex; gap: 10px; flex: 1; flex-wrap: wrap; }
.lve-compare-bar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 600;
    max-width: 200px;
}
.lve-compare-bar-item img { width: 32px; height: 24px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.lve-compare-bar-item-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lve-compare-bar-item-remove {
    background: none; border: none; color: #94a3b8; cursor: pointer;
    font-size: 16px; line-height: 1; padding: 0 2px; flex-shrink: 0;
    transition: color .15s;
}
.lve-compare-bar-item-remove:hover { color: #ef4444; }
.lve-compare-bar-empty {
    color: rgba(255,255,255,.25);
    border: 1px dashed rgba(255,255,255,.15);
    border-radius: 8px;
    padding: 6px 20px;
    font-size: 12px;
}
.lve-compare-bar-actions { display: flex; gap: 10px; align-items: center; }
.lve-compare-bar-go {
    background: #2F8F6B; color: #fff; border: none; border-radius: 8px;
    padding: 9px 20px; font-size: 13px; font-weight: 700; cursor: pointer;
    transition: background .15s; white-space: nowrap;
}
.lve-compare-bar-go:hover { background: #246d53; }
.lve-compare-bar-go:disabled { opacity: .5; cursor: not-allowed; }
.lve-compare-bar-clear {
    background: none; border: 1px solid rgba(255,255,255,.2); color: #94a3b8;
    border-radius: 8px; padding: 8px 14px; font-size: 12px; cursor: pointer;
    transition: all .15s;
}
.lve-compare-bar-clear:hover { color: #fff; border-color: rgba(255,255,255,.4); }

/* Modal comparateur */
.lve-compare-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0,0,0,.6);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    padding: 20px 16px;
    overflow: hidden;
}
.lve-compare-overlay.is-open { display: flex; }
.lve-compare-modal {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 1280px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,.2);
    margin: auto;
}
.lve-compare-table-wrap { overflow-y: scroll; overflow-x: auto; flex: 1; overscroll-behavior: contain; }
.lve-compare-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #e5e5e5;
    background: #fafafa;
    flex-shrink: 0;
}
.lve-compare-modal-header h3 { margin: 0; font-size: 16px; font-weight: 700; }
.lve-compare-close {
    background: none; border: none; cursor: pointer; color: #888;
    padding: 4px; border-radius: 6px; transition: all .15s;
}
.lve-compare-close:hover { background: #f1f5f9; color: #1a1a1a; }
.lve-compare-table { width: 100%; border-collapse: collapse; font-size: 13px; table-layout: fixed; }
.lve-compare-table colgroup col:first-child { width: 130px; }
.lve-compare-table th, .lve-compare-table td { padding: 10px 16px; border-bottom: 1px solid #f0f0f0; text-align: left; vertical-align: top; }
.lve-compare-table .lve-cmp-label { background: #fafafa; font-weight: 700; color: #555; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; width: 130px; white-space: normal; word-break: break-word; }
.lve-compare-table .lve-cmp-head { text-align: center; }
.lve-compare-table .lve-cmp-head img { width: 100%; height: 100px; object-fit: cover; border-radius: 8px; margin-bottom: 8px; }
.lve-compare-table .lve-cmp-head-name { font-size: 14px; font-weight: 700; color: #1a1a1a; display: block; margin-bottom: 4px; }
.lve-compare-table .lve-cmp-head-price { font-size: 18px; font-weight: 800; color: #8C2F39; }
.lve-compare-table .lve-cmp-head-unit { font-size: 12px; color: #888; }
.lve-compare-table .lve-cmp-cta {
    display: block; margin-top: 8px; padding: 6px 14px; background: #8C2F39;
    color: #fff !important; border-radius: 20px; text-decoration: none !important;
    font-size: 12px; font-weight: 700; transition: background .15s; text-align: center;
}
.lve-compare-table .lve-cmp-cta:hover { background: #7a2933; }
.lve-cmp-check { color: #2F8F6B; font-weight: 600; }
.lve-cmp-cross { color: #94a3b8; }
.lve-cmp-label-top { vertical-align: top; }
.lve-cmp-list {
    margin: 0 !important; padding: 0 !important; list-style: none !important;
    display: flex; flex-direction: column; gap: 5px;
}
.lve-cmp-list li {
    display: flex; align-items: baseline; gap: 6px;
    font-size: 13px; line-height: 1.45; color: #333;
    list-style: none !important;
}
.lve-cmp-list li::before { display: none !important; content: none !important; }
.lve-cmp-bullet { color: #2F8F6B; font-weight: 700; flex-shrink: 0; font-size: 14px; line-height: 1; }
.lve-cmp-none { color: #bbb; font-size: 13px; }
@media (max-width: 900px) {
    .lve-compare-modal { max-height: 92vh; border-radius: 12px; }
    .lve-compare-overlay { padding: 12px 8px; }
    .lve-compare-table .lve-cmp-label { width: 90px; font-size: 10px; }
    .lve-compare-table colgroup col:first-child { width: 90px; }
    .lve-compare-table .lve-cmp-head img { height: 80px; }
    .lve-compare-table th, .lve-compare-table td { padding: 8px 10px; }
    .lve-compare-table .lve-cmp-head-name { font-size: 13px; }
    .lve-compare-table .lve-cmp-head-price { font-size: 15px; }
    .lve-cmp-list li { font-size: 12px; }
}
@media (max-width: 640px) {
    .lve-compare-bar { padding: 10px 12px; padding-right: 12px; flex-wrap: wrap; gap: 8px; }
    .lve-compare-bar-label { display: none; }
    .lve-compare-modal-header { padding: 12px 14px; }
    .lve-compare-modal-header h3 { font-size: 14px; }
    .lve-compare-table .lve-cmp-label { width: 70px; font-size: 9px; }
    .lve-compare-table colgroup col:first-child { width: 70px; }
    .lve-compare-table th, .lve-compare-table td { padding: 7px 8px; }
    .lve-compare-table .lve-cmp-head img { height: 60px; border-radius: 6px; }
    .lve-compare-table .lve-cmp-head-price { font-size: 13px; }
    .lve-cmp-list li { font-size: 11px; }
}
