{"id":976,"date":"2026-08-31T18:23:25","date_gmt":"2026-08-31T16:23:25","guid":{"rendered":"https:\/\/marketgin.mu\/?page_id=976"},"modified":"2026-08-31T23:51:03","modified_gmt":"2026-08-31T21:51:03","slug":"nouveau","status":"publish","type":"page","link":"https:\/\/marketgin.mu\/","title":{"rendered":"Nouveau"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"976\" class=\"elementor elementor-976\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c2fb188 e-flex e-con-boxed e-con e-parent\" data-id=\"c2fb188\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;content_width&quot;:&quot;boxed&quot;}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c6916aa elementor-widget elementor-widget-html\" data-id=\"c6916aa\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<style>\n\/* \n  MarketGin - Custom WordPress Section\n  Paste this entire code block (including <style> and <div>) into a \"Custom HTML\" block in WordPress.\n*\/\n\n\/* Google Fonts Import - can be removed if your theme already loads Montserrat and Noto Sans *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@700&family=Noto+Sans:wght@400;600;700&display=swap');\n\n.mg-landing-wrapper {\n    --color-accent: #fb2056;\n    --color-accent-dark: #da1c4b;\n    --color-text: #1a1a1a;\n    --white: #ffffff;\n    --font-heading: 'Montserrat', sans-serif;\n    --font-body: 'Noto Sans', sans-serif;\n    --button-radius: 6px;\n\n    font-family: var(--font-body);\n    color: var(--color-text);\n    \n    \/* \n      IMPORTANT: Upload your floral image to the WordPress Media Library.\n      Copy the \"File URL\" and paste it below between the quotes, replacing YOUR_IMAGE_URL_HERE.jpg \n    *\/\n    background-image: url('YOUR_IMAGE_URL_HERE.jpg');\n    background-size: cover;\n    background-position: center;\n    background-attachment: fixed;\n    \n    line-height: 1.6;\n    -webkit-font-smoothing: antialiased;\n    min-height: 100vh; \/* Ensures it takes up the full screen height *\/\n    display: flex;\n    align-items: center; \n    justify-content: center; \n    padding: 60px 20px; \n    box-sizing: border-box;\n}\n\n.mg-landing-wrapper * {\n    box-sizing: border-box;\n    margin-top: 0; \/* Resets WordPress theme margins *\/\n}\n\n.mg-container {\n    max-width: 800px;\n    margin: 0 auto;\n    width: 100%;\n}\n\n.mg-services-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n\n.mg-service-card {\n    background-color: var(--white);\n    border-radius: 8px;\n    padding: 36px 28px;\n    display: flex;\n    flex-direction: column;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.45);\n}\n\n\/* Subtle top accent line *\/\n.mg-service-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 4px;\n    background-color: var(--color-accent);\n}\n\n.mg-service-icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 8px;\n    background-color: #fff0f3;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    margin-bottom: 24px;\n}\n\n.mg-service-icon svg {\n    width: 24px;\n    height: 24px;\n    stroke: var(--color-accent);\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n}\n\n.mg-service-card h3 {\n    font-family: var(--font-heading);\n    font-weight: 700;\n    text-transform: uppercase;\n    font-size: 1.1rem;\n    color: var(--color-text);\n    margin-bottom: 6px;\n    letter-spacing: -0.01em;\n    line-height: 1.2;\n}\n\n.mg-service-card h4 {\n    font-family: var(--font-heading);\n    font-weight: 700;\n    text-transform: none;\n    font-size: 0.85rem;\n    color: #777;\n    margin-bottom: 16px;\n    line-height: 1.2;\n}\n\n.mg-service-card p {\n    color: #555;\n    margin-bottom: 24px;\n    font-size: 0.85rem;\n    line-height: 1.6;\n}\n\n.mg-checklist {\n    list-style: none;\n    margin-bottom: 32px;\n    padding-left: 0;\n    flex-grow: 1;\n}\n\n.mg-checklist li {\n    position: relative;\n    margin-bottom: 12px;\n    padding-left: 26px;\n    font-size: 0.8rem;\n    color: #333;\n    font-weight: 600;\n    line-height: 1.4;\n}\n\n.mg-checklist li:last-child {\n    margin-bottom: 0;\n}\n\n\/* Base64 SVG Checkmarks *\/\n.mg-checklist li::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    top: 2px;\n    width: 14px;\n    height: 14px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='none' stroke='%23fb2056' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C\/polyline%3E%3C\/svg%3E\");\n    background-size: contain;\n    background-repeat: no-repeat;\n}\n\n.mg-btn-wrapper {\n    margin-top: auto;\n}\n\n.mg-btn {\n    display: block;\n    background-color: var(--color-accent);\n    color: var(--white) !important;\n    text-transform: uppercase;\n    text-decoration: none !important;\n    padding: 12px 20px;\n    border-radius: var(--button-radius);\n    font-family: var(--font-body);\n    font-weight: 700;\n    font-size: 0.8rem;\n    letter-spacing: 0.05em;\n    text-align: center;\n    transition: all 0.2s ease;\n    border: none;\n    cursor: pointer;\n    width: 100%;\n    margin-bottom: 12px;\n}\n\n.mg-btn:hover {\n    background-color: var(--color-accent-dark);\n    transform: translateY(-1px);\n}\n\n.mg-btn-subtext {\n    font-size: 0.7rem;\n    color: #777;\n    text-align: center;\n}\n\n.mg-btn-subtext a {\n    color: var(--color-text) !important;\n    font-weight: 700;\n    text-decoration: underline !important;\n    text-decoration-color: #ddd !important;\n    text-underline-offset: 3px;\n    transition: text-decoration-color 0.2s;\n}\n\n.mg-btn-subtext a:hover {\n    text-decoration-color: var(--color-accent) !important;\n}\n\n\/* Mobile Responsiveness *\/\n@media (max-width: 768px) {\n    .mg-services-grid {\n        grid-template-columns: 1fr;\n    }\n    .mg-container {\n        max-width: 440px;\n    }\n}\n<\/style>\n\n<!-- HTML STRUCTURE -->\n<div class=\"mg-landing-wrapper\">\n    <div class=\"mg-container\">\n        <div class=\"mg-services-grid\">\n            \n            <!-- Left Card -->\n            <div class=\"mg-service-card\">\n                <div class=\"mg-service-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n                        <line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"><\/line>\n                        <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"><\/line>\n                        <line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"><\/line>\n                    <\/svg>\n                <\/div>\n                <h3>BUSINESS & MARKETING<\/h3>\n                <h4>Building Brands. Developing Business.<\/h4>\n                <p>Through our brand MarketGin, we help businesses strengthen their positioning, develop their visibility and create new commercial opportunities.<\/p>\n                \n                <ul class=\"mg-checklist\">\n                    <li>Business Development<\/li>\n                    <li>Marketing & Communication<\/li>\n                    <li>Brand Strategy & Positioning<\/li>\n                    <li>Commercial Support<\/li>\n                    <li>Market Development<\/li>\n                    <li>Business Representation<\/li>\n                <\/ul>\n                \n                <div class=\"mg-btn-wrapper\">\n                    <a href=\"https:\/\/www.marketgin.mu\" target=\"_blank\" rel=\"noopener\" class=\"mg-btn\">DISCOVER MARKETGIN<\/a>\n                    <div class=\"mg-btn-subtext\">Visit <a href=\"https:\/\/www.marketgin.mu\" target=\"_blank\" rel=\"noopener\">www.marketgin.mu<\/a><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Right Card -->\n            <div class=\"mg-service-card\">\n                <div class=\"mg-service-icon\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n                        <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n                        <path d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"><\/path>\n                    <\/svg>\n                <\/div>\n                <h3>INDUSTRIAL & AUTOMOTIVE<\/h3>\n                <h4>Supporting MATHIS in the Indian Ocean.<\/h4>\n                <p>My MarketGin Ltd is the Mauritian partner of MATHIS, specialised in spare parts, technical assistance and after-sales service.<\/p>\n                \n                <ul class=\"mg-checklist\">\n                    <li>Import & export of spare parts<\/li>\n                    <li>Distribution & stock management<\/li>\n                    <li>Commercial representation<\/li>\n                    <li>Customer support & supply<\/li>\n                    <li>Technical assistance<\/li>\n                    <li>HAMMAR sidelifters support<\/li>\n                <\/ul>\n                \n                <div class=\"mg-btn-wrapper\">\n                    <a href=\"https:\/\/www.mathis.re\" target=\"_blank\" rel=\"noopener\" class=\"mg-btn\">DISCOVER MATHIS<\/a>\n                    <div class=\"mg-btn-subtext\">Visit <a href=\"https:\/\/www.mathis.re\" target=\"_blank\" rel=\"noopener\">www.mathis.re<\/a><\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>BUSINESS &amp; MARKETING Building Brands. Developing Business. Through our brand MarketGin, we help businesses strengthen their positioning, develop their visibility and create new commercial opportunities. Business Development Marketing &amp; Communication Brand Strategy &amp; Positioning Commercial Support Market Development Business Representation DISCOVER MARKETGIN Visit www.marketgin.mu INDUSTRIAL &amp; AUTOMOTIVE Supporting MATHIS in the Indian Ocean. My MarketGin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-976","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/marketgin.mu\/index.php?rest_route=\/wp\/v2\/pages\/976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marketgin.mu\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/marketgin.mu\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/marketgin.mu\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marketgin.mu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=976"}],"version-history":[{"count":9,"href":"https:\/\/marketgin.mu\/index.php?rest_route=\/wp\/v2\/pages\/976\/revisions"}],"predecessor-version":[{"id":986,"href":"https:\/\/marketgin.mu\/index.php?rest_route=\/wp\/v2\/pages\/976\/revisions\/986"}],"wp:attachment":[{"href":"https:\/\/marketgin.mu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}