/* CSS Document */
body {
	background-color: #212121!important;
	color: #000000;
	font-family: 'Open Sans', sans-serif; 
	font-size:14px;
	margin:0; 
	overflow:hidden; 
	padding:0; 
}
h2 {
	 color: #a67213;
	 font-size:17px;
}
h3 {
	 font-size:15px;
	 font-weight:normal;
}
p {
	font-size:12px;
	margin:0 0 30px 0;
} 
a { 
	color:#e41d4b;
}
img {
	display: block;
  height: auto;
	margin: 0 auto;
	max-width: 100%; 
}
.main {
	height:100vh; 
	padding:15px; 
	position:relative; 
	text-align:center;
}
.bloc {
	text-align: center;
}
.leaflet-container {
		background-color:#000;
}
#map {
	height: 570px;
	width: 1140px;
	z-index:10;
}
.leaflet-top {
  display: none;
}
.leaflet-left {
		left:30px;
}
.leaflet-bar {
	border:none!important;
	box-shadow: 0 1px 5px rgba(0,0,0,0.65)!important;
}
.leaflet-bar a, .leaflet-bar a:hover {
	display:inline-block;
	height:36px!important;
	line-height:32px!important;
	width:36px!important;
}
.leaflet-top .leaflet-control {
	display:table;
	float:none;
	margin:20px auto;
}
.leaflet-top.leaflet-right .leaflet-control {
	margin:0;
}
.leaflet-top .leaflet-control.info {
	border-top: 1px dashed #e5e6e6;
	text-align: left;
	margin: 0 15px;
	height: 140px;
	width: calc(100% - 30px);
}
.leaflet-top .leaflet-control.info h3 {
	font-size: 14px;
	margin: 10px 0 0;
	text-transform: uppercase;
}
.leaflet-top .leaflet-control.info h4 {
	color: #115b90;
	font-size: 16px;
	font-weight: 800;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.leaflet-bar a:first-child {
	border-bottom:0;			
	border-radius: 4px 0 0 4px;
	border-right:1px solid #ccc;
	margin-right: 37px;
}
.leaflet-top .zoominit a {
	border-right:1px solid #ccc;
}
.leaflet-bar a:last-child {
	border-right:none;
	border-radius: 0 4px 4px 0;
	margin-left: 37px;
}
.leaflet-top .zoominit {
	left: 69px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
}
.leaflet-top .zoominit a {
	background-color: #fff;
	color: black;
	cursor: pointer;
	display: inline-block;
	font:bold 12px 'Lucida Console', Monaco, monospace;
	height: 36px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	width: 36px;
}
.leaflet-top .zoominit a:hover {
	background-color: #f4f4f4;
}
.leaflet-top .zoominit #daySet {
	display: none;
}
/*.leaflet-popup {
	transform: translate(-50%,50%)!important;
	bottom: -50vh!important;
	left: 50vw!important;
}*/
.leaflet-popup h2 {
	text-transform: uppercase;
}
.leaflet-container a.leaflet-popup-close-button {
	color:#a67213;
}
.leaflet-popup-content {
	max-width: calc(100vw - 50px)!important;
	width: 330px!important;
}
.leaflet-popup-content ul {
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0;
}
.leaflet-popup-content li {
	background: url(../images/puce.png) no-repeat left 7px;
	margin: 0;
	padding: 0 10px 0 15px;
}
.leaflet-popup-content a {
	white-space: nowrap;
}
.leaflet-popup-tip-container {
	display: none;
}
.leaflet-popup-scrolled {
	border: none;
}
.leaflet-popup-scrolled h2 {
	margin-top: 0;
}

footer {
	padding-top: 1px;
	text-align: center;
}
footer ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0 0 0 2px;
	text-align: left;
}
footer ul li {
	display: inline-table;
	font-size: 9pt;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	width: 200px;
}
footer ul li a {
	color: #000;
	text-decoration: none;
}
footer ul li ul {
	display: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
footer ul li ul li {
	background: url(../images/puce.png) no-repeat left 7px;
	display: block;
	font-weight: normal;
	padding: 0 10px 0 15px;
	width: 185px;
}

footer #block-menu-menu-footer {
	display: inline-block;
	vertical-align: top;
}
footer #logo-footer {
	display:none;
	vertical-align: top;
}

#logo-footer img {
	height:auto;
	padding: 10px 0 0 10px;
	position: relative;
	width:70px;
	z-index: 25;
}

@media screen and (max-width: 991px) and (orientation:portrait) {

	.slogan {
		display: none;
	}

	#map {
		height: calc(100vh - 0px);
    width: 100%;
	}  
  
	.leaflet-top {
		display: none;
	}

	.leaflet-popup-content a {
		font-size: 11px;
		padding: 5px 10px!important;
	}

	footer {
		display: none;
	}

}

@media screen and (max-width: 991px) and (orientation:landscape) {

	.header {
		height: 0;
	}
	.logo img {
		display: none;
	}
	.slogan {
		display: none;
	}

	#map {
		height: calc(100vh - 0px);
    width: 100%;
	}

	.leaflet-top {
		display: none;
	}

	.leaflet-top .leaflet-control.info {
		display: none;
	}

	footer {
		display: none;
	}

}
