body, html {
    /*font-family: Arial;*/
    font-family: 'Libre Franklin', 'Helvetica Neue', helvetica, arial, sans-serif;
    height: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    background-color: #101010;
    color: white;
}

#target {  /* id */
    font-size: 16px;
    margin: 0 auto;
}

#target:focus { /* id + évènement */
    outline: none;
}

.hotkey-enabled:focus {
    outline: none;
}

#canv_cont {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: calc(100% - 116px);
    background-color: black;
}

#imageCanvas {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.extra {
    width: 100%;
    height: 100%;
}

.drawCanvas {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    pointer-events: none;
}

.UICanvas {
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
}

i {
    color: white;
}

#pencil {
    position: absolute;
    top: 9px;
    left: 11px;
    z-index: 8;
    font-size: 25px;
}

#arrows {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 8;
    font-size: 25px;
    display: none;
}

#bin {
    position: absolute;
    top: 10px;
    left: 306px;
    z-index: 8;
    font-size: 25px;
    display: none;
}

#undo {
    position: absolute;
    top: 10px;
    left: 340.5px;
    z-index: 8;
    font-size: 25px;
    display: none;
}

#redo {
    position: absolute;
    top: 10px;
    left: 379px;
    z-index: 8;
    font-size: 25px;
    display: none;
}

#restart {
    position: absolute;
    top: 10px;
    left: 418px;
    z-index: 8;
    font-size: 25px;
    display: none;
}

#table {
    position: absolute;
    top: 10px;
    left: 453.5px;
    z-index: 6;
    font-size: 25px;
    display: none;
}

#info {
    position: absolute;
    top: 10px;
    left: 498px;
    z-index: 6;
    font-size: 25px;
    display: none;
}

.button {
    align-items: center;
    background-color: #FFFFFF;
    color: black;
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    float: left;
    font-size: 16px;
    height: 100%;
    width: 100%;
}

.submitButton {
    position: absolute;
    bottom: 45px;
    left: 35px;
    z-index:8;
    opacity:0;
}

.submitButton .button {
    background-color: rgba(220,20,60, 0.6);
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 15px;
    border-radius: 20px;
    pointer-events:none;
}

.submitButton .button:hover{
    background-color:rgba(34,139,30, 0.6);
    cursor: pointer;
}

.overlayEnd {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left:0;
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.endingContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size:4vw;
}

.endingContainer h1{  /* tous les h1 dans endingContainer*/
    font-size:4vw;
    color:white;
    text-align:center;
}

.endingContainer h3 {
    font-size:4vw;
    color:white;
    text-align:center;
}

.endingContainer p {
    color:rgba(255, 255, 255, 0.835);
    padding-bottom:10px;
    text-align:center;
    font-size: 2vw;
}

.endingContainer div{
    width:100%;
    text-align:center;
    padding-bottom:30px;
}

.endingContainer a {
    text-align: center;
    text-decoration: none;
    color: red;
    width: 100%;
}

.endingContainer a:hover{
     color:forestgreen;
}

#bigger:hover {
    cursor: default;
}

#featureItem:hover {
    color: forestgreen;
    cursor: pointer;
}

.spacingFeatures {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: rgba(0,0,0,0.1);
}

.HideTable {
    height: 50px;
    width: 0;
    position: fixed;
    z-index: 7;
    top: 58px;
    right: 0;
    overflow-x: hidden;
    transition: 0.6s;
    margin-top: 100px;
    background-color: #333;
    border: thick;
    border-color: white;
    border-radius: 15px;
    padding-top:15px;
    padding-bottom:5px;
    cursor:pointer;
}

.HideIcon {
    min-width: 280px;
    width: 100%;
}

.HideIcon div {
    display: block;
    margin: auto;
    width: 70%;
}

.HideText {
    transform: rotate(270deg);
    color:white;
    float:left;
    font-size:15px;
}

.HideText:hover{
    color:forestgreen;
}

.aladin-layerBox{
    z-index: 20;
    pointer-events: inherit;
}

.aladin-table {
    z-index : 10;
}
/*
.aladin-tooltip-container.aladin-grid-control.top.right {
    top : 5.4rem;
}*/
