.search-title { margin: 24px 0 16px; }
.search-term { font-weight: 700; }

.search-tabs { 

}
.search-tab-buttons {
  display: flex;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-tab-buttons li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  background: #f4f4f4;
  cursor: pointer;
  user-select: none;
	border-radius:8px;
}
.search-tab-buttons li.active {
  background: #eaeaea;
  font-weight: 700;
}
.search-section-label {
  color: #c9c9c9;
  text-transform: lowercase;
  margin: 12px 0;
}

.search-tab-content { display: none; }
.search-tab-content.active { display: block; }

.search-list { list-style: none; padding: 0; margin: 0; }
.search-item a {
  display: block;
  font-size: 28px; /* ajuste selon ton style */
  line-height: 1.25;
  padding: 10px 0;
  text-decoration: none;
}
.search-item a:hover { text-decoration: underline; }

.search-empty { color: #666; }
.search-section{margin : 20px 0 0px clamp(1rem, 5vw, 5rem)}