.blog-body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.75;
  color: #2b2b2b;
  margin: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;	
}
.blog-header {
  background: linear-gradient(135deg, #2f2a4a, #1c1a2e);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  border: 2px solid #d8b247;
  margin-bottom: 30px;
}
.blog-header h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  margin-bottom: 15px;
  line-height: 1.2;
}
.blog-header p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: auto;
  opacity: 0.9;
}
.blog-container {
  max-width: 900px;
  width: 100%;
  margin: 40px auto;
  padding: 40px;
  background-color: #f0ede8;
  border-radius: 15px;
  box-sizing: border-box;
}
.blog-container h3 {
  font-size: 1.5rem;
  color: #000;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.blog-content-image {
  max-width: 700px;
  margin: 30px auto;
}
.blog-content-image img {
  border-radius: 12px;
}
.blog-caption {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 40px;
}
.blog-highlight {
  background: #fff7e6;
  border-left: 5px solid #d8b247;
  padding: 20px;
  margin: 30px 0;
  border-radius: 8px;
  font-size: 1rem;
}
.blog-article-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.blog-article-card:hover {
  transform: translateY(-6px);
}
.blog-article-card img {
  height: 240px;
  object-fit: cover;
}
.blog-article-content {
  padding: 25px;
}
.blog-article-content h2 {
  font-size: 1.3rem;
  margin-top: 0;
}
.blog-article-content p {
  font-size: 1rem;
  color: #555;
}
.blog-body a {
  color: #2f2a4a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
.blog-body a:hover {
  color: #d8b247;
}
.blog-footer a {
  color: #ffffff;
}
.blog-footer a:hover {
  color: #d8b247;
}
.blog-footer {
  text-align: center;
  padding: 40px 20px;
  background: #1c1a2e;
  color: #f5f5f5;
  font-size: 1.1rem;
  border: 2px solid #d8b247;
}
input[type="checkbox"] {
  appearance: checkbox;
}
.champ-erreur {
  border: 2px solid #ff0000 !important;
  background-color: #ffe5e5;
}
.blog-noir {  
  color: #000000;  
}	  
	  
@media (max-width: 768px) {
  .blog-header {
    padding: 40px 15px;
  }
  .blog-container {
    padding: 20px;
    margin: 20px auto;
  }
  .blog-header h2 {
    font-size: 1.6rem;
  }
  .blog-content-image {
    max-width: 100%;
  }
} 	
	
		
		
.article-date {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 1rem;
    font-style: italic;}
		
		
		
.blog-see-also {
  background-color: #fdf7e6; 
  border-left: 4px solid #d8b247; 
  padding: 20px 25px;
  margin: 40px 0; 
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08); 
}

.blog-see-also h3 {
  font-size: 1.2rem;
  color: #2f2a4a;
  margin-bottom: 15px;
  font-weight: 600;
}

.blog-see-also ul {
  list-style-type: disc; 
  padding-left: 20px; 
  margin: 0;
}

.blog-see-also ul li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.blog-see-also ul li a {
  color: #2f2a4a;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.blog-see-also ul li a:hover {
  color: #d8b247; 
}
	
		
.blog-see-also h3 {
  font-size: 1.2rem;
  color: #2f2a4a;
  margin: 5px 0 15px 0; /* 5px au-dessus, 15px en dessous */
  font-weight: 600;
}