/* Start custom CSS for contact, class: .elementor-element-c7fda53 *//* Hide the right column (Adresse + Maps) */
.contact-tabs,
.col-lg-6.info {
    display: none !important;
}

/* Make the form take full width */
.contact-form-box {
    width: 100% !important;
    max-width: 700px; /* you can adjust (600px / 800px) */
    margin: 0 auto; /* center horizontally */
}

/* Center the whole row content */
.container .row {
    justify-content: center;
}

/* Optional: center text inside heading */
.contact-form-box .heading {
    text-align: center;
}/* End custom CSS */