.header {
    margin-top: 80px;
    text-align: center;
}

.page-footer {
    margin-bottom: 0px;
    padding: 20px;
    margin-top: 40px
}

h1.title {
    margin-top: 25px;
    padding: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 40px;
    border-bottom: 1px solid #eaeaea;
}

h3.title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 500;
    border-bottom: #eee solid 1px;
    padding-bottom: 10px;
    margin-left: 10px;
}

h4.title {

}

.smallpre {
    font-size: 10px;
    line-height: 10px;
}

.navbar .nav > li > a {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-brand {
    font-size: 24px;
}

.contact h1.title {
    margin-top: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: bold;
}

.navbar-header .navbar-brand {
    background-image: url(../img/amalia_Logo-unique-white-mini.png);
    background-repeat: no-repeat;
    padding-left: 55PX;
    background-position: center left;
}

.jumbotron.header {
    height: 360px;
    background-image: url(../img/amalie_bg-visuel-wide_1170x360.png);
    padding: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.jumbotron.header .title {
    color: white;
    border-bottom: none;
}

.jumbotron.header .lead {
    color: white;
}

.jumbotron.header .logo {
    height: 145px;
    width: 100%;
}

.jumbotron.header .download {
    background-color: transparent;
    border: 2px solid white;
    border-radius: 3px;
    font-size: 20px;
}

.jumbotron.header .download:hover {
    background-color: white;
    color: #724484
}

.docssidebar {
    top: 100px;
}

.download-version-text {
    min-height: 120px;
}

.container.content.guide {
    margin-top: 60px;
}

.dl-horizontal dt {
    width: initial !important;
    padding-right: 5px !important;
}

.dl-horizontal dd {
    margin-left: initial !important;
}

.doc-js-api {
    font-size: 10px;
}