#footer {
	background-color:#2a2a2a;
	color:#747373;
	text-align:center;
	font-size:12px;
}
#footer a {
	color:#747373;
}
#footer ul.clearfix {
	border-bottom:2px solid #5d5d5d;
	list-style: none;
	margin-bottom:30px;
	padding:0;
}
#footer ul.clearfix li{
	float:left;
	width:50%;
}
#footer li a {
	display:block;
	width:100%;
	font:bold 12px "Source Sans Pro", Arial, sans-serif;
	text-transform:uppercase;
	color:#bbb;
}
#footer .agency-contact li:first-child a {
	border-right:2px solid #5d5d5d;
}
#footer li .wrapper {
	display: block;
	margin:0 auto; padding:15px 0 15px 0;
	width:120px;
	text-align:left;
}
#footer .find-agency span {
	width:22px;
	height:32px;
	background:transparent url(../images/pictos/find-agency.png) 0 0;
	background-size:22px 32px;
	margin-right:10px;
}
#footer .contact span {
	width:26px;
	height:30px;
	background:transparent url(../images/pictos/contact-picto.png) 0 0;
	background-size:26px 30px;
	margin-right:10px;
}
#footer .lng-dispatch {
	clear:both;
}
#footer .lng-dispatch a {
	text-decoration:underline;
}
#footer .lng-dispatch a.active {
	color:#fff;
}
#footer .lng-dispatch span{
	margin:0 10px;
}
#footer .social {
	margin:30px 0;
}
#footer .social h2{
	text-transform:uppercase;
	font-size:12px;
}
#footer .social-links {
	list-style:none;
	margin:15px auto 0 auto;
	width:255px;
}
#footer .social-links li {
	display:inline-block;
	margin:0 1rem 1.3em 1rem;
}
#footer .social-links li:last-child{
	margin-right:0;
}
#footer-infolinks a {
    background: url("../images/bg/list-separator.png") no-repeat scroll 0 50%;
    display:inline-block;
    padding-left:5px;
	text-decoration:underline;
}

#footer .social-links a img {
	max-width: 2rem;
	max-height: 2rem;
}

#footer .social-links [href*=google] img{
	padding-bottom: 5px;
}

#footer .social-links [href*=twitter] img{
	padding-bottom: 2px;
}

#footer .social-links [href*=youtube] img{
	padding-bottom: 3px;
}

#dekstop-version {
	padding:25px 0;
}
/**
 * @Section Push Appli
 */
.push.push-appli{
	position: relative;
	background-color: #FFF;
	margin-bottom: 1rem;
	padding:4px 5px;
	text-align: left;
	box-sizing: border-box;
}
.push-appli .push-content{
	position: relative;
	/* overflow: hidden; */
	background-color: #E3E6EB;
	padding-top: 74.25%;
	max-width: 100%;
}
.push-appli .push-text{
	position: absolute;
	top: 10%;
	bottom: 0;
	right: 0;
	width: 50%;
	/* padding-top: 1rem; */
}
.push-appli .bg-image {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 10%;
    width: 50%;
    height: auto;
}

.push-title{
	font:normal 1.75em/1 "Source Sans Pro", Arial, sans-serif;
	color:#333;
}
.push-title .uppercase {
	padding-top: 0.25rem;
	text-transform: uppercase;
	display: block;
}
.push-title.with-separator::before{
	content:'';
	display: block;
	margin: 8% 0 0.75rem;
	height: 2px; width: 3rem;
	background-color: #333;
}

.push-appli .push-links {
	list-style: none;
	margin-top: 5px;
	max-width: 90%;
}
.push-appli .push-links .link{
	display: inline-block;
	margin-bottom: 5px;
	padding-right: 15px;
	max-width: 100%;
}
.push-appli .push-links .link img{
	height: 45px;
	width: auto;
	max-width: 100%;
}

.push-appli .push-legal {
  	margin-top: 0.5rem;
	color: #b8bdc3;
}
@media (min-width: 499px) {
	.push-appli .push-content {
		padding-top:37.25%;
	}
	.push-appli .push-text {
	    width: 74%;
	}
	.push-appli .push-links {
	     max-width: none; 
	}
	.push-title.with-separator::before {
		margin: 6% 0 1rem;
	}	
	/*.push-appli .push-text{
		margin-left: 25%;
	}*/
	.push-appli .push-links .link{
		margin: 15px 0;
	}
	.push-appli .push-links .link + .link{
		border-left: 2px solid #FFF;
		padding-left: 15px;
	}
	.push-appli .bg-image{
		width: 25%;
	}
	.push-title .uppercase {
		letter-spacing: 1.5px;
	}
}


