body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  background: #fff;
  color: #000;
  text-align: center;
}

.logo {
  max-width: 240px;
  margin-top: 50px;
}

h1 {
  font-size: 2.5em;
  color: #e30613;
  margin-top: 20px;
}

p {
  font-size: 1.2em;
  max-width: 700px;
  margin: 20px auto;
  line-height: 1.6;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 40px;
}

.gallery img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border: 3px solid #e30613;
  border-radius: 10px;
  transition: transform 0.3s;
}

.gallery img:hover {
  transform: scale(1.05);
}

footer {
  margin-top: 60px;
  padding: 20px;
  font-size: 0.9em;
  color: #444;
}

a {
  color: #e30613;
  text-decoration: none;
}
.cta-partenariat {
  margin: 60px 10px 40px;
  font-size: 1.2em;
}

.btn-download {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 24px;
  background-color: #e30613;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.btn-download:hover {
  background-color: #b0000f;
}
.partenaires{margin-top: 100px}
.partenaires .logos{ background-color: #333333; margin-top: 20px; padding: 20px 0;text-align: center}