.elementor-2239 .elementor-element.elementor-element-6940b72{--display:flex;}.elementor-2239 .elementor-element.elementor-element-57ea5aa{--spacer-size:120px;}/* Start custom CSS for shortcode, class: .elementor-element-1c9afa0 */body {
    font-family: 'Arial', sans-serif;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

form {
    max-width: 950px;
    margin: 20px auto;
    padding: 50px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

form label {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}

.cf7-ligne {
    margin-bottom: 10px;
}

.deux-colonnes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 10px;
}


.deux-colonnes label {
    flex: 1;
    min-width: 0;
}

.cf7-ligne input[type="text"],
.cf7-ligne input[type="email"],
.cf7-ligne input[type="tel"],
.cf7-ligne select,
.cf7-ligne textarea {
    width: 100%;
}

.cf7-ligne textarea {
    height: 150px !important;
    width: 100% !important; 
}

@media (max-width: 769px) {
    .cf7-ligne textarea {
        height: 150px !important;
        width: 212% !important;
    }
}

@media (max-width: 600px) {
    .deux-colonnes {
        flex-direction: column;
    }
}

form textarea {
    width: 100% !important;
    height: 150px !important;
}

form input[type="submit"] {
    width: 100%;
    padding: 15px 0;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

form input[type="submit"]:hover {
    background-color: #858585;
}

form input[type="submit"]:active {
    background-color: #858585;
}/* End custom CSS */