{"id":1762,"date":"2025-07-07T14:39:12","date_gmt":"2025-07-07T13:39:12","guid":{"rendered":"http:\/\/www.proface.askonsult.com\/?page_id=1762"},"modified":"2025-07-27T13:04:08","modified_gmt":"2025-07-27T12:04:08","slug":"about","status":"publish","type":"page","link":"https:\/\/www.proface.askonsult.com\/en\/about\/","title":{"rendered":""},"content":{"rendered":"<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');\n\n    * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    body {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: #000; \/* Texte noir *\/\n        background: #f9f9f9; \/* Fond clair *\/\n        overflow-x: hidden;\n    }\n\n    \/* === SECTION HERO AVEC IMAGE DE FOND === *\/\n    .hero-section {\n  margin-left: calc(-50vw + 50%);\n        position: relative;\n    width: 100vw; \n        height: 60vh; \/* hauteur r\u00e9duite *\/\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        overflow: hidden;\ntop: -16px;\n        background-image: url('https:\/\/i.pinimg.com\/736x\/1b\/3f\/ad\/1b3fad548ea401cd660ff8da9783bf86.jpg');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    }\n\n    .hero-section::before {\n        content: none; \/* plus d'overlay *\/\n    }\n\n    .hero-content {\n        position: relative;\n        z-index: 2;\n       \n        max-width: 90%;\n        padding: 0 20px;\n    }\n\n   .hero-section h1 {\n    font-size: 3rem; \/* taille r\u00e9duite *\/\n    font-weight: 900;\n    background: none; \/* suppression d\u00e9grad\u00e9 *\/\n    -webkit-background-clip: unset;\n    -webkit-text-fill-color: unset;\n    background-clip: unset;\n    color: white ; \/* texte blanc *\/\n    margin-bottom: 20px;\n    animation: none; \/* plus d'animation *\/\n    text-shadow: none;\n}\n\n.hero-subtitle {\n    font-size: 1.2rem; \/* taille plus petite *\/\n    color: #fff; \/* texte blanc *\/\n    margin-bottom: 30px;\n    animation: none;\n    font-weight: 400;\n}\n\n\n    .cta-button {\n        display: inline-block;\n        padding: 18px 45px;\n        background: rgba(0, 0, 0, 0.05); \/* fond tr\u00e8s clair *\/\n        border: 2px solid rgba(0, 0, 0, 0.1);\n        border-radius: 50px;\n        color: #000; \/* texte noir *\/\n        text-decoration: none;\n        font-weight: 600;\n        backdrop-filter: none;\n        transition: all 0.3s ease;\n        position: relative;\n        overflow: hidden;\n        animation: none;\n    }\n\n    .cta-button::before {\n        content: none;\n    }\n\n    .cta-button:hover {\n        background: rgba(0, 0, 0, 0.1);\n        border-color: rgba(0, 0, 0, 0.3);\n        box-shadow: none;\n        transform: translateY(0);\n    }\n\n    \/* === CONTENEUR G\u00c9N\u00c9RAL === *\/\n    .container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* === SECTION \u00c0 PROPOS === *\/\n    .about-section {\n        padding: 120px 0;\n        position: relative;\n        overflow: hidden;\ntop: -20px;\n    }\n\n    .about-container {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n        position: relative;\n    }\n\n    .about-content {\n        position: relative;\n        z-index: 2;\n    }\n\n    .about-section h2 {\n        font-size: 2rem;\n        font-weight: 800;\n           color: #007BFF;\n        margin-bottom: 30px;\n        position: relative;\n        line-height: 1.1;\n    }\n\n    \/* Suppression du d\u00e9grad\u00e9 sur highlight, couleur noire unie *\/\n    .about-section .highlight {\n        background: none !important;\n        -webkit-background-clip: unset !important;\n        -webkit-text-fill-color: unset !important;\n        background-clip: unset !important;\n        color: #000 !important;\n        position: relative;\n    }\n\n    \/* Suppression du soulignement anim\u00e9 *\/\n    .about-section .highlight::after {\n        display: none;\n    }\n\n    .about-description {\n        font-size: 1rem;\n        color: #000; \/* texte noir *\/\n        line-height: 1.8;\n        margin-bottom: 40px;\n        font-weight: 300;\n    }\n\n    .about-stats {\n        display: flex;\n        gap: 40px;\n        margin-bottom: 40px;\n    }\n\n    .stat-item {\n        text-align: center;\n    }\n\n    .stat-number {\n        font-size: 2rem;\n        font-weight: 800;\n          color: #ff6b35; \/* texte noir *\/\n        display: block;\n        margin-bottom: 10px;\n        background: none !important;\n        -webkit-background-clip: unset !important;\n        -webkit-text-fill-color: unset !important;\n        background-clip: unset !important;\n    }\n\n    .stat-label {\n        font-size: 1rem;\n        color: #000; \/* texte noir *\/\n        font-weight: 500;\n    }\n\n    .about-visual {\n        position: relative;\n        height: 500px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .visual-circle {\n        position: absolute;\n        border-radius: 50%;\n        border: 2px solid rgba(0, 0, 0, 0.1); \/* cercles en gris clair *\/\n        animation: rotate 20s linear infinite;\n    }\n\n    .visual-circle:nth-child(1) {\n        width: 300px;\n        height: 300px;\n        border-color: rgba(0, 0, 0, 0.15);\n    }\n\n    .visual-circle:nth-child(2) {\n        width: 400px;\n        height: 400px;\n        border-color: rgba(0, 0, 0, 0.1);\n        animation-direction: reverse;\n        animation-duration: 25s;\n    }\n\n    .visual-circle:nth-child(3) {\n        width: 200px;\n        height: 200px;\n        border-color: rgba(0, 0, 0, 0.1);\n        animation-duration: 15s;\n    }\n\n    @keyframes rotate {\n        from { transform: rotate(0deg); }\n        to { transform: rotate(360deg); }\n    }\n\n    .visual-center {\n        position: relative;\n        z-index: 3;\n        width: 150px;\n        height: 150px;\n        background: #000; \/* centre noir *\/\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 3rem;\n        color: white;\n        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);\n        animation: centerPulse 3s ease-in-out infinite;\n    }\n\n    @keyframes centerPulse {\n        0%, 100% { transform: scale(1); }\n        50% { transform: scale(1.1); }\n    }\n\n    .floating-elements {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        pointer-events: none;\n    }\n\n    .floating-icon {\n        position: absolute;\n        font-size: 24px;\n        color: rgba(0, 0, 0, 0.3);\n        animation: floatIcon 8s ease-in-out infinite;\n    }\n\n    .floating-icon:nth-child(1) { top: 15%; left: 20%; animation-delay: 0s; }\n    .floating-icon:nth-child(2) { top: 40%; right: 10%; animation-delay: 2s; }\n    .floating-icon:nth-child(3) { bottom: 25%; left: 15%; animation-delay: 4s; }\n    .floating-icon:nth-child(4) { bottom: 15%; right: 20%; animation-delay: 6s; }\n\n    @keyframes floatIcon {\n        0%, 100% { transform: translateY(0px) scale(1); opacity: 0.3; }\n        50% { transform: translateY(-20px) scale(1.2); opacity: 0.6; }\n    }\n\n  .features-section {\n    margin-top: -80px; \n    position: relative;\n    background-color: transparent;\n    padding: 60px 20px;\n    color: white;\n    overflow-x: visible; \/* Permet le d\u00e9passement horizontal *\/\n}\n\n.features-section .container {\n   width: 100%;\n    margin: 0 auto;\n    position: relative;\n    overflow: visible; \/* Permet aux enfants de d\u00e9passer *\/\n}\n\n.features-grid {\n    display: grid;\n     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 100px;\n    margin-top: 80px;\n    padding: 0 60px; \/* ajout de padding pour que les cartes puissent d\u00e9passer *\/\n}\n\n.feature-card {\n    width: 100%; \/* \u00e9tend \u00e0 la colonne enti\u00e8re *\/\n      max-width: 380px; \n    margin: 0 auto; \/* centrer la carte dans sa colonne *\/\n    border-radius: 16px;\n    padding: 20px 16px;\n    text-align: center;\n    box-shadow: 0 6px 12px rgba(0,0,0,0.15);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    color: white;\n    cursor: default;\n    position: relative;\n    overflow: visible;\n    font-size: 0.9rem;\n    transform: translateX(0);\n}\n\n\n.feature-card:nth-child(odd) {\n    transform: translateX(-15px); \/* d\u00e9caler vers la gauche les cartes impaires *\/\n}\n\n.feature-card:nth-child(even) {\n    transform: translateX(15px); \/* d\u00e9caler vers la droite les cartes paires *\/\n}\n\n.feature-card:hover {\n    transform: translateY(-10px) translateX(0);\n    box-shadow: 0 20px 30px rgba(0,0,0,0.3);\n    z-index: 10;\n}\n\n.feature-icon {\n    font-size: 38px; \/* ic\u00f4ne plus petite *\/\n    margin-bottom: 16px;\n    display: inline-block;\n   background: rgba(255, 107, 53, 0.25);\n    padding: 12px;\n    border-radius: 50%;\n    transition: background 0.3s ease;\n}\n\n.feature-card:hover .feature-icon {\n    background: white;\n    color: #007BFF;\n}\n\n.feature-card h3 {\n    font-size: 1.4rem; \/* titre plus petit *\/\n    margin-bottom: 12px;\n    font-weight: 700;\ncolor: #007BFF;\n}\n\n.feature-card p {\n    font-size: 0.9rem; \/* texte plus petit *\/\n    line-height: 1.4;\n    opacity: 0.9;\n color: #000; \n}\n\n\/* Animation fade-in *\/\n.fade-in {\n    opacity: 0;\n    transform: translateY(20px);\n    animation: fadeInUp 0.8s forwards;\n}\n\n.fade-in:nth-child(1) {\n    animation-delay: 0.2s;\n}\n.fade-in:nth-child(2) {\n    animation-delay: 0.4s;\n}\n.fade-in:nth-child(3) {\n    animation-delay: 0.6s;\n}\n\n@keyframes fadeInUp {\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n\n.features-title {\n    font-size: 2rem;\n        font-weight: 800;\n    text-align: center;\n  color: #000000;\n    margin-bottom: 50px;\n    position: relative;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    font-family: 'Poppins', sans-serif;\n}\n\n\/* Ligne d\u00e9corative sous le titre *\/\n.features-title::after {\n    content: '';\n    display: block;\n    width: 120px;\n    height: 5px;\n    background: linear-gradient(90deg, #007BFF, #00c6ff);\n    margin: 15px auto 0;\n    border-radius: 3px;\n    box-shadow: 0 0 10px #007BFF;\n    transition: width 0.4s ease;\n}\n\n.features-title:hover::after {\n    width: 180px;\n}\n.approach-section {\n margin-top: -150px;\n \n  padding: 100px 20px;\n \n  text-align: center;\n}\n\n.approach-title {\n  font-size: 2rem;\n  font-weight: 800;\n  color: #007BFF;\n  margin-bottom: 10px;\n}\n\n.approach-subtitle {\n  font-size: 1.2rem;\n  color: #555;\n  margin-bottom: 60px;\n}\n\n.approach-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n  gap: 40px;\n}\n\n.approach-step {\n  background: white;\n  padding: 30px;\n  border-radius: 16px;\n  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);\n  transition: transform 0.3s ease;\n}\n\n.approach-step:hover {\n  transform: translateY(-8px);\n}\n\n.step-icon {\n  font-size: 2rem;\n  margin-bottom: 20px;\n  background: rgba(0, 123, 255, 0.1);\n  padding: 16px;\n  border-radius: 50%;\n  display: inline-block;\n  color: #007BFF;\n}\n\n.approach-step h3 {\n  font-size: 1.2rem;\n  color: #222;\n  margin-bottom: 10px;\n}\n\n.approach-step p {\n  color: #555;\n  font-size: 0.95rem;\n  line-height: 1.6;\n}\n\n.image-text-section {\nmargin-top: -90px;\n  padding: 100px 20px;\n \n  color: #000;\n}\n\n.image-text-container {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.image-text-image img {\n  width: 100%;\n  border-radius: 16px;\n  box-shadow: 0 8px 20px rgba(0,0,0,0.1);\n  object-fit: cover;\n  height: 100%;\n}\n\n.image-text-content h2 {\n  font-size: 2rem;\n  font-weight: 800;\n   color: #ff6b35;\n  margin-bottom: 20px;\n}\n\n.image-text-content p {\n  font-size: 0.89rem;\n  line-height: 1.7;\n  margin-bottom: 20px;\n  color: #444;\n}\n\n.image-text-content .cta-button {\n  padding: 14px 40px;\n  background-color: #007BFF;\n  color: white;\n  border-radius: 50px;\n  font-weight: 600;\n  text-decoration: none;\n  display: inline-block;\n  transition: background-color 0.3s ease;\n}\n\n.image-text-content .cta-button:hover {\n  background-color: #0056b3;\n}\n\n\/* Responsive - sur petits \u00e9crans, empile verticalement *\/\n@media (max-width: 768px) {\n  .image-text-container {\n    grid-template-columns: 1fr;\n  }\n  \n  .image-text-image,\n  .image-text-content {\n    width: 100%;\n  }\n  \n  .image-text-image img {\n    height: auto;\n  }\n}\n\n<\/style>\n\n<\/head>\n<body>\n\n<section class=\"hero-section\">\n  <div class=\"container hero-content px-4\">\n    <h1 >\n      Who we are\n    <\/h1>\n\n    <p class=\"hero-subtitle text-center max-w-3xl mx-auto text-lg md:text-xl text-gray-700\">\n      Bring your ambitions to life with strategic support tailored to each stage of your project\n    <\/p>\n  <\/div>\n<\/section>\n\n\n<section class=\"about-section\">\n    <div class=\"container about-container\">\n        <div class=\"about-content\">\n            <h2>About <span class=\"highlight\">We<\/span><\/h2>\n            <p class=\"about-description\">\n               Proface is an integrated consulting firm based in Marrakech, specializing in assisting and supporting investors and entrepreneurs in various sectors, whether Moroccan or foreign. We strive to be the ideal partner to help you turn your ideas into successful and efficient projects, with a focus on quality and precision at every stage.\n            <\/p>\n            <div class=\"about-stats\">\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">10+<\/span>\n                    <span class=\"stat-label\">Years of experience<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">500+<\/span>\n                    <span class=\"stat-label\">Satisfied customers<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\">1000+<\/span>\n                    <span class=\"stat-label\">Completed projects<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"about-visual\">\n            <div class=\"visual-circle\"><\/div>\n            <div class=\"visual-circle\"><\/div>\n            <div class=\"visual-circle\"><\/div>\n            <div class=\"visual-center\">\ud83c\udf1f<\/div>\n            <div class=\"floating-elements\">\n                <div class=\"floating-icon\" style=\"top:15%; left:20%;\">\ud83d\ude80<\/div>\n                <div class=\"floating-icon\" style=\"top:40%; right:10%;\">\ud83d\udca1<\/div>\n                <div class=\"floating-icon\" style=\"bottom:25%; left:15%;\">\u2699\ufe0f<\/div>\n                <div class=\"floating-icon\" style=\"bottom:15%; right:20%;\">\ud83d\udcc8<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<section class=\"approach-section\">\n  <div class=\"container\">\n    <h2 class=\"approach-title\">What sets us apart?<\/h2>\n    <p class=\"approach-subtitle\">A method focused on your objectives for measurable results<\/p>\n\n    <div class=\"approach-steps\">\n      <div class=\"approach-step\">\n        <div class=\"step-icon\">\ud83e\udde0<\/div>\n        <h3>Strategic location<\/h3>\n        <p>We are located in Marrakech, the beating heart of investment and development in Morocco, which enables us to understand local and regional market dynamics.<\/p>\n      <\/div>\n\n      <div class=\"approach-step\">\n        <div class=\"step-icon\">\ud83d\udcd0<\/div>\n        <h3>Diversified expertise<\/h3>\n        <p> We offer a comprehensive range of services including consulting, legal support and training.<\/p>\n      <\/div>\n\n      <div class=\"approach-step\">\n        <div class=\"step-icon\">\ud83d\udee0\ufe0f<\/div>\n        <h3>Clear vision<\/h3>\n        <p>Our aim is to help investors and entrepreneurs realize their ambitions, while ensuring compliance with Moroccan law.<\/p>\n      <\/div>\n\n     \n    <\/div>\n  <\/div>\n<\/section>\n\n\n<section class=\"image-text-section\">\n  <div class=\"container image-text-container\">\n    <div class=\"image-text-image\">\n      <img decoding=\"async\" src=\"https:\/\/i.pinimg.com\/736x\/29\/8a\/4d\/298a4dd7865add740eb6eab743f7e669.jpg\" alt=\"Our team\">\n    <\/div>\n    <div class=\"image-text-content\">\n      <h2>A team dedicated to your success<\/h2>\n      <p>\n        Our experienced team works hand in hand with you to create customized solutions tailored to your objectives. Each project is a new adventure, guided by passion and professionalism.\n      <\/p>\n      <p>\n        We value communication, transparency and innovation to guarantee a long-lasting and fruitful partnership.\n      <\/p>\n      <a href=\"https:\/\/www.proface.askonsult.com\/en\/contact\/\" class=\"cta-button\">Contact<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Qui Nous Sommes Donnez vie \u00e0 vos ambitions gr\u00e2ce \u00e0 un accompagnement strat\u00e9gique et adapt\u00e9 \u00e0 chaque \u00e9tape de votre projet \u00c0 propos de Nous Proface est un cabinet de&hellip;&nbsp;<a href=\"https:\/\/www.proface.askonsult.com\/en\/about\/\" 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-1762","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\/about\/\" \/>\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=\"Qui Nous Sommes Donnez vie \u00e0 vos ambitions gr\u00e2ce \u00e0 un accompagnement strat\u00e9gique et adapt\u00e9 \u00e0 chaque \u00e9tape de votre projet \u00c0 propos de Nous Proface est un cabinet de&hellip;&nbsp;Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.proface.askonsult.com\/en\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"INVEST\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-27T12:04:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.pinimg.com\/736x\/29\/8a\/4d\/298a4dd7865add740eb6eab743f7e669.jpg\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/about\\\/\",\"url\":\"https:\\\/\\\/www.proface.askonsult.com\\\/about\\\/\",\"name\":\"- INVEST\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/about\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/about\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i.pinimg.com\\\/736x\\\/29\\\/8a\\\/4d\\\/298a4dd7865add740eb6eab743f7e669.jpg\",\"datePublished\":\"2025-07-07T13:39:12+00:00\",\"dateModified\":\"2025-07-27T12:04:08+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.proface.askonsult.com\\\/about\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.proface.askonsult.com\\\/about\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i.pinimg.com\\\/736x\\\/29\\\/8a\\\/4d\\\/298a4dd7865add740eb6eab743f7e669.jpg\",\"contentUrl\":\"https:\\\/\\\/i.pinimg.com\\\/736x\\\/29\\\/8a\\\/4d\\\/298a4dd7865add740eb6eab743f7e669.jpg\"},{\"@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\/about\/","og_locale":"en_US","og_type":"article","og_title":"- INVEST","og_description":"Qui Nous Sommes Donnez vie \u00e0 vos ambitions gr\u00e2ce \u00e0 un accompagnement strat\u00e9gique et adapt\u00e9 \u00e0 chaque \u00e9tape de votre projet \u00c0 propos de Nous Proface est un cabinet de&hellip;&nbsp;Read More &raquo;","og_url":"https:\/\/www.proface.askonsult.com\/en\/about\/","og_site_name":"INVEST","article_modified_time":"2025-07-27T12:04:08+00:00","og_image":[{"url":"https:\/\/i.pinimg.com\/736x\/29\/8a\/4d\/298a4dd7865add740eb6eab743f7e669.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.proface.askonsult.com\/about\/","url":"https:\/\/www.proface.askonsult.com\/about\/","name":"- INVEST","isPartOf":{"@id":"https:\/\/www.proface.askonsult.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.proface.askonsult.com\/about\/#primaryimage"},"image":{"@id":"https:\/\/www.proface.askonsult.com\/about\/#primaryimage"},"thumbnailUrl":"https:\/\/i.pinimg.com\/736x\/29\/8a\/4d\/298a4dd7865add740eb6eab743f7e669.jpg","datePublished":"2025-07-07T13:39:12+00:00","dateModified":"2025-07-27T12:04:08+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.proface.askonsult.com\/about\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.proface.askonsult.com\/about\/#primaryimage","url":"https:\/\/i.pinimg.com\/736x\/29\/8a\/4d\/298a4dd7865add740eb6eab743f7e669.jpg","contentUrl":"https:\/\/i.pinimg.com\/736x\/29\/8a\/4d\/298a4dd7865add740eb6eab743f7e669.jpg"},{"@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":"Qui Nous Sommes Donnez vie \u00e0 vos ambitions gr\u00e2ce \u00e0 un accompagnement strat\u00e9gique et adapt\u00e9 \u00e0 chaque \u00e9tape de votre projet \u00c0 propos de Nous Proface est un cabinet de&hellip;&nbsp;Read More &raquo;","_links":{"self":[{"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/pages\/1762","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=1762"}],"version-history":[{"count":152,"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/pages\/1762\/revisions"}],"predecessor-version":[{"id":3748,"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/pages\/1762\/revisions\/3748"}],"wp:attachment":[{"href":"https:\/\/www.proface.askonsult.com\/en\/wp-json\/wp\/v2\/media?parent=1762"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}