 .line_categ {
    clear: both;
    background: url("http://www.zotdevis.com/images/arrow2.png") left no-repeat;
    line-height: 33px;
    color: #696969;
    font-size: 16px;
    padding-left: 20px;
    float: left;
    width: 340px;
}
.line_categ2 a:hover { color:#fff; background:#26a7e5;}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  border-radius: 5px;
  
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.nav-justified  > a,
.nav-justified  > a:hover,
.nav-justified  > a:focus {
  color: #000;
  }

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  color: #000;
  }
.nav-justified > li:first-child > a {
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .nav-justified {
    max-height: 52px;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

  .masthead {
       margin-top: 10px;
	   margin-bottom: 20px;
}
  .nav {
    background-image: url("http://www.zotdevis.com/images/navbar.png");
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
	margin-top: -10px;
	}

  .navpro {
    background-image: url("http://www.zotdevis.com/images/navbarpro.jpg"); 
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
	margin-top: -10px;
	}
  /* Customize the nav-justified links to be fill the entire space of the .navbar */

.navpro-justified {
  border-radius: 5px;
  
}
.navpro-justified > li > a {
  padding-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.navpro-justified  > a,
.navpro-justified  > a:hover,
.navpro-justified  > a:focus {
  color: #000;
  }

.navpro-justified > .active > a,
.navpro-justified > .active > a:hover,
.navpro-justified > .active > a:focus {
  color: #000;
  }
.navpro-justified > li:first-child > a {
}
.navpro-justified > li:last-child > a {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .navpro-justified {
    max-height: 52px;
  }
  .navpro-justified > li:first-child > a {
    border-left: 0;
  }
  .navpro-justified > li:last-child > a {
    border-right: 0;
  }
}