@media screen and (min-width: 992px){
    
}

/***** MAX ****/
@media screen and (max-width: 1750px){
    
}
@media screen and (max-width: 1500px){
    nav.navbar li{
        margin-left: 7px;
        margin-right: 7px;
    }
    .borderleftright a::before{
        left: -5px;
    }
    .borderleftright a::after{
        right: -5px;
    }
}

@media screen and (max-width: 1300px){
	nav.navbar li{
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px){
	.borderleftright a::before, .borderleftright a::after{
        display: none;
    }
    nav.navbar li {
        font-size: 15px;
        padding: 4px 0;
        margin-left: 0;
        margin-right: 0;
    }
    .my-cart{
        position: absolute;
        top: 17px;
        right: 15px;
        color: #fff;
    }
}

@media screen and (max-width: 991px){
    .next:not(.page-numbers) {
        right: 0px;
    }
    .prev:not(.page-numbers) {
        left: 0px;
    }
    nav.navbar li a:hover::after, 
    nav.navbar li.active a::after{
        display: none;
    }
    .footer-scroll-button {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: initial;
        transform: none;
    }
    
    #navbar-principale,
    #navbar-principale *{
        max-width: 100%;
    }
    .dropdown-menu a{
        white-space: pre-wrap;
    }
    .dropdown-toggle::after {
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        transform: none;
    }
    .copyright, .lithium a {
        text-align: center;
    }
    .langsw a{
        padding: .5rem 0;
        width: 100%;
        display: block;
    }
}


@media screen and (max-width: 768px){	
    .priceheight {
        height: initial;
    }
    .woocommerce .desc-loop {
        height: initial;
    }
}

@media screen and (max-width: 640px){
	
}

@media screen and (max-width: 576px){
	.h2 {
        font-size: 27px;
    }
    .slidervedette .imgProduits {
        height: 280px;
    }
    .prev:not(.page-numbers), .next:not(.page-numbers) {
        top: 25%;
    }
}

@media screen and (max-width: 480px){
    .h1{
        font-size: 30px;
    }
}

@media screen and (max-width: 380px){
    
}