body{
  background-size:100%;
  background-repeat:no-repeat;
  
}


#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
	
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;

}

#header img {
display:inline-block;
vertical-align:top;
margin-left:auto;
width:100%;
}



 #googlemaps { 
   
  height: 90%; 
  width: 100%; 
  position:absolute; 
  top: 0; 
  left: 0; 
  z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
  padding-bottom:0px;
}

#adresse {
position: relative;
 
z-index: 1; /* The z-index should be higher than Google Maps */
 
width: 500px;
 
margin: 60px auto 0;
 
padding: 10px;
 
background: white;
 
height: auto;
 
opacity: 0.7; /* Set the opacity for a slightly transparent Google Form */
 
color: #ADADAD;

font-size:20px;
 
}

#navbarre {
position:relative;
margin-top:0
}

#navbarreContact {
position:relative;
margin-top:-3.45%;
}



#footer img{
position:fixed;
width:100%; 
bottom:0px;
}


#footerContact img {

width:100%;
margin-top:-1.5%

}
  
  
