.chemin-row {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  justify-content: flex-start;
  padding-left: 12px;
  margin: 4px 8px;
  flex-wrap: wrap;
}
.chemin-btn {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  border-radius: 8px;
  transition: background .18s;
}
.chemin-btn:hover {
  background: #f7f7fd;
}
.chemin-icon .icon-home {
  width: 23px;
  height: 23px;
  stroke: #111;
  margin-right: 4px;
}
.chemin-text {
  color: #111;
  font-weight: 500;
  font-size: 16px;
  margin-right: 2px;
}
.chemin-sep {
  color: #111;
  opacity: .55;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
}
.chemin-promo {
  color: #ed1832;
  font-weight: 700;
  font-size: 19px; /* plus grand */
  letter-spacing: 0.04em;
  
  background: none;
  cursor: pointer;
  padding: 2px;
  border-radius: 8px;
  transition: background .18s;
}

.chemin-promo:hover {
  background: white;
  box-shadow: 0 4px 12px rgba(237, 24, 50, 0.2);
}