

/* ------------------------------------------------------------ déclaration */

.declaration {
  font-family: "DM Sans";
 font-size: 1.1em;
 padding:5vw 8vw ;
 margin-left: 30px;
}

.declaration > * {
  max-width: var(--maxwidth);

}
.declaration blockquote p { 
 
  --font-wght: 900;
}
.declaration p + p {
  text-indent: 2em;
}
.declaration footer {
  text-wrap: balance;
 
}

/* ------------------------------------------------------------ mise en page */
/*
.button{
 display: inline-block;
  background-color: #b7ff89;
  font-family: "DM Sans";
margin: 2vw;
padding: 1vw;
border-radius: 50%;
}
a {
    text-decoration: none;
}

.button:hover {
    transform: scale(1.1);

}
    */
main {
  border-bottom: 1px solid var(--bordercolor);
}
main > * {
  padding: 0 1rem;
}

.intro,
.content,
.outro,
.tags-link {
  max-width: var(--maxwidth);
  margin: 1.6em auto;
}




.dedi {
  font-family: "DM Sans";
  font-style: italic;
}
