.elementor-5705 .elementor-element.elementor-element-0a6028c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5705 .elementor-element.elementor-element-78964df .elementor-heading-title{color:#D6B675;}.elementor-5705 .elementor-element.elementor-element-4485009{--display:flex;}/* Start custom CSS for taxiarcontactform, class: .elementor-element-dba9c97 */.form-step { 
  display: none; 
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  animation: fade 0.3s ease;
}
.form-step.active-step { 
  display: block !important; 
}

@keyframes fade { 
  from { opacity: 0; } 
  to { opacity: 1; } 
}

.form-step h3 { 
  margin-bottom: 15px; 
  font-size: 22px; 
  font-weight: 600; 
}

/* Champs */
.form-step input,
.form-step select {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 15px;
  box-sizing: border-box;
}

/* Boutons */
.next-step, .prev-step, .wpcf7-submit {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
  font-size: 15px;
}

.next-step, .wpcf7-submit { 
  background: #005eff; 
  color: #fff; 
}

.prev-step { 
  background: #6c757d; 
  color: #fff; 
}

.next-step:hover, .prev-step:hover, .wpcf7-submit:hover { 
  opacity: 0.85; 
  transform: translateY(-1px); 
}

.step-buttons { 
  display: flex; 
  justify-content: space-between; 
  margin-top: 20px; 
  gap: 10px;
}

.step-buttons button {
  flex: 1;
}

/* Barre de progression */
.progress-container { 
  margin-bottom: 30px; 
  position: relative;
}

.progress-bar {
  height: 4px;
  width: 0;
  background: #005eff;
  transition: 0.4s ease;
  border-radius: 4px;
}

.progress-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  position: relative;
}

.step-indicator { 
  color: #777; 
  font-size: 14px; 
  transition: 0.3s; 
  background: white;
  padding: 0 10px;
}

.step-indicator.active { 
  color: #005eff; 
  font-weight: 600; 
}

/* Amélioration responsive */
@media (max-width: 768px) {
  .form-step {
    padding: 20px 15px;
  }
  
  .step-buttons {
    flex-direction: column;
  }
  
  .progress-steps {
    font-size: 12px;
  }
}/* End custom CSS */