        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
        }

        body {
            line-height: 1.6;
            color: #333;
        }

        .advertorial-label {
            background-color: #000b1b;
            text-align: center;
            padding: 3px;
            font-size: 10px;
            color: #fefefe;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        ul {
  list-style: none;
}
        .header-article {
            background-color: #f0f0f0;
            text-align: center;
            font-size: 14px;
            color: #333;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: bold;
            padding: 10px;
        }

        .nav-bar{
            font-size: 14px;
            color: #666;
            margin-bottom: 10px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            display: flex;
            flex-wrap: wrap;
        }

        .main-content {
            width: 80%;
            padding-right: 30px;
        }

        .sidebar {
            width: 20%;
            position: sticky;
            top: 20px;
            align-self: flex-start;
            height: fit-content;
        }

        .article-header {
            margin-bottom: 15px;
        }

        /* .article-title {
            font-size: 48px;
            margin-bottom: 10px;
            font-weight: bold;
            color: #111;
            font-family: 'montserrat, ui-sans-setif, bold'
        } */

        .montserrat-article-title {
            font-family: "Montserrat", sans-serif;
            font-optical-sizing: auto;
            font-weight: 800;
            font-size: 36px;
            margin-bottom: 20px;
            font-weight: bold;
            color: #111;
            letter-spacing: -2px;
            line-height: 100%;
}
        .author-info {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .author-img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 15px;
        }

        .author-text {
            font-size: 14px;
            font-style: italic;
            color: #666;
        }

        .subtitle {
            font-size: 18px;
            margin-bottom: 20px;
            color: #111;
            font-weight: normal;
        }

        .featured-img {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            border-radius: 5px;
        }

        .article-section {
            margin-bottom: 40px;
        }

        .question-title {
            font-size: 30px;
            margin-bottom: 10px;
            color: #111;
            margin-bottom: 20px;
        }

        .question-subtitle {
            font-size: 20px;
            margin-bottom: 12px;
            color: #111
        }

        .section-text {
            margin-bottom: 10px;
            font-size: 18px;
            color: #000
        }

        .section-img {
            width: 80%;
            height: auto;
            margin-bottom: 20px;
            border-radius: 5px;
        }

        .conclusion {
            margin-bottom: 30px;
        }

        .how-to {
            margin-bottom: 30px;
        }

        .cta-box {
            background-color: #fffbe0;
            border: 2px dashed #ffcccb;
            padding: 20px;
            margin-bottom: 30px;
            border-radius: 5px;
            text-align: center;
        }

        .cta-button {
            display: inline-block;
            background-color: #4caf50;
            color: white;
            padding: 12px 25px;
            margin-top: 15px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: background-color 0.3s;
        }

        
        .cta-button-2 {
            display: inline-block;
            background-color: #4caf50;
            color: white;
            padding: 15px 30px;
            margin-top: 15px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: background-color 0.3s;
            font-size: 30px;
            text-align: center;
        }

        .cta-button:hover {
            background-color: #388e3c;
        }

        .product-card {
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px;
            text-align: center;
        }
/* Styles pour la section CTA en haut de page */
.cta-top-section {
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

/* Container de l'image */
.cta-image-container {
    width: 100%;
    max-width: 500px;
}

.cta-product-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Container du contenu texte */
.cta-content {
    width: 100%;
    max-width: 450px;
}

.cta-top-header {
    margin-bottom: 10px;
}

.cadeaux-text {
    font-size: 14px;
    font-weight: bold;
    color: #a00000;
}

.cta-top-promo {
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 15px;
    color: #111;
}

.promo-percentage {
    color: #a00000;
    font-weight: bold;
    font-size: 40px;
}

.limited-text {
    display: block;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
}

.cta-demand-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.cta-top-button {
    display: block;
    background-color: #4caf50;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.cta-top-button:hover {
    background-color: #388e3c;
}

.cta-timer {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
}

.timer-value {
    color: #a00000;
}

.cta-stock-delivery {
    background-color: #fff4e6;
    padding: 10px;
    font-size: 14px;
    color: #333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
    gap: 10px;
}

.stock-high {
    color: #a00000;
    font-weight: bold;
}

.cta-guarantee-text {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
}

.guarantee-bold {
    font-weight: bold;
}
        .product-title {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
        }

        .product-img {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
            border-radius: 5px;
        }

        .product-cta {
            display: block;
            background-color: #4caf50;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
            transition: background-color 0.3s;
        }

        .product-cta:hover {
            background-color: #388e3c;
        }

        footer {
            background-color: #f5f5f5;
            padding: 20px;
            text-align: center;
            font-size: 12px;
            color: #888;
        }

        /* ========== SECTION TÉMOIGNAGES ========== */

.testimonials-section {
    margin: 60px 0;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.testimonials-title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
    color: #111;
}

.rating-header {
    text-align: center;
    margin-bottom: 2rem;
}

.rating-title {
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: 0.75rem;
    color: #111827;
}

.rating-stars {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 1rem;
}

.rating-stars .star {
    font-size: 1.5rem;
    color: #4ade80;
}

.rating-stars .star.half {
    background: linear-gradient(90deg, #4ade80 50%, #d1d5db 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rating-count {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.floating-cta {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: #4caf50;
    color: white;
    padding: 18px 24px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.floating-cta.visible {
    display: block;
}

.floating-cta:hover {
    transform: translateX(-50%) scale(1.05);
}

/* Afficher uniquement sur mobile */
@media (min-width: 769px) {
    .floating-cta {
        display: none !important;
    }
}



.rating-header {
    text-align: center;
    margin-bottom: 2rem;
}

.rating-title {
    font-size: 1.875rem;
    font-weight: 300;
    margin-bottom: 0.75rem;
    color: #111827;
}

.rating-stars {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 1rem;
}

.rating-stars .star {
    font-size: 1.5rem;
    color: #4ade80;
}

.rating-stars .star.half {
    background: linear-gradient(90deg, #4ade80 50%, #d1d5db 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rating-count {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}


/* Vidéos témoignages */
.video-testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.video-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 177.78%; /* Ratio 9:16 */
    background: #000;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-info {
    padding: 20px;
}

.video-author {
    font-size: 16px;
    margin-bottom: 10px;
    color: #111;
}

.video-comment {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* Avis photos - Style Bento */
.photo-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    grid-auto-flow: dense;
}

.photo-review-item {
    position: relative;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    transition: transform 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.photo-review-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.photo-review-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}


.review-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    padding: 15px;
    color: white;
}

.review-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.review-stars {
    font-size: 12px;
}

/* Responsive Desktop */
@media (min-width: 768px) {
    .video-testimonials {
        grid-template-columns: repeat(3, 1fr);
    }

    .photo-reviews {
        grid-template-columns: repeat(6, 1fr);
    }
}

        /* Version Desktop - Image à gauche */
@media (min-width: 768px) {
    .cta-top-section {
        background-color: #ddffd0;
        flex-direction: row;
        text-align: left;
        gap: 30px;
        align-items: flex-start;
    }
    
    .cta-image-container {
        flex: 0 0 45%;
        max-width: 500px;
    }
    
    .cta-content {
        flex: 1;
        max-width: 550px;
    }
    
    .cta-top-button {
        display: inline-block;
    }
}

        /* Responsive */
        @media (max-width: 768px) {
            .main-content {
                width: 100%;
                padding-right: 0;
            }
            .montserrat-article-title {
                font-size: 30px;
            }

                    .section-img {
            width: 100%;
            height: auto;
            margin-bottom: 20px;
            border-radius: 5px;
        }

            .sidebar {
                display: none; /* Masquer la sidebar sur mobile comme demandé */
            }

            .article-title {
                font-size: 28px;
            }

            .question-title {
                font-size: 25px;
            }

            .cta-top-section {
    max-width: 100%; /* Prend toute la largeur sur mobile */
    margin: 10px 0;
    padding: 15px;
}

.testimonials-title {
        font-size: 26px;
    }

    .video-testimonials {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .photo-reviews {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .photo-review-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }

    .video-info {
        padding: 15px;
    }

    .video-author {
        font-size: 14px;
    }

    .video-comment {
        font-size: 13px;
    }
    .cta-top-promo {
        font-size: 24px;
    }

    .promo-percentage {
        font-size: 32px;
    }

    .limited-text {
        font-size: 20px;
    }

    .cta-top-button {
        padding: 12px 25px;
        font-size: 18px;
    }

    .cta-stock-delivery {
        font-size: 12px;
        padding: 8px;
        flex-direction: column;
        gap: 5px;
    }
}
        