html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: url('http://play.heart-craft.fr/background.jpg') no-repeat center center fixed;
    background-size: cover;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main.container {
    flex: 1;
}

.menu i {
    margin-right: 5px;
}

.menu .skin-user {
    position: absolute;
    left: -20px;
    top: 9px;
}

.main-block {
    width: 100%;
    margin: 0 auto 20px;
}

.body-block {
    background-color: white;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.footer {
    width: 100%;
    opacity: 0.95;
    font-size: 1.1em;
    background: linear-gradient(to bottom, #b3dced 0%, #1995dc 0%, #29b8e5 100%);
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.footer p {
    color: #fff;
    margin: 0;
}

/* Debug mode (désactivable facilement) */
/** {
    /* outline: 1px solid red !important; 
}*/
