#MainContent_ServicesSection.about-us h2 {
font-weight: 700;
margin-bottom: 1rem;
}


#joArchiveTabs .nav-link {
display: flex;
justify-content: space-between;
align-items: center;
}


.jo-grey-box {
display: flex;
justify-content: center;
align-items: center;
background: #f7f7f7;
padding: 10px;
margin-top: 10px;
}


.jo-years-row {
width: 100%;
margin: 10px 0 25px 0;
}


.btnAnnouncements.btn.btn-blue {
display: inline-block;
width: 100%;
text-align: center;
font-weight: 600;
}


.jo-covers-row {
width: 100%;
margin: 0 auto;
padding: 0 35px;
display: flex;
align-content: center;
justify-content: space-between;
align-items: center;
}


.jo-cover {
text-align: center;
}


.jo-cover img { border: 1px solid #eee; border-radius: 6px; }
.jo-cover-caption { font-size: 0.9rem; margin-top: 6px; }


/* Simples helpers pour les flèches */
.jo-covers-row .left img, .jo-covers-row .right img {
width: 32px;
height: auto;
}
.jo-archive-list li {
  display: inline-block;
}