/* The Pecita font is PROTECTED in version 6 - use version 5 freely, available on pecita.eu */
@font-face {
	font-family: "Pecita Latin";
	src: url("../s/PecitaL-Regular.otf") format("opentype");
}
/* General */
html {
  font-family: "Serif";
  color: #4c3727;
  background-color: #eee;
}
body {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
section {
  align-items: center;
  display: flex;
  margin-top: 2.5rem;
}
footer {
  text-align: center;
  font-size: small;
  margin-top: 2.5rem;
}
h1 {
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
ul {
  background-color: white;
  border: 1px outset #ddd;
  display: inline-block;
  list-style: none;
  margin: auto;
  padding: 2rem;
  text-align: center;
  width: fit-content;
}
img	{
  float: left;
  height: 400px;
  margin: auto;
}
  /* sous-titre du h1 */
.sous-titre	{
  font-style: italic;
  margin: 0;
  padding: 0;
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: small;
}
