{"id":14646,"date":"2025-09-01T17:57:13","date_gmt":"2025-09-01T17:57:13","guid":{"rendered":"https:\/\/senhorcursos.com\/?p=14646"},"modified":"2025-09-01T19:42:22","modified_gmt":"2025-09-01T19:42:22","slug":"rec-curso-marceneiro-2","status":"publish","type":"post","link":"https:\/\/senhorcursos.com\/fr\/rec-curso-marceneiro-2\/","title":{"rendered":"Vous ma\u00eetrisez les bases et souhaitez faire du travail du bois votre m\u00e9tier ?"},"content":{"rendered":"<!--loader--><div class=\"wp-block-lazyblock-loader lazyblock-loader-byLvC\"><script>\n    Math.min(window.screen.width, window.screen.height) < 768 ? document.getElementById(\"page\").classList.add(\"fixed\") : '';\n<\/script>\n<div id=\"loader\" class=\"flex h-screen fixed bg-white inset-0\" style=\"z-index: 99999;\" >\n    <div class=\"m-auto flex flex-col\">\n        <div class=\"flex\">\n            <svg style=\"color: \" class=\"m-auto animate-spin h-28 w-28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\">\n                <circle class=\"opacity-25\" cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"4\"><\/circle>\n                <path class=\"opacity-75\" fill=\"currentColor\" d=\"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z\"><\/path>\n            <\/svg>\n        <\/div>\n                    <div class=\"px-2 my-4 text-center animate-pulse text-xl\">\n                Nous avons trouv\u00e9 les cours parfaits pour vous...            <\/div>\n                    <\/div>\n<\/div>\n<script>\n    function waitFor(conditionFunction) {\n        const poll = resolve => {\n            if(conditionFunction()) resolve();\n            else setTimeout(_ => poll(resolve), 400);\n        };\n        return new Promise(poll);\n    }\n\n    window.loaderHandler = setTimeout(() => {\n        waitFor(_ => ((document.querySelector('[data-google-query-id]') !== null) || (typeof avCustomConfig === 'object' && avCustomConfig.skipAds === true)))\n            .then(_ => {\n                if ((window.location.pathname.includes('\/iow')) && ((document.referrer ?? '').includes('senhorcursos.com'.replace('cb.', ''))) && (!document.cookie.includes('avOfferWallRewarded'))) return;\n\n                if (document.getElementById('loader')) {\n                    document.getElementById('loader').addEventListener('animationend', () => {\n                        document.getElementById(\"page\").classList.remove(\"fixed\");\n                        document.getElementById(\"loader\").remove();\n                    });\n                    document.getElementById('loader').classList.add('animate-fade-out-quickly');\n                }\n            });\n    }, 2500);\n\n    window.loaderHandler = setTimeout(() => {\n        waitFor(_ => ((typeof av === 'object' && av.requested === true) || (typeof av === 'object' && av.showLimitedAds() === true && window.googletag && googletag.pubadsReady)))\n            .then(_ => {\n                if ((window.location.pathname.includes('\/iow')) && ((document.referrer ?? '').includes('senhorcursos.com'.replace('cb.', ''))) && (!document.cookie.includes('avOfferWallRewarded'))) return;\n                \n                if (document.getElementById('loader')) {\n                    document.getElementById('loader').addEventListener('animationend', () => {\n                        document.getElementById(\"page\").classList.remove(\"fixed\");\n                        document.getElementById(\"loader\").remove();\n                    });\n                    document.getElementById('loader').classList.add('animate-fade-out-quickly');\n                }\n            });\n    }, 3500);\n\n    window.loaderHandler = setTimeout(() => {\n        waitFor(_ => (typeof av === 'object' && av.timeline?.includes('rewarded->visible')))\n            .then(_ => {                        \n                if (document.getElementById('loader')) {\n                    document.getElementById('loader').addEventListener('animationend', () => {\n                        document.getElementById(\"page\").classList.remove(\"fixed\");\n                        document.getElementById(\"loader\").remove();\n                    });\n                    document.getElementById('loader').classList.add('animate-fade-out-quickly');\n                }\n            });\n    }, 5000);\n\n    setTimeout(() => {\n        if (document.getElementById('loader')) {\n            document.getElementById('loader').addEventListener('animationend', () => {\n                document.getElementById(\"page\").classList.remove(\"fixed\");\n                document.getElementById(\"loader\").remove();\n            });\n            document.getElementById('loader').classList.add('animate-fade-out-quickly');\n        }\n    }, ((window.location.pathname.includes('\/iow')) && ((document.referrer ?? '').includes('senhorcursos.com'.replace('cb.', ''))) && (!document.cookie.includes('avOfferWallRewarded'))) ? 20000 : 10000);\n<\/script>\n<\/div><!--loader--><div class=\"wp-block-lazyblock-namespace-feed lazyblock-namespace-feed-Zrvbsg\">\n<script>\n  document.addEventListener(\"click\", function(event) {\n      if (window.namespace6a15458e8f8cd262736518?.viewed !== true) return;\n      if (window.namespace6a15458e8f8cd262736518?.clicked === true) return;\n\n      let id = event.target.getAttribute('data-namespace6a15458e8f8cd262736518-id') ?? event.target.parentElement.getAttribute('data-namespace6a15458e8f8cd262736518-id') ?? event.target.parentElement.parentElement.getAttribute('data-namespace6a15458e8f8cd262736518-id');\n      if (id !== null) {\n          window.namespace6a15458e8f8cd262736518.clicked = true;\n\n          fetch(`https:\/\/str.atpnd.com\/click\/${id}`, {\n              method: 'GET',\n              headers: {'accept': 'application\/json'}\n          });\n      }\n  }, true);\n\n  (function () {\n    window.namespace6a15458e8f8cd262736518 = window.namespace6a15458e8f8cd262736518 || {};\n\n    window.namespace6a15458e8f8cd262736518.isElementInViewport = function (elem) {\n        if (!elem) return false;\n\n        var rect = elem.getBoundingClientRect();\n        \n        \/\/ Check if the top is greater than or equal to 0\n        if (rect.top < 0) return false;\n        \n        \/\/ Check if the left is greater than or equal to 0\n        if (rect.left < 0) return false;\n        \n        \/\/ Check if the bottom is less than or equal to the viewport height\n        if (rect.bottom > (window.innerHeight || document.documentElement.clientHeight)) return false;\n        \n        \/\/ Check if the right is less than or equal to the viewport width\n        if (rect.right > (window.innerWidth || document.documentElement.clientWidth)) return false;\n        \n        \/\/ If all checks pass, return true\n        return true;\n    };\n\n    window.namespace6a15458e8f8cd262736518.observeVisibility = function (elem, callback) {\n      if (!elem || typeof callback !== 'function') return;\n\n      var observer = new IntersectionObserver(function (entries) {\n        entries.forEach(function (entry) {\n          if (entry.isIntersecting) {\n            var rect = elem.getBoundingClientRect();\n            var centerX = rect.left + rect.width \/ 2;\n            var centerY = rect.top + rect.height \/ 2;\n\n            var elementsAtPoint = document.elementsFromPoint(centerX, centerY);\n            var isActuallyVisible = elementsAtPoint.includes(elem);\n\n            callback(isActuallyVisible, entry);\n\n            observer.disconnect();\n          } else {\n            callback(false, entry);\n          }\n        });\n      }, {\n        root: null,\n        threshold: 0.75\n      });\n\n      observer.observe(elem);\n      return observer;\n    };\n  })();\n<\/script>\n\n<script>\n  function waitFor(conditionFunction) {\n    const poll = resolve => {\n      if(conditionFunction()) resolve();\n      else setTimeout(_ => poll(resolve), 400);\n    };\n    return new Promise(poll);\n  }\n\n  waitFor(_ => (sessionStorage.getItem('wildcardCountry') !== null))\n    .then(_ => {\n      window.namespace6a15458e8f8cd262736518 = window.namespace6a15458e8f8cd262736518 ?? {};\n      window.namespace6a15458e8f8cd262736518.endpoint = 'cs'.split(\":\")[0];\n      window.namespace6a15458e8f8cd262736518.placement = 'feed';\n      window.namespace6a15458e8f8cd262736518.keyword = 'curso+carpinteria+avanzado+';\n      window.namespace6a15458e8f8cd262736518.location = sessionStorage.getItem('wildcardCity');\n      window.namespace6a15458e8f8cd262736518.country = 'US';\n      window.namespace6a15458e8f8cd262736518.locale = 'es_US';\n      window.namespace6a15458e8f8cd262736518.length = window.namespace6a15458e8f8cd262736518.endpoint !== 'gm' ? 10 : 100;\n      window.namespace6a15458e8f8cd262736518.entries = [];\n\n      window.namespace6a15458e8f8cd262736518.urlParams = new URLSearchParams(window.location.search);\n      if (window.namespace6a15458e8f8cd262736518.urlParams.has('keyword')) {\n        window.namespace6a15458e8f8cd262736518.keyword = window.namespace6a15458e8f8cd262736518.urlParams.get('keyword');\n      }\n\n      if (window.namespace6a15458e8f8cd262736518.country === '') {\n        window.namespace6a15458e8f8cd262736518.country = sessionStorage.getItem('wildcardCountry');\n      }\n\n      if (window.namespace6a15458e8f8cd262736518.locale === '') {\n        window.namespace6a15458e8f8cd262736518.locale = 'fr_FR';\n      }\n\n      window.namespace6a15458e8f8cd262736518.url = `https:\/\/gns.atpnd.com\/${window.namespace6a15458e8f8cd262736518.endpoint}?placement=${window.namespace6a15458e8f8cd262736518.placement}&keyword=${window.namespace6a15458e8f8cd262736518.keyword}&location=${window.namespace6a15458e8f8cd262736518.location}&country=${window.namespace6a15458e8f8cd262736518.country}&locale=${window.namespace6a15458e8f8cd262736518.locale}`;\n      if (!['jb', 'ox', 'tr'].includes(window.namespace6a15458e8f8cd262736518.endpoint)) {\n        window.namespace6a15458e8f8cd262736518.url = `https:\/\/gns.atpnd.com\/${window.namespace6a15458e8f8cd262736518.endpoint}?placement=${window.namespace6a15458e8f8cd262736518.placement}&keyword=${window.namespace6a15458e8f8cd262736518.keyword}&country=${window.namespace6a15458e8f8cd262736518.country}&locale=${window.namespace6a15458e8f8cd262736518.locale}`;\n      }\n      if ('cs'.includes(\":\")) {\n        window.namespace6a15458e8f8cd262736518.url += '&endpoint=';\n      }\n\n            \n      fetch(window.namespace6a15458e8f8cd262736518.url, {\n        mode: 'cors',\n        method: 'GET',\n        headers: {'accept': 'application\/json'}\n      }).then(response => response.json()).then(data => {\n        window.namespace6a15458e8f8cd262736518.entries = data.entries;\n\n        \n        document.querySelectorAll('[data-namespace6a15458e8f8cd262736518-card]').forEach((card, index) => {\n          const entry = window.namespace6a15458e8f8cd262736518.entries[index];\n          if (entry && index < window.namespace6a15458e8f8cd262736518.length) {\n            if (entry.id) card.setAttribute('data-namespace6a15458e8f8cd262736518-card', entry.id);\n            if (entry.id) card.querySelector('[data-namespace6a15458e8f8cd262736518-url]').setAttribute('data-namespace6a15458e8f8cd262736518-id', entry.id);\n\n            card.querySelector('[data-namespace6a15458e8f8cd262736518-image]').src = entry.image;\n            card.querySelector('[data-namespace6a15458e8f8cd262736518-title]').textContent = entry.title;\n            card.querySelector('[data-namespace6a15458e8f8cd262736518-city]').textContent = entry.city;\n            card.querySelector('[data-namespace6a15458e8f8cd262736518-prompt]').textContent = entry.prompt;\n            card.querySelector('[data-namespace6a15458e8f8cd262736518-url]').href = entry.url;\n\n            if (entry.city === '' || entry.city === undefined || entry.city === null || entry.city === 'null') {\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-city]').textContent = '';\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-location] svg').style.fill = 'transparent';\n            }\n\n            card.querySelector('[data-namespace6a15458e8f8cd262736518-location]').remove();\n            if (!['jb'].includes(window.namespace6a15458e8f8cd262736518.endpoint)) {\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-title]').style.fontSize = '22px';\n              card.style.minHeight = '360px';\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-header]').style.minHeight = '80px';\n            }\n\n            if (['gm', 'ps'].includes(window.namespace6a15458e8f8cd262736518.endpoint)) {\n              card.style.minHeight = '0px';\n            }\n\n            if (['ps'].includes(window.namespace6a15458e8f8cd262736518.endpoint)) {\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-url]').href = `\/search\/?q=${encodeURIComponent(entry.prompt)}`;\n\n              window.namespace6a15458e8f8cd262736518.host = 'senhorcursos.com';\n              document.querySelector('[data-namespace6a15458e8f8cd262736518-powered]').href = `https:\/\/lp.${window.namespace6a15458e8f8cd262736518.host}\/se\/search\/?endpoint=${\"\"}`;\n            }\n\n            if (['cp'].includes(window.namespace6a15458e8f8cd262736518.endpoint)) {\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-image]').remove();\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-title]').style.marginRight = '0px';\n              card.style.border = '4px dashed ' + (index === 0 ? '#28a745' : '');\n            }\n            \n            if (['pd', 'ox', 'sh', 'tr'].includes(window.namespace6a15458e8f8cd262736518.endpoint)) {\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-title]').style.fontSize = '18px';\n\n              let rating = entry.rating;\n              let starContainer = card.querySelector('[data-namespace6a15458e8f8cd262736518-reviews] div');\n              let ratingText = card.querySelector('[data-namespace6a15458e8f8cd262736518-reviews] span');\n\n              let fullStar = '\u2605';\n              let halfStar = '\u2605';\n              let emptyStar = '\u2606';\n\n              let stars = '';\n              let fullStars = Math.floor(rating);\n              let hasHalfStar = rating % 1 >= 0.45 && rating % 1 < 0.99;\n              let totalStars = hasHalfStar ? fullStars + 1 : fullStars;\n              let emptyStars = 5 - totalStars;\n\n              stars += fullStar.repeat(fullStars);\n              if (hasHalfStar) stars += halfStar;\n              stars += emptyStar.repeat(emptyStars);\n\n              if (starContainer) starContainer.textContent = stars;\n              if (ratingText) ratingText.textContent = rating;\n\n              if (entry.rating === '' || entry.rating === undefined || entry.rating === null || entry.rating === 'null') {\n                card.querySelector('[data-namespace6a15458e8f8cd262736518-reviews]').remove();\n              }\n            }\n            \n            card.querySelector('[data-namespace6a15458e8f8cd262736518-curprice]').textContent = entry.price;\n            card.querySelector('[data-namespace6a15458e8f8cd262736518-oldprice]').textContent = entry.old_price;\n            if (!['pd', 'ox', 'sh', 'tr'].includes(window.namespace6a15458e8f8cd262736518.endpoint)) {\n              card.querySelector('[data-namespace6a15458e8f8cd262736518-price]').remove();\n            }\n\n            document.querySelector('[data-namespace6a15458e8f8cd262736518-feed]').style.display = 'flex';\n\n            waitFor(_ => (typeof av === 'object' && av.timeline.includes('rewarded->closed') && document.getElementById('av-offerwall__wrapper') === null))\n              .then(_ => {\n                waitFor(_ => (window.namespace6a15458e8f8cd262736518.isElementInViewport(document.querySelector(`[data-namespace6a15458e8f8cd262736518-card=\"${card.getAttribute('data-namespace6a15458e8f8cd262736518-card')}\"]`).querySelector('button'))))\n                  .then(_ => {\n                    window.namespace6a15458e8f8cd262736518.observeVisibility(card, function(isVisible, entry) {\n                      if (!card.getAttribute('data-namespace6a15458e8f8cd262736518-card')) return;\n\n                      if (isVisible) {\n                        fetch(`https:\/\/str.atpnd.com\/view\/${card.getAttribute('data-namespace6a15458e8f8cd262736518-card')}`, {\n                          method: 'GET',\n                          headers: {'accept': 'application\/json'}\n                        }).then(response => {\n                          if (response.ok) {\n                            window.namespace6a15458e8f8cd262736518.viewed = true;\n                          }\n\n                          if (!response.ok) {\n                            console.error('Error logging view:', response.statusText);\n                          }\n                        }).catch(error => {\n                          console.error('Error logging view:', error);\n                        });\n\n                      }\n                    });\n                  });\n              });\n\n          } else {\n            card.remove();\n          }\n        });\n\n      }).catch(error => {\n        console.error('Error fetching data:', error);\n      });\n    });\n<\/script>\n\n\n\n  <div data-namespace6a15458e8f8cd262736518-feed style=\"display: none; flex-wrap: wrap; gap: 30px; justify-content: center; margin-top: 80px; margin-bottom: 80px;\">\n\n    \n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; border: 1px solid #28a745\">\n                  <div style=\"position: absolute; top: -35px; right: 15px; color: #28a745; padding: 5px 10px; border-radius: 6px; font-size: 14px; font-weight: bold; display: flex; align-items: center; z-index: 10;\">\n            D\u00e9couvrez les cours de menuiserie disponibles !          <\/div>\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n          <div data-namespace6a15458e8f8cd262736518-card style=\"background: #ffffff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 340px; padding: 25px; transition: transform 0.3s ease-in-out; overflow: visible; display: flex; flex-direction: column; position: relative; min-height: 440px; \">\n        \n                          <!-- Company Logo -->\n          <img data-namespace6a15458e8f8cd262736518-image src=\"\" alt=\"\" onerror=\"this.src='https:\/\/cdn.adtechpanda.com\/a7c022a9-9b24-4466-847b-d8e479efa5be\/';\" style=\"position: absolute; top: 25px; right: 25px; width: 40px; height: 40px; padding: 2px; object-fit: cover; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 0.5px solid lightgray;\">\n          <div data-namespace6a15458e8f8cd262736518-header style=\"min-height: 140px;\">\n            <!-- Job Title -->\n            <h3 data-namespace6a15458e8f8cd262736518-title style=\"color: #333; font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: left; margin-right: 50px;\"><\/h3>\n            <!-- Location -->\n            <p data-namespace6a15458e8f8cd262736518-location style=\"font-size: 16px; color: #999; margin-bottom: 20px; text-align: left; display: flex; align-items: center;\">\n              <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" height=\"20\" width=\"20\" viewbox=\"0 0 24 24\" style=\"fill: #1e293b; margin-right: 4px;\">\n                <path d=\"M12 2C8.13 2 5 5.13 5 9c0 3.19 3.05 7.09 6.62 10.24L12 21l.38-.76C15.95 16.09 19 12.19 19 9c0-3.87-3.13-7-7-7zm0 10c-1.66 0-3-1.34-3-3s1.34-3 3-3 3 1.34 3 3-1.34 3-3 3z\"\/>\n              <\/svg>\n              <span data-namespace6a15458e8f8cd262736518-city><\/span>\n            <\/p>\n          <\/div>\n                \n        <!-- Job Description -->\n        <p data-namespace6a15458e8f8cd262736518-prompt style=\"font-size: 16px; color: #666; margin-bottom: 20px; line-height: 1.5; flex-grow: 1; text-align: left;\"><\/p>\n        <!-- Align to the right -->\n        <div data-namespace6a15458e8f8cd262736518-price style=\"display: flex; justify-content: flex-end; align-items: baseline; margin-bottom: 10px;\">\n          <span data-namespace6a15458e8f8cd262736518-oldprice style=\"text-decoration: line-through; color: #999; margin-right: 10px;\">$100<\/span>\n          <span data-namespace6a15458e8f8cd262736518-curprice style=\"font-size: 30px; font-weight: bold; color: #333;\">$80<\/span>\n        <\/div>\n\n        <!-- Apply Button -->\n        <a data-namespace6a15458e8f8cd262736518-url href=\"\" style=\"display: inline-block; background: ; color: white; text-decoration: none; border-radius: 6px; font-size: 16px; font-weight: bold; text-align: center; transition: transform 0.3s ease, background 0.3s ease; margin-top: auto;\">\n          <button style=\"width: 100%; padding: 15px 30px;\">  \n            Conna\u00eetre le cours          <\/button>\n        <\/a>\n              <\/div>\n      <\/div>\n\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-quer-desenvolver-mais-seu-trabalho-com-madeira-mas-nao-sabe-por-onde-comecar\">Vous souhaitez perfectionner vos comp\u00e9tences en travail du bois, mais vous ne savez pas par o\u00f9 commencer ?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Si vous avez d\u00e9j\u00e0 une certaine exp\u00e9rience du travail du bois, que vous ma\u00eetrisez les outils \u00e0 main et que vous avez m\u00eame fabriqu\u00e9 vos premiers meubles simples, il est temps de passer \u00e0 l&#039;\u00e9tape suivante. <strong>cours de menuiserie en ligne<\/strong> Con\u00e7u pour les niveaux interm\u00e9diaires et avanc\u00e9s, ce cours s&#039;adresse \u00e0 ceux qui souhaitent perfectionner leurs comp\u00e9tences, r\u00e9aliser des projets de haute qualit\u00e9 et m\u00eame faire du travail du bois une source de revenus stable.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Gr\u00e2ce \u00e0 un contenu actualis\u00e9, un acc\u00e8s imm\u00e9diat et des modules pratiques, ces cours couvrent tous les aspects, des techniques de finition professionnelles aux strat\u00e9gies de gestion d&#039;entreprise. Ils constituent le choix id\u00e9al pour ceux qui souhaitent faire du travail du bois leur m\u00e9tier.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3>Avantages d&#039;un cours de menuiserie de niveau interm\u00e9diaire et avanc\u00e9<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li><strong>Techniques modernes pour la conception de meubles sur mesure.<\/strong>Apprenez \u00e0 concevoir et \u00e0 assembler des pi\u00e8ces sur mesure selon des normes professionnelles.<\/li><li><strong>Finition et design distinctifs<\/strong>Ma\u00eetrise des techniques de peinture, de vernissage et de finition qui mettent en valeur le produit final.<\/li><li><strong>Gestion du temps et rentabilit\u00e9<\/strong>D\u00e9couvrez comment optimiser votre travail et transformer votre temps libre en revenus suppl\u00e9mentaires.<\/li><li><strong>Entrepreneuriat dans le travail du bois<\/strong>Modules sur la tarification, le marketing et la gestion de la relation client.<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<figure class=\"wp-block-pullquote has-text-align-center has-background has-large-font-size\" style=\"background-color:#8dd2fcb5;border-radius:0px;border-style:dotted;font-style:normal;font-weight:100\"><blockquote><p><strong>J&#039;ai transform\u00e9 ma passion en entreprise.<\/strong><\/p><cite>Julio, 29 ans.<\/cite><\/blockquote><\/figure>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-style-default\" style=\"grid-template-columns:35% auto\"><figure class=\"wp-block-media-text__media\"><img width=\"683\" height=\"1024\" src=\"https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro-683x1024.jpg\" alt=\"\" class=\"wp-image-14639 size-large\" srcset=\"https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro-683x1024.jpg 683w, https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro-200x300.jpg 200w, https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro-768x1152.jpg 768w, https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro-8x12.jpg 8w, https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro.jpg 1024w\" sizes=\"(max-width: 683px) 100vw, 683px\" \/><\/figure><div class=\"wp-block-media-text__content\"><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>J&#039;ai toujours aim\u00e9 travailler le bois, mais jusqu&#039;\u00e0 r\u00e9cemment, je ne fabriquais que des meubles basiques pour la famille. <\/p>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>C&#039;est alors que j&#039;ai d\u00e9cid\u00e9 d&#039;en acheter un. <strong>cours interm\u00e9diaire de menuiserie en ligne<\/strong>.<\/p>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En peu de temps, j&#039;ai appris \u00e0 travailler sur des projets plus complexes, tels que des meubles sur mesure et des finitions professionnelles. <\/p>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Avec la pratique, j&#039;ai commenc\u00e9 \u00e0 vendre mes cr\u00e9ations sur Instagram et, en quelques mois, ce revenu suppl\u00e9mentaire est devenu une part importante de mon budget.<\/p>\n<\/div>\n\n<div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Aujourd&#039;hui, je vois plus grand : gr\u00e2ce aux connaissances que j&#039;ai acquises, j&#039;ai commenc\u00e9 \u00e0 planifier mon propre atelier. <\/p>\n<\/div><\/div><\/div>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-por-que-investir-em-desenvolver-suas-habilidades-com-cursos-de-marcenaria\">Pourquoi investir dans le d\u00e9veloppement de vos comp\u00e9tences gr\u00e2ce \u00e0 des cours de travail du bois ?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Le secteur de la menuiserie est un march\u00e9 en constante croissance. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>L&#039;industrie br\u00e9silienne du meuble g\u00e9n\u00e8re des milliards de dollars par an, et la demande est forte tant pour les projets r\u00e9sidentiels que commerciaux. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ceux qui ma\u00eetrisent les techniques avanc\u00e9es sont capables de se d\u00e9marquer, en proposant des meubles haut de gamme sur mesure et des solutions personnalis\u00e9es.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pour ceux qui n&#039;en recherchent qu&#039;un seul <strong>revenu suppl\u00e9mentaire<\/strong>le <strong>cours de menuiserie en ligne<\/strong> Elle propose des projets rapides \u00e0 r\u00e9aliser, faciles \u00e0 produire et tr\u00e8s recherch\u00e9s, tels que des \u00e9tag\u00e8res, des tables compactes et des meubles artisanaux. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il est possible de d\u00e9marrer modestement, avec peu d&#039;outils, et de conqu\u00e9rir ses premiers clients parmi ses amis et voisins.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pour ceux qui r\u00eavent d&#039;avoir le <strong>propre entreprise<\/strong>Ce cours comprend des modules sur l&#039;entrepreneuriat et la gestion. Vous apprendrez \u00e0 calculer les co\u00fbts, \u00e0 fixer des prix justes, \u00e0 g\u00e9rer les stocks et m\u00eame \u00e0 \u00e9laborer des strat\u00e9gies de marketing num\u00e9rique pour promouvoir vos services. Il constitue la base indispensable \u00e0 tout menuisier souhaitant ouvrir son atelier et atteindre l&#039;ind\u00e9pendance financi\u00e8re.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De plus, les cours interm\u00e9diaires et avanc\u00e9s incluent souvent des le\u00e7ons sur les logiciels de conception 3D. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Gr\u00e2ce \u00e0 eux, vous pouvez cr\u00e9er des maquettes num\u00e9riques \u00e0 pr\u00e9senter aux clients avant la production, ce qui augmente la confiance et le taux de conclusion des ventes.<\/p>\n<\/div><div class=\"wp-block-lazyblock-options lazyblock-options-Z22MoLj\"><section class=\"hidden sm:block mx-5 sm:mx-0 my-10\">\n                                <a style=\"\" href=\"https:\/\/senhorcursos.com\/es\/vagas-de-marceneiro\/\" class=\"\" data-analytics-label=\"optionsButton\" data-action=\"analytics#trackCTA\">\n                <div data-options-target=\"option\" class=\"rounded-xl border p-5 shadow-md w-full bg-white my-5\">\n                    <div class=\"flex w-full items-center justify-between\">\n                        <div class=\"flex items-center space-x-3\">\n                            <div class=\"text-lg font-bold text-slate-700\">\n                                Voir les offres d&#039;emploi de charpentier ! \u279d\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/a>\n                <p class=\"text-xs text-gray-500 text-right hidden\" style=\"margin-left: 50%; margin-bottom: 50px; margin-top: 5px;\">\n        Je serai redirig\u00e9 vers un autre site Web    <\/p>\n<\/section>\n<section data-options-target=\"wrapper\" class=\"sm:hidden mx-5 sm:mx-0 my-10\" style=\"\">\n                                <a data-options-target=\"option\" href=\"https:\/\/senhorcursos.com\/es\/vagas-de-marceneiro\/\" data-analytics-label=\"optionsButton\" data-action=\"analytics#trackCTA\" class=\"w-full mt-1 text-white  font-medium rounded-lg py-2 my-2 text-center inline-flex items-center text-xs\" style=\"height: 70px; font-size: 16px; line-height: 1.5; \" >\n                <span class=\"pl-3 text-left\">\n                    \u00a1Ver vacantes de carpintero!                <\/span>\n                <span class=\"border-4 rounded-full text-white mr-3 inline-flex items-center lg:ml-auto md:ml-0 ml-auto leading-none text-sm py-1\">\n                    <svg style=\"width: 25px;\" class=\"w-4 h-4\" viewbox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                    <path d=\"M5 12h14\"><\/path>\n                    <path d=\"M12 5l7 7-7 7\"><\/path>\n                    <\/svg>\n                <\/span>\n            <\/a>\n                <p class=\"text-xs text-gray-500 text-center hidden\" style=\"margin-bottom: 50px; margin-top: 5px;\">\n        Je serai redirig\u00e9 vers un autre site Web    <\/p>\n<\/section>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-perguntas-frequentes-sobre-cursos-de-marcenaria-mais-avancados\">Questions fr\u00e9quentes sur les cours de menuiserie de niveau sup\u00e9rieur.<\/h2>\n<\/div><div class=\"wp-block-lazyblock-accordion lazyblock-accordion-ZkS9gx\"><div data-controller=\"accordion\" class=\"mx-5 sm:mx-0 rounded mt-10 mb-20\">\n\t<div>\n                    <h2>\n                <button data-accordion-target=\"title\" data-accordion-index=\"0\" data-action=\"accordion#update\" type=\"button\" class=\"h-24 sm:h-16 flex justify-between items-center py-5 w-full font-medium text-left text-gray-900 rounded-t-xl border-b border-gray-200 dark:border-gray-700 dark:text-white\">\n                    <span class=\"w-4\/5\" data-accordion-index=\"0\">\n                        Ai-je besoin d&#039;\u00eatre un professionnel pour faire cela ?                    <\/span>\n                    <svg data-accordion-index=\"0\" data-accordion-target=\"icon\" class=\"w-6 h-6 rotate-180 shrink-0\" fill=\"currentColor\" viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path><\/svg>\n                <\/button>\n            <\/h2>\n            <div data-accordion-target=\"description\" class=\"animate-fade-in-down\">\n                <div class=\"py-5 border-b border-gray-200 dark:border-gray-70 text-left\">\n                    <p class=\"mb-2 text-gray-500 dark:text-gray-400\">\n                        Pas n\u00e9cessairement. Si vous avez d\u00e9j\u00e0 suivi un cours de base ou si vous ma\u00eetrisez l&#039;utilisation des outils manuels, vous pouvez facilement passer au niveau interm\u00e9diaire.                    <\/p>\n                <\/div>\n            <\/div>\n                    <h2>\n                <button data-accordion-target=\"title\" data-accordion-index=\"1\" data-action=\"accordion#update\" type=\"button\" class=\"h-24 sm:h-16 flex justify-between items-center py-5 w-full font-medium text-left text-gray-900 rounded-t-xl border-b border-gray-200 dark:border-gray-700 dark:text-white\">\n                    <span class=\"w-4\/5\" data-accordion-index=\"1\">\n                        Ce cours enseigne-t-il comment concevoir et fabriquer des meubles sur mesure\u00a0?                    <\/span>\n                    <svg data-accordion-index=\"1\" data-accordion-target=\"icon\" class=\"w-6 h-6 rotate-180 shrink-0\" fill=\"currentColor\" viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path><\/svg>\n                <\/button>\n            <\/h2>\n            <div data-accordion-target=\"description\" class=\"animate-fade-in-down\">\n                <div class=\"py-5 border-b border-gray-200 dark:border-gray-70 text-left\">\n                    <p class=\"mb-2 text-gray-500 dark:text-gray-400\">\n                        Oui. C&#039;est l&#039;un des principaux axes de plusieurs cours plus avanc\u00e9s, car les meubles sur mesure sont tr\u00e8s demand\u00e9s et offrent une excellente marge b\u00e9n\u00e9ficiaire.                    <\/p>\n                <\/div>\n            <\/div>\n                    <h2>\n                <button data-accordion-target=\"title\" data-accordion-index=\"2\" data-action=\"accordion#update\" type=\"button\" class=\"h-24 sm:h-16 flex justify-between items-center py-5 w-full font-medium text-left text-gray-900 rounded-t-xl border-b border-gray-200 dark:border-gray-700 dark:text-white\">\n                    <span class=\"w-4\/5\" data-accordion-index=\"2\">\n                        Est-il possible de transformer cela en votre propre entreprise ?                    <\/span>\n                    <svg data-accordion-index=\"2\" data-accordion-target=\"icon\" class=\"w-6 h-6 rotate-180 shrink-0\" fill=\"currentColor\" viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path><\/svg>\n                <\/button>\n            <\/h2>\n            <div data-accordion-target=\"description\" class=\"animate-fade-in-down\">\n                <div class=\"py-5 border-b border-gray-200 dark:border-gray-70 text-left\">\n                    <p class=\"mb-2 text-gray-500 dark:text-gray-400\">\n                        Oui. Beaucoup d&#039;\u00e9tudiants commencent par proposer de petits services et, avec le temps, ouvrent leur propre atelier de menuiserie.                    <\/p>\n                <\/div>\n            <\/div>\n                    <h2>\n                <button data-accordion-target=\"title\" data-accordion-index=\"3\" data-action=\"accordion#update\" type=\"button\" class=\"h-24 sm:h-16 flex justify-between items-center py-5 w-full font-medium text-left text-gray-900 rounded-t-xl border-b border-gray-200 dark:border-gray-700 dark:text-white\">\n                    <span class=\"w-4\/5\" data-accordion-index=\"3\">\n                        Est-ce que je re\u00e7ois un certificat ?                    <\/span>\n                    <svg data-accordion-index=\"3\" data-accordion-target=\"icon\" class=\"w-6 h-6 rotate-180 shrink-0\" fill=\"currentColor\" viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path><\/svg>\n                <\/button>\n            <\/h2>\n            <div data-accordion-target=\"description\" class=\"animate-fade-in-down\">\n                <div class=\"py-5 border-b border-gray-200 dark:border-gray-70 text-left\">\n                    <p class=\"mb-2 text-gray-500 dark:text-gray-400\">\n                        Oui, dans la plupart des formations. Avoir une certification en menuiserie est un atout important pour gagner en cr\u00e9dibilit\u00e9 sur le march\u00e9, mais les comp\u00e9tences pratiques et l&#039;exp\u00e9rience sont tout aussi essentielles dans ce domaine. Par cons\u00e9quent, m\u00eame les formations non certifiantes peuvent \u00eatre int\u00e9ressantes.                    <\/p>\n                <\/div>\n            <\/div>\n                    <h2>\n                <button data-accordion-target=\"title\" data-accordion-index=\"4\" data-action=\"accordion#update\" type=\"button\" class=\"h-24 sm:h-16 flex justify-between items-center py-5 w-full font-medium text-left text-gray-900 rounded-t-xl border-b border-gray-200 dark:border-gray-700 dark:text-white\">\n                    <span class=\"w-4\/5\" data-accordion-index=\"4\">\n                        Dois-je investir beaucoup dans des outils ?                    <\/span>\n                    <svg data-accordion-index=\"4\" data-accordion-target=\"icon\" class=\"w-6 h-6 rotate-180 shrink-0\" fill=\"currentColor\" viewbox=\"0 0 20 20\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\"><\/path><\/svg>\n                <\/button>\n            <\/h2>\n            <div data-accordion-target=\"description\" class=\"animate-fade-in-down\">\n                <div class=\"py-5 border-b border-gray-200 dark:border-gray-70 text-left\">\n                    <p class=\"mb-2 text-gray-500 dark:text-gray-400\">\n                        Non. Vous pouvez commencer avec les outils \u00e0 main de base que vous poss\u00e9dez d\u00e9j\u00e0 et en ajouter d&#039;autres au fur et \u00e0 mesure que de nouveaux projets se pr\u00e9sentent.                    <\/p>\n                <\/div>\n            <\/div>\n        \t<\/div>\n<\/div><\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2>Conclusion<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Un <strong>cours de menuiserie en ligne de niveau interm\u00e9diaire ou avanc\u00e9<\/strong> C&#039;est le choix id\u00e9al pour ceux qui souhaitent progresser dans leur carri\u00e8re, apprendre les techniques modernes et se d\u00e9marquer sur le march\u00e9. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ces formations offrent la combinaison id\u00e9ale de connaissances pratiques, de contenus actualis\u00e9s et de conseils pour ceux qui souhaitent g\u00e9n\u00e9rer un revenu suppl\u00e9mentaire ou cr\u00e9er leur propre entreprise.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Si vous ma\u00eetrisez d\u00e9j\u00e0 les bases, il est temps de transformer vos comp\u00e9tences en une source de r\u00e9elles opportunit\u00e9s. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Que vous souhaitiez compl\u00e9ter vos revenus ou atteindre l&#039;ind\u00e9pendance en tant qu&#039;entrepreneur, le travail du bois en ligne offre tout ce dont vous avez besoin pour vous d\u00e9velopper.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Et si vous souhaitez d\u00e9velopper davantage vos comp\u00e9tences, mais dans d&#039;autres domaines, vous pouvez compl\u00e9ter votre formation par un <strong>cours de m\u00e9canique<\/strong>. <\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-F16fV\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/senhorcursos.com\/es\/vagas-de-cursos-de-mecanico\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"M\u00e9canicien : tout sur le m\u00e9tier et les cours en ligne\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/senhorcursos.com\/wp-content\/uploads\/2023\/02\/image-186.png\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/senhorcursos.com\/es\/vagas-de-cursos-de-mecanico\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"M\u00e9canicien : tout sur le m\u00e9tier et les cours en ligne\">\n            M\u00e9canicien : tout sur le m\u00e9tier et les cours en ligne        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Plusieurs postes de m\u00e9canicien sont actuellement \u00e0 pourvoir. Ils requi\u00e8rent peu de qualifications et peuvent \u00eatre un excellent moyen de r\u00e9int\u00e9grer le march\u00e9 du travail\u00a0! En savoir plus.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/senhorcursos.com\/es\/vagas-de-cursos-de-mecanico\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuer la lecture            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/senhorcursos.com\/es\/vagas-de-cursos-de-mecanico\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/senhorcursos.com\/wp-content\/uploads\/2023\/02\/image-186.png\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                M\u00e9canicien : tout sur le m\u00e9tier et les cours en ligne              <\/p>\n              <a href=\"https:\/\/senhorcursos.com\/es\/vagas-de-cursos-de-mecanico\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continuer la lecture                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Je me reposerai sur mon propre site Web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Quer desenvolver mais seu trabalho com madeira, mas n\u00e3o sabe por onde come\u00e7ar? Se voc\u00ea j\u00e1 tem alguma experi\u00eancia com marcenaria, domina ferramentas manuais e at\u00e9 fez seus primeiros m\u00f3veis simples, \u00e9 hora de dar o pr\u00f3ximo passo. O curso de marcenaria online para n\u00edveis intermedi\u00e1rio e avan\u00e7ado foi pensado para quem deseja aperfei\u00e7oar suas&hellip; <a class=\"more-link\" href=\"https:\/\/senhorcursos.com\/fr\/rec-curso-marceneiro-2\/\">Continuer \u00e0 lire <span class=\"screen-reader-text\">Vous ma\u00eetrisez les bases et souhaitez faire du travail du bois votre m\u00e9tier ?<\/span><\/a><\/p>","protected":false},"author":22,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o? - Senhor Cursos<\/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:\/\/senhorcursos.com\/fr\/rec-curso-marceneiro-2\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o?\" \/>\n<meta property=\"og:description\" content=\"Quer desenvolver mais seu trabalho com madeira, mas n\u00e3o sabe por onde come\u00e7ar? Se voc\u00ea j\u00e1 tem alguma experi\u00eancia com marcenaria, domina ferramentas manuais e at\u00e9 fez seus primeiros m\u00f3veis simples, \u00e9 hora de dar o pr\u00f3ximo passo. O curso de marcenaria online para n\u00edveis intermedi\u00e1rio e avan\u00e7ado foi pensado para quem deseja aperfei\u00e7oar suas&hellip; Continue reading J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/senhorcursos.com\/fr\/rec-curso-marceneiro-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Senhor Cursos\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-01T17:57:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-01T19:42:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro-683x1024.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Aline Saes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/senhorcursos.com\/#website\",\"url\":\"https:\/\/senhorcursos.com\/\",\"name\":\"Senhor Cursos\",\"description\":\"Os melhores cursos, concursos e vagas de empregos para voc\u00ea\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/senhorcursos.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#primaryimage\",\"url\":\"https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro.jpg\",\"contentUrl\":\"https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro.jpg\",\"width\":1024,\"height\":1536},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#webpage\",\"url\":\"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/\",\"name\":\"J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o? - Senhor Cursos\",\"isPartOf\":{\"@id\":\"https:\/\/senhorcursos.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#primaryimage\"},\"datePublished\":\"2025-09-01T17:57:13+00:00\",\"dateModified\":\"2025-09-01T19:42:22+00:00\",\"author\":{\"@id\":\"https:\/\/senhorcursos.com\/#\/schema\/person\/47de1e8e7bcc62a01879587be4023f27\"},\"breadcrumb\":{\"@id\":\"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/senhorcursos.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o?\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/senhorcursos.com\/#\/schema\/person\/47de1e8e7bcc62a01879587be4023f27\",\"name\":\"Aline Saes\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/senhorcursos.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/fbba2c3f92032de0d7a091559878aacc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/fbba2c3f92032de0d7a091559878aacc?s=96&d=mm&r=g\",\"caption\":\"Aline Saes\"},\"url\":\"https:\/\/senhorcursos.com\/fr\/author\/aline-saes-rodriguesgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o? - Senhor Cursos","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:\/\/senhorcursos.com\/fr\/rec-curso-marceneiro-2\/","og_locale":"fr_FR","og_type":"article","og_title":"J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o?","og_description":"Quer desenvolver mais seu trabalho com madeira, mas n\u00e3o sabe por onde come\u00e7ar? Se voc\u00ea j\u00e1 tem alguma experi\u00eancia com marcenaria, domina ferramentas manuais e at\u00e9 fez seus primeiros m\u00f3veis simples, \u00e9 hora de dar o pr\u00f3ximo passo. O curso de marcenaria online para n\u00edveis intermedi\u00e1rio e avan\u00e7ado foi pensado para quem deseja aperfei\u00e7oar suas&hellip; Continue reading J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o?","og_url":"https:\/\/senhorcursos.com\/fr\/rec-curso-marceneiro-2\/","og_site_name":"Senhor Cursos","article_published_time":"2025-09-01T17:57:13+00:00","article_modified_time":"2025-09-01T19:42:22+00:00","og_image":[{"url":"https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro-683x1024.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Aline Saes","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/senhorcursos.com\/#website","url":"https:\/\/senhorcursos.com\/","name":"Senhor Cursos","description":"Os melhores cursos, concursos e vagas de empregos para voc\u00ea","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/senhorcursos.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#primaryimage","url":"https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro.jpg","contentUrl":"https:\/\/senhorcursos.com\/wp-content\/uploads\/2025\/09\/marceneiro.jpg","width":1024,"height":1536},{"@type":"WebPage","@id":"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#webpage","url":"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/","name":"J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o? - Senhor Cursos","isPartOf":{"@id":"https:\/\/senhorcursos.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#primaryimage"},"datePublished":"2025-09-01T17:57:13+00:00","dateModified":"2025-09-01T19:42:22+00:00","author":{"@id":"https:\/\/senhorcursos.com\/#\/schema\/person\/47de1e8e7bcc62a01879587be4023f27"},"breadcrumb":{"@id":"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/senhorcursos.com\/rec-curso-marceneiro-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/senhorcursos.com\/"},{"@type":"ListItem","position":2,"name":"J\u00e1 domina o b\u00e1sico e quer transformar sua marcenaria em profiss\u00e3o?"}]},{"@type":"Person","@id":"https:\/\/senhorcursos.com\/#\/schema\/person\/47de1e8e7bcc62a01879587be4023f27","name":"Aline Saes","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/senhorcursos.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/fbba2c3f92032de0d7a091559878aacc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/fbba2c3f92032de0d7a091559878aacc?s=96&d=mm&r=g","caption":"Aline Saes"},"url":"https:\/\/senhorcursos.com\/fr\/author\/aline-saes-rodriguesgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/posts\/14646"}],"collection":[{"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/users\/22"}],"replies":[{"embeddable":true,"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/comments?post=14646"}],"version-history":[{"count":0,"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/posts\/14646\/revisions"}],"wp:attachment":[{"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/media?parent=14646"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/categories?post=14646"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/senhorcursos.com\/fr\/wp-json\/wp\/v2\/tags?post=14646"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}