.iframe-media {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  border: none;
}
.iframe-media img {
  width: 100vw;
}
.btn-retour-iframe {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 6vh;
  z-index: 100;
  margin-left: 47vw;
}
.back-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  background-color: black;
}
.bloc_button {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  z-index: 90;
  width: 200px;
  height: 100px;
}
@media screen and (max-width: 750px) {
  .bloc_button {
    width: 150px;
    height: 75px;
  }
}
.bloc_button .bouton1 {
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
#logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.notif-new-media {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -7px;
  right: -5px;
  font-weight: bold;
  color: white;
  background-color: #dc3545;
  border-radius: 999px;
  box-shadow: 0 0 5px #a13c2a;
}
#qrcode {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 120px;
  height: 120px;
  border: 2px solid black;
  border-radius: 3px;
  background-color: white;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #qrcode {
    display: none;
  }
}
#qrcode img {
  max-width: 98%;
  max-height: 98%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#block-validate {
  height: 20vh;
  width: 100vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  background-color: #ececec;
  border-top: 1px solid #ccc;
}
#block-validate button {
  cursor: pointer;
  padding: 10px 25px;
  background-color: #1f1f3d;
  color: white;
  margin-right: 20px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
}
#file-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 80vh;
  overflow-y: auto;
  margin: 0;
}
#file-list .file {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  margin: 3px 0;
  cursor: pointer;
  margin-left: 15px;
}
#file-list .file.back {
  margin-left: 0;
}
#file-list .file.active {
  background-color: rgba(111, 140, 209, 0.3);
  border: 2px solid #4465BD;
  border-radius: 4px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}
#file-list .file .extension {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#file-list .file .extension img {
  width: 16px;
}
#file-list .file .extension.back {
  margin-right: 0;
}
#file-list .file .extension.back img {
  width: 24px;
}
#file-list .file p {
  font-family: sans-serif;
  font-size: 16px;
  margin: 5px 0;
}
#popup-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 40% 20%;
  height: 20%;
  width: 60%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.44);
  font-size: 3rem;
  z-index: 99;
  font-weight: bold;
  color: #57cc99;
}
#popup-info.error {
  color: #bc4b51;
}
.error-message {
  margin: 10px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.block-file-list {
  display: block;
  margin-left: 17px;
  padding-left: 10px;
  border-left: 3px solid #ccc;
}
.popupPassword {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.popupPassword .content {
  width: 40vw;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 100px 50px;
  border-radius: 10px;
  position: relative;
}
@media screen and (orientation: portrait) {
  .popupPassword .content {
    width: 70vw;
  }
}
.popupPassword .content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: red;
  padding: 15px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1rem;
  border-radius: 30px;
}
.popupPassword .content input {
  font-size: 1.6rem;
  padding: 10px;
}
.popupPassword .content button {
  font-size: 1.6rem;
  padding: 10px;
  background-color: #1f1f3d;
  color: white;
  border: none;
  border-radius: 4px;
  font-weight: bold;
}
.errorMessage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.errorMessage .content {
  max-width: 80vw;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  border-radius: 10px;
}
.errorMessage .content p {
  font-size: 2rem;
  color: #c20000;
  font-weight: bold;
}
.btn-retour-carrousel {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  z-index: 99;
}
#block_lecteur_usb {
  background-color: #ececec;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
#block_lecteur_usb #lecteur_usb {
  margin: 10px;
  padding: 10px 25px;
  background-color: #1f1f3d;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: white;
  cursor: pointer;
}
