{"id":95,"date":"2026-02-17T14:55:52","date_gmt":"2026-02-17T14:55:52","guid":{"rendered":"https:\/\/vraitv.com\/?page_id=95"},"modified":"2026-08-30T04:49:29","modified_gmt":"2026-08-30T04:49:29","slug":"test-iptv-gratuit","status":"publish","type":"page","link":"https:\/\/vraitv.com\/fr\/test-iptv-gratuit\/","title":{"rendered":"Test IPTV Gratuit"},"content":{"rendered":"\n<style>\n  \/* \u2500\u2500 Hero Test IPTV Gratuit \u2500\u2500 *\/\n  .test-hero {\n    background: linear-gradient(135deg, #0D0F8C 0%, #1D21F3 45%, #3B1FBF 100%);\n    padding: 110px 0 100px;\n    position: relative;\n    overflow: hidden;\n    width: 100vw;\n    left: 50%;\n    transform: translateX(-50%);\n  }\n\n  \/* Blobs lumineux *\/\n  .test-hero::before {\n    content: '';\n    position: absolute;\n    width: 600px; height: 600px;\n    border-radius: 50%;\n    background: rgba(120, 80, 255, 0.20);\n    filter: blur(90px);\n    top: -200px; right: -150px;\n    pointer-events: none;\n  }\n\n  .test-hero::after {\n    content: '';\n    position: absolute;\n    width: 450px; height: 450px;\n    border-radius: 50%;\n    background: rgba(29,33,243,0.25);\n    filter: blur(80px);\n    bottom: -150px; left: -100px;\n    pointer-events: none;\n  }\n\n  \/* Grille de points d\u00e9corative *\/\n  .test-hero-dots {\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle, rgba(255,255,255,0.08) 1px, transparent 1px);\n    background-size: 32px 32px;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .test-hero-container {\n    max-width: 1300px;\n    width: 80%;\n    margin: 0 auto;\n    padding: 0 20px;\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  \/* \u2500\u2500 Contenu \u2500\u2500 *\/\n  .test-hero-content {\n    color: #fff;\n  }\n\n  \/* Tag *\/\n  .test-hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.22);\n    color: #fff;\n    font-size: 0.73rem;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    padding: 7px 18px;\n    border-radius: 999px;\n    margin-bottom: 28px;\n    backdrop-filter: blur(10px);\n    animation: testFadeUp 0.6s ease-out both;\n  }\n\n  .test-hero-tag svg {\n    width: 13px; height: 13px;\n    stroke: #fff;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* H1 *\/\n  .test-hero-title {\n    font-size: clamp(2.2rem, 4.5vw, 3.4rem);\n    font-weight: 800;\n    line-height: 1.1;\n    letter-spacing: -0.025em;\n    margin: 0 0 24px;\n    color: #ffffff;\n    animation: testFadeUp 0.7s ease-out 0.1s both;\n  }\n\n  .test-hero-title span {\n    background: linear-gradient(90deg, #ffffff 0%, #c4b5fd 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  \/* Description *\/\n  .test-hero-desc {\n    font-size: 1.1rem;\n    line-height: 1.8;\n    color: rgba(255,255,255,0.78);\n    margin: 0 0 40px;\n    max-width: 520px;\n    animation: testFadeUp 0.7s ease-out 0.2s both;\n  }\n\n  \/* CTA button *\/\n  .test-hero-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: #ffffff;\n    color: #1D21F3;\n    font-size: 1.02rem;\n    font-weight: 800;\n    padding: 18px 40px;\n    border-radius: 14px;\n    text-decoration: none !important;\n    border: 2px solid #ffffff;\n    box-shadow: 0 12px 40px rgba(0,0,0,0.22);\n    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);\n    position: relative;\n    overflow: hidden;\n    animation: testFadeUp 0.7s ease-out 0.3s both;\n    white-space: nowrap;\n  }\n\n  .test-hero-btn::before {\n    content: '';\n    position: absolute;\n    top: 0; left: -100%;\n    width: 100%; height: 100%;\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);\n    transition: left 0.5s ease;\n  }\n\n  .test-hero-btn:hover::before { left: 100%; }\n\n  .test-hero-btn:hover {\n    background: linear-gradient(135deg, #1D21F3, #3B1FBF);\n    color: #ffffff;\n    border-color: transparent;\n    transform: translateY(-3px);\n    box-shadow: 0 20px 50px rgba(0,0,0,0.3);\n    text-decoration: none !important;\n  }\n\n  .test-hero-btn:hover .test-btn-icon { stroke: #ffffff; }\n\n  .test-btn-icon {\n    width: 20px; height: 20px;\n    stroke: #1D21F3;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n    transition: stroke 0.3s ease;\n  }\n\n  \/* Trust items *\/\n  .test-hero-trust {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 20px;\n    margin-top: 32px;\n    animation: testFadeUp 0.7s ease-out 0.4s both;\n  }\n\n  .test-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: rgba(255,255,255,0.78);\n    font-size: 0.88rem;\n    font-weight: 500;\n  }\n\n  .test-trust-item svg {\n    width: 16px; height: 16px;\n    stroke: #a78bfa;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* \u2500\u2500 Visual side \u2500\u2500 *\/\n  .test-hero-visual {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    animation: testFadeUp 0.8s ease-out 0.2s both;\n  }\n\n  \/* Carte centrale glassmorphism *\/\n  .test-hero-card {\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(255,255,255,0.22);\n    backdrop-filter: blur(16px);\n    -webkit-backdrop-filter: blur(16px);\n    border-radius: 24px;\n    padding: 36px 32px;\n    width: 100%;\n    max-width: 400px;\n    box-shadow: 0 24px 60px rgba(0,0,0,0.3);\n    position: relative;\n    z-index: 2;\n  }\n\n  .test-card-label {\n    font-size: 0.73rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.55);\n    margin-bottom: 18px;\n  }\n\n  .test-card-title {\n    font-size: 1.5rem;\n    font-weight: 800;\n    color: #ffffff;\n    margin-bottom: 8px;\n    line-height: 1.2;\n  }\n\n  .test-card-sub {\n    font-size: 0.88rem;\n    color: rgba(255,255,255,0.55);\n    margin-bottom: 28px;\n  }\n\n  \/* Feature list *\/\n  .test-card-features {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 28px;\n  }\n\n  .test-card-feat {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 0.92rem;\n    color: rgba(255,255,255,0.85);\n    font-weight: 500;\n  }\n\n  .test-feat-icon {\n    width: 32px; height: 32px;\n    border-radius: 8px;\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.18);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .test-feat-icon svg {\n    width: 15px; height: 15px;\n    stroke: #ffffff;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  \/* Divider *\/\n  .test-card-divider {\n    height: 1px;\n    background: rgba(255,255,255,0.12);\n    margin-bottom: 24px;\n  }\n\n  \/* Price tag *\/\n  .test-card-price {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .test-card-free {\n    font-size: 2rem;\n    font-weight: 800;\n    color: #ffffff;\n    line-height: 1;\n  }\n\n  .test-card-free span {\n    display: block;\n    font-size: 0.78rem;\n    font-weight: 500;\n    color: rgba(255,255,255,0.55);\n    margin-top: 3px;\n  }\n\n  .test-card-badge {\n    background: rgba(126,232,162,0.18);\n    border: 1px solid rgba(126,232,162,0.35);\n    color: #7ee8a2;\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    padding: 6px 14px;\n    border-radius: 999px;\n  }\n\n  \/* Floating badge \u2014 top right *\/\n  .test-float-badge {\n    position: absolute;\n    top: -18px;\n    right: -18px;\n    background: rgba(255,255,255,0.13);\n    border: 1px solid rgba(255,255,255,0.25);\n    backdrop-filter: blur(10px);\n    padding: 10px 16px;\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.2);\n    animation: testFloat 3s ease-in-out infinite;\n    z-index: 3;\n  }\n\n  .test-float-badge-icon {\n    width: 34px; height: 34px;\n    border-radius: 8px;\n    background: rgba(255,255,255,0.15);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .test-float-badge-icon svg {\n    width: 16px; height: 16px;\n    stroke: #ffffff;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .test-float-badge-info strong {\n    display: block;\n    font-size: 0.9rem;\n    font-weight: 800;\n    color: #ffffff;\n    white-space: nowrap;\n  }\n\n  .test-float-badge-info span {\n    font-size: 0.68rem;\n    color: rgba(255,255,255,0.58);\n    white-space: nowrap;\n  }\n\n  \/* \u2500\u2500 Animations \u2500\u2500 *\/\n  @keyframes testFadeUp {\n    from { opacity: 0; transform: translateY(24px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  @keyframes testFloat {\n    0%, 100% { transform: translateY(0); }\n    50%       { transform: translateY(-8px); }\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 1024px) {\n    .test-hero-container { gap: 50px; }\n  }\n\n  @media (max-width: 767px) {\n    .test-hero { padding: 70px 0 80px; }\n    .test-hero-container {\n      grid-template-columns: 1fr;\n      gap: 48px;\n      width: 90%;\n      padding: 0 15px;\n    }\n    .test-hero-visual { order: -1; }\n    .test-hero-title { font-size: 2rem; }\n    .test-hero-desc { font-size: 1rem; }\n    .test-hero-btn { width: 100%; justify-content: center; }\n    .test-float-badge { right: 0; top: -14px; }\n    .test-hero-card { padding: 28px 24px; }\n  }\n\n  @media (max-width: 480px) {\n    .test-hero-container { width: 95%; }\n    .test-hero-title { font-size: 1.8rem; }\n    .test-hero-trust { gap: 14px; }\n    .test-float-badge { display: none; }\n  }\n<\/style>\n\n<section class=\"test-hero\">\n  <div class=\"test-hero-dots\"><\/div>\n  <div class=\"test-hero-container\">\n\n    <!-- \u2500\u2500 Contenu \u2500\u2500 -->\n    <div class=\"test-hero-content\">\n\n      <div class=\"test-hero-tag\">\n        <svg viewBox=\"0 0 24 24\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n        Essai sans engagement\n      <\/div>\n\n      <h1 class=\"test-hero-title\">\n        Testez notre IPTV<br><span>Gratuitement pendant 24h<\/span>\n      <\/h1>\n\n      <p class=\"test-hero-desc\">\n        D\u00e9couvrez plus de 20 000 cha\u00eenes HD &amp; 4K, le sport en direct et des milliers de films &amp; s\u00e9ries sans payer un seul euro. Notre <strong>test IPTV gratuit<\/strong> vous donne un acc\u00e8s complet \u00e0 notre plateforme \u2014 aucune carte bancaire, aucun engagement.\n      <\/p>\n\n      <a href=\"#plans\" class=\"test-hero-btn\">\n        <svg class=\"test-btn-icon\" viewBox=\"0 0 24 24\">\n          <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/>\n        <\/svg>\n        Obtenir mon test gratuit\n      <\/a>\n\n      <div class=\"test-hero-trust\">\n        <div class=\"test-trust-item\">\n          <svg viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n          Aucune carte bancaire\n        <\/div>\n        <div class=\"test-trust-item\">\n          <svg viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n          Activation en 5 minutes\n        <\/div>\n        <div class=\"test-trust-item\">\n          <svg viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n          Acc\u00e8s 100% illimit\u00e9\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- \u2500\u2500 Visual \u2500\u2500 -->\n    <div class=\"test-hero-visual\">\n\n      <!-- Badge flottant -->\n      <div class=\"test-float-badge\">\n        <div class=\"test-float-badge-icon\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n        <\/div>\n        <div class=\"test-float-badge-info\">\n          <strong>50 000+<\/strong>\n          <span>Clients satisfaits<\/span>\n        <\/div>\n      <\/div>\n\n      <!-- Carte glassmorphism -->\n      <div class=\"test-hero-card\">\n        <div class=\"test-card-label\">Votre acc\u00e8s d&rsquo;essai inclut<\/div>\n        <div class=\"test-card-title\">Test IPTV Gratuit 24h<\/div>\n        <div class=\"test-card-sub\">Acc\u00e8s imm\u00e9diat \u00b7 Sans engagement<\/div>\n\n        <div class=\"test-card-features\">\n          <div class=\"test-card-feat\">\n            <div class=\"test-feat-icon\">\n              <svg viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"7\" width=\"20\" height=\"15\" rx=\"2\"\/><polyline points=\"17 2 12 7 7 2\"\/><\/svg>\n            <\/div>\n            20 000+ cha\u00eenes HD &amp; 4K\n          <\/div>\n          <div class=\"test-card-feat\">\n            <div class=\"test-feat-icon\">\n              <svg viewBox=\"0 0 24 24\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polygon points=\"10 8 16 12 10 16 10 8\"\/><\/svg>\n            <\/div>\n            Sport en direct &amp; \u00e9v\u00e9nements live\n          <\/div>\n          <div class=\"test-card-feat\">\n            <div class=\"test-feat-icon\">\n              <svg viewBox=\"0 0 24 24\"><rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"2\"\/><line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"22\"\/><line x1=\"17\" y1=\"2\" x2=\"17\" y2=\"22\"\/><line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/><\/svg>\n            <\/div>\n            55 000+ films &amp; s\u00e9ries VOD\n          <\/div>\n          <div class=\"test-card-feat\">\n            <div class=\"test-feat-icon\">\n              <svg viewBox=\"0 0 24 24\"><rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\/><path d=\"M12 18h.01\" stroke-width=\"3\"\/><\/svg>\n            <\/div>\n            Compatible tous appareils\n          <\/div>\n        <\/div>\n\n        <div class=\"test-card-divider\"><\/div>\n\n        <div class=\"test-card-price\">\n          <div class=\"test-card-free\">\n            GRATUIT\n            <span>Pendant 24 heures compl\u00e8tes<\/span>\n          <\/div>\n          <div class=\"test-card-badge\">0 \u20ac<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<style>\n  .test-hiw-section {\n    background: #ffffff;\n    padding: 100px 0;\n    position: relative;\n    overflow: hidden;\n    width: 100vw;\n    left: 50%;\n    transform: translateX(-50%);\n  }\n\n  .test-hiw-section::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle, rgba(29,33,243,0.05) 1px, transparent 1px);\n    background-size: 36px 36px;\n    pointer-events: none;\n  }\n\n  .test-hiw-section::after {\n    content: '';\n    position: absolute;\n    width: 600px; height: 600px;\n    border-radius: 50%;\n    background: rgba(29,33,243,0.03);\n    bottom: -200px; right: -150px;\n    pointer-events: none;\n  }\n\n  .test-hiw-container {\n    max-width: 1300px;\n    width: 80%;\n    margin: 0 auto;\n    padding: 0 20px;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* \u2500\u2500 Header \u2500\u2500 *\/\n  .test-hiw-header {\n    text-align: center;\n    margin-bottom: 70px;\n  }\n\n  .test-hiw-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(29,33,243,0.07);\n    border: 1px solid rgba(29,33,243,0.18);\n    color: #1D21F3;\n    font-size: 0.75rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 6px 18px;\n    border-radius: 999px;\n    margin-bottom: 22px;\n  }\n\n  .test-hiw-tag svg {\n    width: 13px; height: 13px;\n    stroke: #1D21F3;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .test-hiw-title {\n    font-size: clamp(1.9rem, 4vw, 2.9rem);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -0.025em;\n    margin-bottom: 20px;\n    color: #0f172a;\n  }\n\n  .test-hiw-title span {\n    background: linear-gradient(90deg, #1D21F3, #5500FF);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .test-hiw-subtitle {\n    font-size: 1.08rem;\n    line-height: 1.75;\n    color: #64748b;\n    max-width: 660px;\n    margin: 0 auto;\n  }\n\n  \/* \u2500\u2500 Steps grid \u2500\u2500 *\/\n  .test-hiw-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n    position: relative;\n  }\n\n  \/* Connector line *\/\n  .test-hiw-steps::before {\n    content: '';\n    position: absolute;\n    top: 52px;\n    left: calc(16.66% + 24px);\n    right: calc(16.66% + 24px);\n    height: 2px;\n    background: linear-gradient(90deg, rgba(29,33,243,0.25), rgba(85,0,255,0.12), rgba(29,33,243,0.25));\n    z-index: 0;\n  }\n\n  \/* \u2500\u2500 Card \u2500\u2500 *\/\n  .test-hiw-card {\n    background: #ffffff;\n    border: 1.5px solid rgba(29,33,243,0.11);\n    border-radius: 22px;\n    padding: 44px 30px 36px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    z-index: 1;\n    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;\n  }\n\n  .test-hiw-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #1D21F3, #5500FF);\n    opacity: 0;\n    transition: opacity 0.35s ease;\n  }\n\n  .test-hiw-card:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 24px 60px rgba(29,33,243,0.10);\n    border-color: rgba(29,33,243,0.28);\n  }\n\n  .test-hiw-card:hover::before { opacity: 1; }\n\n  \/* \u2500\u2500 Number bubble \u2500\u2500 *\/\n  .test-hiw-number-wrap {\n    width: 80px; height: 80px;\n    border-radius: 50%;\n    background: rgba(29,33,243,0.07);\n    border: 2px solid rgba(29,33,243,0.18);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 28px;\n    position: relative;\n    z-index: 1;\n    transition: background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;\n  }\n\n  .test-hiw-card:hover .test-hiw-number-wrap {\n    background: rgba(29,33,243,0.12);\n    border-color: rgba(29,33,243,0.42);\n    box-shadow: 0 0 28px rgba(29,33,243,0.18);\n  }\n\n  .test-hiw-number {\n    font-size: 1.8rem;\n    font-weight: 800;\n    background: linear-gradient(135deg, #1D21F3, #5500FF);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    line-height: 1;\n  }\n\n  \/* \u2500\u2500 Card text \u2500\u2500 *\/\n  .test-hiw-card-title {\n    font-size: 1.15rem;\n    font-weight: 800;\n    color: #1D21F3;\n    margin-bottom: 14px;\n    letter-spacing: -0.01em;\n    line-height: 1.3;\n  }\n\n  .test-hiw-card-desc {\n    font-size: 0.97rem;\n    line-height: 1.75;\n    color: #64748b;\n  }\n\n  \/* \u2500\u2500 CTA block \u2500\u2500 *\/\n  .test-hiw-cta {\n    margin-top: 64px;\n    text-align: center;\n    background: linear-gradient(135deg, #0D0F8C 0%, #1D21F3 50%, #3B1FBF 100%);\n    border-radius: 24px;\n    padding: 56px 40px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .test-hiw-cta::before {\n    content: '';\n    position: absolute;\n    width: 400px; height: 400px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.05);\n    top: -150px; right: -100px;\n    pointer-events: none;\n  }\n\n  .test-hiw-cta-title {\n    font-size: clamp(1.4rem, 2.5vw, 1.9rem);\n    font-weight: 800;\n    color: #ffffff;\n    margin-bottom: 12px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .test-hiw-cta-sub {\n    font-size: 1rem;\n    color: rgba(255,255,255,0.72);\n    margin-bottom: 32px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .test-hiw-cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #ffffff;\n    color: #1D21F3;\n    font-size: 1rem;\n    font-weight: 800;\n    padding: 16px 40px;\n    border-radius: 12px;\n    text-decoration: none !important;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.20);\n    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;\n    position: relative;\n    z-index: 1;\n  }\n\n  .test-hiw-cta-btn svg {\n    width: 18px; height: 18px;\n    stroke: #1D21F3;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: stroke 0.25s ease;\n    flex-shrink: 0;\n  }\n\n  .test-hiw-cta-btn:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 16px 44px rgba(0,0,0,0.28);\n    background: rgba(255,255,255,0.92);\n    text-decoration: none !important;\n    color: #1D21F3;\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 1024px) {\n    .test-hiw-steps { grid-template-columns: repeat(2, 1fr); }\n    .test-hiw-steps::before { display: none; }\n  }\n\n  @media (max-width: 767px) {\n    .test-hiw-section { padding: 70px 0; }\n    .test-hiw-container { width: 90%; padding: 0 15px; }\n    .test-hiw-steps { grid-template-columns: 1fr; gap: 16px; }\n    .test-hiw-steps::before { display: none; }\n    .test-hiw-title { font-size: 1.9rem; }\n    .test-hiw-cta { padding: 44px 24px; }\n  }\n\n  @media (max-width: 480px) {\n    .test-hiw-container { width: 95%; }\n    .test-hiw-cta-btn { width: 100%; justify-content: center; }\n  }\n<\/style>\n\n<section class=\"test-hiw-section\">\n  <div class=\"test-hiw-container\">\n\n    <div class=\"test-hiw-header\">\n      <div class=\"test-hiw-tag\">\n        <svg viewBox=\"0 0 24 24\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n        Processus en 3 \u00e9tapes\n      <\/div>\n      <h2 class=\"test-hiw-title\">\n        Obtenez votre <span>Test IPTV Gratuit<\/span><br>en moins de 5 minutes\n      <\/h2>\n      <p class=\"test-hiw-subtitle\">\n        Profitez d&rsquo;un acc\u00e8s complet \u00e0 plus de 20 000 cha\u00eenes HD &amp; 4K sans d\u00e9bourser un centime. Notre <strong>test IPTV gratuit<\/strong> de 24h vous permet de d\u00e9couvrir la qualit\u00e9 de notre service avant tout engagement.\n      <\/p>\n    <\/div>\n\n    <div class=\"test-hiw-steps\">\n\n      <!-- \u00c9tape 1 -->\n      <div class=\"test-hiw-card\">\n        <div class=\"test-hiw-number-wrap\">\n          <div class=\"test-hiw-number\">01<\/div>\n        <\/div>\n        <h3 class=\"test-hiw-card-title\">Parcourez nos formules d&rsquo;abonnement<\/h3>\n        <p class=\"test-hiw-card-desc\">Consultez l&rsquo;ensemble de nos offres \u2014 mensuelle, semestrielle ou annuelle \u2014 et identifiez celle qui correspond \u00e0 votre usage. L&rsquo;essai gratuit de 24h est inclus automatiquement avec chaque formule, sans carte bancaire requise.<\/p>\n      <\/div>\n\n      <!-- \u00c9tape 2 -->\n      <div class=\"test-hiw-card\">\n        <div class=\"test-hiw-number-wrap\">\n          <div class=\"test-hiw-number\">02<\/div>\n        <\/div>\n        <h3 class=\"test-hiw-card-title\">Contactez-nous pour recevoir vos acc\u00e8s<\/h3>\n        <p class=\"test-hiw-card-desc\">Envoyez-nous un message via WhatsApp, e-mail ou le formulaire de contact. Pr\u00e9cisez la formule qui vous int\u00e9resse et notre \u00e9quipe vous transmet vos identifiants de connexion en quelques minutes seulement.<\/p>\n      <\/div>\n\n      <!-- \u00c9tape 3 -->\n      <div class=\"test-hiw-card\">\n        <div class=\"test-hiw-number-wrap\">\n          <div class=\"test-hiw-number\">03<\/div>\n        <\/div>\n        <h3 class=\"test-hiw-card-title\">Vivez 24h de streaming sans limite<\/h3>\n        <p class=\"test-hiw-card-desc\">Connectez-vous sur votre Smart TV, smartphone ou tablette et explorez librement notre catalogue complet. Cha\u00eenes 4K, sport en direct, films et s\u00e9ries \u2014 tout est disponible pendant 24h sans restriction ni engagement.<\/p>\n      <\/div>\n\n    <\/div>\n\n    <!-- CTA int\u00e9gr\u00e9 -->\n    <div class=\"test-hiw-cta\">\n      <p class=\"test-hiw-cta-title\">Pr\u00eat \u00e0 commencer votre Test IPTV Gratuit ?<\/p>\n      <p class=\"test-hiw-cta-sub\">Aucune carte bancaire requise \u00b7 Activation en moins de 5 minutes \u00b7 Acc\u00e8s imm\u00e9diat<\/p>\n      <a href=\"#plans\" class=\"test-hiw-cta-btn\">\n        <svg viewBox=\"0 0 24 24\">\n          <polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/>\n        <\/svg>\n        Demander mon essai\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n\n\n<section class=\"wp-block-uagb-container uagb-block-p8kkw1ll alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-info-box uagb-block-9pels4nn uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h2 class=\"uagb-ifb-title\"><strong><strong><strong>Nos Formules Disponibles pour votre Test IPTV Gratuit<\/strong><\/strong><\/strong><\/h2><\/div><p class=\"uagb-ifb-desc\">Profitez d&rsquo;un acc\u00e8s complet \u00e0 plus de <strong>20 000 cha\u00eenes HD &amp; 4K<\/strong> sans d\u00e9bourser un centime. Choisissez la formule qui vous int\u00e9resse et recevez vos <strong>identifiants en moins de 5 minutes<\/strong>.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-tabs uagb-block-104a836b uagb-tabs__wrap uagb-tabs__hstyle1-desktop uagb-tabs__hstyle1-tablet uagb-tabs__stack1-mobile\" data-tab-active=\"0\" id=\"plans\"><ul class=\"uagb-tabs__panel uagb-tabs__align-center\" role=\"tablist\"><li class=\"uagb-tab uagb-tabs__active\" role=\"none\"><a href=\"#uagb-tabs__tab0\" class=\"uagb-tabs-list uagb-tabs__icon-position-left\" data-tab=\"0\" role=\"tab\"><span class=\"uagb-tabs__icon\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M512 448H127.1C110.3 448 96 462.3 96 479.1S110.3 512 127.1 512h384C529.7 512 544 497.7 544 480S529.7 448 512 448zM592 0h-544C21.5 0 0 21.5 0 48v320C0 394.5 21.5 416 48 416h544c26.5 0 48-21.5 48-48v-320C640 21.5 618.5 0 592 0zM576 352H64v-288h512V352z\"><\/path><\/svg><\/span><div>1 Appareil<\/div><\/a><\/li><li class=\"uagb-tab \" role=\"none\"><a href=\"#uagb-tabs__tab1\" class=\"uagb-tabs-list uagb-tabs__icon-position-left\" data-tab=\"1\" role=\"tab\"><span class=\"uagb-tabs__icon\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 640 512\"><path d=\"M512 448H127.1C110.3 448 96 462.3 96 479.1S110.3 512 127.1 512h384C529.7 512 544 497.7 544 480S529.7 448 512 448zM592 0h-544C21.5 0 0 21.5 0 48v320C0 394.5 21.5 416 48 416h544c26.5 0 48-21.5 48-48v-320C640 21.5 618.5 0 592 0zM576 352H64v-288h512V352z\"><\/path><\/svg><\/span><div>2 Appareils<\/div><\/a><\/li><\/ul><div class=\"uagb-tabs__body-wrap\">\n<div class=\"wp-block-uagb-tabs-child uagb-tabs__body-container uagb-inner-tab-0\" aria-labelledby=\"uagb-tabs__tab0\" id=\"plans\">\n<div class=\"wp-block-uagb-container uagb-block-30c2a809 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-f781e871\">\n<div class=\"wp-block-uagb-info-box uagb-block-3419ca7c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title-prefix\"><strong>1 Mois<\/strong><\/h3><p class=\"uagb-ifb-title\"> <strong><strong><strong><strong><strong>12,99<\/strong>&nbsp;<strong>\u20ac<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><p class=\"uagb-ifb-desc\"><strong><strong><strong><strong><strong>Sans Engagement<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-75afeb5b\">\n<div style=\"display: inline-block; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #28a745; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center;\">\n    -23%\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-df4a9a41\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-33f9ccff wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/33759120958\" rel=\"nofollow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Tester Maintenant<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-9061c597\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-710ed7d4\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+20 000 cha\u00eenes de TV<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-573a05e0\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+55K VOD en Full HD et 4K<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-53254b81\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Changement entre appareils<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-d0618d20\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Assistance \u00e0 l&rsquo;installation<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4d224dca\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Compatible avec VPN<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-5dd93866\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Guide des programmes (EPG)<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-afd254e2\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Mises \u00e0 jour hebdomadaires<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-cd3b8844\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">7 jours de remboursement<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-c5ad007d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Technologie anti-gel<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6cb5bcf7\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Support gratuit 24h\/7j<\/span><\/div>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/centreiptv.com\/wp-content\/uploads\/2025\/12\/legal-payments.png\" alt=\"\" class=\"wp-image-7\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-90d11988\">\n<div class=\"wp-block-uagb-info-box uagb-block-1b65cab5 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title-prefix\"><strong>3 Mois<\/strong><\/h3><p class=\"uagb-ifb-title\"><strong><strong><strong><strong><strong>24,99<\/strong><\/strong>&nbsp;<strong>\u20ac<\/strong><\/strong><\/strong><\/strong><\/p><\/div><p class=\"uagb-ifb-desc\"><strong><strong><strong><strong><strong><strong>Sans Engagement<\/strong><\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-f9b9467e\">\n<div style=\"display: inline-block; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #28a745; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center;\">\n    -41%\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-c0c51a73\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-435b6f02 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/33759120958\" rel=\"nofollow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Tester Maintenant<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-887fb891\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-230cce5b\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+20 000 cha\u00eenes de TV<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4770710f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+55K VOD en Full HD et 4K<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1b7e8d2b\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Changement entre appareils<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-62b2b305\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Assistance \u00e0 l&rsquo;installation<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b649ee2d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Compatible avec VPN<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-bda234fe\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Guide des programmes (EPG)<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-95d33379\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Mises \u00e0 jour hebdomadaires<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8b57314c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">7 jours de remboursement<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-84ed9a16\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Technologie anti-gel<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6381248c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Support gratuit 24h\/7j<\/span><\/div>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/centreiptv.com\/wp-content\/uploads\/2025\/12\/legal-payments.png\" alt=\"\" class=\"wp-image-7\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-ac26e01a\">\n<div class=\"wp-block-uagb-info-box uagb-block-8e985470 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title-prefix\"><strong>6 Mois <\/strong><\/h3><p class=\"uagb-ifb-title\"><strong><strong><strong><strong><strong>36,99<\/strong><\/strong>&nbsp;<strong>\u20ac<\/strong><\/strong><\/strong><\/strong><\/p><\/div><p class=\"uagb-ifb-desc\"><strong><strong><strong>Sans Engagement<\/strong><\/strong><\/strong><\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-ee233615\">\n<div style=\"display: inline-block; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #28a745; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center;\">\n    -33%\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6f7eb385\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-90bef6b9 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/33759120958\" rel=\"nofollow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Tester Maintenant<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-4234f4d9\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b7782ed5\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+20 000 cha\u00eenes de TV<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2a616a98\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+55K VOD en Full HD et 4K<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-94fd813c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Changement entre appareils<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-1ab22973\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Assistance \u00e0 l&rsquo;installation<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8ff5291f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Compatible avec VPN<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a648294d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Guide des programmes (EPG)<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-fe739ccf\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Mises \u00e0 jour hebdomadaires<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a49747b0\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">7 jours de remboursement<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-eca532bf\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Technologie anti-gel<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a7c47c76\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Support gratuit 24h\/7j<\/span><\/div>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/centreiptv.com\/wp-content\/uploads\/2025\/12\/legal-payments.png\" alt=\"\" class=\"wp-image-7\"\/><\/figure>\n<\/div>\n\n\n\n<div data-aos= \"flip-left\" data-aos-duration=\"400\" data-aos-delay=\"0\" data-aos-easing=\"ease\" data-aos-once=\"true\" class=\"wp-block-uagb-container uagb-block-db33a273\">\n<div class=\"wp-block-uagb-info-box uagb-block-9d8c1d4a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title-prefix\"><strong>12 Mois<\/strong><\/h3><p class=\"uagb-ifb-title\"><strong><strong><strong><strong><strong><strong>55,99<\/strong><\/strong><\/strong><\/strong><\/strong><\/strong> <strong><strong><strong><strong><strong>\u20ac<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><p class=\"uagb-ifb-desc\"><strong><strong><strong>Sans Engagement<\/strong><\/strong><\/strong><\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-3cafe1fb\">\n<div style=\"display: inline-block; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #28a745; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center;\">\n    -30%\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6deaa787\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-a6b9a4f5 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/33759120958\" rel=\"nofollow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Tester Maintenant<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-18b5073a\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-04094910\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+20 000 cha\u00eenes de TV<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-dd09c95d\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+55K VOD en Full HD et 4K<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-aadbdcae\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Changement entre appareils<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8a9bbb90\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Assistance \u00e0 l&rsquo;installation<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b5e03e0f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Compatible avec VPN<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e57940b6\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Guide des programmes (EPG)<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7e72e007\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Mises \u00e0 jour hebdomadaires<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-eccde4ff\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">7 jours de remboursement<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-0a23d9cb\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Technologie anti-gel<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-605d62eb\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Support gratuit 24h\/7j<\/span><\/div>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/centreiptv.com\/wp-content\/uploads\/2025\/12\/legal-payments.png\" alt=\"\" class=\"wp-image-7\"\/><\/figure>\n<\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-tabs-child uagb-tabs__body-container uagb-inner-tab-1\" aria-labelledby=\"uagb-tabs__tab1\" id=\"plans\">\n<div class=\"wp-block-uagb-container uagb-block-5350e0b3 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-3dd339e1\">\n<div class=\"wp-block-uagb-info-box uagb-block-62a70802 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title-prefix\"><strong>1 Mois <\/strong><\/h3><p class=\"uagb-ifb-title\"><strong><strong><strong><strong><strong>19,99<\/strong>&nbsp;<strong>\u20ac<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><p class=\"uagb-ifb-desc\"><strong><strong><strong><strong><strong>Sans Engagement<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-a8e710a5\">\n<div style=\"display: inline-block; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #28a745; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center;\">\n    -25%\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-60f8a66d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-910b75a4 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/33759120958\" rel=\"nofollow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Tester Maintenant<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-e01b5245\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-073bbb46\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+20 000 cha\u00eenes de TV<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a0ed161f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+55K VOD en Full HD et 4K<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-713c1d1a\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Changement entre appareils<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-2f5c843f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Assistance \u00e0 l&rsquo;installation<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-bfabfe76\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Compatible avec VPN<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a2988658\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Guide des programmes (EPG)<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-8b7ccefd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Mises \u00e0 jour hebdomadaires<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-33254709\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">7 jours de remboursement<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-54ec42eb\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Technologie anti-gel<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-7bcdf401\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Support gratuit 24h\/7j<\/span><\/div>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/centreiptv.com\/wp-content\/uploads\/2025\/12\/legal-payments.png\" alt=\"\" class=\"wp-image-7\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-95801033\">\n<div class=\"wp-block-uagb-info-box uagb-block-95645f14 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title-prefix\"><strong>3 Mois<\/strong><\/h3><p class=\"uagb-ifb-title\"><strong><strong><strong><strong><strong>37,99<\/strong><\/strong><\/strong><\/strong><\/strong> <strong><strong><strong><strong>\u20ac<\/strong><\/strong><\/strong><\/strong><\/p><\/div><p class=\"uagb-ifb-desc\"><strong><strong><strong><strong><strong>Sans Engagement<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-70c9adad\">\n<div style=\"display: inline-block; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #28a745; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center;\">\n    -39%\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-b40e4d87\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-0f708d31 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/33759120958\" rel=\"nofollow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Tester Maintenant<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-f5d41e4a\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a2591e48\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+20 000 cha\u00eenes de TV<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a0199186\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+55K VOD en Full HD et 4K<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-bb32b236\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Changement entre appareils<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-bb7c35ab\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Assistance \u00e0 l&rsquo;installation<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b9d0da82\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Compatible avec VPN<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-846964dd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Guide des programmes (EPG)<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b74f15ea\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Mises \u00e0 jour hebdomadaires<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-985f8c60\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">7 jours de remboursement<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-a6201aa4\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Technologie anti-gel<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-01b47bf1\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Support gratuit 24h\/7j<\/span><\/div>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/centreiptv.com\/wp-content\/uploads\/2025\/12\/legal-payments.png\" alt=\"\" class=\"wp-image-7\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-99d193bc\">\n<div class=\"wp-block-uagb-info-box uagb-block-57ceedcd uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title-prefix\"><strong>6 Mois <\/strong><\/h3><p class=\"uagb-ifb-title\"><strong><strong><strong><strong><strong>59,99<\/strong><\/strong>&nbsp;<strong>\u20ac<\/strong><\/strong><\/strong><\/strong><\/p><\/div><p class=\"uagb-ifb-desc\"><strong><strong><strong><strong><strong>Sans Engagement<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-c7fe5cde\">\n<div style=\"display: inline-block; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #28a745; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center;\">\n    -36%\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-448bb55d\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-6e9d0911 wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/33759120958\" rel=\"nofollow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Tester Maintenant<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-c3535167\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e7170bf3\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+20 000 cha\u00eenes de TV<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-07d399ba\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+55K VOD en Full HD et 4K<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-57469626\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Changement entre appareils<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-15a88d39\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Assistance \u00e0 l&rsquo;installation<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-f0704a02\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Compatible avec VPN<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-17e57f73\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Guide des programmes (EPG)<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-116e2aba\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Mises \u00e0 jour hebdomadaires<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-161fcbce\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">7 jours de remboursement<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-89b48704\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Technologie anti-gel<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b5924cbd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Support gratuit 24h\/7j<\/span><\/div>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/centreiptv.com\/wp-content\/uploads\/2025\/12\/legal-payments.png\" alt=\"\" class=\"wp-image-7\"\/><\/figure>\n<\/div>\n\n\n\n<div data-aos= \"flip-left\" data-aos-duration=\"400\" data-aos-delay=\"0\" data-aos-easing=\"ease\" data-aos-once=\"true\" class=\"wp-block-uagb-container uagb-block-85930760\">\n<div class=\"wp-block-uagb-info-box uagb-block-5d011c10 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h3 class=\"uagb-ifb-title-prefix\"><strong>12 Mois<\/strong><\/h3><p class=\"uagb-ifb-title\"><strong><strong><strong><strong><strong><strong>89,99<\/strong><\/strong>&nbsp;<strong>\u20ac<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><p class=\"uagb-ifb-desc\"><strong><strong><strong><strong><strong>Sans Engagement<\/strong><\/strong><\/strong><\/strong><\/strong><\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-2719bc80\">\n<div style=\"display: inline-block; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); color: #28a745; font-size: 14px; font-weight: bold; padding: 8px 20px; border-radius: 6px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-align: center;\">\n    -29%\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-6f670c52\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-36d0545a wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater wp-block-button__link\" aria-label=\"\" href=\"https:\/\/wa.me\/33759120958\" rel=\"nofollow noopener\" target=\"_blank\" role=\"button\"><div class=\"uagb-button__link\">Tester Maintenant<\/div><\/a><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list uagb-block-47ba95c6\"><div class=\"uagb-icon-list__wrap\">\n<div class=\"wp-block-uagb-icon-list-child uagb-block-6e49ecea\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+20 000 cha\u00eenes de TV<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-415956e1\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">+55K VOD en Full HD et 4K<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-b6ade8f8\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Changement entre appareils<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-09d5c28c\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Assistance \u00e0 l&rsquo;installation<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-e69ea713\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Compatible avec VPN<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-4adcf1c9\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Guide des programmes (EPG)<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-eb360ef3\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Mises \u00e0 jour hebdomadaires<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-78584d2f\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">7 jours de remboursement<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-edc11665\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Technologie anti-gel<\/span><\/div>\n\n\n\n<div class=\"wp-block-uagb-icon-list-child uagb-block-928bb6bd\"><span class=\"uagb-icon-list__source-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z\"><\/path><\/svg><\/span><span class=\"uagb-icon-list__label\">Support gratuit 24h\/7j<\/span><\/div>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/centreiptv.com\/wp-content\/uploads\/2025\/12\/legal-payments.png\" alt=\"\" class=\"wp-image-7\"\/><\/figure>\n<\/div>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n<\/div><\/section>\n\n\n\n<style>\n  .test-rvw-section {\n    padding: 100px 0;\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    transform: translateX(-50%);\n    background: linear-gradient(135deg, #0D0F8C 0%, #1D21F3 45%, #3B1FBF 100%);\n    overflow: hidden;\n  }\n\n  .test-rvw-section::before {\n    content: '';\n    position: absolute;\n    width: 500px; height: 500px;\n    border-radius: 50%;\n    filter: blur(90px);\n    background: rgba(120, 80, 255, 0.22);\n    top: -150px; left: -100px;\n    pointer-events: none;\n  }\n\n  .test-rvw-section::after {\n    content: '';\n    position: absolute;\n    width: 400px; height: 400px;\n    border-radius: 50%;\n    filter: blur(80px);\n    background: rgba(29, 33, 243, 0.28);\n    bottom: -120px; right: -80px;\n    pointer-events: none;\n  }\n\n  \/* Grille de points *\/\n  .test-rvw-dots {\n    position: absolute;\n    inset: 0;\n    background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);\n    background-size: 32px 32px;\n    pointer-events: none;\n    z-index: 0;\n  }\n\n  .test-rvw-container {\n    max-width: 1300px;\n    width: 80%;\n    margin: 0 auto;\n    padding: 0 20px;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* \u2500\u2500 Header \u2500\u2500 *\/\n  .test-rvw-header {\n    text-align: center;\n    margin-bottom: 56px;\n  }\n\n  .test-rvw-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.22);\n    color: #fff;\n    font-size: 0.73rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 7px 18px;\n    border-radius: 999px;\n    margin-bottom: 20px;\n    backdrop-filter: blur(10px);\n  }\n\n  .test-rvw-tag svg {\n    width: 13px; height: 13px;\n    fill: #fff;\n    flex-shrink: 0;\n  }\n\n  .test-rvw-title {\n    font-size: clamp(1.8rem, 3.5vw, 2.6rem);\n    font-weight: 800;\n    color: #ffffff;\n    line-height: 1.15;\n    letter-spacing: -0.02em;\n    margin-bottom: 14px;\n  }\n\n  .test-rvw-subtitle {\n    font-size: 1.05rem;\n    color: rgba(255,255,255,0.70);\n    line-height: 1.7;\n    max-width: 560px;\n    margin: 0 auto;\n  }\n\n  .test-rvw-divider {\n    width: 60px; height: 3px;\n    background: rgba(255,255,255,0.30);\n    border-radius: 999px;\n    margin: 20px auto 0;\n  }\n\n  \/* \u2500\u2500 Grid \u2500\u2500 *\/\n  .test-rvw-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n\n  \/* \u2500\u2500 Card \u2500\u2500 *\/\n  .test-rvw-card {\n    background: rgba(255,255,255,0.09);\n    border: 1px solid rgba(255,255,255,0.18);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    border-radius: 22px;\n    padding: 32px 28px;\n    display: flex;\n    flex-direction: column;\n    gap: 18px;\n    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;\n  }\n\n  .test-rvw-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 50px rgba(0,0,0,0.25);\n    background: rgba(255,255,255,0.13);\n  }\n\n  \/* \u2500\u2500 Quote icon \u2500\u2500 *\/\n  .test-rvw-quote {\n    width: 38px; height: 38px;\n    border-radius: 10px;\n    background: rgba(255,255,255,0.12);\n    border: 1px solid rgba(255,255,255,0.18);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .test-rvw-quote svg {\n    width: 18px; height: 18px;\n    fill: rgba(255,255,255,0.80);\n  }\n\n  \/* \u2500\u2500 Stars \u2500\u2500 *\/\n  .test-rvw-stars {\n    display: flex;\n    gap: 4px;\n  }\n\n  .test-rvw-stars svg {\n    width: 16px; height: 16px;\n    fill: #fbbf24;\n    flex-shrink: 0;\n  }\n\n  \/* \u2500\u2500 Text \u2500\u2500 *\/\n  .test-rvw-text {\n    font-size: 0.97rem;\n    line-height: 1.78;\n    color: rgba(255,255,255,0.85);\n    flex: 1;\n  }\n\n  .test-rvw-text strong {\n    color: #ffffff;\n    font-weight: 700;\n  }\n\n  \/* \u2500\u2500 Author \u2500\u2500 *\/\n  .test-rvw-author {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding-top: 16px;\n    border-top: 1px solid rgba(255,255,255,0.10);\n  }\n\n  .test-rvw-avatar {\n    width: 42px; height: 42px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.15);\n    border: 1.5px solid rgba(255,255,255,0.28);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 0.82rem;\n    font-weight: 800;\n    color: #fff;\n    flex-shrink: 0;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n  }\n\n  .test-rvw-author-info strong {\n    display: block;\n    font-size: 0.95rem;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.3;\n  }\n\n  .test-rvw-author-info span {\n    font-size: 0.78rem;\n    color: rgba(255,255,255,0.48);\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 1024px) {\n    .test-rvw-grid { grid-template-columns: repeat(2, 1fr); }\n  }\n\n  @media (max-width: 767px) {\n    .test-rvw-section { padding: 70px 0; }\n    .test-rvw-container { width: 90%; padding: 0 15px; }\n    .test-rvw-grid { grid-template-columns: 1fr; gap: 16px; }\n    .test-rvw-title { font-size: 1.8rem; }\n  }\n\n  @media (max-width: 480px) {\n    .test-rvw-container { width: 95%; }\n  }\n<\/style>\n\n<section class=\"test-rvw-section\">\n  <div class=\"test-rvw-dots\"><\/div>\n  <div class=\"test-rvw-container\">\n\n    <div class=\"test-rvw-header\">\n      <div class=\"test-rvw-tag\">\n        <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n        Avis v\u00e9rifi\u00e9s\n      <\/div>\n      <h2 class=\"test-rvw-title\">Ils ont test\u00e9, ils sont rest\u00e9s<\/h2>\n      <p class=\"test-rvw-subtitle\">Des milliers d&rsquo;abonn\u00e9s dans toute la francophonie ont commenc\u00e9 par un simple essai gratuit \u2014 et n&rsquo;ont plus jamais regard\u00e9 la t\u00e9l\u00e9 autrement.<\/p>\n      <div class=\"test-rvw-divider\"><\/div>\n    <\/div>\n\n    <div class=\"test-rvw-grid\">\n\n      <!-- 1 \u2014 Fran\u00e7ais -->\n      <div class=\"test-rvw-card\">\n        <div class=\"test-rvw-quote\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1zm12 0c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"\/><\/svg>\n        <\/div>\n        <div class=\"test-rvw-stars\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n        <\/div>\n        <p class=\"test-rvw-text\">J&rsquo;avais vu des pubs pour des <strong>tests IPTV gratuits<\/strong> partout mais j&rsquo;\u00e9tais sceptique. J&rsquo;ai quand m\u00eame tent\u00e9 l&rsquo;essai, juste pour voir. En 5 minutes j&rsquo;avais acc\u00e8s \u00e0 tout \u2014 les cha\u00eenes fran\u00e7aises, beIN Sports, Canal+&#8230; La qualit\u00e9 4K \u00e9tait parfaite m\u00eame sur ma vieille box. Le lendemain matin j&rsquo;ai pris l&rsquo;abonnement 12 mois direct. Je m&rsquo;en voulais presque de ne pas l&rsquo;avoir fait plus t\u00f4t.<\/p>\n        <div class=\"test-rvw-author\">\n          <div class=\"test-rvw-avatar\">LM<\/div>\n          <div class=\"test-rvw-author-info\">\n            <strong>Laurent M.<\/strong>\n            <span>Lyon, France \u00b7 Abonn\u00e9 12 mois<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 2 \u2014 Belge -->\n      <div class=\"test-rvw-card\">\n        <div class=\"test-rvw-quote\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1zm12 0c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"\/><\/svg>\n        <\/div>\n        <div class=\"test-rvw-stars\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n        <\/div>\n        <p class=\"test-rvw-text\">Mon mari m&rsquo;a conseill\u00e9 de faire l&rsquo;<strong>essai IPTV<\/strong> avant de m&rsquo;abonner. Honn\u00eatement je pensais que ce serait compliqu\u00e9 \u00e0 configurer mais j&rsquo;ai re\u00e7u mes acc\u00e8s en moins de dix minutes et \u00e7a marchait directement sur notre Smart TV. Les 24h d&rsquo;essai m&rsquo;ont suffi pour voir que c&rsquo;\u00e9tait s\u00e9rieux \u2014 pas de coupures, image nette, et toutes les cha\u00eenes belges disponibles. On a souscrit en famille le soir m\u00eame.<\/p>\n        <div class=\"test-rvw-author\">\n          <div class=\"test-rvw-avatar\">SV<\/div>\n          <div class=\"test-rvw-author-info\">\n            <strong>Sophie V.<\/strong>\n            <span>Bruxelles, Belgique \u00b7 Abonn\u00e9e 6 mois<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- 3 \u2014 Canadien -->\n      <div class=\"test-rvw-card\">\n        <div class=\"test-rvw-quote\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M3 21c3 0 7-1 7-8V5c0-1.25-.756-2.017-2-2H4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2 1 0 1 0 1 1v1c0 1-1 2-2 2s-1 .008-1 1.031V20c0 1 0 1 1 1zm12 0c3 0 7-1 7-8V5c0-1.25-.757-2.017-2-2h-4c-1.25 0-2 .75-2 1.972V11c0 1.25.75 2 2 2h.75c0 2.25.25 4-2.75 4v3c0 1 0 1 1 1z\"\/><\/svg>\n        <\/div>\n        <div class=\"test-rvw-stars\">\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n          <svg viewBox=\"0 0 24 24\"><path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/><\/svg>\n        <\/div>\n        <p class=\"test-rvw-text\">Je cherchais un moyen de regarder les cha\u00eenes francophones depuis Montr\u00e9al sans payer une fortune. J&rsquo;ai demand\u00e9 un <strong>test IPTV gratuit<\/strong> et franchement je m&rsquo;attendais \u00e0 quelque chose de basique. Pas du tout \u2014 le catalogue \u00e9tait immense, TVA, RDS, les cha\u00eenes fran\u00e7aises et arabes, tout y \u00e9tait en HD. Aucun lag m\u00eame avec ma connexion standard. J&rsquo;ai pris le 6 mois d\u00e8s la fin de l&rsquo;essai et je recommande \u00e0 tous mes amis.<\/p>\n        <div class=\"test-rvw-author\">\n          <div class=\"test-rvw-avatar\">JT<\/div>\n          <div class=\"test-rvw-author-info\">\n            <strong>Jean-Fran\u00e7ois T.<\/strong>\n            <span>Montr\u00e9al, Canada \u00b7 Abonn\u00e9 6 mois<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<style>\n  .iptv-stats-section {\n    background: #ffffff;\n    padding: 80px 0;\n    position: relative;\n    overflow: hidden;\n    width: 100vw;\n    left: 50%;\n    transform: translateX(-50%);\n  }\n\n  \/* Blobs d\u00e9coratifs *\/\n  .iptv-stats-section::before {\n    content: '';\n    position: absolute;\n    width: 350px; height: 350px;\n    border-radius: 50%;\n    background: rgba(29, 33, 243, 0.05);\n    top: -120px; left: -100px;\n    pointer-events: none;\n  }\n\n  .iptv-stats-section::after {\n    content: '';\n    position: absolute;\n    width: 250px; height: 250px;\n    border-radius: 50%;\n    background: rgba(85, 0, 255, 0.05);\n    bottom: -60px; right: -60px;\n    pointer-events: none;\n  }\n\n  .iptv-stats-container {\n    max-width: 1300px;\n    width: 80%;\n    margin: 0 auto;\n    padding: 0 20px;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* \u2500\u2500 Header \u2500\u2500 *\/\n  .iptv-stats-header {\n    text-align: center;\n    margin-bottom: 60px;\n  }\n\n  .iptv-stats-title {\n    font-size: clamp(1.8rem, 3.5vw, 2.5rem);\n    font-weight: 800;\n    color: #0f172a;\n    margin-bottom: 18px;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .iptv-stats-title .title-accent {\n    background: linear-gradient(90deg, #1D21F3, #5500FF);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .iptv-stats-desc {\n    font-size: 1.05rem;\n    color: #64748b;\n    max-width: 680px;\n    margin: 0 auto;\n    line-height: 1.7;\n  }\n\n  \/* \u2500\u2500 Grid \u2500\u2500 *\/\n  .iptv-stats-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 24px;\n    margin-top: 40px;\n  }\n\n  \/* \u2500\u2500 Card \u2500\u2500 *\/\n  .iptv-stat-card {\n    background: #ffffff;\n    border: 1.5px solid rgba(29, 33, 243, 0.12);\n    border-radius: 20px;\n    padding: 40px 24px;\n    text-align: center;\n    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),\n                box-shadow 0.4s ease,\n                border-color 0.4s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .iptv-stat-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #1D21F3, #5500FF);\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n\n  .iptv-stat-card:hover {\n    transform: translateY(-10px);\n    border-color: rgba(29, 33, 243, 0.40);\n    box-shadow: 0 0 40px rgba(29, 33, 243, 0.12);\n  }\n\n  .iptv-stat-card:hover::before {\n    opacity: 1;\n  }\n\n  \/* \u2500\u2500 Icon \u2500\u2500 *\/\n  .iptv-stat-icon {\n    width: 75px; height: 75px;\n    margin: 0 auto 24px;\n    background: rgba(29, 33, 243, 0.07);\n    border: 2px solid rgba(29, 33, 243, 0.18);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background 0.4s ease, border-color 0.4s ease,\n                transform 0.4s ease, box-shadow 0.4s ease;\n  }\n\n  .iptv-stat-icon svg {\n    width: 35px; height: 35px;\n    stroke: #1D21F3;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    transition: stroke 0.4s ease;\n  }\n\n  .iptv-stat-card:hover .iptv-stat-icon {\n    background: rgba(29, 33, 243, 0.14);\n    border-color: #1D21F3;\n    transform: scale(1.1) rotate(5deg);\n    box-shadow: 0 0 20px rgba(29, 33, 243, 0.25);\n  }\n\n  .iptv-stat-card:hover .iptv-stat-icon svg {\n    stroke: #5500FF;\n  }\n\n  \/* \u2500\u2500 Number & label \u2500\u2500 *\/\n  .iptv-stat-number {\n    font-size: 2.2rem;\n    font-weight: 800;\n    margin-bottom: 10px;\n    background: linear-gradient(90deg, #1D21F3, #5500FF);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    transition: all 0.3s ease;\n    line-height: 1;\n  }\n\n  .iptv-stat-label {\n    font-size: 1.05rem;\n    font-weight: 600;\n    color: #334155;\n    margin: 0;\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 1024px) {\n    .iptv-stats-container { width: 100%; }\n  }\n\n  @media (max-width: 767px) {\n    .iptv-stats-section { padding: 60px 0; }\n    .iptv-stats-container { width: 90%; padding: 0 15px; }\n    .iptv-stats-grid { grid-template-columns: 1fr; gap: 16px; }\n    .iptv-stats-title { font-size: 1.9rem; }\n  }\n\n  @media (max-width: 480px) {\n    .iptv-stats-container { width: 95%; }\n  }\n<\/style>\n\n<section class=\"iptv-stats-section\">\n  <div class=\"iptv-stats-container\">\n\n    <div class=\"iptv-stats-header\">\n      <h2 class=\"iptv-stats-title\">Tout Ce Qu&rsquo;Inclut <span class=\"title-accent\">Test IPTV Gratuit<\/span><\/h2>\n      <p class=\"iptv-stats-desc\">\n        Un catalogue complet, une stabilit\u00e9 \u00e0 toute \u00e9preuve et un support r\u00e9actif \u2014 tout ce dont vous avez besoin pour un streaming sans limites.\n      <\/p>\n    <\/div>\n\n    <div class=\"iptv-stats-grid\">\n\n      <!-- 1 \u2014 Cha\u00eenes -->\n      <div class=\"iptv-stat-card\">\n        <div class=\"iptv-stat-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <rect x=\"2\" y=\"7\" width=\"20\" height=\"15\" rx=\"2\"\/>\n            <polyline points=\"17 2 12 7 7 2\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"iptv-stat-number\">20 000+<\/h3>\n        <p class=\"iptv-stat-label\">Cha\u00eenes HD &amp; 4K<\/p>\n      <\/div>\n\n      <!-- 2 \u2014 Sport -->\n      <div class=\"iptv-stat-card\">\n        <div class=\"iptv-stat-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n            <polygon points=\"10 8 16 12 10 16 10 8\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"iptv-stat-number\">1 800+<\/h3>\n        <p class=\"iptv-stat-label\">Cha\u00eenes Sportives<\/p>\n      <\/div>\n\n      <!-- 3 \u2014 VOD -->\n      <div class=\"iptv-stat-card\">\n        <div class=\"iptv-stat-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <rect x=\"2\" y=\"2\" width=\"20\" height=\"20\" rx=\"2\"\/>\n            <line x1=\"7\" y1=\"2\" x2=\"7\" y2=\"22\"\/>\n            <line x1=\"17\" y1=\"2\" x2=\"17\" y2=\"22\"\/>\n            <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\/>\n            <line x1=\"2\" y1=\"7\" x2=\"7\" y2=\"7\"\/>\n            <line x1=\"2\" y1=\"17\" x2=\"7\" y2=\"17\"\/>\n            <line x1=\"17\" y1=\"17\" x2=\"22\" y2=\"17\"\/>\n            <line x1=\"17\" y1=\"7\" x2=\"22\" y2=\"7\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"iptv-stat-number\">55 000+<\/h3>\n        <p class=\"iptv-stat-label\">Films &amp; S\u00e9ries VOD<\/p>\n      <\/div>\n\n      <!-- 4 \u2014 Support -->\n      <div class=\"iptv-stat-card\">\n        <div class=\"iptv-stat-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"iptv-stat-number\">24\/7<\/h3>\n        <p class=\"iptv-stat-label\">Assistance Technique<\/p>\n      <\/div>\n\n      <!-- 5 \u2014 Appareils -->\n      <div class=\"iptv-stat-card\">\n        <div class=\"iptv-stat-icon\">\n          <svg viewBox=\"0 0 24 24\">\n            <rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\/>\n            <path d=\"M12 18h.01\" stroke-width=\"3\"\/>\n          <\/svg>\n        <\/div>\n        <h3 class=\"iptv-stat-number\">Multi<\/h3>\n        <p class=\"iptv-stat-label\">Compatibilit\u00e9 Universelle<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<style>\n  .test-cta-final {\n    padding: 100px 0;\n    width: 100vw;\n    position: relative;\n    left: 50%;\n    transform: translateX(-50%);\n    background: #ffffff;\n    overflow: hidden;\n  }\n\n  .test-cta-final::after {\n    content: '';\n    position: absolute;\n    width: 350px; height: 350px;\n    border-radius: 50%;\n    background: rgba(85,0,255,0.04);\n    bottom: -100px; left: -80px;\n    pointer-events: none;\n  }\n\n  .test-cta-container {\n    max-width: 1300px;\n    width: 80%;\n    margin: 0 auto;\n    padding: 0 20px;\n    position: relative;\n    z-index: 1;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  \/* \u2500\u2500 Image side \u2500\u2500 *\/\n  .test-cta-img-wrap {\n    position: relative;\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 30px 80px rgba(29,33,243,0.14);\n  }\n\n  .test-cta-img-wrap img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: 24px;\n  }\n\n  \/* Overlay gradient bas *\/\n  .test-cta-img-wrap::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 40%;\n    background: linear-gradient(to top, rgba(13,15,140,0.5), transparent);\n    border-radius: 0 0 24px 24px;\n    pointer-events: none;\n  }\n\n  \/* Badge flottant sur l'image *\/\n  .test-cta-img-badge {\n    position: absolute;\n    bottom: 20px;\n    left: 20px;\n    z-index: 2;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    background: rgba(255,255,255,0.15);\n    border: 1px solid rgba(255,255,255,0.28);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    padding: 10px 16px;\n    border-radius: 14px;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.15);\n    animation: ctaFloat 3s ease-in-out infinite;\n  }\n\n  @keyframes ctaFloat {\n    0%, 100% { transform: translateY(0); }\n    50%       { transform: translateY(-6px); }\n  }\n\n  .test-cta-badge-icon {\n    width: 34px; height: 34px;\n    border-radius: 8px;\n    background: rgba(29,33,243,0.85);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n  }\n\n  .test-cta-badge-icon svg {\n    width: 16px; height: 16px;\n    stroke: #ffffff;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .test-cta-badge-info strong {\n    display: block;\n    font-size: 0.9rem;\n    font-weight: 800;\n    color: #ffffff;\n    line-height: 1.2;\n    white-space: nowrap;\n  }\n\n  .test-cta-badge-info span {\n    font-size: 0.70rem;\n    color: rgba(255,255,255,0.70);\n    white-space: nowrap;\n  }\n\n  \/* \u2500\u2500 Content side \u2500\u2500 *\/\n  .test-cta-content {}\n\n  .test-cta-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(29,33,243,0.07);\n    border: 1px solid rgba(29,33,243,0.18);\n    color: #1D21F3;\n    font-size: 0.73rem;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    padding: 6px 16px;\n    border-radius: 999px;\n    margin-bottom: 22px;\n  }\n\n  .test-cta-tag svg {\n    width: 13px; height: 13px;\n    stroke: #1D21F3;\n    fill: none;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  .test-cta-title {\n    font-size: clamp(1.9rem, 3.5vw, 2.8rem);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -0.025em;\n    color: #0f172a;\n    margin-bottom: 20px;\n  }\n\n  .test-cta-title span {\n    background: linear-gradient(90deg, #1D21F3, #5500FF);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .test-cta-desc {\n    font-size: 1.05rem;\n    line-height: 1.78;\n    color: #64748b;\n    margin-bottom: 36px;\n    max-width: 480px;\n  }\n\n  \/* Button *\/\n  .test-cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: linear-gradient(135deg, #1D21F3, #5500FF);\n    color: #ffffff;\n    font-size: 1.02rem;\n    font-weight: 800;\n    padding: 18px 42px;\n    border-radius: 14px;\n    text-decoration: none !important;\n    box-shadow: 0 12px 40px rgba(29,33,243,0.30);\n    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);\n    position: relative;\n    overflow: hidden;\n    white-space: nowrap;\n  }\n\n  .test-cta-btn::before {\n    content: '';\n    position: absolute;\n    top: 0; left: -100%;\n    width: 100%; height: 100%;\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);\n    transition: left 0.5s ease;\n  }\n\n  .test-cta-btn:hover::before { left: 100%; }\n\n  .test-cta-btn:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 20px 50px rgba(29,33,243,0.38);\n    text-decoration: none !important;\n    color: #ffffff;\n  }\n\n  .test-cta-btn svg {\n    width: 20px; height: 20px;\n    stroke: #ffffff;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* Trust row *\/\n  .test-cta-trust {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 18px;\n    margin-top: 28px;\n  }\n\n  .test-cta-trust-item {\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    color: #64748b;\n    font-size: 0.87rem;\n    font-weight: 500;\n  }\n\n  .test-cta-trust-item svg {\n    width: 15px; height: 15px;\n    stroke: #1D21F3;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    flex-shrink: 0;\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 1024px) {\n    .test-cta-container { gap: 50px; }\n  }\n\n  @media (max-width: 767px) {\n    .test-cta-final { padding: 70px 0; }\n    .test-cta-container {\n      grid-template-columns: 1fr;\n      gap: 44px;\n      width: 90%;\n      padding: 0 15px;\n    }\n    .test-cta-title { font-size: 1.9rem; }\n    .test-cta-desc { font-size: 1rem; }\n    .test-cta-btn { width: 100%; justify-content: center; }\n    .test-cta-img-wrap { max-width: 480px; margin: 0 auto; }\n  }\n\n  @media (max-width: 480px) {\n    .test-cta-container { width: 95%; }\n    .test-cta-title { font-size: 1.75rem; }\n    .test-cta-trust { gap: 12px; }\n  }\n<\/style>\n\n<section class=\"test-cta-final\">\n  <div class=\"test-cta-container\">\n\n    <!-- \u2500\u2500 Image \u2500\u2500 -->\n    <div class=\"test-cta-img-wrap\">\n      <img decoding=\"async\"\n        src=\"https:\/\/vraitv.com\/wp-content\/uploads\/2026\/02\/2148254514-1-1024x1024.webp\"\n        alt=\"Famille regardant la t\u00e9l\u00e9vision ensemble gr\u00e2ce \u00e0 un test IPTV gratuit \u2014 parents et enfant allong\u00e9s sur le tapis avec du popcorn\"\n        loading=\"lazy\"\n      \/>\n      <div class=\"test-cta-img-badge\">\n        <div class=\"test-cta-badge-icon\">\n          <svg viewBox=\"0 0 24 24\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n        <\/div>\n        <div class=\"test-cta-badge-info\">\n          <strong>Acc\u00e8s en 5 min<\/strong>\n          <span>Sans carte bancaire<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- \u2500\u2500 Content \u2500\u2500 -->\n    <div class=\"test-cta-content\">\n\n      <div class=\"test-cta-tag\">\n        <svg viewBox=\"0 0 24 24\"><polygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\/><\/svg>\n        IPTV Premium\n      <\/div>\n\n      <h2 class=\"test-cta-title\">\n        Vous avez ador\u00e9 votre<br><span>test IPTV gratuit ?<\/span><br>Passez \u00e0 l&rsquo;abonnement Premium\n      <\/h2>\n\n      <p class=\"test-cta-desc\">\n        Plus de 20 000 cha\u00eenes HD &amp; 4K, sport en direct et 55 000 films \u00e0 port\u00e9e de clic. Choisissez votre formule et profitez sans limite d\u00e8s aujourd&rsquo;hui.\n      <\/p>\n\n      <a href=\"\/abonnement-iptv-premium\/\" class=\"test-cta-btn\">\n        <svg viewBox=\"0 0 24 24\">\n          <path d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/>\n          <circle cx=\"8.5\" cy=\"7\" r=\"4\"\/>\n          <polyline points=\"17 11 19 13 23 9\"\/>\n        <\/svg>\n        Choisir mon abonnement\n      <\/a>\n\n      <div class=\"test-cta-trust\">\n        <div class=\"test-cta-trust-item\">\n          <svg viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n          Sans engagement\n        <\/div>\n        <div class=\"test-cta-trust-item\">\n          <svg viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n          Paiement s\u00e9curis\u00e9\n        <\/div>\n        <div class=\"test-cta-trust-item\">\n          <svg viewBox=\"0 0 24 24\"><polyline points=\"20 6 9 17 4 12\"\/><\/svg>\n          Acc\u00e8s imm\u00e9diat\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-dzinkeao alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-info-box uagb-block-2mys7zwn uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><p class=\"uagb-ifb-title-prefix\"><strong>Essai sans risque<\/strong><\/p><h2 class=\"uagb-ifb-title\">Obtenez votre Test IPTV Gratuit d\u00e8s maintenant<\/h2><\/div><p class=\"uagb-ifb-desc\">Aucune carte bancaire requise. Recevez vos acc\u00e8s en moins de 5 minutes et profitez de 24h compl\u00e8tes avec 20 000 cha\u00eenes HD &amp; 4K sans engagement.<\/p><\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-buttons uagb-buttons__outer-wrap uagb-btn__default-btn uagb-btn-tablet__default-btn uagb-btn-mobile__default-btn uagb-block-ypladcny\"><div class=\"uagb-buttons__wrap uagb-buttons-layout-wrap \">\n<div class=\"wp-block-uagb-buttons-child uagb-buttons__outer-wrap uagb-block-b6150aec wp-block-button\"><div class=\"uagb-button__wrapper\"><a class=\"uagb-buttons-repeater ast-outline-button\" aria-label=\"\" style=\"border-width:revert-layer\" href=\"#plans\" rel=\"follow noopener\" target=\"_self\" role=\"button\"><div class=\"uagb-button__link\">D\u00e9marrer mon essai gratuit<\/div><span class=\"uagb-button__icon uagb-button__icon-position-after\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\" aria-hidden=\"true\" focussable=\"false\"><path d=\"M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z\"><\/path><\/svg><\/span><\/a><\/div><\/div>\n<\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Essai sans engagement Testez notre IPTVGratuitement pendant 24h D\u00e9couvrez plus de 20 000 cha\u00eenes HD &amp; 4K, le sport en [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":186,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-95","page","type-page","status-publish","has-post-thumbnail","hentry"],"uagb_featured_image_src":{"full":["https:\/\/vraitv.com\/wp-content\/uploads\/2026\/02\/2148254514-1.webp",1500,1500,false],"thumbnail":["https:\/\/vraitv.com\/wp-content\/uploads\/2026\/02\/2148254514-1-150x150.webp",150,150,true],"medium":["https:\/\/vraitv.com\/wp-content\/uploads\/2026\/02\/2148254514-1-300x300.webp",300,300,true],"medium_large":["https:\/\/vraitv.com\/wp-content\/uploads\/2026\/02\/2148254514-1-768x768.webp",768,768,true],"large":["https:\/\/vraitv.com\/wp-content\/uploads\/2026\/02\/2148254514-1-1024x1024.webp",1024,1024,true],"1536x1536":["https:\/\/vraitv.com\/wp-content\/uploads\/2026\/02\/2148254514-1.webp",1500,1500,false],"2048x2048":["https:\/\/vraitv.com\/wp-content\/uploads\/2026\/02\/2148254514-1.webp",1500,1500,false]},"uagb_author_info":{"display_name":"Vrai TV","author_link":"https:\/\/vraitv.com\/fr\/author\/vrai-tv\/"},"uagb_comment_info":0,"uagb_excerpt":"Essai sans engagement Testez notre IPTVGratuitement pendant 24h D\u00e9couvrez plus de 20 000 cha\u00eenes HD &amp; 4K, le sport en [&hellip;]","_links":{"self":[{"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/pages\/95","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/comments?post=95"}],"version-history":[{"count":1,"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/pages\/95\/revisions"}],"predecessor-version":[{"id":643,"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/pages\/95\/revisions\/643"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/media\/186"}],"wp:attachment":[{"href":"https:\/\/vraitv.com\/fr\/wp-json\/wp\/v2\/media?parent=95"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}