
@media screen and (min-width: 1200px)
{
    #logo_petit
    {
        display: none;
    }
}
@media screen and (max-width: 800px)
{
    .home
    {
        background: url(../../images/logo.png) no-repeat;
        background-size: contain;
    }
}
