body{
    background-color: #eee;
    color: #363636;
    font-family: Quicksand;
    /* background: url("ressources/img/background.png");
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: center center; */
}

.highlighted{
    /* color: #F88C00; */
    color: #6eb44e
}

.dark{
    background-color: #363636;
    color: #eee;
}

.bright{
    background-color: #eee;
    color: #363636;
}

.button{
    color: #eee;
    /* background-color: #F88C00; */
    background-color: #6eb44e;
}

.button:hover{
    /* background-color: #ff9c1a; */
    background-color: #6eb44e;
}

.link{
    /* color: #F88C00; */
    color: #6eb44e

}

.input{
    border: #363636 solid 1px;
}