.wcpe-layout {
    display: grid;
    grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    font-family: Marianne, Sans-serif;
}

.wcpe-sidebar {
    position: sticky;
    top: 24px;
    align-self: start;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.wcpe-content {
    min-width: 0;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.wcpe-box,
.wcpe-article-box {
    background: #ffffff;
    border: 1px solid #e6e8eb;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    font-family: Marianne, Sans-serif;
}

.wcpe-box {
    padding: 50px;
    box-sizing: border-box;
}

.wcpe-article-box {
    padding: 50px;
    box-sizing: border-box;
}

.wcpe-box-title {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    font-family: Marianne, Sans-serif;
}

/* =========================
   ARBORESCENCE
   ========================= */
.wcpe-tree-nav,
.wcpe-tree-nav * {
    font-family: Marianne, Sans-serif;
}

.wcpe-tree-nav .wcpe-tree,
.wcpe-tree-nav .wcpe-children {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wcpe-tree-nav .wcpe-node {
    position: relative;
}

.wcpe-tree-nav .wcpe-node.is-collapsed > .wcpe-children {
    display: none;
}

.wcpe-tree-nav .wcpe-toggle {
    width: 24px;
    height: 24px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
}

.wcpe-tree-nav .wcpe-toggle-empty {
    border-color: transparent;
    background: transparent;
    cursor: default;
}

.wcpe-tree-nav .wcpe-toggle-icon::before {
    content: "−";
    font-size: 16px;
    line-height: 1;
    color: #374151;
}

.wcpe-tree-nav .wcpe-node.is-collapsed > .wcpe-node-row .wcpe-toggle .wcpe-toggle-icon::before {
    content: "+";
}

.wcpe-tree-nav .wcpe-link {
    text-decoration: none !important;
    font-family: Marianne, Sans-serif !important;
}

.wcpe-tree-nav .wcpe-link:hover {
    opacity: 0.9;
}

.wcpe-tree-nav .wcpe-link-text {
    display: inline;
    font-family: Marianne, Sans-serif !important;
}

.wcpe-tree-nav .wcpe-section-title-text {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    color: #000000 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    font-family: Marianne, Sans-serif !important;
}

/* État vide */
.wcpe-empty {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 14px;
    color: #475569;
    font-size: 16px;
    line-height: 1.6;
    font-family: Marianne, Sans-serif;
}

.wcpe-box-elementor,
.wcpe-article-box-elementor {
    width: 100%;
}

/* =========================
   CONTENU ARTICLE
   ========================= */
.wcpe-article-rendered,
.wcpe-article-rendered * {
    font-family: Marianne, Sans-serif;
}

.wcpe-article-rendered {
    max-width: 100%;
}

.wcpe-article-header {
    margin-bottom: 24px;
}

/* H1 */
.wcpe-article-title {
    margin: 0;
    font-size: 22px !important ;
    line-height: 1.25 !important ;
    font-weight: 700 !important ;
    color: #111827;
    font-family: Marianne, Sans-serif !important ;
}

/* intro + paragraphes */
.wcpe-introduction {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #1f2937;
    font-family: Marianne, Sans-serif;
}

.wcpe-a-retenir {
    margin: 0 0 28px;
    padding: 18px 20px;
    border-left: 4px solid #0f62fe;
    background: #f8fbff;
    border-radius: 12px;
}

/* H3 */
.wcpe-a-retenir-title {
    margin: 0 0 10px;
    font-size: 18px !important ;
    line-height: 1.3 !important ;
    font-weight: 700 !important ;
    font-family: Marianne, Sans-serif !important ;
}


.wcpe-section-hook,
.wcpe-section-text,
.wcpe-section-image-wrap,
.wcpe-section-cta {
    clear: both;
}



.wcpe-content-section {
    margin-bottom: 34px;
}

/* H2 */
.wcpe-section-title {
    display: block;
    width: 100%;
    margin: 0 0 18px 0 !important ;
    font-size: 20px !important ;
    line-height: 1.3 !important ;
    font-weight: 800 !important ;
    color: #111827;
    font-family: Marianne, Sans-serif !important ;
    clear: both;
}

.wcpe-section-hook {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.65;
    color: #374151;
    font-weight: 600;
    font-family: Marianne, Sans-serif;
}

/* paragraphes */
.wcpe-section-text,
.wcpe-conclusion-content,
.wcpe-fallback-content,
.wcpe-faq-content,
.wcpe-a-retenir-content {
    font-size: 16px;
    line-height: 1.75;
    color: #1f2937;
    font-family: Marianne, Sans-serif;
}

.wcpe-section-text p,
.wcpe-conclusion-content p,
.wcpe-fallback-content p,
.wcpe-faq-content p,
.wcpe-a-retenir-content p,
.wcpe-introduction p {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 1em;
}

.wcpe-section-image-wrap {
    margin: 18px 0 18px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.wcpe-section-image-wrap picture {
    display: block;
    width: 100%;
    max-width: 600px;
}

.wcpe-section-image-wrap img.wcpe-section-image,
.wcpe-article-rendered .wcpe-section-image-wrap img.wcpe-section-image,
.elementor .wcpe-section-image-wrap img.wcpe-section-image {
    display: block;
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 14px;
}

.wcpe-conclusion {
    margin-top: 10px;
    margin-bottom: 28px;
}



/* H3 / H4 éventuels dans le contenu */
.wcpe-article-rendered h3 {
    font-size: 18px !important ;
    line-height: 1.3 !important ;
    font-weight: 700 !important ;
    color: #111827;
    margin: 0 0 10px !important ;
}

.wcpe-article-rendered h4 {
    font-size: 18px !important ;
    line-height: 1.3 !important ;
    font-weight: 700 !important ;
    color: #111827;
    margin: 0 0 10px !important ;
}

.wcpe-links-box {
    margin-top: 30px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
}

/* H3 */
.wcpe-links-title {
    margin: 0 0 14px !important ;
    font-size: 18px !important ;
    line-height: 1.3 !important ;
    font-weight: 700 !important ;
    font-family: Marianne, Sans-serif !important ;
}

.wcpe-links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wcpe-deep-link {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 10px;
    background: #111827;
    color: #ffffff;
    text-decoration: none;
    transition: opacity .2s ease;
    font-family: Marianne, Sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.wcpe-deep-link:hover {
    opacity: 0.9;
    color: #ffffff;
}

/* =========================
   LÉGENDE
   ========================= */
.wcpe-tree-legend {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
    font-family: Marianne, Sans-serif;
}

.wcpe-tree-legend-item {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
    font-family: Marianne, Sans-serif;
}

.wcpe-tree-legend-square {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    display: inline-block !important;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.08);
    box-sizing: border-box;
    flex: 0 0 12px;
}

.wcpe-tree-legend-text {
    display: inline-block;
    color: #374151 !important;
    font-family: Marianne, Sans-serif;
}

/* =========================
   MOBILE
   ========================= */
@media (max-width: 1024px) {
    .wcpe-layout {
        grid-template-columns: 1fr;
    }

    .wcpe-sidebar {
        position: relative;
        top: 0;
    }

    .wcpe-article-title {
        font-size: 22px;
    }

    .wcpe-article-rendered h3,
    .wcpe-article-rendered h4,
    .wcpe-a-retenir-title,
    .wcpe-links-title {
        font-size: 18px;
    }
    
    .wcpe-section-title {
    font-size: 20px;
}


}


/* =========================
   LIENS IA
   ========================= */




.wcpe-links-box-ai {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}



.wcpe-links-box-ai .wcpe-links-title {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #6f7ea3;
    font-family: Marianne, Sans-serif;
}

.wcpe-links-list-ai {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.wcpe-deep-link-ai {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    color: #111111;
    text-decoration: none;
    font-family: Marianne, Sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    box-shadow: none;
    transition: all .2s ease;
}

.wcpe-deep-link-ai:hover {
    color: #111111;
    background: #ffffff;
    opacity: 1;
    transform: translateY(-1px);
}

.wcpe-deep-link-ai .wcpe-deep-link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.wcpe-deep-link-ai .wcpe-deep-link-icon svg {
    width: 16px;
    height: 16px;
    display: block;
    fill: currentColor;
}

.wcpe-deep-link-ai .wcpe-deep-link-label {
    display: inline-block;
    font-family: Marianne, Sans-serif;
}

/* nuances légères par IA */
.wcpe-deep-link-claude {
    border-color: #e6c7bd;
}

.wcpe-deep-link-mistral {
    border-color: #b7d6de;
}

.wcpe-deep-link-chatgpt {
    border-color: #cfcfcf;
}

@media (max-width: 767px) {
    .wcpe-links-list-ai {
        gap: 10px;
    }

    .wcpe-deep-link-ai {
        padding: 10px 12px;
        border-radius: 12px;
        font-size: 15px;
    }
}







/* =========================
   AUTEUR
   ========================= */
.wcpe-author-box {
    margin-top: 28px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 20px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
}

.wcpe-author-photo-wrap {
    flex: 0 0 72px;
}

.wcpe-author-photo {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 999px;
    display: block;
}

.wcpe-author-content {
    min-width: 0;
}

.wcpe-author-name {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    font-family: Marianne, Sans-serif;
}

.wcpe-author-role {
    font-size: 16px;
    line-height: 1.5;
    color: #4b5563;
    font-family: Marianne, Sans-serif;
}

/* =========================
   CTA CONCLUSION
   ========================= */
.wcpe-conclusion-cta {
    margin-top: 28px;
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: 0;
    background: none;
}

.wcpe-conclusion-cta-inner {
    min-height: 190px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    padding: 0;
}

.wcpe-conclusion-cta-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 24px 32px;
    text-align: center;
    background: #3155a4;
}

.wcpe-conclusion-cta-title {
    margin: 0;
    color: #ffffff !important;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    font-family: Marianne, Sans-serif;
}

.wcpe-conclusion-cta-button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    padding: 24px 32px;
    background: #1f3b7a;
}

.wcpe-conclusion-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    min-height: 52px;
    padding: 12px 28px;
    background: #ffffff;
    color: #3155a4;
    text-decoration: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    font-family: Marianne, Sans-serif;
    box-shadow: none;
    transition: transform .2s ease, opacity .2s ease;
}

.wcpe-conclusion-cta-button:hover {
    color: #3155a4;
    opacity: 1;
    transform: translateY(-1px);
}

@media (max-width: 1024px) {
    .wcpe-conclusion-cta-inner {
        grid-template-columns: 1fr;
    }

    .wcpe-conclusion-cta-text-wrap,
    .wcpe-conclusion-cta-button-wrap {
        min-height: auto;
        padding: 28px 24px;
    }

    .wcpe-conclusion-cta-button {
        min-width: 260px;
    }
}

@media (max-width: 767px) {
    .wcpe-conclusion-cta-button {
        width: 100%;
        min-width: 0;
    }
}
.wcpe-conclusion-cta-link {
    margin-top: 20px !important;
    margin-bottom: 40px !important;
}

/* =========================
   CTA DE PARTIES 1-4
   ========================= */
.wcpe-section-cta,
a.wcpe-section-cta,
.wcpe-article-rendered a.wcpe-section-cta {
    display: block !important;
    width: 100% !important;
    margin-top: 50px;
    margin-bottom: 50px;
    text-decoration: none !important;
}

.wcpe-section-cta-inner,
a.wcpe-section-cta .wcpe-section-cta-inner,
.wcpe-article-rendered a.wcpe-section-cta .wcpe-section-cta-inner {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box;
    background: #e5b82b;
    border-radius: 4px;
    padding: 30px 24px;
    text-align: center;
    transition: background-color .2s ease;
}

.wcpe-section-cta-title,
a.wcpe-section-cta .wcpe-section-cta-title,
.wcpe-article-rendered a.wcpe-section-cta .wcpe-section-cta-title {
    display: block !important;
    width: 100%;
    margin: 0;
    color: #ffffff !important;
    font-family: Marianne, Sans-serif;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

a.wcpe-section-cta:hover .wcpe-section-cta-inner,
a.wcpe-section-cta:focus .wcpe-section-cta-inner {
    background: #284b96;
}

a.wcpe-section-cta:hover,
a.wcpe-section-cta:focus {
    text-decoration: none !important;
}




.wcpe-faq {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 28px 28px 22px;
    background: #f7faff;
    border: 1px solid #dbe7ff;
    border-radius: 18px;
    box-sizing: border-box;
}

.wcpe-faq .wcpe-section-title {
    margin: 0 0 22px 0;
    padding-left: 14px;
    border-left: 5px solid #284b96;
}

.wcpe-faq-content h3,
.wcpe-faq-content h4,
.wcpe-faq-content strong {
    color: #111827;
}

.wcpe-faq-content > * + * {
    margin-top: 18px;
}

.wcpe-faq-content p {
    margin: 10px 0 0;
}

.wcpe-faq-content h3,
.wcpe-faq-content h4 {
    margin: 18px 0 8px !important ;
    font-size: 18px !important ;
    line-height: 1.35 !important ;
    font-weight: 700 !important ;
}

.wcpe-faq-content h3:first-child,
.wcpe-faq-content h4:first-child {
    margin-top: 0;
}

.wcpe-faq-content h3 + p,
.wcpe-faq-content h4 + p {
    margin-top: 0;
}



/* =========================
   FAQ MISE EN VALEUR
   ========================= */
   
   /*
.wcpe-faq {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 28px 28px 22px;
    background: #f7faff;
    border: 1px solid #dbe7ff;
    border-radius: 18px;
    box-sizing: border-box;
}

.wcpe-faq .wcpe-section-title {
    margin: 0 0 24px 0;
    padding-left: 14px;
    border-left: 5px solid #284b96;
}

.wcpe-faq-content {
    font-size: 16px;
    line-height: 1.75;
    color: #1f2937;
}

.wcpe-faq-content h3 {
    margin: 24px 0 10px;
    padding: 16px 18px;
    background: #ffffff;
    border: 1px solid #dbe7ff;
    border-radius: 12px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
}

.wcpe-faq-content h3:first-child {
    margin-top: 0;
}

.wcpe-faq-content h3 strong {
    font-weight: 700;
    color: inherit;
}

.wcpe-faq-content h3 + p,
.wcpe-faq-content h3 + div,
.wcpe-faq-content h3 + ul,
.wcpe-faq-content h3 + ol {
    margin-top: 12px;
}

.wcpe-faq-content p,
.wcpe-faq-content ul,
.wcpe-faq-content ol {
    margin: 0 0 18px;
}

.wcpe-faq-content h3 + p {
    padding: 0 4px 0 4px;
}

*/


.wcpe-table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
}

.wcpe-table-responsive table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
}

.wcpe-table-responsive th,
.wcpe-table-responsive td {
    padding: 12px 14px;
    vertical-align: top;
    text-align: left;
}

@media (max-width: 767px) {
    .wcpe-table-responsive table {
        min-width: 620px;
    }

    .wcpe-table-responsive th,
    .wcpe-table-responsive td {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 1.45;
    }
}




@media (max-width: 767px) {
    .wcpe-box,
    .wcpe-article-box,
    .wcpe-box-elementor,
    .wcpe-article-box-elementor {
        padding: 18px !important;
    }
}



.wcpe-guides-archive-list {
    margin: 20px 0;
}

.wcpe-guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.wcpe-guide-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-sizing: border-box;
}

.wcpe-guide-card-title {
    margin: 0 0 12px;
    font-family: Marianne, Sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
}

.wcpe-guide-card-title a {
    color: #284b96;
    text-decoration: none;
}

.wcpe-guide-card-title a:hover {
    text-decoration: underline;
}

.wcpe-guide-card-excerpt {
    font-family: Marianne, Sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
}



.wcpe-guides-archive-list {
    margin: 20px 0;
}

.wcpe-guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.wcpe-guide-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
    box-sizing: border-box;
}

.wcpe-guide-card-title {
    margin: 0 0 12px;
    font-family: Marianne, Sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
}

.wcpe-guide-card-title a {
    color: #284b96;
    text-decoration: none;
}

.wcpe-guide-card-title a:hover {
    text-decoration: underline;
}

.wcpe-guide-card-excerpt {
    font-family: Marianne, Sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
}




/* Grille de produits multiples des guides */
.wcpe-products-guide-grid-wrap {
    width: 100%;
    margin: 42px 0 62px;
}

.wcpe-products-guide-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    align-items: stretch;
}

.wcpe-products-guide-card {
    display: flex;
    min-width: 0;
    min-height: 100%;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 28px 26px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.wcpe-products-guide-card:hover {
    transform: translateY(-2px);
    border-color: #78b93c;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.wcpe-products-guide-link {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100%;
    color: inherit;
    text-decoration: none !important;
}

.wcpe-products-guide-title {
    order: 1;
    min-height: 88px;
    margin: 0 0 26px !important;
    font-family: Marianne, Sans-serif;
    font-size: 22px;
    line-height: 1.18;
    font-weight: 800;
    color: #19a51a !important;
    text-align: center;
}

.wcpe-products-guide-image-wrap {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 210px;
    margin: 0 0 30px;
}

.wcpe-products-guide-image {
    display: block;
    max-width: 100%;
    max-height: 220px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.wcpe-products-guide-price {
    order: 3;
    margin: auto 0 22px;
    font-family: Marianne, Sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #000000 !important;
    text-align: center;
}

.wcpe-products-guide-price .amount,
.wcpe-products-guide-price bdi {
    color: #000000 !important;
    font-weight: 400;
}

.wcpe-products-guide-button {
    order: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 13px 18px;
    border-radius: 5px;
    background: #78b93c;
    color: #ffffff !important;
    font-family: Marianne, Sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.wcpe-products-guide-card:hover .wcpe-products-guide-button {
    background: #69a935;
}

@media (max-width: 1199px) {
    .wcpe-products-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .wcpe-products-guide-grid-wrap {
        margin: 30px 0 46px;
    }

    .wcpe-products-guide-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .wcpe-products-guide-card {
        padding: 22px 20px;
    }

    .wcpe-products-guide-title {
        min-height: 0;
        font-size: 20px;
        margin-bottom: 22px !important;
    }
}


/* Sources scientifiques */
.wcpe-sources-scientifiques-box {
    margin: 60px 0 50px;
    padding: 34px 36px;
    background: #f7fbf4;
    border: 1px solid #dbeacc;
    border-left: 7px solid #78b93c;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.wcpe-sources-title {
    margin: 0 0 24px !important;
    font-family: Marianne, Sans-serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    color: #2f5d1d;
}

.wcpe-sources-content {
    font-family: Marianne, Sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #222222;
}

.wcpe-sources-content h2 {
    margin: 30px 0 18px !important;
    font-size: 22px !important ;
    line-height: 1.3 !important ;
    font-weight: 800 !important ;
    color: #2f5d1d;
}

.wcpe-sources-content h2:first-child {
    margin-top: 0 !important !important ;
}

.wcpe-sources-content h3 {
    margin: 26px 0 10px !important;
    font-size: 18px !important ;
    line-height: 1.35 !important ;
    font-weight: 800 !important ;
    color: #284b96;
}

.wcpe-sources-content p {
    margin: 0 0 14px;
}

.wcpe-sources-content strong {
    font-weight: 800;
}

.wcpe-sources-content a {
    color: #284b96;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.wcpe-sources-content a:hover {
    color: #78b93c;
}

@media (max-width: 767px) {
    .wcpe-sources-scientifiques-box {
        margin: 42px 0 40px;
        padding: 24px 20px;
        border-left-width: 5px;
        border-radius: 12px;
    }

    .wcpe-sources-title {
        font-size: 21px;
    }

    .wcpe-sources-content {
        font-size: 15px;
    }
}
