footer {
    background-color: #000000;
    position: relative;
	color:#eee;
}
section, header, footer {
    display: block;
    position: relative;
    width: 100%;
    color: #FFF;
}

footer::before {
    background: url("../images/footer-Abarth.png") no-repeat center;
        background-size: auto;
  background-size: 240px 128px;
width: 463px;
height: 128px;
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/footer-Abarth.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/footer-Abarth.png") no-repeat center;
          background-size: auto;
  background-size: 240px 128px;
width: 463px;
height: 128px;
  }
}
@media screen and (min-width: 64em) {
  /* line 593, ../_single.scss */
  footer:before {
    background: url("../images/footer-Abarth.png") no-repeat center;
          background-size: auto;
  background-size: 240px 128px;
width: 463px;
height: 128px;
  }
}

@media only screen and (max-width:576px) {
.footer_row
{
	text-align:center;
}
}


.img-footer
{
	background-repeat:repeat;
	background-size:cover;
	background-position:center;
	min-height: 400px;
}
.img-footer-1
{
	background-image:url(../images/Electric_mobility-Infotainment-Desktop-960x800.jpg);
}.img-footer-2
{
	background-image:url(../images/Electric_mobility-Autonomy-Desktop-960x800.jpg);
}.img-footer-3
{
	background-image:url(../images/Electric_mobility-0_emissions_100-fun-Desktop-v2-960x800.jpg);
}
.img-footer-4
{
	background-image:url(../images/Abarth-BEV-BlueGreen-v2-960x572.jpg);
	background-size: cover;
background-repeat: no-repeat;
background-color: #000;
}


.table-col 
{
	 display: flex;
  width: 100%; /* Set full-width to expand the whole page */
}

.table-cel 
{
	flex: 1; /* Make elements inside the container behave like table cells */
}

.table-footer-50
{
	 padding:50px;
	 font-size: 16px;
line-height: 24px;
}

.footer_row h3 {
  font-family: 'Abarth_heavy',Arial,sans-serif;
  margin-bottom: 20px;
}

@media only screen and (max-width:680px) {

.table-col 
{
	 display:inline-block;
  width: 100%; /* Set full-width to expand the whole page */
}

.table-cel 
{
	display:inline-block;
	min-height:300px;
	width:100%;
}
	
}


