body,html
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: 'Roboto',Helvetica,Arial,sans-serif;
}

#visite
{
	width:100%;
	height:100%;
	border:none;
	z-index: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
}

#cityLogo
{
	position:absolute;
	top:5px;
	left:5px;
	max-width:150px;
	height:auto;
}

#cityLogo img
{
	width:100%;
	height:auto;
}

#cityDescription
{
	padding:10px 20px 10px 10px;
	text-align:justify;
	background-color:rgba(100,100,100,0.6);
	color:white;
	border-radius:0 15px 15px 0;
	max-width:30%;
	overflow:scroll;
	z-index:999 !important;
	min-width:250px;
	display:none;
	margin-left:-10px;
}

 /* Hide scrollbar for Chrome, Safari and Opera */
#cityDescription::-webkit-scrollbar {
	/*display: none;*/
}

/* Hide scrollbar for IE and Edge */
#cityDescription {
-ms-overflow-style: none;
} 

#hideDesc
{
	/*position:absolute;
	top:10px;
	right:20px;
	color:white;
	text-decoration:none;
	font-size:2em;
	z-index:9999 !important;*/
}

#showDesc
{
	/*position:absolute;
	bottom:calc(40% + 85px);
	left:0;
	color:white;
	text-decoration:none;
	font-size:2em;
	background-color:#26b7a0;
	display:none;
	z-index:9999 !important;
	padding:5px;*/
}

/* Liste */ 

#container .carousel{
	top: 0px;
	height: 170px;
	width: 80%;
	position: relative;
}
.kuula-container {
	padding-top: 60%;
	width: 80%;
	position: relative;
}

.kuula-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: -55px;
	width: 100%;
}


h6 {
	position: relative;
	text-align: left;
	left: 20px;
	width:90%;
}

.text {
	position: relative;
	text-align: left;
	left: 20px;
	width:90%;
	padding-bottom: 20px;
}

.ar_position {
	position: absolute;
	left: 12px;
	top: 270px;
}

.material-icons{
	position: relative;
	font-size: 18px;
	top: 5px;
	color: rgba(255, 255, 255, 1);
}
.icon-big{
	font-size: 28px;
	color: rgba(255, 255, 255, 1);
}

input[type=checkbox] {
	vertical-align: middle;
	margin-right: 4px;
}
input,label {
	cursor: pointer;
}

.postList {
	height:calc(100% - 60px);
	overflow-y:scroll;
	max-height:calc(100% - 60px);
	display: flex;
	flex-direction: column;
}

.listElem
{
	display:flex;
	height:auto;
	padding:5px;
	text-align:left;
	align-items:center;
	width:100%;
}
.listElem:hover{
	background-color:#15708e;
}

.listElem::-webkit-scrollbar{
	width: 10px;
}

.listElem::-webkit-scrollbar-track-piece{
	background-color: #FFF;
}

.listElem::-webkit-scrollbar-thumb{
	background-color: #CBCBCB;
	outline: 2px solid #FFF;
	outline-offset: -2px;
	border: .1px solid #B7B7B7;
}

.listElem::-webkit-scrollbar-thumb:hover{
	background-color: #909090;
}

.postList .listElem>img {
	width: 50px;
	display:inline-block;
	object-fit: cover;
	vertical-align: middle;
	border-radius: 100%;
	-webkit-border-radius: 50px;
	border: 3px solid #15708e;
}

a{
	text-align: center;
}

i.imgtext{
	color: rgb(255, 255, 255);
	position:relative;
	margin-left:10px;
	font-size:1em;
	display:inline;
	vertical-align: middle;
	font-style:normal;
}

#closeList
{
	color:white;
	font-weight:bold;
	padding:5px;
	margin: 0;
	cursor:pointer;
	width:30px;
	position:absolute;
	top:0;
	left:-35px;
	background-color:rgba(100,100,100,0.6);
	display:flex;
	justify-content:center;
	align-items:center;
}

#XClose{
	transition: transform .7s ease-in-out;
	transform-origin:center;
	transform-box:fill-box;
}

#closeList:hover #XClose{
	transform:rotate(360deg);
}

#customIframe
{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:rgba(0,0,0,0.5);
	z-index:9999;
	border:none;
	min-width:50vw;
	min-height:50vh;
	display:none;
}

#customIframe iframe{
	width:100%;
	height:50vh;
	border:none;
}

#closeIframe:hover{
	background-color: rgba(0,0,0,1);
}

#closeIframe{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -35px;
    background-color: rgba(0,0,0,0.5);
    color: white;
    cursor: pointer;
    margin: 0;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.listElem img{
	width:50px;
	height:50px;
}

#minimap svg{
	width:100%;
	height:100%;
}
#minimap{
	z-index:1;
	position:absolute;
	bottom:15px;
	right:15px;
	color:black;
	cursor:pointer;
	border-radius:100%;
	-webkit-border-radius:100%;
	width:calc(35vh - 30px);
	aspect-ratio: 1 / 1;
	overflow:hidden;
	display:block;
	justify-content:center;
	align-items:center;
	border: solid 5px #15708e;
	transition: all 0.5s ease-in-out;
	opacity:1;
}

.post{
	transform-origin:center;
	transform-box:fill-box;
	transform:scale(2);
}
.post:hover{
	transition:transform 0.2s;
	transform:scale(2.5) !important;
}

#intro{
	position:fixed;
	width:100vw;
	height:100vh;
	overflow:hidden;
	z-index:2;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s 2s, opacity 2s linear;
	display:none;
}

#intro video{
	width:100vw;
	height:100vh;
	object-fit:cover;
	object-position:center;
}

#menuLeft{
	position:absolute;
	top:110px;
	left:10px;
	z-index:1;
	display:flex;
	flex-direction:column;
	gap:10px;
}
.menuLeftIcon{
	width:50px;
	aspect-ratio: 1 / 1;
	cursor:pointer;
	padding: 5px;
	background-color: #15708e;
	border: solid 2px black;
	border-radius:50px;
	-webkit-border-radius:50px;
	position:relative;
	transform-origin:center;
	transition:transform 0.5s;
	transform-box:fill-box;
	transform:scale(1);
}
.menuLeftIcon:hover{
	transform:scale(1.2);	
}
.menuLeftIcon img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	width:30px;
}

/* @media all and (max-width: 1024px) */
/* {	 */
	/* #minimap{ */
		/* min-width:150px; */
	/* } */
/* } */

/* Powered  */

#powered{
	width:200px;
	height:105px;
	border:none;
	position:absolute;
	bottom:5px;
	left:5px;
	z-index:999;
}
#powered p{
	color: white;
	font-family: arial;
	position: absolute;
	bottom:55px;
	left:5px;
	margin: 0;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space:nowrap;
	font-size:0.8em;
}
#logoDown{
	background-image: url('https://discovr360.com/powered/logo-D-solo.svg');
	background-repeat: no-repeat;
	height: 60px;
	width:60px;
	position: absolute;
	bottom: 0px;
}

#logoDown:hover {
	background-image: url('https://discovr360.com/powered/logoBlanc.svg');
	width: 185px;
}

#showName{
	display:none;
	padding:5px;
	background-color:black;
	color:white;
	font-size:1em;
	z-index:9999;
	width:auto;
	position:absolute;
	top:0;
	left:0;
}
#carouselContainer{
	position: absolute;
	right: 0;
	height: calc(65% - 30px);
	width: 15%;
	min-width: 360px;
	background-color: rgba(100,100,100,0.6);
	padding: 15px 20px 20px 20px;
	z-index: 999 !important;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	display:none;
	overflow:visible;
}
#filterContainer{
	display:flex;
	gap:5px;
	width:100%;
	justify-content:center;
	height:50px;
	padding:5px;
}
.filter{
	padding:5px;
	color:white;
	border:2px solid #15708e;
	cursor:pointer;
	height:fit-content;
}
.filter:hover{
	background-color:#15708e;
}
.activeFilter{
	background-color:#15708e;
}

::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

.infosIframe{
	display:block;
	width:100%;
	background-color:white;
	color:black;
	padding: 10px;
	max-height:20vh;
	overflow-y:scroll;
}

#iframeContainer{
	display: flex;
    flex-direction: column;
	max-height: 90vh;
    overflow-y: scroll;
}
#instructions{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background-color:rgba(0,0,0,0.7);
	width:70vw;
	max-height:80vh;
	z-index:999;
	color:white;
	padding:15px;
	font-family: arial;
	/* border: 2px solid #15708e; */
	-webkit-box-shadow:inset 0 0 0 2px #15708e;
    -moz-box-shadow:inset 0 0 0 2px #15708e;
    box-shadow:inset 0 0 0 2px #15708e;
	max-width: 500px;
}
#instructionsContent{
	overflow-x:hidden;
	overflow-y:scroll;
	max-height:75vh;
}
#closeInstructions{
	position:absolute;
	top:0;
	right:-35px;
	width:30px;
	height:30px;
	color:#15708e;
	background-color:rgba(0,0,0,0.7);
	line-height:30px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	-webkit-box-shadow:inset 0 0 0 2px #15708e;
    -moz-box-shadow:inset 0 0 0 2px #15708e;
    box-shadow:inset 0 0 0 2px #15708e;
}

.imgContainer{
	line-height:30px;
	font-size:37px;
	font-family:arial;
	text-align:center;
}

.instructionsIcons{
	height:20px;
}

#closeInstructions span{
	transform-origin:center;
	transform-box:fill-box;
	transition:transform .7s;
	display:inline-block;
}
#closeInstructions:hover > span{
	transform:rotate(360deg);
}

.fs{
	height: 32px;
	position: absolute;
	top: 0;
	right: 27;
	opacity:0.6;
	cursor:pointer;
}

@media all and (max-width:420px){
	.imgContainer{
		font-size:20px;
	}
}

#cityDescription p{
	font-size:0.9em;
}