/*
Theme Name: The7-Child
Description: Theme enfant
Author: Emma LANDRY
Author URI: http://localhost
Template: dt-the7
Version: 0.1.0
*/



i.fa-solid {
  color: #7A8B6A; /* vert sauge */
  margin-right: 0.4rem;
}

i.fa-regular {
  color: #7A8B6A; /* vert sauge */
  margin-right: 0.4rem;
}

.note {
  background-color: #FFFFFF;
  padding: 1rem;
  border-left: 4px solid #7A8B6A;
  margin: 1.5rem 0;
}

.category-link a {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

.entry-meta a {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

.testimonial-item {
	border-radius:5px;
}
.post {
	border-radius:5px !important;
}

/* Masquer la colonne latérale sur mobile */
@media (max-width: 768px) {
  /* Masque la sidebar */
  #sidebar {
    display: none;
  }
	

	