/* ==========================================================================
   ARTICLE SINGLE – beyond
   Porté depuis html/mag-business uncode-child/style.css
   ========================================================================== */

/* ── BREADCRUMB ──────────────────────────────────────────────────────────── */
.single-post .article-breadcrumb .breadcrumb-beyond {
    margin-top: 52px;
}
.single-post .article-breadcrumb .breadcrumb-beyond,
.single-post .article-breadcrumb .breadcrumb-beyond li a,
.single-post .article-breadcrumb .breadcrumb-beyond li span {
    text-decoration: none;
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    font-size: 13px !important;
    line-height: 1.54 !important;
    text-align: left !important;
    color: #00263C !important;
}
.single-post .article-breadcrumb .breadcrumb-beyond ul li img {
    padding-right: 8px;
    padding-left: 8px;
}
.single-post .article-breadcrumb .breadcrumb-beyond li a {
    cursor: pointer;
}
.single-post .article-breadcrumb .breadcrumb-beyond li:first-child a {
    padding-left: 0 !important;
}
.single-post .article-breadcrumb .breadcrumb-beyond li span {
    color: rgba(0, 38, 60, 0.7) !important;
}
.single-post .article-breadcrumb .breadcrumb-beyond li {
    display: flex;
    align-items: center;
}
.single-post .article-breadcrumb .breadcrumb-beyond ul,
.single-post .article-breadcrumb .content .breadcrumb-beyond ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
}

@media (max-width: 767px) {
    .single-post .article-breadcrumb .breadcrumb-beyond {
        margin-top: 50px;
        margin-left: 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .single-post .article-breadcrumb .breadcrumb-beyond ul,
    .single-post .article-breadcrumb .content .breadcrumb-beyond ul {
        flex-wrap: wrap;
    }
}

/* ── EN-TÊTE DE L'ARTICLE ────────────────────────────────────────────────── */
.single-post .post-header {
    margin-top: 4px;
    padding-top: 34px;
    position: relative;
}
.single-post .post-header .tag-flag-container {
    text-align: center;
}
.single-post .post-header .tag-flag {
    font-family: 'Bouygues Read', Arial, sans-serif;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #00263C;
    border: 2px solid #00263C;
    border-radius: 5px;
    padding: 4px 7px;
    display: inline-block;
}
.single-post .post-header .generic-title {
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 48px;
    color: #00263C;
    text-align: center;
    display: block;
    max-width: 792px;
    margin: 48px auto 16px;
    line-height: 1.17 !important;
}
@media only screen and (max-width: 767px) {
    .single-post .post-header .generic-title {
        font-size: 28px !important;
        font-weight: 700;
        line-height: 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .single-post .post-header .generic-title {
        font-size: 38px !important;
    }
}
.single-post .post-header .post-info {
    text-align: center;
    margin: 0;
    font-family: 'Bouygues Read', Arial, sans-serif;
    opacity: 0.7;
}
.single-post .post-header .post-info .date-publication {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #00263C;
    text-transform: initial;
}
.single-post .post-header .post-info span {
    margin: 0;
}
.single-post .post-info div.read__time {
    color: #00263C;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;
}
.single-post .post-info div.read__time .icon-horloge {
    background-image: url('../../img/icon-clock.svg');
    margin-right: 6px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ── LAYOUT 2 COLONNES (sidebar + contenu) ───────────────────────────────── */
.single-post .post-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 40px;
    position: relative;
}
.single-post .post-sidebar {
    width: 100%;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    padding-right: 32px;
}
.single-post .post-content.custom-post-content {
    flex: 1;
    min-width: 0;
}
@media only screen and (min-width: 992px) {
    .single-post .post-layout > .col-lg-4,
    .single-post .post-layout > .post-sidebar {
        flex: 0 0 33.333333%;
    }

    .single-post .post-layout > .col-lg-8 {
        max-width: 66.666667%;
        width: 66.666667%;
        min-width: 0;
    }
}
@media only screen and (max-width: 991px) {
    .single-post .post-layout {
        flex-direction: column;
    }
    .single-post .post-sidebar {
        display: none;
    }
    .single-post .post-layout > .col-lg-8 {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }
}

/* ── IMAGE DE COUVERTURE ─────────────────────────────────────────────────── */
.single-post .post-cover-image {
    margin-bottom: 24px;
}
.single-post .post-cover-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ── CONTENU PRINCIPAL DE L'ARTICLE ─────────────────────────────────────── */
.single-post .custom-post-content {
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #00263C;
}
.single-post .custom-post-content p,
.single-post .custom-post-content div,
.single-post .custom-post-content span,
.single-post .custom-post-content b,
.single-post .custom-post-content h3,
.single-post .custom-post-content h4,
.single-post .custom-post-content li,
.single-post .custom-post-content ul,
.single-post .custom-post-content ol,
.single-post .custom-post-content dd,
.single-post .custom-post-content dl,
.single-post .custom-post-content dt,
.single-post .custom-post-content label,
.single-post .custom-post-content small,
.single-post .custom-post-content code,
.single-post .custom-post-content pre {
    font-family: 'Bouygues Read', Arial, sans-serif;
}
.single-post .custom-post-content p {
    font-size: 15px;
    line-height: 1.4;
    margin: 12px 0;
}
.single-post .custom-post-content strong,
.single-post .custom-post-content em {
    font-family: inherit;
}
.single-post .custom-post-content h2 {
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.33;
    color: #00263C;
    margin-top: 32px;
    margin-bottom: 16px;
}
.single-post .custom-post-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: #00263C;
    margin-top: 24px;
    margin-bottom: 12px;
}
.single-post .custom-post-content ul {
    font-size: 15px;
    line-height: 1.4;
}
.single-post .custom-post-content li strong {
    font-size: 15px;
    line-height: 1.4;
}
.single-post .custom-post-content img {
    max-width: 100%;
    border-radius: 8px;
}
.single-post .custom-post-content a:not(.ancre__style):not(.related-post-item) {
    color: #0059A5;
    text-decoration: underline;
}
.single-post .custom-post-content a:not(.ancre__style):not(.related-post-item):hover {
    color: #00263C;
}
/* Tableaux */
.single-post .custom-post-content table {
    border: 1px solid #CCD4D8;
    border-radius: 8px;
    border-collapse: separate;
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
}
.single-post .custom-post-content table tbody tr:first-child td {
    font-family: 'Bouygues Read', Arial, sans-serif;
    color: #00263C !important;
    background: #F5F5F5 !important;
    border-bottom: none;
    font-weight: 600 !important;
    font-size: 15px;
}
.single-post .custom-post-content table tbody tr td {
    border-right: none;
    border-color: #CCD4D8 !important;
    color: #00263C !important;
    font-size: 15px;
    line-height: 21px;
    font-family: 'Bouygues Read', Arial, sans-serif;
    padding: 16px 20px;
}
@media only screen and (max-width: 959px) {
    .single-post .custom-post-content table {
        overflow-x: auto;
        display: block;
    }
    .single-post .custom-post-content table td {
        padding: 10px;
        font-size: 12px;
        line-height: 15px;
    }
}
/* Blocs info-bulle */
.single-post .bloc__info__bulle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
    border-radius: 4px;
    margin: 20px 0;
}
.single-post .bloc__info__bulle p {
    margin: 0 !important;
}
.single-post .bloc__info__bulle.class_blueu { background-color: #cfebf1; }
.single-post .bloc__info__bulle.class_jaune { background-color: #fff2e5; }
.single-post .bloc__info__bulle img { margin-top: 0; }

/* ── BLOC AUTEUR ─────────────────────────────────────────────────────────── */
.single-post #author-meta {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 32px 0 16px;
    gap: 16px;
}
.single-post #author-meta .avatar {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-right: 0;
    flex-shrink: 0;
}
.single-post .author-content {
    font-family: 'Bouygues Read', Arial, sans-serif;
    color: #00263C;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
}
.single-post .author-content span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}
.single-post #author-meta .custom-social-linkedin-author::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../../img/icon-linkedin.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
    .single-post #author-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* ── PARTAGE RÉSEAUX SOCIAUX (sidebar) ───────────────────────────────────── */
.single-post .social__media__sidebar {
    height: 64px;
    display: flex;
    justify-content: space-around;
    background-color: #F5F5F5;
    border-radius: 8px;
    align-items: center;
    margin-top: 16px;
    padding: 0 16px;
}
.single-post .partager-article {
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-weight: 400;
    color: #00263C;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
}
.single-post .social-share-links {
    display: flex;
    gap: 12px;
    align-items: center;
}
.single-post .social-share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}
.single-post .social-share-links a img {
    width: 16px;
    height: 16px;
    margin: 0;
    border-radius: 0 !important;
}

/* ── SOMMAIRE (Sommaire ancré) ────────────────────────────────────────────── */
.single-post .sommaire-mobile-only {
    display: none;
    margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
    .single-post .sommaire-mobile-only {
        display: block !important;
    }
}
.single-post .left__sidebar__sommaire {
    margin-bottom: 16px;
}
.single-post .left__sidebar__sommaire .sommaire_list {
    width: auto !important;
}
.single-post .post__sommaire {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}
.single-post .left__sidebar__sommaire {
    border-radius: 8px;
}
.single-post .post__sommaire .sommaire_title {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    color: #00263C;
}
.single-post .post__sommaire.open .sommaire_title {
    border-top: unset;
}
@media only screen and (max-width: 767px) {
    .single-post .post__sommaire.open {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .single-post .post__sommaire .sommaire_title {
        font-size: 15px;
    }
}
.single-post .mobile-accordion .sommaire_title::after,
.single-post .post__sommaire ol > li .toggle-icon {
    content: url('../../img/iconeup.svg');
}
.single-post .post__sommaire ol > li .toggle-icon {
    width: 16px;
    height: 16px;
}
.single-post .mobile-accordion.open .sommaire_title::after,
.single-post .post__sommaire ol > li.open .toggle-icon {
    content: url('../../img/iconedown.svg');
}
.single-post .post__sommaire ol > li.open .toggle-icon {
    width: 16px;
    height: 16px;
}
.single-post .post__sommaire ol > li .toggle-icon {
    cursor: pointer;
    flex-shrink: 0;
}
.single-post .post__sommaire ol > li .toggle-icon.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
    display: none;
}
.single-post .mobile-accordion.open .sommaire_list {
    display: block;
    padding: 0 0 20px 37px !important;
}
.single-post .mobile-accordion .sommaire_list {
    display: none;
    margin-top: 12px;
    padding-left: 15px;
}
.single-post .post__sommaire ol {
    margin: 0 !important;
    padding: 0;
}
.single-post .post__sommaire ol li {
    margin: 12px 12px 12px 0;
    line-height: 21px;
}
.single-post .post__sommaire ol li::marker {
    font-size: 15px;
}
.single-post .mobile-accordion .sommaire_list .anchor-link {
    display: flex;
    justify-content: space-between;
}
.single-post .post__sommaire ol > li > ul {
    display: none;
    padding: 0 !important;
}
.single-post .post__sommaire ol > li.open > ul {
    display: block;
}
.single-post .post__sommaire ul {
    margin-top: 12px !important;
}
.single-post .post__sommaire ul li {
    margin: 12px 0;
    list-style: initial;
    font-size: 7px;
}
.single-post .post__sommaire a.ancre__style {
    display: flex;
    align-items: center;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #00263C;
    text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .single-post .post__sommaire a.ancre__style {
        font-size: 12px;
    }
    .single-post .post__sommaire .sommaire_title {
        font-size: 14px;
    }
}
.single-post .post__sommaire a.ancre__style:hover {
    text-decoration: underline !important;
}
.single-post .ancre__style.active-anchor {
    color: #00263C !important;
    font-weight: 600 !important;
}
.single-post .ancre__style.active-observer {
    color: #00263C;
    text-decoration: none !important;
    font-weight: bold !important;
}
@media only screen and (max-width: 767px) {
    .single-post .post__sommaire ul li::before { display: none; }
}
.single-post li.active-observer::marker {
    font-weight: bold !important;
}

/* ── SATISFACTION CLIENT (Feedback) ─────────────────────────────────────── */
.single-post .feedback-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 24px 16px;
    border-radius: 8px;
    background-color: #f5f5f5;
    margin-top: 40px;
}
.single-post .feedback-container .feedback-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.single-post .feedback-container .feedback-buttons img {
    margin-top: 0;
    height: 24px;
    width: 24px;
}
.single-post .feedback-container .feedback-buttons button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 4px;
    background-color: #00263C;
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Bouygues Read', Arial, sans-serif;
    margin-right: 8px;
    border: 2px solid #00263C;
    cursor: pointer;
    color: #fff;
}
.single-post .feedback-container span {
    font-size: 15px;
    line-height: 21px;
}
@media only screen and (max-width: 767px) {
    .single-post .feedback-container {
        flex-direction: column;
        margin-top: 20px;
    }
}
.single-post .feedback-container .feedback-buttons .active {
    background: #fff;
    color: #00263C;
    border: none !important;
}
.single-post .feedback-container .feedback-buttons .feedback-btn:hover {
    border: 2px solid #fff;
}

/* ── BLOC « SUR LE MÊME THÈME » ─────────────────────────────────────────── */
.single-post .related-posts-block {
    padding: 20px 0;
    margin-bottom: 30px;
    border-radius: 8px;
}
.single-post .related-title {
    margin: 0 0 18px 0 !important;
    color: #00263C;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}
.single-post .related-posts-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.single-post .related-post-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 16px 40px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: background 0.2s ease;
}
.single-post .related-post-item:hover {
    text-decoration: underline !important;
    color: #00263C !important;
}
.single-post .related-post-item .post-title-link {
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
    color: #00263C;
    max-width: 507px;
    width: 82%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

/* ── BLOC NEWSLETTER ─────────────────────────────────────────────────────── */
.single-post .bloc-newsletter-post {
    margin-top: 40px;
    background-color: #00263C;
    color: #fff;
    border-radius: 8px;
    padding: 32px;
}
.single-post .bloc-newsletter-post .newsletter-form-block-post {
    margin-top: 16px;
}
.single-post .bloc-newsletter-post .footer_input_wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}
.single-post .bloc-newsletter-post .footer_box_input {
    flex: 1;
    min-width: 220px;
    padding: 10px 14px;
    border-radius: 4px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 15px;
}
.single-post .bloc-newsletter-post .footer_box_input::placeholder {
    color: rgba(255,255,255,0.6);
}
.single-post .bloc-newsletter-post .subscribe_button {
    cursor: pointer;
    background: #fff;
    color: #00263C;
    padding: 10px 24px;
    border-radius: 4px;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

/* ── CAROUSEL « ARTICLES LIÉS » ─────────────────────────────────────────── */
.single-post .post-carousel-bloc {
    margin: 40px 0;
    padding: 0 16px;
}
.single-post .post-carousel-bloc .carousel-title {
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #00263C;
    margin-bottom: 24px;
}
.single-post .post-carousel-bloc .owl-carousel .carousel-item {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.single-post .post-carousel-bloc .owl-carousel .carousel-item-text {
    padding: 12px 16px;
}
.single-post .post-carousel-bloc .owl-carousel .carousel-item .item-kicker {
    font-size: 12px;
    color: #666;
    font-family: 'Bouygues Read', Arial, sans-serif;
    display: block;
    margin-bottom: 6px;
}
.single-post .post-carousel-bloc .owl-carousel .carousel-item .item-title {
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #00263C;
    line-height: 1.3;
}
.single-post .post-carousel-bloc .owl-carousel .carousel-item .item-title a {
    color: #00263C;
    text-decoration: none;
}
.single-post .post-carousel-bloc .owl-carousel .carousel-item .item-title a:hover {
    text-decoration: underline;
}
.single-post .post-carousel-bloc .carousel-item-image {
    overflow: hidden;
    height: 180px;
}
.single-post .post-carousel-bloc .carousel-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    margin: 0;
}
.single-post .post-carousel-bloc .owl-dots {
    text-align: center;
    margin-top: 16px;
}
.single-post .post-carousel-bloc .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #CCD4D8;
    margin: 0 4px;
    cursor: pointer;
    border: none;
}
.single-post .post-carousel-bloc .owl-dot.active {
    background: #00263C;
}
.single-post .post-carousel-bloc .owl-nav button {
    background: transparent !important;
    border: none;
    font-size: 24px;
    color: #00263C;
    cursor: pointer;
}
.single-post .post-carousel-bloc .mg__type__content {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}
.single-post .post-carousel-bloc .video-flag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #00263C;
    font-family: 'Bouygues Read', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
    .single-post .post-carousel-bloc .carousel-title { font-size: 18px; }
    .single-post .post-carousel-bloc .owl-carousel .carousel-item .item-title { font-size: 14px; }
}

/* ==========================================================================
   BLOCS MANQUANTS – ajout complémentaire
   ========================================================================== */

/* ── PARTAGER CET ARTICLE (sidebar desktop + bloc mobile) ───────────────── */
.single-post .social__media__sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background-color: #F5F5F5;
    border-radius: 8px;
    margin-top: 16px;
}
.single-post .social-share-links {
    display: flex;
    gap: 10px;
    align-items: center;
}
.single-post .social-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #CCD4D8;
    transition: border-color 0.2s;
}
.single-post .social-share-btn:hover {
    border-color: #00263C;
}
.single-post .social-share-btn img {
    width: 18px;
    height: 18px;
    margin: 0;
}

/* Bloc partage inline (mobile / hors sidebar) */
.single-post .partager-article-mobile {
    display: none !important;
    padding: 16px;
    background-color: #F5F5F5;
    border-radius: 8px;
    margin: 24px 0;
}
@media only screen and (max-width: 991px) {
    .single-post .partager-article-mobile {
        display: flex !important;
    }
}
.single-post .partager-article-label {
    display: block;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-weight: 600;
    color: #00263C;
    font-size: 15px;
    margin-bottom: 12px;
}
.single-post .partager-article-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.single-post .partager-article-buttons .social-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    width: auto;
    height: auto;
    border-radius: 6px;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #00263C;
    text-decoration: none;
}
.single-post .partager-article-buttons .social-share-btn img {
    width: 20px;
    height: 20px;
}
.single-post .partager-article-buttons .social-share-btn span {
    color: #00263C;
}

/* Icônes sociales (alias) */
.single-post .custom-social-linkedin-author::before {
    background-image: url('../../img/icon-linkedin-author.svg') !important;
    background-repeat: no-repeat;
    background-size: auto 16.19px;
    display: inline-block;
    height: 39px;
    width: 39px;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
}

/* ── SHORTCODE [encart] et [mesh] : bloc-card / blue_petal ──────────────── */
.single-post .blue_petal {
    width: 100%;
    background:
        url('../../img/transparent-noise-effect.png'),
        url('../../img/pattern-dark-logo-bte.svg') no-repeat,
        linear-gradient(#001117, #004b67);
    background-size: auto, 175%, auto;
    background-position: top left, -75px -184px, top left;
}
.single-post .custom-post-content .bloc-card {
    padding: 48px 64px;
    border-radius: 8px;
    margin-bottom: 49px;
    margin-top: 50px;
}
@media only screen and (max-width: 767px) {
    .single-post .custom-post-content .bloc-card {
        padding: 32px 24px;
    }
}
.single-post .custom-post-content .bloc-card .bloc-title {
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF !important;
}
.single-post .custom-post-content .bloc-card p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF !important;
    margin-top: 16px;
    text-align: center;
}
.single-post .custom-post-content .is-tri .buttons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.single-post .custom-post-content .is-tri .buttons .button.is-primary.is-outlined.is-inverted {
    color: #fff !important;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 10px 24px;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}
.single-post .custom-post-content .is-tri .buttons .button.is-primary.is-outlined.is-inverted:hover {
    background: #fff;
    color: #00263C !important;
}

/* mesh-link (version texte seul) */
.single-post .custom-post-content .mesh-link {
    text-decoration: underline;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px;
    font-size: medium !important;
    color: #fff !important;
}
.single-post .custom-post-content .mesh-link:hover {
    font-weight: bold;
}

/* ── SHORTCODE [mentions] : accordion mentions légales ──────────────────── */
.single-post .section.legal_notices {
    margin: 24px 0;
}
.single-post .section.legal_notices .accordion__panel {
    border: 1px solid #CCD4D8;
    border-radius: 6px;
    overflow: hidden;
}
.single-post .section.legal_notices .accordionTab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px 16px;
    cursor: pointer;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #00263C;
    background: #F5F5F5;
    margin: 0;
    user-select: none;
}
.single-post .section.legal_notices .accordionTab .beyond-accordion-arrow {
    font-size: 12px;
    transition: transform 0.2s;
    display: inline-block;
}
.single-post .section.legal_notices .accordion__panel.is-open .beyond-accordion-arrow {
    transform: rotate(180deg);
}
.single-post .section.legal_notices .accordion__frame {
    display: none;
    padding: 14px 16px;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #00263C;
}
.single-post .section.legal_notices .accordion__panel.is-open .accordion__frame {
    display: block;
}

/* ── BLOCKQUOTE : chiffres clés / citation ──────────────────────────────── */
.single-post .custom-post-content blockquote,
.single-post .custom-post-content blockquote p,
.single-post .custom-post-content blockquote em,
.single-post .custom-post-content blockquote div,
.single-post .custom-post-content blockquote strong {
    position: relative;
    padding: 0 !important;
    text-align: center;
    border-left: 0 !important;
    font-family: 'Bouygues Read', Arial, sans-serif !important;
    align-self: stretch;
    font-weight: 600 !important;
    font-style: normal !important;
    line-height: 1.25 !important;
    letter-spacing: normal;
    color: #00263C;
    font-size: 18px !important;
}
.single-post .custom-post-content blockquote::before,
.single-post .custom-post-content blockquote::after {
    content: "";
    display: block;
    height: 12px;
    background-image: url('../../img/ellipse_icon.svg');
    background-repeat: repeat-x;
}
.single-post .custom-post-content blockquote::before {
    margin-bottom: 1rem;
}
.single-post .custom-post-content blockquote::after {
    margin-top: 1rem;
}

/* ── STRONG TITLE (titre mis en valeur dans le contenu) ─────────────────── */
.single-post .custom-post-content .strong-title {
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #00263C;
    display: block;
    margin: 20px 0 12px;
}

/* ── LISTE article_icon (icônes inline dans les listes) ─────────────────── */
.single-post .custom-post-content li.article_icon {
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.single-post .custom-post-content li.article_icon span {
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    padding: 0 !important;
}
.single-post .custom-post-content li.article_icon::marker {
    display: none !important;
}
.single-post .custom-post-content li.article_icon img {
    margin: 0 5px 0 0;
}

/* ── BLOC INFO BULLE (infobulle colorée dans le contenu) ────────────────── */
.single-post .custom-post-content .bloc__info__bulle {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 16px;
    border-radius: 4px;
    margin: 20px 0;
}
.single-post .custom-post-content .bloc__info__bulle p { margin: 0 !important; }
.single-post .custom-post-content .bloc__info__bulle.class_blueu { background-color: #cfebf1; }
.single-post .custom-post-content .bloc__info__bulle.class_jaune { background-color: #fff2e5; }

/* ── POUR ALLER PLUS LOIN ───────────────────────────────────────────────── */
.single-post .pour-aller-plus-loin {
    margin: 40px 0 24px;
}
.single-post .pall-title {
    font-family: 'Bouygues Speak', Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #00263C;
    margin-bottom: 20px;
    line-height: 1.3;
}
.single-post .pall-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-post .pall-card {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 38, 60, 0.08);
    transition: box-shadow 0.2s;
}
.single-post .pall-card:hover {
    box-shadow: 0 4px 16px rgba(0, 38, 60, 0.14);
}
.single-post .pall-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.single-post .pall-card-image {
    overflow: hidden;
    height: 150px;
}
.single-post .pall-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    border-radius: 0;
    transition: transform 0.3s;
}
.single-post .pall-card:hover .pall-card-image img {
    transform: scale(1.04);
}
.single-post .pall-card-body {
    padding: 12px 16px 16px;
}
.single-post .pall-card-cat {
    display: block;
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #0059A5;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}
.single-post .pall-card-title {
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #00263C;
    line-height: 1.4;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-post .pall-card-date {
    font-family: 'Bouygues Read', Arial, sans-serif;
    font-size: 12px;
    color: #666;
}
@media only screen and (max-width: 767px) {
    .single-post .pall-list {
        grid-template-columns: 1fr;
    }
}

/* ── NEWSLETTER blue_petal (correction alignement) ──────────────────────── */
.single-post .bloc-newsletter-post.blue_petal {
    background:
        url('../../img/transparent-noise-effect.png'),
        url('../../img/pattern-dark-logo-bte.svg') no-repeat,
        linear-gradient(#001117, #004b67);
    background-size: auto, 139%, auto;
    background-position: top left, 25px -459px, top left;
    padding: 40px 64px 70px;
    margin: 60px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .single-post .bloc-newsletter-post {
        padding: 32px 20px;
        flex-direction: column;
        gap: 16px;
    }
}

/* ── ARTICLE FULL DARK MODE (demande métier) ───────────────────────────── */
.single-post #content.content.single-post-article,
.single-post #content.content.single-post-article .container,
.single-post #content.content.single-post-article article,
.single-post #content.content.single-post-article aside,
.single-post #content.content.single-post-article div,
.single-post #content.content.single-post-article form,
.single-post #content.content.single-post-article ul,
.single-post #content.content.single-post-article ol,
.single-post #content.content.single-post-article li,
.single-post #content.content.single-post-article blockquote{
    background-color: #00263C;
}

.single-post #content.content.single-post-article,
.single-post #content.content.single-post-article h1,
.single-post #content.content.single-post-article h2,
.single-post #content.content.single-post-article h3,
.single-post #content.content.single-post-article h4,
.single-post #content.content.single-post-article h5,
.single-post #content.content.single-post-article h6,
.single-post #content.content.single-post-article p,
.single-post #content.content.single-post-article span,
.single-post #content.content.single-post-article a,
.single-post #content.content.single-post-article li,
.single-post #content.content.single-post-article strong,
.single-post #content.content.single-post-article em,
.single-post #content.content.single-post-article div,
.single-post #content.content.single-post-article small,
.single-post #content.content.single-post-article label,
.single-post #content.content.single-post-article td,
.single-post #content.content.single-post-article th,
.single-post #content.content.single-post-article blockquote,
.single-post #content.content.single-post-article blockquote p,
.single-post #content.content.single-post-article .date-publication,
.single-post #content.content.single-post-article .partager-article,
.single-post #content.content.single-post-article .partager-article-label {
    color: #FFFFFF !important;
}

.single-post #content.content.single-post-article .tag-flag {
    border-color: #FFFFFF !important;
}

.single-post #content.content.single-post-article .breadcrumb-beyond li span {
    color: rgba(255, 255, 255, 0.7) !important;
}

.single-post #content.content.single-post-article input::placeholder,
.single-post #content.content.single-post-article textarea::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.single-post .single-post-article .left__sidebar__sommaire,
.single-post .single-post-article .social__media__sidebar,
.single-post .single-post-article .social__media__sidebar .social-share-links,
.single-post .single-post-article .related-posts-list a,
.single-post .single-post-article .feedback-container,
.single-post .single-post-article #author-meta,
.single-post .single-post-article #author-meta *,
.single-post .single-post-article .custom-citation,
.single-post .single-post-article .custom-citation *,
.single-post .single-post-article .bloc-info-bulle,
.single-post .single-post-article .bloc-info-bulle *,
.single-post .single-post-article .beyond__expert__section .container,
.single-post .single-post-article .beyond__expert__section div,
.single-post .single-post-article .mobile-accordion .sommaire_list,
.single-post .single-post-article .mobile-accordion .sommaire_list *,
.single-post .single-post-article .post__sommaire,
.single-post .single-post-article .mobile-accordion .sommaire_list .anchor-link,
.single-post .feedback-container .feedback-buttons,
.single-post .single-post-article .bandeau-cta, 
.single-post .single-post-article .bandeau-cta__contenu, 
.single-post .single-post-article .bandeau-cta__visuel {
    background-color: #002D47 !important;
}

/* ========================================================================
   MAG-BUSINESS PORT - ARTICLE SIDEBAR/CONTENT LAYOUT
   ======================================================================== */

@media (min-width: 960px) {
    .single-post .post-header .post-info {
        margin-top: 16px;
    }

    .single-post .post-layout .post-content.custom-post-content {
        padding-left: 140px !important;
        max-width: 740px;
    }

    .single-post .post-layout .col-widgets-sidebar {
        padding-left: 125px !important;
    }

    .single-post .post-layout .col-widgets-sidebar > * {
        width: 400px;
        max-width: 100%;
    }

    .single-post .post-layout #sidebar {
        padding-top: 0;
        position: relative;
        top: auto;
        align-self: flex-start;
    }

    .single-post .post-layout #sidebar.fixed {
        position: sticky !important;
        top: 120px !important;
        z-index: 5;
        padding-top: 0;
    }
}
@media (max-width: 1240px) and (min-width: 960px) {
    .single-post .post-layout .post-content.custom-post-content {
        padding-left: 0 !important;
    }
}

.single-post .post-layout #sidebar ul {
    width: 310px;
    padding-top: 13px;
    margin: 0;
    padding-right: 0 !important;
}

.single-post .post-layout #sidebar .side-bar-title {
    font-family: 'Bouygues Speak', Arial, sans-serif !important;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #00263C;
}

.single-post .post-layout #sidebar ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.single-post .post-layout #sidebar ul::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.single-post .post-layout #sidebar ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #00263C;
}

@media (max-width: 991px) {
    .single-post .post-layout #sidebar {
        display: none;
    }
}

@media (min-width: 992px) {
    .single-post .post-layout .col-widgets-sidebar {
        padding-left: 0 !important;
    }

    .single-post .post-layout .col-lg-8 {
        width: 62.66666666666666% !important;
    }
}


/* Correction sticky sidebar - single post */
.single-post.closed-mobile-header,
.single-post .closed-mobile-header {
  overflow: visible !important;
}

body.single-post {
  overflow-x: clip !important; /* clip au lieu de hidden : ne crée PAS de scroll container */
}


.single-post .custom-post-content .bandeau-cta {
    display: flex;
    padding: 32px;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    background: #F5F5F5;
}
    .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }
    .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu p.bandeau-text {
        color: #00263C;
        /* Title/Title_2 */
        font-family: "Bouygues Read", Arial, sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px !important; /* 125% */
        margin: 0 !important;
        overflow-wrap: break-word;
        word-break: break-word;
    }
    .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .bandeau-cta__bouton {
        display: flex;
        height: 44px;
        padding: 12px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 4px;
        background: #00263C;
        text-decoration: none !important;
        width: fit-content;
        /* Button/Button */
        color: #fff !important;
        font-family: "Bouygues Read", Arial, sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 120% */
    }
    .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .bandeau-cta__bouton:active {
        border: 1px solid #CCD4D8 !important;
    }
    .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .bandeau-cta__bouton[disabled] {
        background: #F5F5F5 !important;
        border-color : #F5F5F5 !important;
        color: #525252!important;
    }
    .single-post .custom-post-content .bandeau-cta .bandeau-cta__visuel img {
        display: flex;
        width: 172px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex-shrink: 0;
        align-self: stretch;
        margin: 0 !important;
    }
    @media (min-width: 768px) {
        .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .bandeau-cta__bouton:hover {
            background-color: #001724 !important;
            border-color: #001724 !important;
            opacity: 1 !important;
        }
        .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .bandeau-cta__bouton:focus {
            background-color: #00263C !important;
            border-color: #00263c !important;
            border-width: 2px !important;
            box-shadow: inset 0 0 0 1px #fff !important;
        }   
    }
    @media(max-width: 767px){
        .single-post .custom-post-content  .bandeau-cta {
            flex-direction: column-reverse;
            padding: 24px !important;
        }
        .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu {
            align-items: center !important;
        }
        .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .bandeau-cta__bouton {
            width: 100% !important;
        }
        .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .div_bandeau-cta__bouton {
            width: 100% !important;
        }
        .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .bandeau-cta__bouton:focus {
            background-color: #001724 !important;
            border-color: #001724 !important;
            opacity: 1 !important;
        }
        .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu .bandeau-cta__bouton:hover {
            background-color: #00263C !important;
            border-color: #00263c !important;
            border-width: 2px !important;
            box-shadow: inset 0 0 0 1px #fff !important;
        }
        .single-post .custom-post-content .bandeau-cta .bandeau-cta__contenu p.bandeau-text {
            text-align: center;
        }
    }