.cta_mission {
  cursor: pointer;
}
.cta_mission.advocacyCta:hover h3.elementor-icon-box-title {
  color: var(--e-global-color-primary);
}
.cta_mission.advocacyCta:hover span.elementor-icon svg {
  color: var(--e-global-color-primary);
  fill: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.cta_mission.advocacyCta:hover .fleche_btn .elementor-icon {
  background-color: var(--e-global-color-primary);
}
.cta_mission.advocacyCta:hover .fleche_btn .elementor-icon svg {
  color: #fff;
  fill: #fff;
}

.decorativeTitleDot h1 span.dot, .decorativeTitleDot h2 span.dot, .decorativeTitleDot h3 span.dot, .decorativeTitleDot h4 span.dot, .decorativeTitleDot h5 span.dot, .decorativeTitleDot h6 span.dot {
  color: var(--e-global-color-1a38fe3);
}

.footerLink a {
  text-decoration: underline;
}
.footerLink a:hover {
  text-decoration: none;
}