<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);


h1 {
  font-family: 'Open Sans';
  font-size: 70px;
  margin: 0;
  text-align: center;
  margin-top: 300px

}

h2 {
  font-family: 'Open Sans';
  font-size: 18px;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

h3 {
  font-family: 'Open Sans';
  font-size: 18px;
  margin: 0;
  text-align: center;
  margin-top: 20px;
  position:absolute;
    bottom: 50px;
    left: 50px;
}

h4 {
  font-family: 'Open Sans';
  font-size: 18px;
  margin: 0;
  text-align: center;
  margin-top: 20px;
  position:absolute;
    bottom: 50px;
    right: 50px;
}

h5 {
  font-family: 'Open Sans';
  font-size: 18px;
  margin: 0;
  text-align: center;
  margin-top: 20px;
  position:absolute;
    bottom: 450px;
    left: 150px;
}

h6 {
  font-family: 'Open Sans';
  font-size: 18px;
  margin: 0;
  text-align: center;
  margin-top: 20px;
  position:absolute;
    top: 50px;
    right: 50px;
}
p {
  font-family: 'Open Sans';
  margin-top: 20px;
  text-align: justify;
  color: black;
  margin-left: 20px;
  margin-right: 20px;
}

.lien{
  color : #0B614B;
  text-decoration: underline;
}</pre></body></html>