body {
    font-family: Avenir;
    background-color: white;
}

.nav {
padding-bottom: 0px;
}

.nav li {
  color: #5a5a5a;
  font-size: 11px;
  font-weight: bold;
  padding: 14px 10px;
  text-transform: uppercase;
  display: inline;
}

.pull-right {
margin-right:-20px;
}

.jumbotron {
  background-image:url('../images/IMG_2240.jpg');
  height: 1000px;
}

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

.jumbotron h1 {
  color: #fff;
  font-size: 48px;  
  font-weight: bold;
}

.jumbotron p {
  font-size: 20px;
  color: #fff;
}

.learn-more {
    background-color: white;
}

.learn-more .container {
    margin:auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background-color: white;

}

.learn-more h3 {
  font-size: 18px;
  font-weight: bold;
}

.learn-more p {
padding-bottom: 10px;
}

.centrage {
    text-align: center;
    margin-top:20px;
}

.bouton{
  color: #fff;
  background-color: #0066FF;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 3px;
  text-align: center;
  vertical-align: center;
}

a:hover {
    color:darkorange;
    text-decoration:none;
}

.title{
  background-color: #E6E6E6;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer{
margin-top: -50px;
}