.liste-lieux li {
    display: flex;
    column-gap: 2rem;
    margin-bottom: 3.25rem;
}

.liste-lieux li:nth-child(even) {
    flex-direction: row-reverse;
}

.liste-lieux li:last-of-type {
    margin-bottom: 0;
  }

.liste-lieux .textes {
    flex: 1;
}

.liste-lieux .titre {
    font-size: 2.25rem;
    font-weight: bold;
}