@charset "UTF-8";
/* CSS Document */

body > footer{
	padding-top:3em;
	background-color:#a4a3a8;
	font-size:10px;
	color:#fff;
	font-family:'stratos','arial','helvetica','sans-serif';
	line-height:2em;
	letter-spacing:1px;
	transition: all .2s ease;
}

body > footer .bloc_footer{
	display:block;
	height:10em;
	border-left:1px solid #fff;
}

body > footer .bloc_footer img{
	margin-bottom:0.6em;
}

body > footer a, footer a:focus{
	display:inline-block;
	font-size:10px;
	color:#fff;
	font-family:'stratos','arial','helvetica','sans-serif';
	text-decoration:none;
}

body > footer a:hover{
	color:#fff;
	text-decoration:underline;
}

/* MEDIA QUERIES */
@media (max-width:1200px){
	footer .bloc_footer{
		margin-top:15px;
	}
}

@media (max-width:991px){
	footer .bloc_footer{
		margin-top:0;
	}
}

@media (max-width:768px){
	body > footer .bloc_footer{
		height:auto;
		margin-top:0;
		padding-bottom:15px;
	}

	body > footer .container .row div:first-child{
		margin-bottom:30px;
	}
}