{"id":13275,"date":"2025-01-20T14:20:39","date_gmt":"2025-01-20T12:20:39","guid":{"rendered":"https:\/\/nasey.com\/?page_id=13275"},"modified":"2025-07-18T15:59:19","modified_gmt":"2025-07-18T12:59:19","slug":"booking","status":"publish","type":"page","link":"https:\/\/nasey.com\/fr\/reservation\/","title":{"rendered":"Prenez rendez-vous pour discuter de votre projet"},"content":{"rendered":"\n\n\n \n \n \u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 – \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a<\/title>\n <link href=\"https:\/\/fonts.googleapis.com\/css2?family=IBM+Plex+Sans+Arabic:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n <style>\n * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n }\n\n body {\n font-family: 'IBM Plex Sans Arabic', Arial, sans-serif;\n background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n min-height: 100vh;\n color: #333;\n }\n\n .container {\n max-width: 100%;\n margin: 0;\n background: rgba(255, 255, 255, 0.95);\n min-height: 100vh;\n backdrop-filter: blur(10px);\n }\n\n .header {\n background: linear-gradient(135deg, #0052ad 0%, #004494 100%);\n color: white;\n padding: 40px 20px;\n text-align: center;\n position: relative;\n overflow: hidden;\nborder-radius: 15px;\n }\n\n .header::before {\n content: '';\n position: absolute;\n top: -50%;\n left: -50%;\n width: 200%;\n height: 200%;\n background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);\n animation: float 6s ease-in-out infinite;\n }\n\n @keyframes float {\n 0%, 100% { transform: translateY(0px) rotate(0deg); }\n 50% { transform: translateY(-20px) rotate(180deg); }\n }\n\n .header h1 {\n font-size: 2.5rem;\n margin-bottom: 10px;\n position: relative;\n z-index: 2;\n color: #fff;\n }\n\n .header p {\n font-size: 1.2rem;\n opacity: 0.9;\n position: relative;\n z-index: 2;\n color: #fff;\n }\n\n .availability-status {\n background: linear-gradient(45deg, #26de81, #20bf6b);\n color: white;\n padding: 20px;\n text-align: center;\n margin: 0;\n animation: pulse 2s infinite;\n position: relative;\n overflow: hidden;\nborder-radius: 15px;\n }\n\n .availability-status.busy {\n background: linear-gradient(45deg, #ff6b6b, #ee5a24);\n box-shadow: 0 10px 25px rgba(238, 90, 36, 0.3);\n }\n\n @keyframes pulse {\n 0% { transform: scale(1); }\n 50% { transform: scale(1.02); }\n 100% { transform: scale(1); }\n }\n\n .availability-status::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n animation: shine 3s infinite;\n }\n\n @keyframes shine {\n 0% { left: -100%; }\n 100% { left: 100%; }\n }\n\n .availability-status h3 {\n font-size: 1.5rem;\n margin-bottom: 10px;\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 10px;\n color: white;\n }\n\n .availability-status p {\n color: rgba(255, 255, 255, 0.9);\n margin-bottom: 0;\n }\n\n .content {\n padding: 30px 20px;\n }\n\n \/* \u062a\u062d\u0633\u064a\u0646 \u0639\u0631\u0636 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 *\/\n .project-steps {\n margin-bottom: 40px;\n }\n\n .project-steps h3 {\n text-align: center;\n color: #0052ad;\n font-size: 2rem;\n margin-bottom: 30px;\n }\n\n .steps-wrapper {\n position: relative;\n overflow: hidden;\n }\n\n .steps-container {\n display: flex;\n gap: 15px;\n align-items: center;\n padding: 30px 10px;\n overflow-x: auto;\n scroll-behavior: smooth;\n scrollbar-width: thin;\n scrollbar-color: #0052ad #f0f0f0;\n }\n\n .steps-container::-webkit-scrollbar {\n height: 8px;\n }\n\n .steps-container::-webkit-scrollbar-track {\n background: #f0f0f0;\n border-radius: 10px;\n }\n\n .steps-container::-webkit-scrollbar-thumb {\n background: linear-gradient(135deg, #0052ad, #004494);\n border-radius: 10px;\n }\n\n .step {\n background: white;\n border-radius: 15px;\n padding: 20px 15px;\n box-shadow: 0 15px 35px rgba(0, 82, 173, 0.1);\n text-align: center;\n position: relative;\n min-width: 180px;\n flex-shrink: 0;\n transition: all 0.3s ease;\n border: 2px solid transparent;\n }\n\n .step:hover {\n transform: translateY(-10px);\n box-shadow: 0 25px 50px rgba(0, 82, 173, 0.2);\n border-color: #0052ad;\n }\n\n .step-number {\n position: absolute;\n top: -15px;\n left: 50%;\n transform: translateX(-50%);\n background: linear-gradient(135deg, #0052ad, #004494);\n color: white;\n width: 40px;\n height: 40px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n font-weight: bold;\n font-size: 1.1rem;\n box-shadow: 0 5px 15px rgba(0, 82, 173, 0.3);\n }\n\n .step-icon {\n font-size: 2rem;\n margin: 15px 0 10px;\n color: #0052ad;\n }\n\n .step h4 {\n color: #0052ad;\n font-size: 1rem;\n margin-bottom: 5px;\n font-weight: 600;\n }\n\n .step p {\n font-size: 0.85rem;\n color: #666;\n line-height: 1.4;\n }\n\n .arrow {\n font-size: 1.5rem;\n color: #0052ad;\n opacity: 0.8;\n flex-shrink: 0;\n }\n\n \/* \u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u062a\u0646\u0642\u0644 \u0644\u0644\u062e\u0637\u0648\u0627\u062a *\/\n .steps-nav {\n display: flex;\n justify-content: center;\n gap: 10px;\n margin-top: 20px;\n }\n\n .nav-btn {\n background: #0052ad;\n color: white;\n border: none;\n width: 40px;\n height: 40px;\n border-radius: 50%;\n font-size: 1.2rem;\n cursor: pointer;\n transition: all 0.3s ease;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .nav-btn:hover {\n background: #004494;\n transform: scale(1.1);\n }\n\n .nav-btn:disabled {\n background: #ccc;\n cursor: not-allowed;\n transform: none;\n }\n\n \/* \u0642\u0633\u0645 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u062c\u062f\u064a\u062f *\/\n .services-section {\n background: linear-gradient(135deg, #f8f9ff 0%, #e6f3ff 100%);\n padding: 40px 20px;\n margin: 0;\n }\n\n .services-section h3 {\n text-align: center;\n color: #0052ad;\n font-size: 2.2rem;\n margin-bottom: 40px;\n position: relative;\n }\n\n .services-section h3::after {\n content: '';\n width: 100px;\n height: 4px;\n background: linear-gradient(135deg, #0052ad, #004494);\n position: absolute;\n bottom: -10px;\n left: 50%;\n transform: translateX(-50%);\n border-radius: 2px;\n }\n\n .services-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 30px;\n max-width: 1200px;\n margin: 0 auto;\n }\n\n .service-card {\n background: white;\n border-radius: 20px;\n padding: 30px;\n box-shadow: 0 15px 40px rgba(0, 82, 173, 0.1);\n transition: all 0.3s ease;\n border-top: 5px solid #0052ad;\n position: relative;\n overflow: hidden;\n }\n\n .service-card::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(135deg, rgba(0, 82, 173, 0.05) 0%, transparent 50%);\n pointer-events: none;\n }\np {\n font-size: 16px;\n color: #85c8fb;\n margin-bottom: 15px;\n}\n .service-card:hover {\n transform: translateY(-10px);\n box-shadow: 0 25px 60px rgba(0, 82, 173, 0.2);\n }\n\n .service-header {\n display: flex;\n align-items: center;\n gap: 15px;\n margin-bottom: 20px;\n }\n\n .service-icon {\n background: linear-gradient(135deg, #0052ad, #004494);\n color: white;\n width: 70px;\n height: 70px;\n border-radius: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: 2rem;\n flex-shrink: 0;\n }\n\n .service-title {\n color: #0052ad;\n font-size: 1.4rem;\n font-weight: 700;\n margin: 0;\n }\n\n .service-subtitle {\n color: #666;\n font-size: 1rem;\n margin-top: 5px;\n font-weight: 500;\n }\n\n .service-duration {\n background: linear-gradient(45deg, #26de81, #20bf6b);\n color: white;\n padding: 8px 15px;\n border-radius: 25px;\n font-size: 0.9rem;\n font-weight: 600;\n display: inline-block;\n margin: 15px 0;\n }\n\n .service-description {\n color: #555;\n line-height: 1.6;\n margin-bottom: 20px;\n font-size: 1rem;\n }\n\n .service-features {\n list-style: none;\n margin: 20px 0;\n }\n\n .service-features li {\n color: #666;\n margin-bottom: 8px;\n position: relative;\n padding-left: 25px;\n font-size: 0.95rem;\n }\n\n .service-features li::before {\n content: '\u2713';\n position: absolute;\n left: 0;\n color: #26de81;\n font-weight: bold;\n font-size: 1.1rem;\n }\n\n .service-examples {\n background: #f8f9ff;\n padding: 20px;\n border-radius: 15px;\n margin-top: 20px;\n border-left: 4px solid #0052ad;\n }\n\n .service-examples h5 {\n color: #0052ad;\n font-size: 1.1rem;\n margin-bottom: 10px;\n font-weight: 600;\n }\n\n .service-examples ul {\n list-style: none;\n margin: 0;\n }\n\n .service-examples li {\n color: #666;\n margin-bottom: 5px;\n position: relative;\n padding-left: 20px;\n font-size: 0.9rem;\n }\n\n .service-examples li::before {\n content: '\u2022';\n position: absolute;\n left: 0;\n color: #0052ad;\n font-weight: bold;\n }\n\n .book-service-btn {\n background: linear-gradient(135deg, #0052ad, #004494);\n color: white;\n border: none;\n padding: 15px 25px;\n border-radius: 30px;\n font-size: 1rem;\n font-weight: 600;\n cursor: pointer;\n transition: all 0.3s ease;\n width: 100%;\n margin-top: 20px;\n }\n\n .book-service-btn:hover {\n transform: translateY(-2px);\n box-shadow: 0 10px 25px rgba(0, 82, 173, 0.3);\n }\n\n \/* \u0628\u0627\u0642\u064a \u0627\u0644\u0623\u0646\u0645\u0627\u0637 *\/\n .features-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 25px;\n margin: 40px 0;\n }\n\n .feature-card {\n background: white;\n border-radius: 15px;\n padding: 30px 25px;\n text-align: center;\n box-shadow: 0 10px 30px rgba(0, 82, 173, 0.08);\n transition: all 0.3s ease;\n border-top: 4px solid #0052ad;\n }\n\n .feature-card:hover {\n transform: translateY(-5px);\n box-shadow: 0 20px 40px rgba(0, 82, 173, 0.15);\n }\n\n .feature-icon {\n background: linear-gradient(135deg, #0052ad, #004494);\n color: white;\n width: 60px;\n height: 60px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto 20px;\n font-size: 1.5rem;\n }\n\n .feature-card h3 {\n color: #0052ad;\n margin-bottom: 15px;\n font-size: 1.2rem;\n }\n\n .feature-card p {\n color: #666;\n line-height: 1.6;\n }\n\n .zoom-features {\n background: linear-gradient(135deg, #0052ad, #004494);\n color: white;\n padding: 40px 20px;\n margin: 0;\nborder-radius: 15px;\n text-align: center;\n }\n\n .zoom-features h3 {\n font-size: 1.8rem;\n margin-bottom: 20px;\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 15px;\n color: white;\n }\n\n .zoom-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 20px;\n margin-top: 25px;\n max-width: 1000px;\n margin-left: auto;\n margin-right: auto;\n }\n\n .zoom-item {\n background: rgba(255, 255, 255, 0.1);\n padding: 20px;\n border-radius: 10px;\n backdrop-filter: blur(5px);\n }\n \n .zoom-item h4 {\n color: white;\n margin-bottom: 8px;\n font-size: 1.1rem;\n }\n \n .zoom-item p {\n color: rgba(255, 255, 255, 0.9);\n font-size: 0.9rem;\n }\n\n .booknetic-container {\n background: linear-gradient(135deg, #f8f9ff 0%, #e6f3ff 100%);\n padding: 40px 20px;\n margin: 0;\n min-height: 600px;\n position: relative;\n }\n\n .booknetic-header {\n text-align: center;\n margin-bottom: 30px;\n }\n\n .booknetic-header h3 {\n color: #0052ad;\n font-size: 1.8rem;\n margin-bottom: 10px;\n }\n\n .booknetic-header p {\n color: #666;\n font-size: 1.1rem;\n }\n\n .global-availability {\n background: linear-gradient(135deg, #26de81, #20bf6b);\n color: white;\n padding: 30px 20px;\n text-align: center;\nborder-radius: 15px;\n margin: 0;\n }\n \n .global-availability h4 {\n color: white;\n font-size: 1.3rem;\n margin-bottom: 10px;\n }\n \n .global-availability p {\n color: rgba(255, 255, 255, 0.9);\n margin-bottom: 15px;\n }\n\n .country-flags {\n display: flex;\n justify-content: center;\n flex-wrap: wrap;\n gap: 10px;\n margin-top: 15px;\n }\n\n .flag {\n font-size: 1.5rem;\n padding: 5px;\n background: rgba(255, 255, 255, 0.2);\n border-radius: 5px;\n }\n\n .quick-actions {\n display: flex;\n gap: 15px;\n justify-content: center;\n margin: 30px 0;\n flex-wrap: wrap;\n padding: 0 20px;\n }\n\n .quick-action-btn {\n background: white;\n color: #0052ad;\n border: 2px solid #0052ad;\n padding: 12px 25px;\n border-radius: 25px;\n text-decoration: none;\n font-weight: 600;\n transition: all 0.3s ease;\n display: flex;\n align-items: center;\n gap: 8px;\n font-size: 1rem;\n }\n\n .quick-action-btn:hover {\n background: #0052ad;\n color: white;\n transform: translateY(-2px);\n }\n\n \/* \u062a\u062d\u0633\u064a\u0646\u0627\u062a \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 *\/\n @media (max-width: 768px) {\n .header h1 {\n font-size: 2rem;\n }\n \n .header p {\n font-size: 1rem;\n }\n \n .content {\n padding: 20px 15px;\n }\n\n .step {\n min-width: 160px;\n padding: 15px 10px;\n }\n \n .step h4 {\n font-size: 0.9rem;\n }\n \n .step p {\n font-size: 0.8rem;\n }\n \n .arrow {\n font-size: 1.2rem;\n margin: 0 5px;\n }\n\n .services-grid {\n grid-template-columns: 1fr;\n gap: 20px;\n }\n\n .service-card {\n padding: 25px 20px;\n }\n\n .service-icon {\n width: 60px;\n height: 60px;\n font-size: 1.8rem;\n }\n\n .service-title {\n font-size: 1.2rem;\n }\n\n .quick-actions {\n flex-direction: column;\n align-items: center;\n }\n\n .quick-action-btn {\n min-width: 200px;\n justify-content: center;\n }\n\n .zoom-grid {\n grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n }\n\n .features-grid {\n grid-template-columns: 1fr;\n }\n }\n\n @media (max-width: 480px) {\n .header {\n padding: 30px 15px;\n }\n\n .header h1 {\n font-size: 1.8rem;\n }\n\n .services-section h3 {\n font-size: 1.8rem;\n }\n\n .service-header {\n flex-direction: column;\n text-align: center;\n gap: 10px;\n }\n\n .service-icon {\n width: 50px;\n height: 50px;\n font-size: 1.5rem;\n }\n }\n <\/style>\n<\/head>\n<body>\n <div class=\"container\">\n <div class=\"header\">\n <h1>Prenez rendez-vous pour discuter de votre projet<\/h1>\n <p>\u0646\u0627\u0642\u0634 \u0641\u0643\u0631\u062a\u0643 \u0645\u0639 \u0641\u0631\u064a\u0642\u0646\u0627 \u0627\u0644\u0645\u062a\u062e\u0635\u0635 \u0639\u0628\u0631 Zoom \u0645\u0646 \u0623\u064a \u0645\u0643\u0627\u0646 \u0641\u064a \u0627\u0644\u0639\u0627\u0644\u0645<\/p>\n <\/div>\n<br>\n <div class=\"availability-status\" id=\"availabilityStatus\">\n <h3>\n <span id=\"statusIcon\">\u2705<\/span>\n <span id=\"statusText\">\u0645\u062a\u0627\u062d \u0644\u0644\u062d\u062c\u0632! \u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646<\/span>\n <\/h3>\n <p id=\"statusDescription\">\u0641\u0631\u064a\u0642\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0639\u0628\u0631 \u0645\u0624\u062a\u0645\u0631 Zoom \u0627\u0644\u0645\u0624\u0645\u0646<\/p>\n <\/div>\n\n<br>\n\n\n <div class=\"booknetic-container\">\n <div class=\"booknetic-header\">\n <h3>\u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646<\/h3>\n <p>\u0627\u062e\u062a\u0631 \u0627\u0644\u062a\u0648\u0642\u064a\u062a \u0627\u0644\u0645\u0646\u0627\u0633\u0628 \u0644\u0643 \u0648\u0633\u064a\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0631\u0627\u0628\u0637 Zoom \u062a\u0644\u0642\u0627\u0626\u064a\u0627\u064b<\/p>\n <\/div>\n \n <div id=\"booknetic-widget\">\n <link rel=\"stylesheet\" href=\"\/\/nasey.com\/wp-content\/uploads\/booknetic\/appearance\/theme_1.css\"><link rel=\"stylesheet\" href=\"\/\/fonts.googleapis.com\/css?family=IBM Plex Sans Arabic:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap\">\r\n<div class=\"booknetic_appointment\" id=\"booknetic_theme_1\" data-info=\"f1939de0a05c72bf3647ab32c7fae5bc32dd85891c54a281ae1065b518f08a0b:W10=\" data-steps=\"[{"id":"location","order_number":1,"value":-1,"hidden":true,"loader":"card1","title":"Lieu","head_title":"S\\u00e9lectionnez un lieu"},{"id":"service","order_number":11,"value":"","hidden":false,"loader":"card2","title":"Service","head_title":"S\\u00e9lectionner un service","attrs":" data-service-category=\\"\\""},{"id":"staff","order_number":21,"value":-1,"hidden":true,"loader":"card1","title":"Membre du personnel","head_title":"S\\u00e9lectionner le membre du personnel"},{"id":"service_extras","order_number":31,"value":"","hidden":true,"loader":"card2","title":"Service Extras","head_title":"S\\u00e9lectionnez les suppl\\u00e9ments"},{"id":"date_time","order_number":41,"value":"","hidden":false,"loader":"card3","title":"Date &amp; Heure","head_title":"Choisissez la date et le cr\\u00e9neau"},{"id":"recurring_info","order_number":51,"value":"","hidden":true,"loader":"card3","title":"Informations r\\u00e9currentes","head_title":"Informations r\\u00e9currentes"},{"id":"information","order_number":61,"value":"","hidden":false,"loader":"card3","title":"Information","head_title":"Remplissez les informations"},{"id":"cart","order_number":71,"value":"","hidden":true,"loader":"card3","title":"Panier","head_title":"Ajouter au panier"},{"id":"confirm_details","order_number":81,"value":"","hidden":false,"loader":"card3","title":"Confirmation","head_title":"Confirmer les d\\u00e9tails"}]\">\r\n\t<div class=\"booknetic_appointment_steps has-logo\">\r\n\t\t\t\t<div class=\"booknetic_company_logo\">\r\n\t\t\t<img decoding=\"async\" src=\"http:\/\/nasey.com\/wp-content\/uploads\/booknetic\/settings\/682310de36a931a076f78618938b45f8.png\">\r\n\t\t<\/div>\r\n\t\t\t\t<div class=\"booknetic_appointment_steps_body nice-scrollbar-primary\"><\/div>\r\n <div class=\"booknetic_appointment_steps_footer\">\r\n <div class=\"booknetic_appointment_steps_footer_txt1\">Vous avez des questions?<\/div>\r\n <div class=\"booknetic_appointment_steps_footer_txt2\">+201000031208<\/div>\r\n <\/div>\r\n <\/div>\r\n <div class=\"booknetic_appointment_container\">\r\n\r\n <div class=\"booknetic_appointment_container_header\">\r\n <div class=\"booknetic_appointment_container_header_text\"><\/div>\r\n <\/div>\r\n <div class=\"booknetic_appointment_container_body\">\r\n\r\n <div class=\"booknetic_preloader_card1_box booknetic_hidden\">\r\n <div class=\"booknetic_preloader_card1\">\r\n <div class=\"booknetic_preloader_card1_image\"><\/div>\r\n <div class=\"booknetic_preloader_card1_description\"><\/div>\r\n <\/div>\r\n\r\n <div class=\"booknetic_preloader_card1\">\r\n <div class=\"booknetic_preloader_card1_image\"><\/div>\r\n <div class=\"booknetic_preloader_card1_description\"><\/div>\r\n <\/div>\r\n\r\n <div class=\"booknetic_preloader_card1\">\r\n <div class=\"booknetic_preloader_card1_image\"><\/div>\r\n <div class=\"booknetic_preloader_card1_description\"><\/div>\r\n <\/div>\r\n <\/div>\r\n\r\n <div class=\"booknetic_preloader_card2_box booknetic_hidden\">\r\n <div class=\"booknetic_preloader_card2\">\r\n <div class=\"booknetic_preloader_card2_image\"><\/div>\r\n <div class=\"booknetic_preloader_card2_description\"><\/div>\r\n <\/div>\r\n\r\n <div class=\"booknetic_preloader_card2\">\r\n <div class=\"booknetic_preloader_card2_image\"><\/div>\r\n <div class=\"booknetic_preloader_card2_description\"><\/div>\r\n <\/div>\r\n\r\n <div class=\"booknetic_preloader_card2\">\r\n <div class=\"booknetic_preloader_card2_image\"><\/div>\r\n <div class=\"booknetic_preloader_card2_description\"><\/div>\r\n <\/div>\r\n <\/div>\r\n\r\n <div class=\"booknetic_preloader_card3_box booknetic_hidden\">\r\n <div class=\"booknetic_preloader_card3\"><\/div>\r\n <div class=\"booknetic_preloader_card3\"><\/div>\r\n <div class=\"booknetic_preloader_card3\"><\/div>\r\n <div class=\"booknetic_preloader_card3\"><\/div>\r\n <\/div>\r\n\r\n <div class=\"booknetic_need_copy\" >\r\n <div data-step-id=\"location\" class=\"booknetic_hidden\"><\/div>\r\n <div data-step-id=\"staff\" class=\"booknetic_hidden\"><\/div>\r\n <div data-step-id=\"service\" class=\"booknetic_hidden\"><\/div>\r\n <div data-step-id=\"service_extras\" class=\"booknetic_hidden\"><\/div>\r\n <div data-step-id=\"date_time\" class=\"booknetic_hidden\"><\/div>\r\n <div data-step-id=\"recurring_info\" class=\"booknetic_hidden\"><\/div>\r\n <div data-step-id=\"information\" class=\"booknetic_hidden\"><\/div>\r\n <\/div>\r\n\r\n <div data-step-id=\"cart\" class=\"booknetic_hidden\"><\/div>\r\n <div data-step-id=\"confirm_details\" class=\"booknetic_hidden\"><\/div>\r\n\r\n <div class=\"booknetic_appointment_finished_with_error booknetic_hidden\">\r\n <img decoding=\"async\" src=\"https:\/\/nasey.com\/wp-content\/plugins\/booknetic\/app\/Frontend\/assets\/images\/payment-error.svg\">\r\n <div>Nous ne sommes pas en mesure de traiter votre paiement. Veuillez r\u00e9essayer.<\/div>\r\n <\/div>\r\n\r\n <\/div>\r\n <div class=\"booknetic_appointment_container_footer\">\r\n <button type=\"button\" class=\"booknetic_btn_secondary booknetic_prev_step\">RETOUR<\/button>\r\n <div class=\"booknetic_warning_message\"><\/div>\r\n <button type=\"button\" class=\"booknetic_btn_primary booknetic_next_step booknetic_next_step_btn\">PROCHAINE \u00c9TAPE<\/button>\r\n <button type=\"button\" class=\"booknetic_btn_primary booknetic_next_step booknetic_confirm_booking_btn\">CONFIRMER LA R\u00c9SERVATION<\/button>\r\n <button type=\"button\" class=\"booknetic_btn_primary booknetic_hidden booknetic_try_again_btn\">R\u00c9ESSAYER<\/button>\r\n <\/div>\r\n\r\n \r\n <\/div>\r\n <div class=\"booknetic_appointment_finished\">\r\n <div class=\"booknetic_appointment_finished_icon\"><img decoding=\"async\" src=\"https:\/\/nasey.com\/wp-content\/plugins\/booknetic\/app\/Frontend\/assets\/icons\/status-ok.svg\"><\/div>\r\n <div class=\"booknetic_appointment_finished_title\">Merci pour votre demande!<\/div>\r\n <div class=\"booknetic_appointment_finished_subtitle\">Votre num\u00e9ro de confirmation:<\/div>\r\n <div class=\"booknetic_appointment_finished_code\"><\/div>\r\n <div class=\"booknetic_appointment_finished_actions\">\r\n <button type=\"button\" id=\"booknetic_add_to_google_calendar_btn\" class=\"booknetic_btn_secondary\"><img decoding=\"async\" src=\"https:\/\/nasey.com\/wp-content\/plugins\/booknetic\/app\/Frontend\/assets\/icons\/calendar.svg\"> AJOUTER AU CALENDRIER GOOGLE<\/button>\r\n <a id=\"booknetic_add_to_icalendar_btn\" download=\"Ev\u00e9nement.ics\" class=\"booknetic_btn_secondary\"><img decoding=\"async\" src=\"https:\/\/nasey.com\/wp-content\/plugins\/booknetic\/app\/Frontend\/assets\/icons\/calendar.svg\"> AJOUTER AU CALENDRIER ICAL<\/a>\r\n <button type=\"button\" id=\"booknetic_start_new_booking_btn\" class=\"booknetic_btn_secondary\"><img decoding=\"async\" src=\"https:\/\/nasey.com\/wp-content\/plugins\/booknetic\/app\/Frontend\/assets\/icons\/plus.svg\"> DEBUTER UN NOUVEAU RENDEZ-VOUS<\/button>\r\n <button type=\"button\" id=\"booknetic_finish_btn\" class=\"booknetic_btn_secondary\" data-redirect-url=\"\"><img decoding=\"async\" src=\"https:\/\/nasey.com\/wp-content\/plugins\/booknetic\/app\/Frontend\/assets\/icons\/check-small.svg\"> TERMINER LA RESERVATION<\/button>\r\n <\/div>\r\n <\/div>\r\n\r\n <div id=\"booknetic_progress\" class=\"booknetic_progress_waiting booknetic_progress_done\"><dt><\/dt><dd><\/dd><\/div>\r\n<\/div>\r\n\r\n<script type=\"application\/javascript\">\r\n (function ()\r\n {\r\n let initBookingPanel = function ()\r\n {\r\n if( typeof window.bookneticInitBookingPage !== 'undefined' ) {\r\n jQuery(\".booknetic_appointment\").each( ( i , v ) =>\r\n {\r\n window.bookneticInitBookingPage( v );\r\n } );\r\n } else {\r\n \/* Bele yazilmasinin sebebi siteground-optimizer (Speed Optimizer) pluginidir ki, qeribe shekilde bu JS`i goturub oz JS faylina salib run edir ve error partlayir ki, window.bookneticInitBookingPage tapilmadi deye. *\/\r\n setTimeout(initBookingPanel, 1000);\r\n }\r\n }\r\n\r\n if( document.readyState === 'loading' )\r\n document.addEventListener('DOMContentLoaded', initBookingPanel)\r\n else\r\n initBookingPanel();\r\n })();\r\n<\/script>\r\n\n <\/div>\n <\/div>\n<br>\n<div class=\"trustindex-custom-container\">\n <div class=\"trustindex-header\">\n <h3>\u2b50 \u0622\u0631\u0627\u0621 \u0639\u0645\u0644\u0627\u0626\u0646\u0627 \u0645\u0646 \u062c\u0648\u062c\u0644<\/h3>\n <p class=\"trustindex-subtitle\">\n \u062a\u0642\u064a\u064a\u0645\u0627\u062a \u062d\u0642\u064a\u0642\u064a\u0629 \u0645\u0646 \u0639\u0645\u0644\u0627\u0626\u0646\u0627 \u0627\u0644\u0633\u0639\u062f\u0627\u0621 \n <\/p>\n <\/div>\n\n <div class=\"google-logo-section\">\n <img decoding=\"async\" src=\"https:\/\/img.icons8.com\/office\/40\/google-logo.png\" alt=\"Google\">\n <span>\u062a\u0642\u064a\u064a\u0645\u0627\u062a \u062c\u0648\u062c\u0644 \u0627\u0644\u0645\u0639\u062a\u0645\u062f\u0629<\/span>\n <\/div>\n\n <pre class=\"ti-widget\" style=\"display: none\"><template id=\"trustindex-google-widget-html\"><div class=\"ti-widget ti-goog ti-review-text-mode-readmore ti-text-align-right\" data-no-translation=\"true\" data-rotate-to=\"left\" data-layout-id=\"16\" data-layout-category=\"grid\" data-set-id=\"ligth-border\" data-pid=\"\" data-language=\"ar\" data-review-target-width=\"300\" data-css-version=\"2\" data-review-text-mode=\"readmore\" data-reply-by-locale=\"\u0627\u0644\u0631\u062f \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0645\u0627\u0644\u0643\" data-load-more-rows=\"3\" > <div class=\"ti-widget-container ti-col-3\"> <div class=\"ti-reviews-container\"> <div class=\"ti-reviews-container-wrapper\"> <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLx7bfL3hHki4Vu4r2cw9_yY31H3Bc7JkO3JSZ3qeZPVwVI3Q=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocLx7bfL3hHki4Vu4r2cw9_yY31H3Bc7JkO3JSZ3qeZPVwVI3Q=w80-h80-c-rp-mo-br100 2x\" alt=\"\u0627\u0634\u0631\u0641 \u0627\u0628\u0631\u0627\u0647\u064a\u0645 profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> \u0627\u0634\u0631\u0641 \u0627\u0628\u0631\u0627\u0647\u064a\u0645 <\/div> <div class=\"ti-date\">2025-01-11<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u0628\u0635\u0631\u0627\u062d\u0647 \u0623\u0641\u0636\u0644 \u0634\u0631\u0643\u0647 \u0625\u062a\u0639\u0627\u0645\u0644\u062a \u0645\u0639\u0647\u0627 \u060c \u0634\u063a\u0644 \u0645\u0639 \u0646\u0627\u0633 \u0641\u0627\u0647\u0645\u0647 \u0627\u0644\u0633\u0648\u0642 \u0627\u0644\u0633\u0639\u0648\u062f\u064a \u0627\u0644\u0644\u064a \u0628\u0646\u0634\u062a\u063a\u0644 \u0641\u064a\u0647 ... \u0648\u0627\u0644\u0634\u063a\u0644 \u0645\u0639 \u0646\u0627\u0633 \u0645\u062d\u062a\u0631\u0645\u0647 \u0648\u0623\u062e\u0644\u0627\u0642 \u0648 \u0623\u0641\u0636\u0644 \u0641\u0631\u064a\u0642 \u0639\u0645\u0644 \u0645\u0645\u0643\u0646 \u062a\u062a\u0639\u0627\u0645\u0644 \u0645\u0639\u0627\u0647\u0645 \u0639\u0644\u0649 \u0645\u062f\u0627\u0631 \u0662\u0664 \u0633\u0627\u0639\u0647 .\u0648\u0646\u0627\u0633 \u062b\u0642\u0647 \u0648\u0623\u0633\u0639\u0627\u0631 \u0645\u0639\u0642\u0648\u0644\u0647 \u0645\u0642\u0627\u0631\u0646\u0647 \u0628\u0627\u0644\u0645\u0646\u0627\u0641\u0633\u064a\u0646.. \u0648 \u0627\u0644\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0645\u062a\u0631\u062a\u0628\u0629 \u0633\u0631\u064a\u0639\u0647 \u0627\u0644\u062d\u0645\u062f \u0644\u0644\u0647 \u0628\u0635\u0631\u0627\u062d\u0647 \u0634\u0647\u0627\u062f\u0647 \u0644\u0644\u0647 \u0646\u0627\u0633 \u062b\u0642\u0647 \u0648\u062a\u0639\u0627\u0645\u0644 \u0623\u0645\u0627\u0646\u0647 \u0627\u0644\u0644\u0647 \u064a\u0628\u0627\u0631\u0643\u0644\u0647\u0645<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWrZq_urNxvG7py7AQe2HTLeB68fvFh-m-VH07Eiby60K8W6lA=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWrZq_urNxvG7py7AQe2HTLeB68fvFh-m-VH07Eiby60K8W6lA=w80-h80-c-rp-mo-br100 2x\" alt=\"Golden Prince profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Golden Prince <\/div> <div class=\"ti-date\">2024-06-01<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u0623\u0641\u0636\u0644 \u0634\u0631\u0643\u0629 \u0645\u0646 \u062c\u0645\u064a\u0639 \u0627\u0644\u0646\u0648\u0627\u062d\u064a \u062c\u0648\u062f\u0629 \u0639\u0627\u0644\u064a\u0629 \u0633\u0639\u0631 \u062c\u062f\u0627 \u0645\u0646\u0627\u0633\u0628 \u0648\u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0641\u064a \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0628\u0627\u062e\u062a\u0635\u0627\u0631 \u0627\u0637\u0645\u0646 \u0639\u0644\u0649 \u0645\u0634\u0631\u0648\u0639\u0643 \u0645\u0639\u0627\u0647\u0645 \u0644\u0623\u0646\u0647 \u0647\u064a\u0643\u0648\u0646 \u0641\u0648\u0642 \u0627\u0644\u062a\u0648\u0642\u0639\u0627\u062a \u0627\u062a\u0645\u0646\u0649 \u0644\u0644\u0627\u0633\u062a\u0627\u0630 \u0645\u062d\u0645\u062f \u0631\u0628\u064a\u0639 \u0648\u0641\u0631\u064a\u0642 \u0627\u0644\u0639\u0645\u0644 \u0645\u0639\u0627\u0647 \u062f\u0627\u0626\u0645 \u0627\u0644\u062a\u0648\u0641\u064a\u0642 \u0648\u0634\u0643\u0631\u0627 \u0644\u0647\u0645 \u0639\u0644\u0649 \u062e\u062f\u0645\u0627\u062a\u0647\u0645<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIPAuITpMvriVIr0duZCKakn9Rcpl7mbr0JbqFkLpphVbBs=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIPAuITpMvriVIr0duZCKakn9Rcpl7mbr0JbqFkLpphVbBs=w80-h80-c-rp-mo-br100 2x\" alt=\"alhebralfadi adv profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> alhebralfadi adv <\/div> <div class=\"ti-date\">2024-03-29<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u062a\u0639\u0627\u0645\u0644 \u0631\u0627\u0642\u064a \u0627\u0645\u062a\u064a\u0627\u0632\n\u062a\u0639\u0627\u0645\u0644 \u062a\u0642\u0646\u064a \u0627\u0645\u062a\u064a\u0627\u0632\n\u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0645\u062a\u064a\u0627\u0632<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjW4yQBjyv5POJEcIiiH2lOVGRe4mdZY5dxtN2QIaCHoyVkni7SX=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjW4yQBjyv5POJEcIiiH2lOVGRe4mdZY5dxtN2QIaCHoyVkni7SX=w80-h80-c-rp-mo-br100 2x\" alt=\"Sayed Elfayed profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Sayed Elfayed <\/div> <div class=\"ti-date\">2023-08-14<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u062a\u0642\u062f\u0645 \u0627\u0644\u0634\u0631\u0643\u0647 \u0627\u0641\u0636\u0644 \u062e\u062f\u0645\u0647 \u0641\u064a \u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0645\u0648\u0627\u0642\u0639 \u0648\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644 \u0628\u0634\u0643\u0644 \u064a\u0641\u0648\u0642 \u0627\u0644\u062a\u0648\u0642\u0639. \u0634\u0631\u0643\u0647 \u0646\u0627\u0633\u064a \u062a\u062d\u0648\u0644 \u0627\u0641\u0643\u0627\u0631\u0643 \u0627\u0644\u064a \u062d\u0642\u064a\u0642\u0647 .<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXcsNm9ASRINys4JcavNxhEXQTqDG6M1LFo60aOCA9g7pII3xk=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXcsNm9ASRINys4JcavNxhEXQTqDG6M1LFo60aOCA9g7pII3xk=w80-h80-c-rp-mo-br100 2x\" alt=\"Mr : Ghonaim profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mr : Ghonaim <\/div> <div class=\"ti-date\">2023-08-01<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u0644\u0642\u062f \u0633\u0639\u062f\u062a \u0628\u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0645\u0639 \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0648 \u0633\u0639\u0629 \u0627\u0644\u0635\u062f\u0631 \u062e\u0627\u0635\u0629 \u0645\u0646 \u0627\u0644\u0645\u0647\u0646\u062f\u0633 \u0645\u062d\u0645\u062f \u0631\u0628\u064a\u0639 \u0634\u0643\u0631\u0627 \u0644\u0643\u0645 \u0648\u0647\u0630\u0627 \u0644\u064a\u0633 \u0627\u062e\u0631 \u062a\u0639\u0627\u0645\u0644 \u0628\u064a\u0646\u0646\u0627 \u0625\u0646 \u0634\u0627\u0621 \u0627\u0644\u0644\u0647<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIjJbZA_7NTL8uZbT40J1qgvdTYQ4ev1EP1tjI-wHkk-KdO6A=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocIjJbZA_7NTL8uZbT40J1qgvdTYQ4ev1EP1tjI-wHkk-KdO6A=w80-h80-c-rp-mo-br100 2x\" alt=\"Mohamed Galal profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Mohamed Galal <\/div> <div class=\"ti-date\">2023-08-01<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u0643\u0627\u0646\u062a \u062a\u062c\u0631\u0628\u0647 \u0645\u0645\u064a\u0632\u0647 \u0648\u0639\u0645\u0644 \u0639\u0644\u064a \u0627\u0639\u0644\u064a \u0645\u0633\u062a\u0648\u064a \u0648\u062a\u0639\u0627\u0645\u0644 \u0627\u062d\u062a\u0631\u0627\u0641\u064a \u0645\u0646 \u0642\u0628\u0644 \u0627\u0644\u0634\u0631\u0643\u0647 \u0648\u0627\u0646 \u0634\u0627\u0621 \u0627\u0644\u0644\u0647 \u064a\u062c\u0645\u0639\u0646\u0627 \u0639\u0645\u0644 \u062a\u0627\u0646\u064a \u0645\u0639 \u0627\u0644\u0634\u0631\u0643\u0647 \u0634\u0643\u0631\u0627 \u0644\u064a\u0643\u0645 \ud83e\udd0d\ud83e\udd0d<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocK-a9e-16wh0J662Q47e1JZ84xmwhDZqHzmUOCuCrgIcvKfZQ=w40-h40-c-rp-mo-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocK-a9e-16wh0J662Q47e1JZ84xmwhDZqHzmUOCuCrgIcvKfZQ=w80-h80-c-rp-mo-br100 2x\" alt=\"hadi mayahi profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> hadi mayahi <\/div> <div class=\"ti-date\">2023-03-13<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->\u0643\u0627\u0646\u062a \u062a\u062c\u0631\u0628\u0629 \u0631\u0627\u0626\u0639\u0629 \u0648 \u0633\u0648\u0641 \u064a\u0643\u0648\u0646 \u0644\u064a \u0639\u0645\u0644 \u0645\u0639 \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0641\u064a \u0627\u0644\u0645\u0633\u062a\u0642\u0628\u0644. \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648 \u0627\u0644\u0625\u0647\u062a\u0645\u0627\u0645 \u0628\u0627\u0644\u0632\u0628\u0648\u0646 \u0641\u064a \u0642\u0645\u0629 \u0627\u0644\u0631\u0648\u0639\u0629. \u0623\u0646\u0627 \u0623\u0639\u064a\u0634 \u0641\u064a \u0643\u0646\u062f\u0627\u060c \u0644\u0627\u0643\u0646 \u0627\u0644\u062a\u0639\u0627\u0645\u0644 \u0648 \u062e\u062f\u0645\u0627\u062a \u0634\u0631\u0643\u0629 \u0646\u0627\u0646\u0633\u0628 \u064a\u0641\u0648\u0642 \u062e\u062f\u0645\u0627\u062a \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0641\u064a \u0643\u0646\u062f\u0627. \u0647\u0630\u0627 \u062d\u0633\u0628 \u062a\u062c\u0631\u0628\u062a\u064a \u0647\u0646\u0627. \u0625\u0646\u064a \u0623\u0642\u062a\u0631\u062d \u0627\u0644\u0639\u0645\u0644 \u0645\u0639\u0647\u0645. \u0625\u0646\u0647\u0645 \u0631\u0627\u0626\u0639\u064a\u0646.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <div data-empty=\"0\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjU7jDQhXlzpcm7mRdbw_54lPjn31jGoFCDOR-n_SPiOqW0mAP5-=w40-h40-c-rp-mo-ba2-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjU7jDQhXlzpcm7mRdbw_54lPjn31jGoFCDOR-n_SPiOqW0mAP5-=w80-h80-c-rp-mo-ba2-br100 2x\" alt=\"awad mohamad profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> awad mohamad <\/div> <div class=\"ti-date\">2021-04-12<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/e.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->The manager is very friendly.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <div data-empty=\"1\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\" > <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <trustindex-image class=\"ti-platform-icon\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"Google\" width=\"20\" height=\"20\" loading=\"lazy\" ><\/trustindex-image> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVuP997BU6tKTk4SUFrldWJ134cEjemb97Ktn8SpTRWraIGUJK0=w40-h40-c-rp-mo-ba4-br100\" data-imgurlset=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVuP997BU6tKTk4SUFrldWJ134cEjemb97Ktn8SpTRWraIGUJK0=w80-h80-c-rp-mo-ba4-br100 2x\" alt=\"mohamed awadalla profile picture\" loading=\"lazy\" ><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> mohamed awadalla <\/div> <div class=\"ti-date\">2019-09-09<\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google\" width=\"17\" height=\"17\" loading=\"lazy\" ><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">\u062a\u062a\u062d\u0642\u0642 Trustindex \u0645\u0646 \u0623\u0646 \u0627\u0644\u0645\u0635\u062f\u0631 \u0627\u0644\u0623\u0635\u0644\u064a \u0644\u0644\u0645\u0631\u0627\u062c\u0639\u0629 \u0647\u0648 Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT --><!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"\u0627\u062e\u0641\u0627\u0621\" data-open-text=\"\u0627\u0639\u0631\u0636 \u0627\u0644\u0645\u0632\u064a\u062f\" ><\/span> <\/div> <\/div> <\/div> <div class=\"ti-load-more-reviews-container\"> <div class=\"ti-load-more-reviews-button\" style=\"display: none\">\u062a\u062d\u0645\u064a\u0644 \u0627\u0644\u0645\u0632\u064a\u062f<\/div> <\/div> <\/div> <div class=\"ti-verified-by ti-verified-by-row\" data-style=\"2\"> <div class=\"ti-inner\"> \u0645\u0648\u062b\u0651\u0642 \u0628\u0648\u0627\u0633\u0637\u0629 Trustindex <span class=\"ti-info-icon\"><\/span> <div class=\"ti-disclaimer\">\u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 Trustindex \u0647\u064a \u0631\u0645\u0632 \u0627\u0644\u062b\u0642\u0629 \u0627\u0644\u0639\u0627\u0644\u0645\u064a. \u0641\u0642\u0637 \u0623\u0639\u0638\u0645 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u064a\u0645\u0643\u0646\u0647\u0627 \u0627\u0644\u062d\u0635\u0648\u0644 \u0639\u0644\u0649 \u0627\u0644\u0634\u0647\u0627\u062f\u0629 \u0627\u0644\u062a\u064a \u0644\u062f\u064a\u0647\u0627 \u062a\u0642\u064a\u064a\u0645 \u0623\u0639\u0644\u0649 \u0645\u0646 4.5\u060c \u0628\u0646\u0627\u0621\u064b \u0639\u0644\u0649 \u062a\u0642\u064a\u064a\u0645\u0627\u062a \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0639\u0644\u0649 \u0645\u062f\u0627\u0631 \u0627\u0644\u0623\u0634\u0647\u0631 12 \u0627\u0644\u0645\u0627\u0636\u064a\u0629. <a href=\"https:\/\/www.trustindex.io\/ti-redirect.php?a=sys&c=wp-verified-badge&url=\/the-trustindex-verified-badge\" target=\"_blank\">\u0627\u0642\u0631\u0623 \u0627\u0644\u0645\u0632\u064a\u062f<\/a><\/div> <\/div> <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/nasey.com\/wp-content\/uploads\/trustindex-google-widget.css?1748517797\"><\/div>\n\n <a href=\"https:\/\/g.page\/r\/CQ2iILnaoq6SEAE\/review\" target=\"_blank\" class=\"view-all-google-reviews\">\n \ud83d\udd17 \u0639\u0631\u0636 \u062c\u0645\u064a\u0639 \u0627\u0644\u062a\u0642\u064a\u064a\u0645\u0627\u062a \n <\/a>\n<\/div>\n <div class=\"services-section\">\n <h3>\ud83d\ude80 \u0623\u0646\u0648\u0627\u0639 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u062a\u064a \u0646\u0642\u0648\u0645 \u0628\u0647\u0627<\/h3>\n \n <div class=\"services-grid\">\n <div class=\"service-card\">\n <div class=\"service-header\">\n <div class=\"service-icon\">\ud83c\udf10<\/div>\n <div>\n <h4 class=\"service-title\">Conception de site Web<\/h4>\n <p class=\"service-subtitle\">\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u062a\u0635\u0645\u064a\u0645 \u0645\u0648\u0627\u0642\u0639 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629<\/p>\n <\/div>\n <\/div>\n <div class=\"service-duration\">\u23f1\ufe0f 30 \u062f\u0642\u064a\u0642\u0629<\/div>\n <p class=\"service-description\">\n Une session Zoom de 30 minutes avec notre \u00e9quipe sp\u00e9cialis\u00e9e pour discuter de votre id\u00e9e et concevoir un site Web adapt\u00e9 \u00e0 vos besoins, en privil\u00e9giant la facilit\u00e9 d'utilisation et le design attrayant.\n <\/p>\n <div class=\"service-examples\">\n <h5>Exemples de projets :<\/h5>\n <ul>\n <li>\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0634\u0631\u0643\u0627\u062a \u0648\u0627\u0644\u062e\u062f\u0645\u0627\u062a<\/li>\n <li>\u0645\u0648\u0627\u0642\u0639 \u0634\u062e\u0635\u064a\u0629 \u0648\u0645\u0639\u0627\u0631\u0636 \u0623\u0639\u0645\u0627\u0644<\/li>\n <li>\u0645\u0648\u0627\u0642\u0639 \u0627\u0644\u0645\u0637\u0627\u0639\u0645 \u0648\u0627\u0644\u0641\u0646\u0627\u062f\u0642<\/li>\n <li>\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u064a\u0645 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a<\/li>\n <\/ul>\n <\/div>\n <ul class=\"service-features\">\n <li>\u062a\u0635\u0645\u064a\u0645 \u0645\u062a\u062c\u0627\u0648\u0628 \u0644\u062c\u0645\u064a\u0639 \u0627\u0644\u0623\u062c\u0647\u0632\u0629<\/li>\n <li>Am\u00e9liorer la vitesse du site Web<\/li>\n <li>R\u00e9f\u00e9rencement<\/li>\n <li>\u0644\u0648\u062d\u0629 \u062a\u062d\u0643\u0645 \u0633\u0647\u0644\u0629 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645<\/li>\n<\/ul>\n<a href=\"#booking-form\" class=\"book-service-btn\">\u0627\u062d\u062c\u0632 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/a>\n<\/div>\n\n <div class=\"service-card\">\n <div class=\"service-header\">\n <div class=\"service-icon\">\ud83d\uded2<\/div>\n <div>\n <h4 class=\"service-title\">Cr\u00e9ation de boutiques \u00e9lectroniques<\/h4>\n <p class=\"service-subtitle\">\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0625\u0646\u0634\u0627\u0621 \u0645\u062a\u0627\u062c\u0631 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629<\/p>\n <\/div>\n <\/div>\n <div class=\"service-duration\">\u23f1\ufe0f 30 \u062f\u0642\u064a\u0642\u0629<\/div>\n <p class=\"service-description\">\n Une session Zoom en ligne de 30 minutes pour discuter de votre id\u00e9e et cr\u00e9er une boutique en ligne int\u00e9gr\u00e9e qui refl\u00e8te votre vision d'entreprise et am\u00e9liore vos ventes.\n <\/p>\n <div class=\"service-examples\">\n <h5>Exemples de projets :<\/h5>\n <ul>\n <li>Magasins de v\u00eatements et d'accessoires<\/li>\n <li>\u0645\u062a\u0627\u062c\u0631 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0627\u062a \u0648\u0627\u0644\u0623\u062c\u0647\u0632\u0629<\/li>\n <li>\u0645\u062a\u0627\u062c\u0631 \u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a \u0627\u0644\u0631\u0642\u0645\u064a\u0629<\/li>\n <li>\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u0628\u064a\u0639 \u0628\u0627\u0644\u062c\u0645\u0644\u0629 B2B<\/li>\n <\/ul>\n <\/div>\n <ul class=\"service-features\">\n <li>\u0628\u0648\u0627\u0628\u0627\u062a \u062f\u0641\u0639 \u0645\u062a\u0639\u062f\u062f\u0629 \u0648\u0622\u0645\u0646\u0629<\/li>\n <li>\u0646\u0638\u0627\u0645 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062e\u0632\u0648\u0646<\/li>\n <li>\u062a\u062a\u0628\u0639 \u0627\u0644\u0637\u0644\u0628\u0627\u062a \u0648\u0627\u0644\u0634\u062d\u0646<\/li>\n <li>\u062a\u0642\u0627\u0631\u064a\u0631 \u0627\u0644\u0645\u0628\u064a\u0639\u0627\u062a \u0627\u0644\u062a\u0641\u0635\u064a\u0644\u064a\u0629<\/li>\n <\/ul>\n<a href=\"#booking-form\" class=\"book-service-btn\">\u0627\u062d\u062c\u0632 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/a>\n<\/div>\n\n <div class=\"service-card\">\n <div class=\"service-header\">\n <div class=\"service-icon\">\ud83d\udcf1<\/div>\n <div>\n <h4 class=\"service-title\">Conception d'applications mobiles<\/h4>\n <p class=\"service-subtitle\">\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u062a\u0635\u0645\u064a\u0645 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0645\u0648\u0628\u0627\u064a\u0644<\/p>\n <\/div>\n <\/div>\n <div class=\"service-duration\">\u23f1\ufe0f 30 \u062f\u0642\u064a\u0642\u0629<\/div>\n <p class=\"service-description\">\n Une session Zoom en ligne de 30 minutes pour concevoir et d\u00e9velopper une application mobile innovante adapt\u00e9e \u00e0 vos objectifs techniques et commerciaux, avec un plan de mise en \u0153uvre clair.\n <\/p>\n <div class=\"service-examples\">\n <h5>Exemples de projets :<\/h5>\n <ul>\n <li>Applications de commerce \u00e9lectronique<\/li>\n <li>\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a<\/li>\n <li>Applications d'\u00e9ducation et de formation<\/li>\n <li>\u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u0648\u0627\u0644\u062d\u062c\u0648\u0632\u0627\u062a<\/li>\n <\/ul>\n <\/div>\n <ul class=\"service-features\">\n <li>\u062a\u0637\u0648\u064a\u0631 \u0644\u0644\u0623\u0646\u062f\u0631\u0648\u064a\u062f \u0648 iOS<\/li>\n <li>\u062a\u0635\u0645\u064a\u0645 \u0648\u0627\u062c\u0647\u0629 \u0645\u0633\u062a\u062e\u062f\u0645 \u062c\u0630\u0627\u0628\u0629<\/li>\n <li>\u0631\u0628\u0637 \u0645\u0639 \u0642\u0648\u0627\u0639\u062f \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a<\/li>\n <li>\u0646\u0634\u0631 \u0641\u064a \u0645\u062a\u0627\u062c\u0631 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\u0627\u062a<\/li>\n <\/ul>\n<a href=\"#booking-form\" class=\"book-service-btn\">\u0627\u062d\u062c\u0632 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/a>\n <\/div>\n\n <div class=\"service-card\">\n <div class=\"service-header\">\n <div class=\"service-icon\">\ud83d\udd0d<\/div>\n <div>\n <h4 class=\"service-title\">Optimisation des moteurs de recherche<\/h4>\n <p class=\"service-subtitle\">\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u062a\u062d\u0633\u064a\u0646 \u0645\u062d\u0631\u0643\u0627\u062a \u0627\u0644\u0628\u062d\u062b (SEO)<\/p>\n <\/div>\n <\/div>\n <div class=\"service-duration\">\u23f1\ufe0f 30 \u062f\u0642\u064a\u0642\u0629<\/div>\n <p class=\"service-description\">\n R\u00e9servez une session Zoom de 30 minutes pour analyser votre site et discuter de votre strat\u00e9gie d'optimisation des moteurs de recherche afin d'attirer des clients plus cibl\u00e9s.\n <\/p>\n <div class=\"service-examples\">\n <h5>\u0645\u0627 \u0646\u0642\u0648\u0645 \u0628\u0647:<\/h5>\n <ul>\n <li>\u062a\u062d\u0644\u064a\u0644 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u0641\u062a\u0627\u062d\u064a\u0629<\/li>\n <li>\u062a\u062d\u0633\u064a\u0646 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0648\u0627\u0644\u0635\u0641\u062d\u0627\u062a<\/li>\n <li>\u0628\u0646\u0627\u0621 \u0627\u0644\u0631\u0648\u0627\u0628\u0637 \u0627\u0644\u062e\u0627\u0631\u062c\u064a\u0629<\/li>\n <li>\u062a\u062a\u0628\u0639 \u0627\u0644\u0646\u062a\u0627\u0626\u062c \u0648\u0627\u0644\u062a\u0642\u0627\u0631\u064a\u0631<\/li>\n <\/ul>\n <\/div>\n <ul class=\"service-features\">\n <li>\u0632\u064a\u0627\u062f\u0629 \u0627\u0644\u0632\u0648\u0627\u0631 \u0627\u0644\u0645\u0633\u062a\u0647\u062f\u0641\u064a\u0646<\/li>\n <li>\u062a\u062d\u0633\u064a\u0646 \u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0645\u0648\u0642\u0639<\/li>\n <li>\u062a\u0642\u0627\u0631\u064a\u0631 \u0634\u0647\u0631\u064a\u0629 \u0645\u0641\u0635\u0644\u0629<\/li>\n <li>\u0627\u0633\u062a\u0631\u0627\u062a\u064a\u062c\u064a\u0629 \u0637\u0648\u064a\u0644\u0629 \u0627\u0644\u0645\u062f\u0649<\/li>\n <\/ul>\n<a href=\"#booking-form\" class=\"book-service-btn\">\u0627\u062d\u062c\u0632 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/a>\n <\/div>\n\n <div class=\"service-card\">\n <div class=\"service-header\">\n <div class=\"service-icon\">\ud83d\udca1<\/div>\n <div>\n <h4 class=\"service-title\">Mettre en \u0153uvre des projets innovants<\/h4>\n <p class=\"service-subtitle\">\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u062a\u0646\u0641\u064a\u0630 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u0645\u0628\u062a\u0643\u0631\u0629<\/p>\n <\/div>\n <\/div>\n <div class=\"service-duration\">\u23f1\ufe0f 30 \u062f\u0642\u064a\u0642\u0629<\/div>\n <p class=\"service-description\">\n \u0627\u062d\u062c\u0632 \u062c\u0644\u0633\u0629 \u0627\u0633\u062a\u0634\u0627\u0631\u064a\u0629 \u0623\u0648\u0646\u0644\u0627\u064a\u0646 \u0639\u0628\u0631 \u0632\u0648\u0648\u0645 \u0644\u0645\u062f\u0629 30 \u062f\u0642\u064a\u0642\u0629 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0641\u0643\u0631\u062a\u0643 \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629\u060c \u0633\u0648\u0627\u0621 \u0643\u0627\u0646 \u062a\u0637\u0628\u064a\u0642\u064b\u0627 \u0645\u0628\u062a\u0643\u0631\u064b\u0627\u060c \u0645\u0634\u0631\u0648\u0639\u064b\u0627 \u062a\u0642\u0646\u064a\u064b\u0627 \u062c\u062f\u064a\u062f\u060c \u0623\u0648 \u0645\u0646\u0635\u0629 \u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629.\n <\/p>\n <div class=\"service-examples\">\n <h5>Exemples de projets :<\/h5>\n <ul>\n <li>\u0645\u0646\u0635\u0627\u062a \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639<\/li>\n <li>\u0623\u0646\u0638\u0645\u0629 \u0625\u062f\u0627\u0631\u0629 \u0639\u0644\u0627\u0642\u0627\u062a \u0627\u0644\u0639\u0645\u0644\u0627\u0621 CRM<\/li>\n <li>\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062a\u0639\u0644\u0645 \u0627\u0644\u0630\u0643\u064a<\/li>\n <li>Applications de l'intelligence artificielle<\/li>\n <\/ul>\n <\/div>\n <ul class=\"service-features\">\n <li>\u062a\u062d\u0644\u064a\u0644 \u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0634\u0627\u0645\u0644<\/li>\n <li>\u062a\u0635\u0645\u064a\u0645 \u0646\u0645\u0648\u0630\u062c \u0623\u0648\u0644\u064a<\/li>\n <li>\u062e\u0637\u0629 \u062a\u0646\u0641\u064a\u0630 \u0645\u0631\u062d\u0644\u064a\u0629<\/li>\n <li>\u062f\u0639\u0645 \u0641\u0646\u064a \u0645\u062a\u062e\u0635\u0635<\/li>\n <\/ul>\n<a href=\"#booking-form\" class=\"book-service-btn\">\u0627\u062d\u062c\u0632 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/a>\n <\/div>\n\n <div class=\"service-card\">\n <div class=\"service-header\">\n <div class=\"service-icon\">\ud83c\udfa8<\/div>\n <div>\n <h4 class=\"service-title\">\u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u062c\u0631\u0627\u0641\u064a\u0643\u064a \u0648\u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0628\u0635\u0631\u064a\u0629<\/h4>\n <p class=\"service-subtitle\">\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0648\u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629<\/p>\n <\/div>\n <\/div>\n <div class=\"service-duration\">\u23f1\ufe0f 30 \u062f\u0642\u064a\u0642\u0629<\/div>\n <p class=\"service-description\">\n \u062c\u0644\u0633\u0629 \u0632\u0648\u0648\u0645 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0627\u062d\u062a\u064a\u0627\u062c\u0627\u062a\u0643 \u0645\u0646 \u0627\u0644\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u062c\u0631\u0627\u0641\u064a\u0643\u064a \u0648\u0625\u0646\u0634\u0627\u0621 \u0647\u0648\u064a\u0629 \u0628\u0635\u0631\u064a\u0629 \u0645\u062a\u0643\u0627\u0645\u0644\u0629 \u062a\u0639\u0643\u0633 \u0634\u062e\u0635\u064a\u0629 \u0639\u0644\u0627\u0645\u062a\u0643 \u0627\u0644\u062a\u062c\u0627\u0631\u064a\u0629.\n <\/p>\n <div class=\"service-examples\">\n <h5>Exemples de projets :<\/h5>\n <ul>\n <li>\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0634\u0639\u0627\u0631\u0627\u062a \u0648\u0627\u0644\u0647\u0648\u064a\u0629 \u0627\u0644\u0628\u0635\u0631\u064a\u0629<\/li>\n <li>\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0645\u0637\u0628\u0648\u0639\u0627\u062a \u0648\u0627\u0644\u0643\u062a\u0627\u0644\u0648\u062c\u0627\u062a<\/li>\n <li>\u062a\u0635\u0645\u064a\u0645 \u0648\u0633\u0627\u0626\u0644 \u0627\u0644\u062a\u0648\u0627\u0635\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639\u064a<\/li>\n <li>\u062a\u0635\u0645\u064a\u0645 \u0627\u0644\u0639\u0628\u0648\u0627\u062a \u0648\u0627\u0644\u0645\u0646\u062a\u062c\u0627\u062a<\/li>\n <\/ul>\n <\/div>\n <ul class=\"service-features\">\n <li>\u062a\u0635\u0645\u064a\u0645\u0627\u062a \u0623\u0635\u0644\u064a\u0629 \u0648\u0645\u0628\u062a\u0643\u0631\u0629<\/li>\n <li>\u0645\u0644\u0641\u0627\u062a \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u062c\u0648\u062f\u0629<\/li>\n <li>\u062f\u0644\u064a\u0644 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0647\u0648\u064a\u0629<\/li>\n <li>\u062a\u0639\u062f\u064a\u0644\u0627\u062a \u0645\u062c\u0627\u0646\u064a\u0629<\/li>\n <\/ul>\n<a href=\"#booking-form\" class=\"book-service-btn\">\u0627\u062d\u062c\u0632 \u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/a>\n <\/div>\n <\/div>\n <\/div>\n\n <div class=\"content\">\n <div class=\"project-steps\">\n <h3>\ud83d\udd04 \u00c9tapes d'avancement du projet<\/h3>\n \n <div class=\"steps-wrapper\">\n <div class=\"steps-container\" id=\"stepsContainer\">\n <div class=\"step\">\n <div class=\"step-number\">1<\/div>\n <div class=\"step-icon\">\ud83d\udca1<\/div>\n <h4>Discutez de l'id\u00e9e<\/h4>\n <p>\u062c\u0644\u0633\u0629 Zoom \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0627\u0644\u0645\u0634\u0631\u0648\u0639 \u0648\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u062a\u0637\u0644\u0628\u0627\u062a \u0628\u062f\u0642\u0629<\/p>\n <\/div>\n \n <div class=\"arrow\">\u2190<\/div>\n \n <div class=\"step\">\n <div class=\"step-number\">2<\/div>\n <div class=\"step-icon\">\ud83d\udccb<\/div>\n <h4>Pr\u00e9parer le plan<\/h4>\n <p>\u0625\u0646\u0634\u0627\u0621 \u062e\u0637\u0629 \u062a\u0646\u0641\u064a\u0630 \u0634\u0627\u0645\u0644\u0629 \u0648\u0645\u0631\u0627\u062d\u0644 \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062a\u0641\u0635\u064a\u0644\u064a\u0629<\/p>\n <\/div>\n \n <div class=\"arrow\">\u2190<\/div>\n \n <div class=\"step\">\n <div class=\"step-number\">3<\/div>\n <div class=\"step-icon\">\ud83d\udd8a\ufe0f<\/div>\n <h4>Signature de contrats<\/h4>\n <p>\u0627\u062a\u0641\u0627\u0642 \u0646\u0647\u0627\u0626\u064a \u0645\u0639 \u062a\u0648\u0642\u064a\u0639 \u0627\u0644\u0639\u0642\u0648\u062f \u0648\u062a\u062d\u062f\u064a\u062f \u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f<\/p>\n <\/div>\n \n <div class=\"arrow\">\u2190<\/div>\n \n <div class=\"step\">\n <div class=\"step-number\">4<\/div>\n <div class=\"step-icon\">\ud83d\ude80<\/div>\n <h4>Mise en \u0153uvre du projet<\/h4>\n <p>\u0627\u0644\u0628\u062f\u0621 \u0641\u064a \u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0645\u0639 \u0645\u062a\u0627\u0628\u0639\u0629 \u0645\u0633\u062a\u0645\u0631\u0629 \u0648\u062a\u0642\u0627\u0631\u064a\u0631 \u062f\u0648\u0631\u064a\u0629<\/p>\n <\/div>\n \n \n \n \n <\/div>\n \n <div class=\"steps-nav\">\n <button class=\"nav-btn\" id=\"prevBtn\" onclick=\"scrollSteps('prev')\">\u2190<\/button>\n <button class=\"nav-btn\" id=\"nextBtn\" onclick=\"scrollSteps('next')\">\u2192<\/button>\n <\/div>\n <\/div>\n <\/div>\n\n <div class=\"features-grid\">\n <div class=\"feature-card\">\n <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n <h3>\u0627\u0633\u062a\u0634\u0627\u0631\u0629 \u0645\u062c\u0627\u0646\u064a\u0629<\/h3>\n <p>\u062c\u0644\u0633\u0629 \u0627\u0633\u062a\u0634\u0627\u0631\u064a\u0629 \u0645\u062c\u0627\u0646\u064a\u0629 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0648\u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0646\u0635\u0627\u0626\u062d \u0627\u0644\u0645\u0647\u0646\u064a\u0629<\/p>\n <\/div>\n \n <div class=\"feature-card\">\n <div class=\"feature-icon\">\u26a1<\/div>\n <h3>\u0631\u062f \u0633\u0631\u064a\u0639<\/h3>\n <p>\u0646\u0631\u062f \u0639\u0644\u0649 \u0627\u0633\u062a\u0641\u0633\u0627\u0631\u0627\u062a\u0643 \u062e\u0644\u0627\u0644 24 \u0633\u0627\u0639\u0629 \u0648\u0646\u062d\u062f\u062f \u0645\u0648\u0639\u062f \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639 \u0633\u0631\u064a\u0639\u0627\u064b<\/p>\n <\/div>\n \n <div class=\"feature-card\">\n <div class=\"feature-icon\">\ud83d\udee1\ufe0f<\/div>\n <h3>assurance qualit\u00e9<\/h3>\n <p>\u0646\u0636\u0645\u0646 \u062c\u0648\u062f\u0629 \u0627\u0644\u062a\u0646\u0641\u064a\u0630 \u0648\u0646\u0642\u062f\u0645 \u0627\u0644\u062f\u0639\u0645 \u0627\u0644\u0641\u0646\u064a \u0628\u0639\u062f \u062a\u0633\u0644\u064a\u0645 \u0627\u0644\u0645\u0634\u0631\u0648\u0639<\/p>\n <\/div>\n <\/div>\n <\/div>\n<br>\n <div class=\"zoom-features\">\n <h3>\ud83d\udcf9 \u0625\u062c\u062a\u0645\u0627\u0639\u0627\u062a Zoom \u062a\u0644\u0642\u0627\u0626\u064a\u0629 \u0648\u0645\u0624\u0645\u0646\u0629<\/h3>\n <p>\u0633\u064a\u062a\u0645 \u0625\u0646\u0634\u0627\u0621 \u0631\u0627\u0628\u0637 Zoom \u062a\u0644\u0642\u0627\u0626\u064a\u0627\u064b \u0648\u0625\u0631\u0633\u0627\u0644\u0647 \u0625\u0644\u064a\u0643 \u0641\u0648\u0631 \u062a\u0623\u0643\u064a\u062f \u0627\u0644\u062d\u062c\u0632<\/p>\n \n <div class=\"zoom-grid\">\n <div class=\"zoom-item\">\n <h4>\ud83d\udd12 \u0645\u0624\u0645\u0646 \u0648\u0622\u0645\u0646<\/h4>\n <p>\u0631\u0627\u0628\u0637 \u062e\u0627\u0635 \u0644\u0643 \u0641\u0642\u0637<\/p>\n <\/div>\n <div class=\"zoom-item\">\n <h4>\ud83d\udcf1 \u0645\u0646 \u0623\u064a \u062c\u0647\u0627\u0632<\/h4>\n <p>\u0643\u0645\u0628\u064a\u0648\u062a\u0631\u060c \u0647\u0627\u062a\u0641\u060c \u062a\u0627\u0628\u0644\u062a<\/p>\n <\/div>\n <div class=\"zoom-item\">\n <h4>\ud83c\udf0d \u0645\u0646 \u0623\u064a \u0645\u0643\u0627\u0646<\/h4>\n <p>\u0644\u0627 \u062d\u0627\u062c\u0629 \u0644\u0644\u062d\u0636\u0648\u0631 \u0627\u0644\u0634\u062e\u0635\u064a<\/p>\n <\/div>\n <div class=\"zoom-item\">\n <h4>\ud83d\udce7 \u062a\u0630\u0643\u064a\u0631 \u062a\u0644\u0642\u0627\u0626\u064a<\/h4>\n <p>\u0633\u062a\u0635\u0644\u0643 \u062a\u0630\u0643\u064a\u0631\u0627\u062a \u0642\u0628\u0644 \u0627\u0644\u0645\u0648\u0639\u062f<\/p>\n <\/div>\n <\/div>\n <\/div>\n<br>\n <div class=\"global-availability\">\n <h4>\ud83c\udf0d \u0646\u062e\u062f\u0645 \u0639\u0645\u0644\u0627\u0621 \u0645\u0646 \u062c\u0645\u064a\u0639 \u0623\u0646\u062d\u0627\u0621 \u0627\u0644\u0639\u0627\u0644\u0645<\/h4>\n <p>\u0645\u0648\u0627\u0639\u064a\u062f \u0645\u0631\u0646\u0629 \u062a\u0646\u0627\u0633\u0628 \u062c\u0645\u064a\u0639 \u0627\u0644\u0645\u0646\u0627\u0637\u0642 \u0627\u0644\u0632\u0645\u0646\u064a\u0629<\/p>\n <div class=\"country-flags\">\n <span class=\"flag\">\ud83c\uddf8\ud83c\udde6<\/span>\n <span class=\"flag\">\ud83c\uddea\ud83c\uddec<\/span>\n <span class=\"flag\">\ud83c\udde6\ud83c\uddea<\/span>\n <span class=\"flag\">\ud83c\uddfa\ud83c\uddf8<\/span>\n <span class=\"flag\">\ud83c\uddec\ud83c\udde7<\/span>\n <span class=\"flag\">\ud83c\udde9\ud83c\uddea<\/span>\n <span class=\"flag\">\ud83c\udde8\ud83c\udde6<\/span>\n \n <\/div>\n <\/div>\n<br>\n\n <div class=\"content\">\n <div class=\"quick-actions\">\n <a href=\"https:\/\/wa.me\/201000031208\" class=\"quick-action-btn\" target=\"_blank\">\n \ud83d\udcf1 \u0648\u0627\u062a\u0633\u0627\u0628 \u0645\u0628\u0627\u0634\u0631\n <\/a>\n <a href=\"mailto:orders@nasey.com\" class=\"quick-action-btn\">\n \ud83d\udce7 \u0645\u0631\u0627\u0633\u0644\u0629 \u0641\u0648\u0631\u064a\u0629\n <\/a>\n <a href=\"\/fr\/t\u00e9l: 201000031208\/\" class=\"quick-action-btn\">\n \ud83d\udcde \u0627\u062a\u0635\u0627\u0644 \u0645\u0628\u0627\u0634\u0631\n <\/a>\n <\/div>\n <\/div>\n <\/div>\n\n <script>\n \/\/ \u0648\u0638\u064a\u0641\u0629 \u0627\u0644\u062a\u0646\u0642\u0644 \u0628\u064a\u0646 \u0627\u0644\u062e\u0637\u0648\u0627\u062a \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644\n function scrollSteps(direction) {\n const container = document.getElementById('stepsContainer');\n const stepWidth = container.querySelector('.step').offsetWidth + 30; \/\/ \u0639\u0631\u0636 \u0627\u0644\u062e\u0637\u0648\u0629 + \u0627\u0644\u0645\u0633\u0627\u0641\u0629\n \n if (direction === 'next') {\n container.scrollLeft += stepWidth;\n } else {\n container.scrollLeft -= stepWidth;\n }\n \n \/\/ \u062a\u062d\u062f\u064a\u062b \u062d\u0627\u0644\u0629 \u0627\u0644\u0623\u0632\u0631\u0627\u0631\n updateNavButtons();\n }\n\n \/\/ \u062a\u062d\u062f\u064a\u062b \u062d\u0627\u0644\u0629 \u0623\u0632\u0631\u0627\u0631 \u0627\u0644\u062a\u0646\u0642\u0644\n function updateNavButtons() {\n const container = document.getElementById('stepsContainer');\n const prevBtn = document.getElementById('prevBtn');\n const nextBtn = document.getElementById('nextBtn');\n \n prevBtn.disabled = container.scrollLeft <= 0;\n nextBtn.disabled = container.scrollLeft >= (container.scrollWidth - container.clientWidth);\n }\n\n \/\/ \u062a\u0647\u064a\u0626\u0629 \u0627\u0644\u0635\u0641\u062d\u0629\n document.addEventListener('DOMContentLoaded', function() {\n updateNavButtons();\n \n \/\/ \u0625\u0636\u0627\u0641\u0629 \u0645\u0633\u062a\u0645\u0639 \u0644\u0644\u062a\u0645\u0631\u064a\u0631 \u0644\u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0623\u0632\u0631\u0627\u0631\n document.getElementById('stepsContainer').addEventListener('scroll', updateNavButtons);\n \n \/\/ \u062a\u062d\u062f\u064a\u062b \u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u0648\u0641\u0631 (\u064a\u0645\u0643\u0646 \u0631\u0628\u0637\u0647\u0627 \u0645\u0639 API)\n updateAvailabilityStatus();\n });\n\n \/\/ \u0648\u0638\u064a\u0641\u0629 \u062a\u062d\u062f\u064a\u062b \u062d\u0627\u0644\u0629 \u0627\u0644\u062a\u0648\u0641\u0631\n function updateAvailabilityStatus() {\n \/\/ \u064a\u0645\u0643\u0646 \u0627\u0633\u062a\u0628\u062f\u0627\u0644 \u0647\u0630\u0627 \u0628\u0637\u0644\u0628 API \u062d\u0642\u064a\u0642\u064a\n const isAvailable = false; \/\/ \u0623\u0648 false \u062d\u0633\u0628 \u0627\u0644\u062d\u0627\u0644\u0629 \u0627\u0644\u0641\u0639\u0644\u064a\u0629\n \n const statusElement = document.getElementById('availabilityStatus');\n const iconElement = document.getElementById('statusIcon');\n const textElement = document.getElementById('statusText');\n const descElement = document.getElementById('statusDescription');\n \n if (isAvailable) {\n statusElement.classList.remove('busy');\n iconElement.textContent = '\u2705';\n textElement.textContent = '\u0645\u062a\u0627\u062d \u0644\u0644\u062d\u062c\u0632! \u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646';\n descElement.textContent = '\u0641\u0631\u064a\u0642\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0639\u0628\u0631 \u0645\u0624\u062a\u0645\u0631 Zoom \u0627\u0644\u0645\u0624\u0645\u0646';\n } else {\n statusElement.classList.add('busy');\n iconElement.textContent = '\u23f0';\n textElement.textContent = ' \u0641\u0631\u064a\u0642\u0646\u0627 \u064a\u0639\u0645\u0644 \u0628\u0643\u0627\u0645\u0644 \u0637\u0627\u0642\u062a\u0647 \u0639\u0644\u0649 \u0627\u0644\u0645\u0634\u0627\u0631\u064a\u0639 \u0627\u0644\u062d\u0627\u0644\u064a\u0629 - \u0623\u0642\u0631\u0628 \u0645\u0648\u0639\u062f \u0644\u0644\u062d\u062c\u0632 \u0641\u064a \u0663 \u0623\u063a\u0633\u0637\u0633';\n descElement.textContent = '\u0633\u064a\u062a\u0645 \u062a\u062d\u062f\u064a\u062b \u0627\u0644\u0645\u0648\u0627\u0639\u064a\u062f \u0627\u0644\u0645\u062a\u0627\u062d\u0629 \u0642\u0631\u064a\u0628\u0627\u064b\u060c \u064a\u0645\u0643\u0646\u0643 \u062a\u0631\u0643 \u0628\u064a\u0627\u0646\u0627\u062a\u0643 \u0639\u0628\u0631 \u0627\u0644\u0648\u0627\u062a\u0633\u0627\u0628 \u0644\u0644\u062a\u0648\u0627\u0635\u0644';\n }\n }\n\n \/\/ \u062a\u062d\u0633\u064a\u0646 \u062a\u062c\u0631\u0628\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644\n let touchStartX = 0;\n let touchEndX = 0;\n\n const stepsContainer = document.getElementById('stepsContainer');\n\n stepsContainer.addEventListener('touchstart', function(e) {\n touchStartX = e.changedTouches[0].screenX;\n });\n\n stepsContainer.addEventListener('touchend', function(e) {\n touchEndX = e.changedTouches[0].screenX;\n handleSwipe();\n });\n\n function handleSwipe() {\n const swipeThreshold = 50;\n const diff = touchStartX - touchEndX;\n \n if (Math.abs(diff) > swipeThreshold) {\n if (diff > 0) {\n \/\/ \u0633\u062d\u0628 \u0644\u0644\u064a\u0633\u0627\u0631 - \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0644\u0644\u062e\u0637\u0648\u0629 \u0627\u0644\u062a\u0627\u0644\u064a\u0629\n scrollSteps('next');\n } else {\n \/\/ \u0633\u062d\u0628 \u0644\u0644\u064a\u0645\u064a\u0646 - \u0627\u0644\u0627\u0646\u062a\u0642\u0627\u0644 \u0644\u0644\u062e\u0637\u0648\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629\n scrollSteps('prev');\n }\n }\n }\n\n \/\/ \u0625\u0636\u0627\u0641\u0629 \u062a\u0623\u062b\u064a\u0631\u0627\u062a \u062a\u0641\u0627\u0639\u0644\u064a\u0629 \u0644\u0644\u0643\u0631\u0648\u062a\n document.querySelectorAll('.service-card').forEach(card => {\n card.addEventListener('mouseenter', function() {\n this.style.transform = 'translateY(-10px) scale(1.02)';\n });\n \n card.addEventListener('mouseleave', function() {\n this.style.transform = 'translateY(0) scale(1)';\n });\n });\n\n \/\/ \u062a\u062d\u0633\u064a\u0646 \u0623\u062f\u0627\u0621 \u0627\u0644\u062a\u0645\u0631\u064a\u0631\n let ticking = false;\n \n function updateScrollIndicator() {\n const container = document.getElementById('stepsContainer');\n const scrollPercent = (container.scrollLeft \/ (container.scrollWidth - container.clientWidth)) * 100;\n \n \/\/ \u064a\u0645\u0643\u0646 \u0625\u0636\u0627\u0641\u0629 \u0645\u0624\u0634\u0631 \u062a\u0642\u062f\u0645 \u0647\u0646\u0627 \u0625\u0630\u0627 \u0631\u063a\u0628\u062a\n ticking = false;\n }\n\n document.getElementById('stepsContainer').addEventListener('scroll', function() {\n if (!ticking) {\n requestAnimationFrame(updateScrollIndicator);\n ticking = true;\n }\n });\n <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 – \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0646\u0627\u0642\u0634 \u0641\u0643\u0631\u062a\u0643 \u0645\u0639 \u0641\u0631\u064a\u0642\u0646\u0627 \u0627\u0644\u0645\u062a\u062e\u0635\u0635 \u0639\u0628\u0631 Zoom \u0645\u0646 \u0623\u064a \u0645\u0643\u0627\u0646 \u0641\u064a \u0627\u0644\u0639\u0627\u0644\u0645 \u2705 \u0645\u062a\u0627\u062d \u0644\u0644\u062d\u062c\u0632! \u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646 \u0641\u0631\u064a\u0642\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0639\u0628\u0631 \u0645\u0624\u062a\u0645\u0631 Zoom \u0627\u0644\u0645\u0624\u0645\u0646 \u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646 […]<\/p>","protected":false},"author":1,"featured_media":15986,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13275","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v24.1 (Yoast SEO v25.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 - NASEY - \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u0649<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nasey.com\/fr\/reservation\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643\" \/>\n<meta property=\"og:description\" content=\"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 – \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0646\u0627\u0642\u0634 \u0641\u0643\u0631\u062a\u0643 \u0645\u0639 \u0641\u0631\u064a\u0642\u0646\u0627 \u0627\u0644\u0645\u062a\u062e\u0635\u0635 \u0639\u0628\u0631 Zoom \u0645\u0646 \u0623\u064a \u0645\u0643\u0627\u0646 \u0641\u064a \u0627\u0644\u0639\u0627\u0644\u0645 \u2705 \u0645\u062a\u0627\u062d \u0644\u0644\u062d\u062c\u0632! \u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646 \u0641\u0631\u064a\u0642\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0639\u0628\u0631 \u0645\u0624\u062a\u0645\u0631 Zoom \u0627\u0644\u0645\u0624\u0645\u0646 \u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646 […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nasey.com\/fr\/reservation\/\" \/>\n<meta property=\"og:site_name\" content=\"NASEY - \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u0649\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/facebook.com\/naseyllc\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-18T12:59:19+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"512\" \/>\n\t<meta property=\"og:image:height\" content=\"512\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/nasey.com\/booking\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nasey.com\/booking\/\"},\"author\":{\"name\":\"\u0641\u0631\u064a\u0642 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u064a \u0644\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0644\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629\",\"@id\":\"https:\/\/nasey.com\/#\/schema\/person\/81d4dc6ed7341418e0d8becb0c3711b5\"},\"headline\":\"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643\",\"datePublished\":\"2025-01-20T12:20:39+00:00\",\"dateModified\":\"2025-07-18T12:59:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nasey.com\/booking\/\"},\"wordCount\":17,\"publisher\":{\"@id\":\"https:\/\/nasey.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/nasey.com\/booking\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg\",\"inLanguage\":\"fr-FR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nasey.com\/booking\/\",\"url\":\"https:\/\/nasey.com\/booking\/\",\"name\":\"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 - NASEY - \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u0649\",\"isPartOf\":{\"@id\":\"https:\/\/nasey.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/nasey.com\/booking\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/nasey.com\/booking\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg\",\"datePublished\":\"2025-01-20T12:20:39+00:00\",\"dateModified\":\"2025-07-18T12:59:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/nasey.com\/booking\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nasey.com\/booking\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nasey.com\/booking\/#primaryimage\",\"url\":\"https:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg\",\"contentUrl\":\"https:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nasey.com\/booking\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/nasey.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nasey.com\/#website\",\"url\":\"https:\/\/nasey.com\/\",\"name\":\"NASEY - \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u0649\",\"description\":\"\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u0649 \u0647\u064a \u0648\u0643\u0627\u0644\u0629 \u0631\u0627\u0626\u062f\u0629 \u0639\u0628\u0631 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a \u062a\u0623\u0633\u0633\u062a \u0639\u0627\u0645 2005 \u0645\u0642\u0631\u0647 \u0645\u0635\u0631 \u0644\u062e\u062f\u0645\u0629 \u0627\u0644\u0639\u0645\u0644\u0627\u0621 \u0627\u0644\u0639\u0631\u0628\",\"publisher\":{\"@id\":\"https:\/\/nasey.com\/#organization\"},\"alternateName\":\"NASEY.COM\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nasey.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nasey.com\/#organization\",\"name\":\"\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0644\u0644\u062a\u062c\u0627\u0631\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0631\u0642\u0645\u064a\",\"alternateName\":\"NASEY LLC\",\"url\":\"https:\/\/nasey.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nasey.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nasey.com\/wp-content\/uploads\/2018\/10\/Logo-nasey-arab.png\",\"contentUrl\":\"https:\/\/nasey.com\/wp-content\/uploads\/2018\/10\/Logo-nasey-arab.png\",\"width\":265,\"height\":78,\"caption\":\"\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0644\u0644\u062a\u062c\u0627\u0631\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0631\u0642\u0645\u064a\"},\"image\":{\"@id\":\"https:\/\/nasey.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/facebook.com\/naseyllc\",\"https:\/\/www.tiktok.com\/@mohamed.alrabeea\",\"https:\/\/g.page\/Nasey\",\"https:\/\/www.facebook.com\/Mohamed.AlRabeea\"],\"email\":\"orders@nasey.com\",\"telephone\":\"00201000031208\",\"legalName\":\"NASEY\",\"foundingDate\":\"2005-07-10\",\"taxID\":\"484-220-268\",\"duns\":\"060933337\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"},\"publishingPrinciples\":\"https:\/\/nasey.com\/%d8%b3%d9%8a%d8%a7%d8%b3%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d9%88%d8%a7%d9%81%d9%82%d8%a9-%d9%88%d8%a7%d9%84%d8%aa%d9%86%d9%81%d9%8a%d8%b0\/\",\"actionableFeedbackPolicy\":\"https:\/\/nasey.com\/get-in-touch\/\",\"ethicsPolicy\":\"https:\/\/nasey.com\/%d8%b3%d9%8a%d8%a7%d8%b3%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d9%88%d8%a7%d9%81%d9%82%d8%a9-%d9%88%d8%a7%d9%84%d8%aa%d9%86%d9%81%d9%8a%d8%b0\/\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/nasey.com\/#\/schema\/person\/81d4dc6ed7341418e0d8becb0c3711b5\",\"name\":\"\u0641\u0631\u064a\u0642 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u064a \u0644\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0644\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/nasey.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/81ce75604855d5cb5aabb45af9253470af85391c9892f70a6c4dd081abdcdeb8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/81ce75604855d5cb5aabb45af9253470af85391c9892f70a6c4dd081abdcdeb8?s=96&d=mm&r=g\",\"caption\":\"\u0641\u0631\u064a\u0642 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u064a \u0644\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0644\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629\"},\"url\":\"https:\/\/nasey.com\/fr\/author\/nasey-ordersgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Prenez rendez-vous pour discuter de votre projet - NASEY - NASEY Company","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nasey.com\/fr\/reservation\/","og_locale":"fr_FR","og_type":"article","og_title":"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643","og_description":"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 – \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0646\u0627\u0642\u0634 \u0641\u0643\u0631\u062a\u0643 \u0645\u0639 \u0641\u0631\u064a\u0642\u0646\u0627 \u0627\u0644\u0645\u062a\u062e\u0635\u0635 \u0639\u0628\u0631 Zoom \u0645\u0646 \u0623\u064a \u0645\u0643\u0627\u0646 \u0641\u064a \u0627\u0644\u0639\u0627\u0644\u0645 \u2705 \u0645\u062a\u0627\u062d \u0644\u0644\u062d\u062c\u0632! \u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646 \u0641\u0631\u064a\u0642\u0646\u0627 \u062c\u0627\u0647\u0632 \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643 \u0639\u0628\u0631 \u0645\u0624\u062a\u0645\u0631 Zoom \u0627\u0644\u0645\u0624\u0645\u0646 \u0627\u062d\u062c\u0632 \u0645\u0648\u0639\u062f\u0643 \u0627\u0644\u0622\u0646 […]","og_url":"https:\/\/nasey.com\/fr\/reservation\/","og_site_name":"NASEY - \u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u0649","article_publisher":"http:\/\/facebook.com\/naseyllc","article_modified_time":"2025-07-18T12:59:19+00:00","og_image":[{"width":512,"height":512,"url":"http:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/nasey.com\/booking\/#article","isPartOf":{"@id":"https:\/\/nasey.com\/booking\/"},"author":{"name":"\u0641\u0631\u064a\u0642 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u064a \u0644\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0644\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629","@id":"https:\/\/nasey.com\/#\/schema\/person\/81d4dc6ed7341418e0d8becb0c3711b5"},"headline":"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643","datePublished":"2025-01-20T12:20:39+00:00","dateModified":"2025-07-18T12:59:19+00:00","mainEntityOfPage":{"@id":"https:\/\/nasey.com\/booking\/"},"wordCount":17,"publisher":{"@id":"https:\/\/nasey.com\/#organization"},"image":{"@id":"https:\/\/nasey.com\/booking\/#primaryimage"},"thumbnailUrl":"https:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg","inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/nasey.com\/booking\/","url":"https:\/\/nasey.com\/booking\/","name":"Prenez rendez-vous pour discuter de votre projet - NASEY - NASEY Company","isPartOf":{"@id":"https:\/\/nasey.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nasey.com\/booking\/#primaryimage"},"image":{"@id":"https:\/\/nasey.com\/booking\/#primaryimage"},"thumbnailUrl":"https:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg","datePublished":"2025-01-20T12:20:39+00:00","dateModified":"2025-07-18T12:59:19+00:00","breadcrumb":{"@id":"https:\/\/nasey.com\/booking\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nasey.com\/booking\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nasey.com\/booking\/#primaryimage","url":"https:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg","contentUrl":"https:\/\/nasey.com\/wp-content\/uploads\/2025\/05\/nasey.jpg","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/nasey.com\/booking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/nasey.com\/"},{"@type":"ListItem","position":2,"name":"\u062d\u062c\u0632 \u0645\u0648\u0639\u062f \u0644\u0645\u0646\u0627\u0642\u0634\u0629 \u0645\u0634\u0631\u0648\u0639\u0643"}]},{"@type":"WebSite","@id":"https:\/\/nasey.com\/#website","url":"https:\/\/nasey.com\/","name":"NASEY - Soci\u00e9t\u00e9 NASEY","description":"Nasi Company est une agence en ligne leader fond\u00e9e en 2005 et bas\u00e9e en \u00c9gypte pour servir les clients arabes.","publisher":{"@id":"https:\/\/nasey.com\/#organization"},"alternateName":"NASEY.COM","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nasey.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/nasey.com\/#organization","name":"Nasi Company pour le commerce \u00e9lectronique et le marketing num\u00e9rique","alternateName":"NASEY LLC","url":"https:\/\/nasey.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nasey.com\/#\/schema\/logo\/image\/","url":"https:\/\/nasey.com\/wp-content\/uploads\/2018\/10\/Logo-nasey-arab.png","contentUrl":"https:\/\/nasey.com\/wp-content\/uploads\/2018\/10\/Logo-nasey-arab.png","width":265,"height":78,"caption":"\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0644\u0644\u062a\u062c\u0627\u0631\u0647 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629 \u0648\u0627\u0644\u062a\u0633\u0648\u064a\u0642 \u0627\u0644\u0631\u0642\u0645\u064a"},"image":{"@id":"https:\/\/nasey.com\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/facebook.com\/naseyllc","https:\/\/www.tiktok.com\/@mohamed.alrabeea","https:\/\/g.page\/Nasey","https:\/\/www.facebook.com\/Mohamed.AlRabeea"],"email":"orders@nasey.com","telephone":"00201000031208","legalName":"NASEY","foundingDate":"2005-07-10","taxID":"484-220-268","duns":"060933337","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"},"publishingPrinciples":"https:\/\/nasey.com\/%d8%b3%d9%8a%d8%a7%d8%b3%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d9%88%d8%a7%d9%81%d9%82%d8%a9-%d9%88%d8%a7%d9%84%d8%aa%d9%86%d9%81%d9%8a%d8%b0\/","actionableFeedbackPolicy":"https:\/\/nasey.com\/get-in-touch\/","ethicsPolicy":"https:\/\/nasey.com\/%d8%b3%d9%8a%d8%a7%d8%b3%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d9%88%d8%a7%d9%81%d9%82%d8%a9-%d9%88%d8%a7%d9%84%d8%aa%d9%86%d9%81%d9%8a%d8%b0\/"},{"@type":"Person","@id":"https:\/\/nasey.com\/#\/schema\/person\/81d4dc6ed7341418e0d8becb0c3711b5","name":"\u00c9quipe de gestion de contenu pour la soci\u00e9t\u00e9 de commerce \u00e9lectronique Nasi","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/nasey.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/81ce75604855d5cb5aabb45af9253470af85391c9892f70a6c4dd081abdcdeb8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/81ce75604855d5cb5aabb45af9253470af85391c9892f70a6c4dd081abdcdeb8?s=96&d=mm&r=g","caption":"\u0641\u0631\u064a\u0642 \u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u0645\u062d\u062a\u0648\u064a \u0644\u0634\u0631\u0643\u0629 \u0646\u0627\u0633\u064a \u0644\u0644\u062a\u062c\u0627\u0631\u0629 \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a\u0629"},"url":"https:\/\/nasey.com\/fr\/author\/nasey-ordersgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/nasey.com\/fr\/wp-json\/wp\/v2\/pages\/13275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nasey.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nasey.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nasey.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nasey.com\/fr\/wp-json\/wp\/v2\/comments?post=13275"}],"version-history":[{"count":0,"href":"https:\/\/nasey.com\/fr\/wp-json\/wp\/v2\/pages\/13275\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nasey.com\/fr\/wp-json\/wp\/v2\/media\/15986"}],"wp:attachment":[{"href":"https:\/\/nasey.com\/fr\/wp-json\/wp\/v2\/media?parent=13275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}