/* Start custom CSS for toggle, class: .elementor-element-fbdaf25 */.am-verres h3 {
  font-size: 18px;    /* ou 16px, ou la taille de ton choix */
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}
.am-verres h2 {
  font-size: 18px;    /* ou 16px, ou la taille de ton choix */
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}
.am-verres a {
  color: #f19800 !important;
  transition: color 0.2s;
}
.am-verres a:hover,
.am-verres a:focus {
  color: #bb7000 !important; /* Variante plus foncée au survol, optionnel */
  text-decoration: underline wavy;
}
@media (max-width: 700px) {
  .am-verres h2,
  .am-verres h3 {
    font-size: 15px;   /* Plus petit, meilleure lisibilité sur smartphone */
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .am-verres p {
    font-size: 15px;
    line-height: 1.6;
  }
}/* End custom CSS */