/* [project]/components/TopBar/TopBar.module.css [app-client] (css) */
.TopBar-module__7Lcfaq__bar {
  background: var(--vert-fonce);
  justify-content: space-between;
  align-items: center;
  padding: .4rem 1.5rem;
  font-size: .82rem;
  display: flex;
}

.TopBar-module__7Lcfaq__link {
  color: var(--blanc);
  opacity: .85;
}

.TopBar-module__7Lcfaq__link:hover {
  opacity: 1;
  text-decoration: underline;
}

/* [project]/components/Hero/Hero.module.css [app-client] (css) */
.Hero-module__PgAKtG__hero {
  background: var(--beige);
  text-align: center;
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 1.5rem;
}

.Hero-module__PgAKtG__title {
  color: var(--vert-fonce);
  letter-spacing: -.01em;
  font-size: 1.9rem;
  font-weight: 700;
}

/* [project]/components/SearchBar/SearchBar.module.css [app-client] (css) */
.SearchBar-module__ba6AaG__band {
  background: var(--vert-moyen);
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.SearchBar-module__ba6AaG__form {
  gap: .5rem;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.SearchBar-module__ba6AaG__input {
  background: var(--blanc);
  color: var(--texte);
  border: none;
  border-radius: 6px;
  outline: none;
  flex: 1;
  padding: .65rem 1rem;
  font-size: .95rem;
}

.SearchBar-module__ba6AaG__input:focus {
  box-shadow: 0 0 0 2px var(--beige);
}

.SearchBar-module__ba6AaG__button {
  background: var(--vert-fonce);
  color: var(--blanc);
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 6px;
  padding: .65rem 1.4rem;
  font-size: .95rem;
  font-weight: 600;
}

.SearchBar-module__ba6AaG__button:hover {
  background: #143826;
}

/* [project]/components/Categories/Categories.module.css [app-client] (css) */
.Categories-module__zKPttq__zone {
  background: var(--blanc);
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

.Categories-module__zKPttq__grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.Categories-module__zKPttq__card {
  background: var(--vert-clair);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
}

.Categories-module__zKPttq__catName {
  color: var(--vert-fonce);
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.Categories-module__zKPttq__catName a:hover {
  text-decoration: underline;
}

.Categories-module__zKPttq__count {
  background: var(--vert-moyen);
  color: var(--blanc);
  border-radius: 10px;
  padding: 2px 8px;
  font-size: .75rem;
  font-weight: 600;
}

.Categories-module__zKPttq__sublist {
  flex-direction: column;
  gap: .3rem;
  list-style: none;
  display: flex;
}

.Categories-module__zKPttq__sublist li a {
  color: var(--texte-doux);
  font-size: .85rem;
}

.Categories-module__zKPttq__sublist li a:hover {
  color: var(--vert-fonce);
  text-decoration: underline;
}

/* [project]/components/Footer/Footer.module.css [app-client] (css) */
.Footer-module__rnk_JG__footer {
  background: var(--vert-fonce);
  color: var(--blanc);
  text-align: center;
  flex-direction: column;
  gap: .4rem;
  margin-top: auto;
  padding: 1.2rem 1.5rem;
  display: flex;
}

.Footer-module__rnk_JG__links {
  flex-wrap: wrap;
  justify-content: center;
  gap: .3rem .6rem;
  font-size: .82rem;
  display: flex;
}

.Footer-module__rnk_JG__links a {
  opacity: .8;
}

.Footer-module__rnk_JG__links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.Footer-module__rnk_JG__sep {
  opacity: .4;
}

.Footer-module__rnk_JG__copy {
  opacity: .5;
  font-size: .75rem;
}

/*# sourceMappingURL=components_1mq49q9._.css.map*/