body {
  font-family: system-ui, "Segoe UI", helvetica, arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  background-color: #ffffff;
  color: rgba(0,0,0,0.87);
  margin: 0;
  padding: 19px 23px 23px 99px;
}

h1, h2 {
  font-weight:400;
}

ul {
  list-style: initial;
  line-height: 1.5em;
}

.code {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  font-family: monospace;
  font-size: 13px;
  overflow-x: auto;
  white-space: pre-wrap;
  line-height: 1.5em;
  position:relative;
}

button {
  padding: 1px 5px 3px 5px;
  color:#fff;
  background:#7b7e88; /* Gris ardoise clair */
  border: none;
  border-radius: 4px;
  cursor:pointer;
  position:absolute;
  top: 10px;
  right: 10px;
}

button:hover {background:#424242;}
