*{
  margin: 0;
  padding: 0;
}
body{
  font-size: 14px;
}

h1{
  font-family: 'hindsemibold';
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 5px;
  color: #808080;
}

h1 strong{
  font-family: 'hindlight';
  font-size: 1em;
}

p{
  font-family: 'hindlight';
  font-size: 1em;
  color: #808080;
}


/* pour les petits ecrans */
@media screen and (max-width: 400px) {
  *{
  margin: 20;
  padding: 20;
}
body{
  font-size: 14px;
}

h1{
  font-family: 'hindsemibold';
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 5px;
  color: #808080;
}

h1 strong{
  font-family: 'hindlight';
  font-size: 1em;
}

p{
  font-family: 'hindlight';
  font-size: 1em;
  color: #808080;
}
  
}
/* fin */