/* latin */
@font-face {
  font-family: 'myFont';
  src: url(../fonts/myFont.ttf);
}


#imagePage{
    width: 100%;
    height: 100%;
	position: absolute;
}

#text {
  position: absolute;
  top: -50%;
  height: auto;
  width: auto;
  /* display: none; */
  z-index: 1000000;
  /* background-color: red; */
}

#text2 {
  position: absolute;
  height: auto;
  width: auto;
  display: none;
  z-index: 1000000;
  top: 30%;
  /* background-color: red; */
}

#content
{
    position: absolute;
    bottom: 0%;
    word-wrap: break-word;
    /* background-color: red; */
}

#jack {
    z-index:1;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    vertical-align: top;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    height: 100vh;
/*  color: red;
text-shadow: 0px 0px 0px #000;
-webkit-text-fill-color: transparent; */
}
#jack:focus {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    resize: none;
}

html, body{
    margin: 0;
    padding: 0;
}
#fadeout {
    position: absolute;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index:2;
}
#page {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 21cm;
    z-index:0;
    width: 50%;
    height: 100%;
    z-index:1;
    right: 0%;
}
#signal
{
    z-index:2;
    position: absolute;
    width: 30px;
    height: 30px;
    visibility: hidden;
}
#signalMaxIdleTime
{
    z-index:100;
    position: absolute;
    width: 30px;
    height: 30px;
    visibility: hidden;
}
#margeInterneFenetreGauche
{
  display: none;
}
