/* ! PAGE INDEX */
#index {
  height: calc(100dvh - 124.67px);
}
#index section.container-fluid {
  height: calc(100dvh - 184.67px);
}
.row.h-50.m-1 {
  gap: 0.5rem;
}

/* ! PAGE ARTICLES */
#mainArticlesContainer {
  max-width: 2000px;
}
.item-principal {
  /* width: 900px; */
  height: 600px;
}
.item a {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.item-secondaire {
  width: 100%;
  height: 100%;
}
.grid-2x2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
#noArticles {
  height: calc(100dvh - 184.67px);
}
#allArticles .card-body {
  min-height: 12rem;
}
#popularArticles .card-body {
  min-height: 9rem;
}
/* ! PAGE ARTICLE */
#mainArticleContainer {
  max-width: 2000px;
}
.card.shadow-sm a {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}
#articleNotFound {
  height: calc(100dvh - 184.67px);
}

/* CARD */
.card {
  min-height: 10rem;
}

#sidebar div {
  min-height: 200px;
}

#sidebar div:first-of-type {
  margin-top: 0;
}

/* QUILL.JS */
.ql-editor p.ql-align-center img {
  margin: 0 auto;
}
.ql-editor p.ql-align-right img {
  margin-left: auto;
}
