/* Site Pizza-Services-Evry by contact@curubi.fr */
@media all {
    .important {
        background: -webkit-linear-gradient(170deg, rgba(145, 20, 0, 0.9) 30%, rgba(206, 29, 1, 0.9) 70%);
        background: -moz-linear-gradient(170deg, rgba(145, 20, 0, 0.9) 30%, rgba(206, 29, 1, 0.9) 70%);
        background: -o-linear-gradient(170deg, rgba(145, 20, 0, 0.9) 30%, rgba(206, 29, 1, 0.9) 70%);
        background: linear-gradient(170deg, rgba(145, 20, 0, 0.9) 30%, rgba(206, 29, 1, 0.9) 70%);
        -webkit-border-radius: 2em;
        -khtml-border-radius: 2em;
        -moz-border-radius: 2em;
        -o-border-radius: 2em;
        border-radius: 2em
    }
}

@media screen and (min-width:801px) {

    body,
    body.marchandise {
        -webkit-background-size: 100% auto;
        -khtml-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }

    .prix {
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #header h1 a {
        -webkit-background-size: 26% auto;
        -khtml-background-size: 26% auto;
        -moz-background-size: 26% auto;
        -o-background-size: 26% auto;
        background-size: 26% auto
    }

    #header a,
    #header a:visited,
    #footer a,
    #footer a:visited {
        -webkit-transition: color .4s ease-out;
        -khtml-transition: color .4s ease-out;
        -moz-transition: color .4s ease-out;
        -o-transition: color .4s ease-out;
        transition: color .4s ease-out
    }

    #header a span,
    #header a:visited span,
    #footer a span,
    #footer a:visited span {
        -webkit-transition: border-color .4s ease-out;
        -khtml-transition: border-color .4s ease-out;
        -moz-transition: border-color .4s ease-out;
        -o-transition: border-color .4s ease-out;
        transition: border-color .4s ease-out
    }

    #header #h_carte {
        -webkit-background-size: 22% auto;
        -khtml-background-size: 22% auto;
        -moz-background-size: 22% auto;
        -o-background-size: 22% auto;
        background-size: 22% auto
    }

    #header h1,
    #header #h_telephone,
    #header ul#menu_1,
    #header ul#menu_2,
    #footer {
        -webkit-transition: font-size .4s ease-out, left .4s ease-out, top .4s ease-out, display .4s ease-out;
        -khtml-transition: font-size .4s ease-out, left .4s ease-out, top .4s ease-out, display .4s ease-out;
        -moz-transition: font-size .4s ease-out, left .4s ease-out, top .4s ease-out, display .4s ease-out;
        -o-transition: font-size .4s ease-out, left .4s ease-out, top .4s ease-out, display .4s ease-out;
        transition: font-size .4s ease-out, left .4s ease-out, top .4s ease-out, display .4s ease-out
    }
}

@media screen and (max-width: 800px) {
    .marchandise #content .prix {
        background: -webkit-linear-gradient(170deg, rgba(145, 20, 0, 0.9) 30%, rgba(206, 29, 1, 0.9) 70%);
        background: -moz-linear-gradient(170deg, rgba(145, 20, 0, 0.9) 30%, rgba(206, 29, 1, 0.9) 70%);
        background: -o-linear-gradient(170deg, rgba(145, 20, 0, 0.9) 30%, rgba(206, 29, 1, 0.9) 70%);
        background: linear-gradient(170deg, rgba(145, 20, 0, 0.9) 30%, rgba(206, 29, 1, 0.9) 70%);
        -webkit-border-radius: 2em;
        -khtml-border-radius: 2em;
        -moz-border-radius: 2em;
        -o-border-radius: 2em;
        border-radius: 2em
    }

    .marchandise #content #page_pizza div,
    .marchandise #content .menu {
        /*background: -webkit-linear-gradient(170deg, #000 30%, #303030 70%);
        background: -moz-linear-gradient(170deg, #000 30%, #303030 70%);
        background: -o-linear-gradient(170deg, #000 30%, #303030 70%);
        background: linear-gradient(170deg, #000 30%, #303030 70%);*/
    }
}