body,html {
	height:100%;
}
.divconnectionerror {
    color: #bd0000;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    padding-top: 4px;
}
.vertical-align {
    display: flex;
    align-items: center;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
#helpdiv {
	text-transform: uppercase;
	position: absolute;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
/*	font-family: 'Amatic SC', cursive;*/
	font-family: 'Patrick Hand SC', cursive;
	color: white;
	font-size: 14pt;
/*	font-weight: 700;*/
}
#InfoFavo {
	position: absolute;
    width: 160px;
    z-index: 10000;
    top: 85%;
    left: 50%;
    margin: 0 0 0 -80px;
    text-align: center;
    background: #ffffffeb;
    box-shadow: 0px 0px 5px 1px #a4a4a4;
    padding: 2px;
    font-size: 10px;
	pointer-events: none;
	color:grey;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    font-weight: 100;
}
.leaflet-container .leaflet-control-attribution {
	background-color: transparent;
}
#back-to-map {
	color: white;
    margin-top: -3px;
    padding-top: 0px;
    font-size: 26px;
}

/*MINI DIVS OF THE HELP LAYER*/
#topleftdiv {
	position: absolute;
    left: 515px;
    top: 213px;
    width: 300px;
    height: 90px;
    /* border: 3px solid green;*/
}
#bottomleftdiv {
    position: absolute;
    left: 592px;
    top: 895px;
    width: 300px;
    height: 90px;
}
#centerdiv {
	position: absolute;
    left: 546px;
    top: 658px;
    width: 300px;
    height: 90px;
}
#toprightdiv1,#toprightdiv2,#toprightdiv3,#toprightdiv4 {
    position: absolute;
    right: 115px;
    width: 340px;
    height: 90px;
}
#toprightdiv1 {
	top: 11px;
}
#toprightdiv2 {
	top: 106px;
}
#toprightdiv3 {
	top: 200px;
}
#toprightdiv4 {
	top: 360px;
}

#centertext.vertical-center  {
   text-align: right;
}
.text1,.text2,.text3,.text4 {
	text-align: right;
	width: 100%;
}


#attrib {
	position:absolute;
	left:10px;
	top:10px;
	color: #686868;
    line-height: 1.2;
    z-index:10;
}





#searchinput {
	width: 100%;
	padding-left:11px;
	padding-right:82px;
	font-size:18px;
}
#searchinput2,#searchinput3 {
	font-size: 17px;
}


#searchclear {
	position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    font-size: 30px;
    cursor: pointer;
    color: #585858;
}
#route {
    position: absolute;
    right: 14px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    z-index: 10;
}
#diamond {
    transform: rotate(45deg);
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    height: 42px;
    margin: auto;
    font-size: 42px;
    cursor: pointer;
    color: #585858;
}
#vertical {
	font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    position: absolute;
    right: 42px;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    font-size: 40px;
    cursor: pointer;
    line-height: 25px;
    color: #9a9a9a;
}



#route-top {
    z-index: 100;
    margin-top: 30px;
    border: 1px solid white;
}


#theMenu {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	font-weight: 600;
}
.menuentry {
	padding-top:10px;
	padding-bottom:10px;
}
#sandwich {
	position: absolute;
	left: 12px;
	top: 0;
	bottom: 0;
	height: 30px;
	margin: auto;
	font-size: 30px;
	cursor: pointer;
	color: #585858;
}
.somespeciesthere {
	font-family: 'Montserrat', sans-serif;
	color: white;
    font-size: 9pt;
    font-weight: 500;
    text-align: center;	
}

.routestick {
	box-shadow:1px 1px 2px 0.2px #656565;
	background:white;
	padding-top: 5px;
	padding-bottom: 5px;
}
.papernote {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    padding: 40px;
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    color: #bfbfbf;
    font-size: 12pt;
}
.papernote p {
	margin-bottom: 6px;
}
.titlerow {
	padding-bottom: 5px;
	font-weight: bold;
}
.selectedlang {
	/* style for the selected language*/
    text-decoration: underline;
}

#langchoice,#qrcode {
	font-size: large;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
}

.langchoicemodal {
	font-variant: small-caps;
	color:#434343;
}

p {
	margin-bottom:0px;
}
.display-table{
	display: table;
	table-layout: fixed;
}.display-cell{
	display: table-cell;
	vertical-align: middle;
	float: none;
}

#bottomdiv {
	position: absolute;
	height:32%;
	width:45%;
	bottom: 0;
	left: 0;
	z-index:10;
/*	background-image: url("../img/espece-climat_bg_left.png");*/
	background-image: url("../img/leftimgtest.png");
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	color:white;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0 0 10px black;
}


/* The animation of the sliding of barre2*/
@keyframes slideinout {
  from {bottom: 10%;} /*Same as width of leftdiv*/
  to {bottom: 25%;} /*Same as width of leftdiv*/
}

.thebarre {
	position: absolute;
	width: 55%;
	height: 32%;
	right:0px;
	bottom:0px;
/*	overflow-y:scroll ;
*/	
    background-color: #e0bf10;	

}

.thebarre2 {
	position: absolute;
	width: 100%;
/*	height: 93%;
*//*	right:0px;
*/	bottom:0px;
	top:67px;
	overflow-y:scroll;
/*	background-color: #ffee00a6;
*/
}

.barrecontent {
	width:100%;
	height:100%;

}


.lesbellesimages {
/*	border:2px solid black;
	border-radius :25px;
*/	
box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.thebarremenu {
	position: absolute;
	width: 55%;
	height: 10%;
	right:0px;
/*	overflow-y:scroll ;*/
	bottom:25%;

}

#barre2 { /*nouvelle div pour les espèces*/
	background-color: red;
}

#barre3 { /*nouvelle div pour les espèces*/
	background-color: green;
}

#barre4 { /*nouvelle div pour les espèces*/
	background-color: orange;
}

#barre5 { /*nouvelle div pour les espèces*/
	background-color: blue;
}


.barreisclosed {
	bottom: 0%;
/*	animation-name: slideinout;
  	animation-duration: 2s;
  	animation-direction: reverse;

*/
	transition: bottom 2s;
	}
.barreisopen {
	bottom: 25%;
/*	animation-name: slideinout;
  	animation-duration: 2s;
*/
	transition: bottom 2s;
}


#sometextontop {
	text-align: center;
	font-weight: 600;
	font-size: 14pt;
	font-family: "headtwo", sans-serif;
	color:white;
	padding: 30px;
	margin:0px;
}

/*CODE CONCERNING THE HALF CIRCLE BUTTON*/
.halfcirclealldivs {
  height: 100px;
  width: 270px;
  /* border-bottom-right-radius: 100px; */
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  background-color: #c77f8b;
  position : absolute;
  /* right: 0px; */
  margin-top: -30px;
  top: -40px;
  text-align: right;
  line-height:100px;
  font-size: 80px;
  padding-right: 16px;
  padding-top: -30px;
  color: black;
  z-index: 5;
  -webkit-box-shadow: 4px -4px 6px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px -4px 6px -3px rgba(0,0,0,0.75);
  box-shadow: 4px -4px 6px -3px rgba(0,0,0,0.75);
}

.halfcirclediv {
  left: 0px;
}

/*CODE CONCERNING THE HALF CIRCLE BUTTON*/
.halfcirclediv3 {
  left: 270px;
/*  box-shadow: 0 0 10px black;*/
}

/*CODE CONCERNING THE HALF CIRCLE BUTTON*/
.halfcirclediv4 {
  left: 540px;
}

/*CODE CONCERNING THE HALF CIRCLE BUTTON*/
.halfcirclediv5 {
  background-color: blue;
  left: 810px;
}

.bottomleftdivfortext {
	position: absolute;
	height: 100px; /*same than the height of halfcirclediv*/
	width: 100%;
	/* top: 85%;/*same than "top" for halfcirclediv*/ */
  top: -40px;/*same than "top" for halfcirclediv*/
	right: 0px;
	padding-right: 30px;
	padding-left: 50%;
	font-size: 14pt;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	text-align: right;
	font-weight: 600;
}



.btn-circle {
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	line-height: 1.42;
	border-radius: 50%;
	position:absolute;
	background: #b4c3e0;
	color:white;
	border:0px;
	top:30px;
	left:20%;
	box-shadow: 0 0 10px black;
}
#bottomcenter {
	position: absolute;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.btn-circle3 {
	width: 50px;
	height: 50px;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	line-height: 1.42;
	border-width: 2px;
	border-color: white;
	border-radius: 50%;
	position:absolute;
	margin: auto;
	background: #e0bf10;
	color:white;
	right:1%;
	box-shadow: 0 0 10px black;
}
#logohome:hover {
	background-color: #e0bf10;
	color: white;
	border-color: white;
}

.btn-circle2 {
	width: 50px;
	height: 50px;
	padding:0px;
	background-color: transparent;
	text-align: center;
	position:absolute;
	border:0px;
	bottom:20px;
	left:15px;
	box-shadow: 0 0 10px black;
}
.bottomleft {
	background-color: transparent;
	position:absolute;
	border:0px;
	bottom:20px;
	left:15px;
	z-index: 0;
}
span.sciname {
	font-size:small;
	color: #505050;
	font-size:16px;
}
span.sciname b {
	font-weight: bolder;
	color:#272727;
}

span.scinameItalic {
	font-style: italic;
	font-size:16px;
	color: #505050 ;
}
span.scinameItalic b {
	font-weight: bolder;
	color:#272727;
}

span.commonname {
	color: #505050 ;
	font-size:13px;
}
span.rank {
	text-transform: uppercase;
	font-weight: bolder;
	font-size:x-small;
	color: #989898 ;
}
.ui-widget-content a {
    text-decoration: none;
}
.ui-autocomplete {
	background:white;
	border:0px;
	border-radius: 5px;
	margin-top:25px;
	max-height:72%;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 0 5px black;
	position:absolute;
	top:10px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	z-index:2000;
	background: #000;
	opacity: 0.95;
	position:absolute;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	z-index:50;
	background: #000;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.favo i {
	padding-left:5px;
	color:"black";
	font-size:13px;
}
.listfavo {
	line-height: 1.3;
	margin-bottom: 8px;
	background-color:lightgrey;
	background: linear-gradient(to right, white, #e4e4e4);
}
.swiper-pagination-bullet {
	background: #ffffff;
	opacity: .4;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #abb9d5;
}
a {
	color:white;
	text-decoration: underline;
	font-weight: bold;
}

.men {
	font-size: 14pt;
	border-bottom: 1px solid #e5e5e5;
}
.btn-sq {
	width: 100px !important;
	height: 100px !important;
	font-size: 10px;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal-dialog {
	margin-top:700px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
	left: 0;
}

/*.fa{
	font-size: 23px;
}
*/
/*STYLES FOR SHARE BUTTONS*/
ul.share-buttons{
	list-style: none;
	padding: 0;
}

ul.share-buttons li{
	display: inline;
}

ul.share-buttons .sr-only {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

ul.share-buttons img{
	width: 32px;
}

#carretstatehalfbut {
	padding-top: 0px;
}

@font-face {
    font-family: headtwo;
    src: url(../fonts/HEADTH.TTF) format('truetype');
}
@font-face {
    font-family: headone;
    src: url(../fonts/HEADOH.TTF) format('truetype');
}

.nav-tabs {
	font-family: 'headtwo';
    font-size: 16pt;
}
.leaflet-control-attribution {
	color: #686868;
	padding: 13px;
    line-height: 1.2;
}