.search-object-detail-bloc > div {
padding: 60px 0;
}

.anchor-section {
height: 0;
width: 0;
overflow: hidden;
opacity: 0;
}
.mod-eventflash__no-events-text {
    grid-column: 1 / 4;
}
* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-item {
  padding: 10px;
  text-align: center;
  width: 100%;
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .flex-container {
    flex-direction: column;
  }
}


/******************************* ARTICLES RECHERCHEURS **************************************************/
/* Container principal style IRCM */
.ircm-pubmed-box {
    max-width: 850px;
    margin: 20px auto;
    padding: 25px;
}

.ircm-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e4e8;
    padding-bottom: 10px;
}

.ircm-count {
    color: #393c4a;
    font-size: 0.9rem;
    font-weight: bold;
}

/* Barre de recherche */
.ircm-search-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #393c4a;
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
/* Zone de défilement (Scroll) */
.ircm-scroll-area {
    max-height: 600px;
    overflow-y: auto;
    padding-right: 15px;
    scrollbar-width: thin;
}
/* Style d'un article */
.ircm-pub-item {
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E7E8;
    padding-bottom: 5px;
}

.ircm-pub-link {
    color: #0091d1;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}

.ircm-citation-text {
    color: #393C4A;
    line-height: 1.6;
    margin-bottom: 10px;
}