{"id":5581,"date":"2025-11-21T07:35:09","date_gmt":"2025-11-21T07:35:09","guid":{"rendered":"https:\/\/pyrovisionfeuxdartifice.com\/special-effects\/"},"modified":"2026-03-24T00:48:27","modified_gmt":"2026-03-24T00:48:27","slug":"special-effects","status":"publish","type":"page","link":"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/","title":{"rendered":"Special Effects"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5581\" class=\"elementor elementor-5581 elementor-4973\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a0e0274 e-con-full e-flex e-con e-parent\" data-id=\"a0e0274\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f56d997 elementor-widget elementor-widget-html\" data-id=\"f56d997\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div>\n\n\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Special Effects - Pyrovision<\/title>\n  <style>\n    \/* =========================================================================\n       GLOBAL STYLES\n       ========================================================================= *\/\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    html, body {\n      width: 100%;\n      overflow-x: hidden;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n      background: #f9fafb;\n      color: #1f2937;\n      line-height: 1.6;\n    }\n\n    \/* =========================================================================\n       SECTION 1: HERO\n       ========================================================================= *\/\n    .hero-section {\n      position: relative;\n      width: 100vw;\n      min-height: 100vh;\n      display: flex;\n      align-items: center;\n      padding: 100px 20px;\n      color: white;\n      overflow: hidden;\n      margin: 0;\n    }\n\n    .hero-video {\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      min-width: 100%;\n      min-height: 100%;\n      width: auto;\n      height: auto;\n      transform: translate(-50%, -50%);\n      object-fit: cover;\n      z-index: 0;\n    }\n\n    .hero-overlay {\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      width: 100%;\n      height: 100%;\n      background: rgba(0, 0, 0, 0.6);\n      z-index: 1;\n    }\n\n    .hero-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      position: relative;\n      z-index: 2;\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 80px;\n      align-items: center;\n      width: 100%;\n    }\n\n    .hero-content {\n      text-align: left;\n    }\n\n    .hero-title {\n      font-size: 64px;\n      font-weight: 700;\n      margin-bottom: 32px;\n      line-height: 1.2;\n      text-shadow: 0 2px 30px rgba(0, 0, 0, 0.8);\n      letter-spacing: -2px;\n      color: #ffffff;\n    }\n\n    .hero-subtitle {\n      font-size: 22px;\n      line-height: 1.7;\n      opacity: 0.96;\n      text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);\n      font-weight: 300;\n      color: rgba(255, 255, 255, 0.95);\n      margin-bottom: 40px;\n    }\n\n    .hero-cta-buttons {\n      display: flex;\n      gap: 16px;\n      margin-top: 32px;\n      flex-wrap: wrap;\n    }\n\n    .hero-cta-button {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 16px 32px;\n      background: #780013;\n      color: white;\n      text-decoration: none;\n      border-radius: 10px;\n      font-weight: 700;\n      font-size: 16px;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n      border: 2px solid transparent;\n    }\n\n    .hero-cta-button:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);\n      background: #8a0016;\n    }\n\n    .hero-cta-button.secondary {\n      background: white;\n      color: #780013;\n      border: 2px solid white;\n    }\n\n    .hero-cta-button.secondary:hover {\n      background: rgba(255, 255, 255, 0.95);\n      border-color: rgba(255, 255, 255, 0.95);\n    }\n\n    .hero-checklist {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 16px;\n    }\n\n    .checklist-item {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      background: rgba(255, 255, 255, 0.1);\n      border-radius: 12px;\n      padding: 16px 20px;\n      backdrop-filter: blur(10px);\n      border: 1px solid rgba(255, 255, 255, 0.2);\n      transition: all 0.3s ease;\n    }\n\n    .checklist-item:hover {\n      background: rgba(255, 255, 255, 0.15);\n      transform: translateX(6px);\n    }\n\n    .checklist-icon {\n      width: 24px;\n      height: 24px;\n      background: rgba(120, 0, 19, 0.9);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      box-shadow: 0 2px 10px rgba(120, 0, 19, 0.5);\n    }\n\n    .checklist-icon svg {\n      width: 14px;\n      height: 14px;\n      color: white;\n    }\n\n    .checklist-text {\n      font-size: 17px;\n      font-weight: 600;\n      line-height: 1.4;\n      text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);\n      color: #ffffff;\n    }\n\n    \/* =========================================================================\n       SECTION 2: NOS SERVICES (2 COLUMNS)\n       ========================================================================= *\/\n    .services-section {\n      padding: 100px 20px;\n      background: white;\n      width: 100vw;\n      margin: 0;\n      position: relative;\n    }\n\n    .services-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      text-align: center;\n    }\n\n    .section-title {\n      font-size: 42px;\n      font-weight: 700;\n      color: #780013;\n      margin-bottom: 24px;\n      letter-spacing: -0.5px;\n      line-height: 1.2;\n    }\n\n    .services-intro {\n      font-size: 19px;\n      line-height: 1.7;\n      color: #4b5563;\n      margin-bottom: 56px;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .services-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 48px;\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n\n    .services-column {\n      text-align: left;\n    }\n\n    .services-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .services-list li {\n      font-size: 17px;\n      line-height: 1.8;\n      color: #1f2937;\n      padding: 14px 0;\n      border-bottom: 1px solid rgba(120, 0, 19, 0.08);\n      transition: all 0.3s ease;\n      position: relative;\n      padding-left: 28px;\n    }\n\n    .services-list li:last-child {\n      border-bottom: none;\n    }\n\n    .services-list li:hover {\n      color: #780013;\n      padding-left: 36px;\n      background: rgba(120, 0, 19, 0.02);\n    }\n\n    .services-list li:before {\n      content: '\u2014';\n      position: absolute;\n      left: 0;\n      color: #780013;\n      font-weight: 700;\n      font-size: 16px;\n    }\n\n    \/* =========================================================================\n       SECTION 3: PERFORMANCES PYROTECHNIQUES UTILIS\u00c9ES\n       ========================================================================= *\/\n    .performances-section {\n      position: relative;\n      padding: 140px 20px;\n      min-height: 600px;\n      width: 100vw;\n      margin: 0;\n      background-image: url('https:\/\/images.pexels.com\/photos\/2114365\/pexels-photo-2114365.jpeg?auto=compress&cs=tinysrgb&w=1920');\n      background-size: cover;\n      background-position: center center;\n      background-repeat: no-repeat;\n      background-attachment: fixed;\n      color: white;\n    }\n\n    .performances-section::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      bottom: 0;\n      background: rgba(0, 0, 0, 0.7);\n      z-index: 1;\n    }\n\n    .performances-container {\n      max-width: 1100px;\n      margin: 0 auto;\n      text-align: center;\n      position: relative;\n      z-index: 2;\n    }\n\n    .performances-section .section-title {\n      color: white;\n      text-shadow: 0 2px 20px rgba(0, 0, 0, 0.8);\n    }\n\n    .performances-subtitle {\n      font-size: 18px;\n      line-height: 1.7;\n      color: rgba(255, 255, 255, 0.95);\n      margin-bottom: 56px;\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n      font-weight: 400;\n      text-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);\n    }\n\n    .performances-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n      gap: 28px;\n      margin-top: 48px;\n    }\n\n    .performance-block {\n      background: rgba(255, 255, 255, 0.95);\n      border-radius: 16px;\n      padding: 40px 32px;\n      text-align: center;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n      transition: all 0.35s ease;\n      border-top: 4px solid #780013;\n      position: relative;\n      overflow: hidden;\n      backdrop-filter: blur(10px);\n    }\n\n    .performance-block::before {\n      content: '';\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 4px;\n      background: linear-gradient(90deg, #780013 0%, #a00017 100%);\n      transform: scaleX(0);\n      transition: transform 0.35s ease;\n    }\n\n    .performance-block:hover {\n      transform: translateY(-8px);\n      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);\n      background: rgba(255, 255, 255, 1);\n    }\n\n    .performance-block:hover::before {\n      transform: scaleX(1);\n    }\n\n    .performance-block-title {\n      font-size: 22px;\n      font-weight: 700;\n      color: #780013;\n      margin-bottom: 16px;\n      line-height: 1.3;\n    }\n\n    .performance-block-text {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #4b5563;\n      font-weight: 400;\n    }\n\n    \/* =========================================================================\n       SECTION 4: ADVANTAGES\n       ========================================================================= *\/\n    .advantages-section {\n      padding: 100px 20px;\n      background: white;\n      width: 100vw;\n      margin: 0;\n    }\n\n    .advantages-container {\n      max-width: 1100px;\n      margin: 0 auto;\n    }\n\n    .advantages-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 40px;\n      margin-top: 48px;\n    }\n\n    .advantage-item {\n      display: flex;\n      gap: 20px;\n      align-items: start;\n    }\n\n    .advantage-icon {\n      width: 56px;\n      height: 56px;\n      background: linear-gradient(135deg, rgba(120, 0, 19, 0.1) 0%, rgba(120, 0, 19, 0.05) 100%);\n      border-radius: 12px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      color: #780013;\n    }\n\n    .advantage-icon svg {\n      width: 24px;\n      height: 24px;\n    }\n\n    .advantage-content h3 {\n      font-size: 20px;\n      font-weight: 700;\n      color: #1f2937;\n      margin-bottom: 12px;\n    }\n\n    .advantage-content p {\n      font-size: 15px;\n      line-height: 1.7;\n      color: #6b7280;\n    }\n\n    \/* =========================================================================\n       SECTION 5: FAQ\n       ========================================================================= *\/\n    .faq-section {\n      padding: 100px 20px;\n      background: #f9fafb;\n      width: 100vw;\n      margin: 0;\n    }\n\n    .faq-container {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .faq-list {\n      margin-top: 48px;\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n    }\n\n    .faq-item {\n      background: white;\n      border-radius: 12px;\n      overflow: hidden;\n      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);\n      transition: all 0.3s ease;\n    }\n\n    .faq-item:hover {\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n    }\n\n    .faq-question {\n      width: 100%;\n      padding: 24px 28px;\n      background: white;\n      border: none;\n      text-align: left;\n      font-size: 18px;\n      font-weight: 700;\n      color: #1f2937;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 20px;\n      transition: all 0.3s ease;\n    }\n\n    .faq-question:hover {\n      color: #780013;\n    }\n\n    .faq-question-text {\n      flex: 1;\n    }\n\n    .faq-icon {\n      width: 24px;\n      height: 24px;\n      color: #780013;\n      transition: transform 0.3s ease;\n      flex-shrink: 0;\n    }\n\n    .faq-item.active .faq-icon {\n      transform: rotate(180deg);\n    }\n\n    .faq-answer {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease;\n    }\n\n    .faq-item.active .faq-answer {\n      max-height: 500px;\n    }\n\n    .faq-answer-content {\n      padding: 0 28px 24px 28px;\n      font-size: 16px;\n      line-height: 1.7;\n      color: #6b7280;\n    }\n\n    \/* =========================================================================\n       SECTION 6: CTA\n       ========================================================================= *\/\n    .cta-section {\n      background: #780013;\n      padding: 100px 20px;\n      text-align: center;\n      color: white;\n      width: 100vw;\n      margin: 0;\n    }\n\n    .cta-container {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .cta-title {\n      font-size: 42px;\n      font-weight: 700;\n      margin-bottom: 20px;\n      line-height: 1.2;\n    }\n\n    .cta-text {\n      font-size: 18px;\n      margin-bottom: 40px;\n      opacity: 0.95;\n    }\n\n    .cta-buttons {\n      display: flex;\n      gap: 16px;\n      justify-content: center;\n      flex-wrap: wrap;\n    }\n\n    .cta-button {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 18px 48px;\n      background: white;\n      color: #780013;\n      text-decoration: none;\n      border-radius: 10px;\n      font-weight: 700;\n      font-size: 18px;\n      transition: all 0.3s ease;\n      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\n      border: 2px solid white;\n    }\n\n    .cta-button:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);\n    }\n\n    .cta-button.secondary {\n      background: transparent;\n      color: white;\n      border: 2px solid white;\n    }\n\n    .cta-button.secondary:hover {\n      background: rgba(255, 255, 255, 0.1);\n    }\n\n    \/* =========================================================================\n       RESPONSIVE STYLES\n       ========================================================================= *\/\n\n    \/* Large Tablet *\/\n    @media (max-width: 1200px) {\n      .performances-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    \/* Tablet *\/\n    @media (max-width: 968px) {\n      .hero-section {\n        min-height: 85vh;\n      }\n\n      .hero-container {\n        grid-template-columns: 1fr;\n        gap: 48px;\n        text-align: center;\n      }\n\n      .hero-content {\n        text-align: center;\n      }\n\n      .hero-title {\n        font-size: 52px;\n      }\n\n      .hero-subtitle {\n        font-size: 20px;\n      }\n\n      .hero-cta-buttons {\n        justify-content: center;\n      }\n\n      .services-grid {\n        grid-template-columns: 1fr;\n        gap: 40px;\n      }\n\n      .performances-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .performances-section {\n        background-attachment: scroll;\n      }\n    }\n\n    \/* Mobile *\/\n    @media (max-width: 768px) {\n      .hero-section {\n        min-height: 75vh;\n        padding: 60px 20px;\n      }\n\n      .hero-title {\n        font-size: 42px;\n        margin-bottom: 24px;\n        letter-spacing: -1.5px;\n      }\n\n      .hero-subtitle {\n        font-size: 18px;\n      }\n\n      .hero-checklist {\n        grid-template-columns: 1fr;\n        gap: 12px;\n      }\n\n      .checklist-item {\n        padding: 14px 16px;\n      }\n\n      .checklist-text {\n        font-size: 16px;\n      }\n\n      .hero-cta-buttons {\n        flex-direction: column;\n        width: 100%;\n      }\n\n      .hero-cta-button {\n        width: 100%;\n        justify-content: center;\n      }\n\n      .services-section,\n      .advantages-section,\n      .faq-section,\n      .cta-section {\n        padding: 60px 20px;\n      }\n\n      .performances-section {\n        padding: 80px 20px;\n        min-height: 500px;\n        background-attachment: scroll;\n      }\n\n      .section-title {\n        font-size: 32px;\n      }\n\n      .services-intro {\n        font-size: 17px;\n        margin-bottom: 40px;\n      }\n\n      .services-list li {\n        font-size: 16px;\n        line-height: 1.8;\n        padding: 14px 0;\n        padding-left: 28px;\n      }\n\n      .performances-subtitle {\n        font-size: 16px;\n        margin-bottom: 40px;\n      }\n\n      .performance-block {\n        padding: 32px 24px;\n      }\n\n      .performance-block-title {\n        font-size: 20px;\n      }\n\n      .performance-block-text {\n        font-size: 14px;\n      }\n\n      .advantages-grid {\n        grid-template-columns: 1fr;\n        gap: 32px;\n      }\n\n      .faq-question {\n        font-size: 16px;\n        padding: 20px 20px;\n      }\n\n      .faq-answer-content {\n        padding: 0 20px 20px 20px;\n        font-size: 15px;\n      }\n\n      .cta-title {\n        font-size: 32px;\n      }\n\n      .cta-text {\n        font-size: 16px;\n      }\n\n      .cta-buttons {\n        flex-direction: column;\n        width: 100%;\n      }\n\n      .cta-button {\n        padding: 16px 40px;\n        font-size: 16px;\n        width: 100%;\n      }\n    }\n\n    \/* Small Mobile *\/\n    @media (max-width: 480px) {\n      .hero-section {\n        min-height: 70vh;\n        padding: 50px 20px;\n      }\n\n      .hero-title {\n        font-size: 34px;\n        letter-spacing: -1px;\n      }\n\n      .hero-subtitle {\n        font-size: 16px;\n      }\n\n      .checklist-text {\n        font-size: 15px;\n      }\n\n      .section-title {\n        font-size: 28px;\n      }\n\n      .services-intro {\n        font-size: 16px;\n      }\n\n      .services-list li {\n        font-size: 15px;\n      }\n\n      .performances-section {\n        padding: 60px 20px;\n        min-height: 450px;\n      }\n\n      .performances-subtitle {\n        font-size: 15px;\n      }\n\n      .performance-block-title {\n        font-size: 18px;\n      }\n\n      .cta-title {\n        font-size: 28px;\n      }\n    }\n  <\/style>\n\n\n\n  <!-- =========================================================================\n       SECTION 1: HERO\n       ========================================================================= -->\n  <section class=\"hero-section\">\n    <video autoplay=\"\" muted=\"\" loop=\"\" playsinline=\"\" class=\"hero-video\">\n      <source src=\"https:\/\/pyrovisionfeuxdartifice.com\/wp-content\/uploads\/2025\/11\/Untitled-design-2.mp4\" type=\"video\/mp4\">\n    <\/source><\/video>\n    <div class=\"hero-overlay\"><\/div>\n    <div class=\"hero-container\">\n      <div class=\"hero-content\">\n        <h1 class=\"hero-title\">Special Effects<\/h1>\n        <p class=\"hero-subtitle\">A complete range of pyrotechnic effects to enhance all types of events and captivate your audience with extraordinary and memorable visual experiences.<\/p>\n        <div class=\"hero-cta-buttons\">\n          <a href=\"https:\/\/pyrovisionfeuxdartifice.com\/en\/?page_id=5568\" class=\"hero-cta-button\">Contact Us<\/a>\n          <a href=\"tel:579-420-1794\" class=\"hero-cta-button secondary\">Call Us<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"hero-checklist\">\n        <div class=\"checklist-item\">\n          <div class=\"checklist-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"checklist-text\">Colored Smoke and Fog<\/div>\n        <\/div>\n        <div class=\"checklist-item\">\n          <div class=\"checklist-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"checklist-text\">Confetti and Streamers<\/div>\n        <\/div>\n        <div class=\"checklist-item\">\n          <div class=\"checklist-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"checklist-text\">Cryojets and CO2<\/div>\n        <\/div>\n        <div class=\"checklist-item\">\n          <div class=\"checklist-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"20 6 9 17 4 12\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"checklist-text\">Flame Projectors<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================================================================\n       SECTION 2: NOS SERVICES\n       ========================================================================= -->\n  <section class=\"services-section\">\n    <div class=\"services-container\">\n      <h2 class=\"section-title\">Our Services<\/h2>\n      <p class=\"services-intro\">Varied and spectacular pyrotechnic special effects to transform your events into extraordinary and captivating visual experiences.<\/p>\n\n      <div class=\"services-grid\">\n        <div class=\"services-column\">\n          <ul class=\"services-list\">\n            <li>Vibrant colored smoke and dense atmospheric fog creating mysterious ambiances<\/li>\n            <li>Metallic confetti launchers, colored streamers, and artificial petals for celebrations<\/li>\n            <li>Cryojets and CO2 jets producing spectacular columns of dense white vapor<\/li>\n            <li>Sparkling cold sparks and completely safe vertical luminous fountains<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"services-column\">\n          <ul class=\"services-list\">\n            <li>Controlled vertical or horizontal flame projectors for powerful dramatic effects<\/li>\n            <li>Colored ground-based pyrotechnic fountains of various heights and durations<\/li>\n            <li>Safe proximity effects for direct interactions with performers and participants<\/li>\n            <li>Computerized synchronization with music, lighting, and choreography for perfect cohesion<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================================================================\n       SECTION 3: PERFORMANCES PYROTECHNIQUES UTILIS\u00c9ES\n       ========================================================================= -->\n  <section class=\"performances-section\">\n    <div class=\"performances-container\">\n      <h2 class=\"section-title\">Pyrotechnic Performances Used<\/h2>\n      <p class=\"performances-subtitle\">Professional, secure special effects designed to transform your events into spectacular visual experiences.<\/p>\n\n      <div class=\"performances-grid\">\n        <div class=\"performance-block\">\n          <h3 class=\"performance-block-title\">Smoke and Fog<\/h3>\n          <p class=\"performance-block-text\">Colored smoke, atmospheric fog, mysterious or festive ambiances.<\/p>\n        <\/div>\n\n        <div class=\"performance-block\">\n          <h3 class=\"performance-block-title\">Confetti and Streamers<\/h3>\n          <p class=\"performance-block-text\">Metallic confetti, colored streamers, festive finales, and memorable moments.<\/p>\n        <\/div>\n\n        <div class=\"performance-block\">\n          <h3 class=\"performance-block-title\">Cryo-jets and CO\u2082<\/h3>\n          <p class=\"performance-block-text\">High-density cold vapor columns, powerful and non-burning visual effects.<\/p>\n        <\/div>\n\n        <div class=\"performance-block\">\n          <h3 class=\"performance-block-title\">Cold Sparks and Fountains<\/h3>\n          <p class=\"performance-block-text\">Safe sparks, sparkling cascades, proximity lighting effects.<\/p>\n        <\/div>\n\n        <div class=\"performance-block\">\n          <h3 class=\"performance-block-title\">Flame Projectors<\/h3>\n          <p class=\"performance-block-text\">Controlled flame jets, fire columns, dramatic visual impacts.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================================================================\n       SECTION 4: POURQUOI NOUS CHOISIR\n       ========================================================================= -->\n  <section class=\"advantages-section\">\n    <div class=\"advantages-container\">\n      <h2 class=\"section-title\">Why Choose Us<\/h2>\n      <div class=\"advantages-grid\">\n        <div class=\"advantage-item\">\n          <div class=\"advantage-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\/>\n              <polyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\/>\n              <line x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"advantage-content\">\n            <h3>Complete Range<\/h3>\n            <p>Comprehensive catalog of pyrotechnic special effects including smoke, flames, sparks, confetti, cryojets, and proximity effects enabling unlimited creative solutions adapted to all types of events.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"advantage-item\">\n          <div class=\"advantage-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <rect x=\"3\" y=\"11\" width=\"18\" height=\"11\" rx=\"2\" ry=\"2\"\/>\n              <path d=\"M7 11V7a5 5 0 0 1 10 0v4\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"advantage-content\">\n            <h3>Certified Safety<\/h3>\n            <p>Experienced certified technicians, regularly inspected professional equipment, rigorous safety protocols compliant with strict industry standards, and comprehensive insurance guaranteeing safe execution.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"advantage-item\">\n          <div class=\"advantage-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"advantage-content\">\n            <h3>Precise Synchronization<\/h3>\n            <p>Computerized control systems enabling perfect synchronization to the millisecond with music, lighting, video, and choreography creating cohesive and impressive multisensory experiences.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"advantage-item\">\n          <div class=\"advantage-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\/>\n              <polyline points=\"9 22 9 12 15 12 15 22\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"advantage-content\">\n            <h3>Indoor and Outdoor<\/h3>\n            <p>Recognized expertise in safe indoor special effects for halls, theaters, arenas, and TV studios as well as spectacular outdoor effects for festivals and public events with adapted solutions.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"advantage-item\">\n          <div class=\"advantage-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M12 2v6\"\/>\n              <path d=\"M12 18v4\"\/>\n              <path d=\"m4.93 4.93 4.24 4.24\"\/>\n              <path d=\"m14.83 14.83 4.24 4.24\"\/>\n              <path d=\"M2 12h6\"\/>\n              <path d=\"M16 12h6\"\/>\n              <path d=\"m4.93 19.07 4.24-4.24\"\/>\n              <path d=\"m14.83 9.17 4.24-4.24\"\/>\n              <circle cx=\"12\" cy=\"12\" r=\"3\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"advantage-content\">\n            <h3>Custom Creativity<\/h3>\n            <p>Experienced creative team collaborating closely with clients to design unique custom special effects reflecting artistic vision, event theme, and specific objectives creating original experiences.<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"advantage-item\">\n          <div class=\"advantage-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <path d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\/>\n              <polyline points=\"22 4 12 14.01 9 11.01\"\/>\n            <\/svg>\n          <\/div>\n          <div class=\"advantage-content\">\n            <h3>Professional Service<\/h3>\n            <p>Complete service including detailed creative consultation, technical site evaluation, obtaining necessary permits, professional installation, flawless execution, and post-event cleanup for a stress-free experience.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================================================================\n       SECTION 5: FAQ\n       ========================================================================= -->\n  <section class=\"faq-section\">\n    <div class=\"faq-container\">\n      <h2 class=\"section-title\">FAQ<\/h2>\n      <div class=\"faq-list\">\n        <div class=\"faq-item\">\n          <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            <span class=\"faq-question-text\">What types of events can benefit from special effects?<\/span>\n            <svg class=\"faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-content\">\n Our special effects are suitable for all types of events including concerts and live performances, theatrical productions, corporate events and product launches, weddings and private celebrations, festivals and public events, television broadcasts and video productions, as well as artistic installations and contemporary performances.\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            <span class=\"faq-question-text\">Are special effects safe for indoor use?<\/span>\n            <svg class=\"faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-content\">\n Yes, we offer a complete range of special effects specifically designed for safe indoor use including non-toxic smoke, cold sparks, confetti, and cryojets. All our indoor effects strictly comply with enclosed venue safety standards and our technicians always conduct a preliminary site evaluation. \n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            <span class=\"faq-question-text\">Can special effects be synchronized with music?<\/span>\n            <svg class=\"faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-content\">\n Absolutely. We use state-of-the-art computerized control systems enabling precise synchronization to the millisecond with music, lighting, video projections, and other technical elements of your event. This perfect choreography creates impressive visual cohesion and a memorable multisensory experience.  \n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            <span class=\"faq-question-text\">What are the technical constraints for installing special effects?<\/span>\n            <svg class=\"faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-content\">\n Constraints vary depending on the chosen effects. Generally, we require appropriate electrical access, adequate safety spaces around equipment, and sometimes specific venue authorizations. Our team always conducts a complete preliminary technical evaluation to identify all constraints and propose solutions adapted to your specific site.  \n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            <span class=\"faq-question-text\">How far in advance should we book?<\/span>\n            <svg class=\"faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-content\">\n We recommend booking at least 4 to 6 weeks in advance for events requiring complex or multiple special effects. This allows us to plan the creative design, conduct technical site evaluations, obtain necessary authorizations, and prepare all equipment. For simpler needs, we can often accommodate shorter timelines.  \n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            <span class=\"faq-question-text\">Do special effects leave residue to clean up?<\/span>\n            <svg class=\"faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-content\">\n Some effects such as confetti and streamers require post-event cleanup which we include in our service. Smoke, cryojets, and cold sparks leave no residue. We always discuss cleanup implications during planning and offer biodegradable options when available. Our complete service includes professional cleanup after the event.   \n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"faq-item\">\n          <button class=\"faq-question\" onclick=\"toggleFaq(this)\">\n            <span class=\"faq-question-text\">Can we combine multiple types of special effects?<\/span>\n            <svg class=\"faq-icon\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n              <polyline points=\"6 9 12 15 18 9\"\/>\n            <\/svg>\n          <\/button>\n          <div class=\"faq-answer\">\n            <div class=\"faq-answer-content\">\n Absolutely! We encourage creative combination of multiple effects to create spectacular and immersive visual experiences. For example, combining colored smoke with cryojets, flame projectors with sparkling sparks, or confetti with luminous fountains. Our creative team helps you design the perfect combination to maximize the visual impact of your event.   \n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- =========================================================================\n       SECTION 6: CTA FINAL\n       ========================================================================= -->\n  <section class=\"cta-section\">\n    <div class=\"cta-container\">\n      <h3 class=\"cta-title\">Ready to add spectacular effects?<\/h3>\n      <p class=\"cta-text\">Contact us to discuss your pyrotechnic special effects needs<\/p>\n      <div class=\"cta-buttons\">\n        <a href=\"https:\/\/pyrovisionfeuxdartifice.com\/en\/?page_id=5568\" class=\"cta-button\">Contact Us<\/a>\n        <a href=\"tel:579-420-1794\" class=\"cta-button secondary\">Call Us<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <script>\n    function toggleFaq(button) {\n      const faqItem = button.parentElement;\n      const isActive = faqItem.classList.contains('active');\n\n      document.querySelectorAll('.faq-item').forEach(item => {\n        item.classList.remove('active');\n      });\n\n      if (!isActive) {\n        faqItem.classList.add('active');\n      }\n    }\n  <\/script>\n\n\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Special Effects &#8211; Pyrovision Special Effects A complete range of pyrotechnic effects to enhance all types of events and captivate your audience with extraordinary and memorable visual experiences. Contact Us Call Us Colored Smoke and Fog Confetti and Streamers Cryojets and CO2 Flame Projectors Our Services Varied and spectacular pyrotechnic special effects to transform your [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5581","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Special Effects - PyroVision Feux d&#039;artifice<\/title>\n<meta name=\"description\" content=\"Pyrotechnic special effects in Montreal: cold sparks, flames, stage projections, and custom ambiance for your events.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Special Effects - PyroVision Feux d&#039;artifice\" \/>\n<meta property=\"og:description\" content=\"Pyrotechnic special effects in Montreal: cold sparks, flames, stage projections, and custom ambiance for your events.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/\" \/>\n<meta property=\"og:site_name\" content=\"PyroVision Feux d&#039;artifice\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-24T00:48:27+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/special-effects\\\/\",\"url\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/special-effects\\\/\",\"name\":\"Special Effects - PyroVision Feux d&#039;artifice\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/#website\"},\"datePublished\":\"2025-11-21T07:35:09+00:00\",\"dateModified\":\"2026-03-24T00:48:27+00:00\",\"description\":\"Pyrotechnic special effects in Montreal: cold sparks, flames, stage projections, and custom ambiance for your events.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/special-effects\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/special-effects\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/special-effects\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Special Effects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/\",\"name\":\"PyroVision Feux d&#039;artifice\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/#organization\",\"name\":\"PyroVision Feux d&#039;artifice\",\"url\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/wp-content\\\/uploads\\\/2014\\\/11\\\/logo.jpg\",\"contentUrl\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/wp-content\\\/uploads\\\/2014\\\/11\\\/logo.jpg\",\"width\":252,\"height\":112,\"caption\":\"PyroVision Feux d&#039;artifice\"},\"image\":{\"@id\":\"https:\\\/\\\/pyrovisionfeuxdartifice.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Special Effects - PyroVision Feux d&#039;artifice","description":"Pyrotechnic special effects in Montreal: cold sparks, flames, stage projections, and custom ambiance for your events.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/","og_locale":"en_US","og_type":"article","og_title":"Special Effects - PyroVision Feux d&#039;artifice","og_description":"Pyrotechnic special effects in Montreal: cold sparks, flames, stage projections, and custom ambiance for your events.","og_url":"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/","og_site_name":"PyroVision Feux d&#039;artifice","article_modified_time":"2026-03-24T00:48:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/","url":"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/","name":"Special Effects - PyroVision Feux d&#039;artifice","isPartOf":{"@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/#website"},"datePublished":"2025-11-21T07:35:09+00:00","dateModified":"2026-03-24T00:48:27+00:00","description":"Pyrotechnic special effects in Montreal: cold sparks, flames, stage projections, and custom ambiance for your events.","breadcrumb":{"@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/special-effects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pyrovisionfeuxdartifice.com\/en\/"},{"@type":"ListItem","position":2,"name":"Special Effects"}]},{"@type":"WebSite","@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/#website","url":"https:\/\/pyrovisionfeuxdartifice.com\/en\/","name":"PyroVision Feux d&#039;artifice","description":"","publisher":{"@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pyrovisionfeuxdartifice.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/#organization","name":"PyroVision Feux d&#039;artifice","url":"https:\/\/pyrovisionfeuxdartifice.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/pyrovisionfeuxdartifice.com\/wp-content\/uploads\/2014\/11\/logo.jpg","contentUrl":"https:\/\/pyrovisionfeuxdartifice.com\/wp-content\/uploads\/2014\/11\/logo.jpg","width":252,"height":112,"caption":"PyroVision Feux d&#039;artifice"},"image":{"@id":"https:\/\/pyrovisionfeuxdartifice.com\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/pyrovisionfeuxdartifice.com\/en\/wp-json\/wp\/v2\/pages\/5581","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pyrovisionfeuxdartifice.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pyrovisionfeuxdartifice.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pyrovisionfeuxdartifice.com\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/pyrovisionfeuxdartifice.com\/en\/wp-json\/wp\/v2\/comments?post=5581"}],"version-history":[{"count":2,"href":"https:\/\/pyrovisionfeuxdartifice.com\/en\/wp-json\/wp\/v2\/pages\/5581\/revisions"}],"predecessor-version":[{"id":5584,"href":"https:\/\/pyrovisionfeuxdartifice.com\/en\/wp-json\/wp\/v2\/pages\/5581\/revisions\/5584"}],"wp:attachment":[{"href":"https:\/\/pyrovisionfeuxdartifice.com\/en\/wp-json\/wp\/v2\/media?parent=5581"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}