@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100';
html,
body {
  font-family: 'Roboto', monospace;
  background: #fafafa;
  height: 90%;
}

.contenu {
  height: auto;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

#titre {
  margin-left: 30px;
}

#text {
  max-width: 600px;
  margin-left: 30px;
  margin-right: 90px;
  font-family: 'Roboto', monospace;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  display: fixed;
  text-align: justify;
  text-justify: inter-word;
}

  .ref {
  margin-left: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: 'Roboto', monospace;
  font-weight: 400; 
  font-size: 14px;
  color: #a0a0a0;
  display: inline-block;
}

.link{
  color: #a0a0a0;
  text-decoration: none;
}

.mot1 {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  /*cursor: pointer;*/  
}