.elementor-1208 .elementor-element.elementor-element-20333a6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8a6e5af *//* ========================================
   ARTICLE BLOG - SASU MAX
   Template respectant la DA du site
======================================== */

/* Variables et Reset */
.blog-article {
    --color-primary: #6E7A73;
    --color-secondary: #6A726D;
    --color-dark: #2D2D2D;
    --color-text: #4A4A4A;
    --color-text-light: #6A726D;
    --color-light: #F5F5F5;
    --color-white: #FFFFFF;
    --font-main: 'Poppins', sans-serif;

    font-family: var(--font-main);
    color: var(--color-text);
    line-height: 1.8;
    max-width: 100%;
    position: relative;
    z-index: 0;
}

.blog-article * {
    box-sizing: border-box;
}

/* ========================================
   HEADER ARTICLE
======================================== */
.blog-header {
    position: relative;
    z-index: 0;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('http://sasu-max.fr/wp-content/uploads/2025/11/437111127_1052404023049866_9019181181408829920_n.jpg');
    background-size: cover;
    background-position: center;
    background-color: var(--color-primary);
    margin-bottom: 50px;
}

.blog-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(110, 122, 115, 0.9) 0%, rgba(106, 114, 109, 0.85) 100%);
    z-index: 1;
}

.blog-header-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}

.blog-category {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: var(--color-white);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.blog-header h1 {
    color: var(--color-white);
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.blog-excerpt {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    margin: 0;
    line-height: 1.6;
}

/* ========================================
   CONTENU ARTICLE
======================================== */
.blog-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog-section {
    margin-bottom: 50px;
}

.blog-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-dark);
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--color-primary);
}

.blog-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-dark);
    margin: 30px 0 15px 0;
}

.blog-section p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.blog-section strong {
    color: var(--color-dark);
}

/* ========================================
   LISTES
======================================== */
.blog-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.blog-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
}

.blog-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-primary);
    font-weight: bold;
}

.blog-list-numbered {
    padding-left: 25px;
    margin: 0 0 25px 0;
}

.blog-list-numbered li {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.7;
}

/* ========================================
   IMAGES DANS L'ARTICLE
======================================== */
.blog-image {
    margin: 40px 0;
    border-radius: 8px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-image-caption {
    background: var(--color-light);
    padding: 12px 15px;
    font-size: 14px;
    color: var(--color-text-light);
    text-align: center;
    font-style: italic;
    margin: 0;
}

/* ========================================
   ENCART CONSEIL
======================================== */
.blog-tip {
    background: var(--color-light);
    border-left: 4px solid var(--color-primary);
    padding: 25px 30px;
    margin: 40px 0;
    border-radius: 0 8px 8px 0;
}

.blog-tip h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 15px 0;
}

.blog-tip p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   CONCLUSION ET CTA
======================================== */
.blog-conclusion {
    background: var(--color-light);
    padding: 40px;
    border-radius: 8px;
    text-align: center;
}

.blog-conclusion h2 {
    border-bottom: none;
    padding-bottom: 0;
}

.blog-conclusion p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.blog-cta {
    margin-top: 30px;
}

.blog-cta-button {
    display: inline-block;
    background: var(--color-primary);
    color: #FFFFFF !important;
    padding: 15px 35px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.blog-cta-button:hover {
    background: var(--color-secondary);
    color: #FFFFFF !important;
}

.blog-cta-phone {
    margin-top: 15px;
    font-size: 14px;
    color: var(--color-text-light);
}

.blog-cta-phone a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
}

.blog-cta-phone a:hover {
    text-decoration: underline;
}

/* ========================================
   RESPONSIVE DESIGN
======================================== */
@media (max-width: 768px) {
    .blog-header {
        padding: 40px 20px;
    }

    .blog-header h1 {
        font-size: 28px;
    }

    .blog-excerpt {
        font-size: 16px;
    }

    .blog-featured-image img {
        height: 250px;
    }

    .blog-section h2 {
        font-size: 24px;
    }

    .blog-section h3 {
        font-size: 18px;
    }

    .blog-conclusion {
        padding: 30px 20px;
    }

    .blog-tip {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .blog-header h1 {
        font-size: 24px;
    }

    .blog-meta {
        flex-direction: column;
        gap: 5px;
    }

    .blog-meta span:nth-child(2) {
        display: none;
    }

    .blog-section h2 {
        font-size: 22px;
    }
}/* End custom CSS */