body {
  background-color: #f8f9fa;
}

.card-actualite {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* width: 100%; */
  /* margin: 0; ou laisse Bootstrap gérer */
  /* padding: 0; */
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  width: 300px;
}

.card-actualite img {
  max-width: 150px;
  height: auto;
  margin-right: 20px;
}