.elementor-kit-87397{--e-global-color-primary:#00AEC7;--e-global-color-secondary:#333F48;--e-global-color-text:#333F48AD;--e-global-color-accent:#7CE0D3;--e-global-color-2c56d9a:#FFB990;--e-global-color-6e5a590:#F4364C;--e-global-color-65ffcb0:#266573;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-size:16px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-secondary-letter-spacing:0.5px;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:700;--e-global-typography-text-text-transform:uppercase;--e-global-typography-text-line-height:1em;--e-global-typography-text-letter-spacing:2.2px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-2ee0422-font-family:"Raleway";--e-global-typography-2ee0422-font-size:22px;--e-global-typography-2ee0422-font-weight:800;--e-global-typography-2ee0422-text-transform:uppercase;--e-global-typography-2ee0422-line-height:1.2em;--e-global-typography-2ee0422-letter-spacing:6px;--e-global-typography-3f8b3af-font-family:"Raleway";--e-global-typography-3f8b3af-font-size:24px;--e-global-typography-3f8b3af-font-weight:700;--e-global-typography-3f8b3af-line-height:1.5px;--e-global-typography-3f8b3af-letter-spacing:0.5px;--e-global-typography-4d3f53a-font-family:"Raleway";--e-global-typography-4d3f53a-font-size:12px;--e-global-typography-4d3f53a-font-weight:700;--e-global-typography-4d3f53a-text-transform:uppercase;--e-global-typography-4d3f53a-line-height:1em;--e-global-typography-4d3f53a-letter-spacing:1.6px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-87397 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-87397{--e-global-typography-primary-font-size:40px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-2ee0422-font-size:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Style de base du texte avec tooltip */
.nc-tooltip {
  position: relative;
  cursor: help;
}

/* Bulle d'aide */
.nc-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  bottom: 135%; /* au-dessus du texte */
  min-width: 220px;
  max-width: 260px;
  background: #00aec7;              /* couleur de fond */
  color: #fff;                   /* couleur du texte */
  padding: 8px 10px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
  white-space: normal;
}

/* Petite flèche sous la bulle */
.nc-tooltip::before {
  content: "";
  position: absolute;
  left: 14px;        /* position horizontale de la flèche */
  bottom: 120%;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}

/* Affichage au survol / focus */
.nc-tooltip:hover::after,
.nc-tooltip:focus::after,
.nc-tooltip:hover::before,
.nc-tooltip:focus::before {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */