@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('/static/font/opensans.woff2') format('woff2');
  unicode-range: U + 0000 -00FF, U + 0131 , U + 0152 -0153, U + 02 C6, U + 02 DA, U + 02 DC, U + 2000 -206F, U + 2074 , U + 20 AC, U + 2212 , U + 2215;
}
header {
  background-color: white;
}
#cdsp_header {
  box-shadow: 0 3px 3px -3px #999999;
  position: relative;
}
#top_banner {
  display: flex;
  align-items: center;
  padding: 30px 0 30px 0;
}
#banner-links {
  display: flex;
  flex-basis: 100%;
}
#logo_cdsp_header {
  display: none;
}
#logo_cnrs_header {
  display: none;
}
#cnrs-link,
#cnrs-link-320 {
  margin-left: auto;
}
#cnrs-link-320 {
  display: none;
}
#logo_cdsp_header_320 {
  display: none;
}
#logo_cnrs_header_320 {
  margin-left: auto;
  display: none;
}
.header_grey_full_line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  left: 0;
}
#main_menu_container {
  height: auto;
}
#main_menu {
  list-style: none;
  margin-bottom: 0;
}
#breadcrumb_container {
  min-height: 50px;
  background: url('/static/img/header/strip-pattern-320.png') center center;
  width: 100%;
  padding: 15px 0;
}
#breadcrumb_text > li {
  display: inline-block;
}
#breadcrumb_text > li.active {
  display: inline-block;
  color: #e6142d;
}
#breadcrumb_text > li > a {
  display: inline-block;
  color: #2d2d2d;
}
#breadcrumb_text > li > a:hover {
  text-decoration: underline;
}
#menu-button-container {
  display: none;
}