/*
	Fushia : #D51757 rgba(140, 0, 0, 1)
	Footer back :	rgba(140, 0, 0, 1)  rgba(102, 102, 102, 1)
*/

footer{
	display:block;
	clear:both;
	margin:0;
	width:100%;
	background:rgba(102, 102, 102, 1);
}

footer .bmp{
	display:inline-block;
	width:55px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	margin-right:5px;
	margin-bottom:5px;
}

#FooterC{
	margin:0px auto;
	box-sizing: border-box;
	width:988px;
	z-index:10;
	color:#FFF;
	text-align:left;
	background:rgba(80,80,80, 1);
}

#FooterC hr{
	display:block;
	clear:both;
	height:1px;
	line-height:1px;
	border:0px;
	margin:0;
}

#FooterC > div{
	box-sizing: border-box;
	display:inline-block;
	width:30%;
	margin:0px;
	padding:10px 0px 0px 10px;
}

#FooterC > div:nth-child(1){
	float:left;
	width:38%;
	margin-right:1%;
}

#FooterC > div:nth-child(2){
	float:left;
	width:30%;
	margin-right:1%;
}

#FooterC > div:nth-child(3){
	float:right;
	width:30%;
}

#FooterC > div.mention{
	box-sizing: border-box;
	display:block;
	width:100%;
	margin:0px;
	padding:0px 0px 15px 0px;
	text-align:center;
	margin-bottom:0.8rem;
}

#FooterC > div.mention li{
	display:inline;
	font-family:'Raleway',sans-serif;
	font-size:0.825rem;
	line-height:1.3em;
	font-weight:300;
	padding-left: 5px;
    padding-right: 5px;
	color:#FFF;
}

#FooterC > div.mention li:nth-child(n+2):before{
	content:"-";
	padding-right:10px;
}

#FooterC > div.mention li a{
	color:#FFF;
}

#FooterC div.mention li a:hover{
	font-weight:500;
}

#FooterC img.facebook{
	width:28px;
	height:28px;
	border:1px solid #fff;
	margin-right:10px;
	vertical-align:middle;
}

#FooterC h1{
	display:block;
	text-transform:uppercase;
	font-family:'Raleway',sans-serif;
	font-size:1rem;
	font-weight:700;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:0px;
	padding-left:15px;
	border-left:5px solid rgba(140, 0, 0, 1);
	vertical-align:bottom;
	color:#fff;
}

#Footer.be #FooterC h1{
	border-left:5px solid rgba(255, 96, 0, 1);
}

#FooterC h1 a{
	color:#fff;
}

#FooterC div p{
	display:block;
	font-family:'Raleway',sans-serif;
	font-size:0.725rem;
	line-height:1.3em;
	font-weight:300;
	margin-top:8px;
	margin-bottom:25px;
	margin-left:0px;
	padding-left:20px;
}

#FooterC div li{
	display:block;
	font-family:'Raleway',sans-serif;
	font-size:0.725rem;
	line-height:1.3em;
	font-weight:300;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:0px;
	padding-left:20px;
	color:#FFF;
    list-style: none;
    list-style-type: none;
    background-image: none;
}

#FooterC div li a{
	color:#FFF;
	font-weight:300;
}

#FooterC div li a:hover{
	font-weight:500;
}

#FooterC div ul{
	margin-bottom:25px;
	margin-left: 0;
    padding-left: 0;
}
































