/* Start custom CSS for html, class: .elementor-element-13cb4aa *//* ==========================================================================
   BLOG TEMPLATE — POWERLAB / INFOMAX
   Namespace : .blogtemplate-
   Version canonique — référence unique du Gem « Formateur Article Blog »
   ========================================================================== */

/* --- VARIABLES INSPIRÉES DE LA FICHE PRODUIT --- */
:root {
    --blog-primary: #007bff;
    --blog-accent: #c7a14e; 
    --blog-dark-bg: #0a0b0d; 
    --blog-card-bg: #111214;
    --blog-text-main: #2d3436;
    --blog-text-muted: #b0b0b0;
    --blog-border: #dee2e6;
    --blog-radius: 12px;
}

/* --- CONTENEUR GLOBAL --- */
.blogtemplate-container {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin: 0 auto;
    color: var(--blog-text-main);
    line-height: 1.7;
    font-size: 15px;
    background: #fff;
}

/* --- HEADER --- */
.blogtemplate-header {
    background: #000;
    padding: 80px 20px;
    text-align: center; 
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 100%;
    border-bottom: 4px solid var(--blog-accent);
}

.blogtemplate-header-p {
    width: 100%;
    max-width: 980px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

.blogtemplate-header-p > b:first-child {
    color: var(--blog-accent);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

.blogtemplate-header-p b:not(:first-child) {
    color: #fff;
}

/* NOTE : classe disponible mais non utilisée — le titre est géré par PrestaShop */
.blogtemplate-header-h1 {
    font-size: clamp(26px, 6vw, 42px);
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px auto;
    width: 100%;
    max-width: 850px;
    letter-spacing: -1px;
}

.blogtemplate-header-h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--blog-accent);
    margin: 20px auto;
    border-radius: 2px;
}

/* --- TITRE H2 (Section Majeure) --- */
.blogtemplate-title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 900;
    color: #000;
    letter-spacing: 1.5px;
    margin: 60px 0 30px 0;
    padding-top: 25px;
    padding-bottom: 12px;
    display: block;
    position: relative;
    border-top: 1px solid #eeeeee;
}

.blogtemplate-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: var(--blog-accent);
    border-radius: 2px;
}

/* --- TITRE H3 --- */
.blogtemplate-container h3 {
    margin: 38px 0 14px 0;
    color: var(--blog-accent);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.2px;
}

/* NOTE : classe historique NON utilisée, conservée pour ne pas casser
   d'anciens articles. Ne pas employer dans les nouveaux. */
.blogtemplate-subtitle {
    font-size: 14px;
    color: #000;
    margin: 20px 0 10px 0;
    display: block;
    position: relative;
}

/* --- CHAPÔ DE SECTION --- */
.blogtemplate-container .blogtemplate-lead {
    margin: 0 0 6px 0 !important;
    color: #4a5568 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

/* --- SURLIGNAGE INLINE --- */
.blogtemplate-container .blogtemplate-highlight {
    background: linear-gradient(180deg, transparent 58%, rgba(199, 161, 78, 0.38) 58%);
    color: #0a0b0d;
    font-weight: 800;
    padding: 0 2px;
}

/* --- BLOC DÉFINITION EXPRESS --- */
.blogtemplate-container .blogtemplate-definition {
    margin: 40px 0 !important;
    padding: 24px 28px !important;
    background: #f4f7f9 !important;
    border: 1px solid var(--blog-border) !important;
    border-left: 4px solid var(--blog-accent) !important;
    border-radius: var(--blog-radius) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.blogtemplate-container .blogtemplate-definition h4 {
    margin: 0 0 10px 0 !important;
    color: #0a0b0d !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
}

.blogtemplate-container .blogtemplate-definition p {
    margin: 0 !important;
    color: var(--blog-text-main) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* --- BLOC CHECKLIST --- */
.blogtemplate-container .blogtemplate-checklist {
    margin: 40px 0 !important;
    padding: 24px 28px !important;
    background: #fdf8ec !important;
    border: 1px solid #ead9b2 !important;
    border-left: 4px solid var(--blog-accent) !important;
    border-radius: var(--blog-radius) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

.blogtemplate-container .blogtemplate-checklist h4 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 0 16px 0 !important;
    color: #0a0b0d !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

.blogtemplate-container .blogtemplate-checklist h4::before {
    content: "\2611";
    color: var(--blog-accent);
    font-size: 22px;
    line-height: 1;
}

.blogtemplate-container .blogtemplate-checklist-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.blogtemplate-container .blogtemplate-checklist-item {
    position: relative !important;
    display: list-item !important;
    list-style: none !important;
    margin: 0 0 11px 0 !important;
    padding: 0 0 0 26px !important;
    color: var(--blog-text-main) !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.blogtemplate-container .blogtemplate-checklist-item:last-child {
    margin-bottom: 0 !important;
}

.blogtemplate-container .blogtemplate-checklist-item::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--blog-accent);
    font-weight: 900;
}

/* --- BLOC VIGILANCE --- */
.blogtemplate-container .blogtemplate-warning {
    margin: 40px 0 !important;
    padding: 22px 26px !important;
    background: #fff6f5 !important;
    border: 1px solid #f3c9c6 !important;
    border-left: 4px solid #e63946 !important;
    border-radius: var(--blog-radius) !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.blogtemplate-container .blogtemplate-warning h4 {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    margin: 0 0 10px 0 !important;
    color: #a8232e !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
}

.blogtemplate-container .blogtemplate-warning h4::before {
    content: "\26A0";
    font-size: 16px;
    line-height: 1;
}

.blogtemplate-container .blogtemplate-warning p {
    margin: 0 !important;
    color: var(--blog-text-main) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* --- IMAGES --- */
.blogtemplate-image {
    margin: 40px 0;
    border-radius: var(--blog-radius);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    line-height: 0;
}

.blogtemplate-image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    display: block;
    border-radius: var(--blog-radius);
    transition: transform 0.5s ease;
}

.blogtemplate-image:hover img {
    transform: scale(1.03);
}

/* --- TABLEAU --- */
.blogtemplate-table-section {
    margin: 50px 0;
    border: 1px solid var(--blog-border);
    border-radius: var(--blog-radius);
    overflow-x: auto;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    background: #fff;
}

.blogtemplate-table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

.blogtemplate-table td {
    padding: 18px 15px;
    border-bottom: 1.5px solid #eceff1;
    font-size: 14px;
    line-height: 1.6;
    color: var(--blog-text-main);
    white-space: nowrap;
}

.blogtemplate-table-td-first {
    font-weight: 800;
    background: #f4f7f9 !important;
    color: #111;
    border-right: 2px solid #e2e8f0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    vertical-align: top;
    white-space: normal !important;
    min-width: 160px;
}

.blogtemplate-table tr:nth-child(even) td:not(.blogtemplate-table-td-first) {
    background: #fafbfc;
}

.blogtemplate-table tr:last-child td {
    border-bottom: none;
}

/* --- TABLEAU PROBLÈMES : COLONNES ÉQUILIBRÉES ET TEXTE LISIBLE --- */
@media (min-width: 769px) {
    .blogtemplate-table--problems {
        table-layout: fixed;
    }

    .blogtemplate-table--problems td {
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
        vertical-align: top;
    }

    .blogtemplate-table--problems td:nth-child(1) {
        width: 30%;
    }

    .blogtemplate-table--problems td:nth-child(2) {
        width: 25%;
    }

    .blogtemplate-table--problems td:nth-child(3) {
        width: 45%;
    }

    .blogtemplate-table--problems tbody .blogtemplate-table-td-first {
        min-width: 0;
        text-transform: none;
        letter-spacing: 0;
        font-size: 13px;
        line-height: 1.55;
    }
}

/* --- LISTES --- */
.blogtemplate-list {
    list-style-type: disc !important; 
    margin: 30px 0 30px 60px; 
    padding: 0;
}

.blogtemplate-list-item {
    padding-left: 10px; 
    margin-bottom: 12px;
    color: var(--blog-text-main);
    line-height: 1.6;
    font-size: 15px;
    display: list-item; 
}

/* --- LIENS --- */
.blogtemplate-link {
    color: var(--blog-primary);
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid rgba(0, 123, 255, 0.1);
    transition: all 0.3s ease;
}

.blogtemplate-link:hover {
    color: #0056b3;
    border-bottom-color: #0056b3;
    background: rgba(0, 123, 255, 0.05);
}

/* --- CTA DORÉ CENTRÉ --- */
.blogtemplate-container .blogtemplate-cta {
    display: block !important;
    max-width: 560px !important;
    margin: 48px auto !important;
    padding: 20px 28px !important;
    background: var(--blog-accent) !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
    border: none !important;
    border-bottom: none !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 28px rgba(199, 161, 78, 0.35) !important;
    transition: background 0.2s ease, transform 0.2s ease !important;
}

.blogtemplate-container .blogtemplate-cta::before {
    content: "\25B6";
    margin-right: 10px;
    font-size: 13px;
}

.blogtemplate-container .blogtemplate-cta b {
    color: #fff !important;
}

.blogtemplate-container .blogtemplate-cta:hover {
    background: #0a0b0d !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* --- BLOC BUDGET / CTA --- */
.blogtemplate-budget-block {
    margin: 50px 0;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid var(--blog-border);
    border-left: 4px solid var(--blog-accent);
    border-radius: var(--blog-radius);
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

.blogtemplate-budget-block p {
    margin: 0;
    color: var(--blog-text-main);
    font-size: 15px;
    line-height: 1.7;
}

.blogtemplate-budget-block p > b:first-child {
    display: block;
    margin-bottom: 6px;
    color: #0a0b0d;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.2px;
}

.blogtemplate-container .blogtemplate-budget-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 18px !important;
    padding: 13px 20px !important;
    background: #0a0b0d !important;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: none !important;
    border-radius: 8px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    box-shadow: none !important;
    transition: background 0.2s ease, transform 0.2s ease !important;
}

.blogtemplate-container .blogtemplate-budget-button b {
    color: #fff !important;
}

.blogtemplate-container .blogtemplate-budget-button:hover {
    background: var(--blog-accent) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.blogtemplate-container .blogtemplate-budget-button:hover b {
    color: #fff !important;
}

/* --- CARDS PRODUITS --- */
.blogtemplate-container .blogtemplate-card {
    position: relative !important;
    border: 1px solid #e8eaed !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    background: #fff !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04) !important;
    display: grid !important;
    grid-template-columns: 280px 1fr !important;
    grid-template-rows: auto !important;
    margin: 32px 0 !important;
    padding: 0 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    flex-direction: unset !important;
}

.blogtemplate-container .blogtemplate-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.12) !important;
    border-color: #d0d3d8 !important;
}

.blogtemplate-container .blogtemplate-card-img-wrap {
    position: relative !important;
    background: linear-gradient(135deg, #f8f9fb 0%, #eef0f4 100%) !important;
    padding: 28px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    border-right: 1px solid #f0f0f0 !important;
    margin: 0 !important;
}

.blogtemplate-container .blogtemplate-card-img-wrap img {
    max-height: 180px !important;
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 !important;
    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.08));
}

.blogtemplate-container .blogtemplate-card-badge {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    background: #e63946 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    padding: 6px 12px !important;
    border-radius: 6px !important;
    box-shadow: 0 4px 12px rgba(230,57,70,0.35) !important;
    z-index: 2 !important;
}

.blogtemplate-container .blogtemplate-card-price {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: #0a0b0d !important;
    text-align: center !important;
    padding: 10px 16px !important;
    background: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #ececec !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Prix barré : géré ici. Ne JAMAIS ajouter de style inline sur le <span>. */
.blogtemplate-container .blogtemplate-card-price span {
    font-size: 13px !important;
    color: #999 !important;
    display: block !important;
    margin-top: 4px !important;
    text-decoration: line-through;
}

.blogtemplate-container .blogtemplate-card-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #0a0b0d !important;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 14px 18px !important;
    border-radius: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transition: background 0.2s ease;
}

.blogtemplate-container .blogtemplate-card-btn:hover {
    background: var(--blog-accent) !important;
}

.blogtemplate-container .blogtemplate-card-body {
    padding: 32px 36px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    position: relative !important;
}

/* Barre dorée décorative */
.blogtemplate-container .blogtemplate-card-body::before {
    content: "" !important;
    position: absolute !important;
    top: 36px !important;
    bottom: 36px !important;
    left: 0 !important;
    width: 3px !important;
    background: var(--blog-accent) !important;
    border-radius: 0 3px 3px 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.blogtemplate-container .blogtemplate-card:hover .blogtemplate-card-body::before {
    opacity: 1;
}

.blogtemplate-container .blogtemplate-card-body h4 {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #0a0b0d !important;
    text-transform: uppercase !important;
    margin: 0 0 14px 0 !important;
}

/* Featured Card — le bandeau « RECOMMANDÉ » est généré ici, jamais en HTML */
.blogtemplate-container .blogtemplate-card-featured {
    border: 2px solid var(--blog-accent) !important;
}

.blogtemplate-container .blogtemplate-card-featured::before {
    content: "RECOMMANDÉ" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    background: var(--blog-accent) !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    padding: 8px 18px !important;
    border-radius: 0 0 0 12px !important;
    z-index: 3 !important;
}

/* --- FAQ ACCORDÉON --- */
.blogtemplate-faq {
    margin: 25px 0 45px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blogtemplate-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: none;
}

.blogtemplate-faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: #fff;
    transition: background 0.2s ease, color 0.2s ease;
}

.blogtemplate-faq-item summary::-webkit-details-marker {
    display: none;
}

.blogtemplate-faq-item summary:hover {
    background: #fafafa;
}

.blogtemplate-container .blogtemplate-faq-question {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.blogtemplate-faq-icon {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 0;
    background: transparent;
    color: var(--blog-accent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.blogtemplate-faq-icon::before {
    content: "+";
}

.blogtemplate-faq-item[open] .blogtemplate-faq-icon::before {
    content: "–";
}

.blogtemplate-faq-item[open] summary {
    background: #fafafa;
    border-bottom: 1px solid #eeeeee;
}

.blogtemplate-faq-answer {
    padding: 12px 16px 16px 16px;
    background: #fff;
}

.blogtemplate-faq-answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: var(--blog-text-main);
}

/* --- RESPONSIVE MOBILE (bloc unique) --- */
@media (max-width: 768px) {

    /* Tableaux */
    .blogtemplate-table thead {
        display: none;
    }

    .blogtemplate-table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid var(--blog-border);
        border-radius: var(--blog-radius);
        overflow: hidden;
    }

    .blogtemplate-table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 14px 16px;
        border-bottom: 1px solid #eceff1;
        white-space: normal;
    }

    .blogtemplate-table-td-first {
        background: #1a1a1a !important;
        color: #c7a14e !important;
        border-bottom: 2px solid #c7a14e !important;
    }

    /* Définition */
    .blogtemplate-container .blogtemplate-definition {
        margin: 30px 0 !important;
        padding: 20px 18px !important;
    }

    /* H3 */
    .blogtemplate-container h3 {
        margin: 30px 0 12px 0;
        font-size: 17px;
    }

    /* Checklist */
    .blogtemplate-container .blogtemplate-checklist {
        margin: 30px 0 !important;
        padding: 20px 18px !important;
    }

    .blogtemplate-container .blogtemplate-checklist h4 {
        font-size: 15px !important;
    }

    .blogtemplate-container .blogtemplate-checklist-item {
        font-size: 14px !important;
    }

    /* Vigilance */
    .blogtemplate-container .blogtemplate-warning {
        margin: 30px 0 !important;
        padding: 18px 16px !important;
    }

    .blogtemplate-container .blogtemplate-warning p {
        font-size: 14px !important;
    }

    /* CTA doré */
    .blogtemplate-container .blogtemplate-cta {
        margin: 34px auto !important;
        padding: 17px 20px !important;
        font-size: 14px !important;
    }

    /* Bloc budget / CTA */
    .blogtemplate-budget-block {
        margin: 38px 0;
        padding: 24px 20px;
    }

    .blogtemplate-budget-block p {
        font-size: 14px;
    }

    .blogtemplate-budget-block p > b:first-child {
        font-size: 18px;
    }

    .blogtemplate-container .blogtemplate-budget-button {
        width: 100% !important;
        box-sizing: border-box !important;
        margin-top: 16px !important;
    }

    /* Cards */
    .blogtemplate-container .blogtemplate-card {
        grid-template-columns: 1fr !important;
    }

    .blogtemplate-container .blogtemplate-card-img-wrap {
        border-right: none !important;
        border-bottom: 1px solid #f0f0f0 !important;
    }

    /* FAQ */
    .blogtemplate-faq {
        gap: 7px;
        margin: 22px 0 40px 0;
    }

    .blogtemplate-faq-item summary {
        padding: 12px 14px;
        gap: 10px;
    }

    .blogtemplate-container .blogtemplate-faq-question {
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    .blogtemplate-faq-answer {
        padding: 11px 14px 14px 14px;
    }

    .blogtemplate-faq-answer p {
        font-size: 13.5px;
    }
}/* End custom CSS */