body {
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  background:none transparent;
  margin: 0;
  padding: 0;

}

#wrapper {

  display: none;
  z-index:1;
  position: absolute;
  padding: 1%;
  left: 5%;
  grid-gap: 1%;
  display: grid;
  height: 90%;
  width: 38%;
  margin:0;
  overflow-x:hidden;
  grid-template: [header-left] "top top" 0.5fr [header-right]
                [nav-left]   "nav main" 8fr  [contenu-right]
                [actu-left]   "nave main" 0.3fr  [contenu2-right]
                  / 1fr 4fr;
}

#backcarte {
  position: fixed;
  height: 100%;
  width:100%;
  z-index: -1;
  position: absolute;
}



#titre {
  padding:3%;
  background-color: white;
  grid-area : top ;
}


.cleft {
}


#lecteur {
  height: auto;
  background-color: white;
  grid-area: nave;
}


.centre {
  grid-area : main
  ;background-color: white;}


h1 {
  font-size: 42px;
  text-align: center;
}

h2 {
  font-size: 32px;
  text-align:left;
}

p {
}

.gras {
  font-weight: bolder;
}


#logo {
  padding: 1%;
  position:absolute;
  z-index: 1;
  align: right;

  width: 10%;
  right: 0;
  top: 0px;
}
