{"id":117,"date":"2025-09-02T14:20:07","date_gmt":"2025-09-02T14:20:07","guid":{"rendered":"https:\/\/letraitcreatif.com\/?page_id=117"},"modified":"2026-01-15T10:27:32","modified_gmt":"2026-01-15T10:27:32","slug":"contact","status":"publish","type":"page","link":"https:\/\/letraitcreatif.com\/?page_id=117","title":{"rendered":"Contact"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"117\" class=\"elementor elementor-117\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f781e8a e-con-full e-flex e-con e-parent\" data-id=\"f781e8a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:2114,&quot;url&quot;:&quot;https:\\\/\\\/letraitcreatif.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Fond-Contact-scaled.webp&quot;}],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5887874 elementor-widget elementor-widget-spacer\" data-id=\"5887874\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e589429 elementor-widget elementor-widget-heading\" data-id=\"e589429\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Une question, un projet, une connexion<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abd250c elementor-widget elementor-widget-text-editor\" data-id=\"abd250c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-path-to-node=\"4\">Votre ambition m\u00e9rite une approche sur-mesure, m\u00eame pour une simple prise de contact. Que vous souhaitiez nous soumettre un brief, obtenir un \u00e9clairage strat\u00e9gique ou explorer une future collaboration, nous sommes \u00e0 votre \u00e9coute pour <b data-path-to-node=\"4\" data-index-in-node=\"234\">donner corps \u00e0 vos id\u00e9es<\/b>.<\/p><p data-path-to-node=\"5\">Remplissez le formulaire ci-dessous : chaque message est trait\u00e9 avec la m\u00eame rigueur que nos cr\u00e9ations. Nous analysons votre demande pour vous apporter une r\u00e9ponse pertinente, structur\u00e9e et <b data-path-to-node=\"5\" data-index-in-node=\"190\">align\u00e9e sur vos enjeux de performance<\/b>. Engageons la discussion.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-af36978 e-con-full e-flex e-con e-parent\" data-id=\"af36978\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd8e028 elementor-widget elementor-widget-html\" data-id=\"fd8e028\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .scroll-guide {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        margin: 60px 0;\n        \/* Arimo est une police Google Fonts standard *\/\n        font-family: 'Arimo', sans-serif;\n    }\n\n    .scroll-text {\n        font-size: 24px; \/* Taille demand\u00e9e *\/\n        text-transform: none; \/* Plus chaleureux en minuscule\/majuscule standard *\/\n        letter-spacing: -0.5px;\n        color: #1b1254;\n        font-weight: 400;\n        margin-bottom: 20px;\n        opacity: 0.9;\n    }\n\n    .line-flow {\n        width: 1px;\n        height: 80px; \/* Un peu plus long pour \u00e9quilibrer la taille du texte *\/\n        background: rgba(27, 18, 84, 0.1);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .line-flow::after {\n        content: \"\";\n        position: absolute;\n        top: -80px;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: #1b1254;\n        animation: flow 2.5s infinite cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    @keyframes flow {\n        0% { top: -80px; }\n        50% { top: 0; }\n        100% { top: 80px; }\n    }\n<\/style>\n\n<div class=\"scroll-guide\">\n    <span class=\"scroll-text\">Pr\u00e9cisez votre intention<\/span>\n    <div class=\"line-flow\"><\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4589b5b e-con-full e-flex e-con e-parent\" data-id=\"4589b5b\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-707c55d elementor-widget elementor-widget-html\" data-id=\"707c55d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    .contact-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 25px;\n        margin-bottom: 50px;\n    }\n\n    .contact-card {\n        padding: 30px;\n        background: #ffffff;\n        border: 1px solid rgba(27, 18, 84, 0.1); \/* Bordure tr\u00e8s fine *\/\n        position: relative;\n        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);\n        overflow: hidden;\n    }\n\n    \/* Le trait interactif \u00e0 gauche qui s'anime au survol *\/\n    .contact-card::before {\n        content: \"\";\n        position: absolute;\n        left: 0;\n        top: 0;\n        bottom: 0;\n        width: 3px;\n        background-color: #1b1254;\n        transform: scaleY(0.3); \/* Petit par d\u00e9faut *\/\n        transition: transform 0.4s ease;\n        transform-origin: center;\n    }\n\n    \/* Effet interactif digital au survol *\/\n    .contact-card:hover {\n        border-color: #1b1254;\n        box-shadow: 0 10px 30px rgba(27, 18, 84, 0.05);\n    }\n\n    .contact-card:hover::before {\n        transform: scaleY(1); \/* Le trait s'allonge sur toute la hauteur *\/\n    }\n\n    .card-tag {\n        font-family: 'Chilax', sans-serif;\n        font-size: 11px;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        color: #1b1254;\n        font-weight: 700;\n        margin-bottom: 15px;\n        display: block;\n        opacity: 0.6;\n    }\n\n    .card-title {\n        font-family: 'Chilax', sans-serif;\n        font-size: 20px;\n        color: #1b1254;\n        font-weight: 600;\n        margin-bottom: 12px;\n    }\n\n    .card-text {\n        font-family: 'Arimo', sans-serif;\n        font-size: 15px;\n        color: #1b1254; \/* Tout en bleu profond comme demand\u00e9 *\/\n        line-height: 1.6;\n        opacity: 0.8;\n    }\n\n    @media (max-width: 900px) {\n        .contact-grid { grid-template-columns: 1fr; }\n    }\n<\/style>\n\n<div class=\"contact-grid\">\n    <div class=\"contact-card\">\n        <span class=\"card-tag\">\/\/ 01. PROJET<\/span>\n        <div class=\"card-title\">Demande de Devis<\/div>\n        <div class=\"card-text\">Identit\u00e9 visuelle, site web ou \u00e9dition : pour un besoin pr\u00e9cis avec un cahier des charges.<\/div>\n    <\/div>\n    <div class=\"contact-card\">\n        <span class=\"card-tag\">\/\/ 02. CONSEIL<\/span>\n        <div class=\"card-title\">Audit & Strat\u00e9gie<\/div>\n        <div class=\"card-text\">Diagnostic de marque, question de positionnement ou \u00e9clairage sur vos enjeux.<\/div>\n    <\/div>\n    <div class=\"contact-card\">\n        <span class=\"card-tag\">\/\/ 03. R\u00c9SEAU<\/span>\n        <div class=\"card-title\">\u00c9changes & Presse<\/div>\n        <div class=\"card-text\">Partenariats, interviews, articles de blog.<\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ba967d6 e-con-full e-flex e-con e-parent\" data-id=\"ba967d6\" data-element_type=\"container\" data-settings=\"{&quot;shape_divider_bottom&quot;:&quot;waves&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\n\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\n\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-97b9a16 elementor-widget elementor-widget-shortcode\" data-id=\"97b9a16\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><style id=\"wpforms-css-vars-123\">\n\t\t\t\t#wpforms-123 {\n\t\t\t\t\n\t\t\t}\n\t\t\t<\/style><div class=\"wpforms-container wpforms-container-full wpforms-render-modern\" id=\"wpforms-123\"><form id=\"wpforms-form-123\" class=\"wpforms-validate wpforms-form wpforms-ajax-form\" data-formid=\"123\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F117\" data-token=\"46f34391d4a0740706a0fc68386159c1\" data-token-time=\"1776518368\"><noscript class=\"wpforms-error-noscript\">Veuillez activer JavaScript dans votre navigateur pour remplir ce formulaire.<\/noscript><div id=\"wpforms-error-noscript\" style=\"display: none;\">Veuillez activer JavaScript dans votre navigateur pour remplir ce formulaire.<\/div><div class=\"wpforms-field-container\"><div id=\"wpforms-123-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><fieldset><legend class=\"wpforms-field-label\">Nom <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-123-field_1\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][1][first]\" aria-errormessage=\"wpforms-123-field_1-error\" required><label for=\"wpforms-123-field_1\" class=\"wpforms-field-sublabel after\">Pr\u00e9nom<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-123-field_1-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][1][last]\" aria-errormessage=\"wpforms-123-field_1-last-error\" required><label for=\"wpforms-123-field_1-last\" class=\"wpforms-field-sublabel after\">Nom<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-123-field_2-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"2\"><fieldset><legend class=\"wpforms-field-label\">Email <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/legend><div class=\"wpforms-field-row wpforms-field-medium\"><div class=\"wpforms-field-row-block wpforms-one-half wpforms-first\"><input type=\"email\" id=\"wpforms-123-field_2\" class=\"wpforms-field-required wpforms-field-email-primary\" name=\"wpforms[fields][2][primary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-123-field_2-error\" required><label for=\"wpforms-123-field_2\" class=\"wpforms-field-sublabel after\">E-mail<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"email\" id=\"wpforms-123-field_2-secondary\" class=\"wpforms-field-email-secondary wpforms-field-required\" data-rule-confirm=\"#wpforms-123-field_2\" name=\"wpforms[fields][2][secondary]\" spellcheck=\"false\" aria-errormessage=\"wpforms-123-field_2-secondary-error\" required><label for=\"wpforms-123-field_2-secondary\" class=\"wpforms-field-sublabel after\">Confirmez l\u2019e-mail<\/label><\/div><\/div><\/fieldset><\/div><div id=\"wpforms-123-field_3-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"3\"><label class=\"wpforms-field-label\" for=\"wpforms-123-field_3\">Message<\/label><textarea id=\"wpforms-123-field_3\" class=\"wpforms-field-medium\" name=\"wpforms[fields][3]\" aria-errormessage=\"wpforms-123-field_3-error\" ><\/textarea><\/div>\t\t<div id=\"wpforms-123-field_5-container\"\n\t\t\tclass=\"wpforms-field wpforms-field-text\"\n\t\t\tdata-field-type=\"text\"\n\t\t\tdata-field-id=\"5\"\n\t\t\t>\n\t\t\t<label class=\"wpforms-field-label\" for=\"wpforms-123-field_5\" >Message Nom E-mail<\/label>\n\t\t\t<input type=\"text\" id=\"wpforms-123-field_5\" class=\"wpforms-field-medium\" name=\"wpforms[fields][5]\" >\n\t\t<\/div>\n\t\t<div id=\"wpforms-123-field_4-container\" class=\"wpforms-field wpforms-field-email\" data-field-id=\"4\"><label class=\"wpforms-field-label\" for=\"wpforms-123-field_4\">E-mail <span class=\"wpforms-required-label\" aria-hidden=\"true\">*<\/span><\/label><input type=\"email\" id=\"wpforms-123-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" spellcheck=\"false\" aria-errormessage=\"wpforms-123-field_4-error\" required><\/div><script>\n\t\t\t\t( function() {\n\t\t\t\t\tconst style = document.createElement( 'style' );\n\t\t\t\t\tstyle.appendChild( document.createTextNode( '#wpforms-123-field_5-container { position: absolute !important; overflow: hidden !important; display: inline !important; height: 1px !important; width: 1px !important; z-index: -1000 !important; padding: 0 !important; } #wpforms-123-field_5-container input { visibility: hidden; } #wpforms-conversational-form-page #wpforms-123-field_5-container label { counter-increment: none; }' ) );\n\t\t\t\t\tdocument.head.appendChild( style );\n\t\t\t\t\tdocument.currentScript?.remove();\n\t\t\t\t} )();\n\t\t\t<\/script><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"123\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/letraitcreatif.com\/index.php?rest_route=\/wp\/v2\/pages\/117\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-123\" class=\"wpforms-submit\" data-alt-text=\"Envoi en cours...\" data-submit-text=\"Envoyer\" aria-live=\"assertive\" value=\"wpforms-submit\">Envoyer<\/button><img decoding=\"async\" data-src=\"https:\/\/letraitcreatif.com\/wp-content\/plugins\/wpforms-lite\/assets\/images\/submit-spin.svg\" class=\"wpforms-submit-spinner lazyload\" style=\"--smush-placeholder-width: 26px; --smush-placeholder-aspect-ratio: 26\/26;display: none;\" width=\"26\" height=\"26\" alt=\"Chargement en cours\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\"><\/div><\/form><\/div>  <!-- .wpforms-container --><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e7edcab e-con-full e-flex e-con e-parent\" data-id=\"e7edcab\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-98fe3dc elementor-widget elementor-widget-text-editor\" data-id=\"98fe3dc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Nous traitons vos donn\u00e9es avec le plus grand soin. Vous recevrez une r\u00e9ponse personnalis\u00e9e sous 48h ouvr\u00e9es.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-600b5c1 e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-parent\" data-id=\"600b5c1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-da10356 e-con-full e-flex e-con e-child\" data-id=\"da10356\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0ba46d6 e-con-full e-flex e-con e-child\" data-id=\"0ba46d6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2fc3659 elementor-shape-square elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"2fc3659\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-fa7a5b4\" href=\"https:\/\/www.instagram.com\/letraitcreatif\/?igsh=bmxydXplb3puam14#\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-6be1997\" href=\"https:\/\/fr.linkedin.com\/in\/le-trait-cr%C3%A9atif\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-071dc03 elementor-widget elementor-widget-text-editor\" data-id=\"071dc03\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Suivez les coulisses et l&rsquo;actualit\u00e9 de l&rsquo;agence.<\/p><p><strong>@letraitcreatif<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cb41463 e-con-full e-flex e-con e-child\" data-id=\"cb41463\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d2b830e elementor-widget elementor-widget-heading\" data-id=\"d2b830e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Informations utiles<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e84abbc elementor-widget elementor-widget-text-editor\" data-id=\"e84abbc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/letraitcreatif.com\/?page_id=457\">Conditions G\u00e9n\u00e9rales de Vente<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=476\">Mentions L\u00e9gales<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=481\">Politique de Cookies<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=462\">Politique de Confidentialit\u00e9<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f5cf4c1 elementor-widget elementor-widget-image\" data-id=\"f5cf4c1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1001\" height=\"1000\" src=\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png\" class=\"attachment-large size-large wp-image-1587\" alt=\"\" srcset=\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png 1001w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1-300x300.png 300w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1-150x150.png 150w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1-768x767.png 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f90894 e-con-full elementor-hidden-desktop elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"4f90894\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7\n\tc23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4\n\tc21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72ff628 e-con-full e-flex e-con e-child\" data-id=\"72ff628\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc525d8 elementor-widget elementor-widget-image\" data-id=\"fc525d8\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"1024\" data-src=\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2025\/08\/Logo_-1-1024x1024.png\" class=\"attachment-large size-large wp-image-432 lazyload\" alt=\"Le Trait Cr\u00e9atif\" data-srcset=\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2025\/08\/Logo_-1-1024x1024.png 1024w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2025\/08\/Logo_-1-300x300.png 300w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2025\/08\/Logo_-1-150x150.png 150w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2025\/08\/Logo_-1-768x769.png 768w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2025\/08\/Logo_-1.png 1080w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/1024;\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-02ff251 e-con-full e-flex e-con e-child\" data-id=\"02ff251\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d02a5c elementor-shape-circle elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"1d02a5c\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-fa7a5b4\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-6be1997\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a26fed7 elementor-widget elementor-widget-text-editor\" data-id=\"a26fed7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Rejoignez moi sur mes r\u00e9seaux pour suivre mon actualit\u00e9<\/p><p><strong>@letraitcreatif<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9fe5a24 e-con-full e-flex e-con e-child\" data-id=\"9fe5a24\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-767d449 elementor-widget elementor-widget-heading\" data-id=\"767d449\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Informations utiles<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5068db7 elementor-widget elementor-widget-text-editor\" data-id=\"5068db7\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/letraitcreatif.com\/?page_id=457\">Conditions G\u00e9n\u00e9rales de Vente<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=476\">Mentions L\u00e9gales<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=481\">Politique de Cookies<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=462\">Politique des Confidentialit\u00e9<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5861b30 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"5861b30\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;shape_divider_top&quot;:&quot;opacity-tilt&quot;}\">\n\t\t\t\t<div class=\"elementor-shape elementor-shape-top\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 2600 131.1\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M0 0L2600 0 2600 69.1 0 0z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.5\" d=\"M0 0L2600 0 2600 69.1 0 69.1z\"\/>\n\t<path class=\"elementor-shape-fill\" style=\"opacity:0.25\" d=\"M2600 0L0 0 0 130.1 2600 69.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cff38b0 e-con-full e-flex e-con e-child\" data-id=\"cff38b0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f277fac elementor-widget elementor-widget-image\" data-id=\"f277fac\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1001\" height=\"1000\" src=\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png\" class=\"attachment-large size-large wp-image-1587\" alt=\"\" srcset=\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png 1001w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1-300x300.png 300w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1-150x150.png 150w, https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1-768x767.png 768w\" sizes=\"(max-width: 1001px) 100vw, 1001px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1fb8424 e-con-full e-flex e-con e-child\" data-id=\"1fb8424\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2eb2798 elementor-shape-square elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"2eb2798\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-fa7a5b4\" href=\"https:\/\/www.instagram.com\/letraitcreatif?igsh=bmxydXplb3puam14\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Instagram<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<span class=\"elementor-grid-item\" role=\"listitem\">\n\t\t\t\t\t<a class=\"elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-6be1997\" href=\"https:\/\/fr.linkedin.com\/in\/le-trait-cr%C3%A9atif\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-screen-only\">Linkedin<\/span>\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\t\t\t\t\t<\/a>\n\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c784e5e elementor-widget elementor-widget-text-editor\" data-id=\"c784e5e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Suivez les coulisses et l&rsquo;actualit\u00e9 de l&rsquo;agence.<\/p><p><strong>@letraitcreatif<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d18f56 e-con-full e-flex e-con e-child\" data-id=\"5d18f56\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2327af7 elementor-widget elementor-widget-heading\" data-id=\"2327af7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Informations utiles<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-060ebcf elementor-widget elementor-widget-text-editor\" data-id=\"060ebcf\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><a href=\"https:\/\/letraitcreatif.com\/?page_id=457\">Conditions G\u00e9n\u00e9rales de Vente<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=476\">Mentions L\u00e9gales<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=481\">Politique de Cookies\u00a0<\/a><\/p><p><a href=\"https:\/\/letraitcreatif.com\/?page_id=462\">Politique de Confidentialit\u00e9<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Une question, un projet, une connexion Votre ambition m\u00e9rite une approche sur-mesure, m\u00eame pour une simple prise de contact. Que [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-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-opacity":"","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-opacity":"","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-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-117","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contact - Le Trait Cr\u00e9atif<\/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:\/\/letraitcreatif.com\/?page_id=117\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Le Trait Cr\u00e9atif\" \/>\n<meta property=\"og:description\" content=\"Une question, un projet, une connexion Votre ambition m\u00e9rite une approche sur-mesure, m\u00eame pour une simple prise de contact. Que [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/letraitcreatif.com\/?page_id=117\" \/>\n<meta property=\"og:site_name\" content=\"Le Trait Cr\u00e9atif\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-15T10:27:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/letraitcreatif.com\/?page_id=117\",\"url\":\"https:\/\/letraitcreatif.com\/?page_id=117\",\"name\":\"Contact - Le Trait Cr\u00e9atif\",\"isPartOf\":{\"@id\":\"https:\/\/letraitcreatif.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/letraitcreatif.com\/?page_id=117#primaryimage\"},\"image\":{\"@id\":\"https:\/\/letraitcreatif.com\/?page_id=117#primaryimage\"},\"thumbnailUrl\":\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png\",\"datePublished\":\"2025-09-02T14:20:07+00:00\",\"dateModified\":\"2026-01-15T10:27:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/letraitcreatif.com\/?page_id=117#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/letraitcreatif.com\/?page_id=117\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/letraitcreatif.com\/?page_id=117#primaryimage\",\"url\":\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png\",\"contentUrl\":\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png\",\"width\":1001,\"height\":1000},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/letraitcreatif.com\/?page_id=117#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/letraitcreatif.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/letraitcreatif.com\/#website\",\"url\":\"https:\/\/letraitcreatif.com\/\",\"name\":\"Le Trait Cr\u00e9atif\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/letraitcreatif.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/letraitcreatif.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/letraitcreatif.com\/#organization\",\"name\":\"Le Trait Cr\u00e9atif\",\"url\":\"https:\/\/letraitcreatif.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/letraitcreatif.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/cropped-Logo-Principal-sans-baseline-1.png\",\"contentUrl\":\"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/cropped-Logo-Principal-sans-baseline-1.png\",\"width\":998,\"height\":335,\"caption\":\"Le Trait Cr\u00e9atif\"},\"image\":{\"@id\":\"https:\/\/letraitcreatif.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - Le Trait Cr\u00e9atif","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:\/\/letraitcreatif.com\/?page_id=117","og_locale":"fr_FR","og_type":"article","og_title":"Contact - Le Trait Cr\u00e9atif","og_description":"Une question, un projet, une connexion Votre ambition m\u00e9rite une approche sur-mesure, m\u00eame pour une simple prise de contact. Que [&hellip;]","og_url":"https:\/\/letraitcreatif.com\/?page_id=117","og_site_name":"Le Trait Cr\u00e9atif","article_modified_time":"2026-01-15T10:27:32+00:00","og_image":[{"url":"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/letraitcreatif.com\/?page_id=117","url":"https:\/\/letraitcreatif.com\/?page_id=117","name":"Contact - Le Trait Cr\u00e9atif","isPartOf":{"@id":"https:\/\/letraitcreatif.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/letraitcreatif.com\/?page_id=117#primaryimage"},"image":{"@id":"https:\/\/letraitcreatif.com\/?page_id=117#primaryimage"},"thumbnailUrl":"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png","datePublished":"2025-09-02T14:20:07+00:00","dateModified":"2026-01-15T10:27:32+00:00","breadcrumb":{"@id":"https:\/\/letraitcreatif.com\/?page_id=117#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/letraitcreatif.com\/?page_id=117"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/letraitcreatif.com\/?page_id=117#primaryimage","url":"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png","contentUrl":"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/Logo-Principal-sans-baseline-1.png","width":1001,"height":1000},{"@type":"BreadcrumbList","@id":"https:\/\/letraitcreatif.com\/?page_id=117#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/letraitcreatif.com\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/letraitcreatif.com\/#website","url":"https:\/\/letraitcreatif.com\/","name":"Le Trait Cr\u00e9atif","description":"","publisher":{"@id":"https:\/\/letraitcreatif.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/letraitcreatif.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/letraitcreatif.com\/#organization","name":"Le Trait Cr\u00e9atif","url":"https:\/\/letraitcreatif.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/letraitcreatif.com\/#\/schema\/logo\/image\/","url":"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/cropped-Logo-Principal-sans-baseline-1.png","contentUrl":"https:\/\/letraitcreatif.com\/wp-content\/uploads\/2026\/01\/cropped-Logo-Principal-sans-baseline-1.png","width":998,"height":335,"caption":"Le Trait Cr\u00e9atif"},"image":{"@id":"https:\/\/letraitcreatif.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/letraitcreatif.com\/index.php?rest_route=\/wp\/v2\/pages\/117","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/letraitcreatif.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/letraitcreatif.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/letraitcreatif.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/letraitcreatif.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=117"}],"version-history":[{"count":76,"href":"https:\/\/letraitcreatif.com\/index.php?rest_route=\/wp\/v2\/pages\/117\/revisions"}],"predecessor-version":[{"id":2128,"href":"https:\/\/letraitcreatif.com\/index.php?rest_route=\/wp\/v2\/pages\/117\/revisions\/2128"}],"wp:attachment":[{"href":"https:\/\/letraitcreatif.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=117"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}