footer {
    background-color: #f9db61;
    position: relative;
}
section, header, footer {
    display: block;
    position: relative;
    width: 100%;
    color: #FFF;
}

footer::before {
    background: url("../images/3cars.png") no-repeat center;
        background-size: auto;
    background-size: 463px 100px;
    width: 463px;
    height: 100px;
    bottom: -40px;
}



/* line 557, ../_single.scss */
footer .inner {
  padding: 45px 0 28px;
}
@media screen and (min-width: 64em) {
  /* line 557, ../_single.scss */
  footer .inner {
    padding: 30px 0 44px;
    max-width: none;
  }
}
/* line 567, ../_single.scss */
footer .bloc-mentions p {
  text-align: center;
  color: #ffffff;
  font-family: "Tahoma", sans-serif;
  font-size: 10px;
  letter-spacing: 0.91px;
}
/* line 574, ../_single.scss */
footer .bloc-mentions p a {
  color: #ffffff;
  text-decoration: none;
}
/* line 581, ../_single.scss */
footer .bloc-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86px;
  margin: 0 auto 31px;
}
/* line 588, ../_single.scss */
footer .bloc-social .img-ico {
  width: auto;
}
/* line 593, ../_single.scss */
footer:before {
  content: "";
  background: url("../images/3cars@2x.png") no-repeat center;
  background-size: 315px 68px;
  width: 315px;
  height: 68px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 23.4375em) {
  /* line 593, ../_single.scss */
  footer:before {
    background: url("../images/3cars@2x.png") no-repeat center;
    background-size: 370px 80px;
    width: 370px;
    height: 80px;
  }
}
@media screen and (min-width: 64em) {
  /* line 593, ../_single.scss */
  footer:before {
    background: url("../images/3cars.png") no-repeat center;
    background-size: 463px 100px;
    width: 463px;
    height: 100px;
    bottom: -40px;
  }
}

@media only screen and (max-width:576px) {
.footer_row
{
	text-align:center;
}
}