.positiondepartmentreplacer{
  position: relative;
}
.denloader{
position:absolute;
top:0px;left:0px;right:0px;bottom:0px;
content:'';
width:100%;height:100%;
background:rgba(255,255,255,0.5);
}

.den_pagination {
  text-align:center;
  margin: 40px auto 0;
  width:100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.den_pagination .page-numbers{
  background:#ffffff;
  padding:10px 20px;
  text-decoration:none;
  margin:0 5px;
  border:1px solid #eeee;
  border-radius: 0.5rem;
}
.publications--posts a[href^='/our-publications/']:hover,.publications--posts a.border-red:hover{color:#000}