/* LEGENDE */
.leaflet-popup-content {
  margin: 13px 19px;
  font-family: Montserrat;
  line-height: 1.4;
  }	

.info { 
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}
.legend {
	text-align: left;

	line-height: 18px;
	color: #555;
}
.legend i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}

/* MENU DROIT */
.menu-logo {
	background-color: #FFFFFF;
}
.menu-logo li img {
	padding-left : 10px;
	width : auto;
	height : auto;
	Cursor: Pointer;
}
.right-off-canvas-menu {
	width: 220px;
}

/* MENU GAUCHE */
.left-off-canvas-menu {
	width: 270px;
}
ul.off-canvas-list {
  margin-top: 20px;
  font-size: 15px;
  font-family: Montserrat;
  font-style: regular;
  padding-left : 5px;
  color: #FFFFFF;
}
.accordion {
  padding: 0.5rem 1rem 0.5rem 0.4rem;
  cursor: pointer;
}
.accordion:hover {
  background-color: #404040;
}
.category-panel {
  border-bottom: 1px solid white;
  
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
.accordion:after {
    display: block;
    position: relative;
    height: 0px;
    right: 5px;
    content: '^';
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* BARRE DE TITRE */
.left-small {
	width: auto;
}
.right-small {
	width: auto;
}
.tab-bar .middle {
	width: auto;
}
.tab-bar .middle .title {
	font-size: 1.8vw;
}
.middle .tab-bar-section .img {
	width : 200px;
	height : 40px;
}

/* Diaporama */
.rslides {
  list-style: none;
  overflow: hidden;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  width: 320px;
  max-height: 250px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  }

.rslides img {
  max-width: 300px !important;
  max-height: 250px;
  margin: auto;
  }


.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }