{"id":8659,"date":"2022-06-09T12:04:02","date_gmt":"2022-06-09T11:04:02","guid":{"rendered":"https:\/\/lrob.fr\/?page_id=1141"},"modified":"2026-06-25T23:01:27","modified_gmt":"2026-06-25T21:01:27","slug":"home-lrob","status":"publish","type":"page","link":"https:\/\/www.lrob.fr\/en\/","title":{"rendered":"French Web host: truly professional, fast, secure, environmentally friendly, human support"},"content":{"rendered":"<div class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\" style=\"border-radius:64px;margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\">\n<h1 class=\"wp-block-heading has-text-align-center is-style-default\">The uncompromising web host<\/h1>\n\n\n\n<p class=\"has-text-align-center has-accent-2-color has-text-color has-link-color is-style-text-subtitle wp-elements-fab6db7e4e8e7cbb511e0e65819608fc is-style-text-subtitle--1 wp-block-paragraph\" data-aos=\"fade-up\"><strong><strong>High-end. Humane. French.<\/strong><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"93\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/lrob-logo-web-hosting-2024_transparent_2-1-300x93.png\" alt=\"LRob Secure Web Hosting Logo 2026\" class=\"wp-image-4698\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/lrob-logo-web-hosting-2024_transparent_2-1-300x93.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/lrob-logo-web-hosting-2024_transparent_2-1-1024x317.png 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/lrob-logo-web-hosting-2024_transparent_2-1-150x46.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/lrob-logo-web-hosting-2024_transparent_2-1-768x238.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/lrob-logo-web-hosting-2024_transparent_2-1-1536x476.png 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/lrob-logo-web-hosting-2024_transparent_2-1-2048x634.png 2048w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/lrob-logo-web-hosting-2024_transparent_2-1-600x186.png 600w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center is-style-default wp-block-paragraph\" data-aos=\"fade\"><strong><a href=\"\/en\/web-hosting\/\">Web hosting<\/a> \u00b7 <a href=\"\/en\/services\/wordpress-webmastering\/\">WordPress<\/a> \u00b7 <a href=\"\/en\/web-hosting\/nextcloud-private-cloud\/\">Nextcloud<\/a><\/strong><br><a href=\"\/en\/services\/plesk-web-server-outsourcing\/\">Outsourcing<\/a> \u00b7 <a href=\"\/en\/services\/create-my-site\/\">Website Design<\/a><\/p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-90e5d959 wp-block-group-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-e4b7e92e wp-block-buttons-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);text-transform:capitalize\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.lrob.fr\/en\/web-hosting\/#hebergements-web\" style=\"text-transform:none\">Choosing my web hosting<\/a><\/div>\n<\/div>\n\n\n<style id=\"lrob-blur-inline-css\">\/* ============ LRob Gutenberg Blur ============ *\/\n\/* Applies to both editor and frontend *\/\n\n.lrob-blur {\n  display: block;\n  box-sizing: border-box;\n  position: relative;\n  overflow: hidden;\n  border-radius: inherit;\n\n  \/* Background color set inline via backgroundColor *\/\n  background-color: var(--lrob-bg-color, rgba(0, 0, 0, 0));\n\n  \/* Backdrop blur and saturation effects *\/\n  backdrop-filter: blur(var(--lrob-blur, 0px)) saturate(var(--lrob-saturation, 100%));\n  -webkit-backdrop-filter: blur(var(--lrob-blur, 0px)) saturate(var(--lrob-saturation, 100%));\n\n  \/* Subtle border for visual definition *\/\n  border: 1px solid rgba(255, 255, 255, 0.125);\n}\n\n\/* Glass effect - styling set inline via JavaScript\/PHP for full customization *\/\n.lrob-blur.lrob-glass {\n  \/* Border and shadow are set inline based on user controls *\/\n}\n\n\/* Liquid distortion (Glass mode): warp the backdrop with an SVG displacement\n   filter carried inline in --lrob-distortion-filter. The frosting moves onto the\n   ::before so the filter can warp it; the box-shadow border\/glow stays on the main\n   element. Firefox & Safari can't apply the SVG filter to the backdrop of an empty\n   pseudo, so they just keep the blur \u2014 graceful fallback, no distortion. *\/\n.lrob-blur.lrob-distort {\n  \/* Keep the main element's blur: Firefox\/Safari can't warp the backdrop through\n     the ::before filter, so leaving the main blur in place lets them fall back to\n     frosted glass. In Chromium the ::before paints the warped result on top. *\/\n  isolation: isolate;\n}\n\n.lrob-blur.lrob-distort::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  z-index: -1;\n  border-radius: inherit;\n  backdrop-filter: blur(var(--lrob-blur, 0px)) saturate(var(--lrob-saturation, 100%));\n  -webkit-backdrop-filter: blur(var(--lrob-blur, 0px)) saturate(var(--lrob-saturation, 100%));\n  filter: var(--lrob-distortion-filter, none);\n}\n\n\/* Editor selection outline *\/\n.block-editor-block-list__block.lrob-blur.is-selected {\n  outline: 2px solid var(--wp-admin-theme-color);\n  outline-offset: 0;\n}\n<\/style>\n<div class=\"wp-block-group lrob-blur has-global-padding is-content-justification-center is-layout-constrained wp-container-core-group-is-layout-d69aa235 wp-block-group-is-layout-constrained\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding-top:2px;padding-right:8px;padding-bottom:2px;padding-left:8px;--lrob-blur:5px;--lrob-saturation:100%;--lrob-bg-color:rgba(0,17,33,0.66);background-color:rgba(0,17,33,0.66)\">\n<p class=\"has-text-align-center has-accent-2-color has-text-color has-link-color has-small-font-size wp-elements-a5cc20b31160f8283c9761e834785244 wp-block-paragraph\"><a href=\"https:\/\/www.lrob.fr\/en\/web-hosting\/web-agency\/\">Choosing web agency hosting<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-global-padding is-layout-constrained wp-container-core-group-is-layout-7b8dbe60 wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:0;padding-left:var(--wp--preset--spacing--40);box-shadow:var(--wp--preset--shadow--natural)\">\n<div class=\"wp-block-group alignfull has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group alignwide has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center alignwide gutenify-section-cd428300-379f-11ee-befa-7dd7006cd9bf is-style-default\" style=\"text-transform:none\">The comfort of a high-end web host<\/h2>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph translation-block\"><strong>Free yourself<\/strong> and focus on what really matters: <strong>growing your projects with peace of mind<\/strong>.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignwide is-style-default is-layout-grid wp-container-core-group-is-layout-f0446ad5 wp-block-group-is-layout-grid\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50)\" data-aos=\"fade-right\">\n<div class=\"wp-block-group gutenify-section-87908ff0-379f-11ee-98cf-031e1e92f5ed is-style-default has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-27b0b1718f03a149c6095b46b3cd31ec has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized gutenify-section-73093670-37a1-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-2\"><a href=\"https:\/\/www.lrob.fr\/en\/features\/web-host-best-performance\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/high-performance-hosting-2-transparent-150x150.png\" alt=\"High-performance hosting, logo\" class=\"wp-image-6842\" style=\"box-shadow:none;object-fit:cover;width:150px;height:auto\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/high-performance-hosting-2-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/high-performance-hosting-2-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/high-performance-hosting-2-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/high-performance-hosting-2-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/high-performance-hosting-2-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/high-performance-hosting-2-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd635170-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/web-host-best-performance\/\">High Performance<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd696bf0-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Best loading times.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-7ac9481f7ea13d5c123ee46cf57e6aae has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-3\"><a href=\"\/en\/features\/best-web-host-support\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/support-lrob-icon-transparent-150x150.png\" alt=\"server hosting with 24\/7 monitoring, logo\" class=\"wp-image-6849\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/support-lrob-icon-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/support-lrob-icon-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/support-lrob-icon-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/support-lrob-icon-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/support-lrob-icon-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/support-lrob-icon-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/best-web-host-support\/\">Attentive support<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">Your available, human and competent advisor.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-87908ff0-379f-11ee-98cf-031e1e92f5ed has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-b86900293395b260339ecd5ac9e27f23 has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized gutenify-section-73093670-37a1-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-4\"><a href=\"\/en\/features\/ecological-web-host\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/green-it-performance-lrob-icon-transparent-150x150.png\" alt=\"ecological web host, logo\" class=\"wp-image-6846\" style=\"aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/green-it-performance-lrob-icon-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/green-it-performance-lrob-icon-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/green-it-performance-lrob-icon-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/green-it-performance-lrob-icon-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/green-it-performance-lrob-icon-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/green-it-performance-lrob-icon-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd635170-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/ecological-web-host\/\">Ecological Hosting<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd696bf0-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">One of the world's most energy-efficient data centers.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-cd4edf10-379f-11ee-befa-7dd7006cd9bf has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-6ae5e3bfcc2dd69d39a6d4d108986690 has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized gutenify-section-073cb500-37a3-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-5\"><a href=\"\/en\/features\/secure-web-host-cybersecurity\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/secure-icon-lrob-transparent-150x150.png\" alt=\"High security web host, logo\" class=\"wp-image-6843\" style=\"aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/secure-icon-lrob-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/secure-icon-lrob-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/secure-icon-lrob-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/secure-icon-lrob-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/secure-icon-lrob-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/secure-icon-lrob-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd44f400-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/secure-web-host-cybersecurity\/\">Enhanced protection<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd46c8c0-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Effective server security against attacks.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-b1cd4eb146290933777185ec1c7fa52e has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-6\"><a href=\"\/en\/features\/outsourced-host-backup-restoration\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Backup-floppy-icon-clearer-transparent-150x150.png\" alt=\"Daily web host backups, logo\" class=\"wp-image-6847\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Backup-floppy-icon-clearer-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Backup-floppy-icon-clearer-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Backup-floppy-icon-clearer-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Backup-floppy-icon-clearer-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Backup-floppy-icon-clearer-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Backup-floppy-icon-clearer-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/outsourced-host-backup-restoration\/\">1-year backup<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">Backup is not an option.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed is-style-default has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-81abc7810c90206b63dbe4876b67ae1a has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-7\"><a href=\"\/en\/features\/proactive-and-curative-monitoring-24-7\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/monitoring-icon-transparent-150x150.png\" alt=\"24\/7 monitoring web hosting, logo\" class=\"wp-image-6848\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/monitoring-icon-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/monitoring-icon-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/monitoring-icon-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/monitoring-icon-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/monitoring-icon-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/monitoring-icon-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/proactive-and-curative-monitoring-24-7\/\">24\/7 monitoring <\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Monitoring each site and department.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed is-style-default has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-5013470c20ae68be23443df49a8ee6dc has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-8\"><a href=\"\/en\/features\/most-reliable-web-host\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/uptime-icon-transparent-150x150.png\" alt=\"Reliable web hosting, logo\" class=\"wp-image-6851\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/uptime-icon-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/uptime-icon-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/uptime-icon-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/uptime-icon-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/uptime-icon-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/uptime-icon-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/most-reliable-web-host\/\">Accessibility 99.99%<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Your site is always available and fast.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-dc798e89737e2d8ea17f0bb2dbb20959 has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-9\"><a href=\"\/en\/features\/the-most-complete-wordpress-host\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/wordpress-by-lrob-icon-transparent-150x150.png\" alt=\"Premium web host for wordpress\" class=\"wp-image-6850\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/wordpress-by-lrob-icon-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/wordpress-by-lrob-icon-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/wordpress-by-lrob-icon-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/wordpress-by-lrob-icon-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/wordpress-by-lrob-icon-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/wordpress-by-lrob-icon-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/the-most-complete-wordpress-host\/\">WordPress specialist<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Specific tools, webmastering, support.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-9f9ce915f1ba458cb8035dcb3db45d17 has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-10\"><a href=\"\/en\/features\/premium-web-to-lrob-migration\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/lrob-hosting-migration-icon-clearer-transparent-150x150.png\" alt=\"Migrate web hosting, change server, logo\" class=\"wp-image-6852\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/lrob-hosting-migration-icon-clearer-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/lrob-hosting-migration-icon-clearer-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/lrob-hosting-migration-icon-clearer-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/lrob-hosting-migration-icon-clearer-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/lrob-hosting-migration-icon-clearer-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/lrob-hosting-migration-icon-clearer-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/premium-web-to-lrob-migration\/\">Migration Included<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Change hosts with complete peace of mind<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-6ca2a6289c1f709168039aa854a5261f has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-11\"><a href=\"\/en\/features\/30-day-money-back-guarantee\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/satisfait-ou-rembourse-icon-clearer-transparent-150x150.png\" alt=\"Web hosting 30-day money-back guarantee, logo\" class=\"wp-image-6853\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/satisfait-ou-rembourse-icon-clearer-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/satisfait-ou-rembourse-icon-clearer-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/satisfait-ou-rembourse-icon-clearer-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/satisfait-ou-rembourse-icon-clearer-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/satisfait-ou-rembourse-icon-clearer-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/satisfait-ou-rembourse-icon-clearer-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/30-day-money-back-guarantee\/\">30-day guarantee<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">30-day money-back guarantee<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-88936e30d4e401f8c412d489bc57c92e has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-12\"><a href=\"\/en\/features\/free-open-source-reliable-and-independent-emails\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/LRob-Email-icon-transparent-150x150.png\" alt=\"Emails including web hosting, logo\" class=\"wp-image-6854\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/LRob-Email-icon-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/LRob-Email-icon-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/LRob-Email-icon-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/LRob-Email-icon-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/LRob-Email-icon-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/LRob-Email-icon-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/free-open-source-reliable-and-independent-emails\/\">Emails Included<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Free and standard emails included and unlimited.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed is-style-default has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-594edb7dec5413a3ed128b8d75ee40e3 has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-13\"><a href=\"\/en\/features\/reliable-secure-dns-at-your-web-host-triple-dnssec-redundancy\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/dns-icon-clearer-transparent-150x150.png\" alt=\"DNS management redundant premium web hosting, logo\" class=\"wp-image-6855\" style=\"border-style:none;border-width:0px;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/dns-icon-clearer-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/dns-icon-clearer-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/dns-icon-clearer-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/dns-icon-clearer-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/dns-icon-clearer-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/dns-icon-clearer-transparent.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/reliable-secure-dns-at-your-web-host-triple-dnssec-redundancy\/\">DNS Included<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Triple redundancy and DNSSEC encryption.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed is-style-default has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-6dc4d83159627cd9e512e90de51644ae has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-14\"><a href=\"\/en\/features\/high-performance-plesk-hosting-for-sites-and-agencies\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/plesk-icon-transparent-150x150.png\" alt=\"hosting with Plesk, logo\" class=\"wp-image-6978\" style=\"border-style:none;border-width:0px;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/plesk-icon-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/plesk-icon-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/plesk-icon-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/plesk-icon-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/plesk-icon-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/plesk-icon-transparent.png 850w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"\/en\/features\/high-performance-plesk-hosting-for-sites-and-agencies\/\">Panel Plesk<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">The best panel, to save hours.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group gutenify-section-7968e7b0-379f-11ee-98cf-031e1e92f5ed is-style-default has-custom-baby-powder-color has-custom-card-background-color has-text-color has-background has-link-color wp-elements-344c538cf2e12c2b83bce5b32e8c0a7d has-global-padding is-layout-constrained wp-container-core-group-is-layout-0463b791 wp-block-group-is-layout-constrained\" style=\"border-radius:8px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);box-shadow:var(--wp--preset--shadow--natural)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border gutenify-section-cd5f59d0-379f-11ee-befa-7dd7006cd9bf is-style-default wp-duotone-unset-15\"><a href=\"https:\/\/www.lrob.fr\/en\/features\/cms-compatible-web-host\/\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/06\/support-cms-joomla-prestashop-drupal-icon-transparent-150x150.png\" alt=\"\" class=\"wp-image-7481\" style=\"border-style:none;border-width:0px;width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/06\/support-cms-joomla-prestashop-drupal-icon-transparent-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/06\/support-cms-joomla-prestashop-drupal-icon-transparent-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/06\/support-cms-joomla-prestashop-drupal-icon-transparent-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/06\/support-cms-joomla-prestashop-drupal-icon-transparent-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/06\/support-cms-joomla-prestashop-drupal-icon-transparent-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/06\/support-cms-joomla-prestashop-drupal-icon-transparent.png 850w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/a><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-cd56a740-379f-11ee-befa-7dd7006cd9bf\"><a href=\"https:\/\/www.lrob.fr\/en\/features\/cms-compatible-web-host\/\">Wide Compatibility<\/a><\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-cd587c00-379f-11ee-befa-7dd7006cd9bf wp-block-paragraph\">Compatible with all PHP\/MySQL CMS.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-088bfb1f wp-block-buttons-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/en\/web-hosting\/\">Web hosting<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/en\/web-hosting\/web-agency\/\">Hosting for agencies<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/en\/contact\/\">Contact<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50);min-height:100vh;aspect-ratio:unset;\"><div class=\"wp-block-cover__image-background wp-image-8188 size-full has-parallax\" style=\"background-position:50% 50%;background-image:url(https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/protection-anti-robots-eco-responsable-et-rapide.webp)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-custom-darker-blue-background-color has-background-dim-80 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-container-core-cover-is-layout-17ed478d wp-block-cover-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">The LRob Infrastructure <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-accent-2-color\"><strong>in real time<\/strong><\/mark><\/h2>\n\n\n\n<div class=\"wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-c9d7aef0 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group lrob-blur lrob-glass wp-container-content-9cfa9a5a is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-2056ab95 wp-block-group-is-layout-flex\" style=\"border-radius:32px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);--lrob-blur:8px;--lrob-saturation:120%;--lrob-bg-color:rgba(5,24,38,0.5);background-color:rgba(5,24,38,0.5);box-shadow:12px 12px 32px 0 rgba(5,24,38,0.7), inset 0 1px 0 0 rgba(255,255,255,0.144), inset -1px 0 0 0 rgba(255,255,255,0.06), inset 0 -1px 0 0 rgba(255,255,255,0.06), inset 1px 0 0 0 rgba(255,255,255,0.144), inset 6px 6px 10px 1px rgba(255,255,255,0.1)\">\n<p class=\"has-text-align-center wp-block-paragraph\">\ud83d\udc65<\/p>\n\n\n<div class=\"lrob-tk-metric-wrap wp-block-lrob-toolkit-server-metric\">\n            <h3 class=\"lrob-tk-metric-label\">Active Customers<\/h3>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoiY3VzdG9tZXJzIiwiciI6Im5vbmUiLCJ2IjowfQ.cb6168a1f9ff17aa8471adbdaf21935e61e4743186ceaa519b42042dc57a4819\"\n          data-target=\"134\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n        <\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group lrob-blur lrob-glass wp-container-content-9cfa9a5a is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-2056ab95 wp-block-group-is-layout-flex\" style=\"border-radius:32px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20);--lrob-blur:8px;--lrob-saturation:120%;--lrob-bg-color:rgba(5,24,38,0.5);background-color:rgba(5,24,38,0.5);box-shadow:12px 12px 32px 0 rgba(5,24,38,0.7), inset 0 1px 0 0 rgba(255,255,255,0.144), inset -1px 0 0 0 rgba(255,255,255,0.06), inset 0 -1px 0 0 rgba(255,255,255,0.06), inset 1px 0 0 0 rgba(255,255,255,0.144), inset 6px 6px 10px 1px rgba(255,255,255,0.1)\">\n<p class=\"has-text-align-center wp-block-paragraph\">\ud83c\udf10<\/p>\n\n\n<div class=\"lrob-tk-metric-wrap wp-block-lrob-toolkit-server-metric\">\n            <h3 class=\"lrob-tk-metric-label\">Hosted Websites<\/h3>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoiZG9tYWlucyIsInIiOiJub25lIiwidiI6MH0.1d763716bca240e5a80e163145ee42c7bb7a3f3296ddf5bc7159a836c0067633\"\n          data-target=\"566\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n        <\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-large-font-size is-layout-grid wp-container-core-group-is-layout-9840490a wp-block-group-is-layout-grid\" style=\"border-radius:32px\">\n<div class=\"wp-block-group lrob-blur lrob-glass wp-container-content-29052619 has-global-padding is-layout-constrained wp-container-core-group-is-layout-2bf143ce wp-block-group-is-layout-constrained lrob-distort\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding-top:var(--wp--preset--spacing--40);--lrob-blur:8px;--lrob-saturation:100%;--lrob-bg-color:rgba(5,24,38,0.5);background-color:rgba(5,24,38,0.5);box-shadow:12px 12px 32px 0 rgba(5,24,38,0.7), inset 0 1px 0 0 rgba(255,255,255,0.144), inset -1px 0 0 0 rgba(255,255,255,0.06), inset 0 -1px 0 0 rgba(255,255,255,0.06), inset 1px 0 0 0 rgba(255,255,255,0.144), inset 6px 6px 10px 1px rgba(255,255,255,0.1) --lrob-distortion-filter:url(&quot;data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cfilter%20id%3D%27lg%27%20x%3D%27-25%25%27%20y%3D%27-25%25%27%20width%3D%27150%25%27%20height%3D%27150%25%27%20filterUnits%3D%27objectBoundingBox%27%20color-interpolation-filters%3D%27sRGB%27%3E%3CfeTurbulence%20type%3D%27fractalNoise%27%20baseFrequency%3D%270.004%200.006%27%20numOctaves%3D%272%27%20seed%3D%2742%27%20result%3D%27n%27%2F%3E%3CfeGaussianBlur%20in%3D%27n%27%20stdDeviation%3D%272%27%20result%3D%27sn%27%2F%3E%3CfeDisplacementMap%20in%3D%27SourceGraphic%27%20in2%3D%27sn%27%20scale%3D%27320%27%20xChannelSelector%3D%27R%27%20yChannelSelector%3D%27G%27%2F%3E%3C%2Ffilter%3E%3C%2Fsvg%3E#lg&quot;);\">\n<h3 class=\"wp-block-heading has-text-align-center\">\ud83c\udf10 Web<\/h3>\n\n\n\n<div class=\"wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-53e7ba25 wp-block-group-is-layout-flex\" style=\"border-radius:32px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20)\"><div class=\"lrob-tk-metric-wrap lrob-tk-metric--has-chart wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Requests Served<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoidG9kYXlfcmVxdWVzdHMiLCJyIjoiaG91cnMiLCJ2IjoyNH0.2c7256cb295fed17eae95188743b1675d7bbb40f0fe6d03892b6de2ce5cdb1b3\"\n          data-target=\"2123519\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n            <div class=\"lrob-tk-metric-chart\"\n         data-lrob-tk=\"server-metric-chart\"\n         data-series-token=\"eyJtIjoidG9kYXlfcmVxdWVzdHMiLCJyIjoiaG91cnMiLCJ2IjoyNH0.2c7256cb295fed17eae95188743b1675d7bbb40f0fe6d03892b6de2ce5cdb1b3\"\n         data-height=\"160\"\n         data-color=\"#ffb700\"\n         data-begin-at-zero=\"1\"\n         data-decimals=\"0\"\n         data-decimal-sep=\".\"\n         data-thousands-sep=\"\u00a0\"\n         data-range-type=\"hours\"\n         data-range-value=\"24\"\n         style=\"height:160px\"><\/div>\n    <\/div>\n\n\n<div class=\"lrob-tk-metric-wrap lrob-tk-metric--has-chart wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Delivered Emails<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoibWFpbHNfc2VudCIsInIiOiJob3VycyIsInYiOjI0fQ.e43aeb59d68c7edef02e2b6628c99652d01773025c874b0b85993ca93fe151f2\"\n          data-target=\"1163\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n            <div class=\"lrob-tk-metric-chart\"\n         data-lrob-tk=\"server-metric-chart\"\n         data-series-token=\"eyJtIjoibWFpbHNfc2VudCIsInIiOiJob3VycyIsInYiOjI0fQ.e43aeb59d68c7edef02e2b6628c99652d01773025c874b0b85993ca93fe151f2\"\n         data-height=\"160\"\n         data-color=\"#ffb700\"\n         data-begin-at-zero=\"1\"\n         data-decimals=\"0\"\n         data-decimal-sep=\".\"\n         data-thousands-sep=\"\u00a0\"\n         data-range-type=\"hours\"\n         data-range-value=\"24\"\n         style=\"height:160px\"><\/div>\n    <\/div>\n\n\n<div class=\"lrob-tk-metric-wrap lrob-tk-metric--has-chart wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Blocked Attackers<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoidG9kYXlfYmFucyIsInIiOiJob3VycyIsInYiOjI0fQ.322633184b55f45403eacf9a78be3aad02d16941b48fc83d1299c3eaacca4fae\"\n          data-target=\"59872\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n            <div class=\"lrob-tk-metric-chart\"\n         data-lrob-tk=\"server-metric-chart\"\n         data-series-token=\"eyJtIjoidG9kYXlfYmFucyIsInIiOiJob3VycyIsInYiOjI0fQ.322633184b55f45403eacf9a78be3aad02d16941b48fc83d1299c3eaacca4fae\"\n         data-height=\"160\"\n         data-color=\"#ffb700\"\n         data-begin-at-zero=\"1\"\n         data-decimals=\"0\"\n         data-decimal-sep=\".\"\n         data-thousands-sep=\"\u00a0\"\n         data-range-type=\"hours\"\n         data-range-value=\"24\"\n         style=\"height:160px\"><\/div>\n    <\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group lrob-blur lrob-glass has-global-padding is-layout-constrained wp-container-core-group-is-layout-2bf143ce wp-block-group-is-layout-constrained\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding-top:var(--wp--preset--spacing--40);--lrob-blur:8px;--lrob-saturation:100%;--lrob-bg-color:rgba(5,24,38,0.5);background-color:rgba(5,24,38,0.5);box-shadow:12px 12px 32px 0 rgba(5,24,38,0.7), inset 0 1px 0 0 rgba(255,255,255,0.144), inset -1px 0 0 0 rgba(255,255,255,0.06), inset 0 -1px 0 0 rgba(255,255,255,0.06), inset 1px 0 0 0 rgba(255,255,255,0.144), inset 6px 6px 10px 1px rgba(255,255,255,0.1)\">\n<h3 class=\"wp-block-heading has-text-align-center\">\ud83c\udf10 Network<\/h3>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-2056ab95 wp-block-group-is-layout-flex\" style=\"border-radius:32px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20)\"><div class=\"lrob-tk-metric-wrap lrob-tk-metric--has-chart wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Data Sent (GB)<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoiZ2JfdXBsb2FkIiwiciI6ImhvdXJzIiwidiI6MjR9.41341c6f4b4004764500bc813fbcf3deec6b211ceb976eb04247c6abf48d5405\"\n          data-target=\"333.52\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n            <div class=\"lrob-tk-metric-chart\"\n         data-lrob-tk=\"server-metric-chart\"\n         data-series-token=\"eyJtIjoiZ2JfdXBsb2FkIiwiciI6ImhvdXJzIiwidiI6MjR9.41341c6f4b4004764500bc813fbcf3deec6b211ceb976eb04247c6abf48d5405\"\n         data-height=\"160\"\n         data-color=\"#ffb700\"\n         data-begin-at-zero=\"1\"\n         data-decimals=\"0\"\n         data-decimal-sep=\".\"\n         data-thousands-sep=\"\u00a0\"\n         data-range-type=\"hours\"\n         data-range-value=\"24\"\n         style=\"height:160px\"><\/div>\n    <\/div>\n\n\n<div class=\"lrob-tk-metric-wrap lrob-tk-metric--has-chart wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Data Received (GB)<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoiZ2JfZG93bmxvYWQiLCJyIjoiaG91cnMiLCJ2IjoyNH0.73a3bf6707ef96fe1c2643d6ae6dc24f6cac0dc87a91d8439889a3056750c210\"\n          data-target=\"47.67\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n            <div class=\"lrob-tk-metric-chart\"\n         data-lrob-tk=\"server-metric-chart\"\n         data-series-token=\"eyJtIjoiZ2JfZG93bmxvYWQiLCJyIjoiaG91cnMiLCJ2IjoyNH0.73a3bf6707ef96fe1c2643d6ae6dc24f6cac0dc87a91d8439889a3056750c210\"\n         data-height=\"160\"\n         data-color=\"#ffb700\"\n         data-begin-at-zero=\"1\"\n         data-decimals=\"0\"\n         data-decimal-sep=\".\"\n         data-thousands-sep=\"\u00a0\"\n         data-range-type=\"hours\"\n         data-range-value=\"24\"\n         style=\"height:160px\"><\/div>\n    <\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group lrob-blur lrob-glass has-global-padding is-layout-constrained wp-container-core-group-is-layout-2bf143ce wp-block-group-is-layout-constrained\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding-top:var(--wp--preset--spacing--40);--lrob-blur:8px;--lrob-saturation:100%;--lrob-bg-color:rgba(5,24,38,0.5);background-color:rgba(5,24,38,0.5);box-shadow:12px 12px 32px 0 rgba(5,24,38,0.7), inset 0 1px 0 0 rgba(255,255,255,0.144), inset -1px 0 0 0 rgba(255,255,255,0.06), inset 0 -1px 0 0 rgba(255,255,255,0.06), inset 1px 0 0 0 rgba(255,255,255,0.144), inset 6px 6px 10px 1px rgba(255,255,255,0.1)\">\n<h3 class=\"wp-block-heading has-text-align-center\">\ud83d\udce6 Storage (GB)<\/h3>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-2056ab95 wp-block-group-is-layout-flex\" style=\"border-radius:32px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20)\"><div class=\"lrob-tk-metric-wrap wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Storage Free (GB)<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoiZ2Jfc3RvcmFnZV9mcmVlIiwiciI6Im5vbmUiLCJ2IjowfQ.a24e6e39f7a837fe02574813fc752078231a462946054d50d19ace190903ae52\"\n          data-target=\"25755\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n        <\/div>\n\n\n<div class=\"lrob-tk-metric-wrap lrob-tk-metric--has-chart wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Storage in use (GB)<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoiZ2Jfc3RvcmVkIiwiciI6ImhvdXJzIiwidiI6MjR9.8a8c934596111c074196026de3682085f1f7d7bd9dfb3d550c1e75e3878ca083\"\n          data-target=\"4050\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n            <div class=\"lrob-tk-metric-chart\"\n         data-lrob-tk=\"server-metric-chart\"\n         data-series-token=\"eyJtIjoiZ2Jfc3RvcmVkIiwiciI6ImhvdXJzIiwidiI6MjR9.8a8c934596111c074196026de3682085f1f7d7bd9dfb3d550c1e75e3878ca083\"\n         data-height=\"160\"\n         data-color=\"#ffb700\"\n         data-begin-at-zero=\"1\"\n         data-decimals=\"0\"\n         data-decimal-sep=\".\"\n         data-thousands-sep=\"\u00a0\"\n         data-range-type=\"hours\"\n         data-range-value=\"24\"\n         style=\"height:160px\"><\/div>\n    <\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group lrob-blur lrob-glass has-global-padding is-layout-constrained wp-container-core-group-is-layout-2bf143ce wp-block-group-is-layout-constrained\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding-top:var(--wp--preset--spacing--40);--lrob-blur:8px;--lrob-saturation:100%;--lrob-bg-color:rgba(5,24,38,0.5);background-color:rgba(5,24,38,0.5);box-shadow:12px 12px 32px 0 rgba(5,24,38,0.7), inset 0 1px 0 0 rgba(255,255,255,0.144), inset -1px 0 0 0 rgba(255,255,255,0.06), inset 0 -1px 0 0 rgba(255,255,255,0.06), inset 1px 0 0 0 rgba(255,255,255,0.144), inset 6px 6px 10px 1px rgba(255,255,255,0.1)\">\n<h3 class=\"wp-block-heading has-text-align-center\">\ud83e\uddee RAM (GB)<\/h3>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-2056ab95 wp-block-group-is-layout-flex\" style=\"border-radius:32px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20)\"><div class=\"lrob-tk-metric-wrap wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Total RAM (GB)<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoicmFtX3RvdGFsIiwiciI6Im5vbmUiLCJ2IjowfQ.57095b00952d1de26393ff4e4015d7927259abd71c7a40acfbc85ba401e4a69b\"\n          data-target=\"453.9\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n        <\/div>\n\n\n<div class=\"lrob-tk-metric-wrap lrob-tk-metric--has-chart wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">RAM in use (GB)<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoicmFtX3VzZWQiLCJyIjoiaG91cnMiLCJ2IjoyNH0.79d58f96196224622946caff788037e33fe43f41fdd49e25473ab8670ac5fcd8\"\n          data-target=\"160.7\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n            <div class=\"lrob-tk-metric-chart\"\n         data-lrob-tk=\"server-metric-chart\"\n         data-series-token=\"eyJtIjoicmFtX3VzZWQiLCJyIjoiaG91cnMiLCJ2IjoyNH0.79d58f96196224622946caff788037e33fe43f41fdd49e25473ab8670ac5fcd8\"\n         data-height=\"160\"\n         data-color=\"#ffb700\"\n         data-begin-at-zero=\"1\"\n         data-decimals=\"0\"\n         data-decimal-sep=\".\"\n         data-thousands-sep=\"\u00a0\"\n         data-range-type=\"hours\"\n         data-range-value=\"24\"\n         style=\"height:160px\"><\/div>\n    <\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group lrob-blur lrob-glass has-global-padding is-layout-constrained wp-container-core-group-is-layout-2bf143ce wp-block-group-is-layout-constrained\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding-top:var(--wp--preset--spacing--40);--lrob-blur:8px;--lrob-saturation:100%;--lrob-bg-color:rgba(5,24,38,0.5);background-color:rgba(5,24,38,0.5);box-shadow:12px 12px 32px 0 rgba(5,24,38,0.7), inset 0 1px 0 0 rgba(255,255,255,0.144), inset -1px 0 0 0 rgba(255,255,255,0.06), inset 0 -1px 0 0 rgba(255,255,255,0.06), inset 1px 0 0 0 rgba(255,255,255,0.144), inset 6px 6px 10px 1px rgba(255,255,255,0.1)\">\n<h3 class=\"wp-block-heading has-text-align-center\">\ud83e\udde0 CPU<\/h3>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-2056ab95 wp-block-group-is-layout-flex\" style=\"border-radius:32px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--20)\"><div class=\"lrob-tk-metric-wrap wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">CPU threads<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoiY3B1X2NvcmVzIiwiciI6Im5vbmUiLCJ2IjowfQ.8b2c9c381d52c7fbd5ece6241ec7d5b81897d9f6c1a9719ef42035990022c068\"\n          data-target=\"128\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n        <\/div>\n\n\n<div class=\"lrob-tk-metric-wrap lrob-tk-metric--has-chart wp-block-lrob-toolkit-server-metric\">\n            <h4 class=\"lrob-tk-metric-label\">Load (1 min)<\/h4>\n            <span class=\"lrob-tk-metric\"\n          style=\"font-family:Roboto;font-size:1.6em;font-weight:700;color:#ffb700;line-height:1.0;letter-spacing:-0.01em\"\n          data-lrob-tk=\"server-metric\"\n          data-series-token=\"eyJtIjoiY3B1X2NvcmVzX3VzYWdlIiwiciI6ImhvdXJzIiwidiI6MjR9.fcf1f8e49ab2b150aaf92433596f007093caddff31243f24b7c5ac2a2828921d\"\n          data-target=\"25.75\"\n          data-decimals=\"0\"\n          data-decimal-sep=\".\"\n          data-thousands-sep=\"\u00a0\"\n          data-duration=\"5000\"\n          data-delay=\"0\"\n          data-easing=\"ease-in-out\"\n          data-animate=\"1\">0<\/span>\n            <div class=\"lrob-tk-metric-chart\"\n         data-lrob-tk=\"server-metric-chart\"\n         data-series-token=\"eyJtIjoiY3B1X2NvcmVzX3VzYWdlIiwiciI6ImhvdXJzIiwidiI6MjR9.fcf1f8e49ab2b150aaf92433596f007093caddff31243f24b7c5ac2a2828921d\"\n         data-height=\"160\"\n         data-color=\"#ffb700\"\n         data-begin-at-zero=\"1\"\n         data-decimals=\"0\"\n         data-decimal-sep=\".\"\n         data-thousands-sep=\"\u00a0\"\n         data-range-type=\"hours\"\n         data-range-value=\"24\"\n         style=\"height:160px\"><\/div>\n    <\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70)\">\n<div class=\"wp-block-group gutenify-section-6458b920-2afe-11ee-824a-09b5b0ec90fe has-border-color has-link-color wp-elements-2e10c3346e936b1ce96b2d598a3ebae7 has-global-padding is-layout-constrained wp-container-core-group-is-layout-5e2f75e4 wp-block-group-is-layout-constrained\" style=\"border-color:#ffffff40;border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-79263dcf wp-block-columns-is-layout-flex\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-188acd66 wp-block-column-is-layout-flow\" style=\"padding-right:0;padding-left:0;flex-basis:33.33%\">\n<figure class=\"wp-block-image aligncenter size-full has-custom-border gutenify-section-64500690-2afe-11ee-824a-09b5b0ec90fe is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/lrob-keyboard-typing.webp\" alt=\"\" class=\"wp-image-8229\" style=\"border-radius:50%;aspect-ratio:1;object-fit:cover\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/lrob-keyboard-typing.webp 800w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/lrob-keyboard-typing-300x300.webp 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/lrob-keyboard-typing-150x150.webp 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/lrob-keyboard-typing-768x768.webp 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/lrob-keyboard-typing-600x600.webp 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/lrob-keyboard-typing-100x100.webp 100w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><figcaption class=\"wp-element-caption\">Robin Labadie, Founder<\/figcaption><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-2e7faf37 wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:66.66%\">\n<h2 class=\"wp-block-heading has-text-align-left gutenify-section-64464290-2afe-11ee-824a-09b5b0ec90fe\"><strong>About Us<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">LRob was born out of an obsession with technical excellence: servers tuned to perfection, web hosting that\u2019s precise and uncompromising.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From a self-taught venture in 2012 to a limited liability company based in Orl\u00e9ans in 2026, LRob has continually refined its technical expertise while maintaining a unique rapport with its clients.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today, LRob supports your web projects with three top priorities: security, performance, and customer satisfaction. \ud83d\ude80<\/p>\n\n\n\n<div class=\"wp-block-buttons gutenify-section-6453fe30-2afe-11ee-824a-09b5b0ec90fe is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-bec04fdf wp-block-buttons-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-button is-style-fill gutenify-section-64522970-2afe-11ee-824a-09b5b0ec90fe\"><a class=\"wp-block-button__link has-background-color has-text-color wp-element-button\" href=\"\/en\/about\/\"><strong>Read more<\/strong><\/a><\/div>\n\n\n\n<div class=\"wp-block-button is-style-fill gutenify-section-64522970-2afe-11ee-824a-09b5b0ec90fe\"><a class=\"wp-block-button__link has-background-color has-text-color wp-element-button\" href=\"\/en\/contact\/\">Contact us<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignwide has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<h2 class=\"wp-block-heading has-text-align-center alignwide\">LRob: French web host, WordPress expert, committed to quality<\/h2>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-a77cb073 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized has-custom-border is-style-default\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"><img decoding=\"async\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/06\/Flag_of_France.svg\" alt=\"\" class=\"wp-image-7518\" style=\"border-radius:4px;box-shadow:var(--wp--preset--shadow--natural);object-fit:cover;width:48px;height:32px\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>LRob is a French web hosting company, founded by Robin LABADIE.<\/strong><br>The name LRob? A simple contraction: \u00abLABADIE Robin\u00bb.<\/p>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph translation-block\">LRob offers <strong>a clear alternative to impersonal and opaque cloud solutions.<\/strong> \u2601\ufe0f<br>Here, there\u2019s no vagueness, no empty promises. <strong>We believe in a job well done, without compromise.<\/strong> \ud83d\udcaa<br>With a <strong>transparent, <a href=\"https:\/\/www.lrob.fr\/en\/features\/web-host-best-performance\/\" target=\"_self\">high-performance<\/a> and secure approach.<\/strong> \ud83d\ude80<\/p>\n\n\n\n<p class=\"wp-block-paragraph translation-block\">Unlike standard hosting providers, which are often vague about data location, actual access rights, or allocated resources, <strong>LRob carefully selects and configures each server<\/strong> to ensure reliable performance and total control.<br>Here, you know where your data is, on which machine, and what security measures are in place. \u2693<\/p>\n\n\n\n<p class=\"wp-block-paragraph translation-block\">\ud83e\udde0\ud83e\udef4 At LRob, <strong>we'd rather think for ourselves than just recite scripts.<\/strong> We provide you with <a href=\"https:\/\/www.lrob.fr\/en\/features\/best-web-host-support\/\" target=\"_self\">the support you\u2019ve always dreamed of<\/a>. No robotic responses, no absurd processes: here, <strong>you\u2019re talking to a knowledgeable human<\/strong> who really listens to you and responds quickly to your requests.<\/p>\n\n\n\n<p class=\"wp-block-paragraph translation-block\">\ud83d\udd12 We also emphasize <strong><a href=\"https:\/\/www.lrob.fr\/en\/features\/secure-web-host-cybersecurity\/\" target=\"_self\">enhanced security<\/a><\/strong>, including: an application firewall (WAF), intelligent attacker blocking, WordPress vulnerability detection, and proactive monitoring\u2014features you won\u2019t find with traditional hosting providers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph translation-block\">\ud83c\udf3f LRob is also committed to <a href=\"https:\/\/www.lrob.fr\/en\/features\/ecological-web-host\/\" target=\"_self\">commitment to the environment<\/a> for our web hosting services, with strictly controlled electricity consumption and a 100% green energy supply.<\/p>\n\n\n\n<p class=\"wp-block-paragraph translation-block\">\u2139\ufe0f LRob is also a <a href=\"https:\/\/www.francenum.gouv.fr\/activateurs\/lrob\" target=\"_blank\" rel=\"noopener\">Francenum Activator<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Our services<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">With LRob, you can benefit from :<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"translation-block\"><strong><a href=\"https:\/\/www.lrob.fr\/en\/web-hosting\/\" target=\"_self\">High-performance, secure web hosting<\/a><\/strong>,<\/li>\n\n\n\n<li class=\"translation-block\"><strong><a href=\"\/\/www.lrob.fr\/en\/web-hosting\/web-agency\/\" target=\"_self\">Tailored offers for web agencies<\/a><\/strong>,<\/li>\n\n\n\n<li class=\"translation-block\"><strong><a href=\"https:\/\/www.lrob.fr\/en\/services\/wordpress-webmastering\/\" target=\"_self\">Expert and personalized WordPress support<\/a><\/strong>, including maintenance and optimization,<\/li>\n\n\n\n<li class=\"translation-block\"><a href=\"https:\/\/www.lrob.fr\/en\/web-hosting\/nextcloud-private-cloud\/\" target=\"_self\"><strong>Hosted and managed Nextcloud<\/strong><\/a> collaborative suite.<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-global-padding is-layout-constrained wp-container-core-group-is-layout-9ab6d0fa wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60);padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<h2 class=\"wp-block-heading has-text-align-center\">What our customers say<\/h2>\n\n\n\n<div class=\"wp-block-group alignwide lrob-glass lrob-blur is-layout-grid wp-container-core-group-is-layout-88bb8045 wp-block-group-is-layout-grid\" style=\"border-radius:32px;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--20);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20);--lrob-blur:20px;--lrob-saturation:100%;--lrob-bg-color:rgba(14,121,178,0.15);background-color:rgba(14,121,178,0.15)\">\n<div class=\"wp-block-group wp-container-content-8275cdae has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Labographic-avatar.png\" alt=\"\" class=\"wp-image-7144\" style=\"width:50px\"\/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Mathieu CELLUCCI - Labographic Agency<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-54d079fe wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">I discovered LRob after my sites were hacked just over 3 years ago. Initially, I contacted him to get my sites back online, recover them and clean them of all the viruses they contained. I was blown away by his impressive responsiveness. I should point out that the hacking occurred on August 15, in the middle of summer, in the middle of the vacation season!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">From our very first contact, a bond was forged. He was both ultra-responsive and extremely benevolent. He took the opportunity to host all my sites on a secure server.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">I naturally chose to continue the adventure with him, and today I work hand in hand with his company. The rates are ultra-competitive, and above all, the service is top-notch. I'll never turn to another supplier again.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Of course, I recommend LRob (or Robin, for those lucky enough to work with him directly) to all small agencies... and even to the bigger ones! If you're looking for a reliable, human and responsive web host that gives you peace of mind: go for it!<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group wp-container-content-00206bb4 has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail is-resized is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Valerie-Avatar-150x150.jpg\" alt=\"\" class=\"wp-image-7140\" style=\"width:50px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Valerie-Avatar-150x150.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Valerie-Avatar-300x300.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Valerie-Avatar-768x768.jpg 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Valerie-Avatar-600x600.jpg 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Valerie-Avatar-100x100.jpg 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Valerie-Avatar.jpg 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Val\u00e9rie OBERFELD - SEO Consultant - Lumiseo<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-54d079fe wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">I'm doubly satisfied with LRob: both for the high-performance web hosting and the quality of customer support, and for the website design.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">He handled the migration and complete redesign of one of my sites, with great professionalism and in a very short time. In short, I highly recommend him.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Robin-Smith-Avatar.png\" alt=\"\" class=\"wp-image-7142\" style=\"width:50px\"\/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Robin SMITH - Smith Agency<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-54d079fe wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">As a long-time customer, I've always appreciated LRob's stability, responsive support and transparency. A new update with unlimited access to key points (sub-domains, databases, traffic...) shows once again that the team listens to real needs in the field. Simple, effective, square - I recommend % 100 times over! \ud83d\udc4c<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group wp-container-content-8275cdae has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail is-resized is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/gregory-avatar-150x150.jpg\" alt=\"\" class=\"wp-image-7139\" style=\"width:50px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/gregory-avatar-150x150.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/gregory-avatar-300x300.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/gregory-avatar-100x100.jpg 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/gregory-avatar.jpg 500w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Gr\u00e9gory CORTES - Hello &amp; Co Agency<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-54d079fe wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">I've been working with Robin for almost a year. LRob's service is light years ahead of the better-known hosting companies. One ring and Robin picks up the phone: \u00abWhat can I do to help you?\u00bb<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And that's when you realize that you're not just dealing with technical support, but with a partner you can trust. Responsive, instructive and always ready to listen, Robin finds tailor-made solutions, even in emergency situations. He knows his customers, anticipates their needs, and really takes to heart the reliability and performance of the sites he hosts.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With LRob, the days of anonymous tickets, interminable waiting times and automated responses are over. Here, you talk to a competent human being who masters his subject and keeps his promises.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In short, a human-sized, ultra-professional hosting company, and real peace of mind for me. I recommend it with my eyes closed.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Meteo-Centre-60px.png\" alt=\"\" class=\"wp-image-7141\" style=\"width:50px\"\/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Olivier RENARD - President - M\u00e9t\u00e9o Centre<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-54d079fe wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Seriousness, responsiveness and professionalism for over a year. A rare gem in a strategic sector that's a bit like the Wild West. I recommend them with my eyes closed.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail is-resized is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/steven-avatar-150x150.jpg\" alt=\"\" class=\"wp-image-7138\" style=\"width:50px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/steven-avatar-150x150.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/steven-avatar-300x300.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/steven-avatar-100x100.jpg 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/steven-avatar.jpg 450w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Steven DIAI - Webmaster<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">LRob is an exceptionally skilled system administrator. His technical expertise is evident in every project he manages. He has an in-depth understanding of servers and different OSes, and his ability to anticipate and solve problems is impressive. Always listening and proactive, LRob knows how to provide effective solutions tailored to specific needs. His clear, concise communication facilitates collaboration and ensures that systems run smoothly. A valuable asset for any team, large or small!<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Emeline-Avatar.png\" alt=\"\" class=\"wp-image-7143\" style=\"width:50px\"\/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Emeline JAFFR\u00c9 - Digital Communication<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Robin is an expert in his field! Attentive to my needs, very responsive and educational, it's a real pleasure to work with a service provider you can trust. I can only recommend Robin's services.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group wp-container-content-00206bb4 has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"472\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/07\/VintageCarLocation-logo_with-blue-text-512px.png\" alt=\"\" class=\"wp-image-1618\" style=\"width:50px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/07\/VintageCarLocation-logo_with-blue-text-512px.png 512w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/07\/VintageCarLocation-logo_with-blue-text-512px-300x277.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/07\/VintageCarLocation-logo_with-blue-text-512px-150x138.png 150w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" \/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Th\u00e9o Dufils - Vintage Car Location<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-54d079fe wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Many thanks to LRob for creating my car rental website. Since it went online, my bookings have increased significantly. The site is fast, reliable and has been perfectly maintained for years. I recommend it without hesitation.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group wp-container-content-00206bb4 has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"60\" height=\"60\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/Compagnons-photographes-avatar.png\" alt=\"\" class=\"wp-image-7145\" style=\"width:50px\"\/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">The Compagnons Photographes<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-54d079fe wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Technical quality, quality of service and enhanced security with constantly evolving offers. Simple, easy and flexible.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group wp-container-content-00206bb4 has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.164), 1rem);\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-3a88641f wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"72\" height=\"72\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/laure-avatar.png\" alt=\"\" class=\"wp-image-7181\" style=\"width:50px\"\/><\/figure>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-f0b6b26e wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">Laure - Blog Copines de Bons Plans <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2b50\u2b50\u2b50\u2b50\u2b50<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-54d079fe wp-block-group-is-layout-flex\">\n<p class=\"wp-block-paragraph\">The best value for money! A very secure and safe web host, easy-to-use options and, above all, responsive, personalized and high-quality customer service. Robin's services have already saved me many hours elsewhere. Thank you :)<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><a href=\"https:\/\/maps.app.goo.gl\/FL8WjVwVPheaXbwT9\" target=\"_blank\" rel=\"noopener\">See more reviews<\/a> \ud83c\udfc5<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e2f1c40 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/g.page\/r\/Cb0bVpVT0_ZTEAE\/review\">Leave my opinion<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-cover alignfull has-parallax\" style=\"margin-top:0;margin-bottom:0\"><div class=\"wp-block-cover__image-background wp-image-7633 size-full has-parallax\" style=\"background-position:50% 50%;background-image:url(https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/07\/green-hosting.webp)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-custom-honolulu-blue-background-color has-background-dim-10 has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<h2 class=\"wp-block-heading has-text-align-center is-style-text-display is-style-text-display--16\">Our web hosting services<\/h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-style-section-4 has-border-color lrob-blur has-global-padding is-layout-constrained wp-container-core-group-is-layout-38c35ae3 wp-block-group-is-layout-constrained is-style-section-4--17\" style=\"border-color:#ffffff40;border-width:1px;border-radius:16px;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50);box-shadow:var(--wp--preset--shadow--natural);--lrob-blur:20px;--lrob-saturation:100%;--lrob-bg-color:rgba(25,25,35,0.75);background-color:rgba(25,25,35,0.75)\">\n<h3 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Web hosting<\/h3>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>With 24\/7 monitoring<\/strong><\/p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-a7cf8a65 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/starter-web-2025-150x150.png\" alt=\"\" class=\"wp-image-6943\" style=\"object-fit:cover\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/starter-web-2025-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/starter-web-2025-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/starter-web-2025-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/starter-web-2025-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/starter-web-2025-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/starter-web-2025.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-large-font-size wp-block-paragraph\"><strong>Succeed on the web<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">Safety, performance, simplicity.<br>The best tools to serve you.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4c4f26f9 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/en\/web-hosting\/\">Choose my server hosting with 24\/7 monitoring<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-style-section-4 has-border-color lrob-blur has-global-padding is-layout-constrained wp-container-core-group-is-layout-38c35ae3 wp-block-group-is-layout-constrained is-style-section-4--18\" style=\"border-color:#ffffff40;border-width:1px;border-radius:16px;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50);box-shadow:var(--wp--preset--shadow--natural);--lrob-blur:20px;--lrob-saturation:100%;--lrob-bg-color:rgba(25,25,35,0.75);background-color:rgba(25,25,35,0.75)\">\n<h3 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Web Agency<\/h3>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\"><strong>Hosting for web agencies<\/strong><\/p>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-a7cf8a65 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/pro-web-2025-150x150.png\" alt=\"\" class=\"wp-image-6944\" style=\"object-fit:cover\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/pro-web-2025-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/pro-web-2025-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/pro-web-2025-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/pro-web-2025-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/pro-web-2025-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/04\/pro-web-2025.png 800w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-large-font-size wp-block-paragraph\"><strong>Scales as you breathe<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">A WordPress sysadmin on the team. Save time and money.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4c4f26f9 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/en\/web-hosting\/\">Web Agency Hosting<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-style-section-4 has-border-color lrob-blur has-global-padding is-layout-constrained wp-container-core-group-is-layout-ca2eb23f wp-block-group-is-layout-constrained is-style-section-4--19\" style=\"border-color:#ffffff40;border-width:1px;border-radius:16px;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50);box-shadow:var(--wp--preset--shadow--natural);--lrob-blur:20px;--lrob-saturation:100%;--lrob-bg-color:rgba(25,25,35,0.75);background-color:rgba(25,25,35,0.75)\">\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Nextcloud hosting<\/h2>\n\n\n\n<div style=\"height:0.5em\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-49735efb wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-150x150.png\" alt=\"Hosting Nextcloud - logo\" class=\"wp-image-2692\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1.png 768w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-large-font-size wp-block-paragraph\"><strong>The best free collaborative suite<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center has-medium-font-size wp-block-paragraph\">Maintenance included<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e2f1c40 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/en\/web-hosting\/nextcloud-private-cloud\/\">Discover Nextcloud<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignwide has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center is-style-text-display is-style-text-display--20\">Our WordPress Services<\/h2>\n\n\n\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-0cce1e37 wp-block-columns-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:0;padding-bottom:0\">\n<div class=\"wp-block-column is-vertically-aligned-top is-style-default is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-group is-style-section-4 lrob-blur has-global-padding is-layout-constrained wp-container-core-group-is-layout-c576fb49 wp-block-group-is-layout-constrained is-style-section-4--21\" style=\"border-radius:16px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);box-shadow:var(--wp--preset--shadow--shadow-1);--lrob-blur:20px;--lrob-saturation:100%;--lrob-bg-color:rgba(25,25,35,0.75);background-color:rgba(25,25,35,0.75)\">\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-bc18b00a wp-block-group-is-layout-flex\">\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-74565090-7fc6-11ee-9c40-9febe66ecb80 is-style-text-annotation is-style-text-annotation--22\">WordPress design and redesign<strong> <\/strong><\/h3>\n<\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/smartphone-rocket-150x150.webp\" alt=\"creation site internet Orl\u00e9ans, logo rocket\" class=\"wp-image-5918\" style=\"border-radius:250px;object-fit:cover;width:150px;height:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/smartphone-rocket-150x150.webp 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/smartphone-rocket-300x300.webp 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/smartphone-rocket-768x768.webp 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/smartphone-rocket-600x600.webp 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/smartphone-rocket-100x100.webp 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/smartphone-rocket.webp 1024w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-745ba7c0-7fc6-11ee-9c40-9febe66ecb80\" style=\"font-style:normal;font-weight:800\">Web Design WordPress FSE<\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-7460d7e0-7fc6-11ee-9c40-9febe66ecb80 wp-block-paragraph\">Expert WP Full Site Editing<\/p>\n\n\n\n<p class=\"has-text-align-center gutenify-section-60233df0-587e-11ee-8f95-abe6ab6f5425 has-light-color has-text-color wp-block-paragraph\">With LRob, your site is made the way it should be: reliable and lightweight, thanks to native WordPress tools.<\/p>\n\n\n\n<div class=\"wp-block-buttons gutenify-section-ed203570-3b44-11ee-870b-1f05312561fa is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e2f1c40 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill gutenify-section-ed200e60-3b44-11ee-870b-1f05312561fa\"><a class=\"wp-block-button__link has-normal-font-size has-custom-font-size wp-element-button\" href=\"\/en\/create-my-site\/\">  WordPress website design<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-style-default is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-group is-style-section-4 lrob-blur has-global-padding is-layout-constrained wp-container-core-group-is-layout-c576fb49 wp-block-group-is-layout-constrained is-style-section-4--23\" style=\"border-radius:16px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);box-shadow:var(--wp--preset--shadow--shadow-1);--lrob-blur:20px;--lrob-saturation:100%;--lrob-bg-color:rgba(25,25,35,0.75);background-color:rgba(25,25,35,0.75)\">\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-bc18b00a wp-block-group-is-layout-flex\">\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-74565090-7fc6-11ee-9c40-9febe66ecb80 is-style-text-annotation is-style-text-annotation--24\">WordPress site management<\/h3>\n<\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-medium is-resized has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"171\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/wordpress-update-illustration-300x171.webp\" alt=\"WordPress webmaster, WP logo\" class=\"wp-image-5743\" style=\"border-radius:250px;object-fit:cover;width:150px;height:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/wordpress-update-illustration-300x171.webp 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/wordpress-update-illustration-1024x585.webp 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/wordpress-update-illustration-150x86.webp 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/wordpress-update-illustration-768x439.webp 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/wordpress-update-illustration-1536x878.webp 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/wordpress-update-illustration-600x343.webp 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/wordpress-update-illustration.webp 1792w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-745ba7c0-7fc6-11ee-9c40-9febe66ecb80\" style=\"font-style:normal;font-weight:800\">WordPress webmaster<\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-7460d7e0-7fc6-11ee-9c40-9febe66ecb80 wp-block-paragraph\">Webmaster WordPress specialist in Orleans<\/p>\n\n\n\n<p class=\"has-text-align-center gutenify-section-60233df0-587e-11ee-8f95-abe6ab6f5425 has-light-color has-text-color wp-block-paragraph\">Entrust your site to a WordPress security and maintenance expert<\/p>\n\n\n\n<div class=\"wp-block-buttons gutenify-section-ed203570-3b44-11ee-870b-1f05312561fa is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e2f1c40 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill gutenify-section-ed200e60-3b44-11ee-870b-1f05312561fa\"><a class=\"wp-block-button__link has-normal-font-size has-custom-font-size wp-element-button\" href=\"\/en\/services\/wordpress-webmastering\/\">Choose my WordPress webmaster<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-style-default is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-group is-style-section-4 lrob-blur has-global-padding is-layout-constrained wp-container-core-group-is-layout-c576fb49 wp-block-group-is-layout-constrained is-style-section-4--25\" style=\"border-radius:16px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);box-shadow:var(--wp--preset--shadow--shadow-1);--lrob-blur:20px;--lrob-saturation:100%;--lrob-bg-color:rgba(25,25,35,0.75);background-color:rgba(25,25,35,0.75)\">\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-bc18b00a wp-block-group-is-layout-flex\">\n<h3 class=\"wp-block-heading gutenify-section-74565090-7fc6-11ee-9c40-9febe66ecb80 is-style-text-annotation is-style-text-annotation--26\">WordPress prevention<\/h3>\n<\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-medium is-resized has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"129\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-vulnerability-300x129.jpg\" alt=\"WP security audit, logo\" class=\"wp-image-3339\" style=\"border-radius:250px;object-fit:cover;width:150px;height:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-vulnerability-300x129.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-vulnerability-1024x439.jpg 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-vulnerability-150x64.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-vulnerability-768x329.jpg 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-vulnerability-1536x658.jpg 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-vulnerability-600x257.jpg 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-vulnerability.jpg 1680w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-745ba7c0-7fc6-11ee-9c40-9febe66ecb80\" style=\"font-style:normal;font-weight:800\">WordPress Security Audit<\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-7460d7e0-7fc6-11ee-9c40-9febe66ecb80 wp-block-paragraph\">Do not leave the door open<\/p>\n\n\n\n<p class=\"has-text-align-center gutenify-section-60233df0-587e-11ee-8f95-abe6ab6f5425 has-light-color has-text-color wp-block-paragraph\">Protect your site now with a comprehensive and relevant security audit.<\/p>\n\n\n\n<div class=\"wp-block-buttons gutenify-section-ed203570-3b44-11ee-870b-1f05312561fa is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e2f1c40 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill gutenify-section-ed200e60-3b44-11ee-870b-1f05312561fa\"><a class=\"wp-block-button__link has-normal-font-size has-custom-font-size wp-element-button\" href=\"\/en\/services\/wordpress-audit-consulting\/\"><strong>F<\/strong>WordPress audit<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-style-default is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-group is-style-section-4 lrob-blur has-global-padding is-layout-constrained wp-container-core-group-is-layout-c576fb49 wp-block-group-is-layout-constrained is-style-section-4--27\" style=\"border-radius:16px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);box-shadow:var(--wp--preset--shadow--shadow-1);--lrob-blur:20px;--lrob-saturation:100%;--lrob-bg-color:rgba(25,25,35,0.75);background-color:rgba(25,25,35,0.75)\">\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-bc18b00a wp-block-group-is-layout-flex\">\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-74565090-7fc6-11ee-9c40-9febe66ecb80 is-style-text-annotation is-style-text-annotation--28\">Hack WordPress repair<\/h3>\n<\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/angry-hacker-pirate-150x150.jpg\" alt=\"Hacked WordPress website, hacker logo hacker\" class=\"wp-image-3573\" style=\"border-radius:250px;object-fit:cover;width:150px;height:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/angry-hacker-pirate-150x150.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/angry-hacker-pirate-300x300.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/angry-hacker-pirate-768x768.jpg 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/angry-hacker-pirate-600x600.jpg 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/angry-hacker-pirate-100x100.jpg 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/angry-hacker-pirate.jpg 1024w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-745ba7c0-7fc6-11ee-9c40-9febe66ecb80\" style=\"font-style:normal;font-weight:800\">Repair Hacked WordPress Site<\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-7460d7e0-7fc6-11ee-9c40-9febe66ecb80 wp-block-paragraph\">It's not too late<\/p>\n\n\n\n<p class=\"has-text-align-center gutenify-section-60233df0-587e-11ee-8f95-abe6ab6f5425 has-light-color has-text-color wp-block-paragraph\">I repair and secure it within 24 hours, with a full service report and solutions for keeping it secure in the future.<\/p>\n\n\n\n<div class=\"wp-block-buttons gutenify-section-ed203570-3b44-11ee-870b-1f05312561fa is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3e2f1c40 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill gutenify-section-ed200e60-3b44-11ee-870b-1f05312561fa\"><a class=\"wp-block-button__link has-normal-font-size has-custom-font-size wp-element-button\" href=\"\/en\/services\/repairing-and-securing-pirated-wordpress-sites\/\"><strong>R<\/strong>save my hacked WordPress site<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-group alignfull gutenify-section-89c83df0-3843-11ee-af49-519a1c5a4129 is-style-default has-global-padding is-layout-constrained wp-container-core-group-is-layout-3242dced wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--40);box-shadow:none\">\n<div class=\"wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-a91c16d4 wp-block-group-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:0;padding-bottom:var(--wp--preset--spacing--20);padding-left:0\">\n<h2 class=\"wp-block-heading has-squada-one-font-family\" style=\"text-transform:none\"><a href=\"\/en\/blog\/\">Blog<\/a><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">WordPress news, hosting, and LRob<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-query alignwide is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><ul class=\"alignfull wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-752eb11f wp-block-post-template-is-layout-grid\"><li class=\"wp-block-post post-9484 post type-post status-publish format-standard has-post-thumbnail hentry category-actu-lrob\">\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><figure style=\"aspect-ratio:16\/9\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/actu-lrob\/lrob-passe-en-sarl-une-nouvelle-etape-pour-mieux-vous-servir\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"317\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/lrob-logo-web-hosting-2024_transparent_2-scaled-1-1024x317.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"LRob Becomes an LLC: A New Step Toward Better Serving You\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:100%;object-fit:contain;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/lrob-logo-web-hosting-2024_transparent_2-scaled-1-1024x317.webp 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/lrob-logo-web-hosting-2024_transparent_2-scaled-1-300x93.webp 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/lrob-logo-web-hosting-2024_transparent_2-scaled-1-150x46.webp 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/lrob-logo-web-hosting-2024_transparent_2-scaled-1-768x238.webp 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/lrob-logo-web-hosting-2024_transparent_2-scaled-1-1536x476.webp 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/lrob-logo-web-hosting-2024_transparent_2-scaled-1-2048x634.webp 2048w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/lrob-logo-web-hosting-2024_transparent_2-scaled-1-600x186.webp 600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/actu-lrob\/lrob-passe-en-sarl-une-nouvelle-etape-pour-mieux-vous-servir\/\" target=\"_self\">LRob Becomes an LLC: A New Step Toward Better Serving You<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2026-06-16T11:20:28+02:00\">June 16, 2026<\/time><\/div><\/div>\n<\/div>\n\n<\/li><li class=\"wp-block-post post-8653 post type-post status-publish format-standard has-post-thumbnail hentry category-dev\">\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><figure style=\"aspect-ratio:16\/9\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/dev\/mise-en-prod-les-6-points-critiques-que-tas-encore-oublies\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"585\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/migration-web-lrob-offerte-1024x585.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"Prod: the 6 critical points you&#039;ve (still) forgotten\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:100%;object-fit:contain;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/migration-web-lrob-offerte-1024x585.webp 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/migration-web-lrob-offerte-300x171.webp 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/migration-web-lrob-offerte-150x86.webp 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/migration-web-lrob-offerte-768x439.webp 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/migration-web-lrob-offerte-1536x878.webp 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/migration-web-lrob-offerte-600x343.webp 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/08\/migration-web-lrob-offerte.webp 1792w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/dev\/mise-en-prod-les-6-points-critiques-que-tas-encore-oublies\/\" target=\"_self\">Prod: the 6 critical points you've (still) forgotten<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2026-03-10T13:10:22+01:00\">March 10, 2026<\/time><\/div><\/div>\n<\/div>\n\n<\/li><li class=\"wp-block-post post-8606 post type-post status-publish format-standard has-post-thumbnail hentry category-actu-lrob\">\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><figure style=\"aspect-ratio:16\/9\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/actu-lrob\/nouvelles-normes-serveur-lrob-2026-100-etapes-mises-a-jour\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/02\/migration-internet-1024x683.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"New LRob 2026 server standards: 100+ updated steps\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:100%;object-fit:contain;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/02\/migration-internet-1024x683.webp 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/02\/migration-internet-300x200.webp 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/02\/migration-internet-150x100.webp 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/02\/migration-internet-768x512.webp 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/02\/migration-internet-600x400.webp 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/02\/migration-internet.webp 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/actu-lrob\/nouvelles-normes-serveur-lrob-2026-100-etapes-mises-a-jour\/\" target=\"_self\">New LRob 2026 server standards: 100+ updated steps<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2026-02-16T10:50:15+01:00\">February 16, 2026<\/time><\/div><\/div>\n<\/div>\n\n<\/li><li class=\"wp-block-post post-8557 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress\">\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\"><figure style=\"aspect-ratio:16\/9\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/sortie-plugin-verification-age-wordpress\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"923\" height=\"501\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/11\/LRob-Age-Gate-Preview-with-borders.png\" class=\"attachment-large size-large wp-post-image\" alt=\"LRob - Age Gate, a professional WordPress age verification plugin\" style=\"border-top-left-radius:16px;border-top-right-radius:16px;width:100%;height:100%;object-fit:contain;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/11\/LRob-Age-Gate-Preview-with-borders.png 923w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/11\/LRob-Age-Gate-Preview-with-borders-300x163.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/11\/LRob-Age-Gate-Preview-with-borders-150x81.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/11\/LRob-Age-Gate-Preview-with-borders-768x417.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/11\/LRob-Age-Gate-Preview-with-borders-600x326.png 600w\" sizes=\"auto, (max-width: 923px) 100vw, 923px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/sortie-plugin-verification-age-wordpress\/\" target=\"_self\">LRob - Age Gate, a professional WordPress age verification plugin<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2025-11-11T12:46:44+01:00\">11 November 2025<\/time><\/div><\/div>\n<\/div>\n\n<\/li><\/ul><\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" style=\"margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50)\"\/>\n\n\n\n<p class=\"has-text-align-center is-style-text-subtitle is-style-text-subtitle--29 wp-block-paragraph\">Our Must-Read Articles<\/p>\n\n\n\n<div class=\"wp-block-query alignwide is-layout-flow wp-block-query-is-layout-flow\">\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><ul class=\"alignfull wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-8ab3c0a7 wp-block-post-template-is-layout-grid\"><li class=\"wp-block-post post-4286 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress\">\n<figure style=\"aspect-ratio:1\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/pourquoi-choisir-un-hebergeur-specialiste\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"439\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-logo-eye-laptop-1024x439.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"The best WordPress hosting specialist\" style=\"width:100%;height:100%;object-fit:cover;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-logo-eye-laptop-1024x439.jpg 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-logo-eye-laptop-300x129.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-logo-eye-laptop-150x64.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-logo-eye-laptop-768x329.jpg 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-logo-eye-laptop-1536x658.jpg 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-logo-eye-laptop-600x257.jpg 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/10\/wordpress-logo-eye-laptop.jpg 1680w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/pourquoi-choisir-un-hebergeur-specialiste\/\" target=\"_self\">The best WordPress hosting specialist<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2025-07-10T03:12:56+02:00\">10 July 2025<\/time><\/div><\/div>\n\n<\/li><li class=\"wp-block-post post-5658 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress\">\n<figure style=\"aspect-ratio:1\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/comparatif-des-8-plugins-de-cache-gratuits-et-populaires-pour-wordpress-quel-est-le-plus-performant\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-1024x1024.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Comparison of the 8 popular free caching plugins for WordPress: which one performs best?\" style=\"width:100%;height:100%;object-fit:cover;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-1024x1024.jpg 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-300x300.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-150x150.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-768x768.jpg 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-1536x1536.jpg 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-2048x2048.jpg 2048w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-600x600.jpg 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/10\/test-plugins-de-cache-wordpress-scaled-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/comparatif-des-8-plugins-de-cache-gratuits-et-populaires-pour-wordpress-quel-est-le-plus-performant\/\" target=\"_self\">Comparison of the 8 popular free caching plugins for WordPress: which one performs best?<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2024-10-22T14:04:59+02:00\">22 October 2024<\/time><\/div><\/div>\n\n<\/li><li class=\"wp-block-post post-5298 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress\">\n<figure style=\"aspect-ratio:1\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/bonnes-pratiques-pour-vos-formulaires-de-contact-wordpress\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-1024x1024.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Best practices for your WordPress contact forms\" style=\"width:100%;height:100%;object-fit:cover;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-1024x1024.jpg 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-300x300.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-150x150.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-768x768.jpg 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-1536x1536.jpg 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-2048x2048.jpg 2048w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-600x600.jpg 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/formulaires-de-contact-from-erreur-scaled-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/bonnes-pratiques-pour-vos-formulaires-de-contact-wordpress\/\" target=\"_self\">Best practices for your WordPress contact forms<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2024-09-13T02:05:28+02:00\">September 13, 2024<\/time><\/div><\/div>\n\n<\/li><li class=\"wp-block-post post-4445 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress\">\n<figure style=\"aspect-ratio:1\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/10-criteres-webmaster-wordpress\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-1024x1024.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"10 criteria for the best WordPress webmaster in 2025\" style=\"width:100%;height:100%;object-fit:cover;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-1024x1024.jpg 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-300x300.jpg 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-150x150.jpg 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-768x768.jpg 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-1536x1536.jpg 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-2048x2048.jpg 2048w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-600x600.jpg 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/01\/wordpress-domine-le-marche-scaled-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/10-criteres-webmaster-wordpress\/\" target=\"_self\">10 criteria for the best WordPress webmaster in 2025<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2024-07-21T20:41:58+02:00\">July 21, 2024<\/time><\/div><\/div>\n\n<\/li><li class=\"wp-block-post post-4267 post type-post status-publish format-standard has-post-thumbnail hentry category-wordpress\">\n<figure style=\"aspect-ratio:1\" class=\"wp-block-post-featured-image\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/optimiser-la-gestion-de-vos-sites-wordpress-10-conseils-pratiques\/\" target=\"_self\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"585\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/gagner-du-temps-hebergement-wordpress-1024x585.webp\" class=\"attachment-large size-large wp-post-image\" alt=\"Optimize the management of your WordPress sites: 10 Practical Tips\" style=\"width:100%;height:100%;object-fit:cover;\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/gagner-du-temps-hebergement-wordpress-1024x585.webp 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/gagner-du-temps-hebergement-wordpress-300x171.webp 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/gagner-du-temps-hebergement-wordpress-150x86.webp 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/gagner-du-temps-hebergement-wordpress-768x439.webp 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/gagner-du-temps-hebergement-wordpress-1536x878.webp 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/gagner-du-temps-hebergement-wordpress-600x343.webp 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/gagner-du-temps-hebergement-wordpress.webp 1792w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-81b84b2d wp-block-group-is-layout-flex\"><h3 style=\"font-size:clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.559), 1.3rem)\" class=\"has-text-align-center wp-block-post-title wp-container-content-32e3a40d\"><a href=\"https:\/\/www.lrob.fr\/en\/blog\/wordpress\/optimiser-la-gestion-de-vos-sites-wordpress-10-conseils-pratiques\/\" target=\"_self\">Optimize the management of your WordPress sites: 10 Practical Tips<\/a><\/h3>\n\n<div class=\"has-text-align-center has-link-color wp-elements-8a6479097dfcc613bed1b9b4b07cdd8c wp-block-post-date has-text-color has-custom-buttons-color-color\"><time datetime=\"2024-07-05T00:42:52+02:00\">July 5, 2024<\/time><\/div><\/div>\n\n<\/li><\/ul>\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-088bfb1f wp-block-buttons-is-layout-flex\" style=\"margin-top:0;margin-bottom:0\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"\/en\/blog\/\">See more<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-style-customboxshadow gutenify-section-64784f10-2afe-11ee-824a-09b5b0ec90fe is-style-default has-accent-5-background-color has-background has-link-color wp-elements-43f755d5596caf7d273c2a3033523566 has-global-padding is-layout-constrained wp-container-core-group-is-layout-36f65c2d wp-block-group-is-layout-constrained\" style=\"border-style:none;border-width:0px;border-radius:16px;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50);box-shadow:var(--wp--preset--shadow--deep)\">\n<h3 class=\"wp-block-heading has-text-align-center gutenify-section-d73706e0-6136-11ee-8a3f-0f9ad8a9de58 is-style-text-subtitle is-style-text-subtitle--30\">Our Partners<\/h3>\n\n\n\n<p class=\"has-text-align-center gutenify-section-4cea3d90-5d3a-11ee-8097-615c973da311 is-style-text-subtitle is-style-text-subtitle--31 wp-block-paragraph\">Because performing well means being surrounded by the right people, LRob has selected a group of dynamic and talented partners.<\/p>\n\n\n\n<div class=\"wp-block-group gutenify-section-75d93af0-5d33-11ee-8097-615c973da311 is-style-default has-contrast-color has-text-color is-layout-grid wp-container-core-group-is-layout-990a9066 wp-block-group-is-layout-grid\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-style-default has-custom-baby-powder-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image aligncenter size-medium is-resized gutenify-section-402604a0-5d34-11ee-8097-615c973da311\"><a href=\"https:\/\/labographic.com\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/logo_labographic-300x300.png\" alt=\"Labographic - Logo\" class=\"wp-image-3581\" style=\"width:undefinedpx\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/logo_labographic-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/logo_labographic-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/logo_labographic-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/11\/logo_labographic.png 600w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption class=\"wp-element-caption\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-contrast-color\">Labographic<br>Graphics<\/mark><\/figcaption><\/figure>\n<\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full gutenify-section-64723490-2afe-11ee-824a-09b5b0ec90fe\"><a href=\"https:\/\/lumiseo.fr\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/lumiseo-logo-highres-transparent-crop-scaled.png\" alt=\"LumiSEO Logo\" class=\"wp-image-7916\" style=\"object-fit:cover\"\/><\/a><figcaption class=\"wp-element-caption\">Val\u00e9rie Oberfeld<br>SEO<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full gutenify-section-64723490-2afe-11ee-824a-09b5b0ec90fe wp-container-content-69bc4bdf\"><a href=\"https:\/\/numericatous.fr\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"400\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/cropped-cropped-numericatous_logo-1.png\" alt=\"Numericatous Logo\" class=\"wp-image-7922\" style=\"aspect-ratio:1;object-fit:cover\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/cropped-cropped-numericatous_logo-1.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/cropped-cropped-numericatous_logo-1-300x200.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/08\/cropped-cropped-numericatous_logo-1-150x100.png 150w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><figcaption class=\"wp-element-caption\">Patrice Andreani<br>Linux &amp; Open Source Software Trainer<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-medium gutenify-section-64723490-2afe-11ee-824a-09b5b0ec90fe\"><a href=\"https:\/\/alize-graphiste.fr\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/alize-graphiste-logo-sans-fond-300x293.png\" alt=\"Aliz\u00e9 Logo Designer\" class=\"wp-image-1275\" style=\"object-fit:cover\"\/><\/a><figcaption class=\"wp-element-caption\">Aliz\u00e9 Lanson<br>Graphics<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-medium is-resized gutenify-section-63876c30-563c-11ee-9875-d567f40acfaf\"><a href=\"https:\/\/www.amelieredouin.fr\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/Logo-Amelie-Redouin-square-300x300.png\" alt=\"Am\u00e9lie Redouin Logo\" class=\"wp-image-2995\" style=\"width:undefinedpx\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/Logo-Amelie-Redouin-square-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/Logo-Amelie-Redouin-square-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/Logo-Amelie-Redouin-square-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/Logo-Amelie-Redouin-square.png 320w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption class=\"wp-element-caption\">Am\u00e9lie Redouin<br>Web Marketing<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-medium is-resized gutenify-section-402604a0-5d34-11ee-8097-615c973da311\"><a href=\"https:\/\/ornellaschmitt.com\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/logo-Ornella-Schmitt-cercle-blanc-300x300.png\" alt=\"Ornella Schmitt Logo\" class=\"wp-image-3044\" style=\"width:undefinedpx\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/logo-Ornella-Schmitt-cercle-blanc-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/logo-Ornella-Schmitt-cercle-blanc-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/logo-Ornella-Schmitt-cercle-blanc-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/logo-Ornella-Schmitt-cercle-blanc.png 512w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><figcaption class=\"wp-element-caption\">Ornella Schmitt<br>Artistic Direction<\/figcaption><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<div id=\"clients\" class=\"wp-block-group is-style-default has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-9237cbd7 wp-block-group-is-layout-constrained\" style=\"border-radius:16px;background-color:#042d56;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);box-shadow:var(--wp--preset--shadow--deep)\">\n<h2 class=\"wp-block-heading has-text-align-center\">Our dear customers<\/h2>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">They made the right choice with LRob<\/p>\n\n\n\n<div class=\"wp-block-group is-style-default has-base-2-background-color has-background is-layout-grid wp-container-core-group-is-layout-b5781412 wp-block-group-is-layout-grid\" style=\"border-radius:16px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-group has-contrast-background-color has-background is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-96892c1f wp-block-group-is-layout-flex\" style=\"border-radius:1666px;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"57\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/02\/SH-DIGITAL-LOGO-hd-white-150x57.png\" alt=\"\" class=\"wp-image-6400\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/02\/SH-DIGITAL-LOGO-hd-white-150x57.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/02\/SH-DIGITAL-LOGO-hd-white-300x114.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/02\/SH-DIGITAL-LOGO-hd-white-1024x389.png 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/02\/SH-DIGITAL-LOGO-hd-white-768x292.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/02\/SH-DIGITAL-LOGO-hd-white-1536x584.png 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/02\/SH-DIGITAL-LOGO-hd-white-600x228.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2025\/02\/SH-DIGITAL-LOGO-hd-white.png 1679w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"133\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/villeneuve-les-beziers-logo-150x133.png\" alt=\"Villeneuve-l\u00e8s-B\u00e9ziers\" class=\"wp-image-4510\" style=\"width:150px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/villeneuve-les-beziers-logo-150x133.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/villeneuve-les-beziers-logo.png 152w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"116\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/meteo-centre-logo-150x116.png\" alt=\"Weather Centre\" class=\"wp-image-4504\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/meteo-centre-logo-150x116.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/meteo-centre-logo-300x232.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/meteo-centre-logo-1024x792.png 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/meteo-centre-logo-768x594.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/meteo-centre-logo-600x464.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/meteo-centre-logo.png 1059w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"67\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/202102_id_print_00_logo_rvb_contour-150x67.png\" alt=\"Barbara Josa - The eco-studio\" class=\"wp-image-4505\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/202102_id_print_00_logo_rvb_contour-150x67.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/202102_id_print_00_logo_rvb_contour-300x134.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/202102_id_print_00_logo_rvb_contour.png 453w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"34\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/pepeuf_log-150x34.png\" alt=\"Pepeuf\" class=\"wp-image-5159\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/pepeuf_log-150x34.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/pepeuf_log-300x68.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/pepeuf_log-600x136.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/09\/pepeuf_log.png 753w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"49\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-tymtransport-150x49.webp\" alt=\"TYM Transport Logistique\" class=\"wp-image-4503\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-tymtransport-150x49.webp 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-tymtransport-300x99.webp 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-tymtransport.webp 350w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"113\" height=\"113\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-poinot-top.png\" alt=\"POINOT Furniture\" class=\"wp-image-4506\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-poinot-top.png 113w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-poinot-top-100x100.png 100w\" sizes=\"auto, (max-width: 113px) 100vw, 113px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-150x150.png\" alt=\"Boissier SA Logistique\" class=\"wp-image-5959\" style=\"width:128px\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-1024x1024.png 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-768x768.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-1536x1536.png 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-2048x2048.png 2048w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/boissier-sa-logo-2024-100x100.png 100w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-vins-de-caro-150x150.png\" alt=\"Les Vins de Caro\" class=\"wp-image-4509\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-vins-de-caro-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-vins-de-caro-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-vins-de-caro-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-vins-de-caro.png 500w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"146\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-ml-hypnose-manon-laterza-orleans-logo-square-only-300x292-1-150x146.png\" alt=\"Manon Laterza - Hypnotherapist\" class=\"wp-image-4512\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-ml-hypnose-manon-laterza-orleans-logo-square-only-300x292-1-150x146.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-ml-hypnose-manon-laterza-orleans-logo-square-only-300x292-1.png 300w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"138\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/07\/VintageCarLocation-logo_with-blue-text-512px-150x138.png\" alt=\"\" class=\"wp-image-1618\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/07\/VintageCarLocation-logo_with-blue-text-512px-150x138.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/07\/VintageCarLocation-logo_with-blue-text-512px-300x277.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/07\/VintageCarLocation-logo_with-blue-text-512px.png 512w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"84\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-agriculteurs-solaires-150x84.png\" alt=\"Solar Farmers\" class=\"wp-image-4508\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-agriculteurs-solaires-150x84.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-agriculteurs-solaires-300x168.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-agriculteurs-solaires-1024x574.png 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-agriculteurs-solaires-768x430.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-agriculteurs-solaires-600x336.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/07\/logo-les-agriculteurs-solaires.png 1080w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-bottom:0\">\n<div class=\"wp-block-group gutenify-section-076291e0-6137-11ee-8a3f-0f9ad8a9de58 is-style-section-4 has-global-padding is-layout-constrained wp-container-core-group-is-layout-94a60a69 wp-block-group-is-layout-constrained is-style-section-4--32\" style=\"border-style:none;border-width:0px;border-radius:16px;margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--50);padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40);box-shadow:var(--wp--preset--shadow--deep)\">\n<h2 class=\"wp-block-heading has-text-align-center\">Our data centers<\/h2>\n\n\n\n<div class=\"wp-block-group gutenify-section-64762c30-2afe-11ee-824a-09b5b0ec90fe has-fifth-color has-text-color is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d5cf0648 wp-block-group-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--60)\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"49\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/Hetzner_Logo-1747223799-150x49.png\" alt=\"Hetzner\" class=\"wp-image-2039\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/Hetzner_Logo-1747223799-150x49.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/Hetzner_Logo-1747223799-300x99.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/Hetzner_Logo-1747223799-1024x338.png 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/Hetzner_Logo-1747223799-768x253.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/Hetzner_Logo-1747223799-1536x506.png 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/Hetzner_Logo-1747223799-2048x675.png 2048w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/Hetzner_Logo-1747223799-600x198.png 600w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"28\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/logo-pulseheberg-150x28.png\" alt=\"PulseHeberg\" class=\"wp-image-2052\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/logo-pulseheberg-150x28.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/logo-pulseheberg-300x56.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/logo-pulseheberg-600x111.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/10\/logo-pulseheberg.png 705w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Domain Names &amp; Telephony<\/h2>\n\n\n\n<div class=\"wp-block-group gutenify-section-64762c30-2afe-11ee-824a-09b5b0ec90fe has-fifth-color has-text-color is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d5cf0648 wp-block-group-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--60)\">\n<div class=\"wp-block-group has-accent-4-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-full\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\"><img decoding=\"async\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2026\/06\/realtime-register-logo.svg\" alt=\"Realtime Register - Registrar\" class=\"wp-image-9239\"\/><\/figure>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"47\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/LOGOHaiSoft_2022-150x47.png\" alt=\"\" class=\"wp-image-8865\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/LOGOHaiSoft_2022-150x47.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/LOGOHaiSoft_2022-300x95.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/LOGOHaiSoft_2022-1024x324.png 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/LOGOHaiSoft_2022-768x243.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/LOGOHaiSoft_2022-1536x485.png 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/LOGOHaiSoft_2022-600x190.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/LOGOHaiSoft_2022.png 1905w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\">Our Software<\/h2>\n\n\n\n<div class=\"wp-block-group gutenify-section-64762c30-2afe-11ee-824a-09b5b0ec90fe has-fifth-color has-text-color is-layout-grid wp-container-core-group-is-layout-d9bbfe00 wp-block-group-is-layout-grid\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"113\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-113x150.png\" alt=\"Debian\" class=\"wp-image-5969\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-113x150.png 113w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-226x300.png 226w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-773x1024.png 773w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-768x1018.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-1159x1536.png 1159w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-1545x2048.png 1545w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-600x795.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/debian-logo-white-text-scaled.png 1932w\" sizes=\"auto, (max-width: 113px) 100vw, 113px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"52\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/plesk_logo_negative_rectangle_transparent_rgb-150x52.png\" alt=\"Plesk\" class=\"wp-image-1272\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/plesk_logo_negative_rectangle_transparent_rgb-150x52.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/plesk_logo_negative_rectangle_transparent_rgb-300x104.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/plesk_logo_negative_rectangle_transparent_rgb-1024x356.png 1024w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/plesk_logo_negative_rectangle_transparent_rgb-768x267.png 768w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/plesk_logo_negative_rectangle_transparent_rgb-1536x533.png 1536w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/plesk_logo_negative_rectangle_transparent_rgb-2048x711.png 2048w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2022\/06\/plesk_logo_negative_rectangle_transparent_rgb-600x208.png 600w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/logo-wp-wordpress-fit-150x150.png\" alt=\"WordPress logo\" class=\"wp-image-6046\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/logo-wp-wordpress-fit-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/logo-wp-wordpress-fit-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/logo-wp-wordpress-fit-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2024\/11\/logo-wp-wordpress-fit.png 400w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-d9d95ed6 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-150x150.png\" alt=\"Nextcloud\" class=\"wp-image-2692\" srcset=\"https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-150x150.png 150w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-300x300.png 300w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-600x600.png 600w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1-100x100.png 100w, https:\/\/www.lrob.fr\/wp-content\/uploads\/2023\/09\/nextcloud-logo-transparent-png-768x768-1.png 768w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>L&rsquo;h\u00e9bergeur web sans concession Haut de gamme. Humain. Fran\u00e7ais. H\u00e9bergement web \u00b7 WordPress \u00b7 NextcloudInfog\u00e9rance \u00b7 Cr\u00e9ation de sites Choisir un h\u00e9bergement pour agence web Le confort d\u2019un h\u00e9bergeur haut de gamme Lib\u00e9rez-vous et concentrez-vous sur ce qui compte vraiment : faire grandir vos projets en toute s\u00e9r\u00e9nit\u00e9. Haute Performance Les meilleurs temps de chargement. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4698,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-8659","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/pages\/8659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/comments?post=8659"}],"version-history":[{"count":50,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/pages\/8659\/revisions"}],"predecessor-version":[{"id":9695,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/pages\/8659\/revisions\/9695"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/media\/4698"}],"wp:attachment":[{"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/media?parent=8659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}