/* CONTENU MENTIONS LEGALES*/

#marge_haut
{
    height: 200px;
}

#mentions_legales
{
    margin: 0px 5vw 0vw 5vw;
}

#mentions_legales p
{
    max-width: 700px;
}

section h3
{
    font-weight: normal;
    margin-top: 0px;
}

#mentions_legales p a
{
    text-decoration: none;
    color: black;
}

h1
{
	font-family: "Amble regular", Corbel, Calibri, serif;
}

li
{
    font-size: 0.9em;
}

@media screen and (max-width: 500px)
{
    #marge_haut
    {
        height: 23.61vw;
    }
    #entre_marge_haut{min-height: 40px;}
}