#page {
    padding-top: 3%;
}

.fa,
.fa:hover  {
	color: #000;
	text-decoration:none;
	padding: 0 2px;
}

.nav li a .fa,
.dropdown-toggle .fa,
.dropdown-toggle .fa:hover{
	color: #fff;
	text-decoration:none;
}

.btn .fa,
.btn .fa:hover  {
	color: #fff;
	text-decoration:none;
	padding: 0 2px;
}

.hero-unit{
	background-color: #fff;
	padding-top:0;
	padding-left:0;
}

.hero-unit h1{
	width:50%;
	float:left;
}

.hero-unit #byVNV{
	float:right;
	text-align:right;
	width:99px;
	height:72px;
}

.hero-unit #byVNV img{
	margin-top:48px;
}

#client{
	width:100%;
	padding: 20px 0;
	margin: 10px auto;
	margin-bottom:0px;
	/* Festineuch */
	/* background-color: #b86c1b; */
}
#client img{
	text-align:center;
	display: block;
	margin:0 auto;
}

#homeClient{

	/* Festineuch */	
	/* background-image: url('../../images/festineuch/bg.png');  */
	/* Rock */
	/* background-image: url('../../images/rock/bg.jpg'); */
	/* background-image: url('../../images/rock/bg2016.jpg'); */
	/* background-image: url('../../images/rock/bg2017.jpg'); */
	/*background-image: url('../../images/rock/bg2018.png'); */
	background-image: url('../../images/rock/bg2019.jpg'); 
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover; 
	-moz-background-size: 100% 100%;     /* Gecko 1.9.2 (Firefox 3.6) */
	-o-background-size: 100% 100%;        /* Opera 9.5 */
	-webkit-background-size: 100% 100%;   /* Safari 3.0 */
	background-size: 100% 100%;           /* Gecko 2.0 (Firefox 4.0) > CSS3 */ 
	height: 600px;
    position: relative;
    width: 100%;
    z-index: 1;
    background-size: cover;
}

#homeClient #gestion,
#homeClient #create,
#homeClient #stats{
	float:left;
	border: 0px solid blue;
	margin: auto;
	padding: 30px 0%;
    width: 33%;
	text-align:center;
}

#homeClient #gestion img,
#homeClient #create img,
#homeClient #stats img{
	width:50%;
	display: block;
	margin:0 auto;
}

#homeFooter{
    position: relative;
    width: 100%;
    z-index: 1;
    background-size: cover;
}

#homeFooter #coulage,
#homeFooter #resume{
	float:left;
	border: 0px solid blue;
	margin: auto;
	padding: 30px 2%;
    width: 29%;
	text-align:center;
}

#homeFooter #coulage{
	margin-left: 16%;
}
#homeFooter #resume{
	margin-right: 16%;
}

#homeFooter #coulage img,
#homeFooter #resume img{
	width: 25%;
	display: block;
	margin:0 auto;
}

.nav > li > a{
	color: #fff;
	font-weight:bold;
}

.nav > li > a:hover,
.nav > li > a:focus{
	/*color: #b86c1b;*/
	color: #D40001;
	font-weight:bold;
	background-color:transparent;
}

.dropdown-menu li a .fa
{
	color: #000;
}

#homeClient>div
{
	background: rgba(0,0,0,0.5);
	height: 100%;
}

#homeClient .iconHome
{
	padding: 0.3em 0;
	font-size: 2em;
	color:#000;
	background-color: #fff;
}

#homeClient .iconHome p
{
	padding: 0.5em 0.3em 0 0.3em;
	text-transform: uppercase;
	font-weight: bold;
}

.hero-unit #byVNV{
	float:right;
	text-align:right;
	width:99px;
	height:72px;
}

.nav-list > li > a, .nav-list .nav-header{
	text-shadow: none;
}

.flash-error{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-error p
{
	color:#8a1f11;
}