.legal-terms {
  height: 20em;
  overflow: scroll;
}

.fake-textarea {
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 8px;
  border-radius: 4px;
  max-height: 300px;       /* Limite la hauteur */
  /* min-height: 200px; */
  white-space: pre-wrap;
  font-family: monospace;
  overflow-y: auto;
}