.mapp div.header
{
    padding: 5em 0;
    background-color: #009ece;
    color: white;
}

.mapp img.mapp-title
{
    width : 80%;
}

.mapp div.header div.download button
{
    background-color: white;
    color : #489fce;
}

.mapp div.download button
{
    font-size: 1.5em;
    padding-right: 0.8em;
}

.mapp div.download button img.icon
{
    width: 50px;
    position: absolute;
    margin-left: -2em;
    margin-top: -0.4em;
}

.mapp div.etape
{
    text-align: left;
    width: 50%;
    margin: 3em auto;
}

.mapp div.etape span:first-child
{
    padding: 0.7em 1em;
    background-color: #489fce;
    color: white;
    font-weight: bold;
    border-radius: 0.2em;
}

.mapp div.etape h2 
{
    margin-left: 0.5em;
    margin-top: 1em;
    border-bottom: solid 2px #489fce;
    margin-bottom: 0.4em;
}

.mapp div.etape p
{
    margin: 0;
}

@media (max-width : 530px)
{

    .mapp div.download button
    {
        margin : 0.5em 0;
    }

    .mapp div.etape
    {
        width : 90%;
    }
}
