header {
  z-index: 9999;
  position: relative;
}
.top {
/*   background-image: url("../img/black-darktone.png"); */
  background: url(../img/steel.jpg) repeat top left;
}
.top a {
  color: #fff;
}
.navbar {
  padding: .5rem 0;
}
.top-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999999;
  border-top: 1px solid #fff;
}
.top-menu .nav-link {
    font-weight: 600;
    font-size: 1.2em;
}
.bottom-menu {
    border-bottom: 1px solid #fff;
}
.top-menu, .bottom-menu, footer i {

    background: #434343;
    background: -moz-linear-gradient(top, #434343 1%, #161616 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#434343), color-stop(100%,#161616));
    background: -webkit-linear-gradient(top, #434343 1%,#161616 100%);
    background: -o-linear-gradient(top, #434343 1%,#161616 100%);
    background: -ms-linear-gradient(top, #434343 1%,#161616 100%);
    background: linear-gradient(to bottom, #434343 1%,#161616 100%);

    text-transform: uppercase;
}
.tel a {
    color: #fff;
}
.bottom-menu li .btn {
text-transform: uppercase;
}
.parallax-background-wrapper {
  height: 430px;
  width: 100%;
  position: relative;
  top: -97px;
}
.parallax-background {
  background-image: url("../img/mers3.jpg");
  position: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 550px;
  z-index: -9999999;
}
.content-wrapper-white {
  background: #fff;
  padding: 10px 0 40px;
}

.car-rental {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .10rem;
}
h3 {
  margin: 30px 0 20px;
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #505050;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
}
.anchor {
  padding-top: 25px;
}

footer {
/*   background-image: url("../img/black-darktone.png"); */
  background: url(../img/steel.jpg) repeat top left;
  color: #fff;
}

.prise {
  font-size: 18px;
}

footer i {
    color:#fff;
}
footer a {
    color: #fff;
}
.bottom-menu ul li {
  padding-right: 20px;
}

.modal-open .modal {
    z-index: 9999999;
}


@media (max-width: 767.98px) {
  .parallax-background-wrapper {
    height: 141px;
    top: -97px;
  }
  .parallax-background {
    margin: 0 auto;
    height: 238px;
  }
  .bottom-menu ul, .bottom-menu ul li {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
