.contenu,
.next-event {
  width: 100%;
}
.site-header {
  width: 100%;
  text-align: center;
}
.contenu,
.site-footer,
.site-main {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer {
  justify-content: center;
}
.site-footer,
.site-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.site-main {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.contenu {
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 0 2rem;
  gap: 1.5em;
}
.site-main h1 {
  font-weight: 300;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #333;
  margin-top: 70px;
  margin-bottom: 20px;
}
.contenu h1 {
  margin-bottom: 2.5rem;
}
.contenu h2 {
  padding: 2rem 0;
  margin-bottom: 1.5rem;
}
.contenu h3 {
  margin-bottom: 1rem;
}
.contenu p {
  width: auto;
}
@media (min-width: 768px) {
  .site-main h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
}
.section {
  margin-bottom: 3rem;
}
.text-center {
  margin-top: 1.5rem;
  text-align: center;
}
