.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e756a2f:#5E00FF;--e-global-color-5d81bb4:#FFDE2B;--e-global-color-f244f92:#FF2CD2;--e-global-color-eda4ae3:#000000;--e-global-color-514a94f:#FFFFFF;--e-global-color-8b5f1b8:#1D1D1D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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 *//* ============================================
   POLICES PERSONNALISÉES
   ============================================ */

/* 0. Google Font Roboto Mono */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap');

@font-face {
    font-family: 'IBlock Sans Black';
    src: url('https://fifaworldcup.fr/fonts/PlutoTVSansV10-Black.otf') format('opentype');
    font-weight: 900;
    font-display: swap;
}

@font-face {
    font-family: 'IBlock Sans Bold';
    src: url('https://fifaworldcup.fr/fonts/PlutoTVSansV10-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'IBlock Sans ExtraBold';
    src: url('https://fifaworldcup.fr/fonts/PlutoTVSansV10-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'IBlock Sans Light';
    src: url('https://fifaworldcup.fr/fonts/PlutoTVSansV10-Light.otf') format('opentype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'IBlock Sans Medium';
    src: url('https://fifaworldcup.fr/fonts/PlutoTVSansV10-Medium.otf') format('opentype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'IBlock Sans Regular';
    src: url('https://fifaworldcup.fr/fonts/PlutoTVSansV10-Regular.otf') format('opentype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'IBlock Sans SemiBold';
    src: url('https://fifaworldcup.fr/fonts/PlutoTVSansV10-SemiBold-f8ae0bec61bcb5690c3183eed62f5617.otf') format('opentype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'IBlock Sans Thin';
    src: url('https://fifaworldcup.fr/fonts/PlutoTVSansV10-Thin-2ed1ef72346e3468021c8098eea8719b.otf') format('opentype');
    font-weight: 100;
    font-display: swap;
}

/* Police de base du site */
body {
    font-family: 'Roboto Mono', monospace !important;
    font-size: 12px;
    line-height: 1.43;
    color: #1d1d1d;
}

/* ============================================
   ANIMATION DU LOGO (CUBE)
   ============================================ */

@keyframes breathing {
    0%, 60%, 100% {
        transform: scale(0.9);
    }
    25% {
        transform: scale(1);
    }
}

.header-logo i,
.elementor-icon.fa-cube,
.siteheader__title i {
    animation: breathing 5s ease-out infinite normal;
}

/* ============================================
   BOUTON CTA PRINCIPAL (Effet hover)
   ============================================ */

.cta-button,
.jss196,
.elementor-button.btn-cta {
    color: #5e00ff !important;
    background-color: #ffde2b !important;
    padding: 3px 40px !important;
    font-size: 22px !important;
    border-radius: 25px !important;
    border: none !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    font-family: 'IBlock Sans Black', 'Roboto Mono', monospace !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cta-button::before,
.jss196::before,
.elementor-button.btn-cta::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    background-color: #5e00ff;
    border-radius: 25px;
    z-index: -1;
    transition: width 0.3s ease;
}

.cta-button::after,
.jss196::after,
.elementor-button.btn-cta::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffde2b;
    border-radius: 25px;
    z-index: -2;
}

.cta-button:hover,
.jss196:hover,
.elementor-button.btn-cta:hover {
    color: #ffde2b !important;
}

.cta-button:hover::before,
.jss196:hover::before,
.elementor-button.btn-cta:hover::before {
    width: 100%;
}

.cta-button span,
.jss196 span {
    padding: 0 0 4px 0;
    position: relative;
    z-index: 1;
}

/* ============================================
   MENU DE NAVIGATION
   ============================================ */

.elementor-nav-menu a,
.menu-item a {
    color: #ffffff !important;
    font-family: 'Roboto Mono', monospace !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 10px 12px !important;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.elementor-nav-menu a:hover,
.menu-item a:hover {
    color: #ffde2b !important;
    border-color: #ffffff !important;
}

/* ============================================
   CARTES PRICING
   ============================================ */

.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.pricing-card.best-choice {
    border: 2px solid #5e00ff !important;
    box-shadow: 0 4px 16px rgba(94, 0, 255, 0.2);
}

.best-choice-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #5e00ff;
    color: #ffffff;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.pricing-save {
    background: #ffde2b;
    color: #000000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    margin: 1rem 0;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    text-align: left;
}

.pricing-features li {
    padding: 10px 5px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12.5px;
    font-family: 'Roboto Mono', monospace;
    display: flex;
    align-items: center;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li i {
    color: #5e00ff;
    margin-right: 10px;
    font-size: 16px;
}

/* ============================================
   WHATSAPP FLOTTANT
   ============================================ */

.wa-help-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 999;
}

.wa-help-button {
    background: #25d366;
    color: white !important;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Roboto Mono', monospace;
    font-weight: bold;
    text-decoration: none;
}

.wa-help-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6);
}

.wa-help-button i {
    font-size: 20px;
}

/* ============================================
   RESPONSIVE MOBILE
   ============================================ */

@media only screen and (max-width: 768px) {
    .wa-help-button span {
        display: none;
    }
    
    .wa-help-container {
        bottom: 1rem;
        right: 1rem;
    }
}

/* Enlever marges par défaut Elementor */
.elementor-section {
    padding: 0 !important;
}

.elementor-container {
    padding: 0 !important;
}/* End custom CSS */