h1 {
  text-align: center;
  padding: 10px;
}

h2{
  text-align: center;
}

h3 {
  text-align: center;
}

body {
  background-image: url("images/background.png");
  background-position: left;
  background-size: 1850px 1100px;
  background-attachment: fixed;
}

img{

  padding: 10px;
}

p {
  text-align: left;
}

/* Ajouter une condition pour que les blocs en span se mettent les uns au-dessous des autres si la page devient plus petite.*/
span{
  display: inline-block;
  width: 46%;
  padding-left: 1%;
  padding-right: 1%;  
}


button{
  align-content: center;
  background-color: #db212dcf;
  color: white;
  padding: 1%;
  text-align: center;
  text-decoration: none;
  display:inline-block;
  border-radius: 12px;
  width: 19%;
  cursor:pointer;
  box-shadow: 9px 9px 9px #021717a2;
  margin-right: 0.2%;
}

button:hover {
  background-color: #fc2b39;
  transform: scale(1.025);
}

button:active {
  box-shadow: 1px 4px #050505;
  transform: translateY(3px);
}

div{
  background-color: rgba(1, 1, 1, 0.629);
  width: 85%;
  border: 15px solid rgb(0, 0, 0);
  padding: 50px;
  margin: 20px;
  box-shadow: 9px 9px 9px #021717a2;
  color: whitesmoke;
}

.mycontainer {
  display: flex;
}

footer{
  text-align: center;
}
