/*Bandeau*/
.img-bandeau-mentions {width:100%; height:300px; background:url(../images/bandeau-404.jpg) 0px no-repeat; background-size:cover;}

.active{color:#5e9330; font-weight:bold;}

/*BREADCRUMB GENERAL STYLE*/

/*Styles du div englobant*/
#breadcrumb{
width:500px;
}
/*Reset sur la liste*/
#breadcrumb ul, #breadcrumb li {
list-style-type:none;	
padding:0;margin:0;
}		
/*Premier élément de la liste*/
#breadcrumb li.first {}
/*Tous les éléments de la liste sauf premier et dernier*/
#breadcrumb li {
float:left;
line-height:33px;
margin:5px 0 0 0;
padding-left:0px;
}
/*Style sur les éléments a et span*/
#breadcrumb li a, #breadcrumb li span {
float:left;
height:33px;
margin:0;
padding:0 0 0 5px;
font-size:0.875em;
letter-spacing:0.02em;
}	
#breadcrumb li a {color:#000;}
/*Style du dernier span de la liste*/
#breadcrumb li span.end {
float:left;
width:15px;
height:33px;
} 					

/*Clearfix*/
.clearfix:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}

.h1-mentions {font-size: 36px; text-align: left; color: #000;}
.hr-mentions {
color: #5e9330;
background-color: #5e9330;
height: 1px;
border: 0;
margin:10px 0;
width: 75%;
}

.mentions {margin-bottom: 20px;}
.text-mentions{color: #000; margin: 20px 0 20px 0; text-align: justify;}
