.lp-prestations {
    --lp-bg: #ffffff;
    --lp-surface: #fbfbfb;
    --accent-color: #e8d6c2;
    --accent-hover: #dcc8ae;
    --lp-ink: #333333;
    --lp-line: #ebe3d7;
    --lp-sage: #8a8074;
    --lp-sage-soft: #ddd2c2;
    --lp-cream: #ffffff;
    --lp-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 12px 32px -18px rgba(0, 0, 0, .22);
    --lp-radius: 14px;
    --lp-maxw: 1180px;
    --lp-sticky-top: 50px;
--font-fraunces: "Fraunces", serif;
    --font-brandon: "BrandonGrotesque", sans-serif;
}

html {
    scroll-behavior: smooth;
}

#outer-wrap {
    overflow: unset;
}
.lp-prestations {
    color: var(--lp-ink);
    line-height: 1.6;
    margin-top: -100px;
    position: relative;
    z-index: 5;
    font-size: 16px; /* base : le texte non stylé hérite de 16px, pas 10px */
}

.lp-prestations * {
    box-sizing: border-box
}

.lp-prestations h2,
.lp-prestations h3 {
    font-weight: 500;
    margin: 0;
}

.lp-index,
.lp-main,
.lp-filter-inner,
.lp-bigcta-inner {
    max-width: var(--lp-maxw);
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px
}

.lp-eyebrow {
    font-size: 11.5px;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--lp-ink);
    font-weight: 500
}

@media(prefers-reduced-motion:reduce) {
    .lp-prestations * {
        transition: none !important;
        animation: none !important
    }
}

.lp-index {
    padding-top: 30px
}

.lp-index-card {
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    padding: 26px 28px
}

.lp-index-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 14px
}

.lp-index-head h2 {
    font-size: 21.5px
}

.lp-index-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px 30px
}

@media(max-width:760px) {
    .lp-index-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:460px) {
    .lp-index-list {
        grid-template-columns: 1fr
    }
}

.lp-index-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 4px;
    border-bottom: 1px solid var(--lp-line);
    text-decoration: none;
    color: inherit;
    transition: padding-left .3s, color .3s
}

.lp-index-list li a:hover {
    padding-left: 8px;
    color: var(--lp-ink)
}

.lp-num {
    font-size: 14.5px;
    color: var(--lp-sage);
    font-style: italic;
    min-width: 26px;
    font-family: var(--font-fraunces);
}

.lp-nm {
    flex: 1;
    font-weight: 500;
    font-size: 15.5px;
    font-family: var(--font-fraunces);
}

.lp-ct {
    font-size: 12.5px;
    color: var(--lp-ink);
    font-variant-numeric: tabular-nums
}

.lp-prestations {
    --lp-container: 1100px;
    --lp-container-max: 90%;
}

.lp-filterbar {
    position: fixed;
    top: var(--lp-sticky-top);
    left: 0;
    right: 0;
    z-index: 40;
    background: #ffffffdb;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--lp-line);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .25s ease, transform .3s ease, visibility .3s;
}

.lp-filterbar.is-stuck {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.lp-filter-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;

    max-width: var(--lp-container-max);
    margin-left: auto;
    margin-right: auto;
    padding: 12px 24px;
}

.lp-filter-inner::-webkit-scrollbar {
    display: none
}

.lp-lbl {
    font-size: 11px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--lp-ink);
    flex: 0 0 auto
}

.lp-pill {
    flex: 0 0 auto;
    border: 1px solid var(--lp-sage-soft);
    background: transparent;
    color: var(--lp-ink);
    font-size: 13px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .3s;
    font-family: var(--font-brandon);
}

.lp-pill:hover {
    color: var(--accent-hover);
    border-color: var(--accent-hover);
    background: rgba(232, 214, 194, .35)
}

.lp-pill.lp-active {
    background: var(--lp-ink);
    color: var(--lp-cream);
    border-color: var(--lp-ink)
}

.lp-pill:focus-visible {
    outline: 2px solid var(--accent-hover);
    outline-offset: 2px
}

.lp-main {
    padding-top: 50px;
    padding-bottom: 30px
}

.lp-cat {
    padding-top: 30px;
    scroll-margin-top: calc(var(--lp-sticky-top) + 80px)
}

.lp-cat-head {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 26px
}

.lp-kicker {
    font-style: italic;
    color: var(--lp-sage);
    font-size: 17.5px;
    font-family: var(--font-fraunces);
}

.lp-cat-head h2 {
    font-size: clamp(25.5px, 3.5vw, 35px);
    letter-spacing: -.01em
}

.lp-rule {
    flex: 1;
    height: 1px;
    background: var(--lp-line);
    align-self: center
}

.lp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

@media(max-width:920px) {
    .lp-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:560px) {
    .lp-grid {
        grid-template-columns: 1fr
    }
}

.lp-card {
    background: var(--lp-surface);
    border: 1px solid var(--lp-line);
    border-radius: var(--lp-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease
}

.lp-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow)
}

.lp-ph {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--accent-color) 0%, #d9c9b3 100%);
    position: relative;
    overflow: hidden
}

.lp-ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.lp-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #e8d6c2c9;
    color: var(--lp-ink);
    font-size: 10.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 999px;
    z-index: 2;
    font-family: var(--font-brandon);
}

.lp-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.lp-card h3 {
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 5px;
    font-family: var(--font-fraunces);
}

.lp-accr {
    font-size: 15px;
    color: var(--lp-sage);
    font-style: italic;
    margin-bottom: 10px;
    font-family: var(--font-brandon);
}

.lp-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.lp-amt {
    font-size: 20px;
    color: var(--lp-ink);
    font-weight: 500;
    font-family: var(--font-fraunces);
}

.lp-dur {
    font-size: 13px;
    color: var(--lp-ink);
    font-family: var(--font-brandon);
}

.lp-devis .lp-amt {
    font-size: 16px;
    text-transform: uppercase;
}

.lp-desc {
    font-size: 14px;
    margin-bottom: 16px;
    flex: 1;
    font-family: var(--font-brandon);
}

.lp-formules {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    font-size: 13.5px;
    border-top: 1px solid var(--lp-line)
}

.lp-formules li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid var(--lp-line)
}

.lp-formules li.lp-fsec {
    display: block;
    color: var(--lp-ink);
    font-weight: 600;
    font-size: 12.5px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding-top: 12px;
    border-bottom: none;
    font-family: var(--font-brandon);
}
.lp-formules .lp-flib {
        font-family: var(--font-brandon);

}

.lp-formules li b {
    color: var(--lp-sage);
    font-weight: 500;
    white-space: nowrap;
    font-family: var(--font-fraunces);
}

.lp-fdur {
    display: block;
    font-size: 12px;
        color: var(--lp-sage);
    font-family: var(--font-brandon);
}

.lp-formules.lp-collapsed {
    display: none
}

.lp-formules.lp-collapsed.lp-open {
    display: block
}

.lp-formules-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.lp-formules-head .lp-price {
    margin-bottom: 0;
}

.lp-toggle {
background: var(--lp-line);
  border: none;
  color: var(--lp-ink);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  text-underline-offset: 3px;
  font-family: var(--font-brandon);
  padding: 3px 7px;
  transition: all 0.3s ease-out;
}

.lp-toggle:hover {
    color: var(--lp-ink);
    text-decoration-color: var(--lp-ink);
    background: var(--lp-sage-soft);
}

.lp-toggle::before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform .3s ease;
}

.lp-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg)
}

.lp-note {
    font-size: 15px;
    font-style: italic;
    color: var(--lp-sage);
    margin: -4px 0 14px;
    font-family: var(--font-brandon);
}

.lp-infos {
    font-size: 14px;
    margin-bottom: 14px;
    font-family: var(--font-brandon);
}

.lp-infos summary {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: var(--lp-ink);
}

.lp-infos summary::-webkit-details-marker {
    display: none
}

.lp-infos summary::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E") center / contain no-repeat;
    transition: transform .3s ease;
}

.lp-infos[open] summary::before {
    transform: rotate(90deg)
}

.lp-infos>div {
    padding-top: 8px
}

.lp-cta {
    font-family: var(--font-brandon);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--lp-ink);
    color: var(--lp-cream);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .06em;
    padding: 12px 18px;
    border-radius: 3px;
    margin-top: auto;
    transition: background .3s ease-out, color .3s ease-out;
}

.lp-cta:hover {
    background: var(--accent-color);
    color: var(--lp-ink);
    text-decoration: none;
}

.lp-cta.lp-tel {
    background: transparent;
    color: var(--lp-ink);
    border: 1px solid var(--lp-ink)
}

.lp-cta.lp-tel:hover {
    background: var(--lp-ink);
    color: var(--lp-cream)
}

.lp-empty {
    display: none;
    text-align: center;
    color: var(--lp-ink);
    padding: 60px 20px;
    font-size: 15px
}

.lp-empty.lp-show {
    display: block
}

.lp-bigcta {
    background: var(--lp-ink);
    color: var(--lp-cream);
    margin-top: 60px;
    padding: 64px 0;
    text-align: center
}

.lp-bigcta h2 {
    font-weight: 400;
    font-size: clamp(28.5px, 4vw, 45px);
    margin: 0 0 14px
}

.lp-bigcta p {
    color: #e3dccf;
    max-width: 480px;
    margin: 0 auto 26px
}

.lp-bigcta .lp-eyebrow {
    color: var(--accent-color)
}

.lp-bigcta-row {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.lp-bigcta .lp-cta {
    background: var(--accent-color);
    color: var(--lp-ink)
}

.lp-bigcta .lp-cta:hover {
    background: var(--accent-hover);
    color: var(--lp-ink)
}

.lp-bigcta .lp-cta.lp-ghost {
    background: transparent;
    color: var(--lp-cream);
    border: 1px solid rgba(255, 255, 255, .4)
}

.lp-bigcta .lp-cta.lp-ghost:hover {
    background: rgba(255, 255, 255, .08);
    color: var(--lp-cream)
}