h1 {
  text-align: center;
  font-family: Georgia, serif;
  color: white;
  font-weight: 3000;
  margin-top: 50px;
}

h2 {
  text-align: center;
  color: white;
  font-size: 30px;
}

.deb {
  color: white;
  margin-top: 4%;
  text-align: center;
  font-size: 20pt;
}

#fond {
  margin: auto;
  background-color: #192537;
  width: 80%;
  padding: 1%; 

}
.banniere{
  width: 20%;
  margin-left: 42.5%;
  border: solid, 1px, white;
}

#retouche {
  size: 30%;
}

.middle {
  display: flex;
  justify-content: space-around;
}

.middle img {
  width: 200px;
}

@media screen and (max-width: 1000px) {
  .middle img {
    width: 100px;
  }

}

#épée_1 {
  transform: rotate(90deg);
}