﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 70px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.header {
    background-image: url('../Image/bg-slider.jpg');
    height: 70px;
}

.header-img-div {
    height: 70px;
    width: 520px;
}

.header-img-img {
    max-width: 100%;
    max-height: 100%;
}

.header-nav-img {
    position: absolute;
    right: 0px;
    z-index: -1;
}

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: rgb(40,44,91);
    color: white;
}

#billet {
    min-height: 420px;
    position: relative;
}

#grand-total {
    position: absolute;
    bottom: 10px;
    right: 150px;
}
#prix-grand-total {
    position: absolute;
    bottom: 10px;
    right: 80px;
}
.jumbotron {
    margin-top: 20px;
}
