body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  background: #f4f4f4;
  color: #333;
}

header {
  background-color: #0096ff;
  color: white;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav a {
  color: white;
  margin-left: 1rem;
  text-decoration: none;
}

.hero {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 2rem;
  gap: 1.5rem;
}

.hero img.photo-teddy {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.slogan {
  font-style: italic;
  font-weight: bold;
  color: #0096ff;
}

.grille-produits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  padding: 1rem;
}

.produit {
  background: white;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.produit img {
  width: 100px;
  height: auto;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
}
	
.machphoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Centrage horizontal */
  gap: 15px;
  padding: 20px;
}
.machphoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.carte-produit {
  width: 200px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  padding: 10px;
  text-align: center;
}

.carte-produit img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.btn-acheter {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: green;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.machphoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.produit {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.produit img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.btn-achat {
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background 0.3s;
}

.btn-achat:hover {
  background-color: #218838;
}
.machphoto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.produit {
  max-width: 220px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.produit img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}	
footer {
  background: #222;
  color: white;
  text-align: center;
  padding: 1rem;
  position: relative; /* ou position: static; */
  bottom: 0;
  width: 100%;
  margin-top: 20px;
}	
/* Style pour le logo */
.header-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.logo {
  width: 150px; /* Ajuste la taille du logo */
  height: auto;
}

/* Style pour le slogan dans l'entête */
.header-slogan {
  font-size: 1.2rem;
  text-align: center;
  color: #555;
  margin-top: 5px;
}
