body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background: #fdfdfd;
  color: #333;
}

header {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #FF1493;
}

nav a,
.retour-boutique {
  margin: 0 10px;
  text-decoration: none;
  color: #FF1493;
  font-weight: bold;
  transition: all 0.3s ease;
}

nav a:hover,
.retour-boutique:hover {
  color: #00CC66;
  text-decoration: underline;
  transform: scale(1.05);
}

.hero {
  background: #FFF0F6;
  padding: 60px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #FF1493;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 10px;
  padding: 20px;
  width: 250px;
  background: #f9f9f9;
  text-align: center;
}

.card img {
  width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 10px;
  object-fit: contain;
}

.card h3 {
  color: #FF1493;
}

.card button,
.contact button {
  background: #00CC66;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.card button:hover,
.contact button:hover {
  background: #FF1493;
  transform: scale(1.05);
}

footer {
  text-align: center;
  padding: 20px;
  background: #f1f1f1;
  font-size: 0.9em;
}

.panier,
.contact {
  padding: 40px 20px;
}

.contact form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.contact input,
.contact textarea {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.supprimer-item {
  margin-left: 10px;
  background: transparent;
  border: none;
  color: red;
  font-size: 1em;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: center;
  }
}
h2 {
  color: #FF1493;
  text-transform: uppercase;
  font-size: 1.8em;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 1px 1px 0 #FFF0F6;
}

h3 {
  color: #00CC66;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 0 #d0ffd6;
}
h2:hover, h3:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}
.a-propos {
  background: #fff0f6;
  padding: 40px 20px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 20, 147, 0.1);
}

.a-propos h2 {
  text-align: center;
  color: #FF1493;
  text-transform: uppercase;
}

.a-propos p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.a-propos ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.a-propos li {
  margin-bottom: 5px;
}

.rose {
  color: #FF1493;
}
.signature {
  font-family: 'Brush Script MT', cursive;
  font-size: 2em; /* plus grand */
  color: #FF1493;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 0;
}

.signature span {
  font-family: 'Arial', sans-serif;
  font-size: 0.85em;
  color: #888;
  display: block;
  margin-top: 5px;
}
.photo-julie {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 20px 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.floating-panier {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #FF1493;
  color: white;
  padding: 10px 14px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  z-index: 1000;
}
.temoignages {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}

.avis {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.avis-card {
  background: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  max-width: 250px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.avis-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.avis-card p {
  font-style: italic;
  margin-bottom: 10px;
}
.panier-container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

#liste-panier {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

#liste-panier li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

#total {
  font-weight: bold;
  margin-bottom: 20px;
}

#vider-panier,
.retour-boutique {
  display: inline-block;
  margin: 10px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #FF1493;
  color: white;
  text-decoration: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

#vider-panier:hover,
.retour-boutique:hover {
  background-color: #cc0077;
}
.faq {
  max-width: 700px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #FF1493;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.faq-question {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  border: none;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  color: #333;
  font-size: 1em;
}

.faq-question:hover {
  background-color: #f9f9f9;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fefefe;
  padding: 0 15px;
}

.faq-answer p {
  margin: 15px 0;
}

/* Menu général */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.logo {
  font-weight: bold;
  font-size: 1.5em;
  color: #FF1493;
}

nav {
  display: flex;
  gap: 15px;
}

nav a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  transition: color 0.2s;
}

nav a:hover {
  color: #FF1493;
}

/* Bouton hamburger : caché par défaut */
.menu-toggle {
  display: none;
  font-size: 1.8em;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}

/* Responsive : version mobile */
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  nav {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
  }

  nav a {
    padding: 10px;
    border-top: 1px solid #eee;
  }

  nav.show {
    display: flex;
  }
}
