#top-bar {
  background-color: rgba(51, 61, 104, 0.9);
  color: #fff;
  font-size: 16px;
}

#top-bar a:hover {
  color: rgb(200, 200, 200);
}

.form-control {
  background-color: #d9d8d8;
}

#nav-bar {
  background-color: rgba(255, 255, 255, 0.7);
}

#nav-bar a {
  font-size: 16px;
  color: #333d68;
}

.section-estimation {
  color: #fff;
  background-color: rgb(51, 61, 104);
  padding: 0;
  height: 10vh;
  line-height: 10vh;
}

.section-estimation a {
  border-radius: 0;
  background-color: rgb(51, 61, 104) !important;
  color: #fff;
  border-color: #fff !important;
}

.section-estimation a:hover {

  background-color: #fff !important;
  color: rgb(51, 61, 104);
  border-color: rgb(51, 61, 104) !important;
}

h3 {
  font-size: 40px;
}

.pos {
  position: absolute;
  left: 300px;
}

.bold, .bold * {
  font-weight: 500;
}

.text-black {
  font-size: 19px;
  color: black;
}

.text-white {
  color: #FFF;
}

.services-title {
    font-size: 16px;
    color: rgb(51, 61, 104);
    font-weight: 800;
}


.section-services {
  color: #000;
}

.box-shadow {
  box-shadow: 0 0 20px #000, 0 0 20px #000;
}

.section-services ul.nav.nav-tabs {
  text-align: center;
}

.section-fournisseur {
  padding: 30px 0;
}

.section-fournisseur img {
  margin: 20px 0;
}

.section-contact {
  color: #000;
}

.btn .btn-primary {
  background-color: rgb(51, 61, 104);
}

.text-primary {
  color: rgb(51, 61, 104);
}

.workflow-steps .workflow-progress:after {
  background-color: rgb(51, 61, 104);
}

.workflow-steps .step.animated.visible p {
  color: rgb(51, 61, 104);
  font-size: 18px;s
}

.workflow-steps .step.animated.visible p a:hover {
  color: rgb(222, 17, 12);
}

.h-lg {
  height: 90vh;
}

.underline::before {
  top: 45px;
content: "";
height: 2px;
margin: auto;
position: absolute;
width: 55px;
background: rgb(51, 61, 104);
}

.btn-submit:hover {
  color: #000;
}

.underline.center::before {
  top:100px;
  width: 290px;
}

.underline.contact::before {
  width: 140px;
}

#services .underline::before {
  width: 230px;
}

.section-fournisseur .underline::before {
  width: 340px;
}

.btn.contact {
  border-radius: 5px !important;
}

.light {
  color: #000;
}

.background-parallax {
  background-attachment: fixed;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.gallery-feature {
  padding:0;
  display: inline-block;
  width: auto;
  padding-left:3%;
}

.gallery-feature img {
  display: inline-block;
  width: 24%;
  margin:0 auto;
  margin-top:5px;
  transition: all .5s linear;
}

.gallery-feature img:hover {
  -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05);
}

.bold {
  font-weight: bold;
}

.text-shadow {
  text-shadow: 0 0 20px #000;
}

.section-services p.lead {
  font-size: 18px !important;
}

#apropos p {
    font-size:19px;
}

.module.left .mobile {
  display: none;
}

.bigger-ul li {
  font-size: 18px;
}

.menu-toggle .mobile-trigger > span:after, .menu-toggle .mobile-trigger > span:before, .menu-toggle .mobile-trigger > span > span:after, .menu-toggle .mobile-trigger > span > span:before, .menu-toggle .mobile-trigger:after {
  background-color: #fff;
}

@media (max-width:777px) {
  .module.left .mobile {
    display: block;
  }

  .module.left .address {
    display: none;
  }

  .module.right {
    display: none;
  }
}

@media (max-width:991px) {
  .section-estimation {
    height: auto;
    padding: 30px 0;
  }

  .background-parallax {
    background-attachment: scroll;
  }

  .section-fournisseur .underline::before {
    width: 340px;
  }

  .nav-primary {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

@media (max-width:370px) {
  .section-fournisseur .underline::before {
    top:100px;
    width: 70px;
  }
}
