footer table{
	width: 100%;
	height: 75px;
	border-spacing: 0;
}
footer table td{
	padding: 1em 5%;
}
footer table td:first-child{
	color: white;
	background: #2B2B2B;
    font-size: 0.8em;
}
footer table td:last-child{
	color: #FFF;
    background: #2B2B2B;
    width: 570px;
    font-size: 1.2em;
    text-align: right;
}
footer a{
	color: white;
}
footer a:hover{
	color: white!important;
}
footer table td:last-child a{
	text-decoration: none;
}
html.single-equipe footer{
	margin-top: -75px;
    z-index: 9;
    position: relative;
}
#single-equipe .content-wrapper .col-right{
	padding-bottom: 100px;
}