/* Top bar */
body.page-veterinary #top-bar {
	background-color: #498a32 !important;
	color: #ffffff !important;
}
body.page-veterinary #top-bar #top {
	background-color: #6bad53;
	min-height: 50px;
}
body.page-veterinary #top-bar #top:after, body.page-veterinary #top-bar #top:before {
    border-color: #6bad53 !important;
}
body.page-veterinary #top-bar #top:before {
	border-left-color: transparent !important;
	border-top-color: transparent !important;
	left: -60px;
}
body.page-veterinary #top-bar #top:after {
	border-right-color: transparent !important;
	border-bottom-color: transparent !important;
	right: -60px;
}

body.page-veterinary .mod-languages select{
	background-color: #015c28;
}

/* Menu */
body.page-veterinary #menu .navbar-nav > li:last-child a{
	/*background: url("../images/loup-search.png") no-repeat center right;*/
}
body.page-veterinary #menu button.navbar-toggle{
    background: url(../images/menu-burger-2.svg) no-repeat !important;
}
.box-division{
	background: #053e97;
}


body.page-veterinary .navbar-inverse .navbar-nav > li > a:hover,
body.page-veterinary .navbar-inverse .navbar-nav > li > a:focus {
  color: #498a32;
  background-color: transparent;
}
body.page-veterinary .navbar-inverse .navbar-nav > .active > a,
body.page-veterinary .navbar-inverse .navbar-nav > .active > a:hover,
body.page-veterinary .navbar-inverse .navbar-nav > .active > a:focus {
  color: #498a32;
  background-color: transparent;
  font-weight: 700;
}

body.page-veterinary .navbar-inverse .navbar-nav .nav-child .current > a,
body.page-veterinary .navbar-inverse .navbar-nav .nav-child a:hover {
  color: #498a32;
}

@media (min-width: 768px) {
	/*body.page-veterinary .navbar-inverse .navbar-nav > li > a:hover,
	body.page-veterinary .navbar-inverse .navbar-nav > li > a:focus {
		color: #fff;
		background-color: #005d26;
	}
	body.page-veterinary .navbar-inverse .navbar-nav > .item-157 > a:hover,
	.navbar-inverse .navbar-nav li.onbigmenu-green > a {
		color: #fff !important;
		background-color: #005d26 !important;
		font-weight: 700 !important;
	}*/
}

.page-veterinary .product-infos .img-product > .btns >  a.btn
{
	background: #6aad53;
}