/*
Typography
*/
/* font family */
/* perfect triangle */
/* type scale ratio */
/* type scale */
/* Vertical Rythm */
/*
xs: 576px,
sm: 768px,
md: 992px,
lg: 1200px
*/
.thematics-list-wrapper .thematics-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--spacer);
}
.thematics-list-wrapper .thematics-list-item {
  border: 1px solid var(--grey);
  min-width: calc(var(--spacer) * 10);
  padding: var(--spacer);
}
.thematics-list-wrapper .thematics-list-item .thematics-list-item-link {
  display: block;
  font-size: 0.9615384615rem;
  font-weight: bold;
}
@media print {
  .thematics-list-wrapper .thematics-list-item .thematics-list-item-link {
    font-size: 0.7396449704rem;
  }
}
.thematics-list-wrapper .thematics-list-item [class*=thematic-icon-]:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: var(--black);
  border-radius: 100%;
  margin-bottom: calc(var(--spacer) / 4);
}
.thematics-list-wrapper .thematics-list-item .thematics-children-list .thematics-children-list-item .thematics-list-item-link {
  font-weight: normal;
}
