body {
  font-family: Arial, sans-serif;
  color: black;
}

.top-bar {
  font-size: 0.9rem;
}
.top-bar .date {
  color: #555;
}
.top-bar .login a {
  margin-left: 15px;
  text-decoration: none;
  color: #000;
}

header img {
  height: 50px;
}

.navbar {
  background-color: #212529 !important;
}
.navbar .nav-link,
.navbar-text {
  color: white !important;
}
.navbar .btn-outline-light {
  border-color: white;
  color: white;
}
.navbar .btn-outline-light:hover {
  background-color: white;
  color: #212529;
}

.article-image {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.sidebar {
  background-color: #f8f9fa;
  padding: 15px;
}
.sidebar-article {
  border: 1px solid #007bff;
  background-color: #e9f2ff;
  padding: 10px;
  margin-bottom: 20px;
}
.sidebar-article h5 {
  font-size: 1rem;
  font-weight: bold;
}
.sidebar-article p {
  font-size: 0.9rem;
}
.sidebar-article img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.article-highlight {
  background-color: #fff3cd;
  padding: 15px;
  border-left: 5px solid #ffc107;
  margin-bottom: 20px;
}

.media-article {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.media-article img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  margin-right: 15px;
}
.media-article h5 {
  margin-top: 0;
  font-size: 1rem;
}

.article-content h2,
.article-content h4 {
  color: yellow;
  font-family: 'Magneto', serif;
}
.article-content h2 {
  font-size: 2rem;
}
.article-content p {
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
}

.menu-lateral-2,
.menu-lateral-1,
.contenu-principal {
  padding: 15px;
}
.resume {
  font-style: italic;
  background-color: #f8f9fa;
  padding: 10px;
  border-left: 5px solid #0d6efd;
  margin-bottom: 20px;
}

footer {
  background-color: #212529;
  color: white;
  padding: 20px;
}