body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.6;
  margin: 2em;
  background-color: #fdfdfd;
  color: #222;
}

.logo-contrat {
  height: 40px;
  vertical-align: middle;
  margin-right: 0.8em;
  margin-bottom: -8px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.ligne-contrat {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
}

.logo-contrat-container {
  flex: 0 0 auto;
  margin-right: 1em;
}

.logo-contrat-container img {
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

.texte-contrat {
  flex: 1;
}

h1 {
  font-size: 2em;
  color: #880033;
  border-bottom: 2px solid #880033;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
  text-align: left;
}

h2 {
  font-size: 1.5em;
  color: #880033;
  margin-top: 2em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.2em;
}

h3 {
  font-size: 1.2em;
  color: #444;
  margin-top: 1.5em;
}

.onglets {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}

.onglet {
  padding: 0.5em 1em;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.onglet.active {
  background-color: #880033;
  color: white;
  font-weight: bold;
}

.contenu-onglet {
  display: none;
}

.contenu-onglet.active {
  display: block;
}

ul {
  padding-left: 1em;
}

li {
  margin-bottom: 1.5em;
  padding: 0.5em;
  background: #f9f9f9;
  border-left: 4px solid #880033;
  padding-left: 1em;
}

strong {
  color: #000;
}
.onglets, .onglet, .contrat, .contrat-titre, .contrat-texte {
  font-family: inherit !important;
}
