body {
  font-family: Verdana, sans-serif;
}
.custom-article {
  font-family: 'Times New Roman', serif;
  color: purple;
}
.menu-lateral {
  background-color: #f1f1f1;
  padding: 15px;
  min-height: 100%;
}

.site-header {
  border-bottom: 1px solid #dfdf42;
  padding-bottom: 10px;
}

.top-bar, .logo-bar, .menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.top-bar span {
  font-size: 14px;
  color: #666;
}



.logo-img {
  max-width: 100px;
  height: auto;
}

.logo-bar {
  display: flex;
  flex-direction: column;
  align-items: center; /* pour centrer les éléments sauf le logo */
  position: relative;
}
.logo-container {
  position: absolute;
  top: 0;
  left: 20px; /* distance à gauche */
}

.site-title {
  font-family: 'Times New Roman', serif;
  font-size: 2.5rem;
  color: purple;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-links a {
  font-family: Verdana, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  color: #333;
  padding: 5px 10px;
  transition: color 0.3s;
}

.nav-links a:hover {
  color: purple;
}

.subscribe button {
  margin: 5px;
}


.nav-links a {
  text-decoration: none;
  color: #333;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: purple;
}


.nav-links a, .menu-bar a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.subscribe button {
  margin-left: 10px;
  background-color: #004080;
  color: white;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  font-family: Verdana, sans-serif;
}

.main-menu-bar {
  background-color: #333;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 12px 0;
  font-family: Verdana, sans-serif;
}

.main-menu-bar a {
  color: rgb(103, 203, 228);
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s ease;
}

.main-menu-bar a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

.menu-bar {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 10px 0;
  background-color: #4abfd6;
}

.menu-bar a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  transition: color 0.3s ease;
}


.menu-bar a:hover {
  color: #007bff;
}

main.content {
  display: flex;
  flex-direction: row;
  padding: 20px;
  gap: 30px;
}

.main-article, .sub-articles {
  flex: 2;
}

.image-feature img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin: 20px 0;
}

.right-column {
  flex: 1;
  border-left: 1px solid #ccc;
  padding-left: 20px;
  font-family: Verdana, sans-serif;
}

 h2.live {
      color: #d9534f;
      font-weight: bold;
      text-transform: uppercase;
    }
    .card-title {
      font-family: 'Times New Roman', serif;
      font-size: 1.25rem;
      font-weight: bold;
      color: #333;
    }
    .card-text {
      font-family: Verdana, sans-serif;
      font-size: 1rem;
      color: #555;
    }
    .main-article h3 {
      font-family: 'Times New Roman', serif;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .main-article p {
      font-family: Verdana, sans-serif;
      font-size: 1rem;
      color: #444;
      line-height: 1.6;
    }
    .image-feature {
      position: relative;
      overflow: hidden;
      margin-bottom: 30px;
    }
    .image-feature img {
      width: 100%;
      height: auto;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }
    .image-feature img:hover {
      transform: scale(1.03);
    }


footer {
  background-color: #f5f7fa;
  color: #333;
  font-family: Verdana, sans-serif;
  padding: 40px 20px 20px;
  border-top: 4px solid #ffcc00;
}

footer h4 {
  margin-bottom: 10px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin: 4px 0;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-social {
  text-align: center;
  margin-top: 40px;
}

.footer-social i {
  font-size: 30px;
  margin: 0 12px;
  vertical-align: middle;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social a:hover i {
  color: #0077cc;
  transform: scale(1.2);
}


.footer-copy {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
}





.site-title, h1, h2 {
  font-family: 'Times New Roman', serif;
  color: purple;
}


.card-title {
  font-family: 'Times New Roman', serif;
  color: purple;
}


.nav-links a,
.main-menu-bar a,
.menu-bar a {
  color: purple;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Verdana', sans-serif;
}


.btn-warning,
.btn-outline-secondary {
  font-family: 'Verdana', sans-serif;
}
