html, body, .container-fluid {	
  width:100%; 
  height:100%; 
  margin:0; 
  padding:0;
}
body {
  background: #000;
  font-family:Arial,Helvetica,"sans-serif";
}
#map {
  z-index: 1;
  width:75%;
  position:fixed;
  height:100%;
  margin-left: 25%;
  top :0px;
  bottom:0
}
#hover{
 position:relative !important;
 z-index:3 !important;
 background:#555;
 height:100%;
}

.wrapper{
  position:relative !important;
  z-index:6 !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.jumbotitle{
  color:#fff;
  font-family:'Amarante', cursive;
  text-align:center; 
  -webkit-border-radius: 7px;
  -o-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding:1.5em;
 }

.jumbotitle h1{
  font-size:7em;
  padding:1em;
  padding-bottom:0.2em;
  margin:0.3em;
}


.section{
  display: -webkit-flex;
  display: flex;
}
.side{
  width:25%;
  background:#ccc;
  padding-bottom:30em;
  padding-top:20em;
}

.step {
  margin-bottom: 150px;
  font-family: "TiemposTextWeb-Regular","Georgia";
  font-size: 16px;
  line-height: 23px;
  color: #767678;
  margin-left:1em;
  padding-right:1em;
  width:80%;
}

.step h1 {
  font-family: Arial,Helvetica,"sans-serif";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #fff;
  line-height: 1.2em;
}

.btn{
  background-color:#18391E;
  color:#fff;
  text-algin:center;
  padding-left:1.5em;
  padding-right:1.5em;
  padding-top:0.5em;
  padding-bottom:0.5em;
  -webkit-border-radius: 3px;
  -o-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 3px 3px 1px #aaa; 
  -moz-box-shadow: 3px 3px 1px #aaa; 
  -o-box-shadow: 3px 3px 1px #aaa; 
  -webkit-box-shadow:3px 3px 1px #aaa; 
  text-decoration:none;

}
.btn:hover{
  background-color:#fff;
  color:#18391E;
  text-decoration:none;
}
a{
 color:#18391E;
 text-decoration: underline;
}


a:hover{
  text-decoration:none;  
  cursor:pointer;
}

#moyenage{
  background: url('./icono/NotreDame.jpg') no-repeat center fixed;
}


#haussmann{
  background:url('./icono/haussmann.jpg') no-repeat center fixed;
}

#guimard{
  background:url('./icono/guimard.jpg') no-repeat center fixed;
}

#niemener{
  background:url('./icono/siegedupc.jpg') no-repeat center fixed;
 
}


#annees80{
  background:url('./icono/laviletteB.jpg') no-repeat center center fixed;
}
