@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

:root {
    --main-color:#1b3856;
    --second-color:#fff;
}

html, body {
    margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
}
html, body {
    position: fixed;
}

html, body {
    position: relative;
    overflow: hidden;
}

body {
    position: fixed;
    overflow: hidden;
}

body {
    position: fixed;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

#divCanvas, #divsplash{
	height:100%;
	width:100%;
	position:absolute;
	display:flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.full-height {
	height:100%;
	width:100%;
	position:absolute;
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
}

.divlogo{
	position: absolute;
}


#logo{
	width: 100%;
}

#etages{
    position: absolute;
    display: none;
	flex-direction: column;
}

#etages a{
	font-size: 18px;
    background-color: var(--main-color);
    height: 30px;
    width: 35px;
    text-align: center;
    text-decoration: none;
	color: var(--second-color);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: solid 1px;
}

#etages a:first-child{
	border-radius: 20px 20px 0px 0px;
}
#etages a:last-child{
	border-radius: 0px 0px 20px 20px;
}
#etages .selected, #etages a:active{
	background-color: var(--second-color);
	color: var(--main-color);
}
	
#logoAppart{
	position:absolute;
	top:20px;
	left: 20px;
}
			
.buttons{
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
}

#main_image{
	max-width:100%;
	max-height:100%;
	object-fit: contain;
}

/*Boutons*/

#buttons{
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	flex-direction: column;
}

#bgallery, #b360Appart, #bplan{
	margin-top: 10px;
}

#bgallery, #b360Appart, #bplan{
	border-radius: 50%;
	background-color:var(--main-color);
	height: 60px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

#bplan{
	padding:5px;
	height: 50px;
	width: 50px;
}
#b360Appart{
	text-align:center;
	border:none;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: var(--second-color);
	display: flex;
	align-items: center;
	justify-content: center;
}
	
@media (max-width: 1080px) {
	h1{
		font-size: 20px;
	}
	#etages .etage{
		display: none;
	}
	#etages a{
		height: 50px;
		width: 50px;
		border-radius: 50% !important;
		border:none;
		font-size: 30px;
		font-weight: 400;
		margin:5px 0;
	}

	.divlogo{
		padding:5px;
	}
}
