#conteneur-home
{
  display: flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: center;
}

.element-home:nth-child(1)
{
  margin-right: 15px;
}

.element-home:nth-child(2)
{
  margin-left: 15px;
}

.titreHome
{
  font-family: 'Merienda One', cursive;
  font-size: 45px;
  color: black;
  text-align: center;
}

html, body
{
    height: 100%;
    margin: 0; padding: 0;
}

body
{
    display : table;
    width: 100%;
}

footer
{
    display : table-row;
    height: 10px;
}
