.elementor-47692 .elementor-element.elementor-element-1d9489c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-97086a9 *//* Fix emojis WP (SVG 512px) */
.amq-lp-container img.emoji {
  width: 1em !important;
  height: 1em !important;
  vertical-align: -0.1em;
}/* End custom CSS */
/* Start custom CSS *//* STYLES CSS PERSONNALISÉS POUR LA LANDING PAGE */
    .amq-lp-container {
        font-family: 'Helvetica', 'Arial', sans-serif;
        max-width: 1100px;
        margin: 0 auto;
        color: #333;
        line-height: 1.6;
    }

    /* TYPOGRAPHIE */
    .amq-lp-header {
        text-align: center;
        margin-bottom: 40px;
        background: #f9f9f9;
        padding: 40px 20px;
        border-radius: 10px;
    }
    .amq-lp-title {
        color: #C81431; /* Rouge Promo */
        font-size: 2.5rem;
        margin-bottom: 10px;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 800;
    }
    .amq-lp-subtitle {
        font-size: 1.5rem;
        color: #333;
        font-weight: 600;
    }
    .amq-highlight {
        background-color: #FFD700; /* Jaune Surligneur */
        padding: 0 5px;
    }

    /* SECTION INTRO */
    .amq-lp-intro {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 50px auto;
        font-size: 1.1rem;
    }

    /* GRILLE DES PALIERS */
    .amq-tiers-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        margin-bottom: 60px;
    }
    .amq-tier-card {
        flex: 1;
        min-width: 280px;
        background: #fff;
        border-radius: 12px;
        padding: 25px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        border-top: 5px solid #ccc;
        transition: transform 0.3s ease;
    }
    .amq-tier-card:hover {
        transform: translateY(-5px);
    }
    /* Couleurs spécifiques par palier */
    .amq-tier-1 { border-top-color: #28a745; } /* Vert */
    .amq-tier-2 { border-top-color: #ffc107; } /* Jaune */
    .amq-tier-3 { border-top-color: #dc3545; } /* Rouge */

    .amq-tier-title {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 5px;
        display: block;
    }
    .amq-tier-desc {
        font-size: 0.9rem;
        color: #666;
        margin-bottom: 20px;
        font-style: italic;
    }
    .amq-gift-list {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }
    .amq-gift-list li {
        padding: 8px 0;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: flex-start;
    }
    .amq-gift-list li:last-child {
        border-bottom: none;
    }
    .amq-icon {
        margin-right: 10px;
        font-size: 1.2rem;
    }

    /* STEPS SECTION */
    .amq-steps-box {
        background: #f0f8ff;
        padding: 40px;
        border-radius: 12px;
        margin-bottom: 50px;
    }
    .amq-steps-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
    }
    .amq-step {
        flex: 1;
        min-width: 200px;
    }
    .amq-step-num {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: #007cba;
        color: white;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    /* FAQ ACCORDION */
    .amq-faq-section {
        max-width: 800px;
        margin: 0 auto 50px auto;
    }
    .amq-details {
        margin-bottom: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        overflow: hidden;
    }
    .amq-summary {
        background: #fff;
        padding: 15px;
        cursor: pointer;
        font-weight: bold;
        list-style: none; /* Cache la flèche par défaut */
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .amq-summary::after {
        content: '+'; 
        font-size: 1.2rem;
        font-weight: normal;
    }
    .amq-details[open] .amq-summary::after {
        content: '-';
    }
    .amq-faq-content {
        padding: 15px;
        background: #fafafa;
        border-top: 1px solid #ddd;
    }

    /* CTA BUTTON */
    .amq-cta-container {
        text-align: center;
        margin: 60px 0;
    }
    .amq-cta-btn {
        display: inline-block;
        background-color: #28a745;
        color: white;
        padding: 18px 40px;
        font-size: 1.2rem;
        font-weight: bold;
        text-decoration: none;
        border-radius: 50px;
        transition: background 0.3s;
        box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
    }
    .amq-cta-btn:hover {
        background-color: #218838;
        transform: scale(1.02);
    }
    .amq-cta-subtext {
        display: block;
        margin-top: 15px;
        font-size: 0.9rem;
        color: #777;
    }

    /* MOBILE RESPONSIVE */
    @media (max-width: 768px) {
        .amq-lp-title { font-size: 1.8rem; }
        .amq-lp-subtitle { font-size: 1.2rem; }
        .amq-steps-grid { flex-direction: column; gap: 20px; }
        .amq-tier-card { margin-bottom: 10px; }
    }/* End custom CSS */