body
{
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.images
{
  display: inline-grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.miniature
{
  background-size: cover;
  background-position: 50% 50%;
  height: 100px;
  width: 100%;
}

.explication
{
  flex-grow: 2;
  background-color: #1f3044;
}

.explication center
{
  margin-top: 10px;
}

.explication h1
{
  color: white;
  font-family: 'Playfair Display';
  font-weight: 100;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.7);
  margin: 0 auto;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  width: 50%;
}

.explication h3
{
  color: white;
  font-family: 'Arial';
  font-weight: 100;
  margin: 5px;
  font-size: 0.85em;
  font-variant: small-caps;
  opacity: 0.7;
}

.explication .dessous
{
  background-image: url('../images/background.svg');
  border-radius: 100%;
  background-size: 300%;
  background-position: 50% 0%;
  width: 400px;
  height: 400px;
}

.explication .dessus
{
  margin-top: -400px;
  background-color: rgba(31,48,68,0.5);
  padding-top: 10px;
}

.explication .texte
{
  background-color: #e2e9f1;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1f3044;
  padding: 30px 20%;
}

.explication p
{
  max-width: 750px;
  margin: 0 auto;
}

.block-form
{
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

.block-form form
{
    padding-right: 20px;
    padding-left: 10px;
}

.block-form p
{
    margin: 0 auto;
}
