.legaltext {
  width: 900px;
  max-width: 100%;
  text-align: justify;
  font-family: "Open Sans";
  font-size: 16px;
}
.container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.center-text {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.legal-subtitle {
  color: #6495c0;
  font-weight: bold;
}
.p-bottom-margin {
  display: flex;
  flex-direction: column;
}
.p-bottom-margin p {
  margin-bottom: 44px;
}
h3,
h4,
h5,
h6 {
  font-size: 16px;
}
h1 {
  text-align: center;
  font-size: 22px;
}
h2 {
  font-size: 18px;
  margin-top: 30px;
}
.tableofcontentschapterstitle {
  font-size: 18px;
  margin: 30px 0 20px 0;
  color: black;
}
.tableofcontentssubchapterstitle {
  font-size: 16px;
  margin: 15px 0 10px 0;
  color: #6495c0;
}
.tableofcontentsquestion:link {
  margin: 0px 0 0px 0;
  text-decoration: none;
  color: black;
}
.tableofcontentsquestion:hover {
  margin: 0px 0 0px 0;
  text-decoration: underline;
  color: black;
}
.tableofcontentsquestion:visited {
  margin: 0px 0 0px 0;
  text-decoration: none;
  color: #black;
}
#bottomtableofcontentsline {
  border-bottom: 1px solid black;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 50px 0;
}
.headtitle {
  color: black;
  font-size: 18px;
}
.chapterstitle {
  color: black;
  font-size: 18px;
}
.subchapterstitle {
  color: #6495c0;
}
a:-webkit-any-link {
  color: black;
}
p.Titre3 {
  font-weight: bold;
}
li {
  list-style-type: '-';
  padding-inline-start: 1ch;
}
.MsoListParagraphCxSpFirst,
.MsoListParagraphCxSpMiddle,
.MsoListParagraphCxSpLast {
  text-align: left;
}
.footer-info {
  text-align: right;
  margin-top: 20px;
}
