.breadcrumb a.bc-step.done {
  color: #EF7900 !important;
}

/* localisation */
#locTab .nav-link {
  color: #EF7900;
  border: 1px solid #EF7900;

}
#locTab .nav-link.active {
  background-color: #EF7900;
  color: #fff;
}
#locTab .nav-link:hover:not(.active) {
  background-color: rgba(239, 121, 0, 0.08);
  color: #EF7900;
}


/* home */
/* ── Utilitaires couleur ─────────────────────────── */
.text-orange {
    color: #EF7900 !important;
}

/* Étapes */
.etape img {
    height: 100px;
    /*margin-bottom: 20px;*/
}

.etape .titre_etape {
    color: var(--color-primary);
    font-weight: bold;
    font-size: var(--font-small);
    text-transform: uppercase;
}

.etape p {
    color: var(--color-text);
    font-size: var(--font-small);
    font-size: 13px; 
    font-weight: 400;
}

/* ── Tailles de base de la vue search ───────────── */
.rc          { font-size: 13px; }
.sh          { font-size: 13px; }
.titre_etape { color: #EF7900; font-size: 13px; font-weight: 700; text-transform: uppercase; }


/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
}
.bc-sep {
    color: var(--color-text-secondary);
    font-size: 12px;
}
.bc-step {
    font-size: 13px;
    text-decoration: none;
    color: var(--color-text-secondary);
}
.bc-step.done {
    color: #EF7900;
}
.bc-step.done:hover {
    color: #d06a00;
    text-decoration: underline;
}
.bc-step.current {
    color: var(--color-text-primary);
    font-weight: 500;
    pointer-events: none;
}

/* Prestation */
.prestation-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 120px;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}