{"id":258528,"date":"2023-03-22T15:39:45","date_gmt":"2023-03-22T14:39:45","guid":{"rendered":"https:\/\/corporate.lynkware.com\/home-lynkware\/"},"modified":"2023-04-12T09:44:38","modified_gmt":"2023-04-12T07:44:38","slug":"home-lynkware","status":"publish","type":"page","link":"https:\/\/corporate.lynkware.com\/en\/","title":{"rendered":"Home lynkware"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;off|desktop&#8221; admin_label=&#8221;Landing Hero&#8221; module_id=&#8221;three-parent&#8221; module_class=&#8221;transparent-js&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#1d253d&#8221; background_enable_image=&#8221;off&#8221; background_position=&#8221;bottom_center&#8221; min_height=&#8221;100vh&#8221; custom_margin=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding_tablet=&#8221;54px|0px|77px|0px||&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; animation_direction=&#8221;top&#8221; custom_css_main_element=&#8221;display: flex;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row make_equal=&#8221;on&#8221; _builder_version=&#8221;4.20.0&#8243; width=&#8221;89.1%&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; custom_width_px=&#8221;1280px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][dnxte_text_color_motion text_color_motion=&#8221;WEB SOLUTIONS DEDICATED TO YOUR BUSINESS&#8221; heading_tag=&#8221;h1&#8243; text_color_motion_style=&#8221;dnxt-grdnt-text-animation-2&#8243; color_motion_text_duration=&#8221;5s&#8221; color_motion_color_one=&#8221;#599DC9&#8243; color_motion_color_two=&#8221;#ffffff&#8221; color_motion_color_three=&#8221;#599dc8&#8243; color_motion_color_four=&#8221;#FFFFFF&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; dnxt_color_motion_fonts_font=&#8221;PT Sans|||on|||||&#8221; dnxt_color_motion_fonts_text_align=&#8221;center&#8221; dnxt_color_motion_fonts_font_size=&#8221;71px&#8221; dnxt_color_motion_fonts_font_size_tablet=&#8221;71px&#8221; dnxt_color_motion_fonts_font_size_phone=&#8221;35px&#8221; dnxt_color_motion_fonts_font_size_last_edited=&#8221;on|phone&#8221; custom_css_main_element=&#8221; &#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_text_color_motion][dnxte_text_color_motion text_color_motion=&#8221;DESIGN &#038; DEVELOPMENT&#8221; heading_tag=&#8221;h1&#8243; text_color_motion_style=&#8221;dnxt-grdnt-text-animation-2&#8243; color_motion_text_duration=&#8221;5s&#8221; color_motion_color_one=&#8221;#FFFFFF&#8221; color_motion_color_two=&#8221;#599DC9&#8243; color_motion_color_three=&#8221;#FFFFFF&#8221; color_motion_color_four=&#8221;#599DC9&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; dnxt_color_motion_fonts_font=&#8221;PT Sans|||on|||||&#8221; dnxt_color_motion_fonts_text_align=&#8221;center&#8221; dnxt_color_motion_fonts_font_size=&#8221;41px&#8221; dnxt_color_motion_fonts_font_size_tablet=&#8221;71px&#8221; dnxt_color_motion_fonts_font_size_phone=&#8221;19px&#8221; dnxt_color_motion_fonts_font_size_last_edited=&#8221;on|phone&#8221; custom_css_main_element=&#8221; &#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_text_color_motion][et_pb_code _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<!-- [et_pb_line_break_holder] -->  <script src='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.9.1\/gsap.min.js'><\/script><!-- [et_pb_line_break_holder] --><script src='https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/three.js\/r128\/three.min.js'><\/script><!-- [et_pb_line_break_holder] --><canvas id=\"three-background\"><\/canvas><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->let camera<!-- [et_pb_line_break_holder] -->let scene<!-- [et_pb_line_break_holder] -->let renderer<!-- [et_pb_line_break_holder] -->let material<!-- [et_pb_line_break_holder] -->let mouseX = 0<!-- [et_pb_line_break_holder] -->let mouseY = 0<!-- [et_pb_line_break_holder] -->let windowHalfX = window.innerWidth \/ 2<!-- [et_pb_line_break_holder] -->let windowHalfY = window.innerHeight \/ 2<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->init()<!-- [et_pb_line_break_holder] -->animate()<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function init () {<!-- [et_pb_line_break_holder] -->  camera = new THREE.PerspectiveCamera(50, window.innerWidth \/ window.innerHeight, 5, 2000)<!-- [et_pb_line_break_holder] -->  camera.position.z = 500<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  scene = new THREE.Scene()<!-- [et_pb_line_break_holder] -->  scene.background = new THREE.Color(0x1d253d)<!-- [et_pb_line_break_holder] -->  scene.fog = new THREE.FogExp2(0x0000ff, 0.001)<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const geometry = new THREE.BufferGeometry()<!-- [et_pb_line_break_holder] -->  const vertices = []<!-- [et_pb_line_break_holder] -->  const size = 2000<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  for ( let i = 0; i < 10000; i ++ ) {<!-- [et_pb_line_break_holder] -->    const x = (Math.random() * size + Math.random() * size) \/ 2 - size \/ 2<!-- [et_pb_line_break_holder] -->    const y = (Math.random() * size + Math.random() * size) \/ 2 - size \/ 2<!-- [et_pb_line_break_holder] -->    const z = (Math.random() * size + Math.random() * size) \/ 2 - size \/ 2<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->    vertices.push(x, y, z)<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  geometry.setAttribute('position', new THREE.Float32BufferAttribute(vertices, 3))<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  material = new THREE.PointsMaterial({<!-- [et_pb_line_break_holder] -->    size: 1,<!-- [et_pb_line_break_holder] -->    color: 0x62b0e2,<!-- [et_pb_line_break_holder] -->  })<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  const particles = new THREE.Points(geometry, material)<!-- [et_pb_line_break_holder] -->  scene.add(particles)<!-- [et_pb_line_break_holder] -->  var myCanvas = document.getElementById(\"three-background\")<!-- [et_pb_line_break_holder] -->  renderer = new THREE.WebGLRenderer({canvas: myCanvas,alpha: true })<!-- [et_pb_line_break_holder] -->  renderer.setClearColor( 0x000000, 0 )<!-- [et_pb_line_break_holder] -->  renderer.setPixelRatio(window.devicePixelRatio)<!-- [et_pb_line_break_holder] -->  renderer.setSize(window.innerWidth, window.innerHeight)<!-- [et_pb_line_break_holder] -->  document.body.appendChild(renderer.domElement)<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  document.body.style.touchAction = 'none'<!-- [et_pb_line_break_holder] -->  document.body.addEventListener('pointermove', onPointerMove)<!-- [et_pb_line_break_holder] -->  window.addEventListener('resize', onWindowResize)<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function onWindowResize () {<!-- [et_pb_line_break_holder] -->  windowHalfX = window.innerWidth \/ 2<!-- [et_pb_line_break_holder] -->  windowHalfY = window.innerHeight \/ 2<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  camera.aspect = window.innerWidth \/ window.innerHeight<!-- [et_pb_line_break_holder] -->  camera.updateProjectionMatrix()<!-- [et_pb_line_break_holder] -->  renderer.setSize(window.innerWidth, window.innerHeight)<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function onPointerMove (event) {<!-- [et_pb_line_break_holder] -->  mouseX = event.clientX - windowHalfX <!-- [et_pb_line_break_holder] -->  mouseY = event.clientY - windowHalfY<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function animate () {<!-- [et_pb_line_break_holder] -->  requestAnimationFrame(animate)<!-- [et_pb_line_break_holder] -->  render()<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->function render () {<!-- [et_pb_line_break_holder] -->  camera.position.x += (mouseX * 2 - camera.position.x) * 0.02<!-- [et_pb_line_break_holder] -->  camera.position.y += (-mouseY * 2 - camera.position.y) * 0.02<!-- [et_pb_line_break_holder] -->  camera.lookAt(scene.position)<!-- [et_pb_line_break_holder] -->  renderer.render(scene, camera)<!-- [et_pb_line_break_holder] -->  scene.rotation.x += 0.001<!-- [et_pb_line_break_holder] -->  scene.rotation.y += 0.002<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><\/script><!-- [et_pb_line_break_holder] -->[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Features&#8221; module_id=&#8221;Offer&#8221; module_class=&#8221;transparent-js&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#1d253d&#8221; background_enable_image=&#8221;off&#8221; background_blend=&#8221;multiply&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px||0px|false|false&#8221; custom_padding_tablet=&#8221;|0px||0px|false|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Become an Expert&#8221; _builder_version=&#8221;4.20.0&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;auto||auto||false|false&#8221; custom_margin_tablet=&#8221;auto|auto|auto|auto|false|false&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||100px||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_zoom=&#8221;6%&#8221; module_alignment_last_edited=&#8221;off|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; custom_padding=&#8221;|||&#8221; custom_padding_tablet=&#8221;|0px||0px|false|false&#8221; custom_padding_phone=&#8221;||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][dnxte_floating_element _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||20px||false|false&#8221; custom_margin_tablet=&#8221;|auto||auto|false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_padding_tablet=&#8221;||240px||false|false&#8221; custom_padding_phone=&#8221;20px||60px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_floating_element_child floting_shape_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/keys.png&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;90%&#8221; max_width_tablet=&#8221;80%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; min_height_tablet=&#8221;auto&#8221; min_height_phone=&#8221;auto&#8221; min_height_last_edited=&#8221;on|tablet&#8221; height_tablet=&#8221;auto&#8221; height_phone=&#8221;auto&#8221; height_last_edited=&#8221;on|tablet&#8221; max_height_tablet=&#8221;&#8221; max_height_phone=&#8221;&#8221; max_height_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_floating_element_child][\/dnxte_floating_element][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; background_color=&#8221;rgba(0,0,0,0.1)&#8221; custom_padding=&#8221;10px|10px|10px|10px|false|false&#8221; custom_padding_tablet=&#8221;10px|10px|10px|10px|false|false&#8221; custom_padding_phone=&#8221;10px|0px|10px|0px|false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;PT Sans||||||||&#8221; header_2_text_align=&#8221;justify&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_enable_color=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;0px|15px|0px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; header_font_size__hover=&#8221;30px&#8221; header_font_size__hover_enabled=&#8221;30px&#8221; header_letter_spacing__hover=&#8221;0px&#8221; header_letter_spacing__hover_enabled=&#8221;0px&#8221; header_text_shadow_style__hover=&#8221;none&#8221; header_text_shadow_style__hover_enabled=&#8221;none&#8221; header_text_shadow_color__hover=&#8221;rgba(0,0,0,0.4)&#8221; header_text_shadow_color__hover_enabled=&#8221;rgba(0,0,0,0.4)&#8221;]<\/p>\n<h2 style=\"text-align: left\">TURNKEY AND CUSTOMIZED SOLUTIONS FOR LARGE BUSINESSES<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;|700|||||||&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; header_3_font=&#8221;||||||||&#8221; background_enable_color=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;20px||20px||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;20px|15px|20px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; header_font_size__hover=&#8221;30px&#8221; header_font_size__hover_enabled=&#8221;30px&#8221; header_letter_spacing__hover=&#8221;0px&#8221; header_letter_spacing__hover_enabled=&#8221;0px&#8221; header_text_shadow_style__hover=&#8221;none&#8221; header_text_shadow_style__hover_enabled=&#8221;none&#8221; header_text_shadow_color__hover=&#8221;rgba(0,0,0,0.4)&#8221; header_text_shadow_color__hover_enabled=&#8221;rgba(0,0,0,0.4)&#8221;]<\/p>\n<h3><span style=\"color: #ffffff\">Improve your digital performance !<\/span><\/h3>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.2&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; background_enable_color=&#8221;off&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;|15px||15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<p style=\"text-align: left;\"><span style=\"color: #ffffff;\">Lynkware provides a combination of turnkey and customized web solutions<\/span><span style=\"color: #ffffff;\"> for large businesses.<br \/>Our turnkey solutions include <a href=\"https:\/\/keep.lynkware.com\" target=\"_blank\" rel=\"noopener\"><strong><span style=\"color: #ffffff;\">customized QR code<\/span><\/strong><\/a> campaign management and in-store advertising lifecycle management. Additionally, our expertise in digital innovation allows us to design and develop customized web solutions to enhance your company&#8217;s digital performance. <\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; disabled_on=&#8221;on|on|on&#8221; admin_label=&#8221;Features&#8221; _builder_version=&#8221;4.20.0&#8243; background_color=&#8221;#001a5b&#8221; background_enable_image=&#8221;off&#8221; background_blend=&#8221;overlay&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|0px||0px|false|false&#8221; custom_padding_tablet=&#8221;|0px||0px|false|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.19.1&#8243; width=&#8221;89.1%&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;|||&#8221; custom_margin_tablet=&#8221;|||&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_width_px=&#8221;1280px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/02\/keep_logo.png&#8221; title_text=&#8221;keep_logo&#8221; url=&#8221;https:\/\/keep.lynkware.com\/qr-chic\/&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;64%&#8221; width_tablet=&#8221;63%&#8221; width_phone=&#8221;63%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;67%&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_button button_text=&#8221;Click Here&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/02\/plv360_logo.png&#8221; title_text=&#8221;plv360_logo&#8221; url=&#8221;https:\/\/keep.lynkware.com\/qr-chic\/&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;center&#8221; align_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;64%&#8221; width_tablet=&#8221;63%&#8221; width_phone=&#8221;63%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width=&#8221;67%&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_button button_text=&#8221;Click Here&#8221; button_alignment=&#8221;center&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_button][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Become an Expert&#8221; _builder_version=&#8221;4.19.1&#8243; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;||||false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_zoom=&#8221;6%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.19.1&#8243; custom_padding=&#8221;60px|||&#8221; custom_padding_tablet=&#8221;60px|||&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_divider show_divider=&#8221;off&#8221; disabled_on=&#8221;on|on|off&#8221; admin_label=&#8221;S\u00e9parateur&#8221; _builder_version=&#8221;4.19.0&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; max_width=&#8221;40px&#8221; module_alignment=&#8221;left&#8221; custom_margin=&#8221;||10px|&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;left&#8221; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_divider][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Features&#8221; module_id=&#8221;Solutions&#8221; module_class=&#8221;transparent-js&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#1d253d&#8221; background_enable_image=&#8221;off&#8221; background_blend=&#8221;multiply&#8221; custom_padding=&#8221;100px|0px|100px|0px&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; module_class=&#8221;inverse&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;auto||auto||false|false&#8221; custom_margin_tablet=&#8221;auto||auto||false|false&#8221; custom_margin_phone=&#8221;auto||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;||||false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_zoom=&#8221;6%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;rgba(0,0,0,0.1)&#8221; custom_padding=&#8221;0px|10px|10px|10px|false|false&#8221; custom_padding_tablet=&#8221;0px|10px|10px|10px|false|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.20.0&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;PT Sans||||||||&#8221; header_2_text_align=&#8221;justify&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_enable_color=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;0px|15px|0px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: left\">MAXIMIZE YOUR PERFORMANCE<br \/>WITH CUSTOM WEB SOLUTIONS<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; background_enable_color=&#8221;off&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;|15px||15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left\">We specialize in custom web development of business platforms. We work with you to design a solution that meets your needs. <strong> <\/strong><\/p>\n<p>[\/et_pb_text][dnxte_divider dnext_sid_font_icon=&#8221;&#xe007;||divi||400&#8243; dnext_sid_icon_color=&#8221;#FFFFFF&#8221; dnext_sid_divider_style=&#8221;groove&#8221; dnext_sid_divider_color=&#8221;#599DC9&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||auto||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_divider][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;0px|10px|30px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 style=\"text-align: left\"><strong>Expertise in digital innovation for high-performance web solutions<\/strong><\/h3>\n<p style=\"text-align: left\"><strong>Our expertise in digital innovation, combined with our patents and numerous interoperable modules, allows us to offer high-performance custom web solutions and support you in even the most complex projects.<\/strong><\/p>\n<p>[\/et_pb_text][dnxte_divider dnext_sid_font_icon=&#8221;&#xe005;||divi||400&#8243; dnext_sid_icon_color=&#8221;#FFFFFF&#8221; dnext_sid_divider_style=&#8221;groove&#8221; dnext_sid_divider_color=&#8221;#599DC9&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;10px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_divider][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;0px|10px|30px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 style=\"text-align: left\">Data and image processing skills<\/h3>\n<p style=\"text-align: left\"><span style=\"font-size: 18px\"><span>We also <strong>specialize in image processing, augmented reality and 3D on the web<\/strong>, as well as segmentation and real-time processing of large volumes of data.<\/span><\/span><span style=\"font-size: 18px\"><span><strong><\/strong><\/span><\/span><\/p>\n<p>[\/et_pb_text][dnxte_divider dnext_sid_font_icon=&#8221;&#xf181;||fa||400&#8243; dnext_sid_icon_color=&#8221;#FFFFFF&#8221; dnext_sid_divider_style=&#8221;groove&#8221; dnext_sid_divider_color=&#8221;#599DC9&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_divider][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;0px|10px|30px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Agile Project Management Methodology<\/h3>\n<p style=\"text-align: left\"><span style=\"font-size: 18px\"><span>Our agile project management methodology, with weekly sprint exchanges, ensures a better understanding of our client\u2019s workflows for optimal project monitoring and improved productivity.<\/span><\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_floating_element _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||20px||false|false&#8221; custom_margin_tablet=&#8221;||20px||false|false&#8221; custom_margin_phone=&#8221;||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_padding_tablet=&#8221;||200px||false|false&#8221; custom_padding_phone=&#8221;||70px||false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_floating_element_child floting_shape_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/start_missle.png&#8221; dnxte_floting_shape_effects_vertical=&#8221;20rem&#8221; dnxte_floting_shape_effects_vertical_tablet=&#8221;2rem&#8221; dnxte_floting_shape_effects_vertical_phone=&#8221;5rem&#8221; dnxte_floting_shape_effects_vertical_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;90%&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_floating_element_child][\/dnxte_floating_element][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Features&#8221; module_id=&#8221;Innovation&#8221; module_class=&#8221;transparent-js&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#1d253d&#8221; background_enable_image=&#8221;off&#8221; background_blend=&#8221;multiply&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;100px|0px|100px|0px&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Become an Expert&#8221; _builder_version=&#8221;4.20.0&#8243; width=&#8221;90%&#8221; width_tablet=&#8221;90%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;auto||auto||false|false&#8221; custom_margin_tablet=&#8221;auto|auto|auto|auto|false|false&#8221; custom_margin_phone=&#8221;auto||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;||||false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_zoom=&#8221;6%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; custom_padding=&#8221;|||&#8221; custom_padding_tablet=&#8221;|10px||10px|false|false&#8221; custom_padding_phone=&#8221;|10px||10px|false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][dnxte_floating_element _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||20px||false|false&#8221; custom_margin_tablet=&#8221;||auto||false|false&#8221; custom_margin_phone=&#8221;||auto||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_padding_tablet=&#8221;50px||300px||false|false&#8221; custom_padding_phone=&#8221;10px||40px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_floating_element_child floting_shape_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/STACK_6.png&#8221; dnxte_floting_shape_effects_vertical=&#8221;18rem&#8221; dnxte_floting_shape_effects_vertical_tablet=&#8221;0rem&#8221; dnxte_floting_shape_effects_vertical_phone=&#8221;0rem&#8221; dnxte_floting_shape_effects_vertical_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;90%&#8221; max_width_tablet=&#8221;80%&#8221; max_width_phone=&#8221;80%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_floating_element_child][\/dnxte_floating_element][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; background_color=&#8221;rgba(0,0,0,0.1)&#8221; custom_padding=&#8221;10px|10px|10px|10px|false|false&#8221; custom_padding_tablet=&#8221;10px|10px|10px|10px|false|false&#8221; custom_padding_phone=&#8221;10px|0px|10px|0px|false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;PT Sans||||||||&#8221; header_2_text_align=&#8221;justify&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_enable_color=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;0px|15px|0px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; header_font_size__hover=&#8221;30px&#8221; header_font_size__hover_enabled=&#8221;30px&#8221; header_letter_spacing__hover=&#8221;0px&#8221; header_letter_spacing__hover_enabled=&#8221;0px&#8221; header_text_shadow_style__hover=&#8221;none&#8221; header_text_shadow_style__hover_enabled=&#8221;none&#8221; header_text_shadow_color__hover=&#8221;rgba(0,0,0,0.4)&#8221; header_text_shadow_color__hover_enabled=&#8221;rgba(0,0,0,0.4)&#8221;]<\/p>\n<h2 style=\"text-align: left\">TRANSFORM YOUR BUSINESS WITH INNOVATIVE SOLUTIONS<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; background_enable_color=&#8221;off&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;|15px||15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left\">French Award-winning and labeled as an &#8216;EIP&#8217; (<strong>Innovative Company of Competitiveness Clusters<\/strong>), we offer innovative solutions to transform your business into a high-performing digital entity.<\/p>\n<p>[\/et_pb_text][dnxte_divider dnext_sid_font_icon=&#8221;&#xe609;||divi||400&#8243; dnext_sid_icon_color=&#8221;#FFFFFF&#8221; dnext_sid_divider_style=&#8221;groove&#8221; dnext_sid_divider_color=&#8221;#599DC9&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_divider][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;0px|10px|30px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 style=\"text-align: left\">Design of innovative web solutions<\/h3>\n<p style=\"text-align: left\">With our expertise in <strong>full-stack web development<\/strong> and constant research and development on various technological axes, we can design and develop innovative solutions that meet your specific needs.<br \/>We create high-performing, ergonomic and scalable SaaS applications to help businesses maximize their performance.<\/p>\n<p>[\/et_pb_text][dnxte_divider dnext_sid_font_icon=&#8221;&#xf029;||fa||900&#8243; dnext_sid_icon_color=&#8221;#FFFFFF&#8221; dnext_sid_divider_style=&#8221;groove&#8221; dnext_sid_divider_color=&#8221;#599DC9&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_divider][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; header_3_text_color=&#8221;#FFFFFF&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;0px|10px|30px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3 style=\"text-align: left\">Intellectual property at the service of brand image<\/h3>\n<p style=\"text-align: left\"><strong>We have patents on the automated creation of graphically customized QR codes<\/strong> to allow you to strengthen your brand image, improve user experience and develop your business through fast creation and efficient professional QR code management.<\/p>\n<p style=\"text-align: left\">Transform your business with our expertise, we help you achieve your digital goals !<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Features&#8221; module_id=&#8221;Target&#8221; module_class=&#8221;transparent-js&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#1d253d&#8221; background_enable_image=&#8221;off&#8221; background_blend=&#8221;multiply&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|0px||0px|false|false&#8221; custom_padding_tablet=&#8221;|0px||0px|false|false&#8221; custom_padding_phone=&#8221;||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|tablet&#8221; admin_label=&#8221;Become an Expert&#8221; module_class=&#8221;inverse&#8221; _builder_version=&#8221;4.20.0&#8243; width_tablet=&#8221;90%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;auto||auto||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;0px|0px|0px|0px|false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_zoom=&#8221;6%&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; background_color=&#8221;rgba(0,0,0,0.1)&#8221; custom_padding=&#8221;10px|10px|10px|10px|false|false&#8221; custom_padding_tablet=&#8221;10px|10px|10px|10px|false|false&#8221; custom_padding_phone=&#8221;10px|0px|10px|0px|false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;PT Sans||||||||&#8221; header_2_text_align=&#8221;justify&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_enable_color=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;0px|15px|0px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; header_font_size__hover=&#8221;30px&#8221; header_font_size__hover_enabled=&#8221;30px&#8221; header_letter_spacing__hover=&#8221;0px&#8221; header_letter_spacing__hover_enabled=&#8221;0px&#8221; header_text_shadow_style__hover=&#8221;none&#8221; header_text_shadow_style__hover_enabled=&#8221;none&#8221; header_text_shadow_color__hover=&#8221;rgba(0,0,0,0.4)&#8221; header_text_shadow_color__hover_enabled=&#8221;rgba(0,0,0,0.4)&#8221;]<\/p>\n<h2 style=\"text-align: left\"><span data-contrast=\"auto\" class=\"TextRun MacChromeBold BCX0 SCXO18687703\" xml:lang=\"FR\" lang=\"FR\"><span class=\"NormalTextRun BCX0 SCXO18687703\">EFFICIENT WEB SOLUTIONS DESIGNED FOR LARGE AND MEDIUM SIZE COMPANIES<\/span><\/span><\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; background_enable_color=&#8221;off&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;|15px||15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left\">Having worked with large corporations for over 15 years, we are familiar with the processes and methods for validating and <strong>deploying our solutions at an international level.<\/strong><\/p>\n<p>[\/et_pb_text][dnxte_divider dnext_sid_font_icon=&#8221;&#xe002;||divi||400&#8243; dnext_sid_icon_color=&#8221;#FFFFFF&#8221; dnext_sid_divider_style=&#8221;groove&#8221; dnext_sid_divider_color=&#8221;#599DC9&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_divider][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; background_enable_color=&#8221;off&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;|15px||15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left\">Thanks to our cloud architecture, the performance of our SaaS solutions remains consistent across all continents, at any time, wherever you are in the world.<\/p>\n<p>[\/et_pb_text][dnxte_divider dnext_sid_font_icon=&#8221;&#xe035;||divi||400&#8243; dnext_sid_icon_color=&#8221;#FFFFFF&#8221; dnext_sid_divider_style=&#8221;groove&#8221; dnext_sid_divider_color=&#8221;#599DC9&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_divider][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;|15px||15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left\">Our preventive and evolutive maintenance program ensures the sustainability and development of your solutions over time, ensuring sustainable growth of your platforms based on your long-term needs.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; custom_padding=&#8221;60px|||&#8221; custom_padding_tablet=&#8221;60px|||&#8221; custom_padding_phone=&#8221;0px|0px||0px|false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][dnxte_floating_element _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||20px||false|false&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_padding_tablet=&#8221;||250px||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_floating_element_child floting_shape_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/mondo2.png&#8221; dnxte_floting_shape_default_effects=&#8221;custom&#8221; dnxte_floting_shape_effects=&#8221;dnxtefltpulse&#8221; dnxte_floting_shape_effects_duration=&#8221;13s&#8221; dnxte_floting_shape_effects_timing=&#8221;ease-in&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;90%&#8221; max_width_tablet=&#8221;70%&#8221; max_width_phone=&#8221;70%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_floating_element_child][\/dnxte_floating_element][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Features&#8221; module_id=&#8221;user-experience&#8221; module_class=&#8221;transparent-js&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#1d253d&#8221; background_enable_image=&#8221;off&#8221; background_blend=&#8221;multiply&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;|auto||auto|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;0px|0px|0px|0px|false|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Become an Expert&#8221; _builder_version=&#8221;4.20.0&#8243; width_tablet=&#8221;90%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;50px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;20px||||false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_zoom=&#8221;6%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; custom_padding=&#8221;|||&#8221; custom_padding_tablet=&#8221;|||&#8221; custom_padding_phone=&#8221;||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][dnxte_floating_element _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||20px||false|false&#8221; custom_margin_tablet=&#8221;||20px||false|false&#8221; custom_margin_phone=&#8221;||20px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_padding_tablet=&#8221;||250px||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_floating_element_child floting_shape_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/ergonomics_img.png&#8221; dnxte_floting_shape_default_effects=&#8221;custom&#8221; dnxte_floting_shape_effects=&#8221;dnxtefltmovelftright&#8221; dnxte_floting_shape_effects_duration=&#8221;13s&#8221; dnxte_floting_shape_effects_horizontal_tablet=&#8221;&#8221; dnxte_floting_shape_effects_horizontal_phone=&#8221;2rem&#8221; dnxte_floting_shape_effects_horizontal_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;90%&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|phone&#8221; module_alignment=&#8221;center&#8221; module_alignment_tablet=&#8221;center&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_floating_element_child][\/dnxte_floating_element][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; background_color=&#8221;rgba(0,0,0,0.1)&#8221; custom_padding=&#8221;10px|10px|10px|10px|false|true&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;10px||10px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text _builder_version=&#8221;4.20.0&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;PT Sans||||||||&#8221; header_2_text_align=&#8221;justify&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_enable_color=&#8221;off&#8221; background_layout=&#8221;dark&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width_tablet=&#8221;&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|phone&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;0px|10px|0px|10px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h2 style=\"text-align: left\">OPTIMIZE YOUR USER EXPERIENCE WITH ERGONOMIC WEB APPLICATIONS<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;|700|||||||&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_enable_color=&#8221;off&#8221; text_orientation=&#8221;justified&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;2%|10px|2%|10px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; header_font_size__hover=&#8221;30px&#8221; header_font_size__hover_enabled=&#8221;30px&#8221; header_letter_spacing__hover=&#8221;0px&#8221; header_letter_spacing__hover_enabled=&#8221;0px&#8221; header_text_shadow_style__hover=&#8221;none&#8221; header_text_shadow_style__hover_enabled=&#8221;none&#8221; header_text_shadow_color__hover=&#8221;rgba(0,0,0,0.4)&#8221; header_text_shadow_color__hover_enabled=&#8221;rgba(0,0,0,0.4)&#8221;]<\/p>\n<p style=\"text-align: left\"><span> Focused on simplicity and user-friendliness, we design ergonomic web\/mobile applications to enhance the user experience. You are guaranteed to obtain an optimal user experience in line with web standards and your workflows.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Learn by Doing&#8221; module_id=&#8221;Skills&#8221; module_class=&#8221;transparent-js&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#1d253d&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;auto||||false|false&#8221; custom_margin_phone=&#8221;auto||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;70px|0px|70px|0px|false|false&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Become an Expert&#8221; module_class=&#8221;inverse&#8221; _builder_version=&#8221;4.20.0&#8243; width_tablet=&#8221;90%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;70px||auto||false|false&#8221; custom_margin_tablet=&#8221;auto||auto||false|false&#8221; custom_margin_phone=&#8221;|0px||0px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;|0px||0px|false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_zoom=&#8221;6%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; background_color=&#8221;rgba(0,0,0,0.1)&#8221; custom_padding=&#8221;10px|10px|10px|10px|true|true&#8221; custom_padding_tablet=&#8221;10px|10px|10px|10px|true|true&#8221; custom_padding_phone=&#8221;10px|0px|10px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;PT Sans||||||||&#8221; header_2_text_align=&#8221;justify&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_enable_color=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;0px|15px|0px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; header_font_size__hover=&#8221;30px&#8221; header_font_size__hover_enabled=&#8221;30px&#8221; header_letter_spacing__hover=&#8221;0px&#8221; header_letter_spacing__hover_enabled=&#8221;0px&#8221; header_text_shadow_style__hover=&#8221;none&#8221; header_text_shadow_style__hover_enabled=&#8221;none&#8221; header_text_shadow_color__hover=&#8221;rgba(0,0,0,0.4)&#8221; header_text_shadow_color__hover_enabled=&#8221;rgba(0,0,0,0.4)&#8221;]<\/p>\n<h2 style=\"text-align: left\">DESIGN SCALABLE WEB SOLUTIONS FOR YOUR BUSINESS WITH OUR EXPERTISE<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;|15px||15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left\">Specialized in SaaS web development dedicated to professionals and manufacturers, our team&#8217;s expertise covers areas such as responsive web development, image processing, 3D and augmented reality on the web, data segmentation, etc.<\/p>\n<p style=\"text-align: left\">The use of the latest technologies allows Lynkware to guarantee superior quality results and offer high-performance, ergonomic and scalable solutions to companies in various sectors of activity.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; custom_padding=&#8221;60px|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][dnxte_floating_element _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||20px||false|false&#8221; custom_padding=&#8221;||20px||false|false&#8221; custom_padding_tablet=&#8221;||250px||false|false&#8221; custom_padding_phone=&#8221;||50px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_floating_element_child floting_shape_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/web_evolution1.png&#8221; dnxte_floting_shape_default_effects=&#8221;custom&#8221; dnxte_floting_shape_effects=&#8221;dnxtefltmoveupdown&#8221; dnxte_floting_shape_effects_duration=&#8221;13s&#8221; dnxte_floting_shape_effects_timing=&#8221;ease&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;90%&#8221; module_alignment=&#8221;center&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_floating_element_child][\/dnxte_floating_element][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Learn by Doing&#8221; module_id=&#8221;They-trust-us&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#FFFFFF&#8221; background_enable_image=&#8221;off&#8221; background_blend=&#8221;multiply&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;||70px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;100px|0px|100px|0px&#8221; custom_padding_tablet=&#8221;100px|0px|100px|0px&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row custom_padding_last_edited=&#8221;on|desktop&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;RGBA(255,255,255,0)&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_margin_tablet=&#8221;auto||||false|false&#8221; custom_margin_phone=&#8221;auto||||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;20px||||false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_text_color=&#8221;#599DC9&#8243; header_font=&#8221;||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_2_font=&#8221;PT Sans|||on|||||&#8221; header_2_text_align=&#8221;center&#8221; header_2_text_color=&#8221;#1a2135&#8243; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||20px|&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; header_font_size__hover=&#8221;30px&#8221; header_font_size__hover_enabled=&#8221;30px&#8221; header_letter_spacing__hover=&#8221;0px&#8221; header_letter_spacing__hover_enabled=&#8221;0px&#8221; header_text_shadow_style__hover=&#8221;none&#8221; header_text_shadow_style__hover_enabled=&#8221;none&#8221; header_text_shadow_color__hover=&#8221;rgba(0,0,0,0.4)&#8221; header_text_shadow_color__hover_enabled=&#8221;rgba(0,0,0,0.4)&#8221;]<\/p>\n<h2>They trust us<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row disabled_on=&#8221;on|on|on&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;2560px&#8221; disabled=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_thumbs_gallery_parent dnext_thumbs_gallery_loop=&#8221;on&#8221; dnext_thumbs_gallery_bottom_autoplay_show_hide=&#8221;off&#8221; dnext_thumbs_gallery_grab=&#8221;on&#8221; dnext_thumbs_gallery_breakpoints_desktop=&#8221;5&#8243; dnext_thumbs_gallery_bottom_breakpoints_desktop=&#8221;0&#8243; dnext_thumbs_gallery_keyboard_enable=&#8221;off&#8221; dnext_thumbs_gallery_pagination_type=&#8221;none&#8221; dnext_thumbs_gallery_bottom_keyboard_enable=&#8221;off&#8221; dnext_thumbs_gallery_pause_on_hover=&#8221;on&#8221; dnext_thumbs_gallery_breakpoints_desktop_tablet=&#8221;2&#8243; dnext_thumbs_gallery_breakpoints_desktop_phone=&#8221;2&#8243; dnext_thumbs_gallery_breakpoints_desktop_last_edited=&#8221;on|tablet&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;||42px|||&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/abbvie.jpg&#8221; thumbs_gallery_top_alt=&#8221;abbvie-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/loreal.jpg&#8221; thumbs_gallery_top_alt=&#8221;Loreal-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; transform_scale_tablet=&#8221;&#8221; transform_scale_phone=&#8221;&#8221; transform_scale_last_edited=&#8221;on|desktop&#8221; transform_translate_tablet=&#8221;&#8221; transform_translate_phone=&#8221;&#8221; transform_translate_last_edited=&#8221;on|desktop&#8221; transform_rotate_tablet=&#8221;&#8221; transform_rotate_phone=&#8221;&#8221; transform_rotate_last_edited=&#8221;on|desktop&#8221; transform_skew_tablet=&#8221;&#8221; transform_skew_phone=&#8221;&#8221; transform_skew_last_edited=&#8221;on|desktop&#8221; transform_origin_tablet=&#8221;&#8221; transform_origin_phone=&#8221;&#8221; transform_origin_last_edited=&#8221;on|desktop&#8221; transform_styles_last_edited=&#8221;on|desktop&#8221; transform_styles_tablet=&#8221;&#8221; transform_styles_phone=&#8221;&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/citeo.jpg&#8221; thumbs_gallery_top_alt=&#8221;citeo-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/natixis.jpg&#8221; thumbs_gallery_top_alt=&#8221;natixis-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/oenobiol.jpg&#8221; thumbs_gallery_top_alt=&#8221;oenobiol-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/sanofi.jpg&#8221; thumbs_gallery_top_alt=&#8221;sanofi-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/mg.jpg&#8221; thumbs_gallery_top_alt=&#8221;mandg-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/enedis.jpg&#8221; thumbs_gallery_top_alt=&#8221;enedis-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/veolia.jpg&#8221; thumbs_gallery_top_alt=&#8221;veolia-big&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/nestle.jpg&#8221; thumbs_gallery_top_alt=&#8221;nestle-medium&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/audi.jpg&#8221; thumbs_gallery_top_alt=&#8221;audi-medium&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/novacel.jpg&#8221; thumbs_gallery_top_alt=&#8221;novacel-medium&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/sncf.jpg&#8221; thumbs_gallery_top_alt=&#8221;sncf-medium&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/code_rousseau.jpg&#8221; thumbs_gallery_top_alt=&#8221;coderousseau-medium&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/conforama.jpg&#8221; thumbs_gallery_top_alt=&#8221;conforama -medium&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/maserati.jpg&#8221; thumbs_gallery_top_alt=&#8221;mazeratti-small&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/renault.jpg&#8221; thumbs_gallery_top_alt=&#8221;renault-small&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/but.jpg&#8221; thumbs_gallery_top_alt=&#8221;but-small&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/chanel.jpg&#8221; thumbs_gallery_top_alt=&#8221;chanel-small&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/cora.jpg&#8221; thumbs_gallery_top_alt=&#8221;cora-small&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/aube.jpg&#8221; thumbs_gallery_top_alt=&#8221;aube-small&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/buffet-crampon.jpg&#8221; thumbs_gallery_top_alt=&#8221;buffet-small&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][dnxte_thumbs_gallery_child thumbs_gallery_top_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/Cheurlinb_Dangin.jpg&#8221; thumbs_gallery_top_alt=&#8221;cheurlin-small&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_thumbs_gallery_child][\/dnxte_thumbs_gallery_parent][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_3,1_3,1_3&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;4&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; width=&#8221;100%&#8221; max_width=&#8221;1440px&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_3dcubeslider_parent dnxte_cubeslider_loop=&#8221;on&#8221; dnxte_cubeslider_grab=&#8221;on&#8221; dnxte_cubeslider_speed=&#8221;614&#8243; dnxte_cubeslider_pagination_type=&#8221;none&#8221; dnxte_cubeslider_arrow_background_color=&#8221;#ffffff&#8221; dnxte_cubeslider_shadow_color=&#8221;rgba(0,0,0,0.05)&#8221; dnxte_cubeslider_shadow=&#8221;on&#8221; dnxte_cubeslider_shadow_scale=&#8221;0.93&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/abbvie.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/loreal.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/citeo.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/nestle.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/audi.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/novacel.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/cora.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/aube.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][\/dnxte_3dcubeslider_parent][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_3dcubeslider_parent dnxte_cubeslider_loop=&#8221;on&#8221; dnxte_cubeslider_grab=&#8221;on&#8221; dnxte_cubeslider_speed=&#8221;614&#8243; dnxte_cubeslider_pagination_type=&#8221;none&#8221; dnxte_cubeslider_arrow_background_color=&#8221;#ffffff&#8221; dnxte_cubeslider_shadow_color=&#8221;rgba(0,0,0,0.05)&#8221; dnxte_cubeslider_shadow=&#8221;on&#8221; dnxte_cubeslider_shadow_scale=&#8221;0.93&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; border_color_all_image_border=&#8221;#FFFFFF&#8221; border_color_all_content=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/natixis.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/oenobiol.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/sanofi.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/sncf.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/code_rousseau.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/conforama.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/Cheurlinb_Dangin.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][\/dnxte_3dcubeslider_parent][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_3dcubeslider_parent dnxte_cubeslider_loop=&#8221;on&#8221; dnxte_cubeslider_grab=&#8221;on&#8221; dnxte_cubeslider_speed=&#8221;614&#8243; dnxte_cubeslider_pagination_type=&#8221;none&#8221; dnxte_cubeslider_arrow_background_color=&#8221;#ffffff&#8221; dnxte_cubeslider_shadow_color=&#8221;rgba(0,0,0,0.05)&#8221; dnxte_cubeslider_shadow=&#8221;on&#8221; dnxte_cubeslider_shadow_scale=&#8221;0.93&#8243; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/mg.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/enedis.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/veolia.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/maserati.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/renault.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/but.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/chanel.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][dnxte_3dcubeslider_child cubeslider_image=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/buffet-crampon.jpg&#8221; _builder_version=&#8221;4.20.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][\/dnxte_3dcubeslider_child][\/dnxte_3dcubeslider_parent][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Features&#8221; module_id=&#8221;About&#8221; module_class=&#8221;transparent-js&#8221; _builder_version=&#8221;4.20.2&#8243; background_color=&#8221;#1d253d&#8221; background_enable_image=&#8221;off&#8221; background_blend=&#8221;multiply&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;100px|0px|100px|0px&#8221; custom_padding_phone=&#8221;0px|0px|0px|0px|false|false&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row column_structure=&#8221;1_2,1_2&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Become an Expert&#8221; module_class=&#8221;inverse&#8221; _builder_version=&#8221;4.20.0&#8243; width_tablet=&#8221;90%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;1268px&#8221; max_width_tablet=&#8221;1268px&#8221; max_width_phone=&#8221;1268px&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;auto||auto||false|false&#8221; custom_margin_tablet=&#8221;auto||auto||false|false&#8221; custom_margin_phone=&#8221;|0px||0px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_tablet=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;|0px||0px|false|false&#8221; animation_style=&#8221;zoom&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_zoom=&#8221;6%&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.20.0&#8243; background_color=&#8221;rgba(0,0,0,0.1)&#8221; custom_padding=&#8221;10px|10px|10px|10px|true|true&#8221; custom_padding_tablet=&#8221;10px|10px|10px|10px|true|true&#8221; custom_padding_phone=&#8221;10px|0px|10px|0px|true|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; header_font=&#8221;||||||||&#8221; header_2_font=&#8221;PT Sans||||||||&#8221; header_2_text_align=&#8221;justify&#8221; header_2_font_size=&#8221;36px&#8221; header_2_line_height=&#8221;1.3em&#8221; background_enable_color=&#8221;off&#8221; background_layout=&#8221;dark&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||20px|&#8221; custom_margin_phone=&#8221;0px|15px|0px|15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; animation_style=&#8221;slide&#8221; animation_direction=&#8221;bottom&#8221; animation_intensity_slide=&#8221;10%&#8221; header_2_font_size_tablet=&#8221;36px&#8221; header_2_font_size_phone=&#8221;32px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; header_font_size__hover=&#8221;30px&#8221; header_font_size__hover_enabled=&#8221;30px&#8221; header_letter_spacing__hover=&#8221;0px&#8221; header_letter_spacing__hover_enabled=&#8221;0px&#8221; header_text_shadow_style__hover=&#8221;none&#8221; header_text_shadow_style__hover_enabled=&#8221;none&#8221; header_text_shadow_color__hover=&#8221;rgba(0,0,0,0.4)&#8221; header_text_shadow_color__hover_enabled=&#8221;rgba(0,0,0,0.4)&#8221;]<\/p>\n<h2>WHO ARE WE ?<\/h2>\n<p>[\/et_pb_text][et_pb_text admin_label=&#8221;Texte&#8221; _builder_version=&#8221;4.20.0&#8243; text_font=&#8221;||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;18px&#8221; text_line_height=&#8221;1.9em&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;|15px||15px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;off|desktop&#8221; animation_style=&#8221;zoom&#8221; animation_intensity_zoom=&#8221;6%&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p style=\"text-align: left\">Located in the Paris region, Lynkware is primarily composed of senior doctors and engineers specializing in web development, image processing, augmented reality, segmentation, and large volume data processing. Our focus is on digital innovation for large businesses by designing custom business solutions to improve the performance and user experience of our clients. We have patents and work with large international companies.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_2&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;60px|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221;][et_pb_image src=&#8221;https:\/\/corporate.lynkware.com\/wp-content\/uploads\/2023\/03\/LW_logo_circle.png&#8221; align=&#8221;center&#8221; align_tablet=&#8221;center&#8221; align_phone=&#8221;&#8221; align_last_edited=&#8221;on|desktop&#8221; module_class=&#8221;floating&#8221; _builder_version=&#8221;4.20.0&#8243; width=&#8221;70%&#8221; width_tablet=&#8221;70%&#8221; width_phone=&#8221;40%&#8221; width_last_edited=&#8221;on|desktop&#8221; custom_margin=&#8221;||100px||false|false&#8221; custom_margin_tablet=&#8221;||100px||false|false&#8221; custom_margin_phone=&#8221;||60px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|||&#8221; animation_style=&#8221;roll&#8221; animation_delay=&#8221;100ms&#8221; animation_speed_curve=&#8221;ease-in&#8221; scroll_scaling_enable=&#8221;on&#8221; scroll_rotating_enable=&#8221;on&#8221; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p><div class=\"et_pb_module dnxte_text_color_motion dnxte_text_color_motion_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div>\r\n\t\t\t\t<h1 class=\"dnxt-grdnt-text-animation-2 dnxt-grdnt-text-animation_font\">\r\n\t\t\t\t\tWEB SOLUTIONS DEDICATED TO YOUR BUSINESS\r\n\t\t\t\t<\/h1>\r\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_module dnxte_text_color_motion dnxte_text_color_motion_1\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div>\r\n\t\t\t\t<h1 class=\"dnxt-grdnt-text-animation-2 dnxt-grdnt-text-animation_font\">\r\n\t\t\t\t\tDESIGN &#038; DEVELOPMENT\r\n\t\t\t\t<\/h1>\r\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><div class=\"et_pb_module dnxte_floating_element dnxte_floating_element_0\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div class=\"dnxte-floatimg-wrapper\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-258528","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/corporate.lynkware.com\/en\/wp-json\/wp\/v2\/pages\/258528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/corporate.lynkware.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/corporate.lynkware.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/corporate.lynkware.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/corporate.lynkware.com\/en\/wp-json\/wp\/v2\/comments?post=258528"}],"version-history":[{"count":16,"href":"https:\/\/corporate.lynkware.com\/en\/wp-json\/wp\/v2\/pages\/258528\/revisions"}],"predecessor-version":[{"id":258634,"href":"https:\/\/corporate.lynkware.com\/en\/wp-json\/wp\/v2\/pages\/258528\/revisions\/258634"}],"wp:attachment":[{"href":"https:\/\/corporate.lynkware.com\/en\/wp-json\/wp\/v2\/media?parent=258528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}