.feature-news {
  background-color: #f5f5f5; }
  .feature-news.news-item h1 {
    font-size: 30px;
    line-height: 1.3; }
  .feature-news .container {
    padding-top: 25px;
    padding-bottom: 25px; }

.news-list {
  padding-top: 25px;
  padding-bottom: 0px; }

.news-item {
  margin-bottom: 20px; }
  .news-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto; }
  .news-item h1 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400; }
  .news-item .date {
    color: #595959;
    font-weight: 300; }
  .news-item .date + p {
    margin-top: 20px; }
  @media screen and (min-width: 1200px) {
    .news-item {
      margin-right: 30px;
      margin-left: 30px; } }
  @media screen and (max-width: 992px) {
    .news-item {
      margin-bottom: 30px; }
      .news-item.feature-news {
        margin-bottom: 0; }
      .news-item .btn-aventis {
        display: block; } }

@media screen and (min-width: 992px) {
  .news-image-fix {
    height: 200px;
    display: block; } }

.news-image-fix img {
  width: 100%;
  height: 100%; }

@media screen and (min-width: 992px) {
  .news-title-fix {
    height: 60px;
    display: block; } }

@media screen and (min-width: 992px) {
  .news-desc-fix {
    height: 80px;
    display: block; } }

.news-pager {
  text-align: center; }

ul.page-numbers {
  margin-bottom: 30px;
  margin-top: 40px;
  border-radius: 0;
  list-style: none; }
  ul.page-numbers > li {
    display: inline; }
  ul.page-numbers > li > a {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    border-radius: 0 !important;
    border-bottom: 4px solid transparent;
    color: #002244;
    outline: 0; }
    ul.page-numbers > li > a:hover, ul.page-numbers > li > a:focus {
      color: #c3262e;
      border-bottom-color: #c3262e;
      background-color: transparent;
      font-size: 16px;
      text-decoration: none;
      font-weight: 700; }
  ul.page-numbers > li.active > a, ul.page-numbers > li.active > a:hover, ul.page-numbers > li.active > a:focus {
    color: #c3262e;
    border-bottom-color: #c3262e;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700; }
  ul.page-numbers > li > span.current {
    color: #c3262e;
    border-bottom: 4px solid #c3262e;
    background-color: transparent;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700; }

/*# sourceMappingURL=news.css.map */