.bloguelist
{
  padding: 60px 0;
}
.bloguelist .article:nth-child(odd)
{
  clear:both;
}
.item-espace .image-container
{
  position:relative;
}
a.prev, a.next, a.back
{
  display:inline-block;
border-bottom: 1px solid;
}


@media (max-width:430px)
{
  .buttons-page
  {
    display: block!important;
    text-align: center;
    margin:auto;
    width: 100%;
  }
a.prev, a.next, a.back
{
  display: block;
}

}
img.attachment-full
{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}
.buttons-page
{
  justify-content: space-between;
  display: flex;
  font-weight: bold;
}
