.image-fixe {
    background-image: url(images/pelleteuse-route-rail.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}

.navbar-brand {
    font-family: serif;
    font-style: italic;
    color: #fff;
}

.tlf {
    font-family: serif;
    font-style: italic;
}

.text-image h1 {
    font-family: serif;
    font-style: italic;
    font-size: 4em;
}

.text-image h1 small {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 0.7em;
}

.text-image {
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.fond-color {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 0;
}

.text-accueil {
    padding: 40px 15px;
}

h2 {
    text-align: center;
    padding-bottom: 20px;
}

.jumbotron {
    margin-top: 20px;
}

.tarif-accueil {
    float: right;
}

.media-heading {
    margin-bottom: 15px;
}

.media-body p {
    padding-left: 10px;
}

footer {
    background-color: #262626;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 20px;
}

.footer-gauche,
.footer-droit {
    padding-left: 60px;
}

footer span {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .footer-gauche,
    .footer-droit {
        padding-left: 0px;
    }
    text-accueil {
        padding: 0px;
    }
    .image-fixe {
        background-position: 80% 0%;
    }
}
