/*
blue : 77c9d4
light-green : 57bc90
dark-green : 015249
grey : a5a5af

*/
/* ######################### GENERAL STYLE ################################ */
body {
    font-family: 'Lato', sans-serif;
    background:
            linear-gradient(
                    rgba(60,179,113, 0.10),
                    rgba(60,179,113, 0.10)
            ), url("../images/congruent_outline.png");
    /* Background pattern from subtlepatterns.com */
}
.panel{
    color: #2b2b2b;
}
h1,h2{
    color: #efefef;
}
.popover-title{
    color: #2b2b2b;
}
body .container {
    height: 100%;
    padding-bottom: 40px;
    /*background-color: #efefef;*/
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 30px;
}

p.navbar-text.position-text {
    color: #57bc90;
}

.input-group > .form-control {
    width: 100%;
}

.game-list-item {
    min-height: 270px;
}

.game-list-item-home {
    overflow-y: scroll;
    min-height: 300px;
    max-height: 300px;
}
.well{
    color: #2b2b2b;
}
.tuto-list{
    padding-left: 20px;
    line-height: 2em;
}