.elementor-3871 .elementor-element.elementor-element-3313016{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7b4aac2 *//* ===========================================
   STYLES FXPRO - AVIS COMPLET 2025
   CSS CORRIGÉ POUR ELEMENTOR PRO
   =========================================== */

/* RESET DE BASE */
.container-fxpro * {
    box-sizing: border-box;
}

.container-fxpro {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    overflow: hidden;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ===========================================
   HEADER
   =========================================== */
.header-fxpro {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.header-fxpro::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: moveBackgroundFxpro 20s linear infinite;
}

@keyframes moveBackgroundFxpro {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.header-content-fxpro {
    position: relative;
    z-index: 1;
}

.logo-fxpro {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    color: white !important;
}

.subtitle-fxpro {
    font-size: 1.3em;
    opacity: 0.9;
    margin-bottom: 20px;
    color: white !important;
}

.rating-fxpro {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 15px 30px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    margin-top: 20px;
}

.stars-fxpro {
    color: #ffd700;
    font-size: 2em;
    margin-bottom: 5px;
}

.rating-text-fxpro {
    font-size: 1.4em;
    font-weight: bold;
    color: white !important;
}

/* ===========================================
   CONTENU PRINCIPAL
   =========================================== */
.content-fxpro {
    padding: 40px;
}

/* RESET TYPOGRAPHIE */
.content-fxpro p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #333;
    font-weight: normal;
    font-size: 1em;
}

.content-fxpro p strong,
.content-fxpro p b {
    font-weight: bold;
    color: #033469;
}

.content-fxpro h1 {
    font-size: 2.5em;
    color: #1e3a8a;
    margin: 40px 0 30px 0;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

.content-fxpro h2 {
    color: #1e3a8a;
    font-size: 2em;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #1e3a8a;
    font-weight: bold;
}

.content-fxpro h3 {
    color: #033469;
    font-size: 1.5em;
    margin: 25px 0 15px 0;
    font-weight: 600;
}

/* LIENS */
.content-fxpro a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.content-fxpro a:hover {
    color: #3b82f6;
    text-decoration: underline;
}

/* IMAGES */
.content-image-fxpro {
    text-align: center;
    margin: 40px 0;
}

.content-image-fxpro img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 2px solid #e0e0e0;
}

.content-image-fxpro p {
    margin-top: 10px;
    font-style: italic;
    color: #666;
    font-size: 0.95em;
}

.image-gradient-border-fxpro {
    display: inline-block;
    padding: 5px;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.image-gradient-border-fxpro img {
    display: block;
    border-radius: 10px;
    border: none !important;
}

/* ===========================================
   CTA BOX
   =========================================== */
.cta-box-fxpro {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin: 30px 0;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.3);
}

.cta-box-fxpro h2 {
    color: white !important;
    border: none !important;
    margin: 0 0 15px 0;
    padding: 0;
}

.cta-box-fxpro p {
    color: white !important;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.cta-button-fxpro {
    display: inline-block;
    background: linear-gradient(135deg, #1e3a8a, #3b82f6) !important;
    color: white !important;
    padding: 18px 43px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 50px;
    font-weight: bold;
    font-size: 1.1em;
    margin: 20px auto;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(30, 58, 138, 0.3);
    border: none;
    cursor: pointer;
}

.cta-button-fxpro:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(30, 58, 138, 0.5);
    filter: brightness(1.1);
    background: linear-gradient(135deg, #2563eb, #60a5fa) !important;
    color: white !important;
}

/* ===========================================
   GRILLES INFO CARDS
   =========================================== */
.info-grid-fxpro {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 30px 0;
}

.info-card-fxpro {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(30, 58, 138, 0.3);
    transition: transform 0.3s ease;
}

.info-card-fxpro:hover {
    transform: translateY(-5px);
}

.info-card-fxpro h3 {
    color: white !important;
    margin-top: 0;
    font-size: 1.4em;
}

.info-card-fxpro p {
    color: white !important;
    line-height: 1.8;
}

/* ===========================================
   PROS & CONS
   =========================================== */
.pros-cons-fxpro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 30px 0;
}

.pros-fxpro, .cons-fxpro {
    padding: 25px;
    border-radius: 15px;
}

.pros-fxpro {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    color: white;
}

.cons-fxpro {
    background: linear-gradient(135deg, #eb3349 0%, #f45c43 100%);
    color: white;
}

.pros-fxpro h3, .cons-fxpro h3 {
    color: white !important;
    margin-top: 0;
    font-size: 1.6em;
    border: none !important;
    padding: 0;
}

.pros-fxpro ul, .cons-fxpro ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.pros-fxpro li, .cons-fxpro li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: white !important;
}

.pros-fxpro li:before {
    content: "✓";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.3em;
    color: white;
}

.cons-fxpro li:before {
    content: "✗";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.3em;
    color: white;
}

/* ===========================================
   TABLEAUX SCROLLABLES
   =========================================== */
.table-scroll-container-fxpro {
    position: relative;
    margin: 25px 0;
}

.table-wrapper-fxpro {
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #1e3a8a #e0e0e0;
}

.table-wrapper-fxpro::-webkit-scrollbar {
    height: 8px;
}

.table-wrapper-fxpro::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 10px;
}

.table-wrapper-fxpro::-webkit-scrollbar-thumb {
    background: #1e3a8a;
    border-radius: 10px;
}

.table-wrapper-fxpro::-webkit-scrollbar-thumb:hover {
    background: #3b82f6;
}

.scroll-hint-fxpro {
    text-align: center;
    margin-top: 10px;
    font-size: 0.9em;
    color: #1e3a8a;
    font-style: italic;
    font-weight: 600;
    padding: 8px;
    background: #f0f4ff;
    border-radius: 5px;
    border: 1px dashed #1e3a8a;
}

.scroll-hint-fxpro::before {
    content: "👉 ";
    font-size: 1.2em;
}

.scroll-hint-fxpro::after {
    content: " 👈";
    font-size: 1.2em;
}

.table-fxpro {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    background: white;
}

.table-fxpro th {
    background: linear-gradient(135deg, #1e3a8a, #3b82f6);
    color: white;
    padding: 15px;
    text-align: left;
    font-size: 1.1em;
    white-space: nowrap;
    font-weight: bold;
}

.table-fxpro td {
    padding: 15px;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    color: #333;
}

.table-fxpro tr:hover {
    background: #f8f9ff;
}

.table-fxpro td strong {
    font-weight: bold;
    color: #033469;
}

/* ===========================================
   BOXES (SUCCESS, WARNING, VERDICT)
   =========================================== */
.verdict-fxpro {
    background: white;
    padding: 40px;
    border-radius: 15px;
    margin: 40px 0;
    border: 3px solid #4caf50;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.2);
}

.verdict-fxpro h2 {
    color: #4caf50 !important;
    border-bottom: 2px solid #4caf50 !important;
    font-size: 2em;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.verdict-fxpro p {
    color: #333;
}

.verdict-fxpro strong {
    color: #033469;
}

.highlight-fxpro {
    background: #3b82f6;
    color: white;
    padding: 25px;
    border-radius: 10px;
    margin: 20px 0;
}

.highlight-fxpro *,
.highlight-fxpro h1, 
.highlight-fxpro h2, 
.highlight-fxpro h3, 
.highlight-fxpro h4,
.highlight-fxpro p, 
.highlight-fxpro strong, 
.highlight-fxpro b, 
.highlight-fxpro span,
.highlight-fxpro li {
    color: white !important;
}

.highlight-fxpro h3 {
    border: none !important;
    padding: 0;
    margin-top: 0;
}

.warning-fxpro {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

.warning-fxpro h3 {
    color: #856404;
    margin-top: 0;
}

.warning-fxpro p,
.warning-fxpro li {
    color: #856404;
}

.warning-fxpro strong {
    color: #533f03;
}

.success-box-fxpro {
    background: #d4edda;
    border-left: 5px solid #28a745;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
}

.success-box-fxpro h3 {
    color: #155724;
    margin-top: 0;
}

.success-box-fxpro p,
.success-box-fxpro li {
    color: #155724;
}

.success-box-fxpro strong {
    color: #0c3d18;
}

.success-box-fxpro ul {
    margin: 0;
    padding-left: 20px;
}

.warning-fxpro ul {
    margin: 0;
    padding-left: 20px;
}

/* ===========================================
   SECTIONS SPÉCIALES
   =========================================== */
.wikifx-section-fxpro {
    background: linear-gradient(135deg, #f8f9ff, #e8f0fe);
    padding: 40px;
    border-radius: 15px;
    margin: 40px 0;
    border: 3px solid #1e3a8a;
}

.wikifx-section-fxpro h2 {
    border: none !important;
}

.feature-list-fxpro {
    background: #f8f9ff;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
}

.feature-list-fxpro h3 {
    color: #1e3a8a;
    margin-top: 0;
}

.feature-list-fxpro ul {
    list-style: none;
    padding-left: 0;
    margin: 15px 0 0 0;
}

.feature-list-fxpro li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.feature-list-fxpro li:before {
    content: "►";
    position: absolute;
    left: 0;
    color: #1e3a8a;
    font-size: 0.9em;
}

.feature-list-fxpro strong {
    color: #033469;
}

/* ===========================================
   LISTES
   =========================================== */
.content-fxpro ul {
    margin: 15px 0;
    padding-left: 25px;
}

.content-fxpro li {
    margin-bottom: 10px;
    line-height: 1.7;
    color: #333;
}

/* ===========================================
   RESPONSIVE MOBILE
   =========================================== */
@media (max-width: 768px) {
    .pros-cons-fxpro {
        grid-template-columns: 1fr;
    }
    
    .header-fxpro {
        padding: 40px 20px;
    }
    
    .header-fxpro img {
        max-width: 180px !important;
    }
    
    .logo-fxpro {
        font-size: 2em;
    }
    
    .subtitle-fxpro {
        font-size: 1.1em;
    }
    
    .content-fxpro {
        padding: 20px;
    }

    .cta-button-fxpro {
        padding: 15px 35px;
        font-size: 1em;
    }

    .table-wrapper-fxpro {
        border-radius: 5px;
    }

    .table-fxpro {
        min-width: 500px;
    }

    .scroll-hint-fxpro {
        font-size: 0.85em;
        animation: pulseFxpro 2s infinite;
    }

    @keyframes pulseFxpro {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.7; }
    }

    .info-grid-fxpro {
        grid-template-columns: 1fr;
    }

    .content-fxpro h1 {
        font-size: 1.8em;
    }

    .content-fxpro h2 {
        font-size: 1.5em;
    }

    .content-fxpro h3 {
        font-size: 1.2em;
    }

    .verdict-fxpro,
    .wikifx-section-fxpro,
    .feature-list-fxpro {
        padding: 20px;
    }
}

/* ===========================================
   FIXES SPÉCIFIQUES ELEMENTOR
   =========================================== */
.elementor-widget-html .container-fxpro {
    margin: 0 auto;
}

.elementor-widget-html .content-fxpro p {
    font-family: inherit;
}

/* Empêcher l'héritage de styles Elementor */
.container-fxpro .elementor-heading-title {
    all: revert;
}

/* Reset des couleurs de liens Elementor */
.content-fxpro a:not(.cta-button-fxpro) {
    color: #1e3a8a !important;
}

.content-fxpro a:not(.cta-button-fxpro):hover {
    color: #3b82f6 !important;
}/* End custom CSS */