/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
* FRONTPAGE VIEW
* PAGINATION VIEW
*/

/* ------------------------------------ *\
  ==FRONTPAGE VIEW
\* ------------------------------------ */

.path-frontpage .feed-icon {
  display: none;
}

/* ------------------------------------ *\
  ==PAGINATION VIEW
\* ------------------------------------ */
.pager {
  text-align: center;
  margin: 1.5rem 0 1rem;
}

.pager .pager__item > a {
  color: #767575;
}

/* Surcharge de foundation sinon on ne peut plus naviguer correctement */
.pagination li {
  display: inline-block;
}

.pagination a {
  font-weight: bold;
}

.pagination a:hover,
.pagination button:hover {
  background: initial;
  color: #14679e;
}

.pagination .current {
  background: initial;
  color: #00558a;
}

.pagination .current > a {
  padding: .25rem;
  border-bottom: 2px solid #00558a;
  color: #00558a;
}

/* Intramu */
.url-pattern--intramu .pagination a:hover,
.url-pattern--intramu .pagination button:hover {
  background: initial;
  color: #5398a9;
}

.url-pattern--intramu .pagination .current {
  background: initial;
  color: #5398a9;
}

.url-pattern--intramu .pagination .current > a {
  padding: .25rem;
  border-bottom: 2px solid #5398a9;
  color: #5398a9;
}
