<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MARGO</title>
	<atom:link href="https://margo.23juin.dev/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Data, AI &#38; Digital Experts</description>
	<lastBuildDate>Wed, 03 Jun 2026 08:27:07 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://margo.23juin.dev/wp-content/uploads/2024/08/cropped-Design-sans-titre-17-32x32.png</url>
	<title>MARGO</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>IA en entreprise : pourquoi l&#8217;équipement seul ne garantit plus la performance</title>
		<link>https://margo.23juin.dev/presse/ia-en-entreprise-pourquoi-lequipement-seul-ne-garantit-plus-la-performance/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 08:26:46 +0000</pubDate>
				<category><![CDATA[Presse]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=11043</guid>

					<description><![CDATA[<p>DANS LA PRESSE Ce 26 mai 2026, Hamza Bouanani, Practice Manager de notre Practice Artificial Intelligence chez MARGO et Lead Data Scientist à la BNP Risk, partage son analyse dans les colonnes du média spécialisé lebigdata.fr. Il y expose une réalité de terrain : l&#8217;adoption massive des outils d&#8217;Intelligence Artificielle crée une illusion de maîtrise. ...</p>
<p>The post <a href="https://margo.23juin.dev/presse/ia-en-entreprise-pourquoi-lequipement-seul-ne-garantit-plus-la-performance/">IA en entreprise : pourquoi l&rsquo;équipement seul ne garantit plus la performance</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">




<style>
.text_content .press-strip{
  margin: var(--s-6) 0;
  padding: 28px;
  background: linear-gradient(180deg, rgba(0,0,115,.035), rgba(0,0,115,.02));
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.text_content .press-strip__kicker{
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,115,.78);
}

.text_content .press-strip__title{
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.text_content .press-strip__title::before{
  content:"";
  width: 4px;
  height: 22px;
  background: var(--navy);
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 4px;
}

/* GRID: adapts to 1/2/3/4 items naturally, never more than 4 columns on desktop */
.text_content .press-strip__grid{
  display: grid;
  gap: 16px;
  align-items: stretch;
  margin-top: 6px;

  /* Responsive auto grid, cards keep a minimum width */
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.text_content .press-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 72px;
}

.text_content .press-logo img{
  width: auto;
  max-width: 160px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: .82;
  transition: opacity .18s ease;
}

.text_content .press-logo:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  border-color: rgba(0,0,115,.18);
}

.text_content .press-logo:hover img{ opacity: .95; }

.text_content .press-logo:focus-visible{
  outline: var(--btn-focus);
  outline-offset: 3px;
}

.text_content .press-strip__meta{
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(0,0,0,.62);
}

@media (min-width: 1200px){
  /* cap à 4 colonnes uniquement si 5+ médias (sinon 1/2/3/4 s'étirent naturellement) */
  .press-strip__grid:has(.press-logo:nth-child(5)){
    grid-template-columns: repeat(4, 1fr);
  }
}


/* Tablet */
@media (max-width: 1024px){
  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px){
  .text_content .press-strip{
    padding: 20px 18px;
    border-radius: 16px;
  }

  .text_content .press-strip__title{
    font-size: 18px;
  }

  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
  }

  .text_content .press-logo{
    min-height: 58px;
    padding: 12px;
  }

  .text_content .press-logo img{
    max-height: 26px;
    max-width: 140px;
  }
}
</style>



<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>


<div class="text_content">

  <div class="press-strip">
    <div class="press-strip__kicker"> DANS LA PRESSE </div>
   
    <div class="press-strip__grid">
      <a href="https://www.lebigdata.fr/ia-en-entreprise-entre-formation-insuffisante-et-risque-de-fracture-generationnelle" class="press-logo" target="_blank" rel="noopener">
        <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/Capture-decran-2026-05-27-103435.png" alt="Le Big Data">
      </a>
    </div>
   
  </div>

  <p>
    Ce 26 mai 2026, <strong>Hamza Bouanani</strong>, Practice Manager de notre Practice Artificial Intelligence chez MARGO et Lead Data Scientist à la BNP Risk, partage son analyse dans les colonnes du média spécialisé <em>lebigdata.fr</em>. 
  </p>
  
  <p>
    Il y expose une réalité de terrain : l&rsquo;adoption massive des outils d&rsquo;Intelligence Artificielle crée une <strong>illusion de maîtrise</strong>. Pour transformer cette technologie en véritable levier de performance, l&rsquo;enjeu ne se situe plus au niveau de l&rsquo;acquisition des licences, mais dans la formation structurelle des collaborateurs.
  </p>

  

  <h2>L&rsquo;illusion technologique et la sous-utilisation chronique</h2>
  
  <p>
    Aujourd&rsquo;hui, l&rsquo;immense majorité des entreprises a franchi l&rsquo;étape de l&rsquo;équipement. Pourtant, Hamza Bouanani souligne que le passage en production réelle reste souvent théorique. Sur le terrain, l&rsquo;utilisation de l&rsquo;IA demeure superficielle.
  </p>

  <div class="kpi-grid">
    <div class="kpi-item">
      5 à 10 %
      <span style="font-size: 14px; font-weight: 400; display: block; margin-top: 5px;">du potentiel des outils réellement exploité</span>
    </div>
    <div class="kpi-item">
      ~ 10 %
      <span style="font-size: 14px; font-weight: 400; display: block; margin-top: 5px;">des développeurs maîtrisent les agents avancés</span>
    </div>
  </div>

  <p>
    Même chez les profils techniques, un plafond de verre subsiste. Près de la moitié des développeurs ignorent l&rsquo;IA dans leur flux quotidien. Sans une intégration profonde dans les processus métiers, cet investissement technologique constitue un <strong>coût invisible</strong>, limitant les outils à de simples démonstrations.
  </p>

  <h2>Les quatre piliers d&rsquo;une véritable montée en compétences</h2>
  
  <p>
    L&rsquo;interface intuitive de l&rsquo;IA générative donne une fausse impression de facilité. Une démonstration technique ne remplace pas une méthodologie rigoureuse. Pour combler les lacunes des utilisateurs, notre expert identifie quatre axes de formation fondamentaux :
  </p>

  <div class="custom-container-2">
    <div class="custom-box outlined">
      <h4>1. L&rsquo;art de la contextualisation</h4>
      <p>L&rsquo;IA n&rsquo;est pas un moteur de recherche. Sans un dialogue précis, la machine génère des réponses génériques, favorisant l&rsquo;abandon de l&rsquo;outil.</p>
    </div>
    <div class="custom-box outlined">
      <h4>2. La sécurité et la souveraineté des données </h4>
      <p>L&rsquo;urgence de la production pousse parfois les équipes à copier des données confidentielles dans des modèles publics, exposant la propriété intellectuelle de l&rsquo;entreprise. Un cadre strict est indispensable.</p>
    </div>
  </div>
  
  <div class="custom-container-2">
    <div class="custom-box outlined">
      <h4>3. Esprit critique et validation</h4>
      <p>Face à l&rsquo;aplomb narratif de la machine, les collaborateurs doivent apprendre à vérifier systématiquement les résultats générés.</p>
    </div>
    <div class="custom-box outlined">
      <h4>4. Orchestration complexe</h4>
      <p>L&rsquo;enjeu est de générer des plans d&rsquo;action complets, exigeant une vision d&rsquo;ensemble du métier au-delà de la syntaxe.</p>
    </div>
  </div>

  <h2>L&rsquo;expertise métier : le véritable garde-fou de l&rsquo;IA</h2>
  
  <p>
  À l&rsquo;inverse, les profils seniors tirent une valeur supérieure de ces technologies. Forts de leur expertise métier, ils utilisent l&rsquo;IA comme un véritable partenaire de débat, et non comme un oracle. Ils sont capables d&rsquo;imposer des contraintes logistiques ou juridiques strictes, transformant une réponse brute en un livrable de haute qualité. C&rsquo;est l&rsquo;alliance de la maîtrise technique et de la connaissance métier qui crée l&rsquo;excellence.


  </p>

  
  <h2>Prévenir le risque d&rsquo;une organisation à deux vitesses</h2>
  
  <p>
    D&rsquo;ici <strong>2028</strong>, la data alphabétisation s&rsquo;imposera comme un prérequis éliminatoire sur le marché du travail. Le clivage historique entre techniciens et profils métiers est voué à disparaître.
  </p>
  
  <p>
    Toutefois, l&rsquo;inaction menace de fracturer les organisations. L&rsquo;entreprise s&rsquo;expose à une asymétrie entre des <strong>collaborateurs augmentés</strong> et des salariés non formés, relégués au rang d&rsquo;exécutants. Ce décalage génère des goulots d&rsquo;étranglement et accélère la fuite des talents vers des environnements technologiquement plus matures.
  </p>

  <div class="encadre-margo">
    <div class="content">
      <div class="margo-title">L&rsquo;engagement de l&rsquo;excellence</div>
      <h3>Accompagner la transformation chez MARGO</h3>
      <p>
        Nous avons la conviction que la maîtrise absolue des écosystèmes IT complexes est le moteur de la performance métier. Le <strong>PÔLE EXCELLENCE</strong> accompagne nos consultants par un investissement continu dans la formation.
      </p>
      <ul>
        <li><strong>726 séances de coaching</strong> dispensées en 2024.</li>
        <li>Une expertise de pointe sur les environnements les plus sophistiqués.</li>
        <li>Garantie de réussite pour vos projets critiques.</li>
      </ul>
    </div>
  </div>

  <p>
    Pour approfondir cette réflexion, nous vous invitons à lire l&rsquo;intégralité de l&rsquo;article de Hamza Bouanani :
  </p>

  <a href="https://www.lebigdata.fr/ia-en-entreprise-entre-formation-insuffisante-et-risque-de-fracture-generationnelle" class="btn-bleu" target="_blank" rel="noopener">
    Lire l&rsquo;article sur Le Big Data
  </a>

  <hr>

  <div class="author-card">
    <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/MARGO-VIGNETTES-2.jpg" alt="Hamza Bouanani" class="author-avatar">
    <div class="author-meta">
      <div class="author-label">L&rsquo;expert</div>
      <h4 class="author-name">Hamza Bouanani</h4>
      <div class="author-role">Practice Manager AI @ MARGO &#038; Lead Data Scientist @ BNP Risk</div>
      <p class="author-bio">
        Spécialiste de l&rsquo;IA et de la Data Science, Hamza accompagne les grands comptes dans le déploiement opérationnel et stratégique de solutions technologiques critiques.
      </p>
      <div class="author-links">
        <a href="https://www.linkedin.com/in/hamzabouanani/" target="_blank" rel="noopener">LinkedIn</a>
      </div>
    </div>
  </div>

</div>


</div><p>The post <a href="https://margo.23juin.dev/presse/ia-en-entreprise-pourquoi-lequipement-seul-ne-garantit-plus-la-performance/">IA en entreprise : pourquoi l&rsquo;équipement seul ne garantit plus la performance</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>L&#8217;IA ne détruit pas l&#8217;emploi, elle révèle la dette organisationnelle : MARGO dans les colonnes d&#8217;IT for Business</title>
		<link>https://margo.23juin.dev/presse/ia-ne-detruit-pas-lemploi-elle-revele-la-dette-organisationnelle-margo-dans-les-colonnes-dit-for-business/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 08:23:11 +0000</pubDate>
				<category><![CDATA[Presse]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=11040</guid>

					<description><![CDATA[<p>Dans la presse Sollicité par la rédaction d&#8217;IT for Business, média de référence des décideurs technologiques, Olivier Hémar, CEO et cofondateur de MARGO, livre son analyse sur l&#8217;impact réel de l&#8217;intelligence artificielle. Loin des discours convenus, son diagnostic est sans appel : l&#8217;IA ne supprime pas les emplois, elle révèle les failles des organisations et ...</p>
<p>The post <a href="https://margo.23juin.dev/presse/ia-ne-detruit-pas-lemploi-elle-revele-la-dette-organisationnelle-margo-dans-les-colonnes-dit-for-business/">L&rsquo;IA ne détruit pas l&#8217;emploi, elle révèle la dette organisationnelle : MARGO dans les colonnes d&rsquo;IT for Business</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">



<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>

<style>
.text_content .press-strip{
  margin: var(--s-6) 0;
  padding: 28px;
  background: linear-gradient(180deg, rgba(0,0,115,.035), rgba(0,0,115,.02));
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.text_content .press-strip__kicker{
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,115,.78);
}

.text_content .press-strip__title{
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.text_content .press-strip__title::before{
  content:"";
  width: 4px;
  height: 22px;
  background: var(--navy);
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 4px;
}

/* GRID: adapts to 1/2/3/4 items naturally, never more than 4 columns on desktop */
.text_content .press-strip__grid{
  display: grid;
  gap: 16px;
  align-items: stretch;
  margin-top: 6px;

  /* Responsive auto grid, cards keep a minimum width */
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.text_content .press-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 72px;
}

.text_content .press-logo img{
  width: auto;
  max-width: 160px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: .82;
  transition: opacity .18s ease;
}

.text_content .press-logo:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  border-color: rgba(0,0,115,.18);
}

.text_content .press-logo:hover img{ opacity: .95; }

.text_content .press-logo:focus-visible{
  outline: var(--btn-focus);
  outline-offset: 3px;
}

.text_content .press-strip__meta{
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(0,0,0,.62);
}

@media (min-width: 1200px){
  /* cap à 4 colonnes uniquement si 5+ médias (sinon 1/2/3/4 s'étirent naturellement) */
  .press-strip__grid:has(.press-logo:nth-child(5)){
    grid-template-columns: repeat(4, 1fr);
  }
}


/* Tablet */
@media (max-width: 1024px){
  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px){
  .text_content .press-strip{
    padding: 20px 18px;
    border-radius: 16px;
  }

  .text_content .press-strip__title{
    font-size: 18px;
  }

  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
  }

  .text_content .press-logo{
    min-height: 58px;
    padding: 12px;
  }

  .text_content .press-logo img{
    max-height: 26px;
    max-width: 140px;
  }
}
</style>

<div class="text_content">

    <div class="press-strip">



<p class="press-strip__kicker">Dans la presse</p>



        <div class="press-strip__grid">

            <a class="press-logo" href="https://www.itforbusiness.fr/it-for-business-le-magazine-n2316-mai-2026-103433" target="_blank" rel="noopener">

                <img src=https://www.margo.com/wp-content/uploads/2026/05/Capture-decran-2026-05-19-105313.png>

            </a>

        </div>

    </div>

    <p><strong>Sollicité par la rédaction d&rsquo;IT for Business, média de référence des décideurs technologiques, Olivier Hémar, CEO et cofondateur de MARGO, livre son analyse sur l&rsquo;impact réel de l&rsquo;intelligence artificielle. Loin des discours convenus, son diagnostic est sans appel : l&rsquo;IA ne supprime pas les emplois, elle révèle les failles des organisations et met en lumière une dette organisationnelle souvent ignorée.</strong></p>

    <p><strong>L&rsquo;Intelligence Artificielle : un miroir des failles structurelles</strong></p>
    
    <div class="container-photo">
    <div class="text">
        <p>Il est devenu courant d&rsquo;attribuer les récents plans de rationalisation au sein des entreprises à l&rsquo;essor de l&rsquo;Intelligence Artificielle. Pourtant, comme le souligne Olivier Hémar, cette technologie sert bien souvent de prétexte à des problèmes qui existaient déjà, notamment en matière de productivité ou d&rsquo;organisation.</p>
        <p>Face aux difficultés, il s&rsquo;avère plus aisé d&rsquo;invoquer l&rsquo;innovation technologique que d&rsquo;affronter le véritable défi : la transformation profonde des modèles organisationnels. Sans un pilotage rigoureux, l&rsquo;intégration de l&rsquo;IA est subie ; les ajustements s&rsquo;opèrent alors dans l&rsquo;urgence par des réductions d&rsquo;effectifs plutôt que par une évolution des compétences.</p>
    </div>
    <div class="image">
        <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/Capture-decran-2026-05-19-112015.png" 
             alt="Analyse Olivier Hémar" 
             onclick="openFullImage(this.src)">
    </div>
</div>

<div id="image-overlay" onclick="this.style.display='none'">
    <img decoding="async" id="overlay-img" src="" alt="Agrandissement">
</div>

    <blockquote class="citation">
        L&rsquo;IA ne supprime pas les emplois, elle révèle les failles des organisations. Face aux difficultés, il s&rsquo;avère plus aisé d&rsquo;invoquer l&rsquo;innovation technologique que d&rsquo;affronter le véritable défi.
        <span class="auteur">Olivier Hémar, CEO de MARGO</span>
    </blockquote>

    <p><strong>L&rsquo;ingénierie à l&rsquo;état de l&rsquo;art : de l&rsquo;exécution à l&rsquo;architecture critique</strong></p>
    
    <p>L&rsquo;adoption de l&rsquo;IA ne se limite pas à une simple logique de substitution, car elle redéfinit l&rsquo;essence même du Software Engineering. En effet, lorsqu&rsquo;elle est anticipée, l&rsquo;IA ouvre des perspectives inédites pour améliorer la qualité de la production informatique. L&rsquo;automatisation des tâches d&rsquo;exécution libère ainsi un temps précieux qui doit être réinvesti dans l&rsquo;architecture et la valeur ajoutée métier.</p>

    <div class="custom-container-3">
        <div class="custom-box outlined">
            <strong>Documentation</strong>
            <p>Un renforcement net et une automatisation de la documentation technique.</p>
        </div>
        <div class="custom-box outlined">
            <strong>Tests logiciels</strong>
            <p>Une extension massive de la couverture des tests pour fiabiliser le code.</p>
        </div>
        <div class="custom-box outlined">
            <strong>Sécurité accrue</strong>
            <p>Une meilleure sécurisation des architectures et des systèmes complexes.</p>
        </div>
    </div>

    <p>Par ailleurs, l&rsquo;IA agit comme un puissant accélérateur d&rsquo;apprentissage. Un profil junior devient opérationnel beaucoup plus vite, intervenant plus tôt sur des problématiques qui exigeaient auparavant de longues années d&rsquo;expérience. Par conséquent, l&rsquo;enjeu n&rsquo;est plus de savoir comment l&rsquo;IA va réduire les coûts, mais comment l&rsquo;ingénierie peut en faire un instrument de création de valeur.</p>

    <p><strong>L&rsquo;humain au cœur de la gouvernance technologique</strong></p>

    <p>En conclusion, le véritable défi soulevé par cette révolution est d&rsquo;abord humain et psychologique. La technologie bouscule les repères et met en lumière la capacité des entreprises à faire évoluer les postures de leurs collaborateurs.</p>

    <div class="encadre-margo">
        <div class="content">
            <p class="margo-title">L&rsquo;IA au service du Craftsmanship</p>
            <p>C&rsquo;est sur cette conviction que MARGO a bâti son <strong>Pôle EXCELLENCE</strong>. Nos Practices spécialisées accompagnent quotidiennement nos talents singuliers pour qu&rsquo;ils maîtrisent les environnements technologiques les plus sophistiqués.</p>
            <ul>
                <li>Accompagnement continu sur les postures professionnelles.</li>
                <li>Maîtrise des écosystèmes technologiques de pointe.</li>
                <li>Élargissement constant du périmètre d&rsquo;activités de nos ingénieurs.</li>
            </ul>
        </div>
    </div>

    <div class="callout-important" style="margin-top: 30px;">
        <p>Retrouvez l&rsquo;intégralité de l&rsquo;intervention d&rsquo;Olivier Hémar dans le magazine <strong>IT for Business</strong> (Numéro 2316 – Mai 2026).</p>
    </div>

<script>
function openFullImage(src) {
    const overlay = document.getElementById('image-overlay');
    const overlayImg = document.getElementById('overlay-img');
    overlayImg.src = src; // On donne la source de l'image à l'agrandissement
    overlay.style.display = 'flex'; // On affiche le bloc noir
}
</script>

</div>



</div><p>The post <a href="https://margo.23juin.dev/presse/ia-ne-detruit-pas-lemploi-elle-revele-la-dette-organisationnelle-margo-dans-les-colonnes-dit-for-business/">L&rsquo;IA ne détruit pas l&#8217;emploi, elle révèle la dette organisationnelle : MARGO dans les colonnes d&rsquo;IT for Business</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>L’IA en entreprise : de l&#8217;adoption non gouvernée à l&#8217;industrialisation maîtrisée</title>
		<link>https://margo.23juin.dev/presse/lia-en-entreprise-de-ladoption-non-gouvernee-a-lindustrialisation-maitrisee/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 08:17:29 +0000</pubDate>
				<category><![CDATA[Presse]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=11035</guid>

					<description><![CDATA[<p>Dans la presse L’Intelligence Artificielle ne frappe plus à la porte des entreprises : elle a déjà investi l&#8217;ensemble de leurs strates opérationnelles. Qu&#8217;il s&#8217;agisse d&#8217;optimiser la production de code, d&#8217;analyser des données complexes ou d&#8217;automatiser des processus métier, l&#8217;IA est une réalité tangible. Cependant, ce déploiement s&#8217;opère souvent dans l&#8217;ombre des schémas directeurs. Aujourd&#8217;hui, ...</p>
<p>The post <a href="https://margo.23juin.dev/presse/lia-en-entreprise-de-ladoption-non-gouvernee-a-lindustrialisation-maitrisee/">L’IA en entreprise : de l&rsquo;adoption non gouvernée à l&rsquo;industrialisation maîtrisée</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">



<style>
.text_content .press-strip{
  margin: var(--s-6) 0;
  padding: 28px;
  background: linear-gradient(180deg, rgba(0,0,115,.035), rgba(0,0,115,.02));
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.text_content .press-strip__kicker{
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,115,.78);
}

.text_content .press-strip__title{
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.text_content .press-strip__title::before{
  content:"";
  width: 4px;
  height: 22px;
  background: var(--navy);
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 4px;
}

/* GRID: adapts to 1/2/3/4 items naturally, never more than 4 columns on desktop */
.text_content .press-strip__grid{
  display: grid;
  gap: 16px;
  align-items: stretch;
  margin-top: 6px;

  /* Responsive auto grid, cards keep a minimum width */
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.text_content .press-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 72px;
}

.text_content .press-logo img{
  width: auto;
  max-width: 160px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: .82;
  transition: opacity .18s ease;
}

.text_content .press-logo:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  border-color: rgba(0,0,115,.18);
}

.text_content .press-logo:hover img{ opacity: .95; }

.text_content .press-logo:focus-visible{
  outline: var(--btn-focus);
  outline-offset: 3px;
}

.text_content .press-strip__meta{
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(0,0,0,.62);
}

@media (min-width: 1200px){
  /* cap à 4 colonnes uniquement si 5+ médias (sinon 1/2/3/4 s'étirent naturellement) */
  .press-strip__grid:has(.press-logo:nth-child(5)){
    grid-template-columns: repeat(4, 1fr);
  }
}


/* Tablet */
@media (max-width: 1024px){
  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px){
  .text_content .press-strip{
    padding: 20px 18px;
    border-radius: 16px;
  }

  .text_content .press-strip__title{
    font-size: 18px;
  }

  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
  }

  .text_content .press-logo{
    min-height: 58px;
    padding: 12px;
  }

  .text_content .press-logo img{
    max-height: 26px;
    max-width: 140px;
  }
}
</style>


<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>




<div class="text_content">

<div class="press-strip">

<p class="press-strip__kicker">Dans la presse</p>

 <div class="press-strip__grid">


        </div>
        
        <div class="custom-container-2" style="margin-top: 0; width: 100%; display: grid; gap: 20px; grid-template-columns: repeat(2, 1fr);">
            
            <a href="https://presseagence.fr/paris-olivier-hemar-lia-ne-peut-plus-etre-un-usage-diffus-et-incontrole/" class="logo-box-link" target="_blank" rel="noopener" style="display: block; text-decoration: none;">
                <div class="custom-box" style="margin: 0; background-color: #ffffff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; display: flex; align-items: center; justify-content: center; min-height: 110px; padding: 20px;">
                    <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/Capture-decran-2026-05-18-173955.png" alt="Logo Presse Agence" style="max-height: 55px; max-width: 90%; width: auto; height: auto;">
                </div>
            </a>
            
            <a href="https://refrance.fr/ia-en-entreprise-de-lusage-sauvage-a-lindustrialisation-maitrisee/" class="logo-box-link" target="_blank" rel="noopener" style="display: block; text-decoration: none;">
                <div class="custom-box" style="margin: 0; background-color: #ffffff; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); text-align: center; display: flex; align-items: center; justify-content: center; min-height: 110px; padding: 20px;">
                    <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/Capture-decran-2026-05-18-174300.png" alt="Logo Times." style="max-height: 45px; max-width: 90%; width: auto; height: auto;">
                </div>
            </a>
            
        </div>
    </div>



    <p>L’Intelligence Artificielle ne frappe plus à la porte des entreprises : elle a déjà investi l&rsquo;ensemble de leurs strates opérationnelles. Qu&rsquo;il s&rsquo;agisse d&rsquo;optimiser la production de code, d&rsquo;analyser des données complexes ou d&rsquo;automatiser des processus métier, l&rsquo;IA est une réalité tangible.</p>

    <p>Cependant, ce déploiement s&rsquo;opère souvent dans l&rsquo;ombre des schémas directeurs. Aujourd&rsquo;hui, un tiers des collaborateurs recourt à l&rsquo;IA hebdomadairement en dehors de tout cadre de conformité. Cette prolifération du <em>Shadow AI</em> confronte les DSI et RSSI à une urgence absolue : combler la fracture technologique entre l&rsquo;expérimentation isolée et la mise en production sécurisée.</p>

    <h2>Les externalités négatives du « Shadow AI »</h2>
        
    <p>Tolérer une utilisation non gouvernée de l&rsquo;IA expose l&rsquo;entreprise à des risques structurels et systémiques immédiats. La phase d&rsquo;exploration s&rsquo;achève : l&rsquo;impératif réside désormais dans la gouvernance stricte de ces outils au cœur du système d&rsquo;information.</p>

    <div class="custom-container-3">
        <div class="custom-box filled">
            <strong>Dette technologique</strong>
            <p>Prolifération incontrôlée des licences, silotage des initiatives et accumulation de POC incapables d&rsquo;atteindre le stade de la production.</p>
        </div>
        <div class="custom-box filled">
            <strong>Vulnérabilité sécuritaire</strong>
            <p>Exposition critique de données sensibles et exfiltration de la propriété intellectuelle (code, algorithmes) vers des modèles publics.</p>
        </div>
        <div class="custom-box filled">
            <strong>Plafond de verre</strong>
            <p>Incapacité chronique à opérer un passage à l&rsquo;échelle (<em>scale-up</em>) des cas d&rsquo;usage démontrant pourtant une réelle valeur ajoutée.</p>
        </div>
    </div>

    <h2>De l&rsquo;expérimentation à l&rsquo;industrialisation : le nouveau défi des DSI</h2>

    <p>Chez MARGO, cabinet de conseil spécialisé dans la haute complexité IT, nous sommes au cœur de ce changement de paradigme. Nous accompagnons la structuration de ces environnements pour nos clients évoluant dans des secteurs hautement régulés.</p>

<div class="container-photo">
  <div class="text">
<div class="citation">
        Aujourd&rsquo;hui, le prisme s&rsquo;est totalement inversé. Nous ne mesurons plus l&rsquo;augmentation des projets IA, car c&rsquo;est tout simplement devenu le sujet N°1 de nos clients. Actuellement, 80 % des sollicitations que nous recevons intègrent l&rsquo;industrialisation de l&rsquo;IA !
        <span class="auteur">Olivier Hemar, CEO de MARGO</span>
    </div>
  </div>

  <div class="image">
    <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/CET00197-Avec-accentuation-Bruit-scaled-e1779117474467.jpg" alt="...">
  </div>
</div>

    

    <p>Opérer la transition d&rsquo;une initiative opportuniste vers une solution robuste, gouvernée et créatrice de valeur exige de maîtriser une ingénierie d&rsquo;une grande complexité architecturale :</p>

    <div class="custom-container-2">
        <div class="custom-box outlined">
            <strong>Intégration MLOps</strong>
            <p>L&rsquo;automatisation, la testabilité et la fiabilisation du cycle de vie des modèles d&rsquo;IA s&rsquo;alignent sur les standards du Software Engineering critique.</p>
        </div>
        <div class="custom-box outlined">
            <strong>Supervision (Model Drift)</strong>
            <p>Un monitoring continu est indispensable pour garantir la stabilité des performances et prévenir l&rsquo;obsolescence ou la dérive en production.</p>
        </div>
        <div class="custom-box outlined">
            <strong>Arbitrage &#038; Souveraineté</strong>
            <p>Faut-il s&rsquo;appuyer sur les API des géants technologiques ou déployer des modèles <em>Open Source</em> en interne pour sanctuariser ses données ?</p>
        </div>
        <div class="custom-box outlined">
            <strong>Conformité By Design</strong>
            <p>La régulation (AI Act &#038; RGPD) devient un levier de confiance, en bâtissant des systèmes transparents et éthiques dès leur conception.</p>
        </div>
    </div>

    <h2>Reprendre la maîtrise de son actif technologique</h2>

    <p>L’IA ne peut plus être appréhendée comme un simple outil d&rsquo;opportunité ; elle doit s&rsquo;inscrire comme un <strong>actif stratégique rigoureusement piloté</strong>. Demain, l&rsquo;avantage concurrentiel appartiendra aux organisations capables de maîtriser leur écosystème IA plutôt que de le subir. Le développement d&rsquo;une IA souveraine et sécurisée n&rsquo;est plus l&rsquo;apanage des géants de la Tech, mais une nécessité absolue pour préserver votre indépendance technologique et valoriser votre patrimoine de données.</p>

    <div class="encadre-margo">
        <div class="content">
            <p class="margo-title">Transformez vos expérimentations en solutions industrielles</p>
            <p>L&rsquo;excellence technologique et la gestion de la complexité constituent l&rsquo;ADN de MARGO. En connectant vos ambitions IA à notre expertise en ingénierie logicielle, vous construisez une capacité technologique résiliente et souveraine.</p>
            <p><strong>Sécurisez votre trajectoire </strong> en <a href="https://www.margo.com/nous-contacter/" target="_blank" rel="noopener"> <span style="text-decoration:underline;">échangeant avec nos experts sur votre stratégie d&rsquo;industrialisation IA.</span> </a></p>
        </div>
    </div>

    <div class="faq-container">
        <details class="faq-item">
            <summary>Pourquoi l&rsquo;industrialisation de l&rsquo;IA est-elle devenue une priorité pour les DSI ?</summary>
            <div class="faq-answer">
                <p>Parce que la phase d&rsquo;expérimentation (POC) a montré ses limites. Pour générer un véritable ROI, l&rsquo;IA doit être intégrée au cœur du système d&rsquo;information de l&rsquo;entreprise avec le même niveau d&rsquo;exigence, de sécurité et de scalabilité que le développement logiciel critique traditionnel.</p>
            </div>
        </details>

        <details class="faq-item">
            <summary>Quels sont les risques liés au « Shadow AI » en entreprise ?</summary>
            <div class="faq-answer">
                <p>Le Shadow AI engendre une triple menace : une dette technologique (multiplication d&rsquo;outils non compatibles), un risque juridique (non-conformité au RGPD et à l&rsquo;AI Act) et surtout une faille sécuritaire majeure (fuite de propriété intellectuelle via l&rsquo;utilisation de LLM publics non sécurisés).</p>
            </div>
        </details>

        <details class="faq-item">
            <summary>Comment MARGO accompagne-t-il le passage à l&rsquo;échelle des projets IA ?</summary>
            <div class="faq-answer">
                <p>En s&rsquo;appuyant sur notre ADN d&rsquo;ingénierie complexe, nous déployons des pratiques MLOps rigoureuses, assurons l&rsquo;architecture des modèles (Open Source ou propriétaires) garantissant la souveraineté des données, et implémentons un monitoring continu (Model Drift) pour sécuriser le cycle de vie de l&rsquo;IA en production.</p>
            </div>
        </details> 
    </div>
    
    <p style="text-align: right; margin-top: 30px; font-style: italic; font-size: 14px;"><small>*Source : Salesforce (2024 – AI usage report)</small></p>

</div>

</div><p>The post <a href="https://margo.23juin.dev/presse/lia-en-entreprise-de-ladoption-non-gouvernee-a-lindustrialisation-maitrisee/">L’IA en entreprise : de l&rsquo;adoption non gouvernée à l&rsquo;industrialisation maîtrisée</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Premier emploi ingénieur : l’expertise tech s’acquiert au contact de la complexité</title>
		<link>https://margo.23juin.dev/life/premier-emploi-ingenieur-lexpertise-tech-sacquiert-au-contact-de-la-complexite/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Tue, 12 May 2026 17:12:17 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=11009</guid>

					<description><![CDATA[<p>Le choix de votre premier emploi détermine la valeur de votre signature technique pour la décennie à venir. Pour un jeune ingénieur, l&#8217;enjeu ne réside pas dans la recherche d&#8217;une mission, mais dans l&#8217;intégration d&#8217;un écosystème capable de transformer un potentiel académique en une expertise de référence. Chez MARGO, nous appliquons une philosophie « Consultant ...</p>
<p>The post <a href="https://margo.23juin.dev/life/premier-emploi-ingenieur-lexpertise-tech-sacquiert-au-contact-de-la-complexite/">Premier emploi ingénieur : l’expertise tech s’acquiert au contact de la complexité</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">



<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>

<article class="text_content">
    
    <p>Le choix de votre premier emploi détermine la valeur de votre signature technique pour la décennie à venir. Pour un jeune ingénieur, l&rsquo;enjeu ne réside pas dans la recherche d&rsquo;une mission, mais dans l&rsquo;intégration d&rsquo;un écosystème capable de transformer un potentiel académique en une expertise de référence. Chez <strong>MARGO</strong>, nous appliquons une philosophie « Consultant First » : nous considérons que votre progression technique est le seul moteur de notre croissance organique, constante depuis 2005.</p>

    <div class="container-photo">
        <div class="image">
            <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/04/Copie-de-MARGO-2000-24.jpg" alt="Consultant First Margo">
        </div>
        <div class="text">
            <h2>Une vision « Consultant First » : là où l&rsquo;excellence se cultive</h2>
            <p>L&rsquo;excellence n&rsquo;est pas un concept abstrait, c&rsquo;est le résultat d&rsquo;un environnement sans frictions. Pour un jeune diplômé, l&rsquo;inquiétude du premier emploi est souvent de devenir un simple numéro au sein d&rsquo;une structure anonyme. Chez MARGO, nous renversons ce paradigme.</p>
            <p>Être « Consultant First » commence par un cadre de travail irréprochable : une mutuelle santé et un pass Navigo pris en charge à 100 %, ainsi que des bureaux au 27ème étage de la Tour Aurore, conçus comme un hub d&rsquo;échange plutôt que comme un simple lieu de passage. Au-delà du confort, c&rsquo;est la certitude que chaque projet sur lequel vous intervenez a été sélectionné pour sa complexité architecturale. Nous vous confions une mission pour répondre à un défi où votre montée en compétences est la clé du succès.</p>
        </div>
    </div>

    

    <h2>Le fonctionnement du Pôle EXCELLENCE : un mentorat par vos pairs</h2>

<div class="custom-box outlined">
  
  <p> <p>La plus grande crainte d&rsquo;un jeune dev est la stagnation ou l&rsquo;isolement technique chez un client. Pour y répondre, nous avons créé le <strong>Pôle EXCELLENCE MARGO</strong>. Ici, votre manager n&rsquo;est pas un profil commercial, mais un Practice Manager. C&rsquo;est un expert technique senior qui appartient à votre communauté : Software Engineering, Cloud Transformation, Artificial Intelligence, Data, Capital Markets ou Insurance.</p>
    <p>Ce management par les pairs change tout. Votre Practice Manager comprend vos problématiques de code, vos blocages sur Kubernetes ou vos interrogations sur l&rsquo;optimisation d&rsquo;un algorithme en C++. Ce mentorat sur-mesure vous permet de choisir vos batailles techniques. Vous n&rsquo;êtes pas contraint par un catalogue de missions rigide ; vous construisez votre parcours en fonction de la stack que vous souhaitez maîtriser. Que vous visiez la latence ultra-faible en finance de marché ou l&rsquo;industrialisation de modèles de Computer Vision, le Pôle EXCELLENCE sécurise votre progression par un suivi hebdomadaire.</p>
 </p>
</div>




 

    <h2>La montée en compétences illimitée : l&rsquo;investissement par la preuve</h2>
 <p>L&rsquo;ambition des jeunes diplômés est souvent bridée par un manque d&rsquo;investissement réel des entreprises. Chez MARGO, l&rsquo;excellence technologique est un investissement audité. En 2024, nous avons dispensé 726 séances de coaching technique. Ce ne sont pas des formations théoriques sur étagère, mais des sessions de Pair Programming, des revues de code rigoureuses et des ateliers de design d’architecture.</p>

<p>Pour un jeune développeur, cela signifie bénéficier de l&rsquo;expérience de consultants seniors qui ont déjà éprouvé les problématiques de production à grande échelle. Cette dynamique, baptisée <em>The Endless Momentum</em>, se traduit par des engagements fermes :</p>



<div class="container-photo">



<div class="image">
    <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/03/PHOTO-POUR-ARTICLE.jpg" alt="...">
  </div>


  <div class="text">
 
    <ul>
        <li><strong>La garantie d&rsquo;une certification par an :</strong> Nous finançons et libérons du temps pour que vous validiez vos compétences sur les standards du marché (AWS Certified, CKA pour Kubernetes, certifications GCP ou Azure).</li>
        <li><strong>Les Learning Expeditions :</strong> Des moments privilégiés de veille technologique intensive pour explorer les nouvelles frontières de l&rsquo;IA générative ou du Cloud Native.</li>
        <li><strong>Le Software Craftsmanship :</strong> Nous ne transigeons pas sur la qualité. Vous apprenez et appliquez les principes SOLID, le TDD (Test Driven Development) et le Clean Code dès votre première mission.</li>
        <li><strong>Le rayonnement communautaire :</strong> Nous vous encourageons à sortir de l&rsquo;anonymat. En devenant speaker lors de nos Meetups (comme le C++FRUG) ou en rédigeant des articles pour notre blog expert, vous développez votre Personal Branding. Vous ne travaillez pas seulement pour MARGO, vous bâtissez votre propre autorité technique dans l&rsquo;industrie.</li>
    </ul>
  </div>

 
</div>






   
  

    
    <div class="container-photo">
        <div class="text">
            <h2>ONE MARGO : un collectif uni sans frontières</h2>
            <p>L&rsquo;ambition d&rsquo;un jeune ingénieur est souvent internationale. La philosophie <strong>ONE MARGO</strong> unifie nos hubs de Paris, Londres et Varsovie. Nous avons harmonisé nos standards d’ingénierie : un développeur à La Défense utilise les mêmes outils, la même rigueur et les mêmes processus qu’un homologue à Londres.</p>
            <p>Cette architecture vous offre une portabilité totale de vos compétences. Elle facilite les échanges entre pairs à l&rsquo;échelle européenne et vous permet de confronter vos méthodes de travail aux places financières et technologiques les plus exigeantes. Vous appartenez à un collectif de 400 experts, une taille critique qui permet à la fois une agilité entrepreneuriale et une force de frappe technologique majeure.</p>
        </div>
        <div class="image">
            <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/04/MARGO-2000-23.jpg" alt="Collectif Margo">
        </div>
    </div>

   

    
            <h2>Une infrastructure pensée pour la performance et l&rsquo;équilibre du premier emploi</h2>
            <p>Soutenir une telle carrière en ingénierie IT demande une hygiène de vie que nous soutenons activement. Certifiée Great Place to Work® et classée au palmarès <strong>Best Workplaces 2026</strong>, MARGO refuse l&rsquo;idée que l&rsquo;excellence doive se faire au détriment de l&rsquo;équilibre personnel.</p>
            <p>L&rsquo;esprit d&rsquo;équipe se cultive aussi hors du code. Nos cours quotidiens de Yoga, de Running et de Football, pris en charge, sont des moments essentiels de décompression et de cohésion.</p>
        </div>
       

    

    <div class="custom-box filled">
        <strong>Rejoignez MARGO comme tremplin pour votre carrière</strong>
        <p>MARGO n&rsquo;est pas une SSII classique ; c&rsquo;est un collectif d&rsquo;ingénieurs en croissance organique depuis 2005. Nous cherchons des talents singuliers, des esprits curieux qui ne se satisfont pas du statu quo.</p>
        <p>Choisir MARGO pour son premier emploi, c&rsquo;est refuser la stagnation et s&rsquo;assurer que chaque ligne de code écrite contribue à votre autorité technique. Si vous avez l&rsquo;ambition de devenir un expert de référence et que vous cherchez un environnement qui investit réellement sur vous, votre place est ici.</p>
        <a href="https://www.margo.com/nous-rejoindre/" class="btn-bleu" target="_blank" rel="noopener noreferrer">Prêt à transformer votre potentiel en expertise ? Rejoignez-nous</a>
    </div>

</article>



</div><p>The post <a href="https://margo.23juin.dev/life/premier-emploi-ingenieur-lexpertise-tech-sacquiert-au-contact-de-la-complexite/">Premier emploi ingénieur : l’expertise tech s’acquiert au contact de la complexité</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Meetup Paris JUG x MARGO : Deep Dive JVM, GCs et Projet Lilliput</title>
		<link>https://margo.23juin.dev/webinar/meetup-paris-jug/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 14:20:09 +0000</pubDate>
				<category><![CDATA[Webinar]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=10137</guid>

					<description><![CDATA[<p>La communauté Java francophone s’est une nouvelle fois donné rendez-vous au sommet de la tour MARGO pour une édition exceptionnelle du Paris JUG. Une soirée placée sous le signe de la performance, des entrailles de la JVM et du plaisir de se retrouver entre passionnés. En tant que partenaire Platinum, nous avons eu le plaisir ...</p>
<p>The post <a href="https://margo.23juin.dev/webinar/meetup-paris-jug/">Meetup Paris JUG x MARGO : Deep Dive JVM, GCs et Projet Lilliput</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">


<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>

<div class="text_content">

  <p>La communauté Java francophone s’est une nouvelle fois donné rendez-vous au sommet de la tour MARGO pour une édition exceptionnelle du <strong>Paris JUG</strong>. Une soirée placée sous le signe de la performance, des entrailles de la JVM et du plaisir de se retrouver entre passionnés.</p>
  
  <p>En tant que partenaire Platinum, nous avons eu le plaisir d&rsquo;accueillir plus de 50 participants au sein de nos locaux pour explorer les mécanismes de gestion mémoire qui feront le Java de demain.</p>

  <div class="custom-container-3">
    <div class="custom-box filled">
      <h3 style="background:none !important; padding:0 !important; color:#fff !important; margin-bottom:10px;">Replay 1</h3>
      <p><strong>G1, ZGC, Shenandoah : Quel GC choisir ?</strong></p>
      <a href="xxxxxxxxxxxxxxxxxx" target="_blank" class="btn-video" rel="noopener"> </a>
<p> Replay bientôt disponible →</p>
    </div>

    <div class="custom-box outlined">
      <h3 style="background:none !important; padding:0 !important; color:#000073 !important; margin-bottom:10px;">Replay 2</h3>
      <p><strong>Projet Lilliput &#038; Object Headers</strong></p>
      <a href="xxxxxxxxxxxxxxxxxxx" target="_blank" class="btn-video-dark" rel="noopener"> </a>
<p> Replay bientôt disponible → </p>
    </div>
  </div>

  <hr style="border: 0; border-top: 1px solid #000073; opacity: 0.2; margin: 40px 0;">

  <h2>Une soirée d&rsquo;expertise au cœur de la JVM</h2>
  <p>Dès 19h, les échanges ont débuté autour des enjeux de performance et d&rsquo;optimisation des infrastructures Java modernes. La soirée a été rythmée par deux talks de haut vol décryptant le présent et le futur du langage.</p>

  <div class="container-photo" style="display: flex; align-items: flex-start; gap: 30px; margin-top: 30px; margin-bottom: 40px;">
    <div class="text" style="flex: 2;">
      <h3><strong>La jungle des Garbage Collectors – Antoine Dessaigne</strong></h3>
      <p>Antoine nous a plongés dans les mécanismes internes de G1, ZGC et Shenandoah. Loin d&rsquo;être une simple affaire de configuration, le choix du GC est aujourd&rsquo;hui un levier stratégique dans des environnements Cloud où le coût de la mémoire est roi.</p>

      <p>Il a notamment détaillé les spécificités du <strong>ZGC générationnel</strong>, conçu pour réduire les temps de pause (Stop-The-World) à moins d&rsquo;une milliseconde, même sur des heaps de plusieurs téraoctets. L&rsquo;enjeu exposé est clair : trouver l&rsquo;équilibre parfait entre <em>latency</em> (réactivité) et <em>throughput</em> (capacité de traitement) selon vos contextes d&rsquo;exécution.</p>

    </div>
    <div class="image" style="flex: 1; min-width: 250px;">
      <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/IMG_3825-scaled.jpeg" style="width: 100%; border-radius: 8px; object-fit: cover; box-shadow: 0 4px 12px rgba(0,0,0,0.1);" alt="Antoine Dessaigne au Paris JUG">
    </div>
  </div>

  <div class="container-photo" style="display: flex; align-items: flex-start; gap: 30px; margin-top: 30px; margin-bottom: 40px; flex-direction: row-reverse;">

    <div class="text" style="flex: 2;">

      <h3><strong>Projet Lilliput : Optimiser l&rsquo;en-tête des objets – Achraf Hasbi</strong></h3>
      <p>Achraf a analysé l&rsquo;organisation physique des objets dans la heap. Chaque objet Java possède un « en-tête » (Object Header) contenant des métadonnées indispensables (lock, hashcode, GC state), mais dont la taille impacte directement l&#8217;empreinte mémoire globale.</p>

      <p>À travers une démonstration de la bibliothèque <strong>JOL (Java Object Layout)</strong>, il a illustré l&rsquo;apport du <strong>Projet Lilliput</strong> (JEP 450 et 519). L&rsquo;objectif est de réduire cet en-tête de 128 à 64 bits. Sur des applications manipulant des millions d&rsquo;objets, ce gain peut représenter une réduction de 10% à 20% de l&rsquo;occupation de la heap, sans modifier une seule ligne de code métier. Un levier massif pour la scalabilité des infrastructures Java.</p>
    </div>

    <div class="image" style="flex: 1; min-width: 250px;">
      <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/IMG_3839-scaled.jpeg" style="width: 100%; border-radius: 8px; object-fit: cover; box-shadow: 0 4px 12px rgba(0,0,0,0.1);" alt="Achraf Hasbi au Paris JUG">
    </div>
  </div>

<hr>

    <h2>Un carrefour d&rsquo;échanges pour la communauté Java</h2>

    <p>Au-delà de la technique, cette soirée a été marquée par une convivialité propre au Paris JUG. Entre les deux sessions, les participants ont pu profiter d’un moment de <strong>networking autour de pizzas </strong>, favorisant des échanges passionnés entre experts et curieux. Nous avons eu l&rsquo;honneur de compter parmi nous des figures majeures de l&rsquo;écosystème, telles qu&rsquo;Antoine Dessaigne et <strong>Rémi Forax</strong>, contributeur historique au langage Java. Pour MARGO, recevoir de tels profils est une occasion précieuse de confronter nos pratiques aux évolutions profondes du standard et de nourrir notre culture d&rsquo;excellence.</p>
    
    <p>La soirée s&rsquo;est conclue sur une note ludique : Achraf a mis au défi l&rsquo;assemblée avec un quiz technique. Félicitations aux trois gagnants qui sont repartis avec leurs cadeaux, et mention spéciale à <strong>nos deux consultants MARGO</strong> qui ont réussi à se hisser sur le podium dans ce contexte de haute compétition ! </p>


  <div style="display: flex; gap: 10px; margin: 30px 0;">
    <div style="flex: 1;"><img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/Gemini_Generated_Image_rl8b6url8b6url8b-1-e1779200376278.png" style="width: 100%; border-radius: 8px; aspect-ratio: 1/1; object-fit: cover;" alt="Public Meetup"></div>
    <div style="flex: 1;"><img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/IMG_3793-scaled.jpeg" style="width: 100%; border-radius: 8px; aspect-ratio: 1/1; object-fit: cover;" alt="Pizza Networking"></div>
    <div style="flex: 1;"><img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/IMG_3819-scaled.jpeg" style="width: 100%; border-radius: 8px; aspect-ratio: 1/1; object-fit: cover;" alt="Talk technique"></div>
  </div>

  <hr style="border: 0; border-top: 1px solid #000073; opacity: 0.2; margin: 40px 0;">

  <div class="encadre-margo">
    <div class="content">
      <h2>MARGO et la communauté Java : une passion partagée</h2>
      <p>Accueillir le <strong>Paris JUG</strong> est pour MARGO l’opportunité de soutenir l&rsquo;écosystème Java et de favoriser l&rsquo;excellence technique au sein de notre communauté de consultants.</p>
      <ul>
        <li>Valoriser l&rsquo;expertise R&#038;D de nos consultants (Practice Java) ;</li>
        <li>Contribuer activement aux échanges de la communauté open source ;</li>
        <li>Offrir un lieu d&rsquo;échange unique pour les ingénieurs passionnés.</li>
      </ul>
      <p>Cette édition confirme notre engagement : l&rsquo;innovation technologique passe par le partage de connaissances.</p>
      
      <hr style="border: 0; border-top: 1px solid #ffffff; opacity: 0.3; margin: 25px 0;">
      
      <p>Merci à <strong>Mathieu</strong> et toute l&rsquo;équipe du Paris JUG pour leur confiance. Ces moments de partage font vivre notre culture d’excellence.</p>
      <p>Vous êtes expert Java ou passionné par la JVM ? <strong>Rejoignez l&rsquo;aventure.</strong></p>
      <a href="https://www.margo.com/nous-rejoindre/" class="btn-bleu">Découvrez nos opportunités !</a>
    </div>
  </div>

  <div style="background-color: #f4f4f4; padding: 40px; border-radius: 15px; margin: 50px 0; display: flex; align-items: center; gap: 40px;">
    <div style="flex: 1.5;">
      <h2 style="margin-top: 0;">Aller plus loin : (re)découvrez nos articles techniques</h2>
      <p>
        L&rsquo;expertise Java chez MARGO s&rsquo;inscrit dans la durée. Retrouvez l&rsquo;analyse complète d&rsquo;Achraf Hasbi sur le blog pour approfondir les sujets abordés lors du meetup et découvrir nos retours d&rsquo;expérience en production.
      </p>
    </div>
    
    <div style="flex: 1; min-width: 300px;">
      <a href="https://www.margo.com/blog/project-lilliput-and-jep-519-how-one-jvm-flag-can-save-up-to-50-of-object-memory/" style="text-decoration: none; display: block;">
        <div style="background: #ffffff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.1); transition: transform 0.3s ease;">
          <img decoding="async" src="https://www.margo.com/wp-content/uploads/2026/05/BLOG-NEW-TEMPLATE-10.jpg" style="width: 100%; height: 180px; object-fit: cover;" alt="Aperçu article Java">
          <div style="padding: 20px;">
            <span style="color: #000073; font-size: 12px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;">Blog Tech</span>
            <h4 style="margin: 10px 0; color: #222; font-size: 18px; line-height: 1.4;">Projet Lilliput : Et si vos objets Java prenaient moins de place ?</h4>
            <span style="color: #000073; font-weight: bold; font-size: 14px;">Découvrir l&rsquo;article →</span>
          </div>
        </div>
      </a>
    </div>
  </div>

<div class="faq-container">
  
  <details class="faq-item">
    <summary>Pourquoi existe-t-il autant de Garbage Collectors (GC) différents en Java ?</summary>
    <div class="faq-answer">
      <p>Il n&rsquo;existe pas de « meilleur » GC universel car chaque application a des besoins différents. Le choix d&rsquo;un GC est un arbitrage entre trois facteurs : la <strong>latence</strong> (réduire les pauses « Stop-The-World »), le <strong>débit</strong> (quantité de travail utile par seconde) et l&rsquo;<strong>empreinte mémoire</strong>. Par exemple, le ZGC est idéal pour les très faibles latences, tandis que G1 est un excellent compromis pour la plupart des usages serveurs.</p>
    </div>
  </details>

  <details class="faq-item">
    <summary>Qu&rsquo;est-ce que le « ZGC Générationnel » et quel est son avantage ?</summary>
    <div class="faq-answer">
      <p>Le ZGC (Z Garbage Collector) est conçu pour des pauses quasi-nulles. Sa version « générationnelle » sépare les objets jeunes (qui meurent vite) des objets vieux. Cela permet au GC de nettoyer la « jeune génération » plus souvent et plus rapidement, ce qui réduit considérablement la consommation de ressources CPU et améliore l&rsquo;efficacité globale par rapport à un ZGC non-générationnel.</p>
    </div>
  </details>

  <details class="faq-item">
    <summary>En quoi consiste concrètement le Projet Lilliput ?</summary>
    <div class="faq-answer">
      <p>Lilliput vise à réduire la taille de l&rsquo;en-tête des objets Java (le <em>Object Header</em>). Actuellement, chaque objet possède un en-tête de 128 bits pour stocker des métadonnées (verrous, hashcode, état du GC). Lilliput, via les JEP 450 et 519, parvient à compacter ces informations pour tenir sur 64 bits, divisant ainsi par deux la place « perdue » par chaque objet.</p>
    </div>
  </details>

  <details class="faq-item">
    <summary>Quel gain de mémoire peut-on réellement espérer avec le Projet Lilliput ?</summary>
    <div class="faq-answer">
      <p>Le gain dépend de la taille moyenne de vos objets. Pour des applications qui manipulent un très grand nombre de petits objets (comme des microservices traitant beaucoup de data en mémoire), on peut observer une réduction de <strong>10 % à 20 % de l&rsquo;occupation totale de la heap</strong>. Cela permet soit de réduire ses coûts d&rsquo;infrastructure Cloud, soit de faire tourner plus de processus sur la même machine.</p>
    </div>
  </details>

  <details class="faq-item">
    <summary>Faut-il modifier son code métier pour profiter de ces optimisations ?</summary>
    <div class="faq-answer">
      <p>C&rsquo;est l&rsquo;un des grands points forts de Java : <strong>non</strong>. Ces évolutions se situent au niveau de la machine virtuelle (JVM). Il suffit de mettre à jour sa version de Java et d&rsquo;activer les bons flags au lancement pour en bénéficier immédiatement, sans aucune modification du code source.</p>
    </div>
  </details>

  <details class="faq-item">
    <summary>Comment puis-je mesurer précisément l&rsquo;impact de ces changements sur mes objets ?</summary>
    <div class="faq-answer">
      <p>La bibliothèque recommandée est <strong>JOL (Java Object Layout)</strong>. Elle permet d&rsquo;inspecter l&rsquo;organisation interne de n&rsquo;importe quel objet en mémoire et de voir précisément l&rsquo;espace occupé par l&rsquo;en-tête, les champs de données et l&rsquo;alignement (padding). C’est l&rsquo;outil indispensable pour valider concrètement les gains de Lilliput.</p>
    </div>
  </details>

</div>

</div>


</div><p>The post <a href="https://margo.23juin.dev/webinar/meetup-paris-jug/">Meetup Paris JUG x MARGO : Deep Dive JVM, GCs et Projet Lilliput</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Learning Expedition Devoxx 2026 : Dans les coulisses de l&#8217;excellence chez MARGO</title>
		<link>https://margo.23juin.dev/life/learning-expedition-devoxx-2026-dans-les-coulisses-de-lexcellence-chez-margo/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Tue, 28 Apr 2026 15:14:35 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=10050</guid>

					<description><![CDATA[<p>Chez MARGO, nous ne considérons pas la veille technologique comme un bonus ou un simple avantage social, mais comme un prérequis indispensable à l’excellence opérationnelle. En avril dernier, une délégation de nos consultants a investi le Palais des Congrès pour Devoxx France 2026. Loin d&#8217;être une simple sortie d&#8217;équipe, cette Learning Expedition Devoxx est une ...</p>
<p>The post <a href="https://margo.23juin.dev/life/learning-expedition-devoxx-2026-dans-les-coulisses-de-lexcellence-chez-margo/">Learning Expedition Devoxx 2026 : Dans les coulisses de l&rsquo;excellence chez MARGO</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">


<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>



<div class="text_content">
  <div class="container-photo">
    <div class="text">
      <p>
        Chez <strong>MARGO</strong>, nous ne considérons pas la veille technologique comme un bonus ou un simple avantage social, mais comme un prérequis indispensable à l’excellence opérationnelle. En avril dernier, une délégation de nos consultants a investi le Palais des Congrès pour <a href="https://www.devoxx.fr/" target="_blank" rel="noopener">Devoxx France 2026</a>. 
      </p>
      <p>
        Loin d&rsquo;être une simple sortie d&rsquo;équipe, cette <strong>Learning Expedition Devoxx</strong> est une immersion brute dans ce qui se fait de plus pointu sur le marché. C’est le moment charnière où nos experts confrontent leurs convictions aux réalités des nouveaux standards, pour revenir avec des solutions concrètes et industrialisables pour nos clients.
      </p>
    </div>
    <div class="image">
      <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/d318212b-24c0-491d-a66a-d59eb2749ea1.jpg" alt="Délégation de consultants MARGO durant leur Learning Expedition Devoxx au Palais des Congrès">
    </div>
  </div>

<hr> 

  <h2>La curiosité comme levier de performance</h2>

  <p>
    Participer à Devoxx, c&rsquo;est accepter de déconstruire ses acquis pour mieux reconstruire. Pendant trois jours, nos consultants ont enchaîné sessions de <em>Deep Dive</em> et ateliers pratiques avec une obsession : identifier les briques technologiques qui feront la différence sur nos futurs projets.
  </p>

  <div class="custom-container-3">
    <div class="custom-box outlined">
      <h4 style="margin-top:0;">Veille prospective</h4>
      <p>Anticiper les ruptures (IA distribuée, protocoles d&rsquo;agents, efficience <a href="https://www.rust-lang.org/" target="_blank" rel="noopener">Rust</a>) avant qu&rsquo;elles ne deviennent des standards subis.</p>
    </div>
    <div class="custom-box outlined">
      <h4 style="margin-top:0;">Maîtrise pratique</h4>
      <p>Éprouver les nouveaux outils via des démonstrations live et du code réel pour en cerner les limites avant de les préconiser.</p>
    </div>
    <div class="custom-box outlined">
      <h4 style="margin-top:0;">Engagement</h4>
      <p>Échanger directement avec les mainteneurs de solutions <a href="https://opentelemetry.io/" target="_blank" rel="noopener">Open Source</a> pour comprendre la roadmap réelle des outils de nos stacks.</p>
    </div>
  </div>

  <div class="container-photo" style="align-items: center; margin: 40px 0;">
    <div class="text">
      <blockquote class="citation" style="margin: 0;">
        On ne vient pas à Devoxx pour écouter des théories, mais pour voir comment les leaders de la tech résolvent des problématiques de scale et de sécurité que nous rencontrons chaque jour sur le terrain.
        <span class="auteur">Consultant MARGO</span>
      </blockquote>
    </div>
    <div class="image" style="flex: 0 0 300px;"> 
      <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/7ee5e238-9656-41f7-b521-cf14071958a6.jpg" alt="Expert technique MARGO en conférence pendant la Learning Expedition Devoxx">
    </div>
  </div>

<hr>

  <h2>Transformer l&rsquo;inspiration en expertise actionnable</h2>

  <div class="container-photo">
    <div class="image">
      <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/IMG_3490-scaled.jpeg" alt="Session de partage technique suite à la Learning Expedition Devoxx de l'équipe MARGO">
    </div>
    <div class="text">
      <p>
        La valeur d&rsquo;une telle <strong>Learning Expedition Devoxx</strong> se mesure à ce qui en reste une fois les portes du salon fermées. L&rsquo;apprentissage chez MARGO est un processus collectif : chaque pépite technique captée durant une conférence doit être partagée, critiquée et digérée par l&rsquo;ensemble de la communauté.
      </p>

      <p>
        Si ces moments renforcent nos liens, c&rsquo;est avant tout par la passion commune pour le « bel ouvrage ». Débattre de l&rsquo;architecture d&rsquo;un système distribué autour d&rsquo;un café ou challenger la sécurité d&rsquo;un LLM lors d&rsquo;un dîner, c&rsquo;est ce qui définit l&rsquo;esprit MARGO : une communauté d&rsquo;experts qui ne se contente jamais du <em>statu quo</em>.
      </p>
    </div>
  </div>

  <div class="encadre-margo">
    <div class="content">
      <h2>L’Excellence technique au service de l’innovation </h2>
      <p>
        Devoxx 2026 nous laisse un message clair : l’heure est à la <strong>standardisation</strong> et à la <strong>maîtrise opérationnelle</strong>. Chez MARGO, nous restons convaincus que la clé réside dans cette double compétence : l’audace d’explorer ces nouvelles frontières technologiques et la rigueur nécessaire pour les rendre industrielles.
      </p>

      <hr style="border: 0; height: 1px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 2.9), rgba(255, 255, 255, 0)); margin: 30px 0;">

      <p>
        Vous refusez de stagner ? Vous cherchez une structure qui investit réellement dans votre progression technique et qui vous donne les moyens de vos ambitions ?
      </p>

      <a href="https://margo.23juin.dev/carrieres/" class="btn-bleu" target="_blank" rel="noopener noreferrer" style="margin-top: 15px;">
        Échanger avec un expert recrutement
      </a>
    </div>
  </div>
</div>


</div><p>The post <a href="https://margo.23juin.dev/life/learning-expedition-devoxx-2026-dans-les-coulisses-de-lexcellence-chez-margo/">Learning Expedition Devoxx 2026 : Dans les coulisses de l&rsquo;excellence chez MARGO</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>IA et Croissance : Le défi de la productivité réelle au-delà des expérimentations</title>
		<link>https://margo.23juin.dev/presse/ia-et-croissance-analyse-olivier-margo/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Mon, 20 Apr 2026 08:58:54 +0000</pubDate>
				<category><![CDATA[Presse]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=9731</guid>

					<description><![CDATA[<p>Dans la presse Alors que les dernières analyses de l’INSEE soulignent le rôle prépondérant de l’intelligence artificielle dans la dynamique économique française, le passage de la promesse à la réalité industrielle reste le défi majeur de 2026. Olivier Hémar, cofondateur de MARGO, livre ainsi son analyse sur les conditions nécessaires pour transformer l&#8217;IA en un ...</p>
<p>The post <a href="https://margo.23juin.dev/presse/ia-et-croissance-analyse-olivier-margo/">IA et Croissance : Le défi de la productivité réelle au-delà des expérimentations</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">


<style>

.text_content .press-strip{
  margin: var(--s-6) 0;
  padding: 28px;
  background: linear-gradient(180deg, rgba(0,0,115,.035), rgba(0,0,115,.02));
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.text_content .press-strip__kicker{
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,115,.78);
}

.text_content .press-strip__title{
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.text_content .press-strip__title::before{
  content:"";
  width: 4px;
  height: 22px;
  background: var(--navy);
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 4px;
}

/* GRID: adapts to 1/2/3/4 items naturally, never more than 4 columns on desktop */
.text_content .press-strip__grid{
  display: grid;
  gap: 16px;
  align-items: stretch;
  margin-top: 6px;

  /* Responsive auto grid, cards keep a minimum width */
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.text_content .press-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 72px;
}

.text_content .press-logo img{
  width: auto;
  max-width: 160px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: .82;
  transition: opacity .18s ease;
}

.text_content .press-logo:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  border-color: rgba(0,0,115,.18);
}

.text_content .press-logo:hover img{ opacity: .95; }

.text_content .press-logo:focus-visible{
  outline: var(--btn-focus);
  outline-offset: 3px;
}

.text_content .press-strip__meta{
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(0,0,0,.62);
}

@media (min-width: 1200px){
  /* cap à 4 colonnes uniquement si 5+ médias (sinon 1/2/3/4 s'étirent naturellement) */
  .press-strip__grid:has(.press-logo:nth-child(5)){
    grid-template-columns: repeat(4, 1fr);
  }
}


/* Tablet */
@media (max-width: 1024px){
  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px){
  .text_content .press-strip{
    padding: 20px 18px;
    border-radius: 16px;
  }

  .text_content .press-strip__title{
    font-size: 18px;
  }

  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
  }

  .text_content .press-logo{
    min-height: 58px;
    padding: 12px;
  }

  .text_content .press-logo img{
    max-height: 26px;
    max-width: 140px;
  }
}
</style>



<div class="text_content">
  <div class="press-strip">
    <p class="press-strip__kicker">Dans la presse</p>
    
    <div class="press-strip__grid">
      <a class="press-logo" href="https://presseagence.fr/paris-olivier-hemar-lenjeu-nest-plus-de-tester-lia-mais-de-la-rendre-productive/" target="_blank" rel="noopener noreferrer">
        <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/Logo_de_Presse_Agence.jpg" alt="Presse Agence">
      </a>

      <a class="press-logo" href="https://business-times.fr/actualites/intelligence-artificielle-entre-promesse-economique-et-realite-du-terrain/" target="_blank" rel="noopener noreferrer">
        <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/Bti-logo-noir.png" alt="Business Times">
      </a>
    </div>

 

  </div>
</div>



<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>



<div class="text_content">

<p>
    <strong>Alors que les dernières analyses de l’INSEE soulignent le rôle prépondérant de l’intelligence artificielle dans la dynamique économique française, le passage de la promesse à la réalité industrielle reste le défi majeur de 2026. Olivier Hémar, cofondateur de MARGO, livre ainsi son analyse sur les conditions nécessaires pour transformer l&rsquo;IA en un levier de croissance mesurable.</strong>
  </p>

  <p>
    Depuis plusieurs mois, les organisations françaises ont massivement investi dans des « preuves de concept » (PoC) et des tests exploratoires. Pourtant, si le potentiel macroéconomique de l’IA est aujourd&rsquo;hui incontesté, son impact direct sur l’activité réelle et le PIB reste parfois difficile à quantifier à court terme. En effet, ce décalage s&rsquo;explique par une barrière persistante : la complexité de l&rsquo;industrialisation. Pour que l’IA impacte réellement la croissance, elle ne doit donc plus être perçue comme un projet annexe de R&#038;D, mais plutôt comme un système de production intégré au cœur des processus décisionnels et opérationnels des entreprises.
  </p>

  <p>
    Pour MARGO, l&rsquo;enjeu stratégique ne réside plus dans la capacité à tester une technologie, mais bien dans celle de la rendre opérationnelle, sécurisée et rentable. Cette transformation exige une rigueur absolue que nous défendons quotidiennement au sein de notre <strong>pôle EXCELLENCE</strong>, notamment à travers une gouvernance des données irréprochable. En parallèle, l&rsquo;intégration métier profonde est indispensable pour que l&rsquo;outil réponde à une problématique terrain spécifique, garantissant ainsi une adoption massive par les utilisateurs finaux.Enfin, la capacité de passage à l&rsquo;échelle, ou scaling, s&rsquo;impose comme l&rsquo;ultime étape pour déployer des modèles robustes capables de supporter des charges industrielles sans perte de précision.
  </p>

  <p>
    Par ailleurs, malgré certains freins liés au calcul du retour sur investissement (ROI) ou à la gouvernance éthique, des secteurs tels que l&rsquo;industrie, la santé ou la logistique affichent déjà des gains de productivité concrets. De l&rsquo;optimisation des flux complexes à la recherche pharmaceutique avancée, l&rsquo;IA génère de la valeur là où elle rencontre l&rsquo;excellence technique de haut niveau.
  </p>

  <blockquote class="citation">
    Aujourd’hui, l’enjeu n’est plus de tester l’IA, mais de la rendre réellement productive. Cela suppose de passer d’expérimentations isolées à des systèmes intégrés, capables d’impacter directement les opérations et les décisions métier.
    <span class="auteur">Olivier Hémar, CEO et cofondateur de MARGO</span>
  </blockquote>

  <p>
    En conclusion, dans un contexte économique contraint, la prudence des investissements impose désormais une approche à la fois pragmatique et ambitieuse.C&rsquo;est pourquoi l&rsquo;innovation technologique doit impérativement devenir un investissement stratégique tourné vers l&rsquo;excellence opérationnelle et la création de valeur durable pour les entreprises.
  </p>

  <div class="cta-card" style="margin-top: 40px;">
    <div class="cta-kicker">Expertise IA &#038; Data</div>
    <div class="cta-title">Passez de l&rsquo;expérimentation à la productivité industrielle</div>
    <p>Vous souhaitez mesurer l&rsquo;impact réel de l&rsquo;IA sur votre activité ? Nos experts vous accompagnent dans le déploiement de solutions robustes et scalables.</p>
    <a href="/contact/" class="btn-bleu">Échanger avec un consultant IA</a>
  </div>
  </div>
</div>


</div><p>The post <a href="https://margo.23juin.dev/presse/ia-et-croissance-analyse-olivier-margo/">IA et Croissance : Le défi de la productivité réelle au-delà des expérimentations</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excellence et Engagement : MARGO intègre le palmarès Great Place To Work® 2026</title>
		<link>https://margo.23juin.dev/presse/excellence-et-engagement-margo-integre-le-palmares-great-place-to-work-2026/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Fri, 17 Apr 2026 13:42:14 +0000</pubDate>
				<category><![CDATA[Presse]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=9634</guid>

					<description><![CDATA[<p>Dans la presse Pour sa première participation, MARGO fait une entrée remarquée dans le classement Great Place To Work® France. Cette distinction vient valider un modèle d&#8217;ESN unique où l&#8217;exigence technique de haut niveau s&#8217;allie à un accompagnement humain d&#8217;exception. Chez MARGO, nous avons toujours considéré que la haute complexité technologique nécessite bien plus que ...</p>
<p>The post <a href="https://margo.23juin.dev/presse/excellence-et-engagement-margo-integre-le-palmares-great-place-to-work-2026/">Excellence et Engagement : MARGO intègre le palmarès Great Place To Work® 2026</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">


<style>

.text_content .press-strip{
  margin: var(--s-6) 0;
  padding: 28px;
  background: linear-gradient(180deg, rgba(0,0,115,.035), rgba(0,0,115,.02));
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.text_content .press-strip__kicker{
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(0,0,115,.78);
}

.text_content .press-strip__title{
  margin: 0 0 18px;
  font-size: 20px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.25;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.text_content .press-strip__title::before{
  content:"";
  width: 4px;
  height: 22px;
  background: var(--navy);
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 4px;
}

/* GRID: adapts to 1/2/3/4 items naturally, never more than 4 columns on desktop */
.text_content .press-strip__grid{
  display: grid;
  gap: 16px;
  align-items: stretch;
  margin-top: 6px;

  /* Responsive auto grid, cards keep a minimum width */
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
}

.text_content .press-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 72px;
}

.text_content .press-logo img{
  width: auto;
  max-width: 160px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: .82;
  transition: opacity .18s ease;
}

.text_content .press-logo:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0,0,0,.10);
  border-color: rgba(0,0,115,.18);
}

.text_content .press-logo:hover img{ opacity: .95; }

.text_content .press-logo:focus-visible{
  outline: var(--btn-focus);
  outline-offset: 3px;
}

.text_content .press-strip__meta{
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(0,0,0,.62);
}

@media (min-width: 1200px){
  /* cap à 4 colonnes uniquement si 5+ médias (sinon 1/2/3/4 s'étirent naturellement) */
  .press-strip__grid:has(.press-logo:nth-child(5)){
    grid-template-columns: repeat(4, 1fr);
  }
}


/* Tablet */
@media (max-width: 1024px){
  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

/* Mobile */
@media (max-width: 640px){
  .text_content .press-strip{
    padding: 20px 18px;
    border-radius: 16px;
  }

  .text_content .press-strip__title{
    font-size: 18px;
  }

  .text_content .press-strip__grid{
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
  }

  .text_content .press-logo{
    min-height: 58px;
    padding: 12px;
  }

  .text_content .press-logo img{
    max-height: 26px;
    max-width: 140px;
  }
}
</style>



<div class="text_content">
  <div class="press-strip">
    <p class="press-strip__kicker">Dans la presse</p>
    
    <div class="press-strip__grid" style="grid-template-columns: 1fr;">
      <a class="press-logo" href="https://business-times.fr/actualites/margo-integre-le-classement-great-place-to-work-france-des-sa-premiere-participation/" target="_blank" rel="noopener noreferrer" style="min-height: 120px; width: 100%;">
        <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/Bti-logo-noir.png" 
             alt="Nom du média" 
             style="max-width: 280px; max-height: 80px;"> 
      </a>
    </div>
  </div>
</div>



<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>





<div class="text_content">
  <p>
   Pour sa première participation, MARGO fait une entrée remarquée dans le classement <a href="https://www.greatplacetowork.fr/" target="_blank" rel="noopener noreferrer">Great Place To Work® France</a>. Cette distinction vient valider un modèle d&rsquo;ESN unique où l&rsquo;exigence technique de haut niveau s&rsquo;allie à un accompagnement humain d&rsquo;exception.
  </p>

  <p>
    Chez MARGO, nous avons toujours considéré que la haute complexité technologique nécessite bien plus que des compétences : elle requiert un environnement où l’élite des consultants peut s’épanouir durablement. Les résultats de l&rsquo;enquête Great Place To Work® 2026 confirment aujourd&rsquo;hui cette vision, avec un score moyen de <strong>83 %</strong> et une adhésion massive des collaborateurs (<strong>88 %</strong> considèrent le cabinet comme une « Great Place To Work »). Cette performance, réalisée dès notre première participation, témoigne de la solidité de nos fondamentaux culturels et de l&rsquo;engagement de nos équipes.
  </p>

  <p>
    Dans un secteur où l&rsquo;éloignement lié aux missions chez le client est la norme, MARGO se distingue par la force de son lien interne et la transparence de ses échanges. Cette labellisation souligne la confiance accordée à notre management et la qualité de notre suivi de carrière. Pour nos clients, c’est la garantie de collaborer avec des experts engagés, dont l&rsquo;épanouissement est le moteur de la réussite des projets les plus ambitieux en Data, Intelligence Artificielle et transformation digitale.
  </p>

  <p>
    Cette reconnaissance s&rsquo;inscrit dans la continuité de la création de notre <strong>pôle EXCELLENCE</strong> en 2024. Véritable pilier de notre stratégie de croissance, ce pôle structure la montée en compétences de nos 400 collaborateurs à travers un cadre exigeant et collectif, favorisant une émulation intellectuelle constante entre pairs et une culture du partage de connaissances.
  </p>

  <blockquote class="citation">
    Nous portons une vision différenciante du management IT : faire de l&rsquo;excellence un levier de développement. Cette distinction récompense nos efforts pour offrir à nos talents un cadre qui valorise l&rsquo;ambition technique et la progression continue.
    <span class="auteur">Anne-Sophie Autuly, Head of Branding &#038; Communication chez MARGO</span>
  </blockquote>

  <p>
    À l&rsquo;heure où la guerre des talents fait rage sur les métiers de l&rsquo;ingénierie logicielle et de la Data Science, MARGO réaffirme sa position d&#8217;employeur de référence pour les profils les plus pointus. En plaçant l&rsquo;humain au centre de notre dispositif de performance, nous continuons de bâtir un environnement où l&rsquo;exigence intellectuelle rencontre la bienveillance, permettant à chaque expert de relever les défis technologiques les plus complexes dans des conditions optimales de réussite.
  </p>

  <div class="cta-card" style="margin-top: 40px;">
    <div class="cta-kicker">Rejoignez l&rsquo;élite</div>
    <div class="cta-title">Prêt à relever vos prochains défis technologiques ?</div>
    <p>Que vous soyez un talent en quête d&rsquo;excellence ou un décideur à la recherche d&rsquo;une expertise de haut niveau, nos équipes sont prêtes à vous accompagner dans votre transformation.</p>
    <a href="https://margo.23juin.dev/nous-contacter/" class="btn-bleu">Contactez nos experts</a>
  </div>

  <div class="encadre-margo">
    <div class="content">
      <div class="margo-title">Chiffres clés de l&rsquo;enquête</div>
      <ul>
        <li><strong>88 %</strong> des collaborateurs affirment que MARGO est une Great Place To Work.</li>
        <li><strong>80 %</strong> de taux de participation à l&rsquo;enquête interne.</li>
        <li>Points forts : <strong>Confiance dans le management</strong>, <strong>Cohésion des équipes</strong>, <strong>Égalité</strong> et <strong>Qualité de l&rsquo;accompagnement</strong>.</li>
      </ul>
    </div>
  </div>

  
</div>


</div><p>The post <a href="https://margo.23juin.dev/presse/excellence-et-engagement-margo-integre-le-palmares-great-place-to-work-2026/">Excellence et Engagement : MARGO intègre le palmarès Great Place To Work® 2026</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Hackathon Forecast Games : MARGO, Databricks et Saint-Gobain challengent l&#8217;élite de CentraleSupélec</title>
		<link>https://margo.23juin.dev/life/hackathon-forecast-games-margo-databricks-et-saint-gobain-challengent-lelite-de-centralesupelec/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 16:34:09 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=9435</guid>

					<description><![CDATA[<p>L’excellence académique a rendez-vous avec les défis du terrain. Le week-end dernier, MARGO s’est rendu sur le plateau de Saclay pour parrainer l&#8217;édition 2026 du Hackathon IA Automatants, organisé par les étudiants de CentraleSupélec. Aux côtés de partenaires de renom comme Databricks et Saint-Gobain, nos experts ont accompagné 70 futurs ingénieurs durant 48 heures de ...</p>
<p>The post <a href="https://margo.23juin.dev/life/hackathon-forecast-games-margo-databricks-et-saint-gobain-challengent-lelite-de-centralesupelec/">Hackathon Forecast Games : MARGO, Databricks et Saint-Gobain challengent l&rsquo;élite de CentraleSupélec</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">


<style>
:root {
  --navy: #000073;
  --blue: #407ab3;
  --blue-hover: #26598a;
  --white: #fff;
  --text: #333;
  --surface: var(--white);
  --surface-muted: #f7f9fb;
  --surface-soft: #dde5ed;
  --surface-quote: #f9f9f9;
  --border: #dde5ed;
  --fs-base: 16px;
  --lh-base: 1.7;
  --fw-bold: 700;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 15px;
  --shadow: 0 4px 12px rgba(0,0,0,.10);
  --shadow-navy: 0 4px 10px rgba(0,0,115,.10);
  --s-1: 10px;
  --s-2: 15px;
  --s-3: 20px;
  --s-4: 30px;
  --s-5: 32px;
  --s-6: 48px;
  --pill-bg: #000;
  --pill-fg: var(--white);
  --pill-pad: 4px 8px;
  --card-radius: var(--r-md);
  --card-shadow: var(--shadow);
  --card-pad: 14px 16px;
  --btn-bg: var(--blue);
  --btn-bg-hover: var(--blue-hover);
  --btn-fg: var(--white);
  --btn-pad: 12px 26px;
  --btn-radius: 8px;
  --btn-fw: 600;
  --btn-fs: 15px;
  --btn-shadow: 0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover: 0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active: 0 4px 10px rgba(0,0,0,.18);
  --btn-focus: 3px solid rgba(64,122,179,.35);
  --table-border: var(--border);
  --table-head-bg: var(--navy);
  --table-head-fg: var(--white);
  --table-row-alt: var(--surface-muted);
  --table-cell-pad: 12px 14px;
  --quote-border: 5px solid var(--navy);
  --quote-bg: var(--surface-quote);
  --quote-pad: var(--s-3);
  --margo-bg: var(--navy);
  --margo-fg: var(--white);
  --margo-shadow: var(--shadow-navy);
  --margo-pad: 10px 25px;
  --photo-w: 380px;
  --photo-w-mobile: 360px;
}

.text_content {
  font-size: var(--fs-base);
  line-height: var(--lh-base);
}

.text_content p { margin: 0 0 1em; }
.text_content a { color: inherit; text-decoration: underline; }
.text_content img { max-width: 100%; height: auto; }

.text_content h2 {
  font-size: 30px;
  font-weight: var(--fw-bold);
  color: var(--navy);
  margin: 2.5rem 0 1.5rem;
}

.text_content h3 {
  display: block;
  width: fit-content;
  background: #000;
  color: #fff;
  padding: 6px 12px;
  margin: 1.5rem 0 1rem;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 4px;
}

.text_content hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0));
  margin-top: 4rem;
  margin-bottom: 2rem;
  width: 100%;
  display: block;
}

.citation {
  font-style: italic;
  font-size: var(--fs-base);
  color: #444;
  padding: 4rem 3.5rem 2.5rem 3.5rem;
  background: var(--surface-muted);
  border-radius: var(--r-md);
  margin: 3.5rem 0;
  position: relative;
  line-height: 1.8;
}

.citation::before {
  content: "“";
  font-family: "Georgia", serif;
  font-size: 7.5rem;
  color: #000073;
  opacity: 1;
  position: absolute;
  top: -25px;
  left: 12px;
}

.citation .auteur {
  display: block;
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  color: #000073;
  font-size: 16px;
  text-transform: none;
  text-align: right;
}

.citation .auteur::before {
  content: "— ";
  opacity: 1;
}

.conclusion-focus {
  background: var(--surface-muted);
  border: none;
  border-radius: var(--r-md);
  padding: 3rem 2.5rem;
  margin: 4rem 0;
  text-align: left;
  box-shadow: none;
}

.conclusion-focus .keywords {
  display: block;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--navy);
  margin: 1.2rem 0;
  letter-spacing: 0.5px;
}

/* Ajout de la flèche devant les mots-clés */
.conclusion-focus .keywords::before {
  content: "→ ";
  margin-right: 8px;
  color: var(--blue); /* Utilisation du bleu clair pour la flèche pour donner du relief */
  font-weight: 900;
}

.mosaic-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s-3);
  margin: 3rem 0;
  width: 100%;
}

.mosaic-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--r-md);
  box-shadow: var(--shadow);
}

.mosaic-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.mosaic-item:hover img {
  transform: scale(1.05);
}

.container-photo {
  display: flex;
  align-items: center;
  gap: var(--s-5);
  margin: var(--s-3) 0 var(--s-4);
}

.container-photo .text { flex: 1; }

.container-photo .image {
  flex: 0 0 var(--photo-w);
  max-width: var(--photo-w);
}

.container-photo .image img {
  display: block;
  width: 100%;
  border-radius: var(--r-md);
  box-shadow: var(--shadow);
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--s-2);
  margin: var(--s-2) 0;
}

.kpi-grid .kpi-item {
  background: var(--navy);
  color: var(--white);
  padding: 20px;
  border-radius: var(--r-lg);
  font-weight: var(--fw-bold);
  text-align: center;
  box-shadow: var(--shadow);
}

.encadre-margo {
  background: var(--navy);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,115,.18);
  margin: var(--s-4) 0;
  overflow: hidden;
}

.encadre-margo .content {
  padding: 26px 28px;
  color: var(--white);
}

.encadre-margo h3 {
  background: none !important;
  color: #fff;
  margin-bottom: 15px;
}

.encadre-margo .margo-title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  margin-bottom: 10px;
  opacity: 0.8;
}

.callout-important {
  margin: var(--s-3) 0;
  padding: 16px 20px;
  border-left: 4px solid var(--blue);
  background: rgba(0,0,115,.03);
  border-radius: 8px;
}

.btn-bleu {
  display: inline-block;
  padding: var(--btn-pad);
  background: var(--btn-bg);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: var(--btn-radius);
  font-weight: 600;
  box-shadow: var(--btn-shadow);
  transition: all .2s ease;
}

.btn-bleu:hover {
  background: var(--btn-bg-hover);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .container-photo { flex-direction: column; }
  .container-photo .image { max-width: 100%; width: 100%; }
  .mosaic-container { grid-template-columns: 1fr; }
  .mosaic-item { aspect-ratio: 16 / 9; }
}
</style>



<div class="text_content">

<p>
    L’excellence académique a rendez-vous avec les défis du terrain. Le week-end dernier, <strong>MARGO</strong> s’est rendu sur le plateau de Saclay pour parrainer l&rsquo;édition 2026 du <strong>Hackathon IA Automatants</strong>, organisé par les étudiants de CentraleSupélec. 
</p>
<p>
    Aux côtés de partenaires de renom comme <strong>Databricks</strong> et <strong>Saint-Gobain</strong>, nos experts ont accompagné 70 futurs ingénieurs durant 48 heures de compétition intense. L&rsquo;objectif ? Résoudre une problématique métier concrète à l&rsquo;aide de la Data Science. Retour sur un week-end placé sous le signe de l&rsquo;audace, de la transmission et de la performance technique.
</p>

<hr>
<div class="container-photo">
    <div class="text">
        <h2>Le défi technique : dompter l’intermittence et les événements rares</h2>
        <p>
            Le dataset fourni aux participants du <strong>Hackathon IA Automatants</strong> n&rsquo;avait rien d&rsquo;un exercice d&rsquo;école. Avec 3 millions de lignes de données brutes, la première difficulté résidait dans une caractéristique bien connue des supply chains industrielles : l’intermittence. En effet, 67 % des lignes affichaient 0 vente.
        </p>
        <p>
            Dans le monde de la Data Science, ce « bruit » est un obstacle majeur. Là où un modèle classique cherche des tendances linéaires (saisonnalité, croissance), il se retrouve ici confronté à des séries temporelles « plates », brusquement interrompues par des pics de demande imprévisibles. Ce n&rsquo;est pas une simple gestion de stock, c&rsquo;est une gestion de l&rsquo;aléa.
        </p>
    </div>

    <div class="image">
        <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/1d0802c7-7db5-4f4d-a508-c17bdf2da0d5.jpeg" alt="Étudiants en plein Hackathon IA Automatants">
    </div>
</div>

<blockquote class="citation">
    C&rsquo;est là que réside la vraie complexité industrielle. Ce n&rsquo;est plus seulement du forecasting classique, cela devient de la prédiction d&rsquo;événements rares qui &lsquo;spikent&rsquo; brutalement, par exemple lors de l&rsquo;ouverture d&rsquo;un nouveau chantier à proximité d&rsquo;une agence.
    <span class="auteur">Hamza Bouanani, Practice Manager IA MARGO</span>
</blockquote>

<p>
    L’enjeu pour les 70 participants était donc de réussir à prédire les ventes hebdomadaires de couples <strong>« produit x agence »</strong> pour le second semestre 2025. Un exercice de haute voltige qui demande une finesse d&rsquo;analyse particulière : comment distinguer un « vrai » zéro d&rsquo;une rupture de stock ? Comment anticiper qu&rsquo;un produit inerte depuis des mois va soudainement s&rsquo;écouler par centaines ?
</p>

<p>
    Pour corser le tout, l&rsquo;évaluation ne laissait aucune place à l&rsquo;approximation. La métrique de référence, la <strong>WAPE (Weighted Average Absolute Error)</strong>, punit sévèrement chaque écart. Dans un contexte de données intermittentes, la moindre erreur de modélisation — comme sur-réagir à un pic accidentel ou ignorer un signal faible — impactait lourdement le score final. C&rsquo;était une véritable course à l&rsquo;élégance mathématique contre la force brute des algorithmes.
</p>

<hr>

    <h2>Le défi technique : la réalité de l’événement rare</h2>

    <p>
        Le dataset de 3 millions de lignes cachait une complexité industrielle majeure : <strong>67% des lignes affichaient 0 vente.</strong>
    </p>

    <blockquote class="citation">
        C&rsquo;est là que réside la vraie complexité industrielle. Ce n&rsquo;est plus seulement du forecasting classique, cela devient de la prédiction d&rsquo;événements rares qui &lsquo;spikent&rsquo; brutalement, par exemple lors de l&rsquo;ouverture d&rsquo;un nouveau chantier à proximité d&rsquo;une agence.
        <span class="auteur">Hamza Bouanani, Practice Manager IA MARGO</span>
    </blockquote>

    <p>
        Les 70 participants devaient prédire les ventes hebdomadaires de couples « produit x agence » pour le second semestre 2025. Un exercice de haute voltige où la moindre erreur de modélisation impactait lourdement la <strong>WAPE</strong> (Weighted Average Absolute Error), métrique de référence du week-end.
    </p>

    <hr>

<div class="container-photo">
    <div class="image">
        <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/IMG-20260412-WA0020-e1776266765934.jpg" alt="team MARGO">
    </div>

    <div class="text">
        <h2>L&rsquo;accompagnement MARGO : 29 équipes, 29 visions</h2>
        <p>
            Avec 29 équipes en lice, nos mentors ont navigué entre des niveaux de maturité IA hétérogènes. L’enjeu pour MARGO était d&rsquo;apporter un regard critique sur la scalabilité des modèles sans jamais brider la créativité des étudiants.
        </p>
        <p>
            Il a fallu jongler entre la réplication de concepts fondamentaux pour les plus jeunes et des conseils de pointe pour les plus aguerris. Notre rôle : pousser chaque équipe à explorer sa propre voie, qu’il s’agisse de Machine Learning lourd ou de modèles mathématiques plus légers et explicables.
        </p>
    </div>
</div>

    <hr>

    <h2>Un « hackathon dans le hackathon »</h2>

        <p><strong> La règle d&rsquo;or :</strong> Une limite stricte de 5 soumissions par équipe était imposée pour tout le week-end afin d&rsquo;éviter l&rsquo;overfitting sur le leaderboard.</p>

    <p>
        Le dimanche matin, surprise : deux équipes avaient trouvé une faille technique pour contourner la limite. <em>« Ils ont fait preuve d&rsquo;une inventivité incroyable pour hacker le système, »</em> s&rsquo;amuse notre expert. <em>« On a dû les disqualifier, mais on a bien rigolé avec eux en les démasquant. C&rsquo;était l&rsquo;esprit du week-end : de l&rsquo;audace, même là où on ne l&rsquo;attendait pas. »</em>
    </p>

<div class="mosaic-container">
        
        <div class="mosaic-item">
            <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/97442a3f-bbaf-4371-91d3-163deb157a89.jpg" alt="Ambiance de travail au hackathon Automatants">
        </div>

        <div class="mosaic-item">
            <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/IMG_7031-rotated.jpg" alt="Najlaa Kasmi en train de mentorer une équipe">
        </div>

        <div class="mosaic-item">
            <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/a65c0ce4-e791-4769-92a8-ab7c4136e804.jpg" alt="Présentation finale des résultatsIA Saint-Gobain">
        </div>

    </div>
    <hr>

    <h2>Des partenaires engagés</h2>

    <p>
    Pour <strong><a href="https://www.databricks.com/" target="_blank" rel="noopener">Databricks</a></strong>, ce premier format étudiant a révélé une vitesse d&rsquo;apprentissage impressionnante. Côté <strong><a href="https://www.saint-gobain.com/fr" target="_blank" rel="noopener">Saint-Gobain</a></strong>, Luc (Lead Data Scientist et ancien Centralien) est revenu sur ses terres avec l&rsquo;envie de transmettre. Si son cœur espérait secrètement une victoire 100% CentraleSupélec, c&rsquo;est finalement la diversité des profils et des approches qui a triomphé.
</p>

    <hr>

    <h2>Les chiffres à retenir</h2>

    <div class="kpi-grid">
        <div class="kpi-item">70 <p style="font-size: 14px; font-weight: normal; margin: 0;">participants survoltés</p></div>
        <div class="kpi-item">3M <p style="font-size: 14px; font-weight: normal; margin: 0;">lignes de données</p></div>
        <div class="kpi-item">87% <p style="font-size: 14px; font-weight: normal; margin: 0;">de WAPE (Gagnants)</p></div>
        <div class="kpi-item">48h <p style="font-size: 14px; font-weight: normal; margin: 0;">de code et de café</p></div>
    </div>

<hr>

<div class="conclusion-focus">
    <p>Le mot de la fin revient aux étudiants : pour beaucoup, c&rsquo;était un baptême du feu.</p>
    <p>Ce REX confirme une chose : quand on confronte l&rsquo;excellence académique à la réalité industrielle, les résultats sont toujours au rendez-vous.</p>
    
    <div class="keyword-wrapper">
        <p> <span>→ Challengeant</span></p>
       <p> <span>→ Concret</span></p>
        <p><span>→ Intense</span></p>
    </div>
<p>À l&rsquo;année prochaine pour de nouveaux défis ! </p>

</div>


    <div class="encadre-margo">
        <div class="content">
            <div class="margo-title">Vous avez des enjeux de prédiction complexes ?</div>
            <p>Nos consultants accompagnent les leaders de l&rsquo;industrie dans la valorisation de leurs données massives et la mise en place d&rsquo;architectures IA scalables.</p>
            <a href="https://margo.23juin.dev/nous-contacter/" class="btn-bleu">Contactez-nous !</a>
        </div>
    </div>



</div>


</div><p>The post <a href="https://margo.23juin.dev/life/hackathon-forecast-games-margo-databricks-et-saint-gobain-challengent-lelite-de-centralesupelec/">Hackathon Forecast Games : MARGO, Databricks et Saint-Gobain challengent l&rsquo;élite de CentraleSupélec</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MARGO devient Sponsor Platinum du Paris JUG : un engagement fort pour l’écosystème Java</title>
		<link>https://margo.23juin.dev/life/margo-devient-sponsor-platinum-du-paris-jug-un-engagement-fort-pour-lecosysteme-java/</link>
		
		<dc:creator><![CDATA[Emma Santimone]]></dc:creator>
		<pubDate>Thu, 09 Apr 2026 15:29:15 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://margo.23juin.dev/?p=9234</guid>

					<description><![CDATA[<p>Chez MARGO, l’expertise technique et la veille technologique ne sont pas de vains mots. Aujourd&#8217;hui, nous franchissons une nouvelle étape dans notre engagement auprès des communautés de développeurs en annonçant officiellement notre partenariat Sponsor Platinum avec le Paris JUG pour l&#8217;année 2026. Le Paris JUG : le cœur battant de la communauté Java Créé en ...</p>
<p>The post <a href="https://margo.23juin.dev/life/margo-devient-sponsor-platinum-du-paris-jug-un-engagement-fort-pour-lecosysteme-java/">MARGO devient Sponsor Platinum du Paris JUG : un engagement fort pour l’écosystème Java</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="entry">


<style>
:root{
  --navy:#000073;
  --blue:#407ab3;
  --blue-hover:#26598a;
  --white:#fff;
  --text:#333;
  --surface:var(--white);
  --surface-muted:#f7f9fb;
  --surface-soft:#dde5ed;
  --surface-quote:#f9f9f9;
  --border:#dde5ed;
  --fs-base:16px;
  --lh-base:1.7;
  --fw-bold:700;
  --r-sm:8px;
  --r-md:12px;
  --r-lg:15px;
  --shadow:0 4px 12px rgba(0,0,0,.10);
  --shadow-navy:0 4px 10px rgba(0,0,115,.10);
  --s-1:10px;
  --s-2:15px;
  --s-3:20px;
  --s-4:30px;
  --s-5:32px;
  --s-6:48px;
  --pill-bg:#000;
  --pill-fg:var(--white);
  --pill-pad:4px 8px;
  --card-radius:var(--r-md);
  --card-shadow:var(--shadow);
  --card-pad:14px 16px;
  --btn-bg:var(--blue);
  --btn-bg-hover:var(--blue-hover);
  --btn-fg:var(--white);
  --btn-pad:12px 26px;
  --btn-radius:8px;
  --btn-fw:600;
  --btn-fs:15px;
  --btn-shadow:0 6px 16px rgba(0,0,0,.15);
  --btn-shadow-hover:0 10px 24px rgba(0,0,0,.20);
  --btn-shadow-active:0 4px 10px rgba(0,0,0,.18);
  --btn-focus:3px solid rgba(64,122,179,.35);
  --table-border:var(--border);
  --table-head-bg:var(--navy);
  --table-head-fg:var(--white);
  --table-row-alt:var(--surface-muted);
  --table-cell-pad:12px 14px;
  --quote-border:5px solid var(--navy);
  --quote-bg:var(--surface-quote);
  --quote-pad:var(--s-3);
  --margo-bg:var(--navy);
  --margo-fg:var(--white);
  --margo-shadow:var(--shadow-navy);
  --margo-pad:10px 25px;
  --photo-w:380px;
  --photo-w-mobile:360px;
}

.text_content{
  font-size:var(--fs-base);
  line-height:var(--lh-base);
}
.text_content p{margin:0 0 1em}
.text_content a{color:inherit;text-decoration:underline}
.text_content img{max-width:100%;height:auto}

.text_content h2{
  font-size:30px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:2rem 0;
}

.text_content h3{
  display:block;
  width:fit-content;
  background:#000;
  color:#fff;
  padding:6px 12px;
  margin:1.5rem 0 1rem;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  border-radius:4px;
}

.text_content h4{
  font-size:18px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  margin:1.25rem 0 .75rem;
}

.text_content strong{font-weight:var(--fw-bold)}

.text_content ul{
  list-style:disc;
  margin:1em 0 1em 1.5em;
  padding:0;
}
.text_content li{display:list-item}
.text_content > h3 + ul{margin-top:6px}

.custom-box,
.text_content .faq-item{
  border-radius:var(--card-radius);
}

.custom-box{
  padding:22px 26px;
  margin:var(--s-4) 0;
  line-height:1.6;
  font-size:var(--fs-base);
}
.custom-box p{margin:0 0 12px}
.custom-box p:last-child{margin-bottom:0}
.custom-box > :first-child{margin-top:0}

.custom-box.filled{
  background:var(--navy);
  color:var(--white);
  box-shadow:var(--card-shadow);
}
.custom-box.outlined{
  border:2px solid var(--navy);
  color:var(--navy);
  background:var(--surface);
}

.container-photo{
  display:flex;
  align-items:center;
  gap:var(--s-5);
  margin:var(--s-3) 0 var(--s-4);
  max-width:100%;
}
.text_content h2 + .container-photo{margin-top:var(--s-2)}
.container-photo + p{margin-top:var(--s-2)}

.container-photo .text{flex:1;text-align:left}
.container-photo .image{
  flex:0 0 var(--photo-w);
  max-width:var(--photo-w);
}
.container-photo .image img,
.container-photo .image iframe{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--r-md);
}
.container-photo .image iframe{
  aspect-ratio:16/9;
  border:0;
  box-shadow:var(--shadow);
}

@media (max-width:768px){
  .container-photo{
    flex-direction:column;
    align-items:flex-start;
    gap:var(--s-3);
    margin:var(--s-4) 0;
  }
  .container-photo .image{
    flex:none;
    width:100%;
    max-width:var(--photo-w-mobile);
  }
}

.video-container{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  margin:var(--s-3) 0;
  border-radius:var(--r-md);
  box-shadow:var(--shadow);
}
.video-container iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  border-radius:var(--r-md);
}
.video-container.is-small{max-width:640px}

.citation{
  font-style:italic;
  font-size:var(--fs-base);
  color:var(--text);
  padding:var(--quote-pad);
  border-left:var(--quote-border);
  background:var(--quote-bg);
  margin:var(--s-4) 0;
  position:relative;
  line-height:1.5;
}
.citation::before,
.citation::after{
  font-size:3em;
  color:var(--navy);
  position:absolute;
}
.citation::before{content:"“";top:-10px;left:10px}
.citation::after{content:"”";bottom:-10px;right:10px}
.citation .auteur{
  display:block;
  margin-top:12px;
  font-style:normal;
  font-weight:var(--fw-bold);
  color:var(--navy);
  font-size:17px;
  text-align:right;
}

.kpi-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:var(--s-2);
  margin:var(--s-2) 0;
}
.kpi-grid .kpi-item{
  background:var(--navy);
  color:var(--white);
  padding:20px;
  border-radius:var(--r-lg);
  font-size:18px;
  font-weight:var(--fw-bold);
  text-align:center;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:84px;
}

.custom-container-2,
.custom-container-3{
  display:grid;
  gap:20px;
  width:100%;
  margin:var(--s-4) 0 var(--s-5);
}
.custom-container-2{grid-template-columns:repeat(2,1fr)}
.custom-container-3{grid-template-columns:repeat(3,1fr)}

.custom-container-2 .custom-box,
.custom-container-3 .custom-box{margin:0}

.custom-container-2 + .custom-container-2,
.custom-container-2 + .custom-container-3,
.custom-container-3 + .custom-container-2,
.custom-container-3 + .custom-container-3{
  margin-top:var(--s-2);
}

@media (max-width:768px){
  .custom-container-2,
  .custom-container-3{
    grid-template-columns:1fr;
  }
}

.photo-grid{
  display:flex;
  justify-content:center;
  gap:var(--s-3);
  flex-wrap:wrap;
  margin:var(--s-4) 0;
}

.encadre-margo{
  background:var(--navy);
  border-radius:18px;
  box-shadow:0 12px 30px rgba(0,0,115,.18);
  margin:var(--s-4) 0;
  overflow:hidden;
}
.encadre-margo .content{
  padding:26px 28px;
  color:var(--white);
  line-height:1.65;
}

.encadre-margo h2,
.encadre-margo h3,
.encadre-margo h4{
  background:none !important;
  padding:0 !important;
  margin:0 0 14px;
  color:var(--white);
  font-weight:800;
  display:block;
  letter-spacing:.02em;
}

.encadre-margo .margo-title{
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:14px;
  opacity:.95;
  margin:0 0 12px;
}

.encadre-margo p{margin:0 0 12px;color:rgba(255,255,255,.92)}
.encadre-margo p:last-child{margin-bottom:0}

.encadre-margo strong{color:var(--white);font-weight:800}

.encadre-margo ul{list-style:none;margin:12px 0 14px;padding:0}
.encadre-margo li{
  position:relative;
  padding-left:22px;
  margin:10px 0;
  color:rgba(255,255,255,.92);
}
.encadre-margo li::before{
  content:"•";
  position:absolute;
  left:0;
  top:0;
  font-weight:900;
  color:rgba(255,255,255,.95);
  line-height:1.2;
}

.encadre-margo a{
  color:var(--white);
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  opacity:.95;
}
.encadre-margo a:hover{opacity:1}

.encadre-margo hr{
  border:0;
  height:1px;
  background:rgba(255,255,255,.18);
  margin:16px 0;
}

.encadre-margo .margo-final{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.18);
  font-weight:800;
  color:var(--white);
}

@media (max-width:768px){
  .encadre-margo .content{padding:20px 18px}
}

.text_content .faq-container{
  background:var(--surface-soft);
  padding:20px;
  border-radius:var(--r-sm);
  width:100%;
  margin:20px auto;
}
.text_content .faq-item{
  background:var(--surface);
  padding:var(--card-pad);
  margin:12px 0;
}
.text_content .faq-item summary{
  cursor:pointer;
  font-weight:var(--fw-bold);
  color:var(--navy);
  list-style:none;
  position:relative;
  padding-right:28px;
  line-height:1.4;
}
.text_content .faq-item summary::-webkit-details-marker{display:none}
.text_content .faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:22px;
  font-weight:800;
  color:var(--navy);
  line-height:1;
}
.text_content .faq-item[open] summary::after{content:"–"}
.text_content .faq-answer{
  margin-top:10px;
  color:var(--text);
  line-height:var(--lh-base);
}
.text_content .faq-answer p{margin:0 0 10px}
.text_content .faq-answer ul{margin:8px 0 0 18px}

.btn-bleu{
  display:block;
  width:fit-content; 
  padding:var(--btn-pad);
  background-color:var(--btn-bg);
  color:var(--btn-fg);
  text-decoration:none;
  border-radius:var(--btn-radius);
  margin-bottom: var(--s-2); 
  font-weight:var(--btn-fw);
  font-size:var(--btn-fs);
  line-height:1;
  transition:background-color .25s ease,transform .15s ease,box-shadow .15s ease;
  box-shadow:var(--btn-shadow);
}
.btn-bleu:hover{
  background-color:var(--btn-bg-hover);
  transform:translateY(-1px);
  box-shadow:var(--btn-shadow-hover);
}
.btn-bleu:active{
  transform:translateY(0);
  box-shadow:var(--btn-shadow-active);
}
.btn-bleu:focus-visible{
  outline:var(--btn-focus);
  outline-offset:2px;
}
.btn-bleu:visited{color:var(--btn-fg)}
.text_content a.btn-bleu,
.text_content a.btn-bleu:visited{
  color: var(--btn-fg);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce){
  .btn-bleu{transition:none}
  .btn-bleu:hover,
  .btn-bleu:active{transform:none}
}

.text_content .table-scroll{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}
.text_content table{
  width:100%;
  border-collapse:collapse;
  margin:20px 0;
  font-size:var(--fs-base);
}
.text_content th,
.text_content td{
  padding:var(--table-cell-pad);
  border:1px solid var(--table-border);
  text-align:left;
  vertical-align:top;
}
.text_content th{
  background:var(--table-head-bg);
  color:var(--table-head-fg);
  font-weight:var(--fw-bold);
}
.text_content tr:nth-child(even) td{background:var(--table-row-alt)}
.text_content .table-scroll table{min-width:640px}

.text_content .sommaire{
  background:var(--surface-muted);
  border:1px solid var(--border);
  border-radius:var(--r-md);
  padding:var(--s-4);
  margin:var(--s-4) 0 var(--s-5);
}
.text_content .sommaire-title{
  font-size:13px;
  font-weight:var(--fw-bold);
  color:var(--navy);
  text-transform:uppercase;
  letter-spacing:.10em;
  margin:0 0 var(--s-2);
}

.text_content .sommaire ul.sommaire-list{
  list-style:none;
  margin:0;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li{
  list-style:none;
  margin:0 0 6px;
  padding:0;
}
.text_content .sommaire ul.sommaire-list > li::marker{content:none}
.text_content .sommaire ul.sommaire-list > li::before{content:none}

.text_content .sommaire ul.sommaire-list a{
  color:var(--text);
  text-decoration:none;
  font-size:15px;
  line-height:1.5;
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  padding:8px 10px;
  border-radius:10px;
}
.text_content .sommaire ul.sommaire-list a::before{
  content:"›";
  color:var(--navy);
  font-weight:700;
  flex-shrink:0;
}
.text_content .sommaire ul.sommaire-list a:hover{
  background:rgba(0,0,115,.06);
  color:var(--navy);
}
.text_content .sommaire ul.sommaire-list a:focus-visible{
  outline:2px solid rgba(0,0,115,.25);
  outline-offset:2px;
}

.cta-split{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:24px;
  align-items:stretch;
  margin:28px 0 36px;
}

.cta-card{
  background:var(--navy);
  color:var(--white);
  border-radius:16px;
  padding:26px 28px;
  box-shadow:0 10px 26px rgba(0,0,115,.18);
}

.cta-kicker{
  margin:0 0 10px;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.85;
}

.cta-title{
  margin:0 0 14px;
  font-size:22px;
  font-weight:800;
  color:var(--white);
  background:none !important;
  padding:0 !important;
  display:block;
}

.cta-card p{
  margin:0 0 12px;
  line-height:1.65;
  opacity:.95;
}

.cta-card .btn-bleu{margin-top:10px}

.video-card{
  background:#fff;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:260px;
}
.video-card .video-container{
  margin:0;
  border-radius:14px;
  box-shadow:none;
  width:100%;
}

@media (max-width:900px){
  .cta-split{grid-template-columns:1fr}
  .video-card{padding:10px}
}

.text_content .author-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:20px;
  padding:22px 24px 22px 28px;
  margin:var(--s-4) 0;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:14px;
  box-shadow:0 10px 28px rgba(0,0,0,.07);
}

.text_content .author-card::before{
  content:"";
  position:absolute;
  left:14px;
  top:14px;
  bottom:14px;
  width:3px;
  background:var(--navy);
  border-radius:999px;
  opacity:.85;
}

.text_content .author-avatar{
  width:96px;
  min-width:96px;
  align-self:stretch;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(0,0,0,.08);
  outline:1px solid rgba(0,0,115,.10);
  outline-offset:3px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease,box-shadow .25s ease;
}

.text_content .author-card:hover .author-avatar{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(0,0,0,.16);
}

.text_content .author-meta{flex:1;min-width:0}

.text_content .author-label{
  margin:0 0 6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:rgba(0,0,115,.70);
}

.text_content .author-name{
  margin:0;
  font-size:18px;
  font-weight:800;
  line-height:1.2;
  letter-spacing:-0.01em;
  color:var(--navy);
}
.text_content .author-name a{color:var(--navy);text-decoration:none}
.text_content .author-name a:hover{text-decoration:underline}

.text_content .author-role{
  margin:2px 0 10px;
  font-size:14px;
  color:rgba(0,0,0,.65);
}

.text_content .author-bio{
  margin:0 0 12px;
  font-size:14px;
  font-style:italic;
  line-height:1.5;
  color:rgba(0,0,0,.65);
}

.text_content .author-links{
  margin:0;
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  font-size:13px;
}
.text_content .author-links a{
  display:inline-flex;
  align-items:center;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(0,0,115,.06);
  border:1px solid rgba(0,0,115,.10);
  color:var(--navy);
  text-decoration:none;
  font-weight:800;
}
.text_content .author-links a:hover{
  background:rgba(0,0,115,.10);
  text-decoration:none;
}

@media (max-width:768px){
  .text_content .author-avatar{
    width:64px;
    min-width:64px;
    border-radius:14px;
    outline-offset:2px;
  }
}
.text_content .callout-important{
margin:var(--s-3) 0;
padding:12px 16px;
border-left:4px solid var(--blue);
background:rgba(0,0,115,.03);
border-radius:8px;
}

.text_content .callout-important p{
margin:0;
}

.text_content .callout-important strong{
font-weight:700;
}

.text_content hr {
border: 0; 
height: 1px; 
background-image: linear-gradient(to right, rgba(0, 0, 115, 0), rgba(0, 0, 115, 0.9), rgba(0, 0, 115, 0)); 
margin-top: 4rem; 
margin-bottom: 2rem; 
width: 100%; 
display: block; 
}

</style>



<div class="text_content">
  <p>
    Chez MARGO, l’expertise technique et la veille technologique ne sont pas de vains mots. Aujourd&rsquo;hui, nous franchissons une nouvelle étape dans notre engagement auprès des communautés de développeurs en annonçant officiellement notre partenariat <strong>Sponsor Platinum avec le Paris JUG pour l&rsquo;année 2026.</strong>
  </p>

<hr> 

<div class="text_content">
  <div class="container-photo">
    <div class="text">
      <h2><strong>Le Paris JUG : le cœur battant de la communauté Java</strong></h2>
      <p>
        Créé en 2008, le <strong>Paris Java User Group (Paris JUG)</strong> est devenu une institution incontournable. Avec pour objectif de rassembler les acteurs de l’écosystème Java (développeurs, architectes, experts), l’association organise chaque mois des conférences de haut niveau, portées par des speakers nationaux et internationaux. C&rsquo;est un lieu d’échange, de débat et surtout de passion pour tout ce qui touche à l’univers de la JVM.
      </p>
    </div>

    <div class="image">
      <div class="video-card">
        <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/logo-Paris-jug.png" alt="Logo Officiel Paris JUG" style="max-width: 80%; height: auto;">
      </div>
    </div>
  </div>
</div>

<hr>

  <div class="text_content">
  <div class="container-photo">
    <div class="text">
      <h2><strong>Pourquoi ce partenariat est une évidence </strong></h2>
      <p>
        Soutenir le Paris JUG, c’est avant tout un choix d’expertise. En tant qu&rsquo;acteur historique du conseil en technologie, MARGO accompagne des clients sur des problématiques Java complexes. Il nous semblait naturel de soutenir activement ceux qui font vivre cette veille technologique au quotidien.
      </p>
      <p>
        Ce partenariat Platinum incarne les deux piliers de notre ADN :
      </p>
      <ul>
        <li><strong>Expertise et curiosité :</strong> explorer ensemble les frontières de la tech et rester à la pointe des évolutions de Java.</li>
        <li><strong>Transmission et collectif :</strong> transformer le savoir individuel en une force commune pour l’ensemble de la communauté.</li>
      </ul>
    </div>

    <div class="image">
      <img decoding="async" src="https://margo.23juin.dev/wp-content/uploads/2026/04/IMG_3032-2.jpeg" alt="Expertise Java chez MARGO">
    </div>
  </div>
</div>

<hr> 

  <h2><strong>Une collaboration active tout au long de l&rsquo;année</strong></h2>
  <p>
    Ce partenariat ne se limite pas à une simple présence de logo. C&rsquo;est une collaboration vivante qui bénéficiera autant à l&rsquo;écosystème qu&rsquo;à nos consultants :
  </p>
  
  <div class="custom-container-3">
    <div class="custom-box outlined">
      <h4>Partage de connaissances</h4>
      <p>Les experts MARGO auront l&rsquo;occasion de prendre la parole lors des sessions du JUG pour partager des retours d&rsquo;expérience et des sujets techniques pointus.</p>
    </div>
    
    <div class="custom-box filled">
      <h4 style="color: #fff;">Accueil d&rsquo;événements</h4>
      <p>Nous aurons le plaisir d&rsquo;ouvrir les portes de nos bureaux pour héberger certaines sessions du JUG, favorisant ainsi la proximité entre nos équipes et la communauté.</p>
    </div>
    
    <div class="custom-box outlined">
      <h4>Montée en compétence</h4>
      <p>Ce soutien permet à nos consultants de s’immerger encore plus intensément dans l’actualité Java, garantissant une expertise toujours plus fine pour nos projets.</p>
    </div>
</div>

  <div class="encadre-margo">
    <div class="content">
      <h2><strong>En route pour 2026 !</strong></h2>
      <p>
        Nous sommes impatients de contribuer au rayonnement du Paris JUG et de rencontrer les membres de la communauté lors des prochaines soirées. Que ce soit autour d&rsquo;un talk technique ou d&rsquo;un moment de networking, nous avons hâte d&rsquo;échanger avec vous.
      </p>
      <p class="margo-final">
        À très vite lors d&rsquo;une prochaine session du Paris JUG !
      </p>
      <br>
      <a href="https://www.parisjug.org/" class="btn-bleu" target="_blank" rel="noopener">Découvrir le calendrier du JUG</a>
      <a href="https://margo.23juin.dev/nous-contacter/" class="btn-bleu" target="_blank" rel="noopener">Contactez-nous</a>

    </div>
  </div>
</div>


</div><p>The post <a href="https://margo.23juin.dev/life/margo-devient-sponsor-platinum-du-paris-jug-un-engagement-fort-pour-lecosysteme-java/">MARGO devient Sponsor Platinum du Paris JUG : un engagement fort pour l’écosystème Java</a> appeared first on <a href="https://margo.23juin.dev">MARGO</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
