body {
  padding: 15px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.6em;
}

a {
  color: #307f6d;
}

img {
  width: 100%;
}

#navigation h1.nav-header {
  padding: 0 15px;
  margin-bottom: 0;
  font-size: 2.1em;
  line-height: 1.4em;
}

#navigation a.nav-header {
  padding: 5px 15px;
  font-weight: bold;
}

#navigation ul.uk-nav {
  padding: 15px 0;
}

#navigation p {
  padding-bottom: 10px;
}

#content h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

#content img.header {
  margin-bottom: 20px;
}

#content ul {
  list-style-type: square;
}

.images-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.images-grid a {
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
}

.images-grid img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .images-grid a {
    flex: 1 1 100%;
  }
}

#content .iframe-container {
  position: relative;
  padding-bottom: 56.5%;
}

#content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#content img.screenshot {
  display: block;
  margin-bottom: 20px;
}

.soutiens {
  margin-top: 20px;
  text-align: center;
}

.soutiens img {
  max-width: 500px;
  width: 100%;
}

@media (max-width: 767px) {
  h2 {
    margin-top: 25px;
  }
}
