/* Styles des pages internes – IA, Presse, Demo, Contact */

header.wrap{
  margin-top:40px;
  margin-bottom:10px;
}

main.wrap{
  margin-bottom:60px;
}

/* Titres */
h1 a{
  color:var(--fg);
}

p{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}

/* Espacement */
h3{
  margin-top:40px;
}

@media (min-width:1024px){
  body{ font-size:19px; }
  p{ font-size:18px; line-height:1.6; }
}
