:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-ea5295b *//* Style général du bouton */
.akademy-btn {
  background-color: #B5003F !important;
  color: white !important;
  font-weight: bold;
  border-radius: 8px;
  padding: 14px 32px;
  font-size: 18px;
  border: none !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  box-shadow: none !important;
  outline: none !important;
}

/* Hover (survol) */
.akademy-btn:hover {
  background-color: #960033 !important;
}

/* Désactivation des effets de focus */
.akademy-btn:focus,
.akademy-btn:focus-visible,
.akademy-btn:focus-within,
.akademy-btn:active {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-ea3acaa */.formule-hidden {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS */.step-indicator {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  margin: 30px 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;
  white-space: normal;
  word-break: break-word;
}

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

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

/* Étape passée */
.step.past .circle {
  background-color: #98183A;
  opacity: 0.6;
}

.step.past .label {
  color: #777;
}/* End custom CSS */