
html{
		position: relative;
		min-height: 100%;
		height : 100%;
}


body { 
	min-height: 100%;
	height : 100%;
    background-color:#eee;
	margin-bottom: 60px;
}

#logo_pdca{
	width:100%;
}

.container-fluid{
	background:white;
}

.row{
	padding-right : 10px;
	padding-left : 10px;
}

.container_1{
	background: url('images/image_entreprise.jpg') no-repeat center fixed; 
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
	background-size: cover; /* version standardisée */
	padding-bottom : 0;
	min-height : 40%;
}
.container_2{
	min-height : 60%;
	padding-bottom:50px;

}

.page-header h1{
	color :white;
	text-shadow:0 1px 0 #eee,
             0 2px 0 #e5e5e5,
             -1px 3px 0 #C8C8C8,
             -1px 4px 0 #C1C1C1,
             -2px 5px 0 #B9B9B9,
             -2px 6px 0 #B2B2B2,
             -2px 7px 2px rgba(0,0,0, 0.6),
             -2px 7px 8px rgba(0,0,0, 0.2),
             -2px 7px 45px rgba(0,0,0, 0.4);
	line-height : 1em;
}
.page-header h1 span{
	font-size:2.5em;
}
.navbar-nav a:hover{
	background:rgba(190,190,190,0.1) !important;
}

aside{
	background : rgba(150,150,150,1);
	color : rgba(220,220,220,1);
	padding-bottom : 10px;
}

.footer .container-fluid{
	background-color : rgba(100,100,100,1);
	padding-top : 10px;
	padding-bottom : 10px;

}

.footer a{
	color: rgba(240,240,180,1);
	text-decoration : underline;
}


@media (max-width: 991px) { /* Les lignes suivantes permettent de readapter la barre de menu quand l'écran est inferieur a 992px */
.navbar-header {
float: none;
}
.navbar-toggle {
display: block;
height:100px;
width:100px;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 50px !important;
padding-bottom: 50px !important;
font-size:3em;
/*padding-top: 10px;
padding-bottom: 10px;*/
}
.navbar-text {
float: none;
margin: 15px 0;
}
/* cette classe est à ajouter lorsque que vous utilisez une version de Bootstap supérieure ou égale à la 3.1.0 */
.navbar-collapse.collapse.in { 
display: block!important;
}
.collapsing {
overflow: hidden!important;
}

.container_1{
	min-height:30%;
	padding-right:0px;
	padding-left:0px;
}
.container_1 .page-header{
	margin-top : 0px !important;

}
.container_1 .page-header h1 span{
font-size:1.8em;
}

.container_2{
	min-height:70%;
}
}

/*On readapte la taille de la police et les marges du titre quand l'ecran est tt petit*/
@media (max-width: 767px) {
	.container_1 .page-header h1{
		padding:0 !important;
		margin:0 !important;
	}
	.container_1 .page-header h1 span{
		font-size:1em;
		line-height : 0;

	}	
}