/* Hero — ambassadors title + About us CTA (EN / FR / DE) */
#section_f5929c81dd744b3da136caf6d6302ac0,
#section_499e9e023e3f96c7817a07aa9b3f4ec5,
#section_77cb691ede727914a153245536769cd6 {
  --global-buttonBackgroundColor: #2a80e1;
  --global-buttonBorderColor: transparent;
  --global-buttonHoveredBackgroundColor: #1b6ac2;
  --global-buttonColor: #ffffff;
  --global-buttonTransitionProperty: background-color, border-color;
}

#section_f5929c81dd744b3da136caf6d6302ac0 .mceButton,
#section_499e9e023e3f96c7817a07aa9b3f4ec5 .mceButton,
#section_77cb691ede727914a153245536769cd6 .mceButton {
  margin-top: 1.25rem;
}

/* Hover: fond et contour passent à la même couleur */
#section_f5929c81dd744b3da136caf6d6302ac0 .mceButton a:hover,
#section_499e9e023e3f96c7817a07aa9b3f4ec5 .mceButton a:hover,
#section_77cb691ede727914a153245536769cd6 .mceButton a:hover {
  border-color: var(--global-buttonHoveredBackgroundColor);
}
