:root {
    --lpt-vert: var(--bs-primary);
    --lpt-vert-profond: var(--bs-secondary);
    --lpt-sable: #c6a44a;
    --lpt-ivoire: #f4f1e8;
    --lpt-surface: #fbfaf6;
    --lpt-anthracite: #202a27;
    --lpt-gris: #61706c;
    --lpt-bordure: rgba(32, 42, 39, 0.12);
    --lpt-section: clamp(4.5rem, 8vw, 8rem);
    --lpt-container: 1180px;
}

body.lpt-page {
    background: var(--lpt-ivoire);
    color: var(--lpt-anthracite);
    font-size: 1rem;
    overflow-x: hidden;
}

.lpt-page h1,
.lpt-page h2,
.lpt-page h3,
.lpt-page .display-1,
.lpt-page .display-2 {
    font-family: var(--font-design-headings), Impact, Charcoal, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}

.lpt-page h1 {
    font-size: clamp(2rem, 3.6vw, 4.75rem);
    line-height: 1.1;
    max-width: 18.5ch;
    overflow-wrap: normal;
    word-break: normal;
}

.lpt-page h2 {
    font-size: clamp(2.25rem, 3.8vw, 3rem);
    line-height: 1.1;
    max-width: 13ch;
}

.lpt-page h3 {
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1;
}

.lpt-page p,
.lpt-page li,
.lpt-page a {
    letter-spacing: 0;
    overflow-wrap: break-word;
}

.lpt-page .container {
}

.lpt-page img,
.lpt-page video,
.lpt-page svg {
    max-width: 100%;
}

.lpt-entete {
    position: absolute;
    inset: 0 0 auto;
    z-index: 20;
}

.lpt-entete-interne {
    position: relative;
    background: var(--lpt-anthracite);
}

.lpt-nav {
    padding: 0.75rem 0;
    backdrop-filter: blur(8px);
    background-color: rgba(32, 42, 39, 0.29);
}

.lpt-nav .nav-link {
    color: rgba(255, 255, 255, 0.71);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.lpt-nav .nav-link:hover,
.lpt-nav .nav-link.active {
    color: #fff;
}

.lpt-logo {
    display: block;
    max-height: 39px;
    object-fit: contain;
}

.lpt-marque {
    background: #fff;
    border-radius: 2px;
    padding: 0.35rem 0.75rem;
}

.lpt-bouton-menu {
    border-color: rgba(255, 255, 255, 0.35);
}

.lpt-nav-cta {
    border-radius: 999px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 0.68rem 1rem;
    text-transform: uppercase;
}

.lpt-hero {
    overflow: hidden;
    position: relative;
}

.lpt-hero-swiper,
.lpt-hero-swiper .swiper-wrapper,
.lpt-hero-swiper .swiper-slide {
    inset: 0;
    position: absolute;
    width: 100%;
}

.lpt-hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100svh;
}

.lpt-hero-image-chantier {
}

.lpt-hero-image-camion {
}

.lpt-hero-image-aqueduc {
}

.lpt-hero-voile {
    background: linear-gradient(90deg, rgba(22, 30, 28, 0.88) 0%, rgba(22, 30, 28, 0.78) 36%, rgba(22, 30, 28, 0.44) 66%, rgba(22, 30, 28, 0.78) 100%);
    inset: 0;
    position: absolute;
    z-index: 2;
}

.lpt-hero .container {
    z-index: 3;
}

.lpt-surtitre {
    color: var(--lpt-vert);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}

.lpt-ligne-zone {
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.lpt-hero h1 {
    color: #fff;
    margin-bottom: 1.35rem;
}

.lpt-hero-texte {
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.55;
    max-width: 44rem;
}

.lpt-bouton,
.lpt-bouton-secondaire {
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 900;
    padding: 0.85rem 1.25rem;
    text-transform: uppercase;
}

.lpt-preuves-hero {
    color: #fff;
    display: grid;
    gap: 1rem;
    padding-top: 0rem;
}

.lpt-preuves-hero div {
    border-left: 2px solid var(--lpt-vert);
    padding-left: 1rem;
}

.lpt-preuves-hero strong {
    display: block;
    font-family: var(--font-design-headings), Impact, Charcoal, sans-serif;
    font-size: 1.85rem;
    line-height: 1;
}

.lpt-preuves-hero span {
    color: rgba(255, 255, 255, 0.76);
    display: block;
    font-size: 0.82rem;
    line-height: 1.35;
}

.lpt-hero-pagination {
    bottom: 2rem !important;
    z-index: 5;
}

.lpt-hero-pagination .swiper-pagination-bullet,
.lpt-realisations-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.45;
}

.lpt-hero-pagination .swiper-pagination-bullet-active,
.lpt-realisations-pagination .swiper-pagination-bullet-active {
    background: var(--lpt-vert);
    opacity: 1;
}

.lpt-section {
    padding: var(--lpt-section) 0;
}

.lpt-section-mince {
    padding-top: 2rem;
}

.lpt-section-claire {
    background: var(--lpt-ivoire);
}

.lpt-section-services {
    background: #eeeae0;
}

.lpt-section-sombre {
    background: #5a6664;
    color: #fff;
}

.lpt-section-sombre .lpt-surtitre,
.lpt-section-sombre strong {
    color: #20b565;
}

.lpt-intro {
    color: var(--lpt-gris);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 38rem;
}

.lpt-carte-action {
    background: var(--lpt-surface);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 1.3rem;
    box-shadow: 0 1rem 2.5rem rgba(32, 42, 39, 0.08);
    height: 100%;
    padding: clamp(1.5rem, 3vw, 2.5rem);
}

.lpt-carte-action p,
.lpt-carte-action li {
    color: var(--lpt-gris);
}

.lpt-carte-action ul {
    margin-bottom: 1.5rem;
    padding-left: 1.1rem;
}

.lpt-stat-ligne {
    border-top: 1px solid var(--lpt-bordure);
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 7rem 1fr;
    padding: 1.25rem 0;
}

.lpt-stat-ligne strong {
    font-family: var(--font-design-headings), Impact, Charcoal, sans-serif;
    font-size: 3rem;
    line-height: 1;
}

.lpt-stat-ligne span,
.lpt-section blockquote {
    color: rgba(255, 255, 255, 0.96);
    font-size: 1.1em;
}

.lpt-section blockquote {
    border-left: 2px solid var(--lpt-vert);
    font-size: 0.95rem;
    margin: 1rem 0 0;
    padding-left: 1.25rem;
}

.lpt-liste-services {
    border-top: 1px solid var(--lpt-bordure);
}

.lpt-service {
    align-items: start;
    border-bottom: 1px solid var(--lpt-bordure);
    display: grid;
    gap: 1.8rem;
    grid-template-columns: 5rem minmax(0, 1.4fr) minmax(13rem, 0.8fr);
    padding: 1.75rem 0;
}

.lpt-service > span {
    color: rgba(0, 140, 69, 0.34);
    font-family: var(--font-design-headings), Impact, Charcoal, sans-serif;
    font-size: 3.2rem;
    line-height: 1;
}

.lpt-service p,
.lpt-service li {
    color: var(--lpt-gris);
    font-size: 1.5rem;
}

.lpt-realisation {
    background: var(--lpt-surface);
    border-radius: 1.1rem;
    box-shadow: 0 1rem 2.5rem rgba(32, 42, 39, 0.1);
    height: auto;
    overflow: hidden;
}

.lpt-realisation img {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.lpt-realisation div {
    padding: 1.35rem;
}

.lpt-realisation p {
    color: var(--lpt-gris);
    font-size: 0.92rem;
}

.lpt-realisations-swiper {
    padding-bottom: 3.25rem;
}

.lpt-realisations-prev,
.lpt-realisations-next {
    color: var(--lpt-vert);
}

.lpt-chrono {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    list-style: none;
    margin: 2rem 0 0;
    padding: 0 0 0 1.25rem;
}

.lpt-chrono li {
    margin-bottom: 1.8rem;
    position: relative;
}

.lpt-chrono li::before {
    background: var(--lpt-vert);
    border-radius: 50%;
    content: "";
    height: 0.55rem;
    left: -1.55rem;
    position: absolute;
    top: 0.45rem;
    width: 0.55rem;
}

.lpt-chrono strong {
    display: block;
    font-family: var(--font-design-headings), Impact, Charcoal, sans-serif;
    font-size: 1.35rem;
}

.lpt-chrono span,
.lpt-section-sombre p {
    color: rgba(255, 255, 255, 0.74);
}

.lpt-zones {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-top: 1.5rem;
}

.lpt-zones span {
    color: #fff;
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.lpt-zones strong {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    text-transform: uppercase;
}

.lpt-section-cta {
    padding-top: 4rem;
}

.lpt-cta-final {
    align-items: center;
    background: linear-gradient(135deg, #008c45, #006533 70%);
    border-radius: 1.1rem;
    color: #fff;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr auto;
    padding: clamp(2rem, 5vw, 3.5rem);
    position: relative;
    overflow: hidden;
}

.lpt-cta-final::after {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    content: "";
    height: 22rem;
    position: absolute;
    right: -8rem;
    top: -9rem;
    width: 22rem;
}

.lpt-cta-final h2 {
    color: #fff;
    max-width: 12ch;
}

.lpt-cta-final p {
    color: rgba(255, 255, 255, 0.84);
    max-width: 43rem;
}

.lpt-cta-actions {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    position: relative;
    z-index: 2;
}

.lpt-lien-phone {
    color: #fff;
    font-weight: 900;
    text-decoration: none;
}

.lpt-footer {
    background: #4b5654;
    color: rgba(255, 255, 255, 0.78);
    padding: 4rem 0 2rem;
}

.lpt-footer-logo {
    background: #fff;
    display: inline-block;
    margin-bottom: 1.5rem;
    padding: 0.4rem 0.75rem;
}

.lpt-footer-logo img {
    max-height: 58px;
    max-width: 130px;
    object-fit: contain;
}

.lpt-footer h2 {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.lpt-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lpt-footer li {
    margin-bottom: 0.5rem;
}

.lpt-footer a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.lpt-footer a:hover {
    color: #fff;
}

.lpt-footer-bas {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding-top: 1.25rem;
}

.lpt-footer-bas p {
    font-size: 0.82rem;
    margin: 0;
}

.lpt-page-hero {
    background: linear-gradient(135deg, rgba(32, 42, 39, 0.93), rgba(32, 42, 39, 0.76)), url("../../images/PavagesTheoret010-ef4304a3.webp") center / cover no-repeat;
    color: #fff;
    padding: clamp(5rem, 10vw, 8rem) 0;
}

.lpt-page-hero h1 {
    color: #fff;
    max-width: 13ch;
}

.lpt-contenu-page {
    max-width: 860px;
}

.lpt-cta-page {
    align-items: center;
    border-top: 1px solid var(--lpt-bordure);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 3rem;
    padding-top: 2rem;
}

.lpt-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 520ms ease, transform 520ms ease;
}

.lpt-reveal.est-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .lpt-entete {
        position: relative;
        background-color: #000000;
        padding-bottom: 18px;
    }

    .lpt-hero {
        min-height: auto;
    }

    .lpt-hero .row {
        min-height: 720px !important;
        padding: 3.5rem 0;
    }

    .lpt-nav {
    }

    .lpt-service,
    .lpt-cta-final {
        grid-template-columns: 1fr;
    }

    .lpt-cta-actions {
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    html,
    body.lpt-page {
        max-width: 100%;
        overflow-x: hidden;
    }

    .lpt-page .container {
        --bs-gutter-x: 1.875rem;
    }

    .lpt-page .row {
        --bs-gutter-x: 1.5rem;
    }

    .lpt-section .row {
        margin-left: 0;
        margin-right: 0;
    }

    .lpt-section .row > * {
        padding-left: 0;
        padding-right: 0;
    }

    .lpt-page .btn {
        white-space: normal;
    }

    .lpt-page h1 {
        font-size: clamp(2.1rem, 10vw, 2.8rem);
        overflow-wrap: anywhere;
    }

    .lpt-page h2 {
        font-size: clamp(2.05rem, 9vw, 3rem);
        max-width: 11ch;
    }

    .lpt-hero h1 {
        max-width: 10.5ch;
    }

    .lpt-hero .col-lg-7 {
        max-width: calc(100vw - 1.875rem);
    }

    .lpt-hero .d-flex {
        align-items: flex-start;
        flex-direction: column;
    }

    .lpt-bouton,
    .lpt-bouton-secondaire {
        max-width: 100%;
        text-align: center;
    }

    .lpt-ligne-zone {
        max-width: 100%;
        overflow-wrap: anywhere;
        white-space: normal;
    }

    .lpt-hero-texte,
    .lpt-intro {
        overflow-wrap: anywhere;
        width: 100%;
    }

    .lpt-page h3 {
        font-size: clamp(1.15rem, 6vw, 1.6rem);
        overflow-wrap: anywhere;
    }

    .lpt-page p,
    .lpt-page li {
        overflow-wrap: anywhere;
    }

    .lpt-carte-action {
        max-width: 100%;
        overflow: hidden;
        padding: 1.5rem;
        width: 100%;
    }

    .lpt-carte-action h3 {
        max-width: 16ch;
    }

    .lpt-carte-action p,
    .lpt-carte-action li {
        max-width: 30ch;
    }

    .lpt-stat-ligne {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .lpt-footer-bas {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lpt-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
