/* 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%;
    padding-left:15px;
    padding-right:15px;
}

#footer-blocks .rte img{
    max-width:100%;
    height:auto;
}
#footer-blocks .rte blockquote{
    margin:0;
}
#footer-blocks .fb-module > section,
#footer-blocks .fb-module > div {
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    float:none !important;
    display: flex;
    flex-direction: column;
}
#footer-blocks .fb-module > section > h4,
#footer-blocks .fb-module > section > .title_block,
#footer-blocks .fb-module > div > h4,
#footer-blocks .fb-module > div > .title_block {
    display:none;
}
#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: 767px) {

	#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;
    }

}
