 /* Global =============================================== */

html {
	margin: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-color: #EBEBEB;
}
body {
	margin:0;
}
input.addsubmit, input.connexionsubmit, input.oublisubmit, input.inscriptionsubmit {
	cursor: pointer;
}


/* Topo.php =============================================== */

/* Topo.php, liste secteurs */

div.secteurs {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

/* Topo.php, liste passages */

div.descriptiontext {
	text-align: justify;
	margin-bottom: 30px;
}

/* Topo.php, un bloc */

div.titrebloc {
	margin-bottom: 20px;
}
div.topodessous {
	clear: both; /* because there is floats above */
	width: 100%;
}
span.section {
	font-weight: bold;
	background-color: #D3D3D3;
	border-radius: 7px 7px 7px 7px;
	padding: 2px 5px 2px 5px;
	line-height: 24px;
}
 .container-overflow {
	 margin: 15px 0 15px 0;
 }
 .section-overflow {
	 margin-left: 20px;
 }
 div.conteneur_com {
	 line-height: 20px;
 }
div.commentaire, div.comvideo {
	 width: 100%;
}
div.commentaire {
	background-color: #F2F2F2;
	color: #303030;
	border: 1px solid #D5D5D5;
	padding: 8px 8px 8px 8px;
	border-radius: 8px;
}
div.inner_commentaire {
	display: inline-block;
	background-color: #DFDFDF;
	padding: 1px 7px 1px 7px;
	border-radius: 8px;
	margin-right: 10px;
}
div.reponse_com {
	background-color: #F2F2F2;
	color: #303030;
	padding: 7px 10px 7px 10px;
	border-radius: 0 0 8px 8px;
	width: 95%;
	margin-left: 5%;
}
span.reponse_date{
	color: grey;
	font-size: 10px;
	margin-right: 10px;
}
div.comvideo {
	background-color: #FFE5CF;
	color: #303030;
	border: 1px solid #FFBB82;
	padding: 8px 8px 8px 8px;
	border-radius: 8px;
}
 div.inner_comvideo {
	 display: inline-block;
	 background-color: #FFBB82;
	 padding: 1px 7px 1px 7px;
	 border-radius: 5px;
	 margin: 0 10px 0 10px;
 }
 div.pcomvideo {
	 background-color: #FFCDCD;
	 color: #303030;
	 padding: 7px 7px 7px 7px;
	 border-radius: 5px;
	 margin: 10px 10px 10px 10px;
 }
 a.link_repondre {
	 color: #337ab7;
	 text-decoration: none;
	 font-size: 11px;
	 line-height: 22px;
 }

 a.link_repondre:hover, a.link_repondre:focus {
	 color: #23527c;
	 text-decoration: underline;
 }

 .link_repondre:before {
	 position:relative;
	 top:1px;
	 display:inline-block;
	 font-family:"Glyphicons Halflings";
	 font-style:normal;
	 font-weight:400;
	 color: #337ab7;
	 line-height:1;
	 padding-right: 5px;
	 -webkit-font-smoothing:antialiased;
	 -moz-osx-font-smoothing:grayscale;
	 -webkit-transform: scaleY(-1);
	 transform: scaleY(-1);
	 content: "\e095";
 }
 .ajoutcom {
	 display: block;
	 padding: 7px 10px 7px 10px;
	 width: 95%;
 }
input.addsubmit {
	height: 35px;
	text-align: center;
	background-color: #4878BF;
	color: #E7E7E7;
	border: 1px solid #3B62A1;
	border-radius: 3px;
}
input.deletesubmit {
	height: 35px;
	text-align: center;
	background-color: #FF8D66;
	color: #FFFFFF;
	border: 1px solid #FF7343;
	border-radius: 3px;
}

/* Elements particuliers =============================================== */

h3 {
	color: #333;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	color: black;
}
a.b {
	color: #337ab7;
	text-decoration: none;
}
a.b:hover, a.b:focus {
	color: #23527c;
	text-decoration: underline;
}
a.bp {
	font-size: 18px;
	color: #337ab7;
	text-decoration: none;
	line-height: 1.8;
}
a.bp:hover, a.b:focus {
	color: #23527c;
	text-decoration: underline;
}
a.c {
	color: white;
}
td.t {
	vertical-align: top;
}
option.classicoption {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}


/* Multicolor bar =============================================== */

.multicolor-bar {
	margin: 10px;
}
.multicolor-bar .values .value {
	float: left;
	text-align: center;
}
.bar_thick {
	text-align: center;
	font-size: 12px;
	padding-top: 7px;
}
.multicolor-bar .scale .graduation {
	float: left;
	text-align: center;
}
.multicolor-bar .bars .bar {
	float: left;
	height: 10px;
}
.multicolor-bar .bars .bar_thick {
	float: left;
	height: 28px;
}
.multicolor-bar .bars div.bar:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.multicolor-bar .bars div.bar:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.multicolor-bar .bars div.bar_thick:first-of-type {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.multicolor-bar .bars div.bar_thick:last-of-type {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.multicolor-bar .legends {
	text-align: center;
}
.multicolor-bar .legends .legend {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
}
.multicolor-bar .legends .legend .dot {
	font-size: 25px;
	vertical-align: middle;
}
.multicolor-bar .legends .legend .label {
	margin-left: 2px;
	vertical-align: middle;
}


/* Multicolor bar distribution des évaluations =============================================== */

.multicolor-bar-distrib {
	margin: 10px;
	width: 90%;
}
.multicolor-bar-distrib .values .value {
	float: left;
	white-space: nowrap;
	width: 100%;
	height: 13px;
	text-align: center;
}
.multicolor-bar-distrib .bars .bar {
	float: left;
	width: 100%;
	height: 13px;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	border-left: 1px solid white;
}
.multicolor-bar-distrib .bars div.bar:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left: none;
}
.multicolor-bar-distrib .bars div.bar:last-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.mbd-small {
	padding-top: 0;
	margin: 0;
	width: 100%;
}


/* userconnexion.php / userinscription.php =============================================== */

div.connexiontitle {
	font-size: 22px;
	text-align: center;
	padding-bottom: 20px;
}
input.connexioninput {
	width: 170px;
	height: 25px;
}
input.oubliinput {
	width: 100%;
	height: 25px;
}
input.connexionsubmit {
	width: 110px;
	height: 35px;
	text-align: center;
	background-color: #4878BF;
	color: #E7E7E7;
	border: 1px solid #3B62A1;
	border-radius: 3px;
}
input.inscriptionsubmit {
	width: 110px;
	height: 35px;
	text-align: center;
	background-color: #76C67A;
	color: #F8F8F8;
	border: 1px solid #38903C;
	border-radius: 3px;
}
input.oublisubmit {
	width: 150px;
	height: 35px;
	text-align: center;
	background-color: #4878BF;
	color: #E7E7E7;
	border: 1px solid #3B62A1;
	border-radius: 3px;
}
select.naselect {
	width: 170px;
	height: 25px;
}


/* addbloc.php =============================================== */

div.addbox {
	width: 450px;
	margin: auto;
	border: 2px solid #D5D5D5;
	background-color: #F2F2F2;
	border-radius: 10px;
	padding: 20px 20px 20px 20px;
	margin-bottom: 10px;
}


/* Carousel =============================================== */

* {box-sizing:border-box}
.slideshow-container { /* Slideshow container */
	position: relative;
	margin: auto;
}
.mySlides { /* Hide the images by default */
	display: none;
}
.prev, .next { /* Next & previous buttons */
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.prev {
	left: 0;
}
.next { /* Position the "next button" to the right */
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover { /* On hover, add a black background color with a little bit see-through */
	background-color: rgba(0,0,0,0.8);
}
.text { /* Caption text */
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}
.numbertext { /* Number text (1/3 etc) */
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.imgdot { /* The dots/bullets/indicators */
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .imgdot:hover {
	background-color: #717171;
}
.fade { /* Fading animation */
	animation-name: fade;
	animation-duration: 1.5s;
}
@keyframes fade {
	from {opacity: .4}
	to {opacity: 1}
}
.bloc {
	color: #337ab7;
	text-decoration: none;
}
.bloc:hover, .bloc:focus {
	color: #23527c;
	text-decoration: underline;
}


/* DevPanel =============================================== */

div.out_entree {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
div.entree {
	margin: 0;
	display: inline-block;
	padding: 7px 7px 7px 7px;
	border-radius: 5px;
}
div.entree_attente {
	background-color: #F2F2F2;
	border: 2px solid #BFBFBF;
	color: #303030;
}
div.entree_valide {
	background-color: #FCFCFC;
	border: 1px solid #D1D1D1;
	color: #B4B4B4;
}
div.entree_refuse {
	background-color: #FEF5F2;
	border: 1px solid #E9C2C2;
	color: #E9C2C2;
}
div.dev_buttons {
	font-size: 22px;
	display: inline-block;
	vertical-align: top;
}
span.ok_button {
	color: #27CA20;
}
span.ok_button:hover {
	color: #56E550;
}
span.remove_button {
	color: #F28446;
}
span.remove_button:hover {
	color: #F6A97D;
}
span.ban_button {
	color: #F9D32C;
}
span.ban_button:hover {
	color: #F7E182;
}
span.grey_button {
	color: #CFCFCF;
}
div.entree_normal {
	background-color: #FCFCFC;
	border: 1px solid #D1D1D1;
	color: #7C7C7C;
}
td.innert {
	padding-left: 10px;
	vertical-align: middle;
}
td.innert0 {
	background-color: #F9F9F9;
}
td.innert1 {
}
td.innert_me {
	background-color: #D0D0D0;
}
td.innert_bot {
	background-color: #FDE1DD;
}


/* Bar graph */

.barchart-Wrapper {
	display: table;
	margin: 0;
	height: 200px;
	background-color: #F8F8F8;
}
.barChart-Container {
	display: table-cell;
	height: 100%;
}
.barchart {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	border-bottom: 1px solid black;
}
.barchart-Col {
	position: relative;
	vertical-align: bottom;
	display: table-cell;
	height: 100%;
}
.barchart-Col + .barchart-Col {
	border-left: 4px solid transparent;
}
.barchart-Bar {
	position: relative;
	height: 0;
	transition: height 0.5s 2s;
	width: 40px;
	margin: auto;
	color: white;
    display: flex;
    align-items: center;
}
.barchart-Bar:after {
	content: attr(attr-height);
	color: white;
	position: absolute;
	text-align: center;
	width: 100%;
}
.barchart-BarFooter {
	margin-top: 5px;
	position: absolute;
	text-align: center;
	height: 10%;
	width: 100%;
}


/* New grade charts =============================================== */


 /* Bar graph */

 .gradechart-Wrapper {
	 display: table;
	 margin: 0;
	 height: 170px;
	 width: 100%;
	 background-color: transparent;
	 border-bottom: 2px solid #6A6A6A;
 }
 .chart-Wrapper {
	 display: table;
	 margin: 0;
	 height: 130px;
	 width: 70%;
	 background-color: transparent;
	 border-bottom: 2px solid #6A6A6A;
 }
 .gradechart-Container {
	 display: table-cell;
	 height: 100%;
	 width: 100%;
	 padding: 0 2% 0 2%;
 }
 .gradechart {
	 display: table;
	 table-layout: fixed;
	 height: 100%;
	 width: 100%;
 }
 .gradechart-Col {
	 position: relative;
	 vertical-align: bottom;
	 display: table-cell;
	 height: 100%;
 }
 .gradechart-Col + .gradechart-Col {
	 border-left: 4px solid transparent;
 }
 .gradechart-Bar {
	 position: relative;
	 width: 65%;
	 margin: auto;
	 color: white;
	 display: flex;
	 align-items: center;
	 border-radius: 2px 2px 0 0;
 }
 .gradechart-Bar:after {
	 content: attr(attr-height);
	 color: white;
	 position: absolute;
	 text-align: center;
	 width: 100%;
 }
 .gradechart-Col + .average:before {
	 content: "";
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 50%; /* center */
	 width: 2px; /* line thickness */
	 background: rgba(0, 0, 0, 0.3);
	 transform: translateX(-50%);
 }
 .gradechart-BarFooter {
	 margin: 5px 0 0 0;
	 position: absolute;
	 text-align: center;
	 height: 10%;
	 width: 100%;
 }

 /* Bar graph seasons */

 .seasonchart-Wrapper {
	 display: table;
	 width: 30%;
	 height: 80px;
	 background-color: transparent;
	 margin: 50px 0 0 0;
 }
 .seasonchart-Container {
	 display: table-cell;
	 height: 100%;
 }
 .seasonchart {
	 display: table;
	 table-layout: fixed;
	 height: 100%;
	 width: 100%;
	 border-bottom: 1px solid #6A6A6A;
 }
 .seasonchart-Col {
	 position: relative;
	 vertical-align: bottom;
	 display: table-cell;
	 height: 100%;
	 font-size: 12px;
 }
 .seasonchart-Col + .seasonchart-Col {
	 border-left: 4px solid transparent;
 }
 .seasonchart-Bar {
	 position: relative;
	 height: 0;
	 transition: height 0.5s 2s;
	 width: 20px;
	 margin: auto;
	 color: white;
	 display: flex;
	 align-items: center;
	 border-radius: 8px 8px 0 0;
 }
 .seasonchart-Bar:after {
	 content: attr(attr-height);
	 color: white;
	 position: absolute;
	 text-align: center;
	 width: 100%;
 }
 .seasonchart-BarFooter {
	 margin: 5px 0 0 0;
	 position: absolute;
	 text-align: center;
	 height: 10%;
	 width: 100%;
	 transform: rotate(-30deg) translateX(-10px);
 }


/* Autres à trier... =============================================== */

div.user_menu_left {
	width: 200px;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
div.user_menu_center {
	width: 660px;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.user_menu_right {
	width: 200px;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
span.dotbg {
	height: 9px;
	width: 9px;
	border-radius: 50%;
	display: inline-block;
}

div.interieur {
	display:table-cell;
	vertical-align:middle;
	height:30px;
	text-align:center;
	width: 92%;
}
#tags {
	width: 250px;
	height: 22px;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	display: list-item;
	background-color: white;
	list-style: none;
	width: 250px;
}
.ui-menu {
	list-style-type: none;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;
	z-index: 2000;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px 0.4em;
}
.svgtitlemap {
	
}
.svgtitlemap:hover, .svgtitlemap:active {
	color: blue;
}
.svgimgmap {
	
}
.svgimgmap:hover, .svgimgmap:active {
	opacity: 50%;
}
.titlelink:hover, .titlelink:active {
	fill: blue;
}








/* Style mobile header */

.a-icon {}
.a-icon:before {
	position:relative;
	top:1px;
	display:inline-block;
	font-family:"Glyphicons Halflings";
	font-style:normal;
	font-weight:400;
	color: #D1D1D1;
	line-height:1;
	padding-right: 15px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.a-icon-r:before {
	content: "\e003";
}
 .a-icon-map:before {
	 content: "\e062";
 }
.a-icon-sec:before {
	content: "\e012";
}
.a-icon-cr:before {
	content: "\e013";
}
.a-icon-pref:before {
	content: "\e019";
}
.a-icon-add:before {
	content: "\002b";
}
.a-icon-deco:before {
	content: "\e082";
}
.a-icon-co:before {
	content: "\e008";
}

/**
X11 license
* Source : https://github.com/ArmandPhilippot/dropdown-menu-css
*/

.site-header {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0;
  padding: 10px 10px 10px 10px;
  background-color: #333333;
}

.site-branding {
  flex: 1 0 80%;
  max-width: 80%;
  color: #E6E6E6;
}

.site-title {
  margin: 0;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 400;
  word-break: break-all;
  color: #E6E6E6;
  background-color: black;
  padding: 8px 12px 8px 12px;
  border-radius: 12px;
}

.site-header > .top-nav-label {
  flex: 0 0 auto;
}

.main-navigation {
	display: none;
	flex: 1 0 100%;
	width: 100vw;
	height: 0px;
	margin: 0;
	background-color: #333;
}
.main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.3rem;
}

.main-navigation .menu {
  position: relative;
  width: 100%;
}

.main-navigation .menu::before {
  content: "";
  right: 0.625rem;
  position: absolute;
  top: -0.5625rem;
}

.main-navigation .menu::after {
  content: "";
  right: 0.6875rem;
  position: absolute;
  top: -0.4375rem;
}

.main-navigation .menu .menu-item {
	position: relative;
	z-index: 99999;
}

.main-navigation .menu .menu-item a {
  background: #333333;
  color: #e6e6e6;
  display: block;
  padding: 10px 1.618rem;
  text-decoration: none;
}

.main-navigation .menu .menu-item a:hover,
.main-navigation .menu .menu-item a:focus {
  background: #333333;
  color: white;
}

.main-navigation .menu .menu-item a:active {
  background: #333333;
  color: white;
}

/* Hide/Show Main Menu if checkbox unchecked/checked */
.site-header > [type="checkbox"]:checked ~ .main-navigation {
  display: block;
  height: auto;
}

/* Dropdown section label styled like a menu link (replaces <a> to avoid navigation) */
.main-navigation .menu .menu-item-toggle-label {
  background: #333333;
  color: #e6e6e6;
  display: block;
  padding: 10px 1.618rem;
  cursor: pointer;
  font-size: 1rem;
  font-family: inherit;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

.main-navigation .menu-item-toggle-label:hover,
.main-navigation .menu-item-toggle-label:focus {
  background: #333333;
  color: white;
}

/* Keep + button colored when preceded by the toggle label (mirrors a ~ .top-nav-label) */
.main-navigation .menu-item-toggle-label ~ .top-nav-label {
  background: #efefef;
}

/* Sub-menus hidden by default; shown when checkbox is checked */
.main-navigation .menu-item-has-children > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation [type="checkbox"]:checked ~ ul {
  display: block;
}

/* Toggle buttons */
.top-nav-label {
  cursor: pointer;
  display: block;
  font-size: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.top-nav-label .open-close-menu {
  display: block;
  position: absolute;
  z-index: 99999;
}

.top-nav-label .open-close-menu::before,
.top-nav-label .open-close-menu::after {
  border-radius: 0.1875rem;
  content: "";
  display: block;
  position: absolute;
}

/* Hamburger button */
.site-header > .top-nav-label {
  position: relative;
  right: 0;
  top: 0;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 0.1875rem;
}

.site-header > .top-nav-label .open-close-menu { /* Lignes claires de la croix 1/2 */
  background: #E6E6E6;
  border-radius: 0.1875rem;
  height: 0.25rem;
  left: 0.1875rem;
  right: 0.1875rem;
  top: 1.125rem;
  transition: 0.25s ease-in-out 0s;
}

.site-header > .top-nav-label .open-close-menu::before,
.site-header > .top-nav-label .open-close-menu::after { /* lignes claires de la croix 2/2 */
  background-color: #E6E6E6;
  height: 0.25rem;
  left: 0;
  transition-duration: 0.3s, 0.3s;
  width: 100%;
}

.site-header > .top-nav-label .open-close-menu::before {
  top: -0.6875rem;
  transform-origin: top;
}

.site-header > .top-nav-label .open-close-menu::after {
  bottom: -0.6875rem;
  transform-origin: bottom;
}

/* Hamburger animation */
.site-header > [type="checkbox"]:checked ~ .top-nav-label .open-close-menu {
  background: none;
  transition-delay: 0s, 0.3s;
}

.site-header
  > [type="checkbox"]:checked
  ~ .top-nav-label
  .open-close-menu::before,
.site-header
  > [type="checkbox"]:checked
  ~ .top-nav-label
  .open-close-menu::after {
  left: 0.125rem;
  transition-delay: 0s, 0.3s;
}

.site-header
  > [type="checkbox"]:checked
  ~ .top-nav-label
  .open-close-menu::before {
  top: 0;
  transform: rotate(45deg);
}

.site-header
  > [type="checkbox"]:checked
  ~ .top-nav-label
  .open-close-menu::after {
  bottom: 0;
  transform: rotate(-45deg);
}

/* Hamburger button hover/focus/active */
.site-header > .top-nav-label:hover,
.site-header > input[type="checkbox"]:focus ~ .top-nav-label,
.site-header > input[type="checkbox"]:hover ~ .top-nav-label {
  background: #5A5A5A;
}

.site-header > .top-nav-label:hover .open-close-menu,
.site-header > .top-nav-label:hover .open-close-menu::after,
.site-header > .top-nav-label:hover .open-close-menu::before,
.site-header > input[type="checkbox"]:focus ~ .top-nav-label .open-close-menu,
.site-header
  > input[type="checkbox"]:focus
  ~ .top-nav-label
  .open-close-menu::before,
.site-header
  > input[type="checkbox"]:focus
  ~ .top-nav-label
  .open-close-menu::after,
.site-header > input[type="checkbox"]:hover ~ .top-nav-label .open-close-menu,
.site-header
  > input[type="checkbox"]:hover
  ~ .top-nav-label
  .open-close-menu::before,
.site-header
  > input[type="checkbox"]:hover
  ~ .top-nav-label
  .open-close-menu::after {
  background: #efefef;
}

.site-header
  > input[type="checkbox"]:checked
  ~ .top-nav-label:hover
  .open-close-menu,
.site-header
  > input[type="checkbox"]:checked:focus
  ~ .top-nav-label
  .open-close-menu,
.site-header
  > input[type="checkbox"]:checked:hover
  ~ .top-nav-label
  .open-close-menu {
  background: none;
}

/* Plus/Minus button */
.main-navigation > .top-nav-label {
  position: absolute;
  right: 0.0625rem;
  top: 0.0625rem;
  height: 3.3125rem;
  width: 3.3125rem;
}

.main-navigation > .top-nav-label .open-close-menu {
  height: 100%;
  width: 100%;
}

.main-navigation
  > .top-nav-label
  .open-close-menu::after,
.main-navigation
  > .top-nav-label
  .open-close-menu::before {
  background: #999999;
  transition: transform 0.25s ease-out;
}

.main-navigation
  > .top-nav-label
  .open-close-menu::before {
  height: 50%;
  left: calc(50% - 0.1875rem / 2);
  top: 25%;
  width: 0.1875rem;
}

.main-navigation
  .menu-item-has-children
  > .top-nav-label
  .open-close-menu::after {
  height: 0.1875rem;
  left: 25%;
  top: calc(50% - 0.1875rem / 2);
  width: 50%;
}

.main-navigation a:hover ~ .top-nav-label,
.main-navigation a:focus ~ .top-nav-label,
.main-navigation a:active ~ .top-nav-label,
.main-navigation a ~ .top-nav-label {
  background: #efefef;
}

/* Plus/Minus button animation */
.main-navigation
  [type="checkbox"]:checked
  ~ .top-nav-label
  .open-close-menu::before {
  transform: rotate(90deg);
}

.main-navigation
  [type="checkbox"]:checked
  ~ .top-nav-label
  .open-close-menu::after {
  transform: rotate(180deg);
}

/* Plus/Minus button hover/focus/active */
.main-navigation .menu-item-has-children > .top-nav-label:hover {
  background: #999999;
}

.main-navigation
  input[type="checkbox"]:focus
  ~ .top-nav-label {
  background: #999999;
}

.main-navigation
  > .top-nav-label:hover
  .open-close-menu::after,
.main-navigation
  > .top-nav-label:hover
  .open-close-menu::before,
.main-navigation
  input[type="checkbox"]:focus
  ~ .top-nav-label
  .open-close-menu::before,
.main-navigation
  input[type="checkbox"]:focus
  ~ .top-nav-label
  .open-close-menu::after {
  background: #efefef;
}

/* Hide and place checkbox over the toggle buttons */
.site-header input[type="checkbox"] {
  cursor: pointer;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 2;
}

.site-header > input[type="checkbox"] {
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2.5rem;
  width: 2.5rem;
}

/* Display the right label if checkbox checked */
.site-header input[type="checkbox"] + .top-nav-label .close-menu,
.site-header input[type="checkbox"]:checked + .top-nav-label .open-menu {
  display: none;
}

.site-header input[type="checkbox"]:checked + .top-nav-label .close-menu,
.site-header input[type="checkbox"] + .top-nav-label .open-menu {
  display: block;
}

@media only screen and (min-width: 37.5em) {
  .site-title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 601px) {
  /* Hide hamburger nav – desktop uses .user_menu_cadre instead */
  .site-header {
    display: none;
  }
}

#map {
	overflow-y: hidden;
}
 .custom-map-control-button {
	 background-color: #fff;
	 border: 0;
	 border-radius: 2px;
	 box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	 margin: 0 0 20px 0;
	 padding: 0 0.5em;
	 font: 400 18px Roboto, Arial, sans-serif;
	 overflow: hidden;
	 height: 40px;
	 cursor: pointer;
 }
 .custom-map-control-button:hover {
	 background: rgb(235, 235, 235);
 }
 /* HTML marker styles */
 .sector_tag {
	 background-color: #4285F4;
	 border-radius: 8px;
	 color: #FFFFFF;
	 font-size: 14px;
	 padding: 10px 15px;
	 position: relative;
	 transition: all 0.3s ease-out;
 }

 .sector_tag::after {
	 content: "";
	 position: absolute;
	 left: 50%;
	 top: 100%;
	 transform: translate(-50%, 0);
	 width: 0;
	 height: 0;
	 border-left: 8px solid transparent;
	 border-right: 8px solid transparent;
	 border-top: 8px solid #4285F4;
	 transition: all 0.3s ease-out;
	 z-index: 1;
 }

 [class$=api-load-alpha-banner] {
	 display: none;
 }




 .boulder_tag {
	 align-items: center;
	 background-color: #C3DDF5;
	 border: 2px solid #C3DDF5;
	 border-radius: 50%;
	 color: #263238;
	 display: flex;
	 font-size: 14px;
	 gap: 15px;
	 min-height: 30px;
	 justify-content: center;
	 padding: 4px;
	 position: relative;
	 transition: all 0.3s ease-out;
	 min-width: 30px;
 }

 .boulder_tag::after {
	 border-left: 9px solid transparent;
	 border-right: 9px solid transparent;
	 border-top: 9px solid #C3DDF5;
	 content: "";
	 height: 0;
	 left: 50%;
	 position: absolute;
	 top: 95%;
	 transform: translate(-50%, 0);
	 transition: all 0.3s ease-out;
	 width: 0;
	 z-index: 1;
 }

 .boulder_tag .boulder_icon {
	 align-items: center;
	 display: flex;
	 justify-content: center;
	 color: black;
 }

 .boulder_tag .boulder_icon svg {
	 height: 20px;
	 width: auto;
 }

 .boulder_tag .boulder_details {
	 display: none;
	 flex-direction: column;
	 flex: 1;
 }


 /*
  * Property styles in highlighted state.
  */
 .boulder_tag.highlight {
	 background-color: #C3DDF5;
	 border-radius: 8px;
	 box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
	 min-height: 80px;
	 padding: 8px 15px;
	 width: auto;
 }

 .boulder_tag.highlight::after {
	 border-top: 9px solid #C3DDF5;
 }

 .boulder_tag.highlight .boulder_details {
	 display: flex;
 }

 .boulder_tag.highlight .boulder_icon svg {
	 width: 50px;
	 height: 50px;
 }
 .tag_content {
	 line-height: 20px;
	 white-space: nowrap;
 }

.inline {
	color: #777;
	display: inline-block;
}