/**
 * Single article — Le Ballon Publicitaire
 */

.lbp-single-article {
    background: #fcfcfc;
}

.lbp-single-article .lbp-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.lbp-single-article .lbp-container--medium {
    max-width: 900px;
}

.lbp-single-article .lbp-container--narrow {
    max-width: 760px;
}

/* ===== Hero ===== */
.lbp-article__hero {
    padding: 40px 0 30px;
    text-align: center;
}

.lbp-article__breadcrumb {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #888;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.lbp-article__breadcrumb a {
    color: #888;
    text-decoration: none;
    transition: color 0.2s ease;
}

.lbp-article__breadcrumb a:hover {
    color: #1FA8DC;
}

.lbp-breadcrumb-sep {
    color: #ccc;
}

.lbp-article__category {
    display: inline-block;
    margin-bottom: 20px;
}

.lbp-article__category a {
    display: inline-block;
    background: #1FA8DC;
    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 6px 14px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.lbp-article__category a:hover {
    background: #1690c2;
}

.lbp-article__title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 24px;
    letter-spacing: -0.5px;
}

.lbp-article__meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #888;
    flex-wrap: wrap;
}

.lbp-article__meta time,
.lbp-article__reading-time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ===== Image à la une ===== */
.lbp-article__featured {
    margin: 20px 0 50px;
}

.lbp-article__featured-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

/* ===== Contenu ===== */
.lbp-article__body {
    padding-bottom: 60px;
}

.lbp-article__content {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
    color: #333;
}

.lbp-article__content > * + * {
    margin-top: 1.4em;
}

.lbp-article__content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 2em;
    margin-bottom: 0.6em;
    line-height: 1.3;
}

.lbp-article__content h3 {
    font-size: 23px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 1.8em;
    margin-bottom: 0.5em;
    line-height: 1.35;
}

.lbp-article__content h4 {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 1.5em;
    margin-bottom: 0.4em;
}

.lbp-article__content p {
    margin: 0 0 1.4em;
}

.lbp-article__content a {
    color: #1FA8DC;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.lbp-article__content a:hover {
    color: #1690c2;
}

.lbp-article__content ul,
.lbp-article__content ol {
    margin: 0 0 1.4em;
    padding-left: 1.5em;
}

.lbp-article__content li {
    margin-bottom: 0.5em;
}

.lbp-article__content blockquote {
    border-left: 4px solid #1FA8DC;
    padding: 8px 0 8px 24px;
    margin: 1.6em 0;
    font-style: italic;
    color: #555;
    font-size: 19px;
    line-height: 1.6;
}

.lbp-article__content blockquote p {
    margin: 0;
}

.lbp-article__content img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    margin: 1.6em auto;
}

.lbp-article__content figure {
    margin: 1.6em 0;
}

.lbp-article__content figcaption {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    font-style: italic;
}

.lbp-article__content code {
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.9em;
    font-family: 'Courier New', monospace;
    color: #1FA8DC;
}

.lbp-article__content pre {
    background: #1a1a1a;
    color: #f5f5f5;
    padding: 20px;
    border-radius: 6px;
    overflow-x: auto;
    font-size: 14px;
    line-height: 1.5;
}

.lbp-article__content pre code {
    background: transparent;
    padding: 0;
    color: inherit;
}

.lbp-article__content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.6em 0;
    font-size: 15px;
}

.lbp-article__content table th,
.lbp-article__content table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.lbp-article__content table th {
    background: #f5f9fc;
    font-weight: 700;
    color: #1a1a1a;
}

/* ===== Tags ===== */
.lbp-article__tags {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.lbp-article__tags-label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-right: 4px;
}

.lbp-article__tag {
    display: inline-block;
    padding: 5px 12px;
    background: #f0f7fa;
    color: #1FA8DC;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.lbp-article__tag:hover {
    background: #1FA8DC;
    color: #fff;
}

/* ===== Partage ===== */
.lbp-article__share {
    margin-top: 30px;
    padding: 24px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.lbp-article__share-label {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.lbp-article__share-buttons {
    display: flex;
    gap: 10px;
}

.lbp-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    color: #555;
    text-decoration: none;
    transition: all 0.2s ease;
}

.lbp-share-btn:hover {
    background: #1FA8DC;
    border-color: #1FA8DC;
    color: #fff;
    transform: translateY(-2px);
}

/* ===== Articles similaires ===== */
.lbp-related {
    background: #fff;
    padding: 70px 0;
    border-top: 1px solid #e8e8e8;
}

.lbp-related__title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin: 0 0 40px;
}

.lbp-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lbp-related__card {
    background: #fcfcfc;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lbp-related__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(31, 168, 220, 0.1);
}

.lbp-related__thumb {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f0f0f0;
}

.lbp-related__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.lbp-related__card:hover .lbp-related__thumb img {
    transform: scale(1.05);
}

.lbp-related__content {
    padding: 20px 22px 24px;
}

.lbp-related__date {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #888;
    display: block;
    margin-bottom: 8px;
}

.lbp-related__card-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.lbp-related__card-title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s ease;
}

.lbp-related__card-title a:hover {
    color: #1FA8DC;
}

/* ===== CTA Devis ===== */
.lbp-article-cta {
    background: #1FA8DC;
    padding: 60px 0;
}

.lbp-article-cta__inner {
    text-align: center;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
}

.lbp-article-cta__inner h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 14px;
    color: #fff;
}

.lbp-article-cta__inner p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    margin: 0 0 28px;
    opacity: 0.95;
}

.lbp-article-cta__btn {
    display: inline-block;
    background: #fff;
    color: #1FA8DC;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.lbp-article-cta__btn:hover {
    background: #1a1a1a;
    color: #fff;
    transform: translateY(-2px);
}

/* ===== Navigation entre articles ===== */
.lbp-article-nav {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 20px;
}

.lbp-article-nav .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.lbp-article-nav .nav-previous,
.lbp-article-nav .nav-next {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px 24px;
    transition: all 0.25s ease;
}

.lbp-article-nav .nav-previous:hover,
.lbp-article-nav .nav-next:hover {
    border-color: #1FA8DC;
    box-shadow: 0 8px 20px rgba(31, 168, 220, 0.1);
}

.lbp-article-nav .nav-next {
    text-align: right;
}

.lbp-article-nav a {
    text-decoration: none;
    display: block;
}

.lbp-nav-label {
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #1FA8DC;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.lbp-nav-title {
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
    .lbp-article__title {
        font-size: 32px;
    }

    .lbp-article__content {
        font-size: 16px;
    }

    .lbp-article__content h2 {
        font-size: 26px;
    }

    .lbp-article__content h3 {
        font-size: 20px;
    }

    .lbp-related__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lbp-related__title {
        font-size: 26px;
    }

    .lbp-article-cta__inner h2 {
        font-size: 26px;
    }

    .lbp-article-nav .nav-links {
        grid-template-columns: 1fr;
    }

    .lbp-article-nav .nav-next {
        text-align: left;
    }
}

@media (max-width: 600px) {
    .lbp-article__hero {
        padding: 30px 0 20px;
    }

    .lbp-article__title {
        font-size: 26px;
    }

    .lbp-article__meta {
        gap: 14px;
        font-size: 13px;
    }

    .lbp-article__share {
        flex-direction: column;
        align-items: flex-start;
    }

    .lbp-article-cta {
        padding: 45px 0;
    }
}
/* ===== Alignement texte sur la largeur de l'image à la une ===== */
.lbp-article__body .lbp-container--narrow,
.lbp-article__body .lbp-container--medium {
    max-width: 1280px;
}
/* ============================================
   Single Post - Réduction tailles & interlignes
   ============================================ */

.single-post .entry-title,
.single-post h1.entry-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.single-post .entry-content h2,
.single-post article h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 32px;
    margin-bottom: 12px;
}

.single-post .entry-content h3,
.single-post article h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-top: 24px;
    margin-bottom: 10px;
}

.single-post .entry-content p,
.single-post article p {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.single-post .entry-content ul,
.single-post .entry-content ol {
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.single-post .entry-content li {
    margin-bottom: 6px;
}

/* Meta (date + temps de lecture) */
.single-post .entry-meta,
.single-post .post-meta {
    font-size: 13px;
    margin-bottom: 20px;
}

/* FAQ - questions plus compactes */
.single-post .entry-content h3 strong,
.single-post .entry-content h2 strong {
    font-weight: 700;
}