@font-face {
    font-family: azeret;
    src: url(ibm/IBMPlexMono-Bold.ttf);
    font-weight: 850;
}

@font-face {
    font-family: azeret;
    src: url(ibm/IBMPlexMono-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: jgs;
    src: url(jgs_Font.ttf);
}

:root{
    --c1 : rgb(216, 255, 221);
    --c2 : rgb(255, 245, 253);
    --c3 : rgb(12, 49, 12);
    --c4 : rgb(255, 255, 217);
}

body{
margin: 0 auto;
font-family: azeret;
overflow-x: hidden;
background: var(--c2);
color: var(--c3);
font-weight: 850;
}

#nav{
    display: block;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: .3vw;
    padding-bottom: 0;
}

#ill{
    background-color: var(--c2);
    width: fit-content;
    border-radius: 50%;
    padding: .3vw;
}

#reset{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bolder;
    width: 10%;
    padding-left: .2vw;
}

#reset span{
    background-color: var(--c2);
    border: 1px solid var(--c3);
    border-radius: 50%;
    height: 1.5vw;
    transform-origin: center;
    transition: .2s;
    transform: translate(-30%,0);
    width: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#reset span:hover{
    filter: invert(1);
    transform: translate(-30%,0) rotate(90deg);
}

a{
    color: unset;
    text-decoration: none;
}


.entry{
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    overflow-y: hidden;
    max-height: 5vh;
    overflow-x: hidden;
    transition: .2s;
    background-color: var(--c2);
    padding: .3vw;
    border-bottom: 1px solid var(--c3);
}

.entry:first-of-type{
    border-top: 1px solid var(--c3);
}


#title{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
    padding-left: .3vw;
    width: 30%;
}

#liste{
    display: block;
    position: relative;
    padding-bottom:20vh;
}

#kList{
    display: inline-block;
    vertical-align: middle;
    width: 58%;
}
.key{
    padding: 3px 10px;
    display: inline-block;
    border-radius: 100px;
    vertical-align: middle;
    margin-bottom: .3vw;
    margin-right: 25vw;
    transition: .2s;
    cursor: pointer;
    border: 1px solid var(--c3);
    background-color: var(--c1);
}
.key:hover{
    filter: invert(1);
}

.active{
    filter: invert(1);
}
.active:hover{
    filter: invert(1) hue-rotate(130deg);
}

.tEntry{
    display: inline-block;
    width: 30%;
    padding-left: .3vw;
}

.linkEntry{
    width: 10%;
    display: inline-block;
}


.linkEntry span::before{
    content : 'Voir ';
    vertical-align: middle;
    white-space: pre;
    display: inline-block;
    transition: .3s;
    max-width: 0;
    overflow: hidden;
}

.linkEntry:hover span::before{
    max-width: 80%;
}

.keywords{
    display: inline-block;
}

.kWord{
    display: inline-block;
    padding: 3px 7px;
    transition: .2s;
    background-color: var(--c4);
    margin: 0 5px;
    border: 1px solid var(--c3);
    border-radius: 50px;
}



.bk{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
}

.focus{
    margin-left: 100px;
    font-weight:400;
    display: inline-block;
}

.focus a{
    transition: .2s;
}

.focus a:hover{
    filter: invert(1);
}


.description{
    display: block;
    position: absolute;
    font-weight: 400;
    top: 50%;
    padding: .3vw;
    transition: .2s;
    z-index: 1;
    transform: translate(0, -50%);
    right: 1.5vw;
}

.descObj{
    display: block;
    position: absolute;
    top: 0;
    color: var(--c1);
    background-color: var(--c3);
    width: 0;
    padding: .6vw 0;
    line-height: 1.2;
    pointer-events: none;
    transition: .3s;
    overflow-x: hidden;
    word-wrap: none;
    white-space: nowrap;
    overflow: hidden;
    left: 0;
}

.description:hover {
    color: var(--c2);
    font-weight: 850;
}


.description:hover ~ .descObj{
    padding: .6vw;
    width: 100%;
}

#footL{
    display: block;
    position: fixed;
    z-index: 2;
    background-color: var(--c3);
    color: var(--c2);
    bottom: 0;
    left: 0;
    padding: .3vw;
    width: 100%;
}

.rmK{
    display: inline-block;
    padding: 3px 7px;
    transition: .2s;
    margin:0 5px;
    background-color: var(--c4);
    color: var(--c3);
    cursor: pointer;
    border: 1px solid var(--c3);
    border-radius: 50px;
}

.rmK:hover{
    filter: invert(1);
}

#nkw{
    display: inline-block;

}

#color{
    display: block;
    position: absolute;
    right: 0;
    padding: .3vw .6vw;
    top: 50%;
    transform: translate(0, -50%);

}

pre{
    margin: 0;
}

#snoopB{
    display: block;
    position: fixed;
    font-weight: 850;
    bottom: 3vw;
    font-size: .6vw;
    font-family: jgs;
    
    left: 1vw;
}

#snoopB span{
    font-size: .8vw;
    font-family: azeret;
    line-height: 0;
    font-weight: 850;
}

#intro{
    display: block;
    margin: 0 auto;
    z-index: 2;
    font-weight: 850;
    padding: 1.5vw;
    transition: .3s;
    font-family: jgs;
    top: 0;
    left: 0;
    font-size: 2.8vw;
}

#intro span{
    font-family: azeret;
    text-shadow: none;
    font-size: .4vw;
    line-height: 0;

    color: var(--c3);
}

#waiting{
    display: block;
    position: fixed;
    pointer-events: none;
    left: 50%;
    opacity: 0;
    top: 50%;
    transition: .2s;
    line-height: 1;
    transform: translate(-50%, -60%);
    font-size: 8vw;
}

#waiting span{
   
}

#back{
    display: block;
    position: fixed;
    background-color: var(--c4);
    width: 100%;
    height: 40vh;
    bottom: 0;
    left: 0;
}