/* 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:0px;
}
#footer-blocks .first_col  {width: 34%!important; padding-top: 15px;}
#footer-blocks .first_col ul li:nth-child(4) a, #footer-blocks .first_col ul li:nth-child(5) a {font-weight: 600;}
#footer-blocks .first_col ul, #footer-blocks section:nth-child(5) {margin: 0; padding: 0;}
#footer-blocks .first_col ul li.rte ul li {
  background: url(../img/arrow-right.svg) no-repeat left center /25px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 38px;
}
#footer-blocks section:nth-child(5) ul li.rte ul {
  padding-left: 0;
  background: none;
}
#footer-blocks section:nth-child(5) ul li.rte ul li:nth-child(9) {
  margin-top: 15px;
}
#footer-blocks section:nth-child(5) ul li.rte ul li {
  line-height: 28px;
}
#footer-blocks .col-md-2-4{
    float:left;
    width: 16.333%;
}
#footer-blocks p.h4 {font-size: 16px; font-weight: 600;}
#footer-blocks ul li {list-style: none; line-height: 28px;}

#footer-blocks ul li a {font-size: 14px; color: #3a4245; line-height: 25px;}

#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 p.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: 33.333% !important;
    text-align: left;
  }
  #footer-blocks .first_col {padding-top: 0;}
}

@media (min-width: 992px) {
  #footer-blocks .first_col p.h4 {display: none;}
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer_2, .footer_3 {display: none;}
  #footer-blocks .first_col {padding-top: 0;}
}

@media (max-width: 767px) {
.mobilefooterpayment {padding: 15px 0; text-align: center;}
.mobilefooterpayment img { margin: 0 auto;}
  #footer-blocks p.h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 25px;
    margin-top: 15px;
  }
  #footer-blocks ul li a {font-size: 17px; line-height: 28px;}
  .mobilefooterpayment {display: none;}
  #copyright-footer {clear: both;}
#footer-blocks .first_col ul li.rte ul li {font-size: 20px;}
	#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;
    }
    #footer-blocks .col-md-2-4 {
      width:100% !important;
      text-align: left;
      border-top: 1px solid #f1f1f1;
    }
    .footer-block p.h4 {
      position: relative;
      padding-bottom: 0;
      margin-bottom: 0;
      cursor: pointer;
      color: #000;
    }
    .footer-block li, .footer-block li a {color: #22282a!important;}
    .mobile_show{display:block;}
    .desktop_show{display:none;}
    .footer-block ul {padding-top: 10px;}
    .footer-block p.h4:after {
      display: block;
      content: "\f106";
      font-family: "FontAwesome";
      position: absolute;
      right: 0;
      top: -7px;
      padding: 7px 0px;
      font-size: 24px;
      color: #bbc5c9;
    }
    .footer-block p.h4.active:after { content: "\f107"; }
    .footer-block.first_col p.h4:after {display: none;}
    #footer-blocks .first_col ul li.rte ul li:nth-child(6) {display: none!important;}
    #footer-blocks .first_col {border: 0;}
    #footer-blocks .first_col ul {margin-bottom: 35px;}

}
