.elementor-41985 .elementor-element.elementor-element-ba070a3{--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-5de8408 *//* ===== PAGE ACCÉLÉRATION MARKETING PAR L'IA - PROPULS'LEAD ===== */
/* CSS pour intégration WordPress/Elementor */

/* ===== VARIABLES & RESET ===== */
.pl-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pl-page {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #343a40;
    line-height: 1.6;
}

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

/* ===== SVG ICONS ===== */
.pl-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.pl-icon-lg {
    width: 48px;
    height: 48px;
}

.pl-icon-xl {
    width: 64px;
    height: 64px;
}

/* ===== HERO SECTION ===== */
.pl-hero {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: #ffffff;
    padding: 120px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

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

@keyframes pl-drift {
    from { transform: translate(0, 0); }
    to { transform: translate(50px, 50px); }
}

.pl-hero-content {
    position: relative;
    z-index: 1;
}

.pl-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #ffffff;
}

.pl-hero h1 span {
    color: #b5ce51;
}

.pl-hero-subtitle {
    display: inline-block;
    background: rgba(234, 94, 58, 0.9);
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.pl-hero-description {
    font-size: 1.25rem;
    margin-bottom: 35px;
    opacity: 0.95;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.pl-hero-description strong {
    color: #b5ce51;
}

/* Hero Features */
.pl-hero-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pl-hero-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.1);
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1rem;
}

/* AI Badge animation */
.pl-ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(181, 206, 81, 0.2);
    border: 1px solid rgba(181, 206, 81, 0.5);
    padding: 12px 24px;
    border-radius: 50px;
    margin-bottom: 30px;
    font-size: 0.95rem;
    color: #b5ce51;
}

.pl-ai-badge svg {
    animation: pl-pulse 2s ease-in-out infinite;
}

@keyframes pl-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

/* ===== BUTTONS ===== */
.pl-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.pl-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 36px;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.pl-btn-primary {
    background: #ea5e3a;
    color: #ffffff !important;
    border: 2px solid #ea5e3a;
}

.pl-btn-primary:hover {
    background: #d94d28;
    border-color: #d94d28;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(234, 94, 58, 0.35);
    color: #ffffff !important;
}

.pl-btn-secondary {
    background: transparent;
    color: #ffffff !important;
    border: 2px solid #b5ce51;
}

.pl-btn-secondary:hover {
    background: #b5ce51;
    color: #2b2e71 !important;
    transform: translateY(-3px);
}

.pl-btn-outline {
    background: transparent;
    color: #2b2e71 !important;
    border: 2px solid #2b2e71;
}

.pl-btn-outline:hover {
    background: #2b2e71;
    color: #ffffff !important;
    transform: translateY(-3px);
}

/* ===== SECTIONS ===== */
.pl-section {
    padding: 80px 0;
}

.pl-section-white {
    background: #ffffff;
}

.pl-section-gray {
    background: #f8f9fa;
}

.pl-section-dark {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: #ffffff;
}

.pl-section h2 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #2b2e71;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.pl-section-dark h2 {
    color: #ffffff;
}

.pl-section-intro {
    text-align: center;
    font-size: 1.15rem;
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto 50px;
}

.pl-section-tag {
    text-align: center;
    color: #ea5e3a;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* ===== PROBLEMS SECTION ===== */
.pl-problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.pl-problem-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.08);
    border: 1px solid rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.pl-problem-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.12);
}

.pl-problem-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    color: #ea5e3a;
}

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

.pl-problem-card p {
    color: #6c757d;
    font-size: 0.98rem;
    line-height: 1.7;
}

.pl-highlight-box {
    background: linear-gradient(135deg, #efe6d4 0%, #f5f1e8 100%);
    padding: 35px;
    border-radius: 16px;
    text-align: center;
}

.pl-highlight-box h3 {
    color: #2b2e71;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.pl-highlight-box p {
    font-size: 1.15rem;
    color: #343a40;
    margin: 0;
}

/* ===== AUTOMATION CATEGORIES ===== */
.pl-automation-section {
    padding: 80px 0;
}

.pl-automation-category {
    margin-bottom: 80px;
}

.pl-automation-category:last-child {
    margin-bottom: 0;
}

.pl-category-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.pl-category-icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-category-icon svg {
    width: 36px;
    height: 36px;
    color: #ffffff;
}

.pl-category-header h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2b2e71;
    margin: 0;
}

.pl-category-header p {
    color: #6c757d;
    font-size: 1rem;
    margin: 5px 0 0 0;
}

.pl-automation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.pl-automation-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.08);
    border-left: 4px solid #b5ce51;
    transition: all 0.3s ease;
}

.pl-automation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.12);
}

.pl-automation-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2b2e71;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pl-automation-card h4 svg {
    width: 22px;
    height: 22px;
    color: #ea5e3a;
}

.pl-automation-card p {
    color: #6c757d;
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.pl-automation-example {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    font-size: 0.85rem;
    color: #343a40;
}

.pl-automation-example strong {
    color: #2b2e71;
}

/* ===== STATS SECTION ===== */
.pl-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.pl-stat-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.15);
}

.pl-stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #b5ce51;
    line-height: 1;
    margin-bottom: 10px;
}

.pl-stat-label {
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
    line-height: 1.5;
}

/* ===== TOOLS SECTION ===== */
.pl-tools-intro {
    text-align: center;
    margin-bottom: 50px;
}

.pl-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.pl-tool-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.08);
    transition: all 0.3s ease;
}

.pl-tool-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 46, 113, 0.12);
}

.pl-tool-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    color: #2b2e71;
}

.pl-tool-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2b2e71;
    margin-bottom: 8px;
}

.pl-tool-card p {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ===== PROCESS SECTION ===== */
.pl-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.pl-process-step {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.08);
    position: relative;
}

.pl-process-step::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #b5ce51, transparent);
}

.pl-process-step:last-child::after {
    display: none;
}

.pl-step-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 auto 20px;
}

.pl-process-step h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2b2e71;
    margin-bottom: 12px;
}

.pl-process-step p {
    color: #6c757d;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ===== BENEFITS SECTION ===== */
.pl-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.pl-benefit-card-large {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.08);
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.pl-benefit-icon-wrap {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pl-benefit-icon-wrap svg {
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.pl-benefit-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2b2e71;
    margin-bottom: 10px;
}

.pl-benefit-content p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.7;
}

/* ===== WHO IS IT FOR SECTION ===== */
.pl-who-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
}

.pl-who-card {
    border-radius: 16px;
    padding: 40px;
}

.pl-who-card.pl-for {
    background: linear-gradient(135deg, rgba(38, 101, 52, 0.08) 0%, rgba(181, 206, 81, 0.08) 100%);
    border: 2px solid rgba(38, 101, 52, 0.2);
}

.pl-who-card.pl-not-for {
    background: linear-gradient(135deg, rgba(234, 94, 58, 0.05) 0%, rgba(234, 94, 58, 0.1) 100%);
    border: 2px solid rgba(234, 94, 58, 0.2);
}

.pl-who-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pl-who-card.pl-for h3 {
    color: #266534;
}

.pl-who-card.pl-not-for h3 {
    color: #ea5e3a;
}

.pl-who-card h3 svg {
    width: 28px;
    height: 28px;
}

.pl-who-list {
    list-style: none;
}

.pl-who-list li {
    padding: 12px 0;
    padding-left: 32px;
    position: relative;
    font-size: 1rem;
    color: #343a40;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.pl-who-list li:last-child {
    border-bottom: none;
}

.pl-who-card.pl-for .pl-who-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #266534;
    font-weight: 700;
}

.pl-who-card.pl-not-for .pl-who-list li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #ea5e3a;
    font-weight: 700;
}

/* ===== CTA BOX ===== */
.pl-cta-box {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    color: #ffffff;
    margin-top: 60px;
}

.pl-cta-box h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.pl-cta-box p {
    font-size: 1.15rem;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== LOGOS SECTION - CARROUSEL ===== */
.pl-logos {
    padding: 40px 0;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05);
    overflow: hidden;
}

.pl-logos-title {
    text-align: center;
    color: #6c757d;
    font-size: 0.85rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.pl-logos-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.pl-logos-track {
    display: flex;
    align-items: center;
    gap: 80px;
    animation: pl-scroll 35s linear infinite;
    width: max-content;
    padding: 10px 0;
}

.pl-logos-track:hover {
    animation-play-state: paused;
}

@keyframes pl-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.pl-logo-item {
    height: 40px !important;
    width: auto !important;
    max-width: 120px !important;
    object-fit: contain !important;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.pl-logo-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ===== FAQ SECTION ===== */
.pl-faq-grid {
    max-width: 900px;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pl-faq-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.pl-faq-item:hover {
    border-color: rgba(43, 46, 113, 0.15);
}

.pl-faq-item.active {
    box-shadow: 0 10px 30px rgba(43, 46, 113, 0.1);
    border-color: #b5ce51;
}

.pl-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 1.02rem;
    font-weight: 600;
    color: #2b2e71;
    gap: 20px;
}

.pl-faq-question::after {
    content: '+';
    font-size: 1.5rem;
    color: #6c757d;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.pl-faq-item.active .pl-faq-question::after {
    content: '−';
    color: #ea5e3a;
}

.pl-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.pl-faq-item.active .pl-faq-answer {
    max-height: 500px;
}

.pl-faq-answer-content {
    padding: 0 26px 22px;
    color: #6c757d;
    font-size: 0.98rem;
    line-height: 1.75;
}

/* ===== GUARANTEE SECTION ===== */
.pl-guarantee-section {
    background: linear-gradient(135deg, #efe6d4 0%, #f5f1e8 100%);
    padding: 80px 0;
}

.pl-guarantee-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 20px 50px rgba(43, 46, 113, 0.1);
    border: 3px solid #b5ce51;
}

.pl-guarantee-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    color: #b5ce51;
}

.pl-guarantee-box h2 {
    border: none;
    padding: 0;
    margin-bottom: 30px;
}

.pl-guarantee-content {
    text-align: left;
}

.pl-guarantee-content p {
    font-size: 1.15rem;
    margin-bottom: 15px;
    color: #343a40;
}

/* ===== CONTACT SECTION ===== */
.pl-contact-section {
    background: linear-gradient(135deg, #2b2e71 0%, #266534 100%);
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}

.pl-contact-section h2 {
    color: #ffffff;
}

.pl-contact-intro {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.95;
}

.pl-contact-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.pl-contact-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: rgba(255,255,255,0.9);
}

.pl-contact-feature span:first-child {
    color: #b5ce51;
}

/* ===== CTA CENTER ===== */
.pl-cta-center {
    text-align: center;
    padding: 60px 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .pl-problems-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pl-automation-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pl-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pl-tools-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pl-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pl-process-step::after {
        display: none;
    }
    
    .pl-benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .pl-who-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pl-hero {
        padding: 100px 0 80px;
    }
    
    .pl-hero h1 {
        font-size: 2rem;
    }
    
    .pl-hero-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .pl-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .pl-btn {
        width: 100%;
        max-width: 320px;
    }
    
    .pl-section {
        padding: 60px 0;
    }
    
    .pl-section h2 {
        font-size: 1.8rem;
    }
    
    .pl-problems-grid {
        grid-template-columns: 1fr;
    }
    
    .pl-automation-grid {
        grid-template-columns: 1fr;
    }
    
    .pl-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .pl-tools-grid {
        grid-template-columns: 1fr;
    }
    
    .pl-process-grid {
        grid-template-columns: 1fr;
    }
    
    .pl-contact-features {
        flex-direction: column;
        gap: 15px;
    }
    
    .pl-guarantee-box {
        padding: 35px 25px;
    }
    
    .pl-benefit-card-large {
        flex-direction: column;
        text-align: center;
    }
    
    .pl-category-header {
        flex-direction: column;
        text-align: center;
    }
    
    .pl-cta-box {
        padding: 40px 25px;
    }
}/* End custom CSS */