h1 {
  font-size: 2.5rem;
  padding: 30px;
}

main {
  margin-top: 50px;
}

.modeles {
  padding-bottom: 20px;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 46, 0), rgb(50, 67, 255), rgb(0, 0, 46));
}
.modeles p {
  padding: 20px;
  font-family: gruppo, Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  color: white;
  text-align: center;
}

.modelImg {
  width: 300px;
  height: 186px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 700px) {
  .modelImg {
    width: 600px;
    height: 373px;
  }
}

.model {
  padding: 30px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
  align-items: center;
}/*# sourceMappingURL=modeles.css.map */