body{
	margin: 0;
	padding: 0;
}

.vertical {
	width: 1080px;
	height: 1920px;
}

.horizontal {
	width: 1920px;
	height: 1080px;
}

.skysignage-player-container {
	overflow: hidden;
}

.skysignage-player-container iframe{
	overflow: hidden;
	border: 0;
	/* transform: scale(0.66); */
	/* transform-origin: 0 0; */
}

.player-loading{
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	z-index: 10;
	display: table;
}

.player-loading > div {
	display: table-cell;
	vertical-align: middle;
}

.player-loading > div > img {
	height: 30%;
	z-index: 10;
}

 #labo_test{
	transform: scale(0.666666);
	transform-origin: 0 0;
}

.control-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	font-family: 'Roboto';
	display: none;
}
.control-layer .tag{
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 40px;
	padding: 0 10px;
	background-color: white;
	border-radius: 0 0 5px 0;
	line-height: 40px;
	font-size: 32px;
	font-weight: bolder;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}
.control-layer .left{
	width: 30px;
	height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #4A4A4A;
	color: white;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	border-radius: 0 30px 30px 0;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	cursor: pointer;
}
.control-layer .right{
	width: 30px;
	height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #4A4A4A;
	color: white;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
	border-radius: 30px 0 0 30px;
	box-shadow: -3px 3px 5px 0px rgba(0,0,0,0.5);
	cursor: pointer;
}
.checkbox-handler{
	display: none;
}
.checkbox-handler:checked ~ .thumbnails{
	height: 0;
	padding: 0;
}
.control-layer .thumbnails{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 100px; */
	padding: 10px 5px;
	background-color: #4A4A4A;
	display: flex;
	box-sizing: border-box;
	/* transition: 0.25s; */
}
.control-layer .thumbnails .thumbnail{
	flex: 1;
	padding: 0 5px;
	transition: 0.25s;
	aspect-ratio: 16/9;
}
@media (orientation: portrait) {
	.control-layer .thumbnails .thumbnail{
		aspect-ratio: 1/1;
	}
}

.thumbnail .img{
	width: 100%;
	height: 100%;
	background-color: #E1E1E1;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

.thumbnail.focus{
	transform: scale(1.04);
}

.control-layer .thumbnails .handler{
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 150px;
	height: 20px;
	border-radius: 20px 20px 0 0;
	background-color: #4A4A4A;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	cursor: pointer;
}
.handler .line{
	width: 20px;
	height: 3px;
	background-color: white;
	border-radius: 2px;
	margin: 1px 0;
}
.nb-properties{
	background-image: url(../assets/icon-awesome-clone.svg);
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}