#site
{
    width: 94%;
	max-width: 1000px;	
	margin-left: 3%;
	margin-right: 3%;

    font-family: 'Calibri';
	font-size: 42px;
	color: white;
	font-weight: 400;	
	/*background: linear-gradient(45deg, #FA1B79, #EC640C);*/
	background: linear-gradient(35deg, #FA4Bb9, #EC640C);
}
#image
{
	display: flex;
	justify-content: center;
	margin-left: 3%;
	margin-right: 3%;
}
.affiche
{
	width: 94%;	
	max-width : 94%;
	height : auto;
}
#options
{
	padding-top: 40px;
    width: 100%;
	max-width: 1000px;
	margin: 3px;
}
#carte 
{
	height: 1800px;
	width: 100%;
	max-width: 1000px;
}

.option_0
{	/* les trois options et le texte de présentation */
	margin-left: 3%;
	margin-right: 3%;	
	text-align: justify;
	position: relative;
}

.option_0bis
{	/*  */
	text-align: left;
	position: relative;
	color: rgb(100,7,50); /*rgb(190, 7, 65);*/
	/*font-family: 'Verdana';*/
	font-family: 'Roboto';
	font-size: 48px;
	font-weight: 500;
}

.option
{	/* le cadre de chacune des trois options et le titre des annonces légales */
    width: 80%;
	left: 15%;
	padding: 10px;
	position: relative;	
	display: inline-block;
}

.titreOption
{	/* le texte des trois options de stationnement */
	background-color: transparent;
	border: 2px solid #AAAAAA;
	padding: 20px;	
/*	border-bottom-style: groove;*/
	border-radius: 20px;
}

.triangle
{
/*	font-family: 'Wingdings 3'*/
	width: 26px;	
	max-width : 26px;
	height : auto;
}

.listeParc
{	/* le cadre des listes des parcs */
	visibility:collapse;
	display: none; 
	vertical-align: middle;
	padding-left: 20px;	
	padding-top: 20px;	 
	background: transparent;
}

.listeNomParc
{		/* le nom des parcs dans les listes */
   	font-size: 54px;
	color: rgb(100,7,50); /*rgb(190, 7, 65);*/
	font-weight: 500; 
	text-align: left;	
	padding-top: 40px;	
}

.popupCT .leaflet-popup-content-wrapper
{	/* fond cartel*/
  	background: linear-gradient(135deg, #FA1B79, #EC640C);
	max-width: 'auto';
	border-radius: 20px;
	width:700px;
}

/* dans les cartels 460px*/
.nomParc
{
   	font-size: 52px;
	color: rgb(100,7,50); /*rgb(190, 7, 65);*/
	font-weight: 500; 
	text-align: center;	
}
.itineraireParc
{
   	font-size: 52px;
	color:rgb(190, 7, 65);
	font-weight: 400; 
	text-align: right;	
}
.detailParc
{
	visibility:collapse;
	display: none;  	
   	font-size: 48px;
	color:white;	   
	font-weight: 300;
	padding-top: 30px;
}
/*
.detailParc
{
	visibility:collapse;
	display: none;  	
   	font-size: 38px;
	font-weight: 300; 
	/ *  line-height:24px;* /
	color: #333333;
	background-color: #e8e8e8;
	width:700px;
}
*/
/* css to customize Leaflet default styles  * /
.popupCustom .leaflet-popup-tip,
.popupCustom .leaflet-popup-content-wrapper
{
    background: #40FF40;
    color: #234c5e;
	height: 440px;
    width: 400;	

}
*/

/*
.custom-popup .leaflet-popup-content-wrapper
{	/ * fond général * /
  background:#40FF40;
  color:#fff;
  font-size:16px;
  line-height:24px;
    width:500px;
  height:500px;
  max-width: 'auto';
  }
.custom-popup .leaflet-popup-content-wrapper a
{	/ * ? * /
  color:rgba(255,255,255,0.5);
      width:500px;
  height:500px;
  max-height: 510px;
    max-width: 'auto';
  }
  .custom-popup .leaflet-popup-content
{	/ * ? * /
  color:rgba(255,255,0,0.5);
      width:500px;
  height:500px;
  max-width: 'auto';
  max-height: 510px;
  display:inline-block;
  }
.custom-popup .leaflet-popup-tip-container
{	/ * ? * /
  width:30px;
  height:15px;
    color:rgba(255,0,255);
  }
.custom-popup .leaflet-popup-tip
{	/ *  ?* /
  border-left:15px solid transparent;
  border-right:15px solid transparent;
  border-top:15px solid #ff4040;
  }
  */
/*
.custom-popup .leaflet-popup-pane
{	/* le panneau en haut à gauche * /
  background:#40FFff;
  color:#fff;
  font-size:16px;
  line-height:24px;
    width:400px;
  height:500px;
  }
*/