/* html { */
/*     font-family: "Ubuntu", sans-serif; */
/* } */

#titre {
    
    text-align: center;
    color: whitesmoke;
}

#titre h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

#titre h2 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: gray;
}

#menu {
    text-align: center;
}

#menu img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20rem;
}



#menu ul {
    list-style: none;
    margin: 2rem auto;
    width: 90%;
    max-width: 25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
    padding: 1rem;
    border-radius: 64px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 9rem;
    background-color: darkgreen;

}


#menu li {
    flex: 1;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

#menu a{
    text-decoration: none;
    color: whitesmoke;
}

#menu a:hover,
#menu a:active{
    color: darkorange;
}

#quoi h4 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: whitesmoke;
}

#quoi h5 {
    text-align: center;
    font-size: 0.8rem;
    color: gray;
}

#quoi h3 {
    text-align: center;
    font-size: 0.8rem;
    color: gray;
}


