/** @format */

body {
  background-color: #141413;
}
p {
  font-size: 16px;
  font-family: Celebes;
  font-weight: 500;
}
h1 {
  font-size: 48px;
  font-family: ChemyRetro;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  h1 {
    font-size: 32px;
  }
}
.wrap_app {
  margin-left: 17%;
  margin-right: 17%;
  width: 66%;

  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
.title {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.orange {
  color: #e76b3a;
}
.link {
  color: #7d9ea7;
}
.Partenaires_display {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.Partenaires_display_items {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5vw;
  margin-right: 5vw;
  min-width: 200px;
  min-height: 120px;
}
