body {
    background: url(../img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0% 0% 0% 0%;
}

.texte{
    color: white;
    font-family: 'Century Gothic','CenturyGothic','AppleGothic',sans-serif;
}
.lien:hover{
    text-decoration: none;
    color: rgb(138,170,209);
    border-bottom: 4px;
    border-color: #598e84;
    padding-bottom: 5%;
}

.selected{
    color: white;
    border-bottom: 4px white solid;
    padding-bottom: 6%;
}

.header{
    background-color: #598e84;
    padding: 1% 0% 1% 0%;
    /*position: fixed;
    width: 100%;
    position: absolute;*/
}
.footer {
    background-color: #598e84;
    padding: 0.5% 0% 0.5% 0%;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.corps{
    font-size: 50px;
    margin-top: 8vh;
    text-align: left;
}

.cv{
    margin: 0 5% 0 5%;
    border: 2px #598e84 solid;
    border-radius: 3px;
    background-color: rgb(242, 248, 249);
    text-align: center;
    font-size: 19px;

}

.categorie{
    font-family: 'Century Gothic','CenturyGothic','AppleGothic',sans-serif;
    font-size: 45px;
    font-style: bold;
    color: #598e84;
    text-decoration-line: solid;
    text-decoration-color: #598e84;
    border: 2px #598e84 solid;
    margin-left:75px;
    margin-right:75px;

}

.ecole, .date{
    font-family: 'Century Gothic','CenturyGothic','AppleGothic',sans-serif;
    font-size: 24px;
}

.title_exp{
    font-family: 'Century Gothic','CenturyGothic','AppleGothic',sans-serif;
    font-size: 22px;
}

.exp{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.date{
    text-align: right;
    font-size: 17px;
    font-style: bold;
}

.studs{
    font-size: 15px;
}

.logo{
    display: block;
    position: absolute;
}

.skills{
    text-align: left;
    font-size: 15px;
    font-family: 'Century Gothic','CenturyGothic','AppleGothic',sans-serif;
}

.right{
    text-align: right;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.lindent{
    margin-left: 70px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.hobbie{
    font-family: 'Century Gothic','CenturyGothic','AppleGothic',sans-serif;
    font-size: 22px;
}

.portfolio-item {
    margin-bottom: 25px;
}


.cadre_photo{
    border: 2px white solid;
}

.copyright{
    color: gray;
    font-family: 'Century Gothic','CenturyGothic','AppleGothic',sans-serif;
    font-size: 12px;
    margin-right: 30px;
    text-align: right;
    margin-top: -15px;
    padding-top: -15px;
    position: absolute;
}



@font-face {
    font-family: neuropol;
    src: url(../../font/neuropol.ttf);
}

#gametitle {
    padding: 0;
    margin: 0; 
    text-align: center;
    font-family: "neuropol","Helvetica";
    font-size: 40px;
    color: rgb(0,112, 233);
    margin: 15px 0px 15px 0px;
}


#scoredisplay{
    padding: 0;
    margin: 0; 
    text-align: center;
    font-family: "neuropol","Helvetica";
    font-size: 18px;
    margin: 10px 0px 10px 0px;
}

#score{
    padding: 0;
    margin: 0; 
    text-align: center;
    font-family: "neuropol","Helvetica";
    font-size: 25px;
    color: blue;
    margin: 10px 0px 10px 0px;
}

#restartbutton{
    padding: 0;
    margin: 0; 
    text-align: center;
    font-family: "neuropol","Helvetica";
    background: #428BCA;
    color: rgb(255,255,255);
    font-size: 18px;
    height: 40px;
    width: 170px;
    border-radius: 5px;
    line-height: 30px;
    margin: 15px 0px 10px 0px;
    transition: all 0.3s ease 0s;
}

#restartbutton:hover {
    padding: 0;
    margin: 0; 
    text-align: center;
    font-family: "neuropol","Helvetica";
    background: #3071A9
}

#credits{
    padding: 0;
    margin: 0; 
    text-align: center;
    font-family: "neuropol","Helvetica";
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 10px;

}

#game{
    display: none;
    background-color: red;
}



