section.block.block-lexique #lexique {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
section.block.block-lexique #alphabet {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
section.block.block-lexique #alphabet button {
  margin: 5px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}
section.block.block-lexique #alphabet button.disabled {
  color: gray;
  cursor: not-allowed;
}
section.block.block-lexique #alphabet button.selected {
  background-color: #00657e;
  color: white;
}
section.block.block-lexique #terms ul {
  list-style-type: none;
  padding: 0;
}
section.block.block-lexique #terms li {
  margin-bottom: 10px;
}
section.block.block-lexique #terms li strong {
  color: #00657e;
}