.elementor-2322 .elementor-element.elementor-element-101e393{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8001e3a *//* Liens : toujours visibles */
a, a:visited { color: rgba(234,240,255,.92); }

/* Menu : hover lisible */
nav a:hover,
nav a:focus-visible {
  color: #fff !important;
  background: rgba(255,255,255,.10);
}

/* Liens généraux hover (footer, etc.) */
footer a:hover,
footer a:focus-visible {
  color: #fff !important;
  text-decoration: underline;
}

/* Boutons : texte toujours lisible */
.btn:hover,
.btn:focus-visible {
  color: #fff !important;
}

.btn.primary{
  color:#fff !important;
}

nav a{
  transition: background .15s ease, color .15s ease, transform .15s ease;
}
nav a:hover{
  transform: translateY(-1px);
}/* End custom CSS */