@font-face {
  font-family: "Poppins";
  src: url(../fonts/poppins/Poppins-Regular.ttf);
}

body {
  font-family: "Poppins";
  margin: 0;
}

ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2em;
  list-style: none;
  background-color: black;
  width: 100%;
  height: 3em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 0;
}

li:first-child {
  padding-left: 5em;
}

li:not(:last-child) {
  border-right: 2px solid white;
  padding-right: 1.5em;
}

a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5em;
}

a:hover {
  text-decoration: underline;
}

.active {
  color: red;
}

.header {
  padding-left: 2em;
}

h1 {
  color: red;
  padding-left: 2.5em;
}

h2 {
  padding-left: 1.5em;
}

.ville {
  font-size: 1.2em;
  font-weight: bold;
}

p {
  color: #8d9094;
  font-size: 1em;
}

.container {
  width: 50%;
  margin: auto;
  background-color: #f2f2f2;
  padding: 1em;
}

.credit {
  display: flex;
  align-items: center;
  flex-direction: column;
}

strong {
  color: red;
}

strong time {
  color: grey;
}
.important {
  font-weight: bold;
}
