.finish-line
{
	margin-bottom:30px;
	/*border-bottom:5px solid #007edb;*/
}

body .footerReviewDesk .legals .links a {
    color: #fff;
    font: lighter 14px ubuntu,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.footer
{
	z-index: 1;
  position: fixed;
  bottom:0;
  width:100%;
}
@media only screen and (max-width: 900px) {
.footer
{position: relative;}
}

ul {
    list-style: none;
}

div.lien_footer a
{
	font-size: 13px;
color: #ccc;
margin: 15px;
}

div.lien_footer a:hover
{
	text-decoration:none;
	color:#007edb;
}
.footerReviewDesk .legals .links li {
    border: none;
    padding: 0;
    margin-left: 10px;
}

.footerReviewDesk .links li, .footerReviewMobile .links li {
    display: inline-block;
    text-transform: uppercase;
}

.footerReviewDesk .legals .links {
    padding: 10px 0;
    text-align: center;
}

body .footerReviewDesk .legals {
    background-color: #796F6E;
}


.legal-text {
    font-family: peugeotlight,peugeot,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  margin: 20px 5% 20px 5%;
font-size: .8rem;
text-align: center;
display:inline-block;
}

.legal-links {
    display: block;
    margin: 0 auto;
    padding: 10px 0 10px;
    list-style-type: none;
    text-align: center;
}

dl, ol, ul {
    font-family: peugeot,Helvetica Neue,Helvetica,Roboto,Arial;
    font-size: .875rem;
    line-height: 1.25rem;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}

.legal-links li {
    display: inline-block;
    margin: 0;
    border-left: 1px solid #3c3947;
    padding: 0 14px;
    text-align: center;
}

.legal-links li:first-child {
    border: 0;
}

.legal-links li a {
    margin: 0;
    text-transform: uppercase;
    font-size: .6rem;
	text-decoration: none;
color: #636268;
text-align: center;
list-style-type: none;
}


