/* Affichage des menus de navigation */

.recherche .btn-default:hover
{
background-color: #fff;
}

.region-sidebar-first .block-hr
{display:none;}

@media screen and (max-width: 1200px) {
  .nav-mobile {
    display: block;
  }
   .nav-bureau {
   display: none;
}

  }

@media screen and (min-width: 1200px) {
.nav-mobile {
    display: none;
}
.nav-bureau {
    display: block;
  }
}

.region-sidebar-first a{
 overflow-wrap: break-word;
}


.dxpr-theme-header--top #dxpr-theme-main-menu .nav > li > a {
font-size: 14px;
font-weight:bold;
color: #003375;
text-transform: none;
text-decoration: none;
}

.dxpr-theme-header--top #dxpr-theme-main-menu .nav > li > a.is-active {
 color: #00672d;
}

a:hover {
	text-decoration:none;
	color:#007897;
}

.body--dxpr-theme-nav-desktop .dxpr-theme-header--top #logo {
max-height: 119px;
}

/* Logo BA */

.body--dxpr-theme-nav-desktop .dxpr-theme-header--top #logo {
max-height: 119px;
}

.body--dxpr-theme-nav-mobile #logo {
max-height: 100px;
}
