.elementor-19326 .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-19326 .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 4 - Planifier une visite
   Design simple
   ===================================================== */

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

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

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

@media (max-width: 600px) {
    .faq-4-contact-grid {
        grid-template-columns: 1fr;
    }
}

/* Carte contact */
.faq-4-contact-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #FBF9F5;
    border: 1px solid #EDE6DB;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.faq-4-contact-card:hover {
    border-color: #A88561;
    background: #ffffff;
}

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

.faq-4-contact-icon svg {
    stroke: currentColor;
}

.faq-4-contact-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

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

.faq-4-contact-value {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

/* Disponibilité */
.faq-4-disponibilite {
    background: #ffffff;
    border: 1px solid #EDE6DB;
    border-radius: 10px;
    padding: 16px 20px;
    text-align: center;
}

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

.faq-4-disponibilite strong {
    color: #A88561;
    font-style: normal;
}/* End custom CSS */