h1
{
    color: green;
    text-align:center;
}

h2
{
    color: #89D26F;
}

h3
{
    font-size: 1.4em;
    color:rgb(156, 66, 66);
}

p
{
    text-align:center;
    font-size: 0.8em ; 
}
.image_page 
{
    max-width: 100%;
    padding-top:10px;
    padding-bottom: 10px;
    margin: auto;
    display: block;
}

#conteneur 
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}

#conteneur1 
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
}

.encart_vert
{
    background-color:#88d49f;
    color:#fff;
    padding:20px 20px 15px 20px;
    margin-top:40px;
    margin-bottom:10px;
    text-align:center;
    text-justify:none;
    border:4mm ridge rgba(8, 129, 35, 0.4);
}

strong
{
    font-size: 1.4em;
    color: black
}

body
{
    background-color:#F1FBED;
    font-family: Arial, Helvetica, sans-serif;
}

figcaption
{
    text-decoration: underline;
}