.elementor-19323 .elementor-element.elementor-element-1b926a0{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1024px){.elementor-19323 .elementor-element.elementor-element-1b926a0{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}}/* Start custom CSS for html, class: .elementor-element-b770aab *//* =====================================================
   FAQ QUESTION 3 - Processus d'achat Timeline
   Version sans ligne verticale + sans barre latérale frais
   ===================================================== */

.faq-3-reponse {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    line-height: 1.6;
    padding: 8px 0;
}

/* Introduction */
.faq-3-intro {
    margin-bottom: 32px;
}

.faq-3-intro-text {
    font-size: 16px;
    color: #333333;
    margin: 0;
    line-height: 1.7;
}

.faq-3-intro-text strong {
    color: #000000;
    font-weight: 500;
}

/* Timeline Container */
.faq-3-timeline {
    position: relative;
    padding-left: 0;
    margin-bottom: 32px;
}

/* Étape */
.faq-3-step {
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
}

.faq-3-step-last {
    margin-bottom: 0;
}

/* Marqueur (cercle numéro) */
.faq-3-step-marker {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #A88561;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(168, 133, 97, 0.2);
}

.faq-3-step-number {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

/* Contenu étape */
.faq-3-step-content {
    flex: 1;
    background: #ffffff;
    border: 1px solid #EDE6DB;
    border-radius: 10px;
    padding: 16px 20px;
    position: relative;
    transition: all 0.3s ease;
}

.faq-3-step-content:hover {
    border-color: #A88561;
    box-shadow: 0 4px 12px rgba(168, 133, 97, 0.08);
}

/* Flèche vers le marqueur */
.faq-3-step-content::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 14px;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-left: 1px solid #EDE6DB;
    border-bottom: 1px solid #EDE6DB;
    transform: rotate(45deg);
}

.faq-3-step-content:hover::before {
    border-left-color: #A88561;
    border-bottom-color: #A88561;
}

/* Header étape (titre + durée) */
.faq-3-step-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.faq-3-step-title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0;
}

.faq-3-step-duration {
    flex-shrink: 0;
    background: rgba(168, 133, 97, 0.12);
    color: #A88561;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid rgba(168, 133, 97, 0.2);
}

/* Description */
.faq-3-step-desc {
    font-size: 14px;
    color: #333333;
    margin: 0;
    line-height: 1.6;
}

/* Box Frais - SANS BARRE LATÉRALE */
.faq-3-frais-box {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #FBF9F5;
    border: 2px solid #EDE6DB;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}

.faq-3-frais-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #ffffff;
    border: 1px solid #EDE6DB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A88561;
}

.faq-3-frais-icon svg {
    stroke: currentColor;
}

.faq-3-frais-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.faq-3-frais-label {
    font-size: 12px;
    color: #8C7E71;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.faq-3-frais-value {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.faq-3-frais-detail {
    font-size: 13px;
    color: #8C7E71;
    font-style: italic;
}

/* Responsive */
@media (max-width: 600px) {
    .faq-3-timeline {
        padding-left: 0;
    }
    
    .faq-3-step-marker {
        width: 32px;
        height: 32px;
    }
    
    .faq-3-step-number {
        font-size: 14px;
    }
    
    .faq-3-step {
        gap: 12px;
    }
    
    .faq-3-step-content {
        padding: 12px 16px;
    }
    
    .faq-3-step-header {
        flex-direction: column;
        gap: 6px;
    }
    
    .faq-3-frais-box {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px;
    }
}/* End custom CSS */