.elementor-1899030101 .elementor-element.elementor-element-6c5813ab .elementor-badge{min-width:50px;}/* Start custom CSS for html, class: .elementor-element-23bb5488 *//* --- STYLES GLOBAUX --- */
.ficheproduit-container {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    margin: 0 auto;
    color: #2d3436; /* Gris très foncé pour une lecture douce */
    line-height: 1.6;
    font-size: 14px;
}

/* --- GESTION DES HYPERLIENS --- */
.ficheproduit-container a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 123, 255, 0.2);
    transition: all 0.3s ease;
}

.ficheproduit-container a:hover {
    color: #0056b3;
    border-bottom-color: #0056b3;
}

.ficheproduit-header {
    padding: 40px 20px;
    text-align: center;
    background: #000;
    margin-bottom: 30px;
   
}


.ficheproduit-title-main {
    font-size: clamp(24px, 5vw, 32px);
    color: #FFF;
    margin-bottom: 15px;
    font-weight: 800;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.ficheproduit-flex-row, 
.ficheproduit-flex-row-reverse {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
}

.ficheproduit-column {
    flex: 1;
    min-width: 280px;
}

.ficheproduit-image-center {
    text-align: center;
}

.ficheproduit-image-center img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* --- SECTION TABLEAU (HARMONISÉE) --- */
.ficheproduit-table-section {
    margin-bottom: 50px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.ficheproduit-table-header {
    background: #000; /* Garde l'aspect premium noir */
    color: #fff;
    padding: 18px 25px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.ficheproduit-table-wrapper {
    overflow-x: auto;
}

.ficheproduit-table {
    width: 100%;
    border-collapse: collapse;
}

.ficheproduit-table td {
    padding: 15px 25px;
    border-bottom: 1px solid #eee;
    vertical-align: middle; /* Aligné au milieu pour l'harmonie visuelle */
    font-size: 14px;
}

/* Colonne des libellés (fond gris bleuté très clair) */
.ficheproduit-table td:first-child {
    font-weight: 700;
    width: 35%;
    background: #f1f3f5;
    color: #495057;
    border-right: 1px solid #dee2e6;
}

.ficheproduit-table td:last-child {
    width: 65%;
    background: #ffffff;
}

/* Effet au survol des lignes pour la lisibilité */
.ficheproduit-table tr:hover td:last-child {
    background: #f8f9fa;
}

.ficheproduit-table tr:last-child td {
    border-bottom: none;
}

/* --- RÉASSURANCE --- */
.ficheproduit-reassurance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    text-align: center;
    padding: 30px 10px;
    background: #f8f9fa;
    border-radius: 15px;
    margin-bottom: 40px;
}

.ficheproduit-reassurance-item {
    flex: 1;
    min-width: 140px;
    font-size: 14px;
    color: #495057;
}

/* --- FOOTER --- */
.ficheproduit-footer {
    background: #000;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    font-size: 14px;
}


/* --- ADAPTATION MOBILE --- */
@media (max-width: 768px) {
    .ficheproduit-btn-cta {
        width: 100%; /* Le bouton prend toute la largeur sur mobile */
        padding: 12px 20px;
        font-size: 13px;
    }
}
/* --- RESPONSIVE MOBILE --- */
@media (max-width: 768px) {
    .ficheproduit-container { padding: 0 !important; }

    .ficheproduit-header, 
    .ficheproduit-footer, 
    .ficheproduit-table-section,
    .ficheproduit-reassurance {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }

    .ficheproduit-table td {
        padding: 14px 12px;
        font-size: 14px !important; /* Texte bien lisible */
    }

    .ficheproduit-table td:first-child {
        width: 40%;
        font-size: 13px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-73598faa *//* =============================================
   POWERFAQ CONTAINER (FAQ)
   ============================================= */
.faqfiche-container {
    display: flex;
    flex-wrap: nowrap;  /* pas de wrap sur desktop */
    max-width: 1200px;
    margin: 0 auto;
}

.faqfiche-faq-grid {
    width: 70%;          /* largeur fixe 70% */
    min-width: 300px;
    /* display: flex; <-- supprimer */
    /* flex-direction: column; <-- inutile */
    box-sizing: border-box;
}

.faqfiche-contact-card {
    width: 30%;          /* largeur fixe 30% */
    min-width: 250px;
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 8px;
    color: #ffffff;
}

/* Responsive Amélioré */
@media (max-width: 768px) {
    .faqfiche-container {
        flex-direction: column;
        padding: 0 0px; /* Évite que les bords touchent l'écran */
        width: 100%;
        box-sizing: border-box;
    }

    .faqfiche-faq-grid, 
    .faqfiche-contact-card {
        width: 100% !important; /* Force la largeur pleine */
        min-width: 0;           /* Annule le min-width qui peut causer le dépassement */
        max-width: 100%;
        box-sizing: border-box;
    }

    .faqfiche-contact-card {
        margin-top: 2rem;
    }

    /* Sécurité pour le texte de la question */
    .faqfiche-question {
        font-size: 0.85rem;     /* Légère réduction sur mobile */
        padding: 15px;
        word-break: break-word; /* Casse les mots trop longs si nécessaire */
    }

    .faqfiche-answer {
        padding: 0 15px 15px 15px;
    }
}

/* =============================================
   FAQFICHE CONTAINER (FAQ)
   ============================================= */
.faqfiche-container { 
    background: #0a0b0d; 
}

.faqfiche-faq-item {
    background: #111214;
    border: 1px solid #222;
    border-radius: 0;
    margin-bottom: 15px;
    overflow: hidden;
    transition: var(--transition);
}

.faqfiche-faq-item:hover {
    border-color: var(--color-gold);
    box-shadow: none;
}

.faqfiche-faq-item[open] {
    border-color: var(--color-gold);
}

.faqfiche-question {
    padding: 20px;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 0.95rem;
    color: #ffffff;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    transition: var(--transition);
    user-select: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
}

.faqfiche-question::-webkit-details-marker {
    display: none;
}

.faqfiche-question::after {
    content: '+';
    font-size: 1.2rem;
    font-weight: 300;
    color: var(--color-gold);
    transition: var(--transition);
    margin-left: 12px;
    flex-shrink: 0;
}

.faqfiche-faq-item[open] .faqfiche-question::after {
    content: '−';
    transform: rotate(180deg);
}

.faqfiche-question span {
    flex: 1;
}

.faqfiche-answer {
    padding: 0 20px 20px 20px;
    border-top: 1px solid #222;
    font-family: var(--font-main);
    font-size: 0.85rem;
    color: #b0b0b0;
    line-height: 1.6;
    background: transparent;
    margin-top: 15px;
    text-align: left;
}

.faqfiche-answer p {
    margin: 0;
    color: #b0b0b0;
    font-size: 0.85rem;
    line-height: 1.6;
}

.faqfiche-answer a {
    color: var(--color-gold);
    border-bottom-color: rgba(199,161,78,0.3);
    font-weight: 600;
}

.faqfiche-answer a:hover {
    color: #a8893e;
    border-bottom-color: #a8893e;
}

/* --- SECTION UNIVERS COMPACTE --- */
.powerfaq-univers-section { 
    padding: 50px 10%; 
    background: #0a0b0d; 
    text-align: center;
}
.powerfaq-univers-title { 
    color: #ffffff;
    letter-spacing: 3px; 
    font-size: 1.2rem;
    margin-bottom: 35px; 
    text-transform: uppercase;
    font-weight: 800;
}
.powerfaq-univers-title::after { 
    content: ''; 
    display: block; 
    width: 30px; 
    height: 2px; 
    background: #c7a14e; 
    margin: 12px auto; 
}
/* --- SECTION UNIVERS COMPACTE --- */
.ficheproduit-univers-section { 
    padding: 50px 10%; 
    background: #0a0b0d; 
    text-align: center;
}

.ficheproduit-univers-title { 
    color: #ffffff;
    letter-spacing: 3px; 
    font-size: 1.2rem; /* Titre plus petit */
    margin-bottom: 35px; 
    text-transform: uppercase;
    font-weight: 800;
}

.ficheproduit-univers-title::after { 
    content: ''; 
    display: block; 
    width: 30px; 
    height: 2px; 
    background: #c7a14e; 
    margin: 12px auto; 
}

/* Grille plus serrée */
.ficheproduit-univers-grid {
    display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

/* Cartes réduites (Hauteur passée de 400px à 280px) */
.ficheproduit-univers-card {
    text-decoration: none;
    height: 280px; 
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    border: 1px solid #222;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Images de fond */
.ficheproduit-pc-gamer { background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9)), url('https://powerlab.fr/img/cms/17eb616925c133bb3793889fdecbef99.jpg') top/cover; }
.ficheproduit-pc-prof { background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9)), url('https://powerlab.fr/img/cms/image-illu/fractal_pcproicone.PNG') center/cover; }
.ficheproduit-periph { background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.9)), url('https://powerlab.fr/img/cms/image-illu/claviersouriscorsaire.PNG') center/cover; }

/* Contenu réduit */
.ficheproduit-univers-content { 
    padding: 20px; 
    width: 100%; 
    text-align: left;
}

.ficheproduit-univers-content h3 { 
    color: #ffffff; 
    margin: 0 0 5px 0; 
    font-size: 1.1rem; /* Titre carte réduit */
    letter-spacing: 1.5px; 
    text-transform: uppercase;
}

.ficheproduit-univers-content p { 
    color: #b0b0b0; 
    font-size: 0.8rem; /* Texte réduit */
    margin-bottom: 15px; 
    line-height: 1.4;
}

/* Bouton minimaliste */
.ficheproduit-btn-univers {
    display: inline-block; 
    padding: 6px 15px; 
    border: 1px solid #c7a14e;
    color: #c7a14e; 
    font-size: 0.65rem; 
    font-weight: bold; 
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: 0.3s;
}

.ficheproduit-btn-universremplis {
    display: inline-block; 
    padding: 6px 15px; 
    color: #c7a14e; 
    font-size: 0.65rem; 
    font-weight: bold; 
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: 0.3s;
}

/* Hover */
.ficheproduit-univers-card:hover { 
    border-color: #c7a14e; 
    transform: translateY(-5px); 
}

.ficheproduit-univers-card:hover .ficheproduit-btn-univers { 
    background: #c7a14e; 
    color: #000; 
}

/* Mobile */
@media (max-width: 768px) {
    .ficheproduit-univers-grid { grid-template-columns: 1fr; }
    .ficheproduit-univers-card { height: 200px; }
}/* End custom CSS */