#page-propos {
  padding-top: 100px !important;
}

#page-propos p {
  font-family: 'Cormorant Garamond', serif;
}

#page-propos h1,
h2,
h3,
h4,
h5 {
  /* font-size: 30px !important; */

  font-family: 'Cinzel', serif;
}

#mission p {
  font-size: 20px;
}

#vision p {
  font-size: 20px;
}

#equipe p {
  font-size: 20px;
}

li {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;

}

.card {
  border-left: solid 15px #d4af37 !important;
}

blockquote {

  font-family: 'Cormorant Garamond', serif;
}



#mission h2 {
  font-size: 1.5rem;
}

#page-propos .titre {
  font-family: 'Cinzel', serif;

}

.article2 {
  min-height: 120px;
  /* ajuste selon ton design */
  width: 500px;
  /* optionnel pour un format carré ou uniforme */
  flex-direction: row;
  /* reste aligné horizontalement */
  /* backdrop-filter: blur(10px); */
  background-color: rgba(74, 74, 74, 0.4) !important;
  border: solid rgb(99, 99, 99) 1px;

}

section img {
  border: #d4af37 solid 2px;
}

.article2 span {
  font-size: 20px;
}

.styled-list li::before {
  content: "✔";
  /* ou "–" si tu veux garder le tiret classique */
  color: rgb(219, 173, 20);
  /* couleur dorée */
  font-weight: bold;
  margin-right: 10px;
}

.styled-list li {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
}

#logo {
  border: none;
}

#page-propos h1 {
  font-size: 2.0rem !important;

  font-family: 'Cinzel', serif;
}