@import 'https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css)';
@import 'https://fonts.googleapis.com/css?family=Heebo:300,400,700';

footer {
	background-color: #333;
	/* background-color: #180b42; */
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	margin-top: auto;

}
footer > div {
	display: flex;
	padding: 30px;
}
footer a {
	color:#FFF;
}
footer a:hover {
	color:#AAA;
}
footer >div div:first-child h3 {
	margin: 0;
	padding: 0;
}
footer >div div:first-child > a {
	text-align: center;
	margin-top:8px;
	display: block;
	/* margin:5px 40% 0 40%; */
}
footer a[class*="fa-"]:hover {
	color:#000;
}
footer h3 {
	text-transform: uppercase;
	font-weight: 400;
}
footer p {
	margin:0;
	padding:1em 0;
}
footer div.bloc-footer {
	/* border: 1px solid black; */
	width: 33%;
	color:#FFF;
	transform: translatez(0);
	text-align: center;
	/* font-family: 'Alegreya Sans', sans-serif; */
}

footer div.bloc-footer img[alt="Logo PPL"]{
	/* width:190px; */
	height:70px;
	margin-bottom: 15px;
	/* padding: 0 20px 20px 20px; */
	/* border-bottom: 1px solid white; */
}
footer div.bloc-footer p {
	padding:0;
	margin:6px 0;
	font-size:1em;
}
footer div.bloc-footer > span {
	/* margin-top: 0.6em; */
	margin-bottom:50px;
}
footer a[class*="fa-"] {
  display: inline-block;
  margin-top: 7px;
  margin-right: 10px;
  vertical-align: top;
   	width: 54px; /* taille bloc rÃ©seaux sociaux */
	height: 54px;
	line-height: 54px;
	color: #FFF;
	/* font-size: 2em; */
	text-align: center;
	transition: all 0.5s ease;
}

footer a[class*="fa-"]:hover {
	transform: rotate(360deg);
					border-radius: 30px;
}

footer a[class*="fa-facebook"] {
	background-color:  #3B5998;
}
footer a[class*="fa-twitter"] {
	background-color:  #598DCA;
}
footer a[class*="fa-youtube"] {
	background-color:  #C8312B;
}
footer a[class*="fa-vimeo"] {
	background-color:  #5AC8FF;
}
footer a[class*="fa-pinterest"] {
	background-color:  #B93936;
}
footer .email-capture {
	width:70%;
	text-align: left;
	display: inline-block;
	margin-top:50px;
}
footer .email-capture h3 {
	text-align: center;
}
footer form {
	margin-top:10px;
	border-bottom: 1px solid #b1aca1;
	width:100%;
}
footer form .input-group-btn {
	width:25%;
	text-align: right;
	display: inline-block;
	padding-bottom: 16px;
}
footer form input {
	border: 0;
	background-color: transparent;
	outline: 0;
	display: inline-block;
	vertical-align: bottom;
}
footer form input[type="email"]{
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	width:70%;
	color:#b1aca1;
	padding: 10px 10px 10px 0;
	font-size: 1.3rem;
}
footer form .input-group-btn input[type="submit"]{
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 0.7rem;
	text-align: right;
	width:auto;
	padding: 0;
	cursor: pointer;
	color:#b1aca1;
	margin:0 auto;
}

footer > p {
	text-align: center;
	color:#FFF;
	margin-top: 0px;
	font-size: 0.8em;
}

@media screen and (max-width:767px){
	footer > div {
		flex-direction : column;
		text-align: center;
	}
	footer div.bloc-footer {
		width:100%;
		margin-bottom:20px;
	}
	footer div.bloc-footer:first-child {
		text-align: center;
	}
}

@media handheld, only screen and (max-width: 767px) {
	.mobile-center .content {
		text-align: left;
	}
}