/*
 Theme Name:   Solari Child
 Theme URI:    https://solari.themewant.com/
 Description:  Solari Child
 Author:       ReacThemes
 Author URI:   https://themeforest.net/user/reacthemes/portfolio
 Template:     solari
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.elementor-10057 .elementor-element.elementor-element-600ed7a .menu-area .navbar ul li ul.sub-menu {
    min-width: 500px!important;
    width: 500px!important;
}

ul.sub-menu {
    width: 500px !important;
    min-width: 600px !important;
}

.single-service-solari {
    height: 300px!important;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 1px solid #143f91;
        border-radius: 10px!important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #143f91;
            border-radius: 10px!important;
}

.row-cf7 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.row-cf7 .col50 {
    width: 48% !important;
    box-sizing: border-box;
    display: inline-block !important;
    vertical-align: top;
}

/* Mobile fallback : 100% en-dessous de 768px */
@media (max-width: 768px) {
    .row-cf7 {
        flex-direction: column;
    }

    .row-cf7 .col50 {
        width: 100% !important;
    }
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
    background-color: #143f91;
    color: white;
     font-size: 18px;
      font-weight: 500;
    border: 1px solid #143f91;
    transition: all 0.3s ease;
}

/* Hover */
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #ffffff;
    color: #143f91;
    font-weight: 600;
    font-size: 22px;
    border: 2px solid #143f91;
    cursor: pointer;
}

.form-ligne {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.champ-form {
  flex: 0 0 25%; /* chaque champ prend 25% de la ligne */
  box-sizing: border-box;
}

.champ-form label,
.champ-form input,
.champ-form .wpcf7-submit {
  width: 100%;
  display: block;
}

input.mf-input#mf-input-text-6222932:hover {
  color: #ffffff;
}