html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font: 15px HelveticaNeueLTStd-Lt;
    -webkit-font-smoothing: antialiased;
    line-height: 25px;
}

h1.name {
    font-family: HelveticaNeueLTStd-Lt,Arial,Helvetica,sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 20px;
}

h2.accroche {
    font-size: 20px;
}

h1, h2 {
    font-family: Roboto-Black,Arial,Helvetica,sans-serif;
}

header {
    margin-top: 10px;
}
header .logo {
    background: url(../img/logo_v1.png) no-repeat scroll 0 0 transparent;
    background-size: auto;
    display: block;
    height: 90px;
    width: 90px;
    z-index: 100;
    margin-top: 7px;
    margin-left: 20px;
    background-size: contain;
}
header .logo span {
    display: none;
}

.content {
    flex: 1 0 auto;
}

#footer {
    color: #fff;
    background-color: #000;
    flex-shrink: 0;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
}
