.row-text-and-image {
  display: flex;
  gap: 20px;

  border-bottom: 3px dotted var(--jaune_elether);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.text-bloc {
  width: 80%;
  padding: 25px;
}

.img-bloc {
  align-content: center;
}

.img-bloc img {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 500px;
  border-radius: 20px;
  border: 3px solid var(--jaune_elether);
}

.img-bloc video {
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 500px;
  border-radius: 20px;
  border: 3px solid var(--jaune_elether);
}

li {
  color: white;
}

li strong {
  color: var(--jaune_elether);
}

@media (max-width: 1000px) {
  .row-text-and-image:nth-child(odd) {
    flex-direction: column;
    align-items: center;
  }
  .row-text-and-image:nth-child(even) {
    flex-direction: column-reverse;
    align-items: center;
  }
}
