/* ---------------------------- */
/*		    Responsive  		*/
/* ---------------------------- */

@media screen and (max-width: 1480px) {
    /*HOME*/

}

@media screen and (max-width: 1260px) {
    /*HEADER*/

    /*FOOTER*/

    /*HOME*/
    

}

@media screen and (max-width: 1120px) {
    /*HEADER*/
    #blogname img {max-width:200px; height:auto; width:100%;}
    
    /*PAGE*/
    

}

@media screen and (max-width: 1024px) {
    :root {
        --main-h2-size: 20px;
        --main-h1-size: 24px;
    }

}

@media screen and (max-width: 992px) {

    /*HEADER*/
    
    /*FOOTER*/

    /*HOME*/
    
}

@media screen and (max-width: 768px) { 

}

@media screen and (max-width: 767px) { 
    :root {
        --main-p-size: 18px;
    }
    .elementor-kit-6 h1, h1, .page-title {font-size:30px;}
    .item-actu h2.entry-title {font-size:20px;}
    .t22 {font-size:18px;}

    /*HEADER*/


    /*FOOTER*/

    
    /*HOME*/


    /*PAGE*/
  


}

@media screen and (max-width: 576px) {
    /*HEADER*/
    .site-header-cart .top-cart-contents span.woocommerce-Price-amount {display:none;}
    #blogname {margin-right:20px;}
    #blogname img {max-width:150px; height:auto; width:100%;}

    /*HOME*/


    /*PAGE*/


}

@media screen and (max-width: 480px) {
    /*HEADER*/
    
    /*FOOTER*/
    
    /*HOME*/

    /*PAGE*/

    
}

@media screen and (max-width: 380px) {
    /*HOME*/

    /*PAGE*/

}

@media screen and (max-width: 320px) {
    /*HEADER*/

    /*HOME*/


}

/*laptop*/
@media screen and (max-height: 870px) and (min-width: 1365px){
  
}