/* ================================
   SECTION 1 – Se (re)trouver en images
================================ */

.femmes-section1 {
    display: flex;
    justify-content: center; /* Centre le conteneur */
    align-items: center; /* Centre verticalement */
    height: 500px;
    width: 100%;
}

/* Bloc texte */
.femmes-texte {
    width: 1200px;
    height: 500px;
    background: #BC8BB7;
    padding: 80px 120px; /* Ajustable pour l'espacement interne */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centre le texte verticalement */
    text-align: left; /* Aligne le texte à gauche */
    margin-right: 0; /* Enlever l'espacement entre le texte et l'image */
    box-sizing: border-box; /* Assure que le padding est inclus dans la largeur et la hauteur */
}

/* Titre */
.femmes-texte h2 {
    font-family: var(--font-title);
    font-size: 90px;
    font-weight: normal;
    color: var(--accent-dark);
    margin-bottom: 40px;
    align-self: center; /* Centre le titre horizontalement */
}

/* Paragraphe */
.femmes-texte p {
    font-family: var(--font-body);
    font-size: 20px;
    line-height: 1.7;
    color: #3C2E3F;
    max-width: 650px;
    margin-bottom: 22px;
    align-self: center; /* Centre les paragraphes horizontalement */
}


/* Bloc photo */
.femmes-photo {
    width: 583px;
    height: 500px;
    overflow: hidden;
}

.femmes-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ================================
   SECTION – Pourquoi ces séances ?
================================ */

.femme-pourquoi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 180px auto 0;
  padding: 140px 100px;
}

.pourquoi-photo {
  width: 1200px;
  height: 585px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  top: -70px;
}

.pourquoi-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pourquoi-encart {
  background-color: var(--accent-dark);
  width: 870px;
  height: 755px;
  padding: 60px 50px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 70px;
  margin-left: -330px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.pourquoi-encart h2 {
  font-family: var(--font-title);
  font-size: 90px; /* Ajusté pour être plus petit */
  color: var(--white); /* Couleur d'arrière-plan de la section */
  margin-bottom: 32px;
  text-align: center;
  font-weight: normal;
}

.pourquoi-encart p {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: #C0C2C0; /* Couleur du texte */
  max-width: 600px;
  margin: 0 auto;
}
/* ==============================================
   SECTION — Un espace sécurisant et chaleureux
============================================== */

.femme-espace {
    position: relative;
    width: 100%;
    height: 770px;                        /* Hauteur demandée */
    background-image: url("../images/femme/434-Aurore.jpg");
    background-size: cover;
    background-position: center;          /* Image centrée */
    background-repeat: no-repeat;
    margin: 0;                             /* Pas d'espace avec la section précédente */
}


/* --- Encadré central avec texte --- */
.espace-encart {
    position: absolute;
    width: 640px;
    height: 530px;
    background: var(--white);
    border-radius: 10px;
    padding: 50px 60px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #6B4E6F; /* Texte en mauve */
}

/* Titre de l'encart */
.espace-encart h2 {
    font-family: var(--font-title);
    font-size: 65px;                      /* Taille du titre réduite pour plus de lisibilité */
    color: #6B4E6F;
    margin-bottom: 35px;
    font-weight: normal;
}

/* Texte dans l'encart */
.espace-encart p {
    font-family: var(--font-body);
    color: #6B4E6F;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 18px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsiveness */
@media (max-width: 768px) {
    .espace-encart {
        width: 90%; /* Réduire la largeur de l'encart sur petit écran */
        height: auto;
        padding: 20px 30px;
    }

    .espace-encart h2 {
        font-size: 45px; /* Réduire la taille du titre sur petit écran */
    }

    .espace-encart p {
        font-size: 16px;
    }
}

/* ============================================
   SECTION — Un espace sécurisant et chaleureux
   ============================================ */

.femme-nestpas {

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin: 100px auto 0;
  padding: 140px 150px;
  background-color: var(--accent);
}
.texte-nestpas {
  background-color: var(--white);
  color: var(--white);
  width: 835px;
  height: 610px;
  padding: 60px 50px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  top: 80px;
  margin-right: -146px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.texte-nestpas h2 {
  font-family: var(--font-title);
  font-size: 90px;
  color: var(--accent-dark);
  margin-bottom: 32px;
  line-height: 1.05;
  font-weight: normal;
}

.texte-nestpas p {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--text);
  max-width: 480px;
  margin: 0;
}

.image-nestpas {
  width: 910px;
  height: 660px;
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
}

.image-nestpas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================================
   SECTION — Ce que comprend la séance
   =================================== */

.femme-comprend {
    padding: 120px 0 100px;
    text-align: center;
}

/* Titre */
.comprend-title {
    font-family: var(--font-title);
    font-size: 90px;
    font-weight: normal;
    color: var(--accent-dark);
    margin-bottom: 60px;
}


/* --- Bloc des photos --- */
.comprend-photos {
    position: relative;
    width: 850px;
    margin: 0 auto 120px;
    height: 500px; /* hauteur du montage photo */
}

.comprend-photo-1 {
    width: 705px;
    height: 445px;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.comprend-photo-2 {
    width: 285px;
    height: 385px;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: -110px;  /* chevauchement comme sur Wix */
    box-shadow: 0 15px 25px rgba(0,0,0,0.25);
}


/* --- Bloc texte --- */
.comprend-texte {
    width: 700px;
    margin: 0 auto;
    color: var(--text) ;
    font-family: var(--font-body);
    font-size: 18px;
    line-height: 1.7;
    margin-top: 150px;  /* chevauchement comme sur Wix */
}

.comprend-texte p {
    margin-bottom: 30px;
	text-align:left;
}

/* ==========================================================
   SECTION : ET SI C’ÉTAIT LE BON MOMENT POUR VOUS ?
   ========================================================== */

.femme-moment{
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url("../images/sans-titre-150.jpg"); /* À adapter */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Overlay léger pour lisibilité */
.moment-overlay {
  background: rgba(250, 249, 245, 0.50); /* voile comme ton exemple */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

/* Titre */
.moment-overlay h2 {
  font-family: var(--font-title);
  font-size: 90px;
  color: var(--accent-dark);
  font-weight: normal;
  margin-bottom: 28px;
  line-height: 1.1;
}

/* Texte */
.moment-overlay p {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--text);
  width: 500px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Boutons */
.cta-buttons {
  display: flex;
  gap: 60px;
}

/* Bouton principal */
.cta-btn {
  background-color: var(--accent-dark);
  color: var(--white);
  padding: 22px 70px;
  font-size: 22px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

/* Hover */
.cta-btn:hover {
  background-color: var(--accent);
  color: var(--white);
}

/* Bouton secondaire */
.cta-second {
  background-color: var(--accent);
}

.cta-second:hover {
  background-color: var(--accent-dark);
}
