.elementor-19315 .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-19315 .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 2 - Un étranger peut-il acheter ?
   Toutes les classes préfixées avec faq-2
   ===================================================== */

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

/* Introduction */
.faq-2-intro {
    margin-bottom: 28px;
}

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

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

/* Grille 2 options */
.faq-2-options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .faq-2-options-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Carte option */
.faq-2-option-card {
    background: #ffffff;
    border-radius: 12px;
    border: 2px solid #EDE6DB;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.faq-2-option-card.faq-2-freehold-card {
    border: 2px solid #A88561;
}

.faq-2-option-card.faq-2-leasehold-card {
    border: 2px solid #C8C7A8;
}

/* Header option */
.faq-2-option-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border-bottom: 1px solid #EDE6DB;
}

.faq-2-option-header.faq-2-freehold {
    background: #FBF9F5;
    color: #A88561;
}

.faq-2-option-header.faq-2-freehold .faq-2-option-icon {
    background: #EDE6DB;
    color: #A88561;
}

.faq-2-option-header.faq-2-leasehold {
    background: rgba(164, 163, 127, 0.12);
    color: #A4A37F;
}

.faq-2-option-header.faq-2-leasehold .faq-2-option-icon {
    background: rgba(164, 163, 127, 0.25);
    color: #A4A37F;
}

.faq-2-option-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-2-option-icon svg {
    stroke: currentColor;
}

.faq-2-option-title {
    font-weight: 700;
    font-size: 16px;
    color: #000000;
}

.faq-2-option-subtitle {
    font-size: 12px;
    color: #8C7E71;
    margin-left: auto;
    font-weight: 500;
}

/* Contenu option */
.faq-2-option-content {
    padding: 20px 16px 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.faq-2-option-desc {
    font-size: 14px;
    color: #333333;
    margin: 0 0 14px 0;
    line-height: 1.7;
}

.faq-2-option-desc strong {
    color: #000000;
    font-weight: 500;
}

.faq-2-option-divider {
    height: 1px;
    background: #EDE6DB;
    margin: 14px 0;
}

/* Highlight leasehold */
.faq-2-option-highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #F4F4EF;
    border: 1px solid #C8C7A8;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.faq-2-highlight-icon {
    width: 22px;
    height: 22px;
    background: #A4A37F;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.faq-2-highlight-text {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

/* Avantages liste */
.faq-2-option-avantages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px dashed #EDE6DB;
    margin-top: auto;
}

.faq-2-avantage-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #333333;
}

.faq-2-avantage-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.faq-2-avantage-dot.faq-2-freehold-dot {
    background: #A88561;
}

.faq-2-avantage-dot.faq-2-leasehold-dot {
    background: #A4A37F;
}

/* Note rassurante */
.faq-2-reassurance-note {
    display: flex;
    gap: 14px;
    background: #FBF9F5;
    border: 2px solid #EDE6DB;
    border-radius: 12px;
    padding: 18px;
}

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

.faq-2-note-icon svg {
    stroke: currentColor;
}

.faq-2-note-text {
    font-size: 14px;
    color: #333333;
    margin: 0;
    line-height: 1.7;
    font-style: italic;
}

.faq-2-note-text strong {
    color: #000000;
    font-style: normal;
    font-weight: 500;
}/* End custom CSS */