body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f2f7f6;
  color: #2c3e50;
  line-height: 1.6;
}

header, footer {
  background-color: #2e7d78;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Titres principaux */
header h1,
main h1 {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: 'Lora', serif;
  margin: 0;
  letter-spacing: 1px;
  transition: transform 0.3s ease;
}

header h1 {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

main h1 {
  color: #2e7d78;
  text-align: left;
  margin-bottom: 20px;
}

header h1:hover,
main h1:hover {
  transform: scale(1.02);
}

header h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: white;
  margin: 10px auto 0;
  opacity: 0.4;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 960px;
  margin: auto;
  font-size: 0.9em;
}

nav {
  display: flex;
  justify-content: center;
  background-color: #d1ece9;
  border-bottom: 1px solid #c0e0dd;
}

nav a {
  padding: 15px 20px;
  text-decoration: none;
  color: #2c3e50;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

nav a:hover {
  background-color: #a7cfc9;
  color: white;
  border-radius: 5px;
}

main {
  padding: 40px 20px;
  max-width: 960px;
  margin: auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

h2 {
  color: #2e7d78;
  font-size: 2.8rem;
  font-weight: 400;
  font-family: 'Lora', serif;
}

h3 {
  color: #2e7d78;
  margin-top: 30px;
}

.justifie {
  text-align: justify;
}

/* === PAGE D'ACCUEIL === */
.accueil-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.texte-accueil {
  width: 100%;
}

.texte-accueil p {
  margin-bottom: 20px;
}

.bullet-points {
  margin-left: 30px;
}

.bullet-points p {
  margin-bottom: 10px;
}

.info-roxane {
  text-align: center;
  margin-top: 30px;
  padding: 20px;
  background-color: #f8fafa;
  border-radius: 8px;
  border-left: 4px solid #2e7d78;
}

.photo-accueil {
  width: 100%;
  text-align: center;
}

.photo-accueil img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* === PAGE "QUI SUIS-JE ?" === */
.quisuisje-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.texte-quisuisje {
  flex: 1 1 65%;
}

.photo-quisuisje {
  flex: 1 1 30%;
  text-align: center;
}

.photo-quisuisje img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* === PAGE "MON APPROCHE" - NOUVELLE STRUCTURE === */
.approche-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.texte-approche {
  width: 100%;
}

.photos-ligne {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-end;
}

.photo-item {
  text-align: center;
}

.photo-item:nth-child(1),
.photo-item:nth-child(3) {
  flex: 1;
}

.photo-item:nth-child(2) {
  flex: 0.6;
}

.photo-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.texte-mbti {
  text-align: left;
  margin-top: 20px;
}

.texte-mbti ul {
  margin-left: 20px;
}

.texte-mbti li {
  margin-bottom: 8px;
}

/* === PAGE "POUR QUI ?" === */
.pourqui-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.photo-pourqui-container {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.photo-pourqui {
  text-align: center;
}

.photo-pourqui img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.texte-pourqui {
  flex: 1 1 65%;
}

/* === PAGE PRISE DE RENDEZ-VOUS === */
.info-seance {
  background-color: #f8fafa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.horaires-grid {
  display: flex;
  gap: 40px;
  margin: 30px 0;
}

.colonne-horaires {
  flex: 1;
  background-color: #f8fafa;
  padding: 20px;
  border-radius: 10px;
  border-left: 4px solid #2e7d78;
}

.colonne-horaires h3 {
  margin-top: 0;
  color: #2e7d78;
}

.colonne-horaires ul {
  list-style: none;
  padding: 0;
}

.colonne-horaires li {
  padding: 8px 0;
  border-bottom: 1px solid #d1ece9;
  color: #2c3e50;
}

.colonne-horaires li:last-child {
  border-bottom: none;
}

.carte-container {
  margin: 30px 0;
}

.info-pratiques {
  margin-top: 40px;
}

.info-pratiques h3 {
  color: #2e7d78;
  border-bottom: 2px solid #d1ece9;
  padding-bottom: 10px;
}

.info-pratiques p {
  margin-bottom: 15px;
}

/* === PAGE CONTACT === */
.contact-info {
  background-color: #f8fafa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-align: center;
}

.contact-form {
  margin-top: 30px;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.form-group {
  flex: 1;
}

.captcha-container {
  margin: 20px 0;
  padding: 15px;
  background-color: #f8fafa;
  border-radius: 8px;
}

/* === ÉLÉMENTS DE FORMULAIRE === */
label {
  display: block;
  margin-top: 15px;
  font-weight: 500;
  color: #2c3e50;
}

input, textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border-radius: 6px;
  border: 2px solid #d1ece9;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #2e7d78;
}

button {
  margin-top: 20px;
  background-color: #2e7d78;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 1em;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

button:hover {
  background-color: #256b65;
}

iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
  border: 0;
  border-radius: 10px;
}

/* === RESPONSIVE DESIGN === */
@media screen and (max-width: 768px) {
  main {
    padding: 30px 15px;
  }

  .accueil-grid,
  .quisuisje-grid,
  .pourqui-grid {
    flex-direction: column;
    gap: 30px;
  }

  .texte-accueil,
  .photo-accueil,
  .texte-quisuisje,
  .photo-quisuisje,
  .texte-pourqui,
  .photo-pourqui-container {
    flex: 1 1 100%;
  }

  .photo-pourqui-container {
    order: -1;
  }

  /* Page Mon Approche responsive */
  .photos-ligne {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .photo-item:nth-child(1),
  .photo-item:nth-child(2),
  .photo-item:nth-child(3) {
    flex: none;
    width: 80%;
  }

  .photo-item img {
    height: auto;
    object-fit: contain;
  }

  nav {
    flex-direction: column;
  }

  nav a {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #c0e0dd;
  }

  nav a:last-child {
    border-bottom: none;
  }

  header h1,
  main h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .horaires-grid {
    flex-direction: column;
    gap: 20px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .bullet-points {
    margin-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  header,
  footer {
    padding: 15px 10px;
  }

  main {
    padding: 20px 10px;
    margin: 10px;
  }

  header h1,
  main h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  input,
  textarea,
  button {
    font-size: 16px;
  }

  .colonne-horaires,
  .info-seance,
  .contact-info,
  .captcha-container {
    padding: 15px;
  }

  .photo-item:nth-child(1),
  .photo-item:nth-child(2),
  .photo-item:nth-child(3) {
    width: 100%;
  }
}