.entry-meta,
.posted-by,
.cat-links,
.entry-meta .comments-link {
    display: none !important;
}
.encadre{
  border:2px solid #047101;
  background:#F7FBF7;
  padding:18px 20px;
  margin:28px 0;
  border-radius:10px;
  box-shadow:0 2px 6px rgba(0,0,0,0.05);
}
.encadre h3{
  margin-top:0;
  color:#047101;
}
.bloc-texte {
  background-color: #f9fff9;
  border-left: 3px solid #047101;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.encadre-astuce {
  border: 2px dashed #047101;
  padding: 15px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 20px 0;
}
.bloc-titre {
  font-weight: bold;
  color: #047101;
  margin-bottom: 5px;
}
.important {
  color: #047101;
  font-weight: bold;
}
ul {
  margin-left: 20px;
  padding-left: 15px;
}
ul li {
  margin-bottom: 8px;
}
.img-centree {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 8px;
}
h1 {
  text-align: center;
}

}
/* Remplacer le placeholder Elementor par le logo du site */
img[src*="elementor/assets/images/placeholder.png"] {
    content: url('https://diy-montessori.com/wp-content/uploads/2025/06/logo-diymontessori.png');
    width: auto;       /* ajuste si nécessaire */
    height: auto;      /* ajuste si nécessaire */
    max-width: 100%;   /* pour responsive */
    display: block;
    margin: auto;
}
.encadre-conseils {
    border: 2px solid #138109;
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
    background-color: #f9f9f9;
}

.encadre-conseils h3 {
    font-size: 22px;
    color: #138109;
    margin-bottom: 15px;
}
.conseils-pratiques {
    border: 2px solid #138109;
    border-radius: 10px;
    padding: 20px;
    margin: 25px 0;
    background-color: #f9f9f9;
}

.conseils-pratiques h3 {
    font-size: 22px;
    color: #138109;
    margin-bottom: 15px;
}
.tableau-comparatif {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 16px;
  background-color: #fff;
}

.tableau-comparatif th {
  background-color: #047101;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-size: 18px;
}

.tableau-comparatif td {
  border: 1px solid #ddd;
  padding: 10px 15px;
  vertical-align: top;
}

.tableau-comparatif tr:nth-child(even) {
  background-color: #f9f9f9;
}

.tableau-comparatif tr:hover {
  background-color: #f1f1f1;
}

.tableau-comparatif td strong {
  color: #047101;
}
.lien-document {
  text-align: center;
  margin: 30px 0;
}

.lien-document a {
  display: inline-block;
  background-color: #138109;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.lien-document a:hover {
  background-color: #0e5c07;
}

