/* Typography - Roboto Slab */
@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/Roboto Slab/Roboto Slab Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/Roboto Slab/Roboto Slab Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/Roboto Slab/Roboto Slab Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/Roboto Slab/Roboto Slab Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --solar-yellow: #f4e600;
    --dark-blue: #003b6f;
    --text-color: #111;
    --bg-light: #FFFFFF;
    --sticker-shadow-dark: 3px 3px 0 rgba(0,0,0,0.18);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto Slab", serif;
    color: var(--text-color);
    background-color: #f4f4f4;
    line-height: 1.4;
}

a {
    color: inherit;
    text-decoration: none;
}

/* Flyer Wrapper */
.flyer-page {
    width: min(100%, 1024px);
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
    position: relative;
}

.flyer-container {
    padding: 0 20px;
    width: 100%;
}

img {
    max-width: 100%;
    display: block;
}

/* Utility */
.marker {
    background: linear-gradient(to bottom, transparent 55%, var(--solar-yellow) 45%);
    font-weight: 700;
    padding: 0 2px;
}

/* --- BASE COMMUNE POUR TOUS LES STICKERS --- */
.title-sticker span,
.expertise-ribbon, 
.doubt-sticker-top, 
.doubt-sticker-middle, 
.doubt-sticker-bottom, 
.sticker-footer-title span {
    position: relative;
    display: inline-block;
    z-index: 1;
    -webkit-text-stroke: 2.5px white; /* Bordure blanche fine et nette */
    paint-order: stroke fill;
    text-shadow: var(--sticker-shadow-dark);
}

/* --- GÉNÉRATION DU CONTOUR JAUNE LISSE --- */
.title-sticker span::before,
.expertise-ribbon::before, 
.doubt-sticker-top::before, 
.doubt-sticker-middle::before, 
.doubt-sticker-bottom::before, 
.sticker-footer-title span::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    
    /* Le tracé jaune */
    color: var(--solar-yellow);
    -webkit-text-stroke: 12px var(--solar-yellow);
    stroke-linejoin: round;
}

/* --- AJUSTEMENTS SPÉCIFIQUES --- */
.title-sticker span {
    padding: 6px 18px;
    line-height: 1.2;
    color: var(--dark-blue);
}

.expertise-ribbon { 
    font-size: 1.1rem; 
    margin-left: 10px; 
    color: var(--dark-blue);
    font-weight: 700;
}

.doubt-stickers {
    position: absolute;
    bottom: 30px;
    left: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    max-width: 260px;
}

.doubt-sticker-top { font-size: 0.95rem; text-align: center; font-weight: 700; color: var(--dark-blue); }
.doubt-sticker-middle { font-size: 0.85rem; color: #000; font-weight: 700; }
.doubt-sticker-bottom { font-size: 1.1rem; color: var(--dark-blue); font-weight: 700; display: flex; align-items: center; gap: 6px; }

.sticker-footer-title span.bold-blue { color: var(--dark-blue); }
.sticker-footer-title span.bold-blue::before { color: var(--solar-yellow); }

/* 1. TOP LOGO BAR */
.top-logo-bar {
    background-color: var(--solar-yellow);
    height: 105px;
    position: relative;
    z-index: 5;
}

.logo-container {
    /*background: #fff;
    padding: 12px 18px 18px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);*/
    padding: 12px 18px 18px;
    position: absolute;
    top: 0;
    left: 25px;
}

.logo-main {
    width: 190px;
}

/* 2. HERO */
.flyer-hero {
    height: 240px;
    background-size: cover;
    background-position: center 25%;
    position: relative;
    width: 100%;
}

.hero-title-wrapper {
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    transform: rotate(-2deg);
    backface-visibility: hidden;
    transform-origin: center;
    z-index: 3;
}

.flyer-hero .title-sticker {
    font-size: 1.85rem;
    line-height: 1.15;
}

/* 3. CONSTAT SECTION */
.constat-section {
    background: #fff;
    padding: 30px 0 25px;
}

.flex-constat {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.schema-col {
    flex: 0 0 36%;
}

.img-schema {
    width: 100%;
    height: auto;
}

.text-col {
    flex: 0 0 64%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 10px;
}

.constat-block p {
    font-size: 1rem;
    font-weight: 300;
    color: #222;
    line-height: 1.4;
}

.constat-block strong {
    font-weight: 700;
    color: #000;
}

.source {
    font-size: 0.75rem;
    font-weight: 400;
    color: #555;
    margin-top: 2px;
}

/* 4. SLANTED BANNER */
.slanted-banner-wrapper {
    background: transparent;
    position: relative;
    z-index: 10;
    margin-bottom: -25px;
    margin-top: -10px;
    display: flex;
    justify-content: center;
}

.slanted-yellow-banner {
    background-color: var(--solar-yellow);
    transform: rotate(-1.5deg);
    max-width: 86%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 12px 20px;
    border-radius: 2px;
}

.banner-content {
    text-align: center;
}

.banner-content h2 {
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--dark-blue);
    line-height: 1.25;
}

/* 5. ROOF IMAGES */
.roof-images {
    display: flex;
    height: 300px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.roof-img {
    flex: 1;
    background-size: cover;
    background-position: center;
}

/* 6. MID YELLOW BAR */
.yellow-contact-bar {
    background-color: var(--solar-yellow);
    padding: 30px 15px;
    text-align: center;
    color: var(--text-color);
    position: relative;
    z-index: 5;
}

.contact-row-top {
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.phone-mid {
    font-size: 1.1rem;
    color: var(--dark-blue);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.web-links {
    font-size: 0.85rem;
    font-weight: 700;
    margin-top: 2px;
    color: #111;
}

/* 7. TECHNICIAN SECTION */
.tech-section {
    position: relative;
    background-size: cover;
    background-position: 40% center;
    height: 650px;
    width: 100%;
}

.tech-headers {
    position: absolute;
    top: 400px;
    left: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tech-headers .title-sticker {
    font-size: 1.6rem;
}

.tech-headers .small-sticker span {
    font-size: 1.15rem;
    padding: 3px 8px;
}

/* Prestations Card */
.prestations-card {
    position: absolute;
    top: 686px;
    right: 20px;
    background: #FFF;
    width: 380px;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 67px 22px 22px;
    z-index: 5;
}

.prestations-card-header {
    position: absolute;
    top: -25px;
    left: 15px;
    transform: rotate(-3deg);
    z-index: 6;
}

.prestations-card-header span {
    background: #fff;
    color: var(--dark-blue);
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.1;
    padding: 6px 15px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    border: 1px solid #eee;
}

.prestations-list {
    list-style: none;
}

.prestations-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.bullet-arrow {
    background: var(--solar-yellow);
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.list-marker {
    font-size: 0.85rem;
    font-weight: 300;
    color: #333;
    background: linear-gradient(to bottom, transparent 70%, var(--solar-yellow) 30%);
}

/* 8. VEHICLE SECTION */
.van-section {
    height: 465px;
    margin-top: -30px;
    position: relative;
    overflow: hidden;
    z-index: 4;
}

.van-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.van-overlay-content {
    position: absolute;
    bottom: 15px;
    right: 20px;
    text-align: right;
}

.sticker-footer-title {
    text-align: right;
    transform: rotate(-1deg);
}

/* 9. FINAL YELLOW FOOTER BAR */
.final-yellow-bar {
    background-color: var(--solar-yellow);
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-row { font-size: 0.88rem; font-weight: 700; color: #000; }
.footer-sub-row { font-size: 0.85rem; font-weight: 700; color: #000; }

.phone-final-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.45rem;
    font-weight: 700;
    color: var(--dark-blue);
}

.circle-phone-large {
    background: var(--dark-blue);
    color: var(--solar-yellow);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 600px) {
    .flyer-page { border-radius: 0; box-shadow: none; }
    .flex-constat { flex-direction: column; align-items: center; }
    .schema-col { width: 60%; margin-bottom: 10px; }
    .text-col { width: 100%; padding-right: 0; }
    .tech-headers { position: relative; top: 0; left: 0; padding: 20px 20px 0; }
    .prestations-card { position: relative; top: 0; right: 0; width: 90%; margin: 40px auto 0; }
    .doubt-stickers { position: relative; bottom: 0; left: 0; margin: 30px auto 0; }
    .tech-section { height: auto; padding-bottom: 30px; }
    .final-yellow-bar { flex-direction: column; gap: 10px; text-align: center; }
    .van-section { height: 465px; margin-top: 0; }
    .footer-right { display: flex; justify-content: center; }
}

@media (min-width: 900px) {
    .flyer-page { width: min(100%, 1024px); }
    .flyer-container { padding: 0 30px; }
    
    /* --- STICKER DESKTOP --- */
    .title-sticker span::before,
    .expertise-ribbon::before, 
    .doubt-sticker-top::before, 
    .doubt-sticker-middle::before, 
    .doubt-sticker-bottom::before, 
    .sticker-footer-title span::before {
        -webkit-text-stroke: 22px var(--solar-yellow);
    }
    
    .title-sticker span,
    .expertise-ribbon, 
    .doubt-sticker-top, 
    .doubt-sticker-middle, 
    .doubt-sticker-bottom, 
    .sticker-footer-title span {
        -webkit-text-stroke: 4.5px white;
        text-shadow: 4px 4px 0 rgba(0,0,0,0.18);
    }

    .top-logo-bar { height: 155px; }
    /*.logo-container { padding: 18px 27px 27px; border-radius: 0 0 18px 18px; left: 37px; }*/
    .logo-main { width: 280px; }
    .flyer-hero { height: 354px; }
    .hero-title-wrapper { bottom: -20px; }
    .flyer-hero .title-sticker { font-size: 2.73rem; }
    .constat-section { padding: 44px 0 37px; }
    .constat-block p { font-size: 1.48rem; }
    .source { font-size: 1.1rem; }
    .slanted-yellow-banner { padding: 18px 30px; }
    .banner-content h2 { font-size: 1.62rem; }
    .roof-images { height: 443px; }
    .yellow-contact-bar { padding: 30px 22px; }
    .contact-row-top { font-size: 1.4rem; }
    .phone-mid { font-size: 1.62rem; }
    .web-links { font-size: 1.25rem; }
    .tech-section { height: 959px; }
    .tech-headers { top: 500px; left: 22px; }
    .tech-headers .title-sticker { font-size: 2.36rem; }
    .tech-headers .small-sticker span { font-size: 1.7rem; }
    .expertise-ribbon { padding: 6px 24px; font-size: 1.62rem; margin-left: 15px; }
    .prestations-card { top: 686px; right: 30px; width: 560px; padding: 67px 22px 22px; }
    .prestations-card-header span { font-size: 1.7rem; padding: 9px 22px; }
    .bullet-arrow { font-size: 1.62rem; width: 32px; height: 32px; }
    .prestations-list li strong { font-size: 1.36rem; }
    .doubt-stickers { bottom: 44px; left: 37px; max-width: 384px; }
    .doubt-sticker-top { font-size: 1.4rem; }
    .doubt-sticker-middle { font-size: 1.25rem; }
    .doubt-sticker-bottom { font-size: 1.62rem; }
    .van-section {
        height: 591px;
        margin-top: -30px;
    }
    .sticker-footer-title { font-size: 2.21rem; }
    .footer-row { font-size: 1.3rem; }
    .footer-sub-row { font-size: 1.25rem; }
    .phone-final-link { font-size: 2.14rem; }
    .circle-phone-large { width: 47px; height: 47px; }
}

/* 10. DOUBT STICKERS - CTA compact et lisible */
.doubt-stickers {
    width: min(88vw, 315px);
    max-width: 315px;
    gap: 7px;
    z-index: 8;
}

.doubt-sticker-top {
    display: block;
    width: 100%;
    color: var(--dark-blue);
    -webkit-text-stroke: 0;
    paint-order: normal;
    text-shadow: none;
}

.doubt-sticker-top::before {
    content: none !important;
}

.doubt-sticker-top .doubt-title {
    margin: 0;
    font-size: 1.12rem;
    line-height: 0.98;
    text-align: center;
    transform: rotate(-2deg);
}

.doubt-sticker-top .doubt-title br {
    display: block;
}

.doubt-sticker-top .doubt-title span {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 4px;
    padding: 3px 9px;
    line-height: 1;
    white-space: nowrap;
    color: var(--dark-blue);
    -webkit-text-stroke: 2px white;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.18);
}

.doubt-sticker-top .doubt-title span::before {
    -webkit-text-stroke: 10px var(--solar-yellow);
}

.doubt-sticker-top .doubt-title span:nth-of-type(1) {
    transform: rotate(-1.5deg);
}

.doubt-sticker-top .doubt-title span:nth-of-type(2) {
    transform: rotate(1deg);
}

.doubt-sticker-top .doubt-title span:nth-of-type(3) {
    transform: rotate(-1deg);
}

.doubt-sticker-middle {
    margin-top: 2px;
    padding: 2px 10px;
    line-height: 1.05;
    transform: rotate(-1deg);
}

.doubt-sticker-middle::before {
    -webkit-text-stroke: 9px var(--solar-yellow);
}

.doubt-sticker-bottom {
    margin-top: 2px;
    padding: 3px 10px;
    line-height: 1.05;
    transform: rotate(1deg);
}

.doubt-sticker-bottom::before {
    -webkit-text-stroke: 10px var(--solar-yellow);
}

.circle-phone-small {
    background: var(--dark-blue);
    color: var(--solar-yellow);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.circle-phone-small svg {
    display: block;
    width: 68%;
    height: 68%;
}

@media (max-width: 600px) {
    .doubt-stickers {
        width: min(90vw, 320px);
        max-width: 320px;
        gap: 8px;
    }

    .doubt-sticker-top .doubt-title {
        font-size: clamp(1.2rem, 6vw, 1.7rem);
    }

    .doubt-sticker-top .doubt-title span {
        padding: 4px 10px;
        margin-bottom: 5px;
    }
}

@media (min-width: 900px) {
    .doubt-stickers {
        width: 360px;
        max-width: 360px;
        bottom: 44px;
        left: 37px;
        gap: 9px;
    }

    .doubt-sticker-top {
        -webkit-text-stroke: 0;
        text-shadow: none;
    }

    .doubt-sticker-top::before {
        content: none !important;
    }

    .doubt-sticker-top .doubt-title {
        font-size: 2rem;
    }

    .doubt-sticker-top .doubt-title span {
        padding: 4px 13px;
        margin-bottom: 7px;
        -webkit-text-stroke: 4px white;
        text-shadow: 4px 4px 0 rgba(0,0,0,0.18);
    }

    .doubt-sticker-top .doubt-title span::before {
        -webkit-text-stroke: 18px var(--solar-yellow);
    }

    .doubt-sticker-middle {
        font-size: 1.35rem;
        padding: 4px 13px;
    }

    .doubt-sticker-middle::before {
        -webkit-text-stroke: 15px var(--solar-yellow);
    }

    .doubt-sticker-bottom {
        font-size: 1.58rem;
        padding: 4px 14px;
        gap: 8px;
    }

    .doubt-sticker-bottom::before {
        -webkit-text-stroke: 16px var(--solar-yellow);
    }

    .circle-phone-small {
        width: 34px;
        height: 34px;
    }
}

/* 11. PHONE COLORS + CTA NUMBER ALIGNMENT */
.phone-mid,
.phone-final-link {
    color: var(--dark-blue);
}

.circle-phone-small,
.circle-phone-large {
    background: var(--dark-blue);
    color: var(--solar-yellow);
}

.circle-phone-small .svg-phone,
.circle-phone-large .svg-phone {
    display: block;
    width: 68%;
    height: 68%;
    color: currentColor;
}

.doubt-sticker-middle {
    width: max-content;
    max-width: 100%;
    color: var(--dark-blue);
}

.doubt-sticker-bottom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    max-width: 100%;
    gap: 7px;
    padding: 0;
    color: var(--dark-blue);
    -webkit-text-stroke: 0;
    paint-order: normal;
    text-shadow: none;
}

.doubt-sticker-bottom::before {
    content: none !important;
}

.doubt-phone-number {
    position: relative;
    z-index: 1;
    isolation: isolate;
    display: inline-block;
    width: max-content;
    max-width: 100%;
    padding: 3px 10px;
    line-height: 1.05;
    color: var(--dark-blue);
    font-weight: 700;
    white-space: nowrap;
    -webkit-text-stroke: 2px white;
    paint-order: stroke fill;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.18);
}

.doubt-phone-number::before {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    color: var(--solar-yellow);
    -webkit-text-stroke: 10px var(--solar-yellow);
    paint-order: stroke fill;
    pointer-events: none;
}

@media (min-width: 900px) {
    .doubt-sticker-bottom {
        gap: 8px;
        padding: 0;
        -webkit-text-stroke: 0;
        text-shadow: none;
    }

    .doubt-sticker-bottom::before {
        content: none !important;
    }

    .doubt-phone-number {
        padding: 4px 14px;
        font-size: 1.58rem;
        -webkit-text-stroke: 4px white;
        text-shadow: 4px 4px 0 rgba(0,0,0,0.18);
    }

    .doubt-phone-number::before {
        -webkit-text-stroke: 16px var(--solar-yellow);
    }
}

/* 12. PHONE CTA ICON HIGHLIGHT - fond jaune autour de la pastille */
.doubt-sticker-bottom .circle-phone-small {
    position: relative;
    overflow: visible;
    /*background: var(--dark-blue);*/
    color: var(--solar-yellow);
    border-radius: 50%;
    box-shadow:
        3px 3px 0 rgba(0,0,0,0.18),
        0 0 0 4px #fff,
        0 0 0 11px var(--solar-yellow);
}

.doubt-sticker-bottom .circle-phone-small .svg-phone {
    color: currentColor;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.doubt-sticker-bottom .doubt-phone-number {
    margin-left: 4px;
}

@media (max-width: 600px) {
    .doubt-sticker-bottom {
        gap: 10px;
    }

    .doubt-sticker-bottom .circle-phone-small {
        box-shadow:
            3px 3px 0 rgba(0,0,0,0.18),
            0 0 0 4px #fff,
            0 0 0 11px var(--solar-yellow);
    }
}

@media (min-width: 900px) {
    .doubt-sticker-bottom {
        gap: 14px;
    }

    .doubt-sticker-bottom .circle-phone-small {
        box-shadow:
            4px 4px 0 rgba(0,0,0,0.18),
            0 0 0 6px #fff,
            0 0 0 16px var(--solar-yellow);
    }

    .doubt-sticker-bottom .doubt-phone-number {
        margin-left: 6px;
    }
}

/* 13. SECTION BAS AGRANDIE - image camion centrée */
.van-section {
    height: 465px;
    margin-top: -30px;
}

.van-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 600px) {
    .van-section {
        height: 465px;
        margin-top: 0;
    }
}

@media (min-width: 900px) {
    .van-section {
        height: 591px;
        margin-top: -30px;
    }
}


/* 14. AJUSTEMENTS RESPONSIVE + NOUVEAUX TEXTES HEADER / BANDEAU */
.hero-subtitle-wrapper {
    position: absolute;
    top: 14px;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%) rotate(-1deg);
    text-align: center;
    z-index: 4;
    pointer-events: none;
}

.hero-subtitle {
    margin: 0;
    font-size: clamp(0.82rem, 2.4vw, 1.45rem);
    line-height: 1.08;
}

.hero-subtitle span {
    max-width: 100%;
    padding: 3px 11px;
    line-height: 1.1;
}

.mid-contact-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--dark-blue);
    font-size: clamp(1.1rem, 4vw, 2rem);
    line-height: 1.12;
    text-align: center;
}

.mid-contact-title > span {
    transform: rotate(-1deg);
}

.mid-contact-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
    width: 100%;
    color: #111;
    font-size: clamp(0.88rem, 2.35vw, 1.42rem);
    font-weight: 700;
    line-height: 1.25;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.mid-contact-details a {
    color: inherit;
    text-decoration: none;
}

.footer-left {
    flex: 1 1 auto;
    align-items: center;
    text-align: center;
}

.footer-right {
    flex: 0 0 auto;
}

@media (min-width: 601px) and (max-width: 899px) {
    .flyer-container {
        padding: 0 clamp(18px, 3vw, 26px);
    }

    .top-logo-bar {
        height: clamp(112px, 18vw, 140px);
    }

    .logo-main {
        width: clamp(195px, 34vw, 245px);
    }

    .flyer-hero {
        height: clamp(255px, 42vw, 330px);
        background-position: center 28%;
    }

    .hero-subtitle-wrapper {
        top: clamp(12px, 2.3vw, 20px);
        width: calc(100% - 36px);
    }

    .hero-subtitle {
        font-size: clamp(0.9rem, 2.55vw, 1.35rem);
    }

    .hero-title-wrapper {
        bottom: clamp(-42px, -5vw, -25px);
    }

    .flyer-hero .title-sticker {
        font-size: clamp(1.65rem, 4.8vw, 2.45rem);
    }

    .constat-section {
        padding: 42px 0 28px;
    }

    .flex-constat {
        gap: clamp(14px, 2.5vw, 22px);
    }

    .schema-col {
        flex: 0 0 34%;
    }

    .text-col {
        flex: 0 0 66%;
        gap: 12px;
        padding-right: 0;
    }

    .constat-block p {
        font-size: clamp(0.9rem, 2.15vw, 1.12rem);
        line-height: 1.35;
    }

    .source {
        font-size: clamp(0.7rem, 1.8vw, 0.9rem);
    }

    .slanted-yellow-banner {
        max-width: 88%;
        padding: 13px 22px;
    }

    .banner-content h2 {
        font-size: clamp(1rem, 2.8vw, 1.35rem);
    }

    .roof-images {
        height: clamp(300px, 49vw, 390px);
    }

    .yellow-contact-bar {
        padding: 27px 18px;
    }

    .mid-contact-title {
        font-size: clamp(1.35rem, 4.1vw, 2rem);
    }

    .mid-contact-details {
        font-size: clamp(0.95rem, 2.55vw, 1.35rem);
    }

    .tech-section {
        height: 760px;
        background-position: 43% center;
    }

    .tech-headers {
        top: 315px;
        left: 20px;
        max-width: 340px;
    }

    .tech-headers .title-sticker {
        font-size: clamp(1.25rem, 3.35vw, 1.7rem);
    }

    .tech-headers .small-sticker span {
        font-size: clamp(0.98rem, 2.8vw, 1.25rem);
    }

    .expertise-ribbon {
        margin-left: 6px;
        padding: 4px 13px;
        font-size: clamp(0.95rem, 2.65vw, 1.2rem);
    }

    .doubt-stickers {
        bottom: 42px;
        left: 20px;
        width: min(46vw, 315px);
        max-width: 315px;
    }

    .doubt-sticker-top .doubt-title {
        font-size: clamp(1.1rem, 3vw, 1.4rem);
    }

    .doubt-sticker-middle {
        font-size: clamp(0.92rem, 2.4vw, 1.12rem);
    }

    .doubt-phone-number {
        font-size: clamp(1rem, 2.8vw, 1.22rem);
    }

    .prestations-card {
        top: 625px;
        right: 18px;
        width: min(54vw, 410px);
        padding: 58px 18px 18px;
    }

    .prestations-card-header span {
        font-size: clamp(1rem, 2.7vw, 1.28rem);
        padding: 7px 16px;
    }

    .prestations-list li {
        gap: 10px;
        margin-bottom: 15px;
    }

    .prestations-list li strong {
        font-size: clamp(0.88rem, 2.25vw, 1rem);
        line-height: 1.25;
    }

    .list-marker {
        font-size: clamp(0.76rem, 2vw, 0.88rem);
        line-height: 1.25;
    }

    .bullet-arrow {
        width: 24px;
        height: 24px;
        font-size: 1.18rem;
    }

    .van-section {
        height: 515px;
        margin-top: -30px;
    }

    .final-yellow-bar {
        gap: 18px;
        padding: 17px 22px;
    }

    .footer-row {
        font-size: clamp(0.84rem, 2vw, 1rem);
    }

    .footer-sub-row {
        font-size: clamp(0.82rem, 1.9vw, 0.95rem);
    }

    .phone-final-link {
        font-size: clamp(1.15rem, 3.3vw, 1.65rem);
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .hero-subtitle-wrapper {
        top: 18px;
    }

    .hero-subtitle {
        font-size: clamp(1.35rem, 2.35vw, 1.65rem);
    }

    .yellow-contact-bar {
        padding: 30px 22px 34px;
    }

    .mid-contact-title {
        font-size: clamp(1.9rem, 3.2vw, 2.25rem);
    }

    .mid-contact-details {
        font-size: clamp(1.15rem, 2vw, 1.42rem);
    }

    .tech-section {
        height: 935px;
    }

    .tech-headers {
        top: 430px;
        left: 30px;
    }

    .prestations-card {
        top: 650px;
        right: 30px;
        width: min(55vw, 540px);
    }

    .doubt-stickers {
        bottom: 46px;
        left: 37px;
    }
}

@media (max-width: 600px) {
    .flyer-hero {
        height: 265px;
    }

    .hero-subtitle-wrapper {
        top: 12px;
        width: calc(100% - 24px);
    }

    .hero-subtitle {
        font-size: clamp(0.76rem, 3.8vw, 1rem);
    }

    .hero-subtitle span {
        padding: 3px 8px;
        -webkit-text-stroke: 1.6px white;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.18);
    }

    .hero-subtitle span::before {
        -webkit-text-stroke: 8px var(--solar-yellow);
    }

    .hero-title-wrapper {
        bottom: -34px;
    }

    .flyer-hero .title-sticker {
        font-size: clamp(1.45rem, 7.2vw, 2rem);
    }

    .yellow-contact-bar {
        padding: 25px 14px;
    }

    .mid-contact-title {
        font-size: clamp(1.15rem, 6vw, 1.65rem);
    }

    .mid-contact-title > span {
        padding-left: 9px;
        padding-right: 9px;
    }

    .mid-contact-details {
        display: block;
        font-size: clamp(0.86rem, 4vw, 1rem);
    }

    .tech-headers {
        margin-top: -10px;
    }

    .footer-left {
        width: 100%;
    }
}


/* 15. CORRECTION HEADER + STICKERS RESPONSIVE SANS CÉSURE
   Objectif : placer l'accroche à droite du logo et éviter les ruptures internes provoquées par les pseudo-éléments data-text. */
.title-sticker > span,
.mid-contact-title > span,
.hero-subtitle > span,
.doubt-sticker-top .doubt-title span,
.sticker-footer-title span,
.doubt-phone-number {
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}

.top-logo-bar {
    height: 112px;
    min-height: 112px;
    padding: 10px 18px 10px 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(10px, 2.2vw, 24px);
}

.logo-container {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 auto;
    padding: 0;
}

.hero-subtitle-wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    max-width: none;
    flex: 1 1 auto;
    min-width: 0;
    transform: rotate(-1deg);
    text-align: center;
    z-index: 6;
    pointer-events: none;
}

.hero-subtitle {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 3px 7px;
    font-size: clamp(0.72rem, 2.25vw, 1.18rem);
    line-height: 1;
}

.hero-subtitle span {
    flex: 0 0 auto;
    max-width: 100%;
    padding: 2px 7px;
    line-height: 1;
}

.hero-subtitle span::before,
.mid-contact-title > span::before {
    white-space: nowrap;
}

.mid-contact-title {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 10px;
}

.mid-contact-title > span {
    flex: 0 0 auto;
}

.mid-contact-details {
    flex: 0 0 100%;
}

.hero-title-wrapper {
    padding-inline: 10px;
}

.footer-left {
    align-items: center;
    text-align: center;
}

@media (max-width: 420px) {
    .top-logo-bar {
        min-height: 145px;
        padding: 9px 12px 12px;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }

    .logo-main {
        width: clamp(145px, 48vw, 175px);
    }

    .hero-subtitle-wrapper {
        width: 100%;
        transform: rotate(-1deg);
    }

    .hero-subtitle {
        justify-content: center;
        font-size: clamp(0.68rem, 3.3vw, 0.86rem);
        gap: 3px 5px;
    }

    .hero-subtitle span {
        padding: 2px 6px;
    }
}

@media (min-width: 421px) and (max-width: 600px) {
    .top-logo-bar {
        min-height: 112px;
        height: 112px;
        padding: 8px 12px 8px 16px;
        gap: 8px;
    }

    .logo-main {
        width: clamp(145px, 34vw, 180px);
    }

    .hero-subtitle {
        justify-content: center;
        font-size: clamp(0.66rem, 2.65vw, 0.92rem);
        gap: 3px 5px;
    }

    .hero-subtitle span {
        padding: 2px 6px;
    }
}

@media (min-width: 601px) and (max-width: 899px) {
    .top-logo-bar {
        min-height: clamp(118px, 17vw, 138px);
        height: clamp(118px, 17vw, 138px);
        padding: 10px clamp(18px, 3vw, 26px);
    }

    .logo-main {
        width: clamp(190px, 30vw, 230px);
    }

    .hero-subtitle {
        font-size: clamp(0.86rem, 2.05vw, 1.16rem);
        gap: 4px 8px;
    }

    .hero-subtitle span {
        padding: 3px 8px;
    }
}

@media (min-width: 900px) {
    .top-logo-bar {
        height: 155px;
        min-height: 155px;
        padding: 16px 35px 16px 37px;
        gap: 26px;
    }

    .logo-main {
        width: 280px;
    }

    .hero-subtitle {
        font-size: clamp(1.18rem, 1.72vw, 1.55rem);
        gap: 6px 12px;
    }

    .hero-subtitle span {
        padding: 4px 12px;
        -webkit-text-stroke: 3.2px white;
        text-shadow: 4px 4px 0 rgba(0,0,0,0.18);
    }

    .hero-subtitle span::before {
        -webkit-text-stroke: 17px var(--solar-yellow);
    }

    .mid-contact-title > span {
        -webkit-text-stroke: 4px white;
    }

    .mid-contact-title > span::before {
        -webkit-text-stroke: 18px var(--solar-yellow);
    }
}

/* 16. RESSERRAGE DES ACCROCHES HEADER ET BANDEAU CENTRAL
   Les phrases longues sont traitées en lignes contrôlées pour éviter les césures et les espacements excessifs. */
.hero-subtitle {
    display: block;
    flex-wrap: initial;
    text-align: center;
    line-height: 0.96;
    letter-spacing: -0.015em;
}

.hero-subtitle .hero-subtitle-line {
    display: inline-block;
    margin: 0;
    padding: 2px 5px;
    line-height: 0.98;
    white-space: nowrap;
}

.mid-contact-title {
    display: block;
    gap: 0;
    line-height: 1;
    letter-spacing: -0.01em;
}

.mid-contact-title .mid-contact-line {
    display: inline-block;
    margin: 0 auto 4px;
    padding: 2px 7px;
    line-height: 1;
    white-space: nowrap;
}

.mid-contact-details {
    display: block;
    margin-top: 2px;
    line-height: 1.18;
}

@media (max-width: 420px) {
    .hero-subtitle {
        font-size: clamp(0.58rem, 2.95vw, 0.72rem);
        line-height: 0.98;
    }

    .hero-subtitle .hero-subtitle-line {
        padding: 1px 4px;
    }

    .mid-contact-title {
        font-size: clamp(0.76rem, 3.45vw, 0.98rem);
    }

    .mid-contact-title .mid-contact-line {
        padding: 2px 5px;
    }
}

@media (min-width: 421px) and (max-width: 600px) {
    .hero-subtitle {
        font-size: clamp(0.58rem, 2.05vw, 0.78rem);
    }

    .hero-subtitle .hero-subtitle-line {
        padding: 1px 4px;
    }

    .mid-contact-title {
        font-size: clamp(0.92rem, 3.05vw, 1.18rem);
    }
}

@media (min-width: 601px) and (max-width: 899px) {
    .hero-subtitle {
        font-size: clamp(0.72rem, 1.65vw, 0.98rem);
    }

    .hero-subtitle .hero-subtitle-line {
        padding: 2px 5px;
    }

    .mid-contact-title {
        font-size: clamp(1.12rem, 2.55vw, 1.5rem);
    }

    .mid-contact-title .mid-contact-line {
        padding: 2px 7px;
    }
}

@media (min-width: 900px) {
    .hero-subtitle {
        font-size: clamp(1rem, 1.35vw, 1.22rem);
        line-height: 0.98;
    }

    .hero-subtitle .hero-subtitle-line {
        padding: 3px 8px;
        -webkit-text-stroke: 3px white;
        text-shadow: 4px 4px 0 rgba(0,0,0,0.18);
    }

    .hero-subtitle .hero-subtitle-line::before {
        -webkit-text-stroke: 15px var(--solar-yellow);
    }

    .mid-contact-title {
        font-size: clamp(1.6rem, 2.25vw, 1.95rem);
    }

    .mid-contact-title .mid-contact-line {
        padding: 3px 10px;
        -webkit-text-stroke: 4px white;
    }

    .mid-contact-title .mid-contact-line::before {
        -webkit-text-stroke: 17px var(--solar-yellow);
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .hero-subtitle {
        font-size: clamp(0.98rem, 1.2vw, 1.12rem);
    }

    .mid-contact-title {
        font-size: clamp(1.45rem, 2.05vw, 1.75rem);
    }
}

@media (min-width: 421px) and (max-width: 520px) {
    .hero-subtitle {
        font-size: clamp(0.52rem, 1.8vw, 0.68rem);
    }
}

/* 17. TITRE PRINCIPAL HERO - ajustement anti-coupe mobile
   Les deux lignes du H1 conservent l'effet sticker, mais la taille et l'épaisseur du contour sont réduites sur les petites largeurs pour éviter toute coupe latérale. */
.hero-main-title {
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.1;
    letter-spacing: -0.018em;
}

.hero-main-title .hero-main-line {
    display: inline-block;
    max-width: calc(100vw - 34px);
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: none;
}

.hero-main-title .hero-main-line::before {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .hero-title-wrapper {
        bottom: -26px;
        padding-inline: 6px;
        overflow: visible;
    }

    .flyer-hero .hero-main-title {
        font-size: clamp(1.18rem, 5.15vw, 1.85rem);
        line-height: 1.08;
        letter-spacing: -0.035em;
    }

    .hero-main-title .hero-main-line {
        padding: 3px 5px;
        max-width: calc(100vw - 28px);
        -webkit-text-stroke: 2px white;
        text-shadow: 2px 2px 0 rgba(0,0,0,0.18);
    }

    .hero-main-title .hero-main-line::before {
        -webkit-text-stroke: 8px var(--solar-yellow);
    }

    .hero-main-title .hero-main-line:nth-of-type(2) {
        font-size: 0.96em;
    }
}

@media (max-width: 360px) {
    .flyer-hero .hero-main-title {
        font-size: clamp(1.08rem, 5.05vw, 1.28rem);
        letter-spacing: -0.045em;
    }

    .hero-main-title .hero-main-line {
        padding-left: 4px;
        padding-right: 4px;
    }

    .hero-main-title .hero-main-line::before {
        -webkit-text-stroke: 7px var(--solar-yellow);
    }
}

@media (min-width: 601px) and (max-width: 899px) {
    .flyer-hero .hero-main-title {
        font-size: clamp(1.62rem, 4.35vw, 2.28rem);
        letter-spacing: -0.025em;
    }

    .hero-main-title .hero-main-line::before {
        -webkit-text-stroke: 13px var(--solar-yellow);
    }
}
/* 18. SÉPARATION RESPONSIVE DES STICKERS TECHNIQUE / CTA
   Objectif : conserver le rendu validé tout en évitant le chevauchement entre le bloc expertise et le CTA "Un doute ?". */
.tech-headers {
    z-index: 7;
}

.doubt-stickers {
    z-index: 8;
}

@media (min-width: 601px) and (max-width: 899px) {
    .tech-section {
        height: 800px;
    }

    .tech-headers {
        top: clamp(255px, 39vw, 300px);
        left: clamp(16px, 3vw, 20px);
        max-width: min(42vw, 315px);
    }

    .tech-headers .title-sticker {
        font-size: clamp(1.1rem, 2.75vw, 1.45rem);
    }

    .tech-headers .small-sticker span {
        font-size: clamp(0.86rem, 2.2vw, 1.08rem);
        padding: 2px 6px;
    }

    .expertise-ribbon {
        margin-left: 4px;
        padding: 3px 9px;
        font-size: clamp(0.82rem, 2.1vw, 1.02rem);
        line-height: 1;
    }

    .expertise-ribbon::before {
        -webkit-text-stroke: 10px var(--solar-yellow);
    }

    .doubt-stickers {
        bottom: 24px;
        left: clamp(18px, 2.8vw, 22px);
        width: min(40vw, 292px);
        max-width: 292px;
    }

    .doubt-sticker-top .doubt-title {
        font-size: clamp(0.98rem, 2.45vw, 1.22rem);
    }

    .doubt-sticker-top .doubt-title span {
        padding: 3px 8px;
        margin-bottom: 5px;
    }

    .doubt-sticker-middle {
        font-size: clamp(0.84rem, 2.05vw, 1rem);
    }

    .doubt-phone-number {
        font-size: clamp(0.9rem, 2.25vw, 1.08rem);
    }

    .doubt-sticker-bottom .circle-phone-small {
        width: 28px;
        height: 28px;
        box-shadow:
            3px 3px 0 rgba(0,0,0,0.18),
            0 0 0 4px #fff,
            0 0 0 11px var(--solar-yellow);
    }
}

@media (min-width: 900px) and (max-width: 1024px) {
    .tech-section {
        height: 960px;
    }

    .tech-headers {
        top: 390px;
        left: 30px;
        max-width: 355px;
    }

    .tech-headers .title-sticker {
        font-size: clamp(1.78rem, 2.35vw, 2.08rem);
    }

    .tech-headers .small-sticker span {
        font-size: clamp(1.22rem, 1.6vw, 1.48rem);
    }

    .expertise-ribbon {
        margin-left: 10px;
        padding: 5px 18px;
        font-size: clamp(1.2rem, 1.65vw, 1.42rem);
        line-height: 1.05;
    }

    .doubt-stickers {
        bottom: 30px;
        left: 37px;
        width: 340px;
        max-width: 340px;
    }

    .doubt-sticker-top .doubt-title {
        font-size: 1.78rem;
    }
}

