h1{
    display: flex;
    justify-content: center;
    text-decoration: underline;
    color: red;
}


.menu
{
    border: solid grey;
    border-radius: 20px;
    height: auto;
    width: auto;
    margin-top: 20px;
    padding: 10px;
}

/* Surlignage du terme recherché dans les résultats (helper hlMatch/hlApply) */
mark.hl {
    background: #C9F0DD;
    color: #00623F;
    font-weight: 700;
    border-radius: 3px;
    padding: 0 2px;
    box-shadow: 0 0 0 1px rgba(0, 135, 90, .25);
}