 /* === Style chic, moderne et féminin boosté === */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Helvetica Neue', 'Segoe UI', sans-serif;
  background: #fdf4f7;
  color: #2c2c2c;
  line-height: 1.6;
  font-size: 16px;
}
.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
header {
  background-color: #a63d68;
  color: white;
  padding: 30px 0;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
header h1 {
  font-size: 2.8rem;
  font-family: 'DM Serif Display', serif;
  letter-spacing: 1px;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 15px;
  flex-wrap: wrap;
}
nav a {
  color: #ffeef4;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s, text-shadow 0.3s;
}
nav a:hover {
  color: #ffb3c6;
  text-shadow: 0 1px 2px rgba(255, 179, 198, 0.8);
}
.hero {
  position: relative;
  background-color: #ffe9f0;
  padding: 50px 20px;
  text-align: center;
}
.hero-text {
  margin-top: 25px;
}
.hero-text h2 {
  font-size: 2.5rem;
  color: #b0385e;
  margin-bottom: 15px;
  font-family: 'DM Serif Display', serif;
}
.hero-text p {
  font-size: 1.15rem;
  color: #4c4c4c;
  max-width: 650px;
  margin: auto;
}
.btn {
  background: #b0385e;
  color: #fff;
  padding: 14px 35px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 4px 12px rgba(176, 56, 94, 0.3);
}
.btn:hover {
  background: #861f3a;
  box-shadow: 0 6px 18px rgba(134, 31, 58, 0.4);
}
.contact-intro, .aide-intro {
  background-color: #fff3f7;
  padding: 60px 20px;
  text-align: center;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 800px;
  box-shadow: 0 0 15px rgba(0,0,0,0.06);
}
.contact-intro h2, .aide-intro h2 {
  color: #b0385e;
  margin-bottom: 20px;
  font-family: 'DM Serif Display', serif;
  font-size: 2rem;
}
.contact-intro p, .aide-intro p {
  font-size: 1.15rem;
  color: #444;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.contact-intro a.btn, .aide-intro a.btn {
  background-color: #ff6492;
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.contact-intro a.btn:hover, .aide-intro a.btn:hover {
  background-color: #cc346b;
  transform: translateY(-2px);
}
.carousel {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  height: auto;
}
.carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
  filter: brightness(0.96) contrast(1.02);
}
.carousel-image.active {
  opacity: 1;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
footer {
  background-color: #f9e6ed;
  padding: 25px 0;
  text-align: center;
  font-size: 0.95rem;
  color: #666;
  border-top: 1px solid #ecc7d8;
  font-style: italic;
  }
  .soutien-section {
  background-color: #fff8fb;
  padding: 50px 20px;
  margin: 50px auto;
  border-radius: 20px;
  max-width: 850px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.soutien-section h2 {
  font-size: 2rem;
  color: #b0385e;
  font-family: 'DM Serif Display', serif;
  margin-bottom: 30px;
}

.soutien-list {
  list-style: none;
  padding: 0;
}

.soutien-list li {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-left: 5px solid #ff6492;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(255, 100, 146, 0.08);
  transition: transform 0.2s ease;
}

.soutien-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(255, 100, 146, 0.15);
}

.soutien-list li strong {
  color: #a63d68;
  font-size: 1.1rem;
}

.soutien-list li span {
  display: block;
  color: #555;
  font-size: 0.95rem;
  margin-top: 8px;
}
.page-section {
  background-color: #fff8fb;
  padding: 60px 20px;
  margin: 50px auto;
  border-radius: 20px;
  max-width: 900px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.page-section h2 {
  font-size: 2.2rem;
  color: #b0385e;
  font-family: 'DM Serif Display', serif;
  margin-bottom: 25px;
}

.page-section p {
  font-size: 1.1rem;
  color: #444;
  max-width: 750px;
  margin: 0 auto 20px;
  line-height: 1.8;
}

.temoignage {
  background: #ffffff;
  border-left: 4px solid #ff6492;
  padding: 20px;
  margin: 20px auto;
  font-style: italic;
  color: #555;
  max-width: 700px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 10px;
}
.temoignage footer {
  text-align: right;
  font-weight: bold;
  color: #b0385e;
  margin-top: 10px;
}
.styled-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.styled-list li {
  background: #ffffff;
  border-left: 4px solid #ff6492;
  padding: 15px 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 10px;
  color: #444;
  font-size: 1.05rem;
  line-height: 1.6;
}
/* Style des pages générales */
.page-section {
  background-color: #fff8fb;
  padding: 60px 20px;
  margin: 50px auto;
  border-radius: 20px;
  max-width: 900px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
  color: #444;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.page-section h2 {
  font-size: 2.2rem;
  color: #b0385e;
  font-family: 'DM Serif Display', serif;
  margin-bottom: 25px;
  text-align: center;
}

.page-section h3 {
  color: #b0385e;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-section p, 
.page-section ul {
  font-size: 1.1rem;
  line-height: 1.8;
  max-width: 750px;
  margin: 0 auto 20px auto;
}

.page-section ul {
  padding-left: 20px;
}

.page-section ul li {
  margin-bottom: 8px;
}

/* Style des liens dans la politique */
.page-section a {
  color: #b0385e;
  text-decoration: underline;
}

.page-section a:hover {
  color: #ff6492;
}

/* Footer */
footer {
  text-align: center;
  padding: 25px 10px;
  background-color: #f9e6ef;
  color: #b0385e;
  font-size: 0.9rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer a.footer-link {
  color: #b0385e;
  text-decoration: none;
  margin-left: 10px;
  font-weight: 600;
}

footer a.footer-link:hover {
  color: #ff6492;
  text-decoration: underline;
}



