@media (max-width: 600px){
    h2 a{
        font-size:0.7em;
        }
    }

body.jbh a.lien{
    font-family: "Playwrite GB J",cursive;
    font-weight: 400;
    font-style: italic;
    color: #E26200;
    font-size:24px;
    }
body.potier a.lien{
    font-family: "Alegreya", serif;
    font-weight: 400;
    font-style: normal;
    color: #F53D49;
    font-size:24px;
   }
@media (max-width: 600px){
body.jbh a.lien,body.potier a.lien{
        font-size:0.9em;
        }
    }
