.elementor-406 .elementor-element.elementor-element-7bff0fd{--display:flex;}.elementor-406 .elementor-element.elementor-element-7542b14{padding:0vw 20vw 0vw 20vw;}/* Start custom CSS for shortcode, class: .elementor-element-7542b14 *//* Container du formulaire */
.compte-pro-form {
    width: 100%;
    max-width: 100%; /* Full width inside modal */
    padding: 10px 0;
}

/* Inputs, selects, textarea full-width */
.compte-pro-form input,
.compte-pro-form select,
.compte-pro-form textarea {
    width: 100% !important;
    padding: 14px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 18px; 
    margin-top: 18px;
    /* Space between inputs */
}

.compte-pro-form label{
    width: 100%
}
.compte-pro-form p{
    margin: 0px;
}
/* Focus style */
.compte-pro-form input:focus,
.compte-pro-form select:focus,
.compte-pro-form textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
}

/* Submit button full width */
.wpcf7 .btn-pro {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 17px;
    background: #007bff;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
    margin-top: 10px;
}

.wpcf7 .btn-pro:hover {
    background: #005fcc;
}/* End custom CSS */