#mentions_legales{
	padding-bottom: 3rem;
}

#mentions_legales h1{
    font-size: 48px;
    line-height: 1.6em;
    text-transform: none;
    font-weight: 400;
    color: #3d3d3d;
    padding: 0 25px 15px 25px;
    border-bottom: 1px solid #e5eaec;
    display: inline-block;
    margin-bottom: 25px;	
}

#mentions_legales p{
    margin: 0 0 20px 0;
    line-height: 30px;
}

#mentions_legales hr{
	border-color: #727272;
	color: #727272;
}

#mentions_legales a{
    font-weight: bold;
    color: #3d3d3d;
}

#mentions_legales a:hover {
	text-decoration:underline;
}