@font-face {
    font-family: Joey;
    src: url("./fonts/nexity-regular-webfont.woff2");
    font-weight: 700
}

html, body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: flex;
}
#bandeHaut{
    height: 60px;
    width: 100%;
    background-color: rgb(208, 28, 52);
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    font-weight: bold;
    line-height: 20px;
    font-family:'Joey', 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
#bandeHaut h2{
    padding-left: 20px;
}
#logoOperation{
position: absolute;
width: 260px;
height: 40px;
background-image: url("../img/Oxygene.png");
background-repeat: no-repeat;
background-size: contain;
top: 120px;
left: 20px;
}
#main{
width: 100%;
height: 100%;
margin: auto;
margin-top: 20px;
}
#renderCanvas {
    width: 100%;
    height: 100%;
    touch-action: none;
    outline: none;
}
#tiltleOperation{
  position: relative;
  color:white;
  display: block;
  background: none;
  top:60px;
  left:20px;
  text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
  float: left;
}
.icon{
   line-height: 12;
   transform:translateY(4px);
   display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
}
.icon-hotspot{
    background-image: url("../img/marker.svg");
    filter: brightness(100);
}
#credit{
    position: sticky;
    top: 100% ;
    left:100%;
    color: white;
    font-size: smaller;
    cursor: pointer;
    display: inline-flex;
    font-weight: bold;
    text-shadow: 0 1px 2px rgb(0 0 0 / 40%);
    float: right;
    padding-right: 20px;
    padding-bottom: 20px;
}
#help{
    display: none;
    height: 100%;
    width: 100%;
    background-image: url("../img/help.jpg");
    background-repeat: no-repeat;
    background-size: 90%;
    position: relative;
    margin: auto;
    background-position: center;
    background-color: #141414;
}
#helpBtn{
    margin-right: 6px;
}
#loadPage{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#logoPMF{
    width: 200px;
    height: 200px;
    margin-bottom: 80px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
}
#myProgress {
    width: 100%;
    background-color: #807EB6;
    height: 100%;
    position: relative;
    top: 0px;
}

#myBar {
    width: 60%;
    height: 16px;
    background-color: #ddd;
    text-align: center;
    line-height: 16px;
    color: white;
    border-radius: 6px;
}