/*version desktop*/
@media all and (min-width: 1280px)
{
    #wrapper
    {
        background-image: url('../img/misc/vapeur.jpg');
        background-size: 18%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    
    section p:first-child
    {
        position: relative;
        top: -50px;
        font-family: 'pacifico';
        font-size: 2.4em;
        color: #FFF;
        margin: 0;
        text-shadow: 0 1px 0 #CCCCCC, 0 1px 0 #C9C9C9, 0 2px 0 #BBBBBB, 0 2px 0 #b9b9b9, 0 3px 0 #aaa, 0 3px 1px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.3), 0 2px 3px rgba(0,0,0,.2), 0 3px 5px rgba(0,0,0,.25), 0 5px 5px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.15);
    }
    
    #cat
    {
        display: block;
        position: relative;
        width: auto;
        top: -70px;
        color: #FFF;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        list-style: none;
    }
    
    #cat li
    {
        display: inline;
        margin-right: 20px;
        border-radius: 36px;
    }
    
    #cat label
    {
        font-family: 'pacifico';
        font-size: 2.2em;
        color: #FFF;
        padding-left: 16px;
        padding-right: 16px;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
    }
    
    #rech
    {
        position: absolute;
        top: 250px;
        padding: 10px 10px 10px 20px;
        color: #FFF;
        border: 2px solid #B000FF;
        border-radius: 16px;
        background-color: #111;
        z-index: 2;
    }
    
    #results
    {
        width: 280px;
        z-index: 3;
    }
    
    #results li
    {
        position: relative;
        left: 0;
        list-style: none;
        background: #FFF;
    }
    
    #results li a
    {
        text-decoration: none;
    }
    
    #produits
    {
        display: block;
        position: relative;
        width: 1200px;
        margin-left: auto;
        margin-right: auto;
        min-height: 100px;
    }
    
    #filtre
    {
        position: relative;
        display: block;
        font-weight: bold;
        font-size: 1.2em;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        top: -44px;
        padding: 4px 8px 4px 8px;
        border-radius: 4px;
        background: #FFF;
        text-align: center;
    }
    
    #loading
    {
        font-family: 'pacifico';
        display: block;
        position: absolute;
        font-size: 2em;
        top: 420px;
        left: 44%;
        color: #FFF;
    }
    
    .pr_box
    {
        display: inline-block;
        position: relative;
        padding-right: 2%;
        padding-bottom: 2%;
        width: 33.333%;
    }
    
    .in_box
    {
        width: auto;
        border: 3px solid #FFF;
        border-radius: 34px;
        background: #FFF;
    }
    
    .pr_logo
    {
        position: relative;
        left: 20px;
    }
    
    .pr_marque
    {
        position: relative;
        font-size: 1.5em;
        color: #FFF;
        text-align: center;
    }
    
    .pr_name
    {
        position: relative;
        color: #201C1C;
        text-align: center;
    }
    
    /*.pr_prix
    {
        position: absolute;
        font-size: 1.4em;
        right: 50px;
        top: 22px;
        padding: 4px 8px 4px 8px;
        color: #FFF;
        background: #FFC520;
        border-radius: 16px;
        cursor: default;
        z-index: 2;
    }*/
    
    .pr_img
    {
        text-align: center;
    }
    
    #top
    {
        position: fixed;
        top: 90%;
        width: 60px;
        height: 60px;
        border-radius: 36px;
        z-index: 4;
    }
}
/* version mobile */
@media all and (max-width: 1279px)
{
    body
    {
        background: #201C1C;
    }
    
    section p:first-child
    {
        position: relative;
        top: -28px;
        font-family: 'pacifico';
        font-size: 5em;
        color: #FFF;
        margin: 0;
        text-align: center;
        text-shadow: 0 1px 0 #CCCCCC, 0 1px 0 #C9C9C9, 0 2px 0 #BBBBBB, 0 2px 0 #b9b9b9, 0 3px 0 #aaa, 0 3px 1px rgba(0,0,0,.1), 0 0 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.3), 0 2px 3px rgba(0,0,0,.2), 0 3px 5px rgba(0,0,0,.25), 0 5px 5px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.15);
    }
    
    #cat
    {
        display: block;
        position: relative;
        width: auto;
        top: -40px;
        color: #FFF;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        list-style: none;
    }
    
    #cat li
    {
        display: inline;
        margin-right: 20px;
    }
    
    #cat label
    {
        font-family: 'pacifico';
        font-size: 4em;
        color: #FFF;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
    }
    
    #produits
    {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    
    #filtre
    {
        position: relative;
        display: block;
        font-weight: bold;
        font-size: 2em;
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        top: -40px;
        padding: 8px 16px 8px 16px;
        border-radius: 8px;
        background: #FFF;
        text-align: center;
    }
    
    #loading
    {
        display: none;
    }
    
    .pr_box
    {
        display: inline-block;
        position: relative;
        padding-right: 3%;
        padding-bottom: 3%;
        width: 50%;
    }
    
    .pr_logo
    {
        position: relative;
        min-height: 60px;
        left: 20px;
        text-align: left;
    }
    
    .pr_marque
    {
        position: relative;
        font-size: 1.7em;
        color: #FFF;
        text-align: center;
    }
    
    .pr_name
    {
        position: relative;
        color: #201C1C;
        text-align: center;
    }
    
    .in_box
    {
        color: #FFF;
        text-align: center;
        border: 3px solid #FFF;
        border-radius: 36px;
        background: #FFF;
    }
}