@font-face {
    font-family: Heebo-Medium;
    src: url(../font/Heebo-Medium.ttf);
}
/* @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */
body {
    background-image: url(../background/image1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    font-family: Heebo-Medium;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
header {
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: space-between;
    color: white;
    padding: 0.4em;
}
#headergauche {
    display: flex;
    align-items: center;
    margin-left: 0.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#headeritemgauche{
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    margin-right: 0.4em;
    width: 1.5em;
    height: 1.5em;
    align-items: center;
    text-align: center;
    position: absolute;
}
#headeritemmilieu{
    padding-left: 0.4em;
    padding-right: 0.4em;
    margin-left: 2.4em;
    margin-right: 0.4em;
    position: absolute;
}
#headermilieu {
    margin-left: 6.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#headerdroite {
    display: flex;
    align-items: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-right: 0.3em;
}
#itemgauche, #itemmilieu, #itemdroite{
    padding-left: 0.4em;
    padding-right: 0.4em;
}
#popupf11 {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute ;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    background-color: rgba(0,0,0,0.8);
    padding: 1em;
    border-radius: 0.7em;
    font-size: x-large;
}
#crossClose{
    position: absolute ;
    top: 20%;
    left: 96%;
    transform: translate(-50%,-50%);
    font-size:0.7em;
    padding: 0.1em;
    border-radius: 0.7em;
    cursor: pointer;
    color: red;
}
#crossClose:hover{
    background-color: black;
}
#popupf11text{
    padding-left: 1em;
    /* padding-top: 1em; */
    padding-right: 1em;
}
#headermilieu:hover, #headerdroite:hover{
    cursor: pointer;
    background-color: rgba(130,130,130,0.6);
    border-radius: 10px;
}
#headeritemgauche:hover, #headeritemmilieu:hover{
    cursor: pointer;
    background-color: rgba(130,130,130,0.6);
    border-radius: 10px;
} 
#appsdock{
    display: flex;
    justify-content: space-around;
    position:absolute;
    top: 92%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 0.4em;
    font-size: larger;
}

.dockapps:hover {
    cursor: pointer;
    background-color: rgba(164, 164, 164, 0.6);
    border-radius: 10px;
}
#app1 {
    padding: 0.5em;
    width: 2.1em;
    height: 2.1em;
}
#app2 {
    padding: 0.5em;
    width: 2.1em;
    height: 2.1em;
}
#app3 {
    padding: 0.5em;
    width: 2.1em;
    height: 2.1em;
}
#app4 {
    padding: 0.5em;
    width: 2.1em;
    height: 2.1em;
}
#app5 {
    padding: 0.5em;
    width: 2.1em;
    height: 2.1em;
}
#app6 {
    padding: 0.5em;
    width: 2.1em;
    height: 2.1em;
}
#app7 {
    padding: 0.5em;
    width: 2.1em;
    height: 2.1em;
}


/* SPECIAL WINDOWS THAT OPEN */


#title-bar {
    height: 2.3em;
    background-color: black;
    width: 100%;
    display: flex;
    justify-content: space-between;
    user-select: none;
  }

  #minimize:hover, #square:hover {
    background-color: rgba(100,100,100,0.6);
  }
  
  #exit:hover {
    background-color: rgba(100,100,100,0.6);
  }
  
  #minimize {
    color: white;
    font-size: 12px;
    padding: 9px 15px 7px 15px;
  }
  
  #square {
    color: white;
    font-size: 22px;
    padding: 0px 15px 5px 15px;
  }

  #exit {
    color: white;
    font-size: 15px;
    padding: 7px 17px 7px 17px;
  }
  
  #ssl-padlock {
    user-select: none;
    padding-left: 8px;
    margin-right: 8px;
  }
  
  #domain-name {
    color: white;
    font-size: 14px;
    font-family: "system";
  }
  
  #domain-path {
    color: #9c9898;
    font-size: 14px;
    font-family: "system";
  }
  
  #content {
    width: 100%;
    height: 30em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: rgba(0, 0, 0, 0.75);
    padding-right: 0.01em;
  }
  
  #window {
    margin-left: 30%;
    margin-top: 7%;
    opacity: 0;
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    height: 3em;
    width: 40%;
  }

    /* FOR ANIMATION FADEIN */
    /* animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; */