.banniere__bg {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  width: 100%;
}
.titre_blg::first-letter {
  text-transform: uppercase;
}
.banniere__bg .text-haut {
  padding: 8px 0;
  font-weight: bold;
  font-size: 40px;
  text-transform: capitalize;
  width: 200px;
  line-height: 36px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.banniere__bg .second__banniere {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px 0;
}
.banniere__bg .second__banniere .img-bg {
  width: 30%;
  margin-right: 3%;
  height: 100px;
  background-color: #a32691;
  border-radius: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banniere__bg .second__banniere .bloc-text {
  width: 67%;
  font-weight: 11px;
}
.banniere__bg .second__banniere .bloc-text p {
  font-weight: 11px;
  margin: 0;
}
.banniere__bg .second__banniere .bloc-text p .titre,
.banniere__bg .second__banniere .bloc-text p .auteur,
.banniere__bg .second__banniere .bloc-text p .heure {
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
