
.loopback {
	position: absolute;
	width:auto;
	height: 25%;
	padding: 0px;
	margin: 0px;
	z-index:1;
	left:10px;
	top:10px;
	border-radius: 10px;
}

#remoteVideo {
	position: absolute;
	left:0px;
	visibility: hidden;
}
/*
#localVideo {
	position: absolute;
	left:0px;
}*/

.overlay{
	top: unset;
	left: unset;
}
#over
{
	width: 100%;
	position: relative;
	margin: 0 auto;
    box-sizing: border-box;
}
#over.recording{
	border: 4px solid red;
}
#over .rec{
	display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    color: red;
    font-size: 30px;
}
@keyframes blink-animation {
	to {
	  visibility: hidden;
	}
  }
@-webkit-keyframes blink-animation {
to {
	visibility: hidden;
}
}
#over.recording .rec{
	display: block;
}
#fondPluginGris #plugin{
	z-index: 50;
}

#plugin, #plugin div{
	height: 100%;
}

#contenu_fiche{
	width: 100%;
}

#media_request_notif
{
	background-color: #FFF;
	display: none;
	height: 130px;
	margin-right:40%;
	position: fixed;
	right: 10px;
	top: 40%;
	width: 370px;
	z-index: 1003;
	border-radius: 5px;
}

#title_fiche_containeur{
	height: 32px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	background: none;
	background-color: #5179f4;
	font-family: "open_sansregular", Arial, sans-serif;
	text-shadow: none;
	color: #ffffff;
	font-size: 15px;
}

#media_request{
	font-family: "open_sansregular", Arial, sans-serif;
	color: #58595b;
	font-size: 12px;
	text-align: center;
	height: 100%;
	height: 88px;
	background: url(../images/commun/camera_icon.png) no-repeat 8px 4px;
}

#media_request div{
	padding-top: 7px;
}

#do_not_ask_container{
	text-align: right;
    position: absolute;
    bottom: 17px;
    right: 10px;
}

#do_not_ask{
	margin-right: 5px;
}

#close{
	margin-left: 5px;
}

#fondPluginGris {
	position: relative;
}

#connectionOverlay {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top:0;
	display:none;
	z-index: 60;
  }

  .overlay {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: linear-gradient(0deg, #3273B7, #1E1E1E);
  }

  .overlay h3 {
	text-transform: capitalize;
  }

  .container {
	max-width: 600px;
	max-height: 600px;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .moving-circle {
	margin-left: -230px;
	width: 310px;
	height: 310px;
	opacity: 0.4;
	transform-origin: 85% center;
	position: absolute;
	animation: rotate 2s linear infinite;
  }

  .moving-circle:nth-child(1) {
	margin-top: 0px;
  }

  .moving-circle:nth-child(2) {
	animation: rotate-rev 2s linear infinite;
	margin-left: -275px;
  }

  .moving-circle:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #3273B7;
	border-radius: 500px;
  }

  .circle-center {
	width:290px;
	height: 290px;
	background: #3273B7;
	border-radius: 500px;
	font-size: 40px;
	color: white;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	position: relative;
  }

  .circle-label {
	margin-top: 10px;
	color: white;
	font-size: 25px;
	z-index: 12;
	position: absolute;
	bottom: -45px;
  }

  @keyframes rotate {
	100% {
	  transform: rotate(-360deg);
	}
  }

  @keyframes rotate-rev {
	100% {
	  transform: rotate(360deg);
	}
  }

  /* Le fond qui recouvre toute la page */
#popupModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Noir transparent */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20000;
}

/* La boîte blanche au centre */
#popupModalContent {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    text-align: center;
}
#popupModalMessage {
	margin-bottom: 20px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
