.footer{
	width: 100%;
	background-color: #333333;
	overflow: hidden;
}

.footer .bloc{
	width: 90%;	
	margin: 0.5em 5% ;
	display: inline-block;
}

.footer .text > div{
	float: left;
	margin-top: 2em ;
}

.footer .bloc .plan{
	width: 12%;
	margin-right: 5%;
}

.footer .bloc .keywords{
	width: 20%;
	margin-right: 5%;
}

.footer .bloc .localisation{
	width: 30%;
	margin-right: 5%;
}


.footer .bloc .plan ul li a, .footer .bloc .localisation ul li, .footer .bloc .keywords a{
	color: #CCCBCB;
}

.footer .bloc .plan ul li a, .footer .bloc .localisation ul li{
	text-decoration: none;
	line-height: 2em;
}

.footer .bloc div>h4{
	font-size: 1em;
	color: white;
	font-family: "OpenSans semibold";
	line-height: 2em;	
}


.footer .bloc .keywords a{
	text-decoration: none;
    border: 1px solid #CCCBCB;
    padding: 0.2em 0.5em;
    line-height: 2.5em;
    font-size: 0.8em;
}

.footer .social{
	text-align: center;
}

.footer .social a>img{
	height: 1.5em;
	margin: 0 0.2em;
}

.footer .social img:hover{
	opacity: 0.5;
}

.footer .bloc .copyright{
	text-align: center;
}

.footer .bloc .copyright p{
	font-size: 0.8em;
	color: white;
}

.footer .plansite{
	margin-right: 10px;
}
.footer .plansite li{
	margin-bottom: 3px;
}

/* Small size screen */
@media screen and (max-width: 800px){
	.footer .bloc .map{
		width: 10%;
	}

	.footer_largescr{
		display: none;
	}
	.footer_smallscr{
		display: block;
	}
}

/* Large size screen */
@media screen and (min-width: 800px){
	.footer .bloc .map{
		width: 22%;
		height: 5em;
		float: right;
		margin-right: 5px;
	}
	.footer_largescr{
		display: block;
	}
	.footer_smallscr{
		display: none;
	}
}	