body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f7f7f7;
  color: #333;
}

header {
  background: #046c4e;
  color: white;
  text-align: center;
  padding: 2em 1em;
}

nav {
  background: rgba(60,128,87,0.5);
  text-align: center;
  padding: 1em 0;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

nav a {
  color: #046c4e;
  text-decoration: none;
  font-weight: bold;
}

main {
  padding: 2em;
}

section {
  margin-bottom: 2em;
}

h2 {
  color: #046c4e;
}

button {
  background: #046c4e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background: #035c41;
}

footer {
  text-align: center;
  padding: 1em;
  background: #ddd;
  font-size: 0.9em;
}

. hero-contact {
  background-image: url="images/contact-bg.jpg"; /* change selon ton image disponible */
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 0 1px 3px rgba (225,225,225,0.6);
  padding: 80px 0;
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 600px;
  margin: 0 auto;
}

form label {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

form input,
form textarea {
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

form button {
  padding: 0.9rem;
  background-color: #007b5e;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

form button:hover {
  background-color: #005f47;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f8f8f8;
  color: #333;
}

header {
  background: #00796b;
  color: white;
  padding: 1rem;
  text-align: center;
}

nav a, nav select {
  margin: 0 0.5rem;
  color: white;
  text-decoration: none;
}

.hero {
  text-align: center;
  padding: 2rem;
  background: linear-gradient(to right, #e0f7fa, #b2ebf2);
  animation: fadeIn 2s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

form {
  max-width: 500px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}

form input, form textarea, form button {
  margin: 0.5rem 0;
  padding: 0.75rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea,
.contact-form button {
  font-size: 1rem;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.contact-form button {
  background-color: #0077cc;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #005fa3;
}

.hero-vision {
  background-image: url="images/vision-bg.jpg"; /* mets ici ton image de fond personnalisée */
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  padding: 80px 0;
  text-align: center;
}
.hero hero-marche {
  background-image: url= "images/marche-bg.jpg"; /* image de fond à changer selon ton choix */
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  padding: 80px 0;
  text-align: center;
}

.hero hero-faq {
  background-image: url="images/faq-bg.jpg"; /* remplace par une image pertinente : question, entraide, cerveau, etc. */
  background-size: cover;
  background-position: center;
  color: white;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6);
  padding: 80px 0;
  text-align: center;
}

.sous-pages {
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}

.sous-pages li {
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.6;
}

