

/* ------------------------------------------------------------ déclaration */
.declaration {
  border-bottom: 1px;
  margin: 1.6rem auto;
  border-top: 0.1em solid lemonchiffon;
  padding-top: 0.5em;
}
.declaration > * {
  max-width: var(--maxwidth);
  margin: 1.6rem auto;
}
.declaration blockquote p { 
  margin: 0 auto;
  --font-wght: 900;
}

.declaration footer {
  text-wrap: balance;
  margin-top: 1.6rem;
}


/* ------------------------------------------------------------ mise en page */

main {
 font-size: 1em; 
  line-height: 1.6;
  max-width: 40em;
  color: lemonchiffon;
  margin-left: 0.2em;
  margin-right: 0.2em;
}




