

body{
	font-family: 'Raleway', Verdana;   /* 20/12/16 */
}

.fallback-bg{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	max-width:inherit;
 	min-width:100%; 
 	min-height:100%; 
	z-index:0
}

.html2 { 
	  margin:0; 
	  padding:0; 
	  background: url("../img/Chevron.jpg") no-repeat center center fixed;  
	  -webkit-background-size: cover; 
	  -moz-background-size: cover; 
	  -o-background-size: cover; 
	  background-size: cover; 
}

.container{
	width: 500px;
	height: 200px;
/* 	background-color: white; */
	z-index:10
}

.titre, .titre:hover{
	position: relative;
	text-decoration: none;
	color:#777;	
	left:2%; /* 10%; */
	height: auto;
}

.espacelettre{
	letter-spacing: 0.03em;
}
.espacelettre2{
	letter-spacing: 0.05em;
	font-size: 120%;
}
.email, .email:hover, .email:visited{
	font-style: italic;
/* 	text-decoration: none; */
	color: #9e0f0f;
}
.retourL{
	position: relative;
	top:40px;
}
.fond{
	width: 100%;
	height: auto;
}

.petittxt{
	font-size:0.25em; /* 	 12px; */ 
    font-weight: normal;
}
.majuscule{
	text-transform: uppercase;
}

.droite{
	position: relative;
	float: right;
	padding-right: 50px;
	padding-top: 20px;
	text-align: right;
}
.retrait{
	position: relative;
	left:8%;
}
.logo{
	position: relative;
	top:10px;
	width: 250px;
	height: auto;
}

.rouge{
	color: #9e0f0f;
}
#bg {
    /* background-color: #fff; */
/*     background-image: url('image/fond2.jpg'); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 80%;/*  auto; */
}

#bg p {
    position: absolute;
    padding-left: 20px;
    background-color: rgba(205,255,155,0.6);
    background-color: rgba(255,255,255,0.6);
    width: 92%;
    max-width: 92%;
    top: 25%;
    left: 3%;
	/* height:35%; */
	border-top: #ddd solid 2px;
	border-left: #ddd solid 2px;
	border-right: #eee solid 2px;
	border-bottom: #eee solid 2px;
    color: #333;
    font-size: 300%;
    font-weight: bold;

}


.retraitcarte{
	position: relative;
	left: 40%;  /*40 */
	top:-20px; /*90*/
}
#googleMap {
	width: 48%;  /*40 */
	/* height: 25%;/*  300px; */ */
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}  


