.elementor-19329 .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-19329 .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 5 - Gestion locative
   ===================================================== */

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

.faq-5-intro {
    margin-bottom: 24px;
}

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

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

/* Section évaluation */
.faq-5-evaluation {
    display: flex;
    gap: 16px;
    background: #FBF9F5;
    border: 2px solid #EDE6DB;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}

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

.faq-5-evaluation-icon svg {
    stroke: currentColor;
}

.faq-5-evaluation-content {
    flex: 1;
}

.faq-5-evaluation-title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 8px 0;
    text-transform: none;
}

.faq-5-evaluation-text {
    font-size: 14px;
    color: #333333;
    margin: 0;
    line-height: 1.6;
}

/* Services */
.faq-5-services {
    margin-bottom: 24px;
}

.faq-5-services-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #EDE6DB;
    text-transform: none;
}

.faq-5-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

@media (max-width: 768px) {
    .faq-5-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .faq-5-services-grid {
        grid-template-columns: 1fr;
    }
}

.faq-5-service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    border: 1px solid #EDE6DB;
    border-radius: 10px;
    padding: 14px 16px;
    transition: all 0.3s ease;
}

.faq-5-service-item:hover {
    border-color: #A88561;
    background: #FBF9F5;
}

.faq-5-service-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #A8856133;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A88561;
}

.faq-5-service-icon svg {
    stroke: currentColor;
}

.faq-5-service-name {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

/* Contact final */
.faq-5-contact {
    background: #ffffff;
    border: 1px solid #EDE6DB;
    border-radius: 10px;
    padding: 16px 20px;
    text-align: center;
}

.faq-5-contact p {
    margin: 0;
    font-size: 14px;
    color: #333333;
    font-style: italic;
}

.faq-5-evaluation-content .faq-5-evaluation-title,
.faq-5-services .faq-5-services-title {
    text-transform: none !important;
}/* End custom CSS */