.elementor-31494 .elementor-element.elementor-element-ffcb3b6{--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;}/* Start custom CSS for html, class: .elementor-element-d5f7477 *//* ==================== MINI-COURS TUNNEL DE VENTE - CSS ==================== */
/* À intégrer dans Elementor > CSS personnalisé ou dans le thème enfant */

/* ==================== RESET & BASE ==================== */
.minicours-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.minicours-wrapper {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #fff;
    width: 100%;
    overflow-x: hidden;
}

.minicours-wrapper .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==================== ICON STYLES ==================== */
.minicours-wrapper .icon-svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.minicours-wrapper .icon-svg-sm {
    width: 18px;
    height: 18px;
}

.minicours-wrapper .icon-svg-lg {
    width: 48px;
    height: 48px;
}

.minicours-wrapper .icon-svg-xl {
    width: 64px;
    height: 64px;
}

/* ==================== HERO SECTION ==================== */
.minicours-wrapper .hero {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.minicours-wrapper .hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(181, 206, 81, 0.1) 0%, transparent 70%);
    animation: minicours-rotate 60s linear infinite;
}

.minicours-wrapper .hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23f9f7f4' d='M0,50 C360,100 1080,0 1440,50 L1440,100 L0,100 Z'/%3E%3C/svg%3E");
    background-size: cover;
}

@keyframes minicours-rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.minicours-wrapper .hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.minicours-wrapper .hero-left {
    color: white;
}

.minicours-wrapper .badge {
    display: inline-block;
    background: #ea5e3a;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    animation: minicours-pulse 2s infinite;
}

@keyframes minicours-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.minicours-wrapper h1 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.minicours-wrapper .highlight {
    color: #b5ce51;
    position: relative;
}

.minicours-wrapper .subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.95;
    color: white;
}

.minicours-wrapper .hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.minicours-wrapper .hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 0.95rem;
    color: white;
    backdrop-filter: blur(5px);
}

.minicours-wrapper .hero-feature .icon-svg {
    width: 20px;
    height: 20px;
}

/* ==================== FORM BOX ==================== */
.minicours-wrapper .form-box {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    position: relative;
}

.minicours-wrapper .form-header {
    text-align: center;
    margin-bottom: 25px;
}

.minicours-wrapper .form-title {
    font-size: 1.6rem;
    color: #2b2e71;
    margin-bottom: 8px;
    font-weight: 700;
}

.minicours-wrapper .form-subtitle {
    color: #666;
    font-size: 0.95rem;
}

.minicours-wrapper .form-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

.minicours-wrapper .form-footer p {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 12px;
}

.minicours-wrapper .trust-indicators {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.minicours-wrapper .trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #666;
    font-size: 0.8rem;
}

.minicours-wrapper .trust-item .icon-svg {
    width: 16px;
    height: 16px;
    color: #b5ce51;
}

.minicours-wrapper .course-badge {
    position: absolute;
    top: -20px;
    right: 20px;
    background: linear-gradient(135deg, #b5ce51, #8fb038);
    color: #2b2e71;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 8px 25px rgba(181, 206, 81, 0.4);
    transform: rotate(3deg);
    border: 3px solid white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.minicours-wrapper .course-badge .icon-svg {
    width: 18px;
    height: 18px;
}

.minicours-wrapper .ghl-form-wrapper {
    width: 100%;
    margin: 15px 0;
}

/* ==================== PROBLEM SECTION ==================== */
.minicours-wrapper .problem-section {
    background: #f9f7f4;
    padding: 80px 0;
}

.minicours-wrapper .section-header {
    text-align: center;
    margin-bottom: 50px;
}

.minicours-wrapper .section-badge {
    display: inline-block;
    background: #ea5e3a;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.minicours-wrapper h2 {
    font-size: 2.3rem;
    color: #2b2e71;
    margin-bottom: 20px;
    font-weight: 700;
}

.minicours-wrapper .section-subtitle {
    font-size: 1.15rem;
    color: #666;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.7;
}

.minicours-wrapper .problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.minicours-wrapper .problem-card {
    background: white;
    padding: 35px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.minicours-wrapper .problem-card:hover {
    transform: translateY(-5px);
    border-color: #ea5e3a;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.minicours-wrapper .problem-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f9f7f4, #efe6d4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.minicours-wrapper .problem-icon .icon-svg {
    width: 36px;
    height: 36px;
    color: #ea5e3a;
}

.minicours-wrapper .problem-title {
    font-size: 1.2rem;
    color: #2b2e71;
    margin-bottom: 15px;
    font-weight: 600;
}

.minicours-wrapper .problem-text {
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==================== PROGRAM SECTION ==================== */
.minicours-wrapper .program-section {
    background: white;
    padding: 80px 0;
}

.minicours-wrapper .program-timeline {
    max-width: 900px;
    margin: 50px auto 0;
    position: relative;
}

.minicours-wrapper .program-timeline::before {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #ea5e3a, #b5ce51);
    border-radius: 3px;
}

.minicours-wrapper .email-item {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
    position: relative;
}

.minicours-wrapper .email-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2b2e71, #266534);
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(43, 46, 113, 0.3);
    position: relative;
    z-index: 1;
}

.minicours-wrapper .email-number .day {
    font-size: 0.7rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.minicours-wrapper .email-number .num {
    font-size: 1.8rem;
    line-height: 1;
}

.minicours-wrapper .email-content {
    flex: 1;
    background: #f9f7f4;
    padding: 25px 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.minicours-wrapper .email-item:hover .email-content {
    border-left-color: #ea5e3a;
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.minicours-wrapper .email-title {
    font-size: 1.15rem;
    color: #2b2e71;
    font-weight: 600;
    margin-bottom: 8px;
}

.minicours-wrapper .email-desc {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

.minicours-wrapper .email-tag {
    display: inline-block;
    background: #b5ce51;
    color: #2b2e71;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 10px;
}

/* ==================== BENEFITS SECTION ==================== */
.minicours-wrapper .benefits-section {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: white;
    padding: 80px 0;
    position: relative;
}

.minicours-wrapper .benefits-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100'%3E%3Cpath fill='%23ffffff' d='M0,50 C360,0 1080,100 1440,50 L1440,0 L0,0 Z'/%3E%3C/svg%3E");
    background-size: cover;
}

.minicours-wrapper .benefits-section h2 {
    color: white;
    text-align: center;
    padding-top: 20px;
}

.minicours-wrapper .benefits-section .section-subtitle {
    color: rgba(255,255,255,0.9);
    text-align: center;
}

.minicours-wrapper .benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.minicours-wrapper .benefit-item {
    display: flex;
    gap: 20px;
    align-items: start;
}

.minicours-wrapper .benefit-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.minicours-wrapper .benefit-icon .icon-svg {
    width: 28px;
    height: 28px;
    color: #b5ce51;
}

.minicours-wrapper .benefit-content h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: #b5ce51;
}

.minicours-wrapper .benefit-content p {
    opacity: 0.9;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* ==================== TOOLS SECTION ==================== */
.minicours-wrapper .tools-section {
    background: #f9f7f4;
    padding: 80px 0;
}

.minicours-wrapper .tools-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.minicours-wrapper .tool-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.minicours-wrapper .tool-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #ea5e3a, #b5ce51);
}

.minicours-wrapper .tool-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.minicours-wrapper .tool-logo {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2b2e71, #266534);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.minicours-wrapper .tool-logo .icon-svg {
    width: 40px;
    height: 40px;
    color: white;
}

.minicours-wrapper .tool-name {
    font-size: 1.4rem;
    color: #2b2e71;
    font-weight: 700;
    margin-bottom: 10px;
}

.minicours-wrapper .tool-role {
    color: #ea5e3a;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.minicours-wrapper .tool-desc {
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
}

.minicours-wrapper .tools-combo {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: linear-gradient(135deg, #2b2e71, #266534);
    border-radius: 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.minicours-wrapper .tools-combo p {
    color: white;
    font-size: 1.1rem;
    margin: 0;
}

.minicours-wrapper .tools-combo strong {
    color: #b5ce51;
}

/* ==================== ABOUT SECTION ==================== */
.minicours-wrapper .about-section {
    background: white;
    padding: 80px 0;
}

.minicours-wrapper .about-content {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 50px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.minicours-wrapper .about-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2b2e71, #266534);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.3);
    position: relative;
    overflow: hidden;
}

.minicours-wrapper .about-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.minicours-wrapper .about-photo::after {
    content: '';
    position: absolute;
    inset: -8px;
    border: 3px solid #b5ce51;
    border-radius: 50%;
    pointer-events: none;
}

.minicours-wrapper .about-text h3 {
    font-size: 1.5rem;
    color: #2b2e71;
    margin-bottom: 8px;
}

.minicours-wrapper .about-text .role {
    color: #ea5e3a;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.minicours-wrapper .about-text p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.minicours-wrapper .about-stats {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}

.minicours-wrapper .stat {
    text-align: center;
}

.minicours-wrapper .stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #2b2e71;
    display: block;
}

.minicours-wrapper .stat-label {
    font-size: 0.85rem;
    color: #666;
}

/* ==================== FINAL CTA ==================== */
.minicours-wrapper .final-cta {
    background: #f9f7f4;
    padding: 80px 0 100px;
}

.minicours-wrapper .cta-box {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
    background: white;
    border-radius: 25px;
    border: 3px solid #b5ce51;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
    text-align: center;
}

.minicours-wrapper .cta-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ea5e3a, #ff7659);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 10px 30px rgba(234, 94, 58, 0.3);
}

.minicours-wrapper .cta-icon .icon-svg {
    width: 36px;
    height: 36px;
    color: white;
}

.minicours-wrapper .cta-title {
    font-size: 2rem;
    color: #2b2e71;
    margin-bottom: 15px;
    font-weight: 700;
}

.minicours-wrapper .cta-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.minicours-wrapper .cta-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.minicours-wrapper .cta-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-size: 0.95rem;
}

.minicours-wrapper .cta-feature .check {
    background: #b5ce51;
    color: #2b2e71;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
}

.minicours-wrapper .ghl-form-wrapper-cta {
    max-width: 500px;
    margin: 0 auto;
}

/* ==================== URGENCY BANNER ==================== */
.minicours-wrapper .urgency-banner {
    background: #ea5e3a;
    color: white;
    text-align: center;
    padding: 14px 20px;
    font-weight: 600;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    animation: minicours-slideUp 0.5s ease;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.minicours-wrapper .urgency-banner .icon-svg {
    width: 20px;
    height: 20px;
}

@keyframes minicours-slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 968px) {
    .minicours-wrapper .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .minicours-wrapper .hero {
        padding: 60px 0 80px;
    }
    
    .minicours-wrapper .problems-grid {
        grid-template-columns: 1fr;
    }
    
    .minicours-wrapper .program-timeline::before {
        left: 30px;
    }
    
    .minicours-wrapper .email-number {
        width: 60px;
        height: 60px;
    }
    
    .minicours-wrapper .email-number .num {
        font-size: 1.4rem;
    }
    
    .minicours-wrapper .email-number .day {
        font-size: 0.6rem;
    }
    
    .minicours-wrapper .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .minicours-wrapper .tools-grid {
        grid-template-columns: 1fr;
    }
    
    .minicours-wrapper .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .minicours-wrapper .about-photo {
        margin: 0 auto;
    }
    
    .minicours-wrapper .about-stats {
        justify-content: center;
    }
    
    .minicours-wrapper h1 {
        font-size: 2rem;
    }
    
    .minicours-wrapper h2 {
        font-size: 1.8rem;
    }
    
    .minicours-wrapper .course-badge {
        display: none;
    }
}

@media (max-width: 600px) {
    .minicours-wrapper .hero-features {
        flex-direction: column;
        gap: 10px;
    }
    
    .minicours-wrapper .email-item {
        flex-direction: column;
        gap: 15px;
    }
    
    .minicours-wrapper .program-timeline::before {
        display: none;
    }
    
    .minicours-wrapper .email-number {
        width: 50px;
        height: 50px;
    }
    
    .minicours-wrapper .form-box {
        padding: 25px;
    }
    
    .minicours-wrapper .cta-box {
        padding: 30px 20px;
    }
    
    .minicours-wrapper .cta-features {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    .minicours-wrapper .about-stats {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */