<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.principal {
  color: #0f3785;
  font-size: 16px;
  font-family: "Nunito", "Arial Rounded MT Bold";
  margin-top: 1em;
}

.sous-point {
  color: #444444;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

main {
  display: flex;
  gap: 1em;
}

a {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

a:hover {
  text-decoration: underline !important;
}

.logo-plan {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
</pre></body></html>