
body
{
    padding:0;
    margin:0;
    text-decoration:none;
    background:#f1efeb;
    font-family: "open sans", verdana;
}

#bloc1
{
    padding: 10px 70px;
    text-align: justify;
}

h1
{
    font-size:1.5em;
    text-align:center;
    padding-bottom:15px;
    color: #3d7d62;

}

h2
{
    font-size:1.2em;
    background: white;
    color: #de7787;
    padding:8px;
}

h3
{
    font-size:0.8em;
    margin-bottom:20px;
}


.content
{
    font-family:arial;
    text-align:justify;
    padding:1% 3%;
    font-family:'open Sans'
}

.texte
{
    background:white;
    padding:15px;
    border-radius:5px;
    font-family:'open Sans'
}

p
{
    background:white;
    padding:10px;
    border-radius:5px;
}

/*-----------------------------------Format mobile-----------------------------------*/
@media screen and (max-width:767px)

{
    #bloc1
    {
        padding: 10px 10px;
        text-align: justify;
    }

    h1
    {
        font-size:1.3em;
    }

    h2
    {
        font-size:1.1em;
    }

    h3
    {
        font-size:0.9em;
    }
}