/* Footer Blocks Prestashop module
 * Copyright 2017, Uplight
 * Author: Uplight
 * Website: https://www.uplight.fr
 */

.footer-container .container{
    padding-bottom: 10px;
}
#footer-blocks .row{
    margin:0;
}
#footer-blocks,
#thin-footer,
#copyright-footer{
	float:left;
    width:100%;
}
#footer-blocks,
#copyright-footer{
    margin-top:20px !important;
}
#footer-blocks .col-md-2-4{
    float:left;
    width:20%;
}
#footer-blocks .rte p{
    margin:0;
}
#footer-blocks .rte img{
    width:100%;
    height:auto;
}
#footer-blocks .rte blockquote{
    margin:0;
}
#footer-blocks #copyright-wrapper,
#footer-blocks #more-links-wrapper,
#footer-blocks .no-padding{
    padding:0;
}
#footer-blocks .align-left-to-center, #footer-blocks .align-left-to-center_17{
	text-align:left;
}

#footer-blocks .align-right-to-center, #footer-blocks .align-right-to-center_17{
	text-align:right;
}

.footer-container #footer ul li h4:after{
	display:none;
}

#footer-blocks.container{
	width:100%;
}

@media (max-width: 991px) {
	
	#footer-blocks .align-left-to-center{
		text-align:center;
	}
	
	#footer-blocks .align-right-to-center{
		text-align:center;
	}
	
	#footer-blocks .col-md-2-4{
		width:100%;
	}
	
}

@media (max-width: 768px) {
	
	#footer-blocks .align-left-to-center_17{
		text-align:center;
	}
	
	#footer-blocks .align-right-to-center_17{
		text-align:center;
	}

    #footer-blocks #more-links-wrapper{
        display:none;
    }

}