/* ============================================
   ELEMENTOR OVERRIDE — PRIORITÉ MAXIMALE
   ============================================ */

/* ----- FORCE ALL ----- */
body .elementor * {
    font-family: 'Montserrat', sans-serif;
}

/* ----- TITRES ----- */
body h1.elementor-heading-title,
body h2.elementor-heading-title,
body h3.elementor-heading-title,
body .elementor-widget-heading h1,
body .elementor-widget-heading h2,
body .elementor-widget-heading h3 {
    font-family: 'Funnel Display', sans-serif !important;
    font-weight: 800 !important;
    color: #1E1E2A !important;
}

body h2.elementor-heading-title {
    font-size: 2.5rem !important;
    background: linear-gradient(135deg, #1E1E2A 0%, #FF8552 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* ----- BOUTONS ----- */
body .elementor-button,
body .elementor-widget-button .elementor-button {
    background: linear-gradient(135deg, #FF8552 0%, #FFB347 100%) !important;
    border-radius: 50px !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    padding: 16px 32px !important;
    border: none !important;
    box-shadow: 0 4px 15px rgba(255,133,82,0.3) !important;
}

body .elementor-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(255,133,82,0.4) !important;
}

/* ----- SECTIONS ----- */
body .elementor-section {
    background: transparent !important;
}

/* ----- ICON BOXES ----- */
body .elementor-widget-icon-box .elementor-icon-box-wrapper,
body .elementor-widget-image-box .elementor-image-box-wrapper {
    background: rgba(255,255,255,0.8) !important;
    backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255,255,255,0.6) !important;
    border-radius: 18px !important;
    padding: 30px !important;
    box-shadow: 0 10px 40px rgba(30,30,42,0.08) !important;
}

body .elementor-widget-icon-box:hover .elementor-icon-box-wrapper,
body .elementor-widget-image-box:hover .elementor-image-box-wrapper {
    transform: translateY(-8px) !important;
    border-color: rgba(255,133,82,0.3) !important;
}

/* Icônes */
body .elementor-icon-box-icon i,
body .elementor-icon-box-icon svg {
    color: #FF8552 !important;
    fill: #FF8552 !important;
}

/* Titres des boîtes */
body .elementor-icon-box-title,
body .elementor-image-box-title {
    font-family: 'Funnel Display', sans-serif !important;
    font-weight: 700 !important;
    color: #1E1E2A !important;
}

/* Descriptions */
body .elementor-icon-box-description,
body .elementor-image-box-description {
    color: #555555 !important;
}

/* ----- IMAGES ----- */
body .elementor-widget-image img {
    border-radius: 18px !important;
    box-shadow: 0 10px 40px rgba(30,30,42,0.1) !important;
    transition: all 0.4s ease !important;
}

body .elementor-widget-image:hover img {
    transform: scale(1.03) !important;
    box-shadow: 0 20px 60px rgba(30,30,42,0.15) !important;
}

/* ----- COLONNES ----- */
body .elementor-column {
    transition: transform 0.3s ease;
}

body .elementor-column:hover {
    transform: translateY(-5px);
}
