/* Style général du formulaire */
form.elementor-form {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Segoe UI', sans-serif;
}

/* Champs de formulaire */
.elementor-form input[type="text"],
.elementor-form input[type="email"],
.elementor-form input[type="tel"],
.elementor-form input[type="number"],
.elementor-form textarea,
.elementor-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 20px;
}
/* taux */
/* Couleurs dynamiques pour le taux */
.rate-low {
    background-color: #d4edda !important; /* vert clair */
    color: #155724 !important;
}

.rate-medium {
    background-color: #fff3cd !important; /* jaune/orange clair */
    color: #856404 !important;
}

.rate-high {
    background-color: #f8d7da !important; /* rouge clair */
    color: #721c24 !important;
}



/* Transition douce sur la couleur */
#form-field-interest {
    transition: background-color 0.5s ease, color 0.5s ease;
}

/* Couleurs dynamiques pour le taux */
.rate-low {
    background-color: #d4edda !important; /* vert clair */
    color: #155724 !important;
}

.rate-medium {
    background-color: #fff3cd !important; /* jaune/orange clair */
    color: #856404 !important;
}

.rate-high {
    background-color: #f8d7da !important; /* rouge clair */
    color: #721c24 !important;
}


/* Effet fluide sur les changements de couleur */
#form-field-interest {
    transition: background-color 0.5s ease, color 0.5s ease;
}


#form-field-interest,
#form-field-mensualite {
    transition: background-color 0.5s ease, color 0.5s ease;
}



.bar-container {
    width: 100%;
    height: 8px;
    background: #ddd;
    border-radius: 4px;
    margin-top: 4px;
    overflow: hidden;
}

.bar {
    height: 100%;
    width: 0%;
    background: green;
    border-radius: 4px;
    transition: width 0.5s ease, background-color 0.5s ease;
}

#form-field-interest,
#form-field-mensualite {
    transition: background-color 0.5s ease, color 0.5s ease;
}






/* Labels */
.elementor-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

/* Radios alignés */
.elementor-field-type-radio .elementor-field-option {
    display: inline-block;
    margin-right: 20px;
    font-weight: 400;
}

/* Case à cocher */
input[type="checkbox"] {
    margin-right: 10px;
}

/* Bouton */
.elementor-button {
    background-color: #d96a45;
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.elementor-button:hover {
    background-color: #c35e3d;
}

/* Espacement entre colonnes (si applicable) */
.elementor-column-gap-default .elementor-column {
    padding-left: 10px;
    padding-right: 10px;
}

/* Style du titre de section */
.elementor-field-group > h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
/* whatsapp */
 .whatsapp-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #25d366;
      color: white;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
      z-index: 1000;
    }
    .whatsapp-btn:hover {
      background: #1ebe5a;
      color: white;
      text-decoration: none;
    }