#participants {
  width: 100%;
  position: absolute;
  height: 30%;
  padding: 10px 5px 0px 5px;
}

.li_participants {
  width: 100%;
  display: flex;
  height: 35px;
  align-items: center;
}

.li_participants i {
  font-size: 2rem;
}

.userName {
  font-size: 1.7rem;
  font-weight: 500;
  white-space: nowrap;
}

.userSpeak {
  padding: 3px;
  flex-grow: 1;
  overflow: hidden;
}

.isSpeaking i {
  margin-left: 5px;
}

.variousIcones {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}

.variousIcones i {
  background: white;
  margin-left: 10px;
  padding: 5px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

.turnOnVideo {
  color: rgb(165, 154, 154);
}

.turnOnVideo:hover {
  color: rgb(78, 78, 78);
}

.turnOffVideo {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.turnOffVideo:hover {
  background: #DFDFDF;
}

#inviter_contact {
  position: absolute;
  height: 30%;
  top: 30%;
  width: 100%;
  padding: 0px 5px 0px 5px;
}

#lien_conference {
  display: inline;
  text-align: center;
  color: white;
  margin-left: 50px;
}

#listeParticipants {
  width: 100%;
  padding-left: 0px;
  list-style: none;
  max-height: 35vh;
  overflow: auto;
}

#utilisateurAInviter {
  width: 100%;
  padding-left: 0px;
  max-height: 20vh;
  list-style: none;
}

.li_invites {
  padding-top: 5px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 35px;
  align-items: center;
}

.li_invites i {
  font-size: 2rem;
}

.btn_invite {
  display: flex;
  align-items: center;
  color: white;
  background-color: #227230;
  padding: 3px 5px 3px 5px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

#video_local {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  width: 100%;
}

.videoContainer {
  position: relative;
}

.videoContainer video {
  position: relative;
  max-height: 30vh;
  max-width: 100%;
  border-radius: 3px;
}

.mainVideo {
  max-height: 80vh;
}

.videoContainerMain {
  position: relative;
  border-radius: 3px;
  width: 93%;
}

.videoContainerMain video {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.volume_bar {
  position: absolute;
  width: 5px;
  height: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #12acef;
}

.sideMenu {
  background-color: white;
  overflow: hidden;
  border-left: 1px solid #00927f;
  min-height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 20%;
  z-index: 3;
}

.main {
  height: 100vh;
  margin-right: 20%;
}

.section_titre {
  color: #222222;
  font-weight: 400;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}

.separateur {
  border-top: 1px solid black;
  margin-bottom: 10px;
  width: 100%;
}

#setupVideo {
  text-align: center;
  height: 5vh;
}

#rechercher {
  border: none;
  border-bottom: 1px solid #1a0dab;
  background-color: transparent;
  display: block;
  width: 100%;
  color: black !important;
  font-weight: 300;
}

#rechercher::placeholder {
  color: black !important;
  font-style: italic;
  font-size: 10px;
}

#linkToJoin {
  /*On cache un input pour copier le lien de la conf*/
  position: absolute;
  left: -89999999px;
}

#ulAutocompletionRecherche {
  position: absolute;
  display: none;
  padding-left: 0px;
  background-color: whitesmoke;
  border-radius: 3px;
  width: 95%;
  max-height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000000000;
}

.optionRechercheUtilisateurVisio {
  font-weight: 500;
  width: 100%;
  list-style: none;
  padding: 1px 0px 1px 5px;
  cursor: pointer;
}

.optionRechercheUtilisateurVisio:hover {
  background: #e7eaf0;
}

.chargement-invitation {
  text-align: center;
}

.remoteName {
  color: white;
  display: block;
}

.btn_remove_participant {
  height: 20px;
  float: right;
}

.titre_conf {
  padding-left: 15px;
  color: white;
}

.fullscreen-principale {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000000000000;
}

.fullscreen2-principale {
  position: absolute;
  bottom: 35px;
  left: 10px;
  z-index: 1000000000000;
}

.fullscreen {
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 1000000000000;
}

.fullscreen2 {
  position: absolute;
  bottom: 35px;
  left: 25px;
  z-index: 1000000000000;
}

.onSharing {
  position: absolute;
  color: white;
  z-index: 1000000000000;
}

/*Page erreur/fin de conference/et choix du pseudo*/
.qualiteConnexion {
  font-size: 1.5rem !important;
  margin-left: 15px;
  cursor: help;
}

.navigator_screen_visio {
  max-height: 250px;
  width: auto;
}

/*# sourceMappingURL=visioconference.css.map */
