.bouton-borne {
    display: inline-block;
    background-color: #0078d4;
    color: white;
    text-decoration: none;
    border: none;
    padding: 25px 50px;
    font-size: 32px;
    border-radius: 12px;
    cursor: pointer;
    box-sizing: border-box;
}
.bouton-borne:active {
    background-color: #005a9e;
}


.btns_events {

	position:absolute;
	color:white;
	background-color:#00ADEF;
	z-index:2;
	right:20px;
	border:none;
	padding:15px 25px;
	border-radius:15px;
	font-weight:bold;
	min-width:180px;
	cursor:pointer;
	font-size:15px;
	box-shadow:0px 0px 2px 1px white;
	display:none;
}

#pause {

	position:absolute;
	width:65px;
	height:60px;
	bottom: 100px;
	right:20px;
	z-index:2;
	cursor:pointer;
}

#home {

	position:absolute;
	width:65px;
	height:60px;
	bottom: 20px;
	right:20px;
	z-index:2;
	cursor:pointer;
}

#demonstration {
	bottom:580px;
}

#conseils_d_expert {
	bottom:520px;
}

#webinaires {
	bottom:460px;
}

#etre_contacte {
	bottom:400px;
}

#retour {
	bottom:340px;
}


#whole_events {

	position:relative; 
	overflow:hidden;
	height: 100vh;
}

#whole_events::-webkit-scrollbar { 
	display: none;  /* Older Safari and Chromium */
}

#video_events {

	/*position:absolute;*/
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	
}

#img_events {

	/*position:absolute;*/
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
}

#frame {

	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	display:none;
}

#remaining_time {
	background-color:red;
	color:black;
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	display:none;
}
