html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
/*margin-bottom: 10px; */
  margin-bottom: 10px;
	background-color: #EDE4E4;
}

.nav a {
  color: #5a5a5a;
  font-size: 15px;
  font-weight: bold;
  padding: 11px 10px;
  text-transform: lowercase;
}

.nav li {
  display: inline;
}

.nav {
  margin-top: 10px;
}

.jumbotron {
  background-image:url('images/wh.png');
	/* height: 250px;*/
  height: 480px;
  /*background-repeat: no-repeat;*/
	/* cover */
  width: 1310px;
  background-size: auto;
}

.jumbotron .container {
  position: relative;
  top:100px;
}

.jumbotron h1 {
  color: #fff;
  font-size: 80px;  
  font-family: sans-serif;
  font-weight: bold;
  left:500px;
}
 /* height of "www.softpsy.ch"*/
.jumbotron p {
  font-size: 50px;
  color: #fff;
}

.supporting h1 {
  font-weight: bold;
}

.footer {
  
  position: absolute;
	/* bottom 10 */	
  bottom: 5;
  width: 100%;
  /* Set the fixed height of the footer here */
	/* height 70 */	
  height: 70px;
  background-color: #EDE4E4;

/* "votre espace" */	
}

.footer .container {
  padding-top: 20px;
  

}




.footer h3 {
  font-family: sans-serif;
  font-size: 20px;
  text-transform: lowercase;
  font-weight: bold;
  color: black;
	
}




.footer h4 {
  font-family: sans-serif;
  font-size: 20px;
  text-transform: lowercase;
  font-weight: bold;
	color: black;
 

	
}
 

	
}

.footer h5 {
  font-family: sans-serif;
  font-size: 30px;
  text-transform: lowercase;
  font-weight: bold;
  color: black;
 

	
}



