/**
*  Feuille de style : RESPONSIVE
*  Copyright 2024 UltraJeux - Jean-Christophe TAISNE
*/




/* Ipad Pro paysage */
@media only screen and (max-width: 1280px) {
    body{
        margin: 0px;
    }
    div.block_produit {
        max-width: 25%;
        min-width: 290px;
        width: 100%;
    }
/*    div.block_produit {
        max-width: 380px;
        min-width: 290px;
        width: 100%;
    }   */ 
}

/* Ipad Pro Portrait */
@media only screen and (max-width: 834px) {
    body{
        margin: 0px;
    }
    header {
        min-width: 0px;    
        max-width: none;    
    }
    div#body {
        min-width: 0px;
        max-width: none;
    }  
    div.block_produit {
        max-width: 50%;
        min-width: 270px;
        width: 100%;
    }  
}

/* Mobile Paysage */
@media only screen and (max-width: 790px) {
    body{
        margin: 0px;
    }
    header {
        min-width: 0px;    
        max-width: none;    
    }
    div#body {
        min-width: 0px;
        max-width: none;
    }
    div.block_produit {
        min-width: 0px;    
        max-width: none; 
/*        min-width: 270px;*/
        width: 33%;
    }
    
    div.contenu_block_produit_all {
        min-height: 350px !important;
    }
    
    div.lien_type {
        min-width: 0px;    
        max-width: none;  
/*        width: 100%;*/
        width: 33%;
    }
/*    div.block_produit {
        max-width: 230px;
        min-width: 350px;
        width: 100%;
    } */
}

/* Mobile Portrait */
@media only screen and (max-width: 490px) {
    body{
        margin: 0px;
    }
    header {
        min-width: 0px;    
        max-width: none;    
    }
    div#body {
        max-width: none;
    } 
    div.block_produit {
        min-width: 0px;    
        max-width: none;  
/*        width: 100%;*/
        width: 50%;
    }
    div.block_produit a.menuheader {
        font-size: 10px !important;    
    }
    div.block_produit span.main_bloc_article_titre {
        height: 15px !important;
        padding: 1px 1px 1px 1px !important;
        font-size: 14px !important;
    } 
    div.produit_gauche {
        width: 100% !important;
        float: none !important;
    }
    div.lien_type {
        min-width: 0px;    
        max-width: none;  
/*        width: 100%;*/
        width: 50%;
    }
    
    div.lien_type > div.main_bloc_article {
        height: 240px;
    }
/*    div.block_produit {
        max-width: 370px;
        min-width: 370px;
        width: 100%;
    }  */
    footer {
        min-width: 370px;
    }
    
    div.block_produit .contenu p.titre a {
        font-size: 12px !important;    
    }
    
    div.contenu_block_produit_all span.prix { 
        font-size: 16px !important;    
    }
    
    div.contenu_block_produit_all span.titre_pourcent {
        font-size: 9px !important;    
    }
    
    div.contenu_block_produit_all p.disponibilite {
        font-size: 9px !important;    
    }
    
    div.contenu_block_produit_all {
        height: 330px !important;                
    }

}