/* Feuille CSS Les Mamans Lucioles */
/*Style de base */
body{
     margin: 3px 0 ;
	  padding: 0 ;
	  font-family: Calibri, "Calibri Light", Verdana, serif;
	  text-align: center;
	  background-color: #FFF9FF;
}
.global{
	width: 1100px;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
footer{
	width: auto;
	height: 70px;
	font-weight: bolder;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 16px;
	text-align: center;
}
footer a, a:hover{
	color: Black;
}

.entete{
	height: auto;
	background-image: url(../Images/Titre-logoTransp.png);
}

.div1{
background-image: url(../images/luciole1+1claire2.jpg);
 background-position: center;
 background-repeat: no-repeat;
 font-size: 20px;
 font-weight: bold;
 color: Black;
 margin-left: 20px;
 margin-right: 20px;
}
.div1 a{
	color: #EE8300;
}
.div1 a:hover{
	color: #AB00AC;
}

.div2{
	border: thick;
	border-color: #914684;
	margin-left: 20px;
 	margin-right: 20px;
}

.div3{
 font-size: 20px;
 font-weight: bold;
 font-style: italic;
 color: #5F0060;
 margin-left: 20px;
 margin-right: 20px;
}

p{
	text-align: left;
	margin-left: 20px;
}

img{
	width: auto;
	height: auto;
	text-align: center;
}

h1{
	font-size: 26px;
	color: #914684;
}
h2{
	font-size: 22px;
}

h2 span{
	color: dodgerblue;
	cursor: pointer;
}

#map{
	margin: auto;
	width: 60vw;
	height: 60vh;
}
#map span{
	color: grey;
	font-style: italic;
}

#map img.map-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}