
.bloc {
  padding: 1rem;
  margin-bottom: 2rem;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
}

.bloc h2, .bloc h3 {
  margin-top: 0;
}

.bloc-texte {
  font-size: 1rem;
  line-height: 1.6;
}

.bloc-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bloc-fichiers ul, .bloc-articles ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}

.bloc-embed iframe {
  max-width: 100%;
}

.accordeons .accordion-title {
  background: #eee;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

.accordeons .accordion-content {
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
  display: none;
}

.accordeons .accordion-item.active .accordion-content {
  display: block;
}
