h2 {
    color: #3a551a;
    font-weight:800;
}
.page-main {
    width: 100%;
    padding: 2% 5%;
    color: #3a551a;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    /* 1.6rem valait 16px sous Luma (racine 62,5% = 10px) ; sous Hyvä la racine est 16px */
    font-size: 1rem;
}
