{"id":16956,"date":"2024-01-25T01:56:11","date_gmt":"2024-01-25T01:56:11","guid":{"rendered":"https:\/\/informacaoevalor.com\/?p=16956"},"modified":"2024-01-25T01:56:13","modified_gmt":"2024-01-25T01:56:13","slug":"vagas-coca-cola","status":"publish","type":"post","link":"https:\/\/informacaoevalor.com\/fr\/vagas-coca-cola\/","title":{"rendered":"Postes vacants chez Coca-Cola : d\u00e9couvrez les opportunit\u00e9s !"},"content":{"rendered":"<!--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-faca-parte-da-empresa-que-oferece-incentivos-financeiros-plano-de-carreira-alem-de-apoiar-o-bem-estar-dos-seus-colaboradores\">Faites partie d&#039;une entreprise qui offre des incitatifs financiers, un plan de carri\u00e8re et qui soutient le bien-\u00eatre de ses employ\u00e9s !<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Coca-Cola est une entreprise qui valorise ses employ\u00e9s, offrant des emplois avec d&#039;excellents salaires et m\u00eame un programme de r\u00e9compenses ! Et vous pourriez \u00eatre le candidat id\u00e9al. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Actuellement, il existe plusieurs domaines d&#039;activit\u00e9 disponibles avec des opportunit\u00e9s d&#039;\u00e9volution professionnelle. Alors, vous \u00eates \u00e0 la recherche d&#039;un emploi et r\u00eavez de travailler dans une entreprise socialement responsable ? <\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z1CT0Et\"><section class=\"credit-card 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 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/careers.coca-colacompany.com\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/offer-4.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Emplois        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          du Coca        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              S\u00e9lection            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Programme d&#039;\u00e9tudes            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Travaillez dans l&#039;une des plus grandes entreprises alimentaires au monde\u00a0!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.coca-colacompany.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              D\u00e9couvrez comment participer !            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.coca-colacompany.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              D\u00e9couvrez comment participer !            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Je serai redirig\u00e9 vers un autre site Web        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\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:\/\/careers.coca-colacompany.com\/\" rel=\"sponsored\" 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:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/offer-4.jpg\">          \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                Travaillez dans l\u2019une des plus grandes entreprises alimentaires au monde\u2026              <\/p>\n              <a href=\"https:\/\/careers.coca-colacompany.com\/\" rel=\"sponsored\" 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                    D\u00e9couvrez comment participer !                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Je serai redirig\u00e9 vers un autre site Web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Eh bien, cela pourrait \u00eatre votre chance\u00a0! Apprenez-en davantage sur Coca-Cola ci-dessous et prenez une d\u00e9cision \u00e9clair\u00e9e concernant votre carri\u00e8re.<\/p>\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>Quelle est la culture de Coca-Cola ?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Travailler chez Coca-Cola est une exp\u00e9rience enrichissante en soi. Depuis sa cr\u00e9ation en 1886, l&#039;entreprise a jou\u00e9 un r\u00f4le important dans la transformation des vies.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En ce sens, l&#039;entreprise m\u00e8ne des pratiques quotidiennes visant le bien-\u00eatre de ses salari\u00e9s. En outre, il promeut g\u00e9n\u00e9ralement des conf\u00e9rences, des activit\u00e9s b\u00e9n\u00e9voles et encourage l&#039;implication personnelle.<\/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, Coca-Cola accorde une grande importance au d\u00e9veloppement personnel de ses employ\u00e9s et reconna\u00eet la valeur que chaque individu apporte \u00e0 l&#039;organisation. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De cette mani\u00e8re, l\u2019entreprise s\u2019engage fermement en faveur de l\u2019\u00e9galit\u00e9 et de l\u2019inclusion, sans tol\u00e9rer les pr\u00e9jug\u00e9s. Coca-Cola est un environnement accueillant pour les personnes de toutes origines et identit\u00e9s.<\/p>\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>D\u00e9couvrez les domaines de carri\u00e8re chez Coca-Cola<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Eh bien, pour faciliter le processus d&#039;embauche et de recherche d&#039;emploi chez Coca-Cola, nous vous apportons quelques informations sur diff\u00e9rents domaines de carri\u00e8re. V\u00e9rifier!<\/p>\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>Fabrication<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Travaillant dans le domaine de la fabrication, vous aurez un contact direct avec les premiers produits fabriqu\u00e9s. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Vous aurez acc\u00e8s \u00e0 diff\u00e9rents postes tels que superviseur de production, ing\u00e9nieur ou encore technicien de maintenance manufacturi\u00e8re.<\/p>\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>Ventes<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>L&#039;un des postes vacants les plus courants chez Coca-Cola est celui de l&#039;espace de vente, o\u00f9 vous ferez partie d&#039;une \u00e9quipe dans un magasin. En d\u2019autres termes, vous pouvez ici am\u00e9liorer vos comp\u00e9tences sociales. <\/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, vous pouvez gravir les \u00e9chelons et devenir directeur commercial ou m\u00eame quelque chose de plus.<\/p>\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>Commercialisation<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Savez-vous qui est responsable de toutes ces publicit\u00e9s et nouveaut\u00e9s que vous voyez \u00e0 la t\u00e9l\u00e9vision ou sur Internet ? L&#039;\u00e9quipe marketing. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En ce sens, en marketing, vous aiderez l&#039;entreprise \u00e0 obtenir de nouvelles id\u00e9es, des moyens de transmettre son produit et la voix de ses clients. Ainsi, aider l\u2019entreprise \u00e0 se d\u00e9velopper.<\/p>\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>Finances et comptabilit\u00e9<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Lorsque vous travaillerez dans ce domaine, vous serez directement impliqu\u00e9 dans les finances de l&#039;entreprise. Vous devez donc cr\u00e9er des strat\u00e9gies pour optimiser la croissance de l\u2019entreprise, en pensant toujours \u00e0 l\u2019avenir.<\/p>\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>Informatique<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Lorsque vous travaillez avec les technologies de l&#039;information chez Coca-Cola, vous comprendrez vraiment qui sont derri\u00e8re la s\u00e9lection des boissons dans les machines ou qui g\u00e8re les livraisons.<\/p>\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>Autres postes vacants chez Coca-Cola<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Il y a d&#039;autres postes vacants chez Coca-Cola. Par exemple, chez PACS, vous vous occuperez de la communication, de la durabilit\u00e9 et des affaires publiques de l&#039;entreprise. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Pendant ce temps, dans le domaine RGM, vous aiderez l&#039;entreprise \u00e0 se d\u00e9velopper sur la base d&#039;anciennes donn\u00e9es de ventes. Autrement dit, il y a des postes vacants pour tous les profils !<\/p>\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>Quels sont les avantages offerts par Coca-Cola ?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bien que les avantages offerts par Coca-Cola puissent varier selon votre localisation, en g\u00e9n\u00e9ral, l&#039;entreprise cherche \u00e0 se concentrer sur le bien-\u00eatre de ses employ\u00e9s. Voir ci-dessous. <\/p>\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>Assurance-vie<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Comme nous l&#039;avons d\u00e9j\u00e0 mentionn\u00e9, Coca-Cola cherche \u00e0 prendre soin de ses employ\u00e9s en investissant dans des offres d&#039;emploi comp\u00e9titives. Elle propose ainsi une assurance vie compl\u00e8te.<\/p>\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>Aide avec les finances<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>L&#039;entreprise propose un programme complet d&#039;\u00e9ducation financi\u00e8re. En ce sens, les employ\u00e9s ont acc\u00e8s \u00e0 des cours, des articles et des outils en ligne pour planifier judicieusement leur avenir financier.<\/p>\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>Aide m\u00e9dicale<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En mati\u00e8re de sant\u00e9, Coca-Cola ne m\u00e9nage aucun effort dans ses offres d&#039;emploi. En d\u2019autres termes, vous disposerez d\u2019un plan complet de sant\u00e9, de soins dentaires et de vision.<\/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, elle dispose d&#039;un plan de sant\u00e9 compl\u00e9mentaire et b\u00e9n\u00e9ficie \u00e9galement de r\u00e9ductions sur l&#039;achat de m\u00e9dicaments prescrits par les m\u00e9decins.<\/p>\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>\u00c9galit\u00e9<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Chez Coca-Cola, vous ne subirez aucune discrimination. En d\u2019autres termes, l\u2019entreprise donne la priorit\u00e9 \u00e0 l\u2019\u00e9galit\u00e9 et \u00e0 l\u2019inclusion. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De cette fa\u00e7on, Coca-Cola pourvoit ses postes vacants sans distinction de couleur, de race, de sexualit\u00e9, de sexe ou de nationalit\u00e9.<\/p>\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>Carri\u00e8re<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Peu importe d\u2019o\u00f9 vous venez ou o\u00f9 vous avez commenc\u00e9, Coca-Cola offre \u00e0 chacun les m\u00eames opportunit\u00e9s de gravir les \u00e9chelons et les \u00e9chelons au sein de l\u2019entreprise.<\/p>\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>Comment postuler \u00e0 un emploi chez Coca-Cola ?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Enfin, si vous cherchez \u00e0 postuler pour cette entreprise, ne vous inqui\u00e9tez pas, il existe plusieurs mani\u00e8res de le faire. Tout d\u2019abord, tout commence sur le site officiel de Coca-Cola. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Par cons\u00e9quent, lorsque vous acc\u00e9dez au site Web, vous devez saisir votre emplacement, votre cat\u00e9gorie d\u2019emploi et toutes les donn\u00e9es suppl\u00e9mentaires attendues de vous.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Une fois termin\u00e9, cliquez sur Continuer et voyez toutes les offres disponibles. Alors, choisissez celui qui convient le mieux \u00e0 votre situation et soumettez un formulaire avec vos informations.<\/p>\n<\/div><div class=\"wp-block-lazyblock-credit-card lazyblock-credit-card-Z1gPmkn\"><section class=\"credit-card 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 sm:px-0 py-6 mx-auto\" data-anchor-target=\"lazyBlock\">\n    <div class=\"flex flex-wrap mx-auto\">\n      <a class=\"lg:w-2\/5 w-full lg:pl-6 mt-6 lg:mt-0\" href=\"https:\/\/careers.coca-colacompany.com\/\" data-analytics-label=\"creditCardImage\" data-action=\"analytics#trackCTA\" >\n        <img class=\"w-full h-64 object-cover object-center rounded\" loading=\"lazy\" alt=\"card\" style=\"height: 190px;\" src=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/offer-4.jpg\">\n      <\/a>\n      <div class=\"lg:w-3\/5 w-full lg:pl-6 mt-6 lg:mt-0\">\n        <h2 class=\"text-sm title-font text-gray-500 tracking-widest uppercase\">\n          Emplois        <\/h2>\n        <h1 class=\"text-gray-900 text-3xl title-font font-medium mb-1\">\n          du Coca        <\/h1>\n        <div class=\"flex mb-4 justify-center sm:justify-start\">\n          \n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              S\u00e9lection            <\/span>\n                      <span class=\"inline-block py-1 px-2 rounded text-xs font-medium tracking-widest uppercase mr-2\">\n              Programme d&#039;\u00e9tudes            <\/span>\n                    \n        <\/div>\n        <p class=\"leading-relaxed\">\n          Travaillez dans l&#039;une des plus grandes entreprises alimentaires au monde\u00a0!        <\/p>\n        <div class=\"flex mt-6 items-center pb-5 border-b-2 border-gray-100 mb-5\">\n          \n        <\/div>\n        <div class=\"flex\">\n          <a data-km2-rewarded=\"true\" style=\"font-size: 13px;\" class=\"hidden animate-fade-in flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.coca-colacompany.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button class=\"uppercase flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-4 focus:outline-none rounded  disabled:opacity-50\">\n              D\u00e9couvrez comment participer !            <\/button>\n          <\/a>\n          <a data-km2-rewarded=\"false\" style=\"font-size: 15px;\" class=\"flex m-auto sm:mr-0 sm:ml-auto\" rel=\"sponsored\" href=\"https:\/\/careers.coca-colacompany.com\/\" data-analytics-label=\"creditCardButton\" data-action=\"analytics#trackCTA\"  >\n            <button id=\"offer-first\" class=\"flex m-auto sm:mr-0 sm:ml-auto border-0 py-2 px-6 focus:outline-none rounded  disabled:opacity-50\">\n              D\u00e9couvrez comment participer !            <\/button>\n          <\/a>\n        <\/div>\n        <p class=\"text-xs text-gray-500 mt-3 text-center sm:text-right\">\n          Je serai redirig\u00e9 vers un autre site Web        <\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\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:\/\/careers.coca-colacompany.com\/\" rel=\"sponsored\" 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:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/offer-4.jpg\">          \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                Travaillez dans l\u2019une des plus grandes entreprises alimentaires au monde\u2026              <\/p>\n              <a href=\"https:\/\/careers.coca-colacompany.com\/\" rel=\"sponsored\" 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                    D\u00e9couvrez comment participer !                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Je serai redirig\u00e9 vers un autre site Web              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n<\/section><\/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>D\u00e9couvrez comment fonctionne le processus de s\u00e9lection Coca-Cola !<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mais si vous avez encore des doutes sur la mani\u00e8re de participer au processus de s\u00e9lection et d&#039;obtenir une place chez Coca-Cola, que diriez-vous de consulter un guide complet ?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Apr\u00e8s tout, maintenant que vous savez tout ce que vous devez savoir sur Coca-Cola et ce qu&#039;il peut vous offrir, il est temps de d\u00e9couvrir comment trouver un emploi ! <\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-BdFbN\">\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:\/\/informacaoevalor.com\/fr\/processo-seletivo-coca-cola\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Processus de s\u00e9lection Coca-Cola : augmentez vos chances !\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/1-2-1.jpg\" alt=\"Pessoas sentadas a mesa olhando notebook\">\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:\/\/informacaoevalor.com\/fr\/processo-seletivo-coca-cola\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Processus de s\u00e9lection Coca-Cola : augmentez vos chances !\">\n            Processus de s\u00e9lection Coca-Cola : augmentez vos chances !        <\/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            Le processus de s\u00e9lection de Coca-Cola commence en ligne directement sur le site officiel de l&#039;entreprise ! Vous pouvez choisir votre \u00e9tat et consulter les postes disponibles dans votre r\u00e9gion !        <\/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:\/\/informacaoevalor.com\/fr\/processo-seletivo-coca-cola\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuer la conf\u00e9rence            <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:\/\/informacaoevalor.com\/fr\/processo-seletivo-coca-cola\/\"  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:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/1-2-1.jpg\">          \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                Processus de s\u00e9lection Coca-Cola : augmentez vos chances !              <\/p>\n              <a href=\"https:\/\/informacaoevalor.com\/fr\/processo-seletivo-coca-cola\/\"  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 conf\u00e9rence                  <\/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>D\u00e9couvrez les postes vacants chez Coca-Cola et profitez d&#039;avantages tels que l&#039;assurance maladie et des options d&#039;horaires r\u00e9duits. Rejoignez une entreprise leader et construisez votre carri\u00e8re !<\/p>","protected":false},"author":18,"featured_media":16970,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[18,121],"tags":[913,220,912],"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>Vagas na Coca-Cola: confira as oportunidades! - Informa\u00e7\u00e3o &amp; Valor<\/title>\n<meta name=\"description\" content=\"Se voc\u00ea quer trabalhar em uma empresa que preza pelo bem-estar dos funcion\u00e1rios, a Coca-Cola est\u00e1 com vagas abertas em diferentes \u00e1reas!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/informacaoevalor.com\/fr\/vagas-coca-cola\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vagas na Coca-Cola: confira as oportunidades!\" \/>\n<meta property=\"og:description\" content=\"Se voc\u00ea quer trabalhar em uma empresa que preza pelo bem-estar dos funcion\u00e1rios, a Coca-Cola est\u00e1 com vagas abertas em diferentes \u00e1reas!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/informacaoevalor.com\/fr\/vagas-coca-cola\/\" \/>\n<meta property=\"og:site_name\" content=\"Informa\u00e7\u00e3o &amp; Valor\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-25T01:56:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-25T01:56:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/1-4.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"estherdsales@gmail.com\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/informacaoevalor.com\/#website\",\"url\":\"https:\/\/informacaoevalor.com\/\",\"name\":\"Informa\u00e7\u00e3o &amp; Valor\",\"description\":\"Conte\u00fado e Informa\u00e7\u00e3o que geram valor\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/informacaoevalor.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#primaryimage\",\"url\":\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/1-4.jpg\",\"contentUrl\":\"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/1-4.jpg\",\"width\":1280,\"height\":720,\"caption\":\"Fonte: Coca-Cola.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#webpage\",\"url\":\"https:\/\/informacaoevalor.com\/vagas-coca-cola\/\",\"name\":\"Vagas na Coca-Cola: confira as oportunidades! - Informa\u00e7\u00e3o &amp; Valor\",\"isPartOf\":{\"@id\":\"https:\/\/informacaoevalor.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#primaryimage\"},\"datePublished\":\"2024-01-25T01:56:11+00:00\",\"dateModified\":\"2024-01-25T01:56:13+00:00\",\"author\":{\"@id\":\"https:\/\/informacaoevalor.com\/#\/schema\/person\/7d18a1837fccc9c40d8d0a12e566a4f1\"},\"description\":\"Se voc\u00ea quer trabalhar em uma empresa que preza pelo bem-estar dos funcion\u00e1rios, a Coca-Cola est\u00e1 com vagas abertas em diferentes \u00e1reas!\",\"breadcrumb\":{\"@id\":\"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/informacaoevalor.com\/vagas-coca-cola\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/informacaoevalor.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Vagas na Coca-Cola: confira as oportunidades!\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/informacaoevalor.com\/#\/schema\/person\/7d18a1837fccc9c40d8d0a12e566a4f1\",\"name\":\"estherdsales@gmail.com\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/informacaoevalor.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g\",\"caption\":\"estherdsales@gmail.com\"},\"url\":\"https:\/\/informacaoevalor.com\/fr\/author\/estherdsalesgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Vagas na Coca-Cola: confira as oportunidades! - Informa\u00e7\u00e3o &amp; Valor","description":"Se voc\u00ea quer trabalhar em uma empresa que preza pelo bem-estar dos funcion\u00e1rios, a Coca-Cola est\u00e1 com vagas abertas em diferentes \u00e1reas!","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:\/\/informacaoevalor.com\/fr\/vagas-coca-cola\/","og_locale":"fr_FR","og_type":"article","og_title":"Vagas na Coca-Cola: confira as oportunidades!","og_description":"Se voc\u00ea quer trabalhar em uma empresa que preza pelo bem-estar dos funcion\u00e1rios, a Coca-Cola est\u00e1 com vagas abertas em diferentes \u00e1reas!","og_url":"https:\/\/informacaoevalor.com\/fr\/vagas-coca-cola\/","og_site_name":"Informa\u00e7\u00e3o &amp; Valor","article_published_time":"2024-01-25T01:56:11+00:00","article_modified_time":"2024-01-25T01:56:13+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/1-4.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"estherdsales@gmail.com","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/informacaoevalor.com\/#website","url":"https:\/\/informacaoevalor.com\/","name":"Informa\u00e7\u00e3o &amp; Valor","description":"Conte\u00fado e Informa\u00e7\u00e3o que geram valor","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/informacaoevalor.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#primaryimage","url":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/1-4.jpg","contentUrl":"https:\/\/informacaoevalor.com\/wp-content\/uploads\/2024\/01\/1-4.jpg","width":1280,"height":720,"caption":"Fonte: Coca-Cola."},{"@type":"WebPage","@id":"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#webpage","url":"https:\/\/informacaoevalor.com\/vagas-coca-cola\/","name":"Vagas na Coca-Cola: confira as oportunidades! - Informa\u00e7\u00e3o &amp; Valor","isPartOf":{"@id":"https:\/\/informacaoevalor.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#primaryimage"},"datePublished":"2024-01-25T01:56:11+00:00","dateModified":"2024-01-25T01:56:13+00:00","author":{"@id":"https:\/\/informacaoevalor.com\/#\/schema\/person\/7d18a1837fccc9c40d8d0a12e566a4f1"},"description":"Se voc\u00ea quer trabalhar em uma empresa que preza pelo bem-estar dos funcion\u00e1rios, a Coca-Cola est\u00e1 com vagas abertas em diferentes \u00e1reas!","breadcrumb":{"@id":"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/informacaoevalor.com\/vagas-coca-cola\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/informacaoevalor.com\/vagas-coca-cola\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/informacaoevalor.com\/"},{"@type":"ListItem","position":2,"name":"Vagas na Coca-Cola: confira as oportunidades!"}]},{"@type":"Person","@id":"https:\/\/informacaoevalor.com\/#\/schema\/person\/7d18a1837fccc9c40d8d0a12e566a4f1","name":"estherdsales@gmail.com","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/informacaoevalor.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/18c935df8242b359fcafbc5cf4928397?s=96&d=mm&r=g","caption":"estherdsales@gmail.com"},"url":"https:\/\/informacaoevalor.com\/fr\/author\/estherdsalesgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/posts\/16956"}],"collection":[{"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/comments?post=16956"}],"version-history":[{"count":0,"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/posts\/16956\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/media\/16970"}],"wp:attachment":[{"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/media?parent=16956"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/categories?post=16956"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/informacaoevalor.com\/fr\/wp-json\/wp\/v2\/tags?post=16956"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}