:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-fe35c28 */.step-indicator {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  margin: 20px 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}

.step-indicator::-webkit-scrollbar {
  display: none;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100px;
  flex-shrink: 0;
}

.step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 80px;
  text-align: center;
}

.step .circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ddd;
  color: white;
  transition: all 0.3s ease;
}

.step .label {
  margin-top: 6px;
  font-size: 12px;
  font-weight: normal;
  color: #aaa;
  text-align: center;
  line-height: 1.2;
  word-break: break-word;
  white-space: normal;
}

/* Étape active */
.step.active .circle {
  width: 55px;
  height: 55px;
  background-color: #98183A;
  border: 4px solid #fde3ed;
}

.step.active .label {
  font-weight: bold;
  color: #000;
}

/* Étapes passées */
.step.past .circle {
  background-color: #98183A;
  opacity: 0.7;
}

.step.past .label {
  color: #777;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c0dd4b */.cta-button {
  display: inline-block;
  background-color: #B5003F;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.cta-button:hover {
  background-color: #930032;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea50233 *//* Styles pour l'option auto-sélectionnée */
.auto-selected {
    border-left: 4px solid #007cba !important;
    background-color: #f0f8ff !important;
    padding-left: 12px !important;
    transition: all 0.3s ease;
}

/* Animation subtile */
.auto-selected {
    animation: autoSelectPulse 1s ease-in-out;
}

@keyframes autoSelectPulse {
    0% { background-color: #e6f3ff; }
    50% { background-color: #cce7ff; }
    100% { background-color: #f0f8ff; }
}

/* Styles spécifiques selon la structure de Forminator */
.forminator-radio.auto-selected label,
.forminator-field.auto-selected label {
    font-weight: 600;
    color: #005a87;
}

/* Responsive */
@media (max-width: 768px) {
    .auto-selected {
        border-left-width: 3px !important;
        padding-left: 8px !important;
    }
}/* End custom CSS */