body
{
    font-family: open sans;
    background:#f1efeb;
}

h1
{
    margin-bottom: 40px;
    text-align: center;
}

h4 {
    margin-bottom: 5px; /* Ajuste la valeur selon ton besoin */
}

.content
{
    padding:20px;
    margin:0 auto 40px auto;
    background: white;
    width:87%;
    border-radius: 5px;
    border:1px dotted grey;
}

.texte div
{
    margin-bottom:20px;
}

a
{
    text-decoration: none;
}


@media screen and (max-width:767px)
{
    .content
    {
        padding:8px;
        width:95%;
    }
}


