body{

    /*cursor: url('img/icons/NSO_Cursor/nso_cursor.cur'), default;

    cursor: url('img/icons/NSO_Cursor/nso_vertical.cur'), ns-resize;

    cursor: url('img/icons/NSO_Cursor/nso_horizontal.cur'), ew-resize;*/

    overflow: hidden;

}





@font-face {

    font-family: "VCR_Glitch";

    src: url('font/VCR_OSD_MONO_1.001.ttf') format('truetype'),

         url('font/VCR_OSD_MONO_1.001.woff2') format('woff');

}



#window{

    background: url('img/background.png') no-repeat center center fixed;

    background-size: cover;

    position:fixed;

    padding:0;

    margin:0;

    top: 0;

    right: 0;

    height: 100%;

    width: 100%;

    font-family: "VCR_Glitch";

    z-index: 0;

}



#footer{

    position: absolute;

    bottom: 0;

    width: 100%;

    height: 45px;

    left: 0;

    background-color: #bdbdbd;

    text-align: left;

    font-family: "VCR_Glitch";

    z-index: 0;

}





#footer img{

    position: relative;

    left: 0;

}



.ui-icon-gripsmall-diagonal-se{

    opacity: 0;

}





.draggable{

    overflow-y: hidden;

    overflow-x: hidden;

    border-radius: 7px;

    position: fixed;

    background-color: #FEF8FE;

    z-index: 10;

    border: 1px solid #000000;

}



.draggable * {

    color: #200f53;
    line-height: 110%;
    padding-top: 2px;

    padding-left: 3px;

    padding-right: 3px;

}



.draggable_header{

    border-bottom: 1px solid #000000;

    border-radius: 5px;

    user-select: none;

    background-color: #EFD0F0;

    margin: 0;

}



.draggable_header p{

    text-align: left;

    padding-top: 3px;

    margin-top: 0;

    color: #000000;

}



.header_txt{

    padding-left: 3px;

}



.close_btn_draggable{

    position: absolute;

    right: 0px;

    top: 0px;

    background-color: #ff5269;

    cursor: pointer;

}



.maximize_btn_draggable{

    position: absolute;

    top: 0px;

    background-color: #52ceff;

    cursor: pointer;

}



.text_draggable{

    padding: 5px;

    margin: 0;

    text-align: left;

    z-index: 2;

}



.txt_menu{

    text-align: center;

    margin-top: 0;

    margin-left: 30%;

}



#heure{

    font-family: "VCR_Glitch";

    z-index: 2;

    position: absolute;

    bottom: 8px;

    right: 15px;

    margin-top: 0;

    margin-left: 30%;

}





/*

LES ICONES

*/

/*placer le fichier au milieu à gauche de l'écran*/

.deskicon{

    position: absolute;

    text-align: center;

    z-index: 1;

}

.deskicon>div{

    padding-top: 5px;

}



.deskicon img{

    user-select: none;

    cursor: pointer;

}



#file_icon{

    top: 147px;

    left: 11px;

}

#file_icon img{
	transform: translateX(-5px);
}



#presentation_icon{

    top: 60px;

    left: 40px;

}



/*APP en général*/

.in_app{

    margin: 5px;

    text-align: left;

}

.in_app img{

    user-select: none;

    float: left;

    margin: 5px;

}



.in_app p{

    text-align: left;

}



.in_app ul{

    margin-left: 15px;

}



/*WHO AM I*/

#presentation{

    text-align: justify;

}

#presentation h1{

    margin: 5px;

}

#presentation_img{

    float: right;

    scale: 0.25;

}



/*CONTACT*/

#contact_icon{

    top: 237px;

    left: 45px;

}



.inapp_presentation{

    margin-left: 15px;

    text-align: left;

}



.inapp_presentation ul{

    list-style-type: circle;

    margin-bottom: 10px;   

}



.inapp_presentation li{

    margin-left: 15px;

    display: inline-block;

}



.inapp_presentation li img{

    position: relative;

    top: -15px;

}



.inapp_presentation li:not(:last-child){

    margin-bottom: 3px;

}





/*PROJECT*/

.project{

    color: #200f53;

}

.link_project{
    color:#66003f;
    text-decoration: underline;
    cursor: pointer;
}

.project b{

    text-decoration: underline;
    color:#66003f;
    cursor: pointer;

}

.deskicon{

    cursor: pointer;

}

.img_draggable{
    
    user-select: none;
    float: left;
    width: 50%;
    margin: 5px;
    transition: transform 0.5s;
}

.zoomable:hover{
    cursor: zoom-in;
    transform: scale(1.5) translate(30px, 0px);
    position: fixed;
    width: 25%;
}




/*FOOTER ICON*/

.windows_handle{

    bottom: 0;

    z-index: 2;

    font-family: "VCR_Glitch";

    cursor: pointer;

}



#footer_div{

    position: absolute;

    display: flex;

    z-index: 4;

    text-align: left;

}

#footer_div img{

    z-index: 2;

}



#footer_div p{

    position: absolute;

    margin: 0;

    width: 150px;

    font-family: "VCR_Glitch";

    bottom: -30px;

    padding: 0;

}

#footer_div p:first-child{

    left: 125px;

}



#footer_div p:nth-child(2){

    left: 350px;}



#footer_div p:nth-child(3){

    left: 525px;

}



