#navigation a {
    text-decoration: none;
    color: whitesmoke;
    font-size: 0.95rem;
}

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

#navigation h1 {
    text-align: center;
    color: whitesmoke;
}

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

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


#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: 2rem;
    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;
}

#articles article {
    text-align: center;
    max-width: 25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.26);
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-radius: 64px;
    display: flex;
    flex-direction: column;
    background-color: darkgreen;
    color: whitesmoke;
    font-size: 1.0rem;

}

#articles img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 20rem; */
    /* height: 25rem; */
}

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