a.logo-container {
  text-decoration: none;
  color: inherit;
}


/* SECTION À PROPOS - STYLE PREMIUM */
.a-propos-section {
  background-color: #1A1229; /* fond comme le header/footer */
  color: #f5f5f5;
  font-family: 'Playfair Display', serif;
  padding: 100px 30px;
}

.container-a-propos {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.titre-a-propos {
  font-family: 'Cinzel', serif;
  font-size: 36px;
  color: #D4AF37;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 60px;
}

.soustitre-a-propos {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}

.soustitre-a-propos::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #D4AF37;
  margin-top: 10px;
}

.container-a-propos p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 25px;
  color: #e2e2e2;
}

.liste-valeurs {
  display: block;
  margin-top: 10px;
  color: #D4AF37;
  font-weight: 600;
  line-height: 1.7;
}

.signature {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  text-align: center;
  margin-top: 80px;
  color: #D4AF37;
  letter-spacing: 1px;
}

.slogan {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}

.a-propos-section h2 {
  color: #ffffff;
}


.a-propos-section h3 {
  color: #ffffff;
}
