@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap');

body, html {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	font-family: 'Lato', sans-serif;
}
body{
	background-image: url('../images/cronos-visio-fond.jpg')!important;
}
body.page_admin{
	background-image: url('../images/cronos-visio-fond-admin.jpg')!important;
}
body.page_user{
	background-image: url('../images/cronos-visio-fond-user.jpg')!important;
}
#videos {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#subscriber {
	display: flex;
	align-items: center;
	width: 50%;
    justify-content: center;
	min-width: 360px;
}
#publisher {
    position: absolute;
    width: 90%;
    height: 180px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
}


.OT_root {
	width: 240px;
	height: 160px;
	z-index: 21 !important;
	display: inline-block;
    border: 3px solid white !important;
    border-radius: 3px;
	border-radius: 20px;
}

.OT_root.fullscreen {
	display: block !important;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
    border: 0px !important;
}

.OT_root.multiple_screens {
	display: block !important;
	position: fixed;
	z-index: 1 !important;
}

.OT_root.multiple_screens.num_1.tot_1 {
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
    border: 0px !important;
}


@media (orientation: landscape) {

	.OT_root.multiple_screens.num_1.tot_2 {
		top: 0px;
		left: 0px;
		width: 50% !important;
		height: 100% !important;
	}


	.OT_root.multiple_screens.num_2.tot_2 {
		top: 0px;
		left: 50%;
		width: 50% !important;
		height: 100% !important;
	}

}


@media (orientation: portrait) {

	.OT_root.multiple_screens.num_1.tot_2 {
		top: 0px;
		left: 0px;
		width: 100% !important;
		height: 50% !important;
	}


	.OT_root.multiple_screens.num_2.tot_2 {
		top: 50%;
		left: 0px;
		width: 100% !important;
		height: 50% !important;
	}
	
	

}


.OT_root.multiple_screens.num_1.tot_3 {
	top: 0px;
	left: 0px;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_2.tot_3 {
	top: 0px;
	left: 50%;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_3.tot_3 {
	top: 50%;
	left: 25%;
	width: 50% !important;
	height: 50% !important;
}



.OT_root.multiple_screens.num_1.tot_4 {
	top: 0px;
	left: 0px;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_2.tot_4 {
	top: 0px;
	left: 50%;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_3.tot_4 {
	top: 50%;
	left: 0px;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_4.tot_4 {
	top: 50%;
	left: 50%;
	width: 50% !important;
	height: 50% !important;
}

.menu {
	position: fixed;
    height: 50px;
    width: auto;
    bottom: 20px;
    right: 30px;
    z-index: 150;
    background-color: #f6f8fc;
    margin: 10px;
    border-radius: 20px;
	display: flex;
    align-items: center;
	justify-content: center;
	padding: 10px;
}

.menu_infos, .menu_actions {
	top: -143px;
}

/* .menu_actions {
	top: -180px;
} */

.menu_speaker {
	top: -106px;
}

#authorize_camera_microphone {
	position: fixed;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	z-index: 1000;
	font-size: 3em;
	background: url('../images/fond-visio.jpg') no-repeat top;
	background-position: 72% 20%;
	border: 4px solid white;
	color: black;
	border-radius: 1em;
}

.page_user #get_status {
	display: none;
}

.page_user #distance_refresh {
	display: none;
}


.picture_overlay {
	display: none;
	z-index: 210;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000aa;
	text-align: center;
}

.input_title, .input_submit, .input_geolocation {
	background: black;
	border: 2px solid white;
	border-radius: 4px;
	font-size: 24px;
	width: 60%;
	margin-top: 20px;
	color: white;
	padding: 5px;
	text-align: center;
}

.input_submit {
	cursor: pointer;
}

#slide{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
	/* Version 2 */
	flex-direction: column;
    align-content: center;
    align-items: center;
	text-align: center;
}
#slide h1{
	font-size: 1.5em;
}

#image_slide{
	display: flex;
	align-items: center;
	width: 50%;
	
}

#image_slide img{
	width: 100%;
}
#subscriber h1 span{
	font-size: 4rem;
}
#subscriber h1 {
	font-weight: 400;
    font-style: italic;
	color: #444d66;
}
.menu img{
	width: 90%;
}
.menu .icons{
	padding: 5px;
    color: #999;
    text-align: center;
    border: 2px solid currentColor;
    border-radius: 100%;
    position: relative;
    transition: all .4s ease-in-out;
	width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
	justify-content: center;
	margin: 5px;
    background-color: white;
	cursor: pointer;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}

.menu .icons:hover{
	background-color: rgb(255 235 143 / 50%);
	transition: all .4s ease-in-out;
}

.menu .caption:before {
    content: '';
    border: 5px solid transparent;
    border-top-color: #00628b;
    position: absolute;
    top: -7px;
    left: calc(50% - 5px);
}
.menu .caption:after {
    content: attr(data-caption);
    display: block;
    width: 200px;
    height: 32px;
    padding: 15px;
    border-radius: 3px;
    position: absolute;
    top: -69px;
    right: -69px;
    font-size: 12pt;
    line-height: 12pt;
    font-weight: 500;
    color: white;
    text-align: center;
    background: #59627a;
	/* direction: rtl; */
    box-shadow: inset rgba(0,0,0,.3) 0 0 1px, inset rgba(255,255,255,.3) 0 1px 0, rgba(0,0,0,.10) 0 1px 2px;
}
/* .menu .icons:last-child:hover:after {
    right: -26px;
} */
.menu .icons:before,
.menu .icons:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out;
}
.menu .icons:hover:before,
.menu .icons:hover:after {
    visibility: visible;
    opacity: 1;
}

.page_user .menu {
	display: none;
}

.satisfaction_form {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 101;
}

.satisfaction_form_quit {
	position: fixed;
	top: 1em;
	left: 1em;
	width: 4em;
	height: 4em;
	background: url(../images/close_icon-2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.satisfaction_form_iframe {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}

.menu .icons#show_satisfaction_form_close {
	display: none;
}

#map {
	width: 800px;
	height: 420px;
	background-color: white;
	position: fixed;
	top: 30px;
	left: 50%;
	margin-left: -400px;
	z-index: 120;
}

@media (max-width: 790px){
	#map {
		width: calc(100% - 20px);
		left: 10px;
		margin-left: 0;
	}
}

#map_with_location {
	width: 98%;
	height: 405px;
	margin: auto;
	top: 7.5px;
}

#close_button {
	width: 35px;
	height: 35px;
	font-size: 25px;
	color: white;
	border: 1px solid red;
	border-radius: 5px;
	background-color: red;
	position: absolute;
	top: -10px;
	right: -10px;
}

.dropdown_menu {
    position: relative;
	left: -25px;
    width: 150px;
    perspective: 1000px;
    display: none;
	animation: growDown 300ms ease-in-out forwards;
	transform-origin: bottom center;
}

.dropdown:hover .dropdown_menu--animated {
    display: block;
}

.dropdown:hover .dropdown_image{
	position: relative;
	left: 40px;
	bottom: 6px;
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

@media (max-width: 780px) {
	.menu .icons {
		width: 35px;
		height: 35px;
		margin: 2px;
	}

	.menu_infos, .menu_actions {
		top: -98px;
	}

	/* .menu_actions {
		top: -123px;
	} */

	.menu_speaker {
		top: -73px;
	}

	.dropdown_menu {
		left: -16px;
	}

	.dropdown:hover .dropdown_image{
		left: 27px;
		bottom: 6px;
	}

	#send_link_message {
		width: 420px;
	}
}

@media (max-width: 605px) {
	.menu {
		bottom: 5px;
		right: 5px;
	}

	#publisher {
		bottom: 90px;
		left: 5px;
	}
}

#send_link_notif {
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 110px;
	display: none;
}

#send_link {
	display: none;
}

#send_link_message {
	width: 600px;
	height: 100%;
	position: absolute;
	right: 0;
	background-color: #ffffffa1;
	text-align: center;
	font-size: 24px;
}

#send_link_message p {
	margin: 0;
	padding: 10px;
}