/*header */


/*document principal */

.perso {
    margin-top: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
}

.perso::after {
    content: "source : Collection personnelle";
    bottom: 0;
    position: absolute;
    height: 1rem;
    font-size: smaller;
    left: 50%;
}

h1 {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-decoration: underline;
}

h2 {
    margin-top: 1.5rem;
    font-size: 1.1rem;
    margin-bottom: 0.7rem;
}

p {
    margin-top: 1.2rem;
}

main p:last-of-type {
    margin-top: 0.8rem;
    font-style: italic;
}


/*
main {
     display: none;
}
*/


/*pied de page */