@font-face {
  font-family: 'Parisine Regular';
  src: url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/dataratp/theme_font/parisineoffice-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ods-front-header {
  font-family: 'Parisine Regular', arial;
  font-size: 1.2rem;
  height: 208px;
  /*background: #303030 url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/dataratp/theme_image/banniere.jpg') no-repeat center 0;
  background-size: cover;  */
  position: relative;
  padding: 0;
}
.ods-front-header__top-bar {
  background-color: white;
  height: 38px;
}
.ods-front-header__logo-bar {
  background: #FFF url('https://s3-eu-west-1.amazonaws.com/aws-ec2-eu-1-opendatasoft-staticfileset/dataratp/theme_image/banniere2.png') no-repeat center 0;
  background-size: contain;
    background-size: 1664px;
    height: 125px;
}
.ods-front-header__menu {
  background-color: #00aa91;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 45px;
  margin: 0;
}
.ods-front-header__menu-item {
  border-right: solid 1px #95c0b7;
}
.ods-front-header__menu-item-link {
  padding: 0 2em;
  font-size: 1.2rem;
  line-height: 45px;
    /* SC */
    opacity: 1
}
.ods-front-header__menu-item-link--active,
.ods-front-header__menu-item-link:hover {
  background-color: #007c6a;
  border-bottom: none;
    /* SC */
    text-decoration: underline;
}
.ods-front-header__logo-bar-img {
  height: 80px;
  margin-top: 0px;
}
.ods-front-header__management-menu {
  line-height: 25px;
}
.ods-front-header__management-menu-item {
  padding: 1px 5px;
  border-radius: 0;
}
.ods-front-header__management-menu-item-link {
  color: black;
  font-size: 1rem;
}
.ods-front-header__management-menu-item-link--backoffice {
  color: white;
}
.ods-front-header__management-menu-item-link:hover {
  border-bottom: none;
}


.ods-filters {
  font-family: 'Parisine Regular', arial;
  <!-- font-size: 1.1rem; -->
  background-color: white;
  padding: 0.5em;  
}
.odswidget-facet__facet-title {
  color: #007c6a;
  margin-bottom: .25em;
  font-size: 1.1em;
  border-bottom: solid 2px #007c6a;
}
.ods-result-list__dataset-title {
  font-family: 'Parisine Regular';
}
.ods-front-header__account-avatar-container {
  border-radius: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ffffff;
  margin-bottom: -3px;
}
.ods-front-header__account-avatar {
  height: 16px;
  width: 16px;
}
.ods-front-header__link {
  color: black;
  margin: 0;
  padding: 0 1em;
} 
.ods-front-header__link--active {
  background-color: black;
  color: white;
} 

<!-- SC -->
.ods-catalog-card {
    border-color : #e6e6e6;
}

.ods-front-footer__link{
    color : #ffffff;
}

