/* Add necessary styles for the blog layout */
body a {
	color: #035AA6;
}  

.header-nav--primary .menu-item a {
	color: #035AA6;
}

.entry-title a {
    text-decoration: none;
    color: inherit;
  }
  
  .body.entry-content {
    margin-bottom: 1rem;
  }
  
  .meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
  }
  
  .grouping {
    display: flex;
    flex-wrap: wrap;
  }
  
  .tags {
    display: flex;
    flex-wrap: wrap;
    margin-right: 1rem;
  }
  
  .tags a {
    margin-right: 0.3rem;
  }
  
  .info {
    display: flex;
    flex-wrap: wrap;
  }
  
  .date,
  .author {
    margin-right: 1rem;
  }
  
  .comments-social-like {
    display: flex;
    align-items: center;
  }
  
  .comments a {
    margin-right: 1rem;
  }
  
  .site-main-blog {
    max-width: 800px;
    margin: 0 auto;
}

.entry-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.8em;
	margin-bottom: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.post-image img {
    width: 100%;
    height: auto;
	margin-bottom: 1rem;
}

.entry-content {
	font-size: 1.15em;
}

.entry-meta {
    display: flex;
    justify-content: space-between;
}

.post-date {
    float: left;
}

.post-comments-likes {
    float: right;
}

.hentry {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 1rem;
}
#social-menu ul {
	list-style: none;
}
/* Styles pour le footer */

.footer-content {
  	background-color: #f9f9f9;
  	padding: 20px 0;
	font-size: 0.9em;
}

.footer-line {
  	display: flex;
  	justify-content: center; /* Centrer horizontalement */
  	align-items: center; /* Centrer verticalement */
  	width: 100%;
  	text-align: center;
  	margin: auto 0;
  	color: #888;
}




