.elementor-kit-6{--e-global-color-primary:#1B3A5F;--e-global-color-secondary:#2C5F4D;--e-global-color-text:#2D3436;--e-global-color-accent:#D4AF37;--e-global-color-760b91e:#F8F9FA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Mono";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:600;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-text );}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-760b91e );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
        /* ========================================
           RESET & VARIABLES GLOBALES
           ======================================== */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        :root {
            --primary-blue: #1B3A5F;
            --secondary-green: #2C5F4D;
            --accent-gold: #D4AF37;
            --light-bg: #F8F9FA;
            --text-dark: #2D3436;
            --text-light: #636E72;
            --white: #FFFFFF;
            --border-light: #DFE6E9;
        }
        
        body {
            font-family: 'Montserra', sans-serif;
            color: var(--text-dark);
            line-height: 1.6;
            background: var(--white);
        }
        
        h1, h2, h3 {
            font-family: 'Roboto', serif;
            font-weight: 700;
            line-height: 1.2;
        }
        
        html {
            scroll-behavior: smooth;
        }
        
        /* ========================================
           UTILITAIRES
           ======================================== */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .section {
            padding: 80px 20px;
        }
        
        .section-title {
            font-size: 42px;
            text-align: center;
            margin-bottom: 15px;
            color: var(--primary-blue);
        }
        
        .section-subtitle {
            text-align: center;
            font-size: 18px;
            color: var(--text-light);
            margin-bottom: 60px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .badge {
            display: inline-block;
            background: var(--accent-gold);
            color: var(--primary-blue);
            padding: 8px 20px;
            border-radius: 30px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            margin-bottom: 25px;
        }
        
        /* ========================================
           BOUTONS
           ======================================== */
        .btn {
            padding: 16px 35px;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            font-family: 'Inter', sans-serif;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }
        
        .btn-primary {
            background: var(--accent-gold);
            color: var(--primary-blue);
        }
        
        .btn-primary:hover {
            background: #C59D2F;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
        }
        
        .btn-secondary {
            background: transparent;
            color: var(--primary-blue);
            border: 2px solid var(--border-light);
        }
        
        .btn-secondary:hover {
            border-color: var(--primary-blue);
        }
        
        .btn-large {
            padding: 20px 50px;
            font-size: 18px;
            font-weight: 700;
        }
        
        /* ========================================
           CTA INLINE
           ======================================== */
        .cta-inline {
            background: linear-gradient(135deg, var(--secondary-green) 0%, #3A7A62 100%);
            color: var(--white);
            padding: 50px 40px;
            border-radius: 16px;
            text-align: center;
            margin: 60px auto;
            max-width: 900px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        }
        
        .cta-inline h3 {
            font-size: 32px;
            margin-bottom: 15px;
        }
        
        .cta-inline p {
            font-size: 17px;
            margin-bottom: 25px;
            opacity: 0.95;
        }
        
        .cta-inline .btn {
            background: var(--white);
            color: var(--secondary-green);
        }
        
        .cta-inline .btn:hover {
            background: var(--light-bg);
            transform: translateY(-3px);
        }
        
        /* ========================================
           HERO SECTION
           ======================================== */
        .hero-section {
            background: linear-gradient(135deg, var(--primary-blue) 0%, #2D5A7B 100%);
            color: var(--white);
            padding: 60px 20px 80px;
            position: relative;
            overflow: hidden;
        }
        
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,112C672,96,768,96,864,112C960,128,1056,160,1152,160C1248,160,1344,128,1392,112L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
            background-size: cover;
            opacity: 0.3;
        }
        
        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            max-width: 1200px;
            margin: 0 auto;
            align-items: center;
            position: relative;
            z-index: 1;
        }
        
        .hero-content h1 {
            font-size: 52px;
            margin-bottom: 20px;
            line-height: 1.15;
        }
        
        .hero-content h1 .highlight {
            color: var(--accent-gold);
        }
        
        .hero-subtitle {
            font-size: 20px;
            margin-bottom: 30px;
            font-weight: 300;
            opacity: 0.95;
            line-height: 1.5;
        }
        
        .hero-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 40px;
        }
        
        .stat-item {
            text-align: center;
        }
        
        .stat-number {
            font-size: 42px;
            font-weight: 700;
            color: var(--accent-gold);
            display: block;
            font-family: 'Playfair Display', serif;
        }
        
        .stat-label {
            font-size: 14px;
            opacity: 0.9;
            margin-top: 5px;
        }
        
        /* ========================================
           FORMULAIRE
           ======================================== */
        .form-container {
            background: var(--white);
            padding: 40px 35px;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
        }
        
        .form-header {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .form-header h2 {
            font-size: 28px;
            color: var(--primary-blue);
            margin-bottom: 10px;
        }
        
        .form-header p {
            font-size: 14px;
            color: var(--text-light);
        }
        
        .progress-bar {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
            position: relative;
        }
        
        .progress-bar::before {
            content: '';
            position: absolute;
            top: 20px;
            left: 0;
            right: 0;
            height: 2px;
            background: var(--border-light);
            z-index: 0;
        }
        
        .progress-step {
            text-align: center;
            flex: 1;
            position: relative;
            z-index: 1;
        }
        
        .step-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: var(--border-light);
            color: var(--text-light);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 10px;
            font-size: 20px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .progress-step.active .step-icon {
            background: var(--accent-gold);
            color: var(--white);
            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
        }
        
        .progress-step.completed .step-icon {
            background: var(--secondary-green);
            color: var(--white);
        }
        
        .step-label {
            font-size: 13px;
            color: var(--text-light);
            font-weight: 500;
        }
        
        .progress-step.active .step-label {
            color: var(--primary-blue);
            font-weight: 600;
        }
        
        .form-step {
            display: none;
        }
        
        .form-step.active {
            display: block;
            animation: fadeIn 0.4s;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            color: var(--primary-blue);
            font-size: 15px;
        }
        
        .form-group input,
        .form-group select {
            width: 100%;
            padding: 15px 18px;
            border: 2px solid var(--border-light);
            border-radius: 8px;
            font-size: 15px;
            font-family: 'Inter', sans-serif;
            transition: all 0.3s;
        }
        
        .form-group input:focus,
        .form-group select:focus {
            outline: none;
            border-color: var(--accent-gold);
            box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1);
        }
        
        .radio-group {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }
        
        .radio-option {
            position: relative;
        }
        
        .radio-option input[type="radio"] {
            position: absolute;
            opacity: 0;
        }
        
        .radio-label {
            display: block;
            padding: 15px 18px;
            border: 2px solid var(--border-light);
            border-radius: 8px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 500;
            font-size: 14px;
        }
        
        .radio-option input[type="radio"]:checked + .radio-label {
            border-color: var(--accent-gold);
            background: rgba(212, 175, 55, 0.05);
            color: var(--primary-blue);
            font-weight: 600;
        }
        
        .radio-label:hover {
            border-color: var(--accent-gold);
        }
        
        .form-actions {
            display: flex;
            gap: 12px;
            margin-top: 25px;
        }
        
        .form-actions .btn {
            flex: 1;
        }
        
        .gdpr-notice {
            margin-top: 20px;
            font-size: 11px;
            color: var(--text-light);
            line-height: 1.5;
            text-align: center;
        }
        
        .gdpr-notice a {
            color: var(--primary-blue);
            text-decoration: none;
        }
        
        /* ========================================
           PROBLEM SECTION
           ======================================== */
        .problem-section {
            background: var(--light-bg);
        }
        
        .problem-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        .problem-card {
            background: var(--white);
            padding: 35px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            border-left: 4px solid var(--accent-gold);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .problem-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }
        
        .problem-icon {
            font-size: 48px;
            margin-bottom: 20px;
            display: block;
        }
        
        .problem-card h3 {
            font-size: 22px;
            margin-bottom: 12px;
            color: var(--primary-blue);
        }
        
        .problem-card p {
            color: var(--text-light);
            line-height: 1.7;
        }
        
        /* ========================================
           SOLUTION SECTION
           ======================================== */
        .solution-box {
            background: linear-gradient(135deg, var(--secondary-green) 0%, #3A7A62 100%);
            color: var(--white);
            padding: 60px 40px;
            border-radius: 16px;
            max-width: 1000px;
            margin: 0 auto;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        }
        
        .solution-box h2 {
            font-size: 38px;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .solution-intro {
            text-align: center;
            font-size: 17px;
            opacity: 0.95;
            max-width: 800px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        
        .benefit-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }
        
        .benefit-icon {
            font-size: 32px;
            flex-shrink: 0;
        }
        
        .benefit-content h4 {
            font-size: 18px;
            margin-bottom: 8px;
            font-weight: 600;
        }
        
        .benefit-content p {
            font-size: 15px;
            opacity: 0.95;
            line-height: 1.6;
        }
        
        /* ========================================
           COMPARISON TABLE
           ======================================== */
        .comparison-container {
            max-width: 1100px;
            margin: 0 auto;
            overflow-x: auto;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            background: var(--white);
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            border-radius: 12px;
            overflow: hidden;
        }
        
        .comparison-table thead {
            background: var(--primary-blue);
            color: var(--white);
        }
        
        .comparison-table th {
            padding: 25px 20px;
            text-align: left;
            font-weight: 600;
            font-size: 16px;
        }
        
        .comparison-table th:first-child {
            font-size: 18px;
            font-family: 'Playfair Display', serif;
        }
        
        .comparison-table td {
            padding: 20px;
            border-bottom: 1px solid var(--border-light);
        }
        
        .comparison-table tbody tr:hover {
            background: var(--light-bg);
        }
        
        .comparison-label {
            font-weight: 600;
            color: var(--primary-blue);
            font-size: 15px;
        }
        
        .comparison-value {
            font-size: 15px;
            color: var(--text-dark);
        }
        
        .check-icon {
            color: var(--secondary-green);
            font-size: 24px;
        }
        
        .cross-icon {
            color: #E74C3C;
            font-size: 24px;
        }
        
        /* ========================================
           TRUST SECTION
           ======================================== */
        .trust-section {
            background: var(--light-bg);
        }
        
        .trust-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            text-align: center;
            max-width: 900px;
            margin: 0 auto;
        }
        
        .trust-item {
            padding: 20px;
        }
        
        .trust-number {
            font-size: 52px;
            font-weight: 700;
            color: var(--accent-gold);
            display: block;
            margin-bottom: 10px;
            font-family: 'Playfair Display', serif;
        }
        
        .trust-label {
            font-size: 16px;
            color: var(--text-dark);
            font-weight: 500;
            line-height: 1.4;
        }
        
        .partners {
            display: flex;
            justify-content: center;
            gap: 60px;
            margin-top: 50px;
            flex-wrap: wrap;
            align-items: center;
        }
        
        .partner-logo {
            font-size: 24px;
            font-weight: 600;
            color: var(--primary-blue);
            opacity: 0.7;
            letter-spacing: 1px;
            transition: opacity 0.3s;
        }
        
        .partner-logo:hover {
            opacity: 1;
        }
        
        /* ========================================
           TESTIMONIALS
           ======================================== */
        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            max-width: 1100px;
            margin: 0 auto;
        }
        
        .testimonial-card {
            background: var(--light-bg);
            padding: 30px;
            border-radius: 12px;
            position: relative;
            transition: transform 0.3s;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
        }
        
        .quote-icon {
            font-size: 48px;
            color: var(--accent-gold);
            opacity: 0.3;
            position: absolute;
            top: 20px;
            right: 25px;
        }
        
        .stars {
            color: var(--accent-gold);
            font-size: 16px;
            margin-bottom: 15px;
        }
        
        .testimonial-text {
            font-size: 15px;
            line-height: 1.7;
            color: var(--text-dark);
            margin-bottom: 20px;
            font-style: italic;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        
        .author-avatar {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: var(--accent-gold);
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 16px;
            flex-shrink: 0;
        }
        
        .author-info h4 {
            font-size: 15px;
            font-weight: 600;
            color: var(--primary-blue);
            margin-bottom: 3px;
        }
        
        .author-info p {
            font-size: 13px;
            color: var(--text-light);
        }
        
        /* ========================================
           FAQ
           ======================================== */
        .faq-section {
            background: var(--light-bg);
        }
        
        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }
        
        .faq-item {
            background: var(--white);
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .faq-question {
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background 0.3s;
        }
        
        .faq-question:hover {
            background: var(--light-bg);
        }
        
        .faq-question h3 {
            font-size: 17px;
            color: var(--primary-blue);
            font-weight: 600;
            margin: 0;
            flex: 1;
            padding-right: 15px;
        }
        
        .faq-toggle {
            font-size: 24px;
            color: var(--accent-gold);
            transition: transform 0.3s;
            font-weight: 300;
            flex-shrink: 0;
        }
        
        .faq-item.active .faq-toggle {
            transform: rotate(45deg);
        }
        
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
        }
        
        .faq-item.active .faq-answer {
            max-height: 500px;
        }
        
        .faq-answer-content {
            padding: 0 25px 20px;
            color: var(--text-light);
            line-height: 1.8;
            font-size: 15px;
        }
        
        /* ========================================
           CTA FINAL
           ======================================== */
        .cta-final-section {
            background: linear-gradient(135deg, var(--primary-blue) 0%, #2D5A7B 100%);
            color: var(--white);
            padding: 80px 20px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .cta-final-content {
            max-width: 800px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        .cta-final-section h2 {
            font-size: 42px;
            margin-bottom: 20px;
        }
        
        .cta-final-section p {
            font-size: 18px;
            margin-bottom: 35px;
            opacity: 0.95;
            line-height: 1.6;
        }
        
        .cta-badges {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin-top: 35px;
            flex-wrap: wrap;
        }
        
        .cta-badge-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 15px;
            opacity: 0.9;
        }
        
        /* ========================================
           FOOTER
           ======================================== */
        footer {
            background: var(--text-dark);
            color: var(--white);
            padding: 40px 20px;
            text-align: center;
        }
        
        footer p {
            font-size: 14px;
            opacity: 0.8;
            margin: 5px 0;
        }
        
        footer a {
            color: var(--white);
            text-decoration: none;
            transition: opacity 0.3s;
        }
        
        footer a:hover {
            opacity: 1;
            text-decoration: underline;
        }
        
        /* ========================================
           RESPONSIVE
           ======================================== */
        @media (max-width: 968px) {
            .hero-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .hero-content h1 {
                font-size: 36px;
            }
            
            .hero-subtitle {
                font-size: 18px;
            }
            
            .hero-stats {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 32px;
            }
            
            .section-subtitle {
                font-size: 16px;
            }
            
            .stat-number,
            .trust-number {
                font-size: 36px;
            }
            
            .form-container {
                padding: 30px 25px;
            }
            
            .radio-group {
                grid-template-columns: 1fr;
            }
            
            .form-actions {
                flex-direction: column-reverse;
            }
            
            .benefits-grid {
                grid-template-columns: 1fr;
                gap: 25px;
            }
            
            .comparison-table {
                font-size: 13px;
            }
            
            .comparison-table th,
            .comparison-table td {
                padding: 12px;
            }
            
            .trust-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .testimonials-grid {
                grid-template-columns: 1fr;
            }
            
            .cta-inline h3 {
                font-size: 26px;
            }
            
            .cta-final-section h2 {
                font-size: 32px;
            }
            
            .partners {
                gap: 30px;
            }
        }
    </style>
</head>
<body>/* End custom CSS */