.elementor-kit-5{--e-global-color-primary:#1E2D9B;--e-global-color-secondary:#F5A800;--e-global-color-text:#374151;--e-global-color-accent:#1A8FD1;--e-global-color-a985e03:#111827;--e-global-color-5ac6bb1:#2B55C5;--e-global-color-c0e3e86:#FFB829;--e-global-color-068dca1:#F4F6FB;--e-global-color-405f820:#E8EBF5;--e-global-color-3b6b25f:#6B7280;--e-global-color-adf0ebb:#FFFFFF80;--e-global-typography-primary-font-family:"Exo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Exo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================================================
   EFFET I MÉDIA — CSS GLOBAL ELEMENTOR PRO
   Coller dans : Elementor > Site Settings > Custom CSS
   OU : Apparence > Personnaliser > CSS supplémentaire
   ================================================================ */

/* --- IMPORT POLICES (si non ajoutées via Elementor Fonts) ---
   Ajouter dans functions.php OU via un plugin "Head & Footer Code" :

   wp_enqueue_style('efi-fonts',
     'https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800;900&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap'
   );
*/

/* --- VARIABLES --- */
:root {
  --efi-blue:    #1E2D9B;
  --efi-blue2:   #2B55C5;
  --efi-blue3:   #1A8FD1;
  --efi-gold:    #F5A800;
  --efi-gold2:   #FFB829;
  --efi-bg:      #F4F6FB;
  --efi-border:  #E8EBF5;
  --efi-dark:    #111827;
  --efi-body:    #374151;
  --efi-muted:   #6B7280;
}

/* --- TYPO GLOBALE --- */
body,
.elementor-widget-text-editor p,
.elementor-widget-text-editor li {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5,
.elementor-widget-heading .elementor-heading-title {
  font-family: 'Exo', sans-serif !important;
}

/* --- LOGO ANIMÉ HERO --- */
.efi-logo-hero img {
  filter: drop-shadow(0 20px 60px rgba(30,45,155,0.4));
  animation: efi-float 4.5s ease-in-out infinite;
}

@keyframes efi-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-16px); }
}

/* --- ANIMATIONS D'ENTRÉE (scroll reveal) --- */
.elementor-section,
.elementor-column,
.elementor-widget {
  transition-property: transform, opacity;
}

/* --- BOUTONS GLOBAUX --- */
.elementor-button.efi-btn-gold {
  background: var(--efi-gold) !important;
  color: #fff !important;
  font-family: 'Exo', sans-serif !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 20px rgba(245,168,0,0.35);
  transition: transform 0.2s, box-shadow 0.2s !important;
}
.elementor-button.efi-btn-gold:hover {
  background: var(--efi-gold2) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(245,168,0,0.45) !important;
}

.elementor-button.efi-btn-outline {
  background: transparent !important;
  color: var(--efi-blue) !important;
  border: 1.5px solid var(--efi-blue) !important;
  font-family: 'Exo', sans-serif !important;
  font-weight: 700 !important;
  transition: all 0.2s !important;
}
.elementor-button.efi-btn-outline:hover {
  background: var(--efi-blue) !important;
  color: #fff !important;
}

/* --- CARDS OFFRES : hover --- */
.efi-offer-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.efi-offer-card:hover {
  transform: translateY(-5px);
}

/* --- SECTION PAIN CARDS : hover via CSS --- */
.efi-pain-card {
  transition: transform 0.25s, box-shadow 0.25s !important;
}
.efi-pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(30,45,155,0.14) !important;
}

/* --- TABLETTE : max-width 1024px --- */
@media (max-width: 1024px) {
  .efi-logo-hero { display: none !important; }
}

/* --- MOBILE : max-width 767px --- */
@media (max-width: 767px) {
  .elementor-column { padding-left: 16px !important; padding-right: 16px !important; }
  .efi-kpi-bar { gap: 12px !important; }
}/* End custom CSS */