.container-fluid{
	
	position: fixed;
    width: 100%;
	height: 100%;
}
.row{
    height: 100%;
}

.col-lg-9{
	padding:3em 3em;
background-image:url("../img/fond.jpg") ;
	background-repeat: no-repeat;
    background-position: center center;
 
	background-size:cover;
	box-shadow:inset 0 0 0 2000px rgba(0, 0, 0, 0.9);	
}

.home-page-logo img{
	width:20rem;
	padding-bottom:3em;	
}
.jere{
	height:100px;
	padding-right:15px;
	
}

.col-lg-9 h1{
font-family: 'Dosis', sans-serif;
text-transform: uppercase;
font-weight: 500;
width: 100%;
letter-spacing: .08em;
font-size: 3.5rem;
line-height: 1.08;
margin-top: .55em;
margin-bottom: .51em;
color: white;
}

.col-lg-9 h2{
	margin: 5rem 0 0.1rem 0;
	color: white;
	font-size: 1.5rem;
}

.col-lg-9 p{
color: white;
font-weight: 300;
line-height: 1.55;
margin: 0 0 .8em;
font-size: 20px;
letter-spacing: 10px;
text-transform: uppercase;
}
footer{
	
	 bottom: 55px;
    position: fixed;
	color:rgba(255, 255, 255, 0.5);	
}
.col-sm-3{
	margin:0;
	padding:0;
background-image:url("../img/fond2.jpg") ;	
background-repeat: no-repeat;
	background-position: center center;
	/* background-size: 100% auto;*/
	background-size:cover;
	box-shadow:inset 0 0 0 2000px rgba(246, 68, 0, 0.75);
}









.info_r {
	padding:0px 30px; 
	padding-top:2rem;
		
}

.info_r h2{
		color:white;
		
}
.info_r p{
	color:white;
	font-size:1.2rem;
	font-weight:bold;
	font-style:italic;

	
	
}

.footer_r{
	padding-top:2rem;
	margin:0;
	background-color:rgba(246, 68, 0);    
	position: fixed;
    bottom: 0; height:40%;
	text-align:left;
	width:100%

	}

.footer_r h2{
	color:white;
	padding-left:50px;
	font-size:1.5rem;
	}
	
.footer_r p{
	background-color:white;
	color:rgba(246, 68, 0);
	margin-left:50px;
	padding-left:10px;
	font-size:2rem;
	font-style:italic;
	}
	
.footer_r a{

color:rgba(246, 68, 0);

	
}

   