.footer {
	width: 100%;
	background: #f17536;
}

.footer .social {
	position: absolute;
	left:90%;
}

.footer .social .pinterest {
	display: inline-block;
	position: relative;
	margin-top:10px;
	width: 58px;
	height: 58px;
	background:url(icons/pinterest.png) no-repeat;
	opacity:1;
}

.footer .social .pinterest:hover{
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.footer .social .facebook {
	display: inline-block;
	position: relative;
	width: 58px;
	height: 58px;
	background:url(icons/facebook.png) no-repeat;
	opacity:1;
}

.footer .social .facebook:hover{
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition:    opacity 0.5s;
	-o-transition:      opacity 0.5s;
}

.footer .social .zooplus {
	display: inline-block;
	position: relative;
	margin-top:10px;
	width: 125px;
	height: 125px;
	background:url(http://marketing.net.zooplus.fr/ts/i3971185/tsv?amc=aff.zooplus.24510.28389.16710&tst=!!TIMESTAMP!!) no-repeat;
	opacity:1;
}


/* general ul style */
.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.footer > ul,
.footer .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.footer > ul > li {
	display: inline-block;
}

.footer .cbp-hrsub-inner p {
	color: #F17536;
}

/* sub-menu */

.footer .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.footer .cbp-hrsub-inner:before,
.footer .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.footer .cbp-hrsub-inner:after {
	clear: both;
}

.footer .cbp-hrsub-inner > div a {
	line-height: 2em;
    font-family: 'Lato';
	color: #fff;
	font-weight: 300;
	margin: 0 0 0 10px;
	font-size: 1em;	
}

.footer .cbp-hrsub-inner > div a:hover {
	color: #ffccb2;
}

.cbp-hrsub-inner h5 {
    font-family: 'Lobster';
	color: #ffccb2;
	font-weight: 400;
	font-size: 1.2em;
}

.cbp-hrsub-inner h3 {
    font-family: 'Lato';
	color: #fff;
	font-weight: 300;
	font-size: 1em;
	margin-top: -6em;
	text-align:center;
}

.cbp-hrsub-inner h4 {
    font-family: 'Lobster';
	color: #ffccb2;
	font-weight: 700;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.footer {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.footer {
		font-size: 120%;
		border: none;
	}

	.footer > ul,
	.footer .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.footer .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.footer > ul > li {
		display: block;
		border-bottom: 4px solid #47a3da;
	}

	.footer > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.footer .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.footer .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
}



