{"id":1335,"date":"2025-07-04T19:17:02","date_gmt":"2025-07-04T18:17:02","guid":{"rendered":"http:\/\/www.proface.askonsult.com\/?page_id=1335"},"modified":"2025-07-28T11:58:51","modified_gmt":"2025-07-28T10:58:51","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.proface.askonsult.com\/en\/","title":{"rendered":""},"content":{"rendered":"<style>\n\n\n.highlights-container {\n  display: flex;\n  margin-top: 2000px;\n  flex-direction: column;\n  padding-left: 0;\n   margin: 5px 0;\n  width: 100%;\n}\n\n.highlight-item {\n  display: flex;\n\n  align-items: center;\n  gap: 6px;\n  padding-left: 20px; \/* petite marge \u00e0 gauche pour respirer *\/\n  width: 100%;\n}\n\n.highlight-icon {\n  flex-shrink: 0;\n   margin-top: -24px;\n  margin-right: 12px;\n  margin-left: 0; \/* pour coller \u00e0 gauche *\/\n}\n\n.icon {\n  width: 19px;\n  height: 19px;\n   margin-top: -30px;\n  stroke: #007BFF; \/* bleu classique Bootstrap *\/\n  stroke-width: 2;\n}\n\n.highlight-title {\n  font-size: 0.8rem;\n  font-weight: 500;\n  color: #333;\n}\n\n.hero-container {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 60px;\n  max-width: 1200px;\n  width: 100%;\n  z-index: 2;\n  position: relative;\n}\n.hero-content {\n  flex: 1;\n  color: white;\n  animation: slideInRight 1s ease-out;\n}\n\n\n\n\n.hero-svg {\n  width: 100%;\n \n  padding: 20px;\n  box-sizing: border-box;\n}\n\n\n.hero-content .subtitle {\n  font-size: 1.1rem;\n  color: #a5b4fc;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  margin-bottom: 16px;\n}\n\n.hero-content h1 {\n  font-size: 2.8rem;\n  font-weight: 800;\n  line-height: 1.1;\n  letter-spacing: -1px;\n  margin-bottom: 24px;\n  background: linear-gradient(135deg, #ffffff, #f0f0f0);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);\n}\n\n.hero-content p {\n  font-size: 1.2rem;\n  font-weight: 300;\n  line-height: 1.6;\n  max-width: 500px;\n  opacity: 0.95;\n  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n  margin-bottom: 40px;\n}\n\n\/* CTA Buttons *\/\n.cta-buttons {\n  display: flex;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n\n.cta-button {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  background: linear-gradient(135deg, #fb923c, #f97316);\n  color: white;\n  padding: 6px 14px; \/* \u2193 plus petit *\/\n  border-radius: 5px;\n  text-decoration: none;\n  font-weight: 500;\n  font-size: 0.85rem; \/* \u2193 plus petit *\/\n  box-shadow: 0 4px 12px rgba(251, 146, 60, 0.3);\n  transition: all 0.3s ease;\n  border: 1px solid rgba(255, 255, 255, 0.2);\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n}\n\n.cta-button:hover {\n  transform: translateY(-1px);\n  box-shadow: 0 8px 18px rgba(251, 146, 60, 0.45);\n  background: linear-gradient(135deg, #f97316, #ea580c);\n}\n\n.cta-button-secondary {\n  background: white;\n  border: 2px solid white;\n  color: #f97316;\n  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.15);\n  font-size: 0.85rem;\n  padding: 6px 14px;\n  border-radius: 5px;\n}\n\n.cta-button-secondary:hover {\n  background: #f97316;\n  color: white;\n  box-shadow: 0 6px 14px rgba(255, 255, 255, 0.25);\n  transform: translateY(-1px);\n}\n\n\n\/* Keyframes *\/\n@keyframes heroScroll {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n\n@keyframes slideInRight {\n  from { opacity: 0; transform: translateX(30px); }\n  to { opacity: 1; transform: translateX(0); }\n}\n\n@keyframes float {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-20px); }\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .full-width-hero {\nmargin-top: -50px; \/* Remonte la section de 80px *\/\n    padding: 40px 20px;\n    min-height: 50vh; \/* l\u00e9g\u00e8rement r\u00e9duit pour mobiles *\/\n  }\n\n.hero-svg {\n  width: 70vw;           \/* 70% de la largeur de la fen\u00eatre (viewport width) *\/\n  height: 100vh;         \/* optionnel : prendre toute la hauteur de la fen\u00eatre *\/\n  position: fixed;       \/* fixe \u00e0 droite m\u00eame quand on scroll *\/\n  top: 0;\n  right: 0;\n\n  overflow: auto;        \/* si contenu trop grand *\/\n  box-sizing: border-box;\n  padding: 20px;\n}\n  .hero-container {\n    flex-direction: column;\n    text-align: center;\n    gap: 40px;\n  }\n\n  .hero-content h1 {\n    font-size: 2.2rem;\n  }\n\n  .hero-content p {\n    font-size: 1.1rem;\n    max-width: 100%;\n  }\n\n  .cta-buttons {\n    justify-content: center;\n  }\n\n  .cta-button {\n    padding: 10px 24px;\n    font-size: 0.9rem;\n  }\n\n  .section-services h2,\n  .section-contact h2 {\n    font-size: 2rem;\n  }\n\n  .section-services p,\n  .section-contact p {\n    font-size: 1.1rem;\n  }\n}\n\n@media (max-width: 480px) {\n  .hero-content h1 {\n    font-size: 2rem;\n  }\n\n  .cta-buttons {\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .cta-button {\n    width: 100%;\n    max-width: 280px;\n    justify-content: center;\n  }\n}\n\n\n\n       .section {\n    padding: 100px 0;\n    position: relative;\n    overflow: hidden;\n    top: -20px;\n   width: 100vw; \n}\n\n\n\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 20px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .flex-layout {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n\n        \/* Image Collage Am\u00e9lior\u00e9 *\/\n        .image-collage {\n            position: relative;\n            height: 600px;\n            perspective: 400px;\n        }\n\n        .image-grid {\n            position: relative;\n            height: 100%;\n            width: 100%;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            grid-template-rows: 1fr 1fr;\n            gap: 20px;\n            transform-style: preserve-3d;\n        }\n\n        .grid-item {\n            position: relative;\n            overflow: hidden;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n        }\n\n        .grid-item:hover {\n            transform: translateY(-10px) rotateX(5deg);\n            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);\n        }\n\n        .main-image {\n            grid-column: 1 \/ 2;\n            grid-row: 1 \/ 2;\n            \n        }\n\n        .top-right-image {\n            grid-column: 2 \/ 3;\n            grid-row: 1 \/ 2;\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n        }\n\n        .bottom-right-image {\n            grid-column: 2 \/ 3;\n            grid-row: 2 \/ 3;\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\n        }\n\n        .bottom-left-image {\n            position: absolute;\n            bottom: 50px;\n            left: -30px;\n            width: 200px;\n            height: 120px;\n            border-radius: 15px;\n            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);\n            z-index: 10;\n        }\n\n        .bottom-right-small-image {\n            position: absolute;\n            top: 50px;\n            right: -30px;\n            width: 150px;\n            height: 100px;\n            border-radius: 15px;\n            background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);\n            z-index: 10;\n        }\n\n        .image {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: inherit;\n            transition: transform 0.4s ease;\n        }\n\n        .grid-item:hover .image {\n            transform: scale(1.05);\n        }\n\n        \/* Badge d'exp\u00e9rience am\u00e9lior\u00e9 *\/\n        .experience-badge {\n            position: absolute;\n            bottom: -20px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);\n            padding: 15px 30px;\n            border-radius: 50px;\n            box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);\n            z-index: 20;\n            text-align: center;\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        @keyframes pulse {\n            0%, 100% { transform: translateX(-50%) scale(1); }\n            50% { transform: translateX(-50%) scale(1.05); }\n        }\n\n       \n\n      \n     \n        .content {\n  margin-top: -30px;\n            padding-left: 20px;\n        }\n\n        .content h1 {\n      font-size: clamp(0.4rem, 0.4vw, 0.4rem);\n    font-weight: 600;\n    line-height: 1.2;\n    margin-bottom: 20px;\n    color: #000000; \/* noir pur *\/\n    animation: fadeInUp 1s ease-out;\n}\n\n        @keyframes fadeInUp {\n            from {\n                opacity: 0;\n                transform: translateY(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .paragraph {\n            font-size: 16px;\n            line-height: 1.7;\n   margin-bottom: 1px; \n            color: #b8b8b8;\n           \n            animation: fadeInUp 1s ease-out 0.2s both;\n        }\n\n        \n      \n\n\n       \n\n     \n\n       \n\n\n\n\n\n        \n\n       \n\n      .feature-title {\n    font-size: 0.1rem;\n  font-weight: 600;\n  margin-bottom: 0.1rem;\n}\n\n        \/* Bouton CTA am\u00e9lior\u00e9 *\/\n        .cta-container {\n  background: rgba(255, 255, 255, 0.25);\n  backdrop-filter: blur(10px);\n  border-radius: 1rem;\n  padding: 3px;\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);\n}\n\n\n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            padding: 15px 35px;\n            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);\n            color: #ffffff;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 600;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-button::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            transition: left 0.5s ease;\n        }\n\n        .cta-button:hover::before {\n            left: 100%;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);\n        }\n\n        .cta-button::after {\n            content: '\u2192';\n            transition: transform 0.3s ease;\n        }\n\n        .cta-button:hover::after {\n            transform: translateX(5px);\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .flex-layout {\n                grid-template-columns: 1fr;\n                gap: 60px;\n            }\n            \n            .image-collage {\n                height: 500px;\n            }\n            \n            .content {\n                padding-left: 0;\n                text-align: center;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .section {\n                padding: 60px 0;\n            }\n            \n            .image-collage {\n                height: 400px;\n            }\n            \n            .features-container {\n                grid-template-columns: 1fr;\n            }\n            \n            .cta-container {\n                justify-content: center;\n                padding-right: 0;\n            }\n        }\n\n.content h1 {\n    font-size: 1.7rem;\n    line-height: 1.2;\n    font-weight: 700;\n    margin-bottom: 16px;\n margin-top: 40px;\n  }\n .section {\n  padding-top: 3rem;         \/* r\u00e9duit *\/\n  padding-bottom: 2rem;      \/* r\u00e9duit *\/\n  padding-left: 1rem;\n  padding-right: 1rem;\n  background-color: white;\n  width: 100%;\n}\n\n.container {\n  margin-left: auto;\n  margin-right: auto;\n  max-width: 72rem;\n}\n\n.flex-layout {\n  display: flex;\n  flex-direction: row;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 2rem;                 \/* r\u00e9duit *\/\n}\n\n.image-collage {\n  width: 100%;\n  position: relative;\n  height: 900px;             \/* r\u00e9duit *\/\n}\n\n.image-grid {\n  display: grid;\n  grid-template-columns: repeat(12, minmax(0, 1fr));\n  grid-template-rows: repeat(6, minmax(0, 1fr));\n  gap: 0.25rem;              \/* r\u00e9duit *\/\n  height: 400px;             \/* r\u00e9duit *\/\n}\n\n.grid-item {\n  border-radius: 0.5rem;\n  overflow: hidden;\n}\n\n.main-image {\n  grid-column: span 8 \/ span 8;\n  grid-row: span 4 \/ span 4;\n}\n\n.top-right-image {\n  grid-column: span 4 \/ span 4;\n  grid-row: span 2 \/ span 2;\n}\n\n.bottom-right-image {\n  grid-column: span 4 \/ span 4;\n  grid-row: span 2 \/ span 2;\n}\n\n.bottom-left-image {\n  grid-column: span 6 \/ span 6;\n  grid-row: span 2 \/ span 2;\n}\n\n.bottom-right-small-image {\n  grid-column: span 6 \/ span 6;\n  grid-row: span 2 \/ span 2;\n}\n\n.image {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n\/* Badge *\/\n.experience-badge {\n  position: absolute;\n  bottom: 0.5rem;\n  left: 0.5rem;\n  background-color: white;\n  border-radius: 0.5rem;\n  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);\n  padding: 0.75rem;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n}\n\n.badge-primary {\n  font-size: 1rem;\n  font-weight: 600;\n  color: #2563eb;\n}\n\n.badge-secondary {\n  font-size: 0.875rem;\n  font-weight: 500;\n}\n\n\/* CONTENT *\/\n.content {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  gap: 0.5rem;\n}\n\n.heading {\n  font-size: 1.25rem;\n  font-weight: 600;\n  color: #1f2937;\n  line-height: 1.3;\n  margin-bottom: 0.25rem;\n}\n\n.paragraph {\n  font-size: 0.85rem;\n  color: #4b5563;\n  line-height: 1.4;\n  margin-bottom: 0.75rem;\n}\n\n.features {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); \/* colonnes adaptatives *\/\n gap: 0.2rem;\n  margin-top: 1rem;\n}\n\n\n\n\n\n\n\n.feature-title {\n  font-weight: 500;\n  font-size: 0.4rem;\n  color: #1f2937;\n  margin: 0;\n}\n\n.feature-description {\n  color: #4b5563;\n  font-size: 0.75rem;\n  line-height: 1.3;\n  margin: 0;\n}\n\n\/* Responsive *\/\n@media (min-width: 768px) {\n  .section {\n    padding-left: 1.5rem;\n    padding-right: 1.5rem;\n  }\n\n  .flex-layout {\n    flex-direction: row;\n    gap: 2rem;\n  }\n\n  .image-collage {\n    width: 50%;\n    height: 480px;\n  }\n\n  .content {\n    width: 50%;\n  }\n\n  .heading {\n    font-size: 1.5rem;\n  }\n}\n\n.container {\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 0 1rem;\n}\n\n\n\n\/* HERO SECTION *\/\n.full-width-hero {\n  width: 100vw;\n  margin-left: calc(-50vw + 50%);\n  padding: 20px 10px;\n  min-height: 40vh; \/* augment\u00e9 de 40vh \u00e0 60vh *\/\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n    top: -16px;\n  overflow: hidden;\n}\n\n.hero-background {\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 88%;\n  z-index: 0;\n  overflow: hidden;\n}\n.site-header, .main-navigation {\n  position: relative;\n  z-index: 10; \/* Menu au-dessus *\/\n}\n\n.hero-images {\n  display: flex;\n  animation: heroScroll 30s linear infinite;\n  width: 200%; height: 100%;\n}\n\n.hero-image {\n  flex: 0 0 50%;\n  position: relative;\n  z-index: 1;\n  background-size: cover;\n  background-position: center;\n}\n\n.hero-container {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 60px;\n  max-width: 1200px;\n  width: 100%;\n  z-index: 2;\n  position: relative;\n}\n.hero-content {\n  flex: 1;\n  color: white;\n  animation: slideInRight 1s ease-out;\n}\n\n\n\n\n.hero-svg {\n  width: 56%;\n \n  padding: 20px;\n  box-sizing: border-box;\n}\n\n\n.hero-content .subtitle {\n  font-size: 1.2rem;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 2px;\n  margin-top: -20px;\n  margin-bottom: 16px;\n}\n\n\n\n.hero-content .subtitle .yellow {\n background: linear-gradient(90deg, #1e40af, #f97316);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n  color: transparent;\n}\n\n\n\n.hero-content h1 {\n  font-size: 2.8rem;\n  font-weight: 800;\n  line-height: 1.1;\n  letter-spacing: -1px;\n  margin-bottom: 24px;\n   background: linear-gradient(135deg, #ffffff, #f0f0f0);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);\n}\n\n.hero-content p {\n  font-size: 1.2rem;\n  font-weight: 300;\n  line-height: 1.6;\n  max-width: 500px;\n  opacity: 0.95;\n  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n  margin-bottom: 40px;\n}\n\n\/* CTA Buttons *\/\n.cta-buttons {\n  display: flex;\n  gap: 8px;\n  flex-wrap: wrap;\n}\n\n.cta-button {\n  display: inline-flex;\n  align-items: center;\n  gap: 4px;\n  background: linear-gradient(135deg, #fb923c, #f97316);\n  color: white;\n  padding: 6px 14px; \/* \u2193 plus petit *\/\n  border-radius: 5px;\n  text-decoration: none;\n  font-weight: 500;\n  font-size: 0.85rem; \/* \u2193 plus petit *\/\n  box-shadow: 0 4px 12px rgba(251, 146, 60, 0.3);\n  transition: all 0.3s ease;\n  border: 1px solid rgba(255, 255, 255, 0.2);\n  text-transform: uppercase;\n  letter-spacing: 0.3px;\n}\n\n.cta-button:hover {\n  transform: translateY(-1px);\n  box-shadow: 0 8px 18px rgba(251, 146, 60, 0.45);\n  background: linear-gradient(135deg, #f97316, #ea580c);\n}\n\n.cta-button-secondary {\n  background: white;\n  border: 2px solid white;\n  color: #f97316;\n  box-shadow: 0 2px 6px rgba(255, 255, 255, 0.15);\n  font-size: 0.85rem;\n  padding: 6px 14px;\n  border-radius: 5px;\n}\n\n.cta-button-secondary:hover {\n  background: #f97316;\n  color: white;\n  box-shadow: 0 6px 14px rgba(255, 255, 255, 0.25);\n  transform: translateY(-1px);\n}\n\n\n\/* Keyframes *\/\n@keyframes heroScroll {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n\n@keyframes slideInRight {\n  from { opacity: 0; transform: translateX(30px); }\n  to { opacity: 1; transform: translateX(0); }\n}\n\n@keyframes float {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(-20px); }\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n  .full-width-hero {\n    padding: 40px 20px;\n    min-height: 50vh; \/* l\u00e9g\u00e8rement r\u00e9duit pour mobiles *\/\n  }\n\n.hero-svg {\n  width: 90vw;           \/* 70% de la largeur de la fen\u00eatre (viewport width) *\/\n  height: 100vh;         \/* optionnel : prendre toute la hauteur de la fen\u00eatre *\/\n  position: fixed;       \/* fixe \u00e0 droite m\u00eame quand on scroll *\/\n  top: 0;\n  right: 0;\n\n  overflow: auto;        \/* si contenu trop grand *\/\n  box-sizing: border-box;\n  padding: 20px;\n}\n  .hero-container {\n    flex-direction: column;\n    text-align: center;\n    gap: 40px;\n  }\n\n  .hero-content h1 {\n    font-size: 2.2rem;\n  }\n\n  .hero-content p {\n    font-size: 1.1rem;\n    max-width: 100%;\n  }\n\n  .cta-buttons {\n    justify-content: center;\n  }\n\n  .cta-button {\n    padding: 10px 24px;\n    font-size: 0.9rem;\n  }\n\n  .section-services h2,\n  .section-contact h2 {\n    font-size: 2rem;\n  }\n\n  .section-services p,\n  .section-contact p {\n    font-size: 1.1rem;\n  }\n}\n\n@media (max-width: 480px) {\n  .hero-content h1 {\n    font-size: 2rem;\n  }\n\n  .cta-buttons {\n    flex-direction: column;\n    align-items: center;\n  }\n\n  .cta-button {\n    width: 100%;\n    max-width: 280px;\n    justify-content: center;\n  }\n}\n\n<\/style>\n\n\n\n\n<!-- SECTION HERO -->\n<div class=\"full-width-hero\">\n  <div class=\"hero-background\">\n    <div class=\"hero-images\">\n<div class=\"hero-image\" style=\"background-image: url('http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/07\/businessman-thinking-front-his-monitors-office-late-night-1.jpg');\"><\/div>\n      <div class=\"hero-image\" style=\"background-image: url('http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/07\/person-looking-finance-graphs.jpg');\"><\/div>\n      \n      <div class=\"hero-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1552664730-d307ca884978?auto=format&#038;fit=crop&#038;w=1600&#038;q=80');\"><\/div>\n      <div class=\"hero-image\" style=\"background-image: url('https:\/\/images.unsplash.com\/photo-1600880292203-757bb62b4baf?auto=format&#038;fit=crop&#038;w=1600&#038;q=80');\"><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"hero-container\">\n    <!-- TEXTE \u00c0 GAUCHE -->\n    <div class=\"hero-content\">\n      <div class=\"subtitle\"> <span class=\"yellow\"> INVESTME CONSULTING<\/span><\/div>\n      <h1>      Business Consulting Center  <\/h1>\n      <p>Professional support to turn your entrepreneurial projects into lasting successes with our personalized expertise.<\/p>\n     <div class=\"cta-buttons\">\n  <a href=\"https:\/\/www.proface.askonsult.com\/en\/services\/\" class=\"cta-button\">\n    Our services\n   \n  <\/a>\n  <a href=\"https:\/\/www.proface.askonsult.com\/en\/contact\/\" class=\"cta-button cta-button-secondary\">\n    Contact us\n  <\/a>\n<\/div>\n\n    <\/div>\n\n    <!-- CARTE SVG \u00c0 DROITE -->\n    <div class=\"hero-svg\">\n     <div class=\"elementor-element elementor-element-47e8333 elementor-widget elementor-widget-html\" data-id=\"47e8333\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n    .highlighted {\n        fill: #ffffff !important;\n        stroke: #000000 !important;\n        stroke-width: 2px !important;\n        transition: fill 0.3s ease;\n        cursor: pointer;\n    }\n\n    .region-label {\n        position: fixed;\n        padding: 10px 15px;\n        background-color: #fff;\n        color: #333;\n        font-weight: bold;\n        border: 1px solid #ccc;\n        border-radius: 8px;\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n        opacity: 0;\n        transition: opacity 0.2s ease, transform 0.2s ease;\n        pointer-events: none;\n        z-index: 99999;\n        max-width: 200px;\n    }\n\n  .map-container {\n  width: 100%;\nmargin: 200px ; \n  max-width: 2000px; \/* agrandir le conteneur *\/\n  margin: 0 auto;\n}\n\n.responsive-map {\n  width: 100%;\n  height: auto;\n  max-width: 6000px;  \/* agrandir \u00e0 volont\u00e9 *\/\n  display: block;\n}\n\n\n  @media (min-width: 768px) {\n    .responsive-map {\n      width: 100%;\n      max-width: 3000px;\n    }\n  }\n<\/style>\n\n\n<div class=\"map-container\">\n    <svg xmlns:mapsvg=\"http:\/\/mapsvg.com\" xmlns:dc=\"http:\/\/purl.org\/dc\/elements\/1.1\/\" xmlns:rdf=\"http:\/\/www.w3.org\/1999\/02\/22-rdf-syntax-ns#\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" mapsvg:geoviewbox=\"-17.107061 35.922390 -0.995761 20.768035\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 700.51373 654.53473\"    width=\"800\"\n    height=\"1000\"  class=\"responsive-map\">\n        <!-- SVG content here -->\n\n <defs>\n      <pattern id=\"image-fill\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/i.pinimg.com\/736x\/d7\/8c\/b5\/d78cb557bba6e6ac804fffef18842c6a.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill1\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/tse4.mm.bing.net\/th\/id\/OIP.y8ZHWYlvFs3pvaMiQkf83AHaEI?rs=1&#038;pid=ImgDetMain&#038;o=7&#038;rm=3\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill2\" patternunits=\"userSpaceOnUse\" width=\"800\" height=\"3000\">\n\n        <image\n          href=\"https:\/\/www.nen.nl\/media\/Vakgebieden\/Gas_en_water\/warmte-pompen1200.jpg\"\n        \n         width=\"800\"\n    height=\"900\"\n    preserveaspectratio=\"xMidYMid meet\"\n        \/>\n      <\/pattern>\n  <pattern id=\"image-fill3\" patternunits=\"userSpaceOnUse\" width=\"800\" height=\"2000\">\n  <image\n    href=\"https:\/\/assets.isu.pub\/document-structure\/201007123633-01aab3b38572da64834a8298416d7362\/v1\/2029f9da34e8a09b3b268a139f10ff25.jpg\"\n    width=\"800\"\n    height=\"1000\"\n    preserveaspectratio=\"xMidYMid meet\"\n  \/>\n<\/pattern>\n   <pattern id=\"image-fill4\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/i.pinimg.com\/736x\/90\/5b\/fc\/905bfcf36b01cb0571ccbc6166b702a2.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill5\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/i.pinimg.com\/1200x\/b8\/d5\/e7\/b8d5e7dbd36d0826424181ef48b6259b.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill6\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/tse3.mm.bing.net\/th\/id\/OIP.x7Nl-ogHB5nlo-bmwhYlxQHaJp?w=850&#038;h=1108&#038;rs=1&#038;pid=ImgDetMain&#038;o=7&#038;rm=3\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill7\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/i.pinimg.com\/1200x\/08\/78\/10\/087810595683122bae067a143dd48483.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill8\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/i.pinimg.com\/736x\/97\/7f\/93\/977f938ce4342a6bea7c92c71866c801.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill9\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/i.pinimg.com\/1200x\/5b\/e2\/16\/5be216c749b288c34e4c0e4e06cc3ced.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill10\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/i.pinimg.com\/736x\/c4\/39\/4e\/c4394ea17cc47abbb6c67d9493a0a6bf.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill11\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/www.infostourismemaroc.com\/uploads\/images\/gallery\/5e284d40b286f_sites-interet-touristique-tadla-azilal-infos-tourisme-maroc.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n   <pattern id=\"image-fill12\" patternunits=\"userSpaceOnUse\" width=\"1000\" height=\"1000\">\n\n        <image\n          href=\"https:\/\/i.pinimg.com\/736x\/bd\/3b\/00\/bd3b00928024cbec87114ea5baf9e737.jpg\"\n        \n      \n        \/>\n      <\/pattern>\n  <pattern id=\"image-fill14\" patternunits=\"userSpaceOnUse\" width=\"800\" height=\"4000\">\n\n        <image\n          href=\"https:\/\/ca-times.brightspotcdn.com\/dims4\/default\/db73b00\/2147483647\/strip\/true\/crop\/800x420+0+15\/resize\/1200x630!\/quality\/80\/?url=https:%2F%2Fcalifornia-times-brightspot.s3.amazonaws.com%2Fff%2Ffc%2F43cbaa576cee809820ba46e2bbe6%2Fla-es-california-establecio-una-meta-del-100-d-001\"\n        width=\"800\"\n    height=\"800\"\n       preserveaspectratio=\"xMidYMid meet\"\n        \/>\n      <\/pattern>\n<pattern id=\"image-fill13\" patternunits=\"userSpaceOnUse\" width=\"800\" height=\"1300\">\n  <image\n    href=\"https:\/\/assets.isu.pub\/document-structure\/201007123633-01aab3b38572da64834a8298416d7362\/v1\/2029f9da34e8a09b3b268a139f10ff25.jpg\"\n    width=\"700\"\n    height=\"1200\"\n    preserveaspectratio=\"xMidYMid meet\"\n  \/>\n<\/pattern>\n<pattern id=\"image-fill15\" patternunits=\"userSpaceOnUse\" width=\"800\" height=\"1300\">\n  <image\n    href=\"https:\/\/pbs.twimg.com\/media\/FjETBvSaEAIsYov.jpg\"\n    width=\"250\"\n    height=\"1100\"\n    preserveaspectratio=\"xMidYMid meet\"\n  \/>\n<\/pattern>\n\n\n\n\n\n    <\/defs>\n<g id=\"region-1\" transform=\"translate(0, -100) scale(1.2)\">\n\n        <path d=\"m 444.9853,0.47393 0.15,0.46 0.45,-0.01 0.28,1.31 1.38,0.42 -0.47,2.17 0.73,5.4 0.57,1.35 1.74,-0.12 -0.4,1.07 0.56,2.81 1.17,2.52 0.52,-0.1 0.32,0.54 0.63,-0.13 1.02,0.46 0.77,1.27 1.79,1.28 0.95,1.91 0.07,0.24 0.63,1.11 1.21,0.35 0.52,-0.19 3.37,3.94 1.16,0.62 1.14,0.15 1.32,1.54 1.44,0.84 0.46,0.58 3.81,1.54 1.26,-0.45 0.7,0.89 0.65,0.27 0.95,-0.12 2.59,0.78 1.14,-0.06 1.45,0.69 0,0 -1.09,1.26 -0.17,1.35 0.66,0.69 0.18,2.36 -0.93,2.41 -2.54,1.66 -3.84,0.68 -4.02,3.51 -0.83,0.04 -0.63,0.51 -0.75,1.3 -0.81,0.12 -1.49,0.77 -1.15,-0.05 -2.81,0.74 -1.01,-0.32 -0.63,0.42 -0.89,0 -2.48,1.17 -1.13,1.3 0,0 -2.59,-0.68 -3.25,1.39 -4.14,-0.87 -1.86,-1.07 -1.51,-2.41 -1.11,-0.59 -0.53,-0.79 -0.27,-0.09 -1.23,0.88 -1.27,-0.26 -1.62,0.07 -0.65,-0.43 -1.36,-2.03 -1.45,-0.68 -0.73,-0.82 -1.7,-0.25 -0.85,-0.99 -2.08,-0.17 -2.3,-0.9 -5.26,-0.95 -2.53,0.15 -3.63,-0.35 0,0 3.05,-9.56 0.52,-0.21 0.41,-0.69 2.43,-8.46 0.75,-1.26 0.39,-1.5 0.87,-0.81 0.89,-2.52 0.19,-1.76 0.23,-0.44 0.96,-4.72 1.27,-4.57 0.23,-0.06 -0.02,-0.63 0.86,-0.62 1.65,0.23 0.67,-0.21 1.6,0.61 0.01,0.34 0.92,0.19 1.11,-1.05 0.03,-0.91 1.02,-0.25 0.14,-0.35 0.46,0.1 0.75,-0.47 1.31,0.61 0.85,-0.43 1.1,0.26 0.67,-0.21 0.82,-0.67 0.08,0.23 0.31,-0.08 1.72,-1.93 0.51,-0.06 0.4,-0.97 0.24,0.21 0.42,-0.48 0.35,0 0.52,0.51 0.16,-0.29 0.92,-0.03 0.48,-0.5 z\" title=\"Tangier-Tetouan-Al Hoceima\" id=\"MA-01\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" \" style =\"fill: url(#image-fill); stroke: rgb(255, 255, 255); stroke-width: 1.9px;\">\n<\/path>\n\n\n\n<g  class=\"mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill2); stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\">\n\n\n\n  <path d=\"m 500.9753,31.12393 0.47,0.32 -0.44,0.49 0.27,0.17 -0.09,0.41 0.87,1.03 1.88,0.6 1.65,-0.28 0,0 0.31,1.31 -0.51,2.95 0.37,1.63 0.01,2.4 0.3,0.43 -0.14,5.57 0.54,0.3 0.08,0.85 0.39,0.17 1.69,-0.21 0.12,0.27 -0.59,0.5 0.32,0.46 2.02,-0.25 1.54,0.99 1.64,-0.21 0.43,0.48 -0.43,0.66 0.45,0.87 -0.14,1.38 -0.9,1.55 0.35,0.6 0.95,0.49 0.06,0.54 -0.59,0.28 -1.42,-0.01 -0.25,0.26 0.42,1.93 -0.14,0.64 -0.87,0.8 0.15,0.32 1.94,-0.68 0.64,0.74 0.06,0.99 0.31,0.38 1.9,0.75 0.69,-0.05 0.89,-2.97 0.78,-0.32 0.11,-1.02 1.28,0.4 1.14,-1.33 2.5,-1.43 0.58,-1.19 -0.04,-1.28 0.49,-0.32 4.83,0.08 0.81,0.46 1.34,1.79 1.23,-0.04 1.86,1.09 0.54,0.7 1.55,0.54 0.13,0.49 -0.66,1.74 1.45,0.76 0.11,0.65 -0.38,0.17 -2.08,-0.91 -2.27,1.09 0.15,1.43 -0.65,2.53 -1.35,0.09 0.22,0.96 -0.26,0.52 -0.85,0.2 -0.49,0.83 -2.38,1.18 -0.35,0.77 0.13,0.46 -0.38,0.38 0.16,0.87 0.68,0.9 1.13,1.18 1.76,1.17 0.24,4.61 1.6,1.37 0.04,0.64 -1.44,3.14 -1.01,0.65 -3.75,1.4 -0.35,0.67 -0.15,2.15 1.74,1.34 2.65,3.66 1.01,2.31 0.09,2.17 0,0 -3.39,-0.61 -1.47,-0.53 -2.76,-2.02 -3.25,-0.71 -0.57,-0.32 -1.75,-2.11 -0.89,-0.27 -0.29,-0.43 -1.03,-0.46 -0.51,-0.85 -0.5,-0.02 -0.51,0.14 -0.58,1.61 -0.97,0.58 -2.04,3.7 -1.51,1.22 -1.43,0.54 -0.31,0.73 -1.35,1.45 -1.41,0.91 -0.25,1.35 -0.39,0.21 -0.81,1.31 -3.17,1.4 -1.3,0.88 -4,0.35 -1.55,-1.96 1.34,-2.04 0.09,-0.74 -0.98,-0.59 -0.78,-0.03 -0.72,0.1 -1.36,0.94 -1.02,-1.73 0.17,-3.14 0.92,-1.52 1.98,-1.21 -0.45,-0.31 -2.51,0.12 -0.47,-0.41 -0.59,-0.06 -0.53,-2.05 -0.2,-0.21 -1.03,-0.02 -1.04,-0.74 -0.95,0.01 -2.75,2 -0.54,-0.12 -1.39,-1.12 -1.32,-0.17 -1.37,-0.6 -1.12,-1.13 0.04,-3.22 -0.12,-0.63 -0.81,-0.98 0.11,-0.69 -0.52,-0.38 -1.39,-0.08 -1.07,-0.86 -1.49,-0.09 -0.41,-0.43 -1.37,-0.3 -0.88,-1.66 0.18,-0.86 -0.27,-1.23 -0.9,0.29 -0.61,-0.1 0.15,-1.41 -0.19,-0.63 -0.54,-0.18 -0.92,0.5 -1.84,0.01 -0.02,-0.79 -0.64,-0.41 0.12,-0.43 0.98,-0.14 -0.64,-0.96 -0.46,-0.05 -0.7,0.69 -0.68,0.19 -0.24,-0.4 0.57,-0.65 -0.44,-0.74 -3.18,-0.27 -0.42,0.66 -0.4,0.03 -0.14,-0.34 0.25,-0.45 -0.4,-0.03 -1.17,0.87 -0.38,-0.11 0.05,-0.81 -0.43,-0.32 -1.83,-0.32 -1.58,0.61 -0.8,0.79 -0.86,-0.27 -0.35,0.28 -1.25,0.06 -1.79,0.69 -0.65,-0.93 -1.37,0.53 -1.59,-1.71 0,0 0.13,-0.53 -0.52,-0.24 -0.71,0.42 -0.5,-0.11 -0.19,-0.73 0.31,-0.56 -0.72,-0.83 0.31,-0.64 1.72,-0.46 2.52,-1.51 0.56,-1.07 1.07,-0.25 0.56,-0.49 -0.03,-1.09 0.27,-0.5 1.39,-0.32 0.63,-0.47 0.48,-0.43 0.2,-0.89 1.27,-0.53 1.03,0.19 0.44,-0.37 0.21,-0.69 -0.58,-0.29 -0.05,-0.52 0.57,-2.56 0.01,-1.65 0.45,-1.49 0,0 1.13,-1.3 2.48,-1.17 0.89,0 0.63,-0.42 1.01,0.32 2.81,-0.74 1.15,0.05 1.49,-0.77 0.81,-0.12 0.75,-1.3 0.63,-0.51 0.83,-0.04 4.02,-3.51 3.84,-0.68 2.54,-1.66 0.93,-2.41 -0.18,-2.36 -0.66,-0.69 0.17,-1.35 1.09,-1.26 0,0 0.98,0.33 0.84,-0.21 1.88,0.51 0.56,-0.45 0.57,-0.05 0.4,-0.45 0.95,-0.21 0.27,-0.26 1.15,-0.48 1.31,0.15 0.13,-0.26 1.88,-0.53 0.51,0.23 0.58,-0.13 3.21,-1.35 0.26,-0.39 0.39,0.17 0.71,-0.31 0.26,0.36 1.12,-0.19 1.42,-1.05 0.64,-0.11 z  \"title=\"Fez-Meknes\"  class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill2);   style=\"stroke: none;\">\n  \n  <path d=\"m 443.8353,74.31393 1.6,1.71 1.36,-0.53 0.65,0.93 1.8,-0.69 1.24,-0.06 0.35,-0.28 0.86,0.27 0.8,-0.79 1.58,-0.61 1.83,0.31 0.43,0.33 -0.04,0.81 0.37,0.11 1.17,-0.87 0.4,0.04 -0.24,0.45 0.13,0.34 0.41,-0.04 0.42,-0.65 3.18,0.27 0.44,0.74 -0.57,0.65 0.24,0.4 0.68,-0.19 0.7,-0.69 0.46,0.06 0.65,0.95 -0.98,0.14 -0.12,0.44 0.64,0.41 0.02,0.79 1.83,-0.01 0.93,-0.5 0.54,0.19 0.19,0.63 -0.15,1.41 0.61,0.1 0.89,-0.29 0.28,1.23 -0.18,0.85 0.88,1.66 1.37,0.3 0.41,0.43 1.49,0.08 1.06,0.87 1.39,0.08 0.52,0.38 -0.11,0.69 0.8,0.98 0.12,0.63 -0.03,3.22 1.11,1.13 1.37,0.6 1.32,0.17 1.39,1.12 0.54,0.12 2.75,-2 0.94,-0.01 1.05,0.74 1.03,0.02 0.2,0.21 0.52,2.05 0.59,0.06 0.47,0.41 2.5,-0.11 0.45,0.3 -1.98,1.22 -0.92,1.52 -0.18,3.14 1.02,1.73 1.37,-0.95 0.71,-0.09 0.78,0.02 0.98,0.6 -0.09,0.74 -1.35,2.04 1.55,1.95 4,-0.34 1.3,-0.88 3.16,-1.4 0.82,-1.31 0.38,-0.21 0.25,-1.36 1.41,-0.91 1.34,-1.45 0.31,-0.74 1.43,-0.53 1.51,-1.22 2.04,-3.7 0.98,-0.58 0.58,-1.61 0.51,-0.14 0.51,0.02 0.5,0.85 1.04,0.46 0.29,0.43 0.89,0.27 1.75,2.11 0.57,0.32 3.25,0.71 2.76,2.02 1.47,0.53 3.39,0.61 0,0 -0.76,2.94 -1.09,1.72 -2.49,2.72 -0.93,2.09 -0.01,0.94 0.73,1.49 2.45,1.52 2.68,2.44 1.54,2.58 3.01,3.58 0.55,1.54 -0.32,1.85 -0.83,1.24 -2.4,0.86 -1.71,0.29 -4.29,1.75 -2.25,0.49 -2.74,0.13 -3.61,-0.58 -3.92,-0.05 -4.79,0.52 -1.92,1.14 -2.99,2.98 -1.95,3.09 -3.34,6.38 -2.23,2.44 -2.09,3.29 0.16,0.74 0,0 -1.36,0.55 -1.11,0.07 -2.77,-0.05 -1.41,-0.36 -1.1,0.22 -0.91,-0.32 -0.31,-0.56 -0.12,-3.17 -3.48,-3.51 -1.54,-0.98 -0.94,-2.04 -0.62,-0.69 -0.56,-0.37 -2.54,-0.21 -4.59,0.69 -1.71,-0.7 -1.5,-1.16 -0.36,-0.89 0.11,-1.07 0.48,-0.75 0.13,-0.82 -3.53,-3.99 -1.97,-6.3 -1.37,-3.13 -2.33,-2.07 -0.71,-1.38 -0.12,-0.89 0.25,-0.78 3.9,-5.65 0.3,-1.02 -0.25,-1.47 -1.62,-1.72 -2.16,-1.75 -3.65,-0.5 -0.86,-0.54 -0.41,-0.86 -0.02,-1.01 1.75,-4.58 -0.23,-2.27 -1.28,-2.04 -0.89,-0.52 -0.82,-3.1 -2.23,-0.63 -1.15,0.04 -0.55,-0.66 -0.65,-1.57 -0.48,-0.39 -1,-0.21 -1.24,0.6 -0.54,-0.18 -0.38,-2.17 0.2,-3 -0.21,-2.11 -0.41,-1.45 -0.45,-0.48 0,0 -0.99,-1.44 z \"title=\"Fez-Meknes\" id=\"MA-02\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill2);   style=\"stroke: none;\">\n<\/g>\n\n\n        <path d=\"m 537.6053,22.86393 0.51,0.59 -0.55,0.68 0.36,0.4 -0.63,1.82 0.58,0.84 -0.14,2.66 1.41,0.99 0.15,0.41 2.81,2.93 -1.08,-0.58 -0.23,-0.59 -0.9,-0.64 -0.57,-0.88 -0.43,0.15 0.2,1.22 0.33,0.4 0.37,-0.1 0.26,0.26 -0.15,0.33 -0.32,-0.26 -0.54,0.59 0.04,0.69 0.78,1.04 0.13,0.71 0.82,0.69 2.53,1.27 2.34,0.04 0.16,-0.5 -0.19,-0.31 -1.26,-0.9 -0.2,-0.6 -0.8,-0.5 -1.25,-1.45 3.65,3.23 3.81,1.58 3.01,0.41 1.79,-0.36 1.48,-0.71 2.29,-2.03 0.05,0.35 0.52,0.22 2.56,0.59 4.75,1.75 -0.06,1.76 1.1,0.72 0.65,0.99 1.75,0.73 0.1,0.55 1.19,1.27 1.94,1.38 2.48,-0.46 0.13,2.67 2.95,1.63 0.2,1.58 1.12,0.22 1.44,0.96 0.54,-0.22 -0.07,0.54 2.65,1.42 -1.27,0.91 -0.14,1.17 -2.9,3.78 0.52,-0.07 0.87,0.59 1,1.54 0,0.47 0.84,0.79 0.1,0.58 0.42,0.17 0.2,0.63 2.32,0.99 -3.66,4.67 0.53,0.87 1.39,1.29 1.01,1.6 -0.29,3.23 2.44,6.04 -1.95,10.78 1.09,4.44 -2.21,1.7 -0.33,1.59 1.01,0.56 0.16,0.44 2.03,-0.19 0.86,2.33 1.21,0.73 0.13,0.45 -0.26,1.32 0.31,0.09 -0.01,0.34 -0.36,0.43 0.58,1.22 -1.23,1.75 -0.16,2 -0.29,0.71 -0.49,0.35 -0.69,2 0.09,3.47 -0.32,1.07 1.43,2.43 1.14,0.95 1,2.54 1.58,1.87 0.76,0.61 1.02,0.35 0.63,0.75 0.36,1.23 -0.57,0.92 0.17,0.81 -0.52,1.28 -0.4,0.37 -0.54,-0.11 -1.26,0.53 6.14,9.82 4.22,1.97 10.29,7.92 0.07,0.29 -1.84,1.62 -0.8,1.2 -1.36,0.81 -0.71,0.78 -1.12,-0.16 -1.82,0.64 -0.39,0.53 -0.53,2.11 -1.01,0.79 0.53,0.76 -0.43,2.64 0.18,2.04 -2.21,1.72 0.48,0.36 2.73,-0.74 1.29,0.55 0.41,1.23 0.61,0.33 -0.02,0.79 -1.15,0.36 -0.72,0.79 -1.88,0.38 -0.65,-0.45 -2.06,0.18 -1.33,-0.4 -0.78,0.23 -1.56,-0.08 -2.28,-0.31 -0.81,-0.39 -2.87,0.52 -4,-1.05 -1.09,0.07 -4.24,-1.42 -1.84,-0.04 -0.91,-0.69 -0.86,0 -0.23,0.5 -0.67,-0.33 -0.92,0.05 -0.76,-0.75 -1,-0.36 -3.32,1.28 -2.63,0.49 -0.71,-0.02 -3.32,-1.14 -0.97,0.55 -6.1,-0.15 -3.15,0.65 -2.03,1.44 -2.41,-0.22 -2.47,0.31 -3.47,-0.2 -2.33,0.19 -1.16,-0.43 -0.75,1.14 -0.34,2.87 1.77,2.96 0.19,1.4 1.34,2.23 0.2,1.15 -0.19,0.97 0.85,0.98 -0.06,0.67 -6.4,1.51 0.02,0.26 -10,2.16 0,0 -1.27,-8.51 -0.08,-2.48 0.5,-4.2 1.56,-3.04 -0.34,-1.13 -1.35,-0.42 -6.62,-1.04 -3.59,-0.36 -2.79,0.49 -1.43,-0.14 -0.62,-0.37 -0.07,-0.69 0.68,-1.46 -0.66,-0.84 -1.36,-0.4 -1.2,-1.15 -0.75,-0.29 -1.84,0.01 -0.99,-0.47 -0.84,-3.88 -4.42,-9 -1.26,-1.52 -1.32,-0.58 0,0 -0.16,-0.74 2.09,-3.29 2.23,-2.44 3.34,-6.38 1.95,-3.09 2.99,-2.98 1.92,-1.14 4.79,-0.51 3.92,0.05 3.61,0.57 2.74,-0.12 2.26,-0.49 4.28,-1.75 1.71,-0.29 2.41,-0.86 0.83,-1.24 0.32,-1.85 -0.55,-1.54 -3.01,-3.58 -1.54,-2.58 -2.68,-2.44 -2.45,-1.53 -0.74,-1.49 0.01,-0.93 0.93,-2.09 2.5,-2.73 1.09,-1.71 0.76,-2.94 0,0 -0.09,-2.17 -1.01,-2.31 -2.65,-3.66 -1.74,-1.34 0.15,-2.15 0.35,-0.67 3.75,-1.4 1.01,-0.65 1.44,-3.14 -0.04,-0.64 -1.6,-1.37 -0.24,-4.61 -1.76,-1.17 -1.13,-1.18 -0.68,-0.9 -0.16,-0.87 0.38,-0.38 -0.13,-0.46 0.35,-0.77 2.38,-1.18 0.49,-0.83 0.85,-0.2 0.26,-0.52 -0.22,-0.96 1.35,-0.09 0.65,-2.53 -0.15,-1.43 2.27,-1.09 2.08,0.91 0.38,-0.17 -0.11,-0.65 -1.45,-0.76 0.66,-1.74 -0.13,-0.49 -1.55,-0.54 -0.54,-0.7 -1.86,-1.09 -1.23,0.04 -1.34,-1.79 -0.81,-0.46 -4.83,-0.08 -0.49,0.32 0.04,1.28 -0.58,1.19 -2.5,1.43 -1.14,1.33 -1.28,-0.4 -0.11,1.02 -0.78,0.32 -0.89,2.97 -0.69,0.05 -1.9,-0.75 -0.31,-0.38 -0.06,-0.99 -0.64,-0.74 -1.94,0.68 -0.15,-0.32 0.87,-0.8 0.14,-0.64 -0.42,-1.93 0.25,-0.26 1.42,0.01 0.59,-0.28 -0.06,-0.54 -0.95,-0.49 -0.35,-0.6 0.9,-1.55 0.14,-1.38 -0.45,-0.87 0.43,-0.66 -0.43,-0.48 -1.64,0.21 -1.54,-0.99 -2.02,0.25 -0.32,-0.46 0.59,-0.5 -0.12,-0.27 -1.69,0.21 -0.39,-0.17 -0.08,-0.85 -0.54,-0.3 0.14,-5.57 -0.3,-0.43 -0.01,-2.4 -0.37,-1.63 0.51,-2.95 -0.31,-1.31 0,0 1.29,-0.89 0.81,-2.44 1.59,-0.63 1.15,0.1 0.44,0.8 2.88,1.96 2.07,0.44 1.73,0.85 1.48,-0.33 0.9,0.63 3.42,0.32 1.27,-0.89 1.74,-0.37 0.76,-0.48 0.43,0.08 0.34,-0.28 0.96,0.21 1.37,-1.35 0.87,-1.52 1.09,0.62 1.5,-1.06 2.04,-3.83 0.05,-0.82 0.05,-0.3 0.54,-0.75 0.06,-0.83 1.19,-0.24 z\" title=\"L&#039;Oriental\" id=\"MA-04\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill3);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n<g id=\"regions-group\">\n  <path d=\"m 412.7153,43.84393 3.63,0.35 2.53,-0.15 5.26,0.95 2.3,0.9 2.08,0.17 0.85,0.99 1.7,0.25 0.73,0.82 1.45,0.68 1.36,2.03 0.65,0.43 1.62,-0.07 1.27,0.26 1.23,-0.88 0.27,0.09 0.53,0.79 1.11,0.59 1.51,2.41 1.86,1.07 4.14,0.87 3.25,-1.39 2.59,0.68 0,0 -0.45,1.49 -0.01,1.65 -0.57,2.56 0.05,0.52 0.58,0.29 -0.21,0.69 -0.44,0.37 -1.03,-0.19 -1.27,0.53 -0.2,0.89 -0.48,0.43 -0.63,0.47 -1.39,0.32 -0.27,0.5 0.03,1.09 -0.56,0.49 -1.07,0.25 -0.56,1.07 -2.52,1.51 -1.72,0.46 -0.31,0.64 0.72,0.83 -0.31,0.56 0.19,0.73 0.5,0.11 0.71,-0.42 0.52,0.24 -0.13,0.53 0,0 0,1.13 0.99,1.44 0,0 -0.5,0.45 -1.08,-0.02 -0.15,1.75 -0.83,1 -0.92,0.5 -0.25,0.58 0.75,1.04 -2.29,0.66 -1.44,1.87 -0.56,-0.18 -0.34,-0.78 0.29,-0.7 -0.09,-0.83 -0.6,-0.41 -2.31,-0.4 -1.35,0.27 -0.86,-0.27 -0.24,-0.69 0.84,-1.61 -0.49,-0.61 -1.35,-0.13 -0.49,-0.7 -1.35,-0.13 -1.37,1.04 0.08,1.19 -0.47,0.51 -0.53,0.33 -1.39,0.21 -0.37,0.33 0.42,1.09 0.76,-0.11 0.46,0.26 0.65,2.39 0,0 -2.11,-0.06 -1.86,-0.57 -1.62,-0.02 -6.97,-2.14 -6.64,0.55 -3.79,-0.94 -3.52,1.58 -0.43,-0.28 -1.58,-0.06 -0.65,-0.34 -0.73,-1.1 -1.83,0.16 -0.52,-0.97 0,0 1.23,-3.15 0.15,-0.43 5.76,-9.42 5.09,-10.4 3.31,-7.91 0.64,0.18 -0.37,1.05 0.11,0.41 0.87,0.31 0.13,0.35 0.36,-0.75 0.34,-0.1 -0.03,-0.99 -1.27,-0.41 -0.25,-0.32 -0.31,0.08 1.78,-5.23 z\" \n        title=\"Gharb-Chrarda-Beni Hssen\" \n       id=\"MA-18\" \n        class=\"[object SVGAnimatedString] mapsvg-region\" \n        data-stroke-width=\"1\" \n        style=\"fill: url(#image-fill1); stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\" \/>\n        \n  <path d=\"m 395.1753,80.57393 0.52,0.97 1.83,-0.16 0.73,1.1 0.65,0.34 1.58,0.06 0.43,0.28 3.52,-1.58 3.79,0.94 6.64,-0.55 6.97,2.14 1.62,0.02 1.86,0.57 2.11,0.06 0,0 0.14,2.29 0.49,0.74 2.46,2.04 0.34,1.71 -2.05,1.94 -0.02,0.96 0.24,0.52 0.78,-0.26 0.62,0.28 -0.38,1.03 0.07,0.87 0.28,0.67 0.99,0.64 0.45,0.69 0.09,1.72 -0.55,5.65 -0.72,2.77 -0.41,4.92 0.13,3.39 0.6,1.6 -0.07,1.28 -0.71,1.35 -0.88,0.32 -4.74,-1.38 -1.44,0.46 -1.5,1.74 -0.78,0.38 -0.73,-0.13 -0.43,-0.56 -1.52,-0.16 -0.55,-0.77 -0.14,-2.19 -0.33,-0.44 0.01,-0.81 -0.31,-0.29 -0.92,0.14 -0.43,-0.19 -0.42,-0.91 -0.54,-0.27 -0.55,0.64 -0.54,0.12 -1.18,-0.71 -1.02,0.01 -2.32,0.54 -0.57,0.47 -0.5,1.8 0.41,0.69 -0.77,1.77 0.98,1.89 0,0 -2.22,1.22 -0.79,-0.05 -1.57,1.02 -1.02,1.85 -0.53,0.33 -1.62,-2.26 -1.51,-1.06 -2.98,0.23 -0.83,0.31 -1.82,-0.83 -1.36,0.68 -2.12,-0.99 0.45,-1.16 -0.42,-2.81 0.13,-0.64 0.95,-1.22 0.22,-1.2 -1.26,-1.76 -0.47,-1.24 -0.05,-1.04 2.39,-3.64 0.35,-1.68 -0.98,-0.09 -0.57,0.39 -2.74,0.16 -0.37,-0.64 -0.73,-0.33 -0.78,-1.26 -1.37,-0.6 -0.6,0 -0.04,0.4 -0.55,-0.03 0.34,-1.12 -1.18,-2 -0.03,-1.99 -0.33,-1.2 -0.88,-1.5 -1.69,-0.13 -0.51,-0.92 0,0 2.3,-1.9 0.41,0.1 0.97,-0.4 1.04,-0.85 -0.03,-0.25 0.84,-0.32 0.11,-0.43 0.56,-0.19 0.29,-0.54 1.58,-1.37 2.88,-3.47 1.98,-2.21 2.85,-4.52 z\" \n        title=\"Rabat-Sal\u00e9-K\u00e9nitra\" \n        id=\"MA-07\" \n        class=\"[object SVGAnimatedString] mapsvg-region\" \n        data-stroke-width=\"1\" \n        style=\"fill: url(#image-fill6); stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\" \/>\n<\/g>\n      <g \n   class=\"mapsvg-region\"\n   data-stroke-width=\"1\"\n   style=\"fill: url(#image-fill8); stroke: white; stroke-width: 1.2;\">\n  <path d=\"m 370.9053,101.99393 0.03,0 0,0 -0.03,0 z m -1.76,-0.15 0.15,0.62 0.58,0 0.17,-0.05 0.45,-0.08 0.43,-0.34 0,0 0.02,0.6 -0.98,1.1 0.48,1.04 -1.43,0.37 0.28,0.4 -0.5,1.06 0.22,0.22 -0.18,0.95 0.57,0.58 -0.44,1.2 0.36,1.07 0.68,0.42 0.28,1.22 -0.4,0.19 -0.49,-0.24 -0.27,0.52 -0.74,0.26 0.52,1.11 -1.75,0.23 -0.07,0.53 -1,0.19 -1.96,1.6 -0.43,1.75 -0.91,1.66 -0.85,0.05 -0.51,-0.27 -0.63,-2.24 1.3,-0.71 2.09,-0.64 -0.19,-0.14 -1.69,-0.66 -1.3,-0.09 -0.7,0.47 -0.56,-0.69 -1.69,0.73 -0.17,-0.93 -1.13,-0.47 -0.43,-0.65 -0.78,0.28 -0.42,-0.33 -0.73,0.31 -0.66,-0.67 -0.6,0.14 -0.75,-0.27 -1.12,0.46 -0.86,-0.88 -0.2,-0.82 0,0 2.41,-1.44 0.3,-0.42 0.24,0.47 0.61,-0.01 0.3,-0.21 0.11,-0.04 1.35,-0.69 1.7,-1.03 0.2,-0.62 0.4,0.1 0.54,-0.6 0.62,-0.14 0.41,-0.67 0.39,0.49 0.34,-0.28 0.62,0.15 0.05,-0.01 0.39,0.18 0,-0.24 0.07,-0.11 0.35,0.42 0.01,-0.5 0.37,0.37 1.18,-0.69 1.21,-0.24 3,-2.46 0.15,-0.25 0.88,-0.61 0.74,-1.08 z\" title=\"Settat-Casablanca\" id=\"MA-08\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill7);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n        <path d=\"m 379.4053,96.90393 0.51,0.92 1.69,0.13 0.88,1.5 0.33,1.2 0.03,1.99 1.18,2 -0.34,1.12 0.55,0.03 0.04,-0.4 0.6,0 1.37,0.6 0.78,1.26 0.73,0.33 0.37,0.64 2.74,-0.16 0.57,-0.39 0.98,0.09 -0.35,1.68 -2.39,3.64 0.05,1.04 0.47,1.24 1.26,1.76 -0.22,1.2 -0.95,1.22 -0.13,0.64 0.42,2.81 -0.45,1.16 2.12,0.99 1.36,-0.68 1.82,0.83 0.83,-0.31 2.98,-0.23 1.51,1.06 1.62,2.26 0.53,-0.33 1.02,-1.85 1.57,-1.02 0.79,0.05 2.22,-1.22 0,0 -0.13,0.72 -0.71,0.53 -0.43,0.8 -0.11,0.76 0.37,0.66 3.72,1.27 0.44,1.2 1.51,0.51 1.76,1.71 2.14,1.03 0.33,1.65 1.67,0.72 0.35,0.44 -0.07,0.66 -0.65,0.49 -1.7,0.35 -0.09,1.71 0.57,0.48 0.64,-0.01 1.77,-0.78 0.74,0.3 0.25,1.26 1.36,1.82 -0.79,0.51 -0.09,0.37 0.34,0.5 -0.2,1.27 0.34,0.63 0,0 -0.98,0.88 -0.51,0.98 -1.4,0.85 -3.76,0.38 -2.78,1.07 -4.05,0.09 -0.72,-0.21 -2.11,0.21 -1.54,-0.71 -2.13,-0.4 -1.93,0.34 -0.58,0.59 -0.52,0.12 -0.23,0.39 0.49,0.5 -0.17,0.49 -1.75,-0.19 -1.07,-0.56 -1.9,-0.07 -1.22,-0.56 -0.41,0.08 -0.31,0.62 -1.57,0.2 -1.25,1.11 -1.82,0.66 -0.85,0 -0.84,-0.93 -0.88,-0.25 0.16,0.52 -0.44,1.21 -0.25,4.05 -1.78,4.82 -2.14,2.2 0,0 -0.55,-0.79 -1.46,-0.16 -0.7,-1.03 -1.13,-0.39 -1.3,-1.15 -2.42,-0.28 -1.71,-2.4 -2.92,0.15 -1.12,0.62 -0.5,-0.39 -0.37,0.25 0.04,0.82 -1.74,1.09 -1.26,0.11 -0.81,-0.55 -0.31,0.47 -0.37,0 -1.08,-1.78 -1.02,-2.56 -0.52,-0.84 -1.06,-0.41 -1.39,-3.22 -0.54,-0.66 -0.58,-0.39 -1.27,-0.16 -1.06,-0.92 -3.5,-1.08 -0.19,-1.13 -1.65,-2.36 -0.61,-1.73 -0.83,-0.03 0,0 0.57,-0.59 -0.04,-0.19 -0.81,-0.02 0.06,-0.45 0.75,-0.42 -0.21,-0.21 -0.75,-0.18 -0.83,0.68 -1,0.02 1.04,-0.89 -0.84,-0.47 0.18,-1.32 0.35,-0.39 -0.94,-0.86 0.75,-0.35 -0.19,-0.45 -0.65,-0.35 0.58,-0.39 -0.15,-0.58 0.58,-0.56 -0.55,-0.68 0.19,-0.27 0.61,0.02 0.02,-0.31 -0.76,-0.87 0.32,-2.11 -0.19,-0.25 -0.69,0.38 -0.33,-0.19 0.41,-0.62 -1.03,-0.78 -0.07,-0.83 -0.54,-0.12 -0.21,0.37 -0.23,-0.06 0,-0.35 -0.5,-0.49 0.06,-0.35 0.9,-0.15 0.66,-1.16 0.2,-1.12 0.67,-0.31 0.92,0.29 1.38,-0.11 0.56,-0.83 -0.9,-0.43 1.59,-0.67 1.21,-1.64 -1.07,-0.39 -0.17,-0.97 -0.46,0.15 -0.3,-0.39 1.15,-0.79 -0.65,-0.66 0.81,-1.31 -0.49,-0.35 -0.17,-0.78 -1.48,-1.95 0,0 1.59,-0.88 1.13,-0.14 1.54,-0.74 0,0 0.2,0.82 0.86,0.88 1.12,-0.46 0.75,0.27 0.6,-0.14 0.66,0.67 0.73,-0.31 0.42,0.33 0.78,-0.28 0.43,0.65 1.13,0.47 0.17,0.93 1.69,-0.73 0.56,0.69 0.7,-0.47 1.3,0.09 1.69,0.66 0.19,0.14 -2.09,0.64 -1.3,0.71 0.63,2.24 0.51,0.27 0.85,-0.05 0.91,-1.66 0.43,-1.75 1.96,-1.6 1,-0.19 0.07,-0.53 1.75,-0.23 -0.52,-1.11 0.74,-0.26 0.27,-0.52 0.49,0.24 0.4,-0.19 -0.28,-1.22 -0.68,-0.42 -0.36,-1.07 0.44,-1.2 -0.57,-0.58 0.18,-0.95 -0.22,-0.22 0.5,-1.06 -0.28,-0.4 1.43,-0.37 -0.48,-1.04 0.98,-1.1 -0.02,-0.6 0,0 0,0 0,0 -0.03,0 0,0 0,-0.17 0.18,-0.06 0.13,-0.35 1.03,-0.57 1.87,-1.77 0.71,-0.24 0.34,-0.43 0.39,0.01 -0.01,-0.34 1.66,-0.06 0.55,-0.48 0.37,-0.03 0.59,-0.54 0.31,0.34 0.36,-0.43 z\" title=\"Chaouia-Ouardigha\" id=\"MA-09\" class=\"[object SVGAnimatedString] mapsvg-region highlighted\" data-stroke-width=\"1\" style=\"fill: url(#image-fill8);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n       \n        <path d=\"m 346.6453,142.81393 0.83,0.03 0.61,1.73 1.65,2.36 0.19,1.13 3.5,1.08 1.06,0.92 1.27,0.16 0.58,0.39 0.54,0.66 1.39,3.22 1.06,0.41 0.52,0.84 1.02,2.56 1.08,1.78 0.37,0 0.31,-0.47 0.81,0.55 1.26,-0.11 1.74,-1.09 -0.04,-0.82 0.37,-0.25 0.5,0.39 1.12,-0.62 2.92,-0.15 1.71,2.4 2.42,0.28 1.3,1.15 1.13,0.39 0.7,1.03 1.46,0.16 0.55,0.79 0,0 0.06,2.49 -0.38,1.41 0.77,3.52 -0.4,1.6 0.44,3.85 1.1,1.84 1.29,0.55 0.44,1.74 -0.87,0.96 -0.11,0.67 0.45,0.53 -0.15,0.78 1.92,2.35 -0.31,0.45 -0.84,0.1 -0.19,0.71 0.38,1.59 -0.64,0.59 -1.8,-0.29 -2.47,0.57 -1.52,-0.83 -1.01,-0.06 -0.86,0.16 -1.13,0.68 -0.62,0.86 -0.01,2.83 0.35,0.69 1.56,0.93 -0.25,1.57 0.68,0.41 0.41,-0.31 1.95,-0.37 0.74,0.14 0.22,0.85 -0.13,1.43 -1.22,3.46 -0.15,1.26 0.08,1.34 0.43,1.24 0,0 -2.25,0.67 -0.98,0.65 -1.99,2.75 -2.52,0.56 -3.5,0.19 -1.86,0.9 -3.09,3.24 -1.02,0.63 -1.45,0.39 -2.23,0.03 -2.15,1.05 -3.13,2.94 -2.7,1.46 -0.16,0.29 0.35,0.57 -0.28,1.18 -3.18,2.8 -2.57,1.5 -0.51,-0.14 0.14,-1.42 -1.21,-1 -3.18,1.5 -1.34,0.37 -3.94,0.67 -1.82,-0.47 -0.82,0.21 -1.26,1.31 -6.17,-0.15 -1.12,0.25 -1.32,1.25 -1.34,0.16 -0.99,-3.58 -0.72,-0.74 -1.51,-0.39 -0.4,-0.97 -0.66,-0.15 -0.8,0.07 -1.49,1.76 -1.07,0.74 -4.12,1.83 -0.9,1.51 -0.95,0.46 -3.47,-0.53 -1.98,0.87 -1.89,0.04 -1.19,0.72 -2.08,-0.22 -0.89,-0.8 -2.5,0.27 -0.68,0.47 -1.03,0.15 -1.31,-0.71 -1.27,-0.29 -0.17,-0.26 0.27,-1.03 -0.39,-0.28 -1.39,1.99 -1.09,0.5 -1.93,-0.81 -0.89,0.3 -2.07,-0.07 0.16,-0.27 -0.86,-2.24 -2.85,-2.88 0,0 -0.25,-0.55 0.11,-0.61 0.61,-1.3 -0.36,-0.85 -0.03,-1.25 -0.25,-0.18 0.32,-1.48 -0.97,-0.58 0.32,-0.79 -0.2,-0.66 0.37,-0.88 -0.12,-0.32 0.67,-1.19 -0.29,-0.33 0.07,-1.68 0.89,-1.95 0.14,-1.76 -0.14,-1.43 -0.42,-1.03 -0.32,-0.34 -0.93,-0.15 0.29,-1.14 1.28,-1.32 0.99,-1.93 0.21,0.11 0.13,-0.99 -0.59,-0.09 1.59,-1.33 1.95,-2.8 0.49,-1.53 -0.16,-2.83 1.66,-1.33 1.85,-2.85 1.08,-0.95 1.42,-2.06 3.24,-3.65 0,0 3.65,1.32 2.07,0.19 2.66,-0.44 4.96,0.47 1.97,0.69 0.63,1.16 0.55,2.47 2.07,1.18 0.29,0.71 2.28,0.53 -0.03,0.84 0.5,0.38 1.02,-0.4 1.33,1.17 0.43,0.08 0.53,-0.82 0.36,0.61 0.29,-0.08 0.77,-1.01 0.51,-0.11 0.93,0.48 0.61,-0.33 3.19,-0.48 1.12,0.66 0.73,1.2 1.98,0.66 2.75,-1.17 1.26,0.91 0.51,0.1 1.11,-0.42 -1.23,-1.69 -0.62,-0.14 -0.7,-2.34 1.76,-2.16 0.16,-0.68 0.92,-1.17 0.24,-1.51 1.41,-2.53 1.66,-1.47 1.42,-0.85 0.15,-1.97 0.64,0.1 0.48,0.68 0.05,-0.8 -0.15,-0.65 -1.54,-1.3 -2.3,-1.27 -1.31,-0.24 -1.52,-1.34 -1.61,-2.22 -1.18,-2.91 -0.13,-0.92 0.29,-1.47 2.93,-0.94 0.8,-1.3 1.12,-0.48 1.66,0.01 0.23,-0.35 -0.03,-1.54 0.62,-0.52 2.37,-0.04 0.52,-0.62 1.14,-0.52 0.56,-0.83 0.97,-0.7 1.34,-1.92 0.44,0.2 0.23,-0.21 0.26,-1.28 -0.21,-1.11 -1.07,-1.64 0.25,-0.74 -0.25,-0.47 1.39,-1.08 0,-0.72 0.33,-0.41 -0.46,-1.09 0.22,-1.13 0.91,-1.03 0.73,-0.23 z\" title=\"Marrakesh-Safi\" id=\"MA-11\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill10);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\">\n        <\/path>\n        <path d=\"m 421.8153,145.24393 0.44,0.18 2.34,-0.37 1.7,0.99 0.66,1.38 0.65,0.32 0.77,-0.16 0.83,1.08 0.78,0.4 0.39,0.79 0.5,2.59 0.99,0.07 1.27,-1.07 1.13,0.2 1.59,1.11 0.34,0.56 2.24,0.21 0.4,1.46 1.39,1.99 0.96,2.21 -0.84,1.23 -0.12,1.06 -0.68,1.02 0.46,0.82 -0.88,2.01 0.99,0.84 -0.2,1.1 -0.63,0.44 -1.92,-0.46 -2.32,0.44 -0.89,0.44 -0.28,0.3 -0.2,1.31 -0.57,0.74 -0.75,0.71 -1.37,0.07 -0.85,0.82 -0.03,1.55 -0.99,0.69 0.2,1.55 -0.86,0.38 -0.26,0.63 0.34,0.74 0.85,0.29 0.35,1.33 -0.27,0.75 0,0 -0.08,1.37 0.31,0.73 -0.01,0.84 -0.4,0.65 -1.84,1.4 -0.15,0.57 -1.9,-0.08 -1.41,1.87 -3.6,1.59 -0.1,1.88 -0.42,0.99 -1.41,0.01 -0.74,0.28 -1.57,-0.29 -1.46,0.92 -0.94,1.3 -6.09,2.39 -5.73,3.56 -2.34,0.79 -1.91,-0.5 -1.17,0.55 -1.82,0.26 -1.1,1.38 -0.14,0.73 0.6,1.65 -0.54,0.51 -0.8,2.35 -0.78,-0.18 -0.88,0.36 -0.47,-0.73 -1.88,0.23 -1.07,0.54 -6.18,-1.84 -2.64,-0.04 0,0 -0.43,-1.24 -0.08,-1.34 0.15,-1.26 1.22,-3.46 0.13,-1.43 -0.23,-0.85 -0.73,-0.14 -1.95,0.36 -0.41,0.31 -0.68,-0.41 0.25,-1.56 -1.56,-0.94 -0.34,-0.69 0,-2.83 0.62,-0.86 1.13,-0.68 0.87,-0.16 1,0.06 1.52,0.83 2.46,-0.57 1.81,0.29 0.64,-0.6 -0.39,-1.59 0.19,-0.71 0.84,-0.1 0.31,-0.45 -1.92,-2.35 0.15,-0.77 -0.45,-0.54 0.11,-0.67 0.86,-0.96 -0.44,-1.74 -1.29,-0.55 -1.11,-1.84 -0.44,-3.84 0.4,-1.6 -0.77,-3.52 0.38,-1.42 -0.06,-2.49 0,0 2.14,-2.2 1.78,-4.82 0.25,-4.05 0.44,-1.21 -0.16,-0.52 0.88,0.25 0.85,0.93 0.84,0 1.83,-0.66 1.24,-1.1 1.58,-0.2 0.31,-0.62 0.41,-0.08 1.22,0.56 1.9,0.07 1.07,0.55 1.76,0.2 0.17,-0.5 -0.5,-0.49 0.24,-0.39 0.51,-0.12 0.59,-0.59 1.92,-0.34 2.13,0.4 1.54,0.71 2.11,-0.22 0.72,0.21 4.05,-0.09 2.78,-1.06 3.77,-0.38 1.39,-0.85 0.51,-0.98 z\" title=\"Tadla-Azilal\" id=\"MA-12\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill11); stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n        <path d=\"m 429.4653,179.98393 1.5,-0.37 2.5,-1.79 0.94,0.05 5.2,3.55 0.44,0.58 -1.02,2.12 -8.67,9.18 -0.45,1.38 0.48,0.49 2.73,0.39 2.72,-0.64 5.3,1.45 0.6,0.48 0.99,1.84 2.76,1.68 2.95,0.91 0.95,0.6 1.14,1.27 0.47,1.08 0.26,1.36 -0.18,2.63 -0.92,3.36 -1.59,3.72 -0.86,6.67 -1.14,5.59 0.08,1.33 0.71,3.39 2.02,3.52 1.12,1.4 0.19,0.89 1.89,2.59 0.03,7.21 -0.42,2.26 0.1,5.52 -0.24,3.31 0.5,0.96 0.36,1.85 0.99,1.38 0.53,0.28 1.32,3.82 0,0 -0.76,0.24 -3.88,2.94 -0.46,0.79 -1.26,0.79 -1.58,2.65 0.26,1.7 -0.53,1.28 -7.69,10.94 -0.65,0.27 0.28,0.45 -0.43,0.95 -0.27,0.09 -0.48,-0.56 -1.06,0.03 -0.9,-0.55 -0.8,-0.13 -1.44,-1.52 -0.98,0.86 -1.32,0.07 0.19,-1.3 0.75,-1.12 0.04,-0.53 -0.86,-0.63 -2.06,-0.61 -2.42,0.29 -0.62,0.52 -2.95,0.25 -2.27,0.76 -0.79,-0.03 -0.95,0.47 -3.9,-0.86 -2.11,0.2 0,0.21 -1.01,0.33 -1.6,-0.22 -3.2,0.12 -0.46,0.28 -0.16,0.49 -0.33,-0.43 0,0 0.14,-1.21 -0.39,-2.79 0.52,-3.86 -0.19,-3.59 0.8,-3.73 -0.19,-6.44 -1.57,-3.72 -5.79,-9.14 -1.63,-1.75 -1.86,-1.01 -1.01,0.06 -0.83,0.3 -1.14,1.05 -1.86,2.58 -1.06,0.3 -1.95,1.13 -1.89,0 -3.6,-1.66 -1.56,-0.24 -0.57,0.2 -1.73,1.88 -1.7,3.91 -0.64,3.24 -0.89,0.65 -5.82,-0.26 -1.91,-0.35 -1.11,-1.12 -0.37,-2.38 -0.34,-0.7 -0.59,-0.72 -2.96,-1.92 -1.68,0.95 -1.48,1.3 -1.12,2.18 -0.12,0.85 1.13,5.49 -0.06,0.64 -0.71,0.85 -0.61,0.35 -2.13,-0.09 -2.78,-0.83 -1.46,0.21 -1.62,1.06 -2.56,2.67 -1.84,0.46 -0.57,0.41 -1.46,-0.27 -2.59,-1.11 -4.3,-3.07 -1.05,-0.23 -0.83,0.19 -1.21,1.03 -1.21,3 -0.83,1.13 -0.75,0.45 -1.19,0.05 -6.2,-3.05 -1.03,-0.27 -1.66,-0.07 -1.31,0.35 -1.35,1.21 0.07,2.14 0.67,0.58 1.57,-0.61 1.03,0.06 0.22,0.32 -0.2,1.36 -1.43,1.5 -1.14,1.78 -0.38,1.48 -0.13,5.21 0.77,1.82 1.25,0.92 0.32,0.81 -0.48,0.88 -8.37,2.48 -1.05,0.55 -2.61,0.06 -2.4,-0.36 -0.52,0.29 -0.91,0.62 -1.28,2.63 -1.45,6.12 -0.16,-0.66 -1.23,-1.59 -0.59,-1.5 -1.41,-0.77 -1.64,0.06 -1.06,-0.46 -1.56,0.41 -0.77,1.52 -1.41,1.16 -2.93,0.55 -2.38,1.26 -2.4,0.63 -0.58,-0.28 -1.45,0.22 -0.36,-0.19 -0.96,-1.73 -1.23,-1.07 -1.42,-0.13 -0.95,0.29 -1.16,1.38 -1.56,4.38 -0.45,0.43 -1.42,0.6 -1.54,-0.43 -1.41,0.46 -4.01,2.96 -1.13,0.15 -0.53,-0.3 -0.44,-0.77 -0.92,-0.27 -1.81,0.37 -4.15,-0.5 -1.27,0.27 -0.72,-0.15 -1.79,-1.4 0,0 0.58,-1.48 0.7,-0.35 0.13,-0.77 2.34,-2.68 0.41,-0.82 1.32,-1.16 1.66,-0.84 1.39,-1.34 1.27,-2.77 1,-1.47 1.33,-1.24 0.81,-1.83 0.81,-0.84 0.28,-0.58 -0.14,-0.77 0.35,-0.24 -0.05,-0.43 0.39,-0.23 -0.14,-0.48 0.31,-0.15 0.02,-0.62 0.51,-0.35 0.45,-1.12 1.22,-1.5 0.4,-1.11 5.73,-5.65 0.25,-0.73 1.37,-1.86 -0.06,-0.51 1.04,-1.54 0.06,-0.69 2.54,-5.37 0.82,-1.09 0.13,-0.1 0.07,-0.61 0.96,-3.34 0.01,-1.55 1.32,-6.69 0.13,-0.23 0.17,-0.04 -0.3,-0.57 0.38,-0.79 -0.17,-0.67 -0.45,-0.65 -0.14,0.23 -0.34,-0.04 -0.2,0.05 -0.53,-0.45 -0.03,-0.29 -0.52,-0.39 -0.66,-2.4 -0.39,-0.38 -0.51,-1.44 -1.47,-0.44 -0.24,-1 -1.4,-1.59 -1.59,-0.76 -1.6,0.16 -0.83,-0.31 0.44,-2.69 1.06,-1.33 -0.07,-0.53 1.75,-3.58 -0.04,-0.86 -0.27,-0.31 -0.35,0.17 -0.15,-0.44 0.73,-1.95 -0.48,-0.86 0,-1.77 0,0 2.85,2.88 0.86,2.24 -0.16,0.27 2.07,0.07 0.89,-0.3 1.93,0.81 1.09,-0.5 1.39,-1.99 0.39,0.28 -0.27,1.03 0.17,0.26 1.27,0.29 1.31,0.71 1.03,-0.15 0.68,-0.47 2.5,-0.27 0.89,0.8 2.08,0.22 1.19,-0.72 1.89,-0.04 1.98,-0.87 3.47,0.53 0.95,-0.46 0.9,-1.51 4.12,-1.83 1.07,-0.74 1.49,-1.76 0.8,-0.07 0.66,0.15 0.4,0.97 1.51,0.39 0.72,0.74 0.99,3.58 1.34,-0.16 1.32,-1.25 1.12,-0.25 6.17,0.15 1.26,-1.31 0.82,-0.21 1.82,0.47 3.94,-0.67 1.34,-0.37 3.18,-1.5 1.21,1 -0.14,1.42 0.51,0.14 2.57,-1.5 3.18,-2.8 0.28,-1.18 -0.35,-0.57 0.16,-0.29 2.7,-1.46 3.13,-2.94 2.15,-1.05 2.23,-0.03 1.45,-0.39 1.02,-0.63 3.09,-3.24 1.86,-0.9 3.5,-0.19 2.52,-0.56 1.99,-2.75 0.98,-0.65 2.25,-0.67 0,0 2.64,0.04 6.19,1.85 1.07,-0.55 1.88,-0.22 0.47,0.73 0.88,-0.36 0.78,0.18 0.81,-2.36 0.54,-0.51 -0.6,-1.65 0.15,-0.73 1.09,-1.38 1.82,-0.26 1.17,-0.55 1.92,0.49 2.34,-0.79 5.73,-3.56 6.09,-2.39 0.93,-1.3 1.46,-0.93 1.57,0.3 0.74,-0.28 1.41,-0.01 0.42,-0.99 0.1,-1.87 3.6,-1.6 1.41,-1.86 1.9,0.08 0.15,-0.57 1.84,-1.41 0.4,-0.65 0.01,-0.84 -0.32,-0.74 0.08,-1.32 z\" title=\"Souss-Massa\" id=\"MA-13\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill12);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n        <path d=\"m 202.2353,344.95393 -3.06,1.3 -0.23,0.09 -1.08,0.4 -6.81,3.56 -5.72,1.41 -0.9,-0.01 -11.87,2.5 -9.54,1.22 -1.59,0.47 -2.02,0.09 -0.53,0.49 -0.22,0.5 -0.84,0.39 -0.25,0.71 -0.65,0.7 -0.98,3.4 -0.72,0.57 -0.86,1.87 -0.79,0.68 -1.6,0.62 -2.05,1.3 -1.18,2.92 -1.21,5.01 -1.95,5.45 -0.78,1.38 -0.12,0.86 -3.95,6.75 -0.31,2.3 -0.21,0.57 0.17,0.5 -0.47,1.08 0.01,0.21 -1.63,4 -0.98,3.72 -1.21,3.06 -1.64,2.94 -1.64,1.78 -2.3,1.85 -9.2,5.5 -2.2,1.89 -3.92,1.53 -3.88,0.42 -0.86,1.77 -1.5,1.91 -3.15,2.55 -2.87,0.6 -3.020002,4.06 -0.72,1.61 0.6,1.43 -0.07,2.44 -0.4,2.04 -2.62,5.87 -1.79,2.6 -0.88,0.72 -1.05,4.34 -0.81,1.95 0.03,1.45 -0.46,1.65 -0.88,1.76 -2.52,3.5 -0.22,1.86 -1.35,3.29 0.1,1.79 -0.76,2.02 0.34,1.8 -0.34,1.51 0.33,1.04 -0.16,0.78 0.48,0.31 0.37,1.03 -0.2,3.09 -0.35,1.33 0.2,1.47 -2.06,5.81 -0.2,1.16 0.2,1.62 -2.38,2.12 -1.53,0.78 -0.24,1.4 -0.32,0.47 0,0 3.08,0.48 5.17,2.09 1.19,0.79 2.25,3.25 1.19,0.67 1.21,0.27 4.85,-0.79 8.020002,-2.04 8.17,-0.44 10.02,2.31 2.91,1.18 1.75,0.41 6.7,-1.82 2.93,-1.36 5.36,-1.9 6.65,-0.6 11.23,2.2 8.23,2.83 3.35,0.01 8.93,-1.9 6.3,-0.01 2.01,0.5 2.35,-0.51 0,0 -0.01,-64.5 0,0 -16.75,0.07 -0.53,-3.81 -0.69,-2.12 -0.37,-2.59 -0.69,-2.53 -0.84,-1.28 -0.22,-1.84 -1.36,-3.77 -0.34,-1.55 0.1,-1.68 0.77,-2.94 1.88,-3.82 3.3,-3.96 3.77,-3.68 2.31,-2.92 2.59,-6.66 2,-3.7 1.72,-7.31 1.55,-3.99 5.02,-7.43 2.91,-2.59 1.96,-1.19 7.94,0.03 -0.6,-3.26 1.28,-0.34 3.24,0.05 -3.22,-3.82 -1.78,-2.87 -1.27,-3.79 -2.66,-2.76 -2.33,-6.17 0,0 -0.18,0.13 z\" title=\"La\u00e2youne-Boujdour-Sakia el Hamra\" id=\"MA-15\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill13);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\">\n        <\/path>\n<\/g>\n\n        <path d=\"m 444.8353,76.89393 0.45,0.48 0.41,1.45 0.21,2.11 -0.2,3 0.38,2.17 0.54,0.18 1.24,-0.6 1,0.21 0.48,0.39 0.65,1.57 0.55,0.66 1.15,-0.04 2.23,0.63 0.82,3.1 0.89,0.52 1.28,2.04 0.23,2.27 -1.75,4.58 0.02,1.01 0.41,0.86 0.86,0.54 3.65,0.5 2.16,1.75 1.62,1.72 0.25,1.47 -0.3,1.02 -3.9,5.65 -0.25,0.78 0.12,0.89 0.71,1.38 2.33,2.07 1.37,3.13 1.97,6.3 3.53,3.99 -0.13,0.82 -0.48,0.75 -0.11,1.07 0.36,0.89 1.5,1.16 1.71,0.7 4.59,-0.69 2.54,0.21 0.56,0.37 0.62,0.69 0.94,2.04 1.54,0.98 3.48,3.51 0.12,3.17 0.31,0.56 0.91,0.32 1.1,-0.22 1.41,0.36 2.77,0.05 1.11,-0.07 1.36,-0.55 0,0 1.31,0.58 1.27,1.52 4.42,8.99 0.83,3.88 0.99,0.47 1.84,-0.01 0.75,0.3 1.2,1.14 1.36,0.41 0.66,0.84 -0.68,1.45 0.08,0.69 0.62,0.38 1.43,0.14 2.79,-0.5 3.59,0.36 6.62,1.04 1.35,0.42 0.34,1.13 -1.55,3.04 -0.51,4.19 0.09,2.48 1.27,8.51 0,0 -15.24,3.4 0,10.29 0.67,0.34 -0.52,0.71 -0.46,-0.32 -0.25,0.64 -1.22,0.38 -0.06,0.53 -0.36,0.35 -0.49,-0.07 -0.21,-0.66 -0.31,-0.1 -0.33,0.63 0.14,0.3 -0.39,0.26 0.07,1.04 -0.87,0.79 0.13,0.27 0.28,-0.23 0.2,0.6 0.49,-0.18 -0.08,0.83 -0.93,0.65 0.13,0.3 -0.42,0.26 0.31,0.64 0.39,-0.06 0.22,1.71 0.28,0.19 -0.67,1.43 0.17,1.23 0.46,-0.26 0.72,0.04 0.41,0.34 0.26,-0.8 -0.39,-0.48 0.89,-0.36 -0.13,-0.51 0.45,-0.45 0.29,0.4 0.51,0.08 0.36,0.61 0.06,1.39 -0.36,1.47 0.49,-0.16 0.07,-0.54 0.76,0.4 0.31,-0.28 -0.29,-0.46 -0.02,-0.88 -0.26,-0.19 0.49,-0.32 0.07,1.34 0.27,0.21 0.52,-0.57 -0.06,0.89 0.47,0.17 0.08,0.96 0.44,-0.03 -0.02,0.71 0.69,0.67 0.07,-0.38 0.49,0.11 -0.08,-0.51 0.34,-0.14 -0.1,1.04 0.25,0.38 0.24,-0.3 0.16,2.86 -0.41,0.45 0.29,0.03 0.02,0.34 -0.64,0.3 0.18,0.42 -0.23,-0.06 -0.04,0.48 -0.59,-0.21 -0.01,0.51 -0.42,0.14 0.14,0.5 -0.4,0.59 -0.43,-0.01 -0.42,1.28 -0.32,0.04 -0.33,-0.15 -0.66,0.93 -0.15,1.76 -0.39,0.35 0.24,1.34 0.53,-0.22 0.61,0.34 0.47,1.42 -0.51,0.27 -0.43,1.09 -7.74,3.29 -5.76,1.54 -5.73,0.33 -6.63,2.48 -10.88,10.79 -12.5,6.22 -6.92,5.85 0,0 -1.32,-3.82 -0.52,-0.28 -1,-1.38 -0.36,-1.85 -0.5,-0.96 0.24,-3.31 -0.1,-5.52 0.43,-2.26 -0.03,-7.21 -1.89,-2.59 -0.19,-0.88 -1.12,-1.4 -2.02,-3.52 -0.71,-3.39 -0.08,-1.33 1.14,-5.58 0.86,-6.67 1.59,-3.72 0.92,-3.36 0.18,-2.63 -0.26,-1.36 -0.47,-1.08 -1.14,-1.28 -0.94,-0.6 -2.96,-0.91 -2.76,-1.69 -0.99,-1.83 -0.6,-0.48 -5.3,-1.45 -2.72,0.64 -2.73,-0.39 -0.48,-0.49 0.45,-1.38 8.67,-9.18 1.01,-2.12 -0.44,-0.58 -5.2,-3.55 -0.94,-0.05 -2.5,1.78 -1.5,0.37 0,0 0.27,-0.75 -0.35,-1.33 -0.85,-0.29 -0.34,-0.74 0.26,-0.63 0.86,-0.38 -0.2,-1.55 0.99,-0.69 0.03,-1.55 0.85,-0.82 1.37,-0.07 0.75,-0.71 0.57,-0.74 0.2,-1.31 0.28,-0.3 0.89,-0.44 2.32,-0.44 1.92,0.46 0.63,-0.44 0.2,-1.1 -0.99,-0.84 0.88,-2.01 -0.46,-0.82 0.68,-1.02 0.12,-1.06 0.84,-1.23 -0.96,-2.21 -1.39,-1.99 -0.4,-1.46 -2.24,-0.21 -0.34,-0.56 -1.59,-1.11 -1.13,-0.2 -1.27,1.07 -0.99,-0.07 -0.5,-2.59 -0.39,-0.79 -0.78,-0.4 -0.83,-1.08 -0.77,0.16 -0.65,-0.32 -0.66,-1.38 -1.7,-0.99 -2.34,0.37 -0.44,-0.18 0,0 -0.33,-0.63 0.2,-1.27 -0.34,-0.5 0.08,-0.37 0.8,-0.51 -1.36,-1.82 -0.25,-1.26 -0.74,-0.29 -1.77,0.78 -0.65,0.01 -0.57,-0.48 0.09,-1.7 1.7,-0.36 0.65,-0.48 0.07,-0.66 -0.35,-0.44 -1.67,-0.72 -0.33,-1.65 -2.14,-1.03 -1.76,-1.71 -1.51,-0.5 -0.44,-1.2 -3.73,-1.27 -0.36,-0.67 0.11,-0.76 0.43,-0.8 0.71,-0.53 0.13,-0.72 0,0 -0.97,-1.89 0.77,-1.77 -0.41,-0.69 0.5,-1.79 0.57,-0.48 2.31,-0.53 1.03,-0.02 1.17,0.72 0.55,-0.12 0.55,-0.64 0.53,0.28 0.43,0.91 0.43,0.19 0.92,-0.13 0.31,0.29 -0.01,0.81 0.33,0.44 0.13,2.19 0.55,0.77 1.52,0.16 0.42,0.56 0.73,0.13 0.77,-0.38 1.51,-1.74 1.44,-0.46 4.74,1.39 0.88,-0.32 0.71,-1.35 0.06,-1.28 -0.59,-1.6 -0.13,-3.39 0.41,-4.93 0.72,-2.76 0.55,-5.65 -0.09,-1.73 -0.44,-0.69 -1,-0.64 -0.28,-0.67 -0.06,-0.87 0.37,-1.03 -0.62,-0.28 -0.78,0.25 -0.24,-0.52 0.02,-0.96 2.05,-1.94 -0.34,-1.71 -2.46,-2.04 -0.49,-0.73 -0.14,-2.29 0,0 -0.64,-2.4 -0.46,-0.26 -0.76,0.12 -0.42,-1.09 0.36,-0.33 1.4,-0.21 0.53,-0.33 0.48,-0.51 -0.08,-1.19 1.37,-1.04 1.34,0.12 0.5,0.7 1.34,0.13 0.49,0.61 -0.83,1.62 0.23,0.69 0.86,0.26 1.35,-0.26 2.31,0.39 0.6,0.41 0.15,0.86 -0.29,0.7 0.34,0.78 0.56,0.18 1.44,-1.87 2.29,-0.67 -0.75,-1.03 0.24,-0.58 0.92,-0.5 0.83,-1.01 0.15,-1.75 1.08,0.02 z\" title=\"Dr\u00e2a-Tafilalt\" id=\"MA-06\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill5);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n      \n        <path d=\"m 370.9053,101.99393 0.03,0 0,0 -0.03,0 z m -1.76,-0.15 0.15,0.62 0.58,0 0.17,-0.05 0.45,-0.08 0.43,-0.34 0,0 0.02,0.6 -0.98,1.1 0.48,1.04 -1.43,0.37 0.28,0.4 -0.5,1.06 0.22,0.22 -0.18,0.95 0.57,0.58 -0.44,1.2 0.36,1.07 0.68,0.42 0.28,1.22 -0.4,0.19 -0.49,-0.24 -0.27,0.52 -0.74,0.26 0.52,1.11 -1.75,0.23 -0.07,0.53 -1,0.19 -1.96,1.6 -0.43,1.75 -0.91,1.66 -0.85,0.05 -0.51,-0.27 -0.63,-2.24 1.3,-0.71 2.09,-0.64 -0.19,-0.14 -1.69,-0.66 -1.3,-0.09 -0.7,0.47 -0.56,-0.69 -1.69,0.73 -0.17,-0.93 -1.13,-0.47 -0.43,-0.65 -0.78,0.28 -0.42,-0.33 -0.73,0.31 -0.66,-0.67 -0.6,0.14 -0.75,-0.27 -1.12,0.46 -0.86,-0.88 -0.2,-0.82 0,0 2.41,-1.44 0.3,-0.42 0.24,0.47 0.61,-0.01 0.3,-0.21 0.11,-0.04 1.35,-0.69 1.7,-1.03 0.2,-0.62 0.4,0.1 0.54,-0.6 0.62,-0.14 0.41,-0.67 0.39,0.49 0.34,-0.28 0.62,0.15 0.05,-0.01 0.39,0.18 0,-0.24 0.07,-0.11 0.35,0.42 0.01,-0.5 0.37,0.37 1.18,-0.69 1.21,-0.24 3,-2.46 0.15,-0.25 0.88,-0.61 0.74,-1.08 z\" title=\"Settat-Casablanca\" id=\"MA-08\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill7);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n        \n        <path d=\"m 345.9653,113.76393 1.48,1.95 0.17,0.78 0.49,0.35 -0.81,1.31 0.65,0.66 -1.15,0.79 0.3,0.39 0.46,-0.15 0.17,0.97 1.07,0.39 -1.21,1.64 -1.59,0.67 0.9,0.43 -0.56,0.83 -1.38,0.11 -0.92,-0.29 -0.67,0.31 -0.2,1.12 -0.66,1.16 -0.9,0.15 -0.06,0.35 0.5,0.49 0,0.35 0.23,0.06 0.21,-0.37 0.54,0.12 0.07,0.83 1.03,0.78 -0.41,0.62 0.33,0.19 0.69,-0.38 0.19,0.25 -0.32,2.11 0.76,0.87 -0.02,0.31 -0.61,-0.02 -0.19,0.27 0.55,0.68 -0.58,0.56 0.15,0.58 -0.58,0.39 0.65,0.35 0.19,0.45 -0.75,0.35 0.94,0.86 -0.35,0.39 -0.18,1.32 0.84,0.47 -1.04,0.89 1,-0.02 0.83,-0.68 0.75,0.18 0.21,0.21 -0.75,0.42 -0.06,0.45 0.81,0.02 0.04,0.19 -0.57,0.59 0,0 -0.78,0.24 -0.91,1.03 -0.22,1.13 0.46,1.09 -0.33,0.41 0,0.72 -1.39,1.08 0.25,0.47 -0.25,0.74 1.07,1.64 0.21,1.11 -0.26,1.28 -0.23,0.21 -0.44,-0.2 -1.34,1.92 -0.97,0.7 -0.56,0.83 -1.14,0.52 -0.52,0.62 -2.37,0.04 -0.62,0.52 0.03,1.54 -0.23,0.35 -1.66,-0.01 -1.12,0.48 -0.8,1.3 -2.93,0.94 -0.29,1.47 0.13,0.92 1.18,2.91 1.61,2.22 1.52,1.34 1.31,0.24 2.3,1.27 1.54,1.3 0.15,0.65 -0.05,0.8 -0.48,-0.68 -0.64,-0.1 -0.15,1.97 -1.42,0.85 -1.66,1.47 -1.41,2.53 -0.24,1.51 -0.92,1.17 -0.16,0.68 -1.73,2.17 0.7,2.34 0.62,0.14 1.23,1.69 -1.11,0.42 -0.51,-0.1 -1.26,-0.91 -2.75,1.17 -1.98,-0.66 -0.73,-1.2 -1.12,-0.66 -3.19,0.48 -0.61,0.33 -0.93,-0.48 -0.51,0.11 -0.77,1.01 -0.29,0.08 -0.36,-0.61 -0.53,0.82 -0.43,-0.08 -1.33,-1.17 -1.02,0.4 -0.5,-0.38 0.03,-0.84 -2.28,-0.53 -0.29,-0.71 -2.07,-1.18 -0.55,-2.47 -0.63,-1.16 -1.97,-0.69 -4.96,-0.47 -2.66,0.44 -2.07,-0.19 -3.65,-1.32 0,0 2.99,-3.5 0.42,-0.36 0.06,-0.12 0.15,-0.63 -0.25,0.02 0.63,-0.84 0.26,-2.1 2.31,-2.79 0.32,-1.15 0.05,-1.02 -0.54,-1.27 0.82,-2.15 -0.06,-0.29 -0.18,-0.55 -1.15,-0.47 -0.37,-1.54 0.19,-0.6 1.41,-1.75 0.65,-2.68 -1.18,-1.25 -0.36,-1.11 -0.53,-0.65 6.3,-5.37 2.91,-3.46 0.18,0.25 0.37,-0.49 -0.44,0.11 5.31,-4.39 4.18,-4.62 0.4,-0.63 0.88,-0.93 0.45,0 0.32,-0.64 -0.29,0.09 -0.04,0.39 -0.52,0.05 1.58,-1.89 0.59,-0.31 0.03,-0.33 0.79,-1.37 1.9,-2.14 0.12,-0.3 0.13,-0.29 0.14,-0.38 -0.88,0.41 0.43,-0.45 0.74,-0.21 -0.65,-0.99 0.17,-0.43 1.48,-1.69 1.19,-0.64 -0.13,-0.41 0.48,-0.63 1.36,-0.96 0.36,0.1 0.22,0.36 -0.2,0.23 0.43,0.35 1.66,-0.31 1.88,-1.12 1.67,-1.58 0.62,-0.28 1.25,-2.14 3.42,-0.89 1.19,-0.86 1.95,-0.4 4.69,-2.07 z\" title=\"Doukhala-Abda\" id=\"MA-10\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill9);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n      \n       \n       \n       \n        <path d=\"m 250.8753,309.74393 -4.38,3.03 -6.06,3.53 -8.39,4.46 -1.32,0.44 -1.3,0.9 -0.02,0.46 -1.47,1.91 -0.74,0.37 -1.27,1.44 -1.71,1.24 -1.57,2.05 -2,1.61 -1.74,2.17 0.03,0.42 -1.45,1.35 -0.69,1.46 -1.35,1.2 -0.76,1.71 -2.34,1.53 -0.19,0.45 0.37,0.48 -0.58,-0.17 -0.03,-0.32 -0.31,-0.11 -3.23,1.38 -0.22,0.05 -1.41,0.41 -3.95,1.57 0,0 2.33,6.17 2.66,2.76 1.27,3.79 1.78,2.87 3.22,3.82 -3.24,-0.05 -1.28,0.34 0.6,3.26 -7.94,-0.03 -1.96,1.19 -2.91,2.59 -5.02,7.43 -1.55,3.99 -1.72,7.31 -2,3.7 -2.59,6.66 -2.31,2.92 -3.77,3.68 -3.3,3.96 -1.88,3.82 -0.77,2.94 -0.1,1.68 0.34,1.55 1.36,3.77 0.22,1.84 0.84,1.28 0.69,2.53 0.37,2.59 0.69,2.12 0.53,3.81 16.75,-0.07 0,0 126.51,-0.07 0.25,-115.58 7.9,-3.59 5.27,-5.13 5.45,-4.32 1.02,-0.03 2.75,-2.13 4.36,-2.58 0.28,-0.7 0.91,-1 3.36,-1.97 2.22,-1.96 3.89,-1.82 0.77,-0.2 0.48,0.16 0.99,-1.52 -0.06,-1.02 1.03,-0.82 3.98,0.5 3.15,-0.72 0.8,0.07 0.58,-0.51 1.53,-0.45 3.63,-3.63 3.42,-1.62 1.6,0.01 3.24,1.26 1.26,-0.45 0.93,0.41 1.88,-0.13 0.93,0.54 1.32,0.1 0.85,0.64 2.15,0.26 0.77,-0.22 1.37,-1.68 0.99,-0.41 2.41,-0.2 0.48,-0.43 3.46,0.38 0.49,-0.62 2.02,-1.15 0.79,-0.18 1.6,0.26 0,0 0.14,-1.21 -0.39,-2.79 0.52,-3.87 -0.19,-3.58 0.8,-3.73 -0.2,-6.45 -1.57,-3.71 -5.79,-9.14 -1.63,-1.75 -1.87,-1.01 -1.01,0.06 -0.83,0.31 -1.15,1.04 -1.86,2.58 -1.06,0.31 -1.95,1.13 -1.89,0 -3.6,-1.66 -1.57,-0.24 -0.56,0.21 -1.74,1.88 -1.7,3.91 -0.64,3.24 -0.9,0.65 -5.82,-0.26 -1.9,-0.35 -1.11,-1.12 -0.36,-2.38 -0.35,-0.7 -0.58,-0.72 -2.97,-1.92 -1.68,0.96 -1.49,1.29 -1.12,2.19 -0.12,0.84 1.13,5.49 -0.07,0.65 -0.71,0.85 -0.61,0.34 -2.13,-0.08 -2.77,-0.83 -1.46,0.21 -1.63,1.06 -2.55,2.67 -1.84,0.46 -0.57,0.41 -1.46,-0.28 -2.59,-1.11 -4.3,-3.07 -1.06,-0.23 -0.83,0.18 -1.21,1.04 -1.21,3 -0.83,1.13 -0.74,0.45 -1.2,0.04 -6.2,-3.05 -1.03,-0.28 -1.66,-0.07 -1.32,0.35 -1.34,1.21 0.07,2.14 0.67,0.58 1.57,-0.61 1.03,0.06 0.22,0.32 -0.19,1.36 -1.43,1.5 -1.15,1.78 -0.38,1.48 -0.12,5.21 0.77,1.82 1.25,0.92 0.32,0.81 -0.48,0.89 -8.37,2.48 -1.06,0.55 -2.6,0.06 -2.4,-0.36 -0.53,0.29 -0.9,0.63 -1.29,2.63 -1.45,6.12 -0.16,-0.66 -1.23,-1.59 -0.58,-1.49 -1.41,-0.77 -1.65,0.05 -1.06,-0.45 -1.56,0.41 -0.77,1.52 -1.41,1.16 -2.93,0.54 -2.38,1.26 -2.4,0.64 -0.58,-0.28 -1.46,0.22 -0.36,-0.19 -0.96,-1.73 -1.23,-1.06 -1.42,-0.14 -0.95,0.29 -1.16,1.38 -1.56,4.38 -0.45,0.43 -1.42,0.59 -1.54,-0.42 -1.41,0.45 -4.01,2.96 -1.13,0.15 -0.53,-0.3 -0.43,-0.77 -0.93,-0.27 -1.81,0.37 -4.14,-0.51 -1.27,0.27 -0.72,-0.15 -1.79,-1.4 0,0 -0.3,0.05 z\" title=\"Guelmim-Es Smara\" id=\"MA-14\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\"style=\"fill: url(#image-fill14);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\"><\/path>\n        <path d=\"m 80.265298,497.86393 3.09,0.48 5.16,2.09 1.2,0.79 2.25,3.25 1.19,0.67 1.21,0.27 4.85,-0.79 8.020002,-2.04 8.17,-0.45 10.02,2.31 2.9,1.18 1.75,0.42 6.7,-1.83 2.93,-1.35 5.36,-1.91 6.65,-0.6 11.24,2.21 8.22,2.82 3.35,0.01 8.93,-1.91 6.3,0 2.02,0.49 2.34,-0.51 0,0 0.15,41.23 -28.87,2.76 -3.44,2.41 -4.05,4.76 -3.36,5.34 -1.51,3.64 -2.01,8.54 -0.28,2.25 5.47,57.08 -74.430002,-0.52 -74.4000002,0.54 -0.78,0.15 -2.41,9 -1.4,2.6 -0.34,2.43 -0.67,2.31 -0.01,3.36 0.56,2.65 0.22,0.1 -0.23,0.11 -1.16,-2.28 -0.51000004,0.01 -0.37,-0.77 1.03000004,-1.63 -0.68000004,-1.5 1.20000004,-3.17 -0.03,-3.18 0.79,-3.35 -0.25,-0.91 0.88,-4.33 -0.17,-1.48 1.91,-9.41 -0.13,-2 0.43,-2.11 -0.31,-2.35 1.19,-1.67 -0.01,-0.38 -0.55,-0.15 0.24,-2.21 2.22,-2.92 0.26,-0.87 -0.14,-0.87 0.96,-1.9 2.4700002,-7.09 1.26,-0.58 0.18,-0.42 -0.24,-0.62 0.26,-0.63 1.96,-1.53 0.64,-1.06 0.71,-0.59 1.09,0.07 0.63,1.02 1.08,-0.1 2.3,-0.8 1.99,-1.35 -0.02,-1.02 0.68,-0.53 0.68,-1.23 0.29,-2.8 0.49,-0.89 -0.03,-0.77 0.48,-0.89 1.57,-1.02 1.01,-1.24 0.18,-1.91 0.47,-0.98 -0.04,-3.09 0.27,-1.33 1.85,-3.19 -0.08,-0.59 -0.54,-0.15 0.59,-2.14 0.58,0.36 2.25,-0.9 1.57,-1.52 0.99,-1.63 0.2,-1.6 -0.24,-1.03 -0.54,-0.83 -0.74,-0.49 -0.7,0.13 -0.4,0.43 0.42,-1.23 0.38,-0.83 0.97,-0.64 1.51,-1.91 0.38,-0.8 -0.06,-0.98 2.11,-3.21 -0.25,-0.74 2.18,-1.98 1.08,-1.5 1.11,-2.47 -0.9,-1.46 1.31,-0.74 0.72,-1.19 0.59,-0.35 1.17,-2.59 0.6,-0.21 0.44,-0.54 0.54,-1.17 1.21,-1.48 0.79,-1.72 1.31,-1.08 0.45,-1.26 0.77,-0.52 -0.13,-0.37 -1.08,0.81 0.39,-1.89 0.98,-1.53 -0.39,-1.09 0.83,-2.35 -0.6,0.31 -0.7,0.71 -0.62,0.15 0.11,0.98 -0.54,1.02 -0.12,-0.31 -0.02,-0.23 -0.14,-0.39 -0.58,0.4 -0.81,1.71 -0.93,0.6 -0.22,0.03 -0.08,-0.36 -0.54,0.39 -1.65,2.34 -1.11,4.06 -1.25,1.08 -0.09,0.1 -0.82,1.24 -0.08,0.55 -0.63,-0.18 -0.25,-0.73 0.81,-1.26 0.96,-0.88 0.11,-1.05 1.25,-1.26 -0.07,-0.54 0.8,-1.98 2.41,-2.89 1.29,-0.99 0.09,-0.41 2.13,-1.46 3.31,-1.7 2.61,-1.86 0.61,-0.88 -0.28,-0.43 0.41,-0.77 1.47,-1.02 0.54,-1.07 0.65,-0.4 3.26,-3.58 3.24,-2.53 3.33,-4.67 2.94,-3.08 1.63,-0.93 3.88,-1.55 0.59,-0.53 0.26,-1.11 z\" title=\"c\" id=\"MA-16\" class=\"[object SVGAnimatedString] mapsvg-region\" data-stroke-width=\"1\" style=\"fill: url(#image-fill15);  stroke: rgb(255, 255, 255); stroke-width: 1.22258px;\">\n        <\/path>\n<\/g>\n    <\/svg>\n    \n\n    \n\n\n    <div id=\"region-label\" class=\"region-label\" style=\"left: 229.687px; top: 819.143px; opacity: 1;\">Chaouia-Ouardigha<\/div>\n\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function () {\n            \/\/ Get all region paths\n            const regions = document.querySelectorAll('path.mapsvg-region');\n            const label = document.getElementById('region-label');\n\n            \/\/ Track currently highlighted regions\n            let clickedRegion = null;\n\n            \/\/ Add click event listener to document to handle clicks outside regions\n            document.addEventListener('click', function (e) {\n                \/\/ Check if click is outside any region\n                const clickedElement = e.target;\n                if (!clickedElement.classList.contains('mapsvg-region')) {\n                    \/\/ Remove highlight from previously clicked region\n                    if (clickedRegion) {\n                        clickedRegion.classList.remove('highlighted');\n                        clickedRegion = null;\n                        label.style.opacity = '0';\n                    }\n                }\n            });\n\n            \/\/ Add event listeners to each region\n            regions.forEach(region => {\n                \/\/ Mouse enter (hover) event\n                region.addEventListener('mouseenter', function (e) {\n                    \/\/ Highlight the region if it's not already clicked\n                    if (this !== clickedRegion) {\n                        this.classList.add('highlighted');\n                    }\n\n                    \/\/ Get the region name from the title attribute\n                    const regionName = this.getAttribute('title');\n\n                    \/\/ Position and show the label\n                    const rect = this.getBoundingClientRect();\n                    label.textContent = regionName;\n                    label.style.left = `${rect.left + window.scrollX}px`;\n                    label.style.top = `${rect.top + window.scrollY - 30}px`;\n                    label.style.opacity = '1';\n                });\n\n                \/\/ Mouse leave event\n                region.addEventListener('mouseleave', function () {\n                    \/\/ Remove highlight only if this region is not the clicked one\n                    if (this !== clickedRegion) {\n                        this.classList.remove('highlighted');\n                    }\n\n                    \/\/ Hide the label if not on a clicked region\n                    if (this !== clickedRegion) {\n                        label.style.opacity = '0';\n                    }\n                });\n\n                \/\/ Click event\n                region.addEventListener('click', function (e) {\n                    \/\/ Prevent the click from bubbling up to the document\n                    e.stopPropagation();\n\n                    \n                    const regionTitle = this.getAttribute('title');\n                    if (regionTitle === \"Marrakech-Tensift-Al Haouz\") {\n                        \/\/ Redirect to custom URL for Marrakech\n                        window.location.href = \"https:\/\/example.com\/marrakech\"; \/\/ Replace with your desired URL\n                        return; \/\/ Exit early to prevent the rest of the click handler from executing\n                    }\n                    \/\/ If there was a previously clicked region, remove its highlight\n                    if (clickedRegion && clickedRegion !== this) {\n                        clickedRegion.classList.remove('highlighted');\n                    }\n\n                    \/\/ Toggle highlight on this region\n                    if (clickedRegion === this) {\n                        \/\/ Clicking the same region again - remove highlight\n                        this.classList.remove('highlighted');\n                        clickedRegion = null;\n                        label.style.opacity = '0';\n                    } else {\n                        \/\/ Clicking a new region - add highlight\n                        this.classList.add('highlighted');\n                        clickedRegion = this;\n\n                        \/\/ Keep the label visible\n                        const regionName = this.getAttribute('title');\n                        const rect = this.getBoundingClientRect();\n                        label.textContent = regionName;\n                        label.style.left = `${rect.left + window.scrollX}px`;\n                        label.style.top = `${rect.top + window.scrollY - 30}px`;\n                        label.style.opacity = '1';\n                    }\n\n                    console.log(`Clicked on ${this.getAttribute('title')}`);\n                });\n            });\n        });\n    <\/script>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n      <script>\n        document.addEventListener('DOMContentLoaded', function () {\n          const regions = document.querySelectorAll('path.mapsvg-region');\n          const label = document.getElementById('region-label');\n          let clickedRegion = null;\n\n          document.addEventListener('click', function (e) {\n            if (!e.target.classList.contains('mapsvg-region')) {\n              if (clickedRegion) {\n                clickedRegion.classList.remove('highlighted');\n                clickedRegion = null;\n                label.style.opacity = '0';\n              }\n            }\n          });\n\n          regions.forEach(region => {\n            region.addEventListener('mouseenter', function () {\n              if (this !== clickedRegion) {\n                this.classList.add('highlighted');\n              }\n              const regionName = this.getAttribute('title');\n              const rect = this.getBoundingClientRect();\n              label.textContent = regionName;\n              label.style.left = `${rect.left + window.scrollX}px`;\n              label.style.top = `${rect.top + window.scrollY - 30}px`;\n              label.style.opacity = '1';\n            });\n\n            region.addEventListener('mouseleave', function () {\n              if (this !== clickedRegion) {\n                this.classList.remove('highlighted');\n              }\n              if (this !== clickedRegion) {\n                label.style.opacity = '0';\n              }\n            });\n\n            region.addEventListener('click', function (e) {\n              e.stopPropagation();\n              const regionTitle = this.getAttribute('title');\n\n              if (regionTitle === \"Marrakech-Tensift-Al Haouz\") {\n                window.location.href = \"https:\/\/example.com\/marrakech\";\n                return;\n              }\n\n              if (clickedRegion && clickedRegion !== this) {\n                clickedRegion.classList.remove('highlighted');\n              }\n\n              if (clickedRegion === this) {\n                this.classList.remove('highlighted');\n                clickedRegion = null;\n                label.style.opacity = '0';\n              } else {\n                this.classList.add('highlighted');\n                clickedRegion = this;\n                label.textContent = regionTitle;\n                const rect = this.getBoundingClientRect();\n                label.style.left = `${rect.left + window.scrollX}px`;\n                label.style.top = `${rect.top + window.scrollY - 30}px`;\n                label.style.opacity = '1';\n              }\n            });\n          });\n        });\n      <\/script>\n    <\/div>\n  <\/div>\n<\/div>\n\n\n <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"flex-layout\">\n                <!-- Image collage design -->\n                <div class=\"image-collage\">\n                    <div class=\"image-grid\">\n                        <!-- Main image -->\n                        <div class=\"grid-item main-image\">\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&#038;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&#038;auto=format&#038;fit=crop&#038;w=1470&#038;q=80\" alt=\"IT professionals in meeting\" class=\"image\" \/>\n                        <\/div>\n                        <!-- Top right image -->\n                        <div class=\"grid-item top-right-image\">\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&#038;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&#038;auto=format&#038;fit=crop&#038;w=688&#038;q=80\" alt=\"Software developer working\" class=\"image\" \/>\n                        <\/div>\n                        <!-- Bottom right image -->\n                        <div class=\"grid-item bottom-right-image\">\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?ixlib=rb-4.0.3&#038;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&#038;auto=format&#038;fit=crop&#038;w=1470&#038;q=80\" alt=\"Team collaboration\" class=\"image\" \/>\n                        <\/div>\n                        <!-- Bottom left image -->\n                        <div class=\"grid-item bottom-left-image\">\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1519389950473-47ba0277781c?ixlib=rb-4.0.3&#038;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&#038;auto=format&#038;fit=crop&#038;w=1470&#038;q=80\" alt=\"Tech workspace\" class=\"image\" \/>\n                        <\/div>\n                        <!-- Bottom right small image -->\n                        <div class=\"grid-item bottom-right-small-image\">\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1531482615713-2afd69097998?ixlib=rb-4.0.3&#038;ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&#038;auto=format&#038;fit=crop&#038;w=1470&#038;q=80\" alt=\"IT professional with laptop\" class=\"image\" \/>\n                        <\/div>\n                    <\/div>\n                    <!-- Years of experience badge -->\n                   \n                <\/div>\n                <!-- Content -->\n                <div class=\"content\">\n                    <h1>Expertise at the service of your projects and talents<\/h1>\n                    <p class=\"paragraph\">\n                        At PROFACE, we are dedicated to supporting investors in the success of their projects, developing the skills of talented people through appropriate training and providing enlightening research and analysis for strategic decisions.\n                    <\/p>\n                    <!-- Features -->\n<div class=\"highlights-container\">\n  <!-- Accompagnement -->\n  <div class=\"highlight-item\">\n    <div class=\"highlight-icon\">\n      <!-- Ic\u00f4ne de validation \/ accompagnement -->\n      <svg class=\"icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n        <path d=\"M9 12l2 2 4-4\" \/>\n        <path d=\"M12 3a12 12 0 0 0 8.5 3 12 12 0 0 1-8.5 15 12 12 0 0 1-8.5-15 12 12 0 0 0 8.5-3z\" \/>\n      <\/svg>\n    <\/div>\n    <h3 class=\"highlight-title\">Support<\/h3>\n \n  <\/div>\n\n  <!-- Formation -->\n  <div class=\"highlight-item\">\n    <div class=\"highlight-icon\">\n      <!-- Ic\u00f4ne de profil \/ formation -->\n      <svg class=\"icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n        <circle cx=\"9\" cy=\"7\" r=\"4\" \/>\n        <path d=\"M3 21v-2a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v2\" \/>\n        <path d=\"M16 3.13a4 4 0 0 1 0 7.75\" \/>\n        <path d=\"M21 21v-2a4 4 0 0 0-3-3.85\" \/>\n      <\/svg>\n    <\/div>\n    <h3 class=\"highlight-title\">Training<\/h3>\n   \n  <\/div>\n\n  <!-- Analyse -->\n  <div class=\"highlight-item\">\n    <div class=\"highlight-icon\">\n      <!-- Ic\u00f4ne d'analyse \/ boussole -->\n      <svg class=\"icon\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\">\n        <polygon points=\"8 16 10 10 16 8 14 14 8 16\" \/>\n        <circle cx=\"12\" cy=\"12\" r=\"9\" \/>\n        <line x1=\"12\" y1=\"3\" x2=\"12\" y2=\"5\" \/>\n        <line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"21\" \/>\n        <line x1=\"3\" y1=\"12\" x2=\"5\" y2=\"12\" \/>\n        <line x1=\"19\" y1=\"12\" x2=\"21\" y2=\"12\" \/>\n      <\/svg>\n    <\/div>\n    <h3 class=\"highlight-title\">Analysis<\/h3>\n \n  <\/div>\n<\/div>\n\n <div style=\"margin-bottom: 20px; margin-top: -40px; display: flex; justify-content: flex-end; padding-right: 40px;\">\n  <a href=\"https:\/\/www.proface.askonsult.com\/en\/accom\/\" class=\"cta-button\" style=\"font-size: 0.6rem; padding: 4px 10px;\">See more<\/a>\n<\/div>\n \n                    <\/div>\n\n        \n\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n\n<section class=\"advisory-section\">\n  <div class=\"container\">\n    <!-- Titre -->\n    <div class=\"section-title\">\n      <div class=\"title-badge\">\n        <span class=\"badge-icon\">\u2728<\/span>\n        <span>Excellence &amp; Innovation<\/span>\n      <\/div>\n      <h1>Turn your ambitions into success<\/h1>\n      <p class=\"section-subtitle\">Discover our expertise to take your business to new heights<\/p>\n    <\/div>\n\n    <!-- Boutons de navigation centr\u00e9s -->\n    <div class=\"nav-buttons\" role=\"tablist\" aria-orientation=\"horizontal\">\n      <button class=\"nav-btn active\" data-target=\"conseils\" aria-pressed=\"true\" aria-label=\"Show tips\" role=\"tab\" aria-controls=\"conseils\" id=\"btn-conseils\">\n        <div class=\"nav-icon\">\ud83d\udca1<\/div>\n        <div class=\"nav-content\">\n          <span class=\"nav-title\">Advice<\/span>\n          <span class=\"nav-desc\">Customized expertise<\/span>\n        <\/div>\n      <\/button>\n      <button class=\"nav-btn\" data-target=\"planification\" aria-pressed=\"false\" aria-label=\"View planning\" role=\"tab\" aria-controls=\"planification\" id=\"btn-planification\">\n        <div class=\"nav-icon\">\ud83d\udcc5<\/div>\n        <div class=\"nav-content\">\n          <span class=\"nav-title\">Planning<\/span>\n          <span class=\"nav-desc\">Tailor-made strategy<\/span>\n        <\/div>\n      <\/button>\n      <button class=\"nav-btn\" data-target=\"strategie\" aria-pressed=\"false\" aria-label=\"Display strategy\" role=\"tab\" aria-controls=\"strategie\" id=\"btn-strategie\">\n        <div class=\"nav-icon\">\ud83d\ude80<\/div>\n        <div class=\"nav-content\">\n          <span class=\"nav-title\">Strategy<\/span>\n          <span class=\"nav-desc\">Innovation and growth<\/span>\n        <\/div>\n      <\/button>\n    <\/div>\n\n    <!-- Conteneur pour les cartes avec pleine largeur -->\n    <div class=\"content-container\">\n      <article class=\"content-card active\" id=\"conseils\" role=\"region\" aria-live=\"polite\" tabindex=\"0\">\n        <header class=\"card-header\">\n          <div class=\"card-icon\">\ud83d\udca1<\/div>\n          <div class=\"card-title-group\">\n            <h2>Expert advice<\/h2>\n            <span class=\"card-subtitle\">Personalized support<\/span>\n          <\/div>\n        <\/header>\n        <div class=\"card-body\">\n          <p>Benefit from specialized advice tailored to your business sector. Our experts can help you make the most complex strategic decisions.<\/p>\n          <div class=\"features-grid\">\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\ud83d\udcca<\/div>\n              <div class=\"feature-content\">\n                <h4>In-depth analysis<\/h4>\n                <p>Complete assessment of your situation<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n              <div class=\"feature-content\">\n                <h4>Targeted recommendations<\/h4>\n                <p>Solutions tailored to your needs<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\ud83e\udd1d<\/div>\n              <div class=\"feature-content\">\n                <h4>Personalized follow-up<\/h4>\n                <p>Ongoing, adaptive support<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"content-card\" id=\"planification\" role=\"region\" aria-live=\"polite\" tabindex=\"-1\">\n        <header class=\"card-header\">\n          <div class=\"card-icon\">\ud83d\udcc5<\/div>\n          <div class=\"card-title-group\">\n            <h2>Strategic Planning<\/h2>\n            <span class=\"card-subtitle\">Roadmap to success<\/span>\n          <\/div>\n        <\/header>\n        <div class=\"card-body\">\n          <p>Structure your projects with customized planning that guarantees long-term success. Optimized roadmaps for every stage.<\/p>\n          <div class=\"features-grid\">\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\ud83c\udfaf<\/div>\n              <div class=\"feature-content\">\n                <h4>SMART objectives<\/h4>\n                <p>Setting clear, measurable objectives<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\u26a1<\/div>\n              <div class=\"feature-content\">\n                <h4>Optimum allocation<\/h4>\n                <p>Efficient resource management<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\ud83d\udee1\ufe0f<\/div>\n              <div class=\"feature-content\">\n                <h4>Risk management<\/h4>\n                <p>Anticipation and contingency plans<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n\n      <article class=\"content-card\" id=\"strategie\" role=\"region\" aria-live=\"polite\" tabindex=\"-1\">\n        <header class=\"card-header\">\n          <div class=\"card-icon\">\ud83d\ude80<\/div>\n          <div class=\"card-title-group\">\n            <h2>Innovative strategies<\/h2>\n            <span class=\"card-subtitle\">Growth acceleration<\/span>\n          <\/div>\n        <\/header>\n        <div class=\"card-body\">\n          <p>Accelerate your growth with innovative strategies that set you apart from the competition. Turn challenges into opportunities.<\/p>\n          <div class=\"features-grid\">\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\ud83d\udc8e<\/div>\n              <div class=\"feature-content\">\n                <h4>Digital innovation<\/h4>\n                <p>Transformation and modernization<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\ud83c\udf0d<\/div>\n              <div class=\"feature-content\">\n                <h4>Strategic expansion<\/h4>\n                <p>Development of new markets<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"feature\">\n              <div class=\"feature-icon\">\ud83d\udcc8<\/div>\n              <div class=\"feature-content\">\n                <h4>Optimized performance<\/h4>\n                <p>Maximizing results<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/article>\n    <\/div>\n\n    <!-- CTA -->\n    <div class=\"cta-section\">\n      <div class=\"cta-content\">\n        <h3>Ready to get started?<\/h3>\n        <p>Join over 500 companies that place their trust in us<\/p>\n      <\/div>\n      <div class=\"cta-buttons\">\n        <a href=\"https:\/\/www.proface.askonsult.com\/en\/contact\/\" class=\"btn btn-primary\" role=\"button\" aria-label=\"Start now\">\n          <span class=\"btn-text\">Start now<\/span>\n          <span class=\"btn-arrow\" aria-hidden=\"true\">\u2192<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.proface.askonsult.com\/en\/services\/\" class=\"btn btn-secondary\" role=\"button\" aria-label=\"Explore our services\">\n          <span class=\"btn-text\">Explore our services<\/span>\n          <span class=\"btn-icon\" aria-hidden=\"true\">\ud83d\udd0d<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n  \/* --- Section globale --- *\/\n  .advisory-section {\n    padding: 60px 20px;\n    background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.15) 0%, transparent 50%),\n                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),\n                radial-gradient(circle at 40% 40%, rgba(59, 130, 246, 0.1) 0%, transparent 50%);\n    min-height: 100vh;\n    width: 100vw;\n    margin-left: calc(-50vw + 50%);\n    box-sizing: border-box;\n    margin-top: -130px; \n    position: relative;\n  }\n\n  body, html {\n    margin: 0; padding: 0; width: 100%; overflow-x: hidden;\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n  }\n\n  .container {\n    max-width: 1200px;\n    margin: auto;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* --- Titre --- *\/\n  .section-title {\n    text-align: center;\n    margin-bottom: 48px;\n    padding: 0 20px;\n  }\n\n  .title-badge {\n    display: inline-flex;\n    align-items: center;\nmargin-bottom: 20px;\n    gap: 8px;\n    background: rgba(59, 130, 246, 0.15);\n    color: #0ea5e9;\n    padding: 8px 16px;\n    border-radius: 20px;\n    font-size: 0.875rem;\n    font-weight: 600;\n   \n    border: 1px solid rgba(59, 130, 246, 0.25);\n  }\n\n  .badge-icon {\n    font-size: 1rem;\n  }\n\n  .section-title h1 {\n    font-size: 1.8rem;\n    font-weight: 700;\n   color: #f97316;\n    margin-bottom: 16px;\n    line-height: 1.2;\nmargin-bottom: 20px;\n  }\n\n  .section-subtitle {\n    font-size: 1rem;\n    color: #6b7280;\n    font-weight: 400;\n    max-width: 600px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* --- Navigation boutons centr\u00e9s --- *\/\n  .nav-buttons {\n    display: flex;\n    flex-direction: row;\n    gap: 20px;\n    justify-content: center;\n    margin-bottom: 40px;\n    flex-wrap: wrap;\n  }\n\n  \/* --- Conteneur des cartes pleine largeur --- *\/\n  .content-container {\n    width: 100%;\n    max-width: 100%;\n    margin-bottom: 60px;\n  }\n\n  \/* Boutons nav *\/\n  .nav-btn {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 16px 24px;\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    font-size: 0.9rem;\n    color: #374151;\n    box-shadow: 0 2px 5px rgba(0,0,0,0.08);\n    font-weight: 600;\n    user-select: none;\n    justify-content: flex-start;\n    text-align: left;\n    min-width: 180px;\n  }\n\n  .nav-btn > .nav-icon {\n    font-size: 1.3rem;\n    background: rgba(59, 130, 246, 0.1);\n    padding: 10px;\n    border-radius: 8px;\n    min-width: 36px;\n    height: 36px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: background 0.3s ease;\n  }\n\n  .nav-btn > .nav-content {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    line-height: 1.2;\n  }\n\n \n\n  .nav-btn.active {\n    background: linear-gradient(135deg, #3b82f6, #1e40af);\n    color: white;\n    border-color: #3b82f6;\n    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.35);\n  }\n\n  .nav-btn.active > .nav-icon {\n    background: rgba(255, 255, 255, 0.25);\n  }\n\n  .nav-title {\n    font-weight: 700;\n    font-size: 1.05rem;\n  }\n\n  .nav-desc {\n    font-size: 0.7rem;\n    opacity: 0.6;\n    font-weight: 500;\n  }\n\n  \/* --- Contenu dynamique --- *\/\n  .content-card {\n    display: none;\n    background: white;\n    width: 100%;\n    border-radius: 14px;\n    padding: 32px 36px;\n    box-shadow: 0 6px 20px rgb(0 0 0 \/ 0.07);\n    line-height: 1.4;\n    color: #4b5563;\n    transition: opacity 0.4s ease;\n    margin: 0 auto;\n  }\n\n  .content-card.active {\n    display: block;\n  }\n\n  .card-header {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 24px;\n  }\n\n .card-icon {\n  font-size: 1.6rem;\n\n  color: white;\n  padding: 10px;\n  border-radius: 12px;\n  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);\n}\n\n.card-title-group h2 {\n  font-weight: 700;\n  font-size: 1.2rem;Tra\n  margin: 0;\n  color: #f97316;\n}\n\n  .card-subtitle {\n    font-size: 1rem;\n    color: #6b7280;\n    font-weight: 500;\n  }\n\n  .card-body p {\n    margin-top: 0;\n    margin-bottom: 24px;\n    font-size: 0.9rem;\n  }\n\n  .highlight {\n    font-weight: 700;\n  color: #f97316;\n  }\n\n  \/* Grille des features *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 20px;\n  }\n\n  .feature {\n    display: flex;\n    gap: 14px;\n    background: #f9fafb;\n    border-radius: 12px;\n    padding: 16px 20px;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.05);\n    transition: transform 0.3s ease;\n    cursor: default;\n  }\n\n  .feature:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);\n  }\n\n .feature-icon {\n  font-size: 1.3rem;\n  background: #ffe8d1;\n  color: #f97316;\n  padding: 8px;\n  border-radius: 10px;\n}\n\n .feature-content h4 {\n  margin: 0 0 6px 0;\n  font-weight: 700;\n  font-size: 0.95rem;\n  color: black; \/* orange *\/\n}\n\n.feature-content p {\n  margin: 0;\n  font-size: 0.75rem;\n  color: black; \/* noir *\/\n}\n\n\n  \/* --- CTA Section --- *\/\n  .cta-section {\n    text-align: center;\n    padding-top: 40px;\n    padding-bottom: 20px;\n  }\n\n  .cta-content h3 {\n    font-size: 1.8rem;\n    font-weight: 700;\n    color: #3b82f6;\n    margin-bottom: 8px;\n  }\n\n  .cta-content p {\n    font-size: 1rem;\n    color: #475569;\n    margin-bottom: 20px;\n  }\n\n  .cta-buttons {\n    display: inline-flex;\n    gap: 20px;\n    flex-wrap: wrap;\n    justify-content: center;\n  }\n\n  .btn {\n    padding: 12px 28px;\n    border-radius: 12px;\n    font-size: 0.95rem;\n    font-weight: 700;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.12);\n    cursor: pointer;\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    transition: all 0.3s ease;\n    user-select: none;\n    text-decoration: none;\n  }\n\n  .btn-primary {\n    background: #3b82f6;\n    color: white;\n    border: none;\n  }\n\n  .btn-primary:hover,\n  .btn-primary:focus-visible {\n    background: #2563eb;\n    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.45);\n    transform: translateY(-3px);\n  }\n\n  .btn-secondary {\n    background: rgba(255 255 255 \/ 0.15);\n    border: 1.5px solid rgba(255 255 255 \/ 0.4);\n    color: #1e40af;\n    backdrop-filter: blur(8px);\n  }\n\n  .btn-secondary:hover,\n  .btn-secondary:focus-visible {\n    background: rgba(255 255 255 \/ 0.3);\n    border-color: #3b82f6;\n    color: #1e40af;\n    transform: translateY(-3px);\n  }\n\n  .btn-arrow {\n    font-size: 1.2rem;\n    transition: transform 0.3s ease;\n  }\n\n  .btn-primary:hover .btn-arrow {\n    transform: translateX(6px);\n  }\n\n  .btn-icon {\n    font-size: 1rem;\n  }\n\n  \/* --- Responsive --- *\/\n  @media (max-width: 768px) {\n    .nav-buttons {\n      flex-direction: column;\n      align-items: center;\n      gap: 16px;\n    }\n    \n    .nav-btn {\n      width: 100%;\n      max-width: 300px;\n      justify-content: center;\n    }\n    \n    .content-card {\n      padding: 24px 20px;\n    }\n    \n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .section-title h1 {\n      font-size: 1.5rem;\n    }\n    \n    .nav-btn {\n      padding: 14px 20px;\n      font-size: 0.85rem;\n    }\n    \n    .card-title-group h2 {\n      font-size: 1.5rem;\n    }\n    \n    .cta-buttons {\n      flex-direction: column;\n      align-items: center;\n    }\n  }\n<\/style>\n\n<script>\n\n  document.querySelectorAll('.nav-btn').forEach(btn => {\n    btn.addEventListener('click', () => {\n      \/\/ Retirer active sur tous les boutons\n      document.querySelectorAll('.nav-btn').forEach(b => {\n        b.classList.remove('active');\n        b.setAttribute('aria-pressed', 'false');\n      });\n      \/\/ Cacher tous les contenus\n      document.querySelectorAll('.content-card').forEach(card => {\n        card.classList.remove('active');\n        card.setAttribute('tabindex', '-1');\n      });\n      \/\/ Activer le bouton cliqu\u00e9\n      btn.classList.add('active');\n      btn.setAttribute('aria-pressed', 'true');\n      \/\/ Afficher contenu cibl\u00e9\n      const target = btn.getAttribute('data-target');\n      const content = document.getElementById(target);\n      content.classList.add('active');\n      content.removeAttribute('tabindex');\n      content.focus();\n    });\n  });\n<\/script>\n\n<section class=\"stats-section\">\n  <div class=\"stats-grid\">\n\n    <div class=\"stat-item\">\n      <span class=\"stat-number\" data-target=\"80\" data-format=\"plus\">0<\/span>\n      <span class=\"stat-label\">Finished Projects<\/span>\n    <\/div>\n\n    <div class=\"stat-item\">\n      <span class=\"stat-number\" data-target=\"19\" data-format=\"plus\">0<\/span>\n      <span class=\"stat-label\">Years of experience<\/span>\n    <\/div>\n\n    <div class=\"stat-item\">\n      <span class=\"stat-number\" data-target=\"26\" data-format=\"plus\">0<\/span>\n      <span class=\"stat-label\">Our experts<\/span>\n    <\/div>\n\n    <div class=\"stat-item\">\n      <span class=\"stat-number\" data-target=\"500\" data-format=\"plus\">0<\/span>\n      <span class=\"stat-label\">Satisfied customers<\/span>\n    <\/div>\n\n    \n\n   \n\n  <\/div>\n<\/section>\n\n<style>\n.stats-section {\n  width: 100vw;\n  margin-left: calc(-50vw + 50%);\n  padding: 60px 20px;\n  background: linear-gradient(135deg, #f97316, #93c5fd); \/* orange-500 \u2192 blue-300 *\/\n  text-align: center;\n  color: white;\n}\n\n.stats-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 30px;\n  max-width: 1100px;\n  margin: 0 auto;\n}\n\n.stat-item {\n  background-color: white;\n  padding: 20px 10px;\n  border-radius: 14px;\n  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.stat-item:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 12px 30px rgba(255, 122, 0, 0.2);\n}\n\n.stat-number {\n  display: block;\n  font-size: 3rem;\n  font-weight: 900;\n  color: #fdba74; \/* orange-300 *\/\n  margin-bottom: 8px;\n}\n\n.stat-label {\n  font-size: 1rem;\n  color: #444;\n  font-weight: 600;\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const counters = document.querySelectorAll(\".stat-number\");\n\n  const animateCounter = (el) => {\n    const target = +el.dataset.target;\n    const format = el.dataset.format || \"plain\";\n    const duration = 2000;\n    const step = Math.ceil(target \/ (duration \/ 16));\n    let current = 0;\n\n    const update = () => {\n      current += step;\n      if (current < target) {\n        el.innerText = current;\n        requestAnimationFrame(update);\n      } else {\n        if (format === \"money\") {\n          el.innerText = (target \/ 1000000).toFixed(1) + \"M\u20ac\";\n        } else if (format === \"percent\") {\n          el.innerText = target + \"%\";\n        } else if (format === \"plus\") {\n          el.innerText = target + \"+\";\n        } else {\n          el.innerText = target;\n        }\n      }\n    };\n\n    update();\n  };\n\n  const observer = new IntersectionObserver(\n    (entries, obs) => {\n      entries.forEach((entry) => {\n        if (entry.isIntersecting) {\n          animateCounter(entry.target);\n          obs.unobserve(entry.target);\n        }\n      });\n    },\n    { threshold: 0.6 }\n  );\n\n  counters.forEach((counter) => observer.observe(counter));\n});\n<\/script>\n\n\n\n <section class=\"modern-partners\">\n                  <div class=\"section-title\">\n          <h1 class=\"font-serif text-[clamp(2rem,4vw,3rem)] font-extrabold text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-blue-300  mb-4\">\n     Testimonials of confidence\n\n      <\/h1>\n      <p class=\"text-l text-[#64748b] leading-relaxed tracking-wide\">\n      Major companies, institutions and entrepreneurs trust us to support them in their strategic projects.\n      <\/p>\n\n      <\/div>\n       \n  <div class=\"logo-marquee\">\n    <div class=\"logo-track\">\n      <div class=\"partner-card\">\n\n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/logo-region-draa-jpg.webp\" alt=\"Partner 1\">\n        <button class=\"site-button\" onclick=\"window.open('https:\/\/www.hcp.ma\/draa-tafilalet\/', '_blank')\">Go to site<\/button>\n      <\/div>\n      <div class=\"partner-card\">\n       \n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/MIC-Logo.png\" alt=\"Partner 2\">\n <button class=\"site-button\" onclick=\"window.open('https:\/\/www.mcinet.gov.ma\/', '_blank')\">Go to site<\/button>\n      <\/div>\n  \n      <div class=\"partner-card\">\n        \n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/images-1.png\" alt=\"Partner 4\">\n<button class=\"site-button\" onclick=\"window.open('https:\/\/marrakechinvest.ma\/', '_blank')\">Go to site<\/button>\n      <\/div>\n      <div class=\"partner-card\">\n       \n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/Morocco_Spotlight-Economy-Logo.png\" alt=\"Partner 5\">\n <button class=\"site-button\" onclick=\"window.open('https:\/\/www.mcinet.gov.ma\/en', '_blank')\">Go to site<\/button>\n      <\/div>\n      <div class=\"partner-card\">\n       \n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/giz-e1572872029365.webp\" alt=\"Partner 6\">\n <button class=\"site-button\" onclick=\"window.open('https:\/\/exemple6.com', '_blank')\">Go to site<\/button>\n      <\/div>\n      <div class=\"partner-card\">\n      \n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/amdie-logo-mcinet_0.png\" alt=\"Partner 7\">\n  <button class=\"site-button\" onclick=\"window.open('https:\/\/amdie.gov.ma\/', '_blank')\">Go to site<\/button>\n      <\/div>\n      <div class=\"partner-card\">\n\n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/Logo-conseil-dakhla.jpg\" alt=\"Partner 8\">\n        <button class=\"site-button\" onclick=\"window.open('https:\/\/www.dakhlainvest.com\/votre-cri.html', '_blank')\">Go to site<\/button>\n      <\/div>\n\n      <!-- R\u00e9p\u00e9ter pour effet boucle si besoin -->\n      <div class=\"partner-card\">\n       \n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/logo-region-draa-jpg.webp\" alt=\"Partner 1\">\n <button class=\"site-button\" onclick=\"window.open('https:\/\/visitdraatafilalet.com\/', '_blank')\">Go to site<\/button>\n      <\/div>\n      <div class=\"partner-card\">\n        \n        <img decoding=\"async\" src=\"http:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2025\/05\/MIC-Logo.png\" alt=\"Partner 2\">\n<button class=\"site-button\" onclick=\"window.open('https:\/\/www.mcinet.gov.ma\/', '_blank')\">Go to site<\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', () => {\n  const regions = {\n    'MA-01': 'Tanger-T\u00e9touan-Al Hoceima',\n    'MA-02': 'Fez-Mekn\u00e8s',\n    'MA-03': 'Taza-Al Hoceima-Taounate',\n    'MA-04': 'Oriental',\n    'MA-06': 'Dr\u00e2a-Tafilalt',\n    'MA-07': 'Rabat-Sal\u00e9-K\u00e9nitra',\n'MA-18' : 'Gharb-Chrarda-Beni Hssen',\n'MA-09' :'Chaouia-Ouardigha',\n    'MA-08': 'Settat-Casablanca',\n    'MA-11': 'Marrakesh-Safi',\n'MA-12': 'Tadla-Azilal',\n    'MA-13': 'Souss-Massa',\n 'MA-14': 'Guelmim-Es Smara',\n    'MA-15': 'La\u00e2youne-Boujdour-Sakia el Hamra',\n    'MA-16': 'Oued ed Dahab-Lagouira',\n'MA-10' :'Doukhala-Abda'\n  };\n\n  for (const [id, regionSlug] of Object.entries(regions)) {\n    const element = document.getElementById(id);\n    if (element) {\n      element.style.cursor = 'pointer';\n      element.addEventListener('click', () => {\n        const url = `http:\/\/www.proface.askonsult.com\/region\/?region=${regionSlug}`;\n        console.log('\ud83d\udd17 Redirection vers :', url);\n        window.location.href = url;\n      });\n    } else {\n      console.warn(`\u274c \u00c9l\u00e9ment '${id}' non trouv\u00e9`);\n    }\n  }\n});\n<\/script>\n\n\n\n\n\n<style>\n\n.modern-title {\n  font-size: 2rem;\n  font-weight: 800;\n  text-align: center;\n  color: black; \/* \u2705 le texte sera bien noir *\/\n  margin-bottom: 2rem;\n  position: relative;\n  display: inline-block;\n}\n\n\n.modern-title::after {\n  content: \"\";\n  position: absolute;\n  width: 60%;\n  height: 4px;\n background: linear-gradient(to right, #f97316, #3b82f6);\n\n  bottom: -10px;\n  left: 50%;\n  transform: translateX(-50%);\n  border-radius: 2px;\n}\n\n\n@keyframes gradient {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n}\n\n\/* Section container *\/\n.modern-partners {\n    padding: 4rem 0;\n    text-align: center;\n}\n\n\/* Responsive design *\/\n@media (max-width: 768px) {\n    .modern-title {\n        font-size: 2.2rem;\n    }\n}\n\n@media (max-width: 480px) {\n    .modern-title {\n        font-size: 1.8rem;\n    }\n}\n\n.logo-marquee {\n  overflow: hidden;\n  position: relative;\n  height: 140px;\n}\n\n.logo-track {\n  display: flex;\n  gap: 60px;\n  animation: scroll 25s linear infinite;\n  align-items: flex-start;\n}\n\n.partner-card {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  min-width: 160px;\n}\n\n.partner-card img {\n  height: 80px;\n  max-width: 160px;\n  object-fit: contain;\n  opacity: 1;\n  filter: none;\n  transition: transform 0.3s ease;\n  cursor: pointer;\n}\n\n.partner-card img:hover {\n  transform: scale(1.1);\n}\n\n.site-button {\n  margin-top: 8px;  \n  padding: 6px 14px;\n  font-size: 0.7rem;\n  font-weight: 600;\n  color: #f97316;\n  background-color: #fff;\n  border: 2px solid #f97316;\n  border-radius: 20px;\n  cursor: pointer;\n  box-shadow: 0 2px 5px rgba(249, 115, 22, 0.3);\n  transition:\n    background-color 0.3s ease,\n    color 0.3s ease,\n    box-shadow 0.3s ease,\n    transform 0.2s ease;\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n.site-button:hover {\n  background-color: #c65a0d;\n}\n\n@keyframes scroll {\n  0% {\n    transform: translateX(0);\n  }\n  100% {\n    transform: translateX(-50%);\n  }\n}\n\n@keyframes fadeInUp {\n  from {\n    opacity: 0;\n    transform: translateY(30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n<\/style>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>INVESTME CONSULTING Centre de Conseil des Entrepreneurs Accompagnement professionnel pour transformer vos projets entrepreneuriaux en succ\u00e8s durables avec notre expertise personnalis\u00e9e. Nos Services Contactez-nous Chaouia-Ouardigha L&rsquo;expertise au service de vos&hellip;&nbsp;<a href=\"https:\/\/www.proface.askonsult.com\/en\/\" rel=\"bookmark\">Read More \"<span class=\"screen-reader-text\"><\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","neve_meta_reading_time":"","_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-1335","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- INVEST<\/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:\/\/www.proface.askonsult.com\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- INVEST\" \/>\n<meta property=\"og:description\" content=\"INVESTME CONSULTING Centre de Conseil des Entrepreneurs Accompagnement professionnel pour transformer vos projets entrepreneuriaux en succ\u00e8s durables avec notre expertise personnalis\u00e9e. Nos Services Contactez-nous Chaouia-Ouardigha L&rsquo;expertise au service de vos&hellip;&nbsp;Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.proface.askonsult.com\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"INVEST\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-28T10:58:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/images.unsplash.com\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/\",\"url\":\"https:\\\/\\\/www.proface.askonsult.com\\\/\",\"name\":\"- INVEST\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80\",\"datePublished\":\"2025-07-04T18:17:02+00:00\",\"dateModified\":\"2025-07-28T10:58:51+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.proface.askonsult.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80\",\"contentUrl\":\"https:\\\/\\\/images.unsplash.com\\\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#website\",\"url\":\"https:\\\/\\\/www.proface.askonsult.com\\\/\",\"name\":\"INVEST\",\"description\":\"PROFACE\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.proface.askonsult.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#organization\",\"name\":\"INVEST\",\"url\":\"https:\\\/\\\/www.proface.askonsult.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.proface.askonsult.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/lrcid-3.png\",\"contentUrl\":\"https:\\\/\\\/www.proface.askonsult.com\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/lrcid-3.png\",\"width\":700,\"height\":700,\"caption\":\"INVEST\"},\"image\":{\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- INVEST","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:\/\/www.proface.askonsult.com\/en\/","og_locale":"en_US","og_type":"article","og_title":"- INVEST","og_description":"INVESTME CONSULTING Centre de Conseil des Entrepreneurs Accompagnement professionnel pour transformer vos projets entrepreneuriaux en succ\u00e8s durables avec notre expertise personnalis\u00e9e. Nos Services Contactez-nous Chaouia-Ouardigha L&rsquo;expertise au service de vos&hellip;&nbsp;Read More &raquo;","og_url":"https:\/\/www.proface.askonsult.com\/en\/","og_site_name":"INVEST","article_modified_time":"2025-07-28T10:58:51+00:00","og_image":[{"url":"https:\/\/images.unsplash.com\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.proface.askonsult.com\/","url":"https:\/\/www.proface.askonsult.com\/","name":"- INVEST","isPartOf":{"@id":"https:\/\/www.proface.askonsult.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.proface.askonsult.com\/#primaryimage"},"image":{"@id":"https:\/\/www.proface.askonsult.com\/#primaryimage"},"thumbnailUrl":"https:\/\/images.unsplash.com\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80","datePublished":"2025-07-04T18:17:02+00:00","dateModified":"2025-07-28T10:58:51+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.proface.askonsult.com\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.proface.askonsult.com\/#primaryimage","url":"https:\/\/images.unsplash.com\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80","contentUrl":"https:\/\/images.unsplash.com\/photo-1600880292203-757bb62b4baf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80"},{"@type":"WebSite","@id":"https:\/\/www.proface.askonsult.com\/#website","url":"https:\/\/www.proface.askonsult.com\/","name":"INVEST","description":"PROFACE","publisher":{"@id":"https:\/\/www.proface.askonsult.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.proface.askonsult.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.proface.askonsult.com\/#organization","name":"INVEST","url":"https:\/\/www.proface.askonsult.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.proface.askonsult.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2024\/07\/lrcid-3.png","contentUrl":"https:\/\/www.proface.askonsult.com\/wp-content\/uploads\/2024\/07\/lrcid-3.png","width":700,"height":700,"caption":"INVEST"},"image":{"@id":"https:\/\/www.proface.askonsult.com\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"neve-blog":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/www.proface.askonsult.com\/en\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":"INVESTME CONSULTING Centre de Conseil des Entrepreneurs Accompagnement professionnel pour transformer vos projets entrepreneuriaux en succ\u00e8s durables avec notre expertise personnalis\u00e9e. Nos Services Contactez-nous Chaouia-Ouardigha L&rsquo;expertise au service de vos&hellip;&nbsp;Read More &raquo;","_links":{"self":[{"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/pages\/1335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/comments?post=1335"}],"version-history":[{"count":1037,"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/pages\/1335\/revisions"}],"predecessor-version":[{"id":3820,"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/pages\/1335\/revisions\/3820"}],"wp:attachment":[{"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/media?parent=1335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}