<?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>L&#039;IHEDN : Institut des hautes études de défense nationale</title>
	<atom:link href="https://ihedn.fr/en/feed/" rel="self" type="application/rss+xml" />
	<link>https://ihedn.fr/en/</link>
	<description>Official website of the IHEDN under the supervision of the Prime Minister.</description>
	<lastBuildDate>Fri, 12 Jun 2026 16:08:51 UTC</lastBuildDate>
	<language>en-GB</language>
	<sy:updateperiod>
	hourly	</sy:updateperiod>
	<sy:updatefrequency>
	1	</sy:updatefrequency>
	

<image>
	<url>https://ihedn.fr/wp-content/uploads/2024/09/IHEDN-logo-favicon-150x150.png</url>
	<title>L&#039;IHEDN : Institut des hautes études de défense nationale</title>
	<link>https://ihedn.fr/en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Eurosatory 2026 : qu&#8217;est-ce que la « supériorité multi-domaine » ?</title>
		<link>https://ihedn.fr/en/lundis-de-lihedn/eurosatory-2026-quest-ce-que-la-superiorite-multi-domaine/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Fri, 12 Jun 2026 16:05:01 UTC</pubDate>
				<category><![CDATA[Lundis de l'IHEDN]]></category>
		<category><![CDATA[Notre sélection]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=61052</guid>

					<description><![CDATA[<p>This week, the world’s leading defence and land and air-land security exhibition is taking place near Paris. For the 2026 edition, the event is structured around key themes, foremost among which is multi-domain superiority. What exactly does this term mean, given that it has become both an inescapable reality and a challenge in contemporary theatres of conflict?</p>
<p>L’article <a href="https://ihedn.fr/en/lundis-de-lihedn/eurosatory-2026-quest-ce-que-la-superiorite-multi-domaine/">Eurosatory 2026 : qu&rsquo;est-ce que la « supériorité multi-domaine » ?</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="61052" class="elementor elementor-61052" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-996fc96 e-flex e-con-boxed e-con e-parent" data-id="996fc96" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-be8755d elementor-widget elementor-widget-heading" data-id="be8755d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">IHEDN Mondays are now available in audio format!</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-12bc3a6 elementor-widget elementor-widget-text-editor" data-id="12bc3a6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Click below to listen:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-191a3b6 elementor-widget elementor-widget-html" data-id="191a3b6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
.player-container-1 {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 3px 30px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: inline;
  align-items: flex-start;
  color: #fff;
  margin: 0 auto;
  background-color: #053973;
}

#waveform-1 {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.controls-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#playPause-1 {
  width: 45px;
  height: 45px;
  border: none;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
  padding: 0;
}

#playPause-1:hover {
  background: rgba(255,255,255,0.5);
}

#playPause-1 svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

#time-1 {
  font-size: 16px;
  text-align: center;
  min-width: 80px;
}

.top-controls-1 {
  width: 100%;
  display: flex;
  justify-content: space-between; /* Play à gauche / Time à droite */
  align-items: center;
  margin-bottom: 5px;
}

.player-container-1 {
  display: flex;
  flex-direction: column;
}

#time-1 {
  font-size: 16px;
  text-align: right;
}

.player-container-1 {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 3px 30px rgba(0,0,0,0.2);
  display: flex;                   /* LAYOUT EN LIGNE */
  flex-direction: row;             /* tout sur une seule ligne */
  align-items: center;             /* vertical alignment */
  gap: 20px;                       /* espace entre éléments */
  color: #fff;
  margin: 0 auto;
  background-color: #053973;
}

#waveform-1 {
  flex: 1;                         /* prend toute la place disponible */
  height: 50px;
  align-items: center;
}

#time-1 {
  min-width: 80px;
  text-align: right;
} 
</style>

<script src="https://unpkg.com/wavesurfer.js"></script>

<section>
<div class="player-container-1">

  <button id="playPause-1">
    <!-- ton SVG Play -->
    <svg version="1.1" id="playSVG-1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewbox="0 0 330 330">
      <path d="M37.728,328.12c2.266,1.256,4.77,1.88,7.272,1.88c2.763,0,5.522-0.763,7.95-2.28l240-149.999      c4.386-2.741,7.05-7.548,7.05-12.72c0-5.172-2.664-9.979-7.05-12.72L52.95,2.28c-4.625-2.891-10.453-3.043-15.222-0.4      C32.959,4.524,30,9.547,30,15v300C30,320.453,32.959,325.476,37.728,328.12z"/>
    </svg>
  </button>

  <div id="waveform-1"></div>

  <span id="time-1">00:00 / 00:00</span>

</div>

  <!-- waveform en dessous -->
  <div id="waveform-1"></div>


</section>

<section>
<script>

const wavesurfer1 = WaveSurfer.create({
    container: '#waveform-1',
    waveColor: 'rgba(255,255,255,0.4)',
    progressColor: '#fff',
    cursorColor: '#fff',
    barWidth: 3,
    barRadius: 3,
    height: 50,
    responsive: true,
    normalize: true
});

// Charge ton fichier audio depuis le site WordPress
wavesurfer1.load('https://ihedn.fr/wp-content/uploads/2026/06/audio-2026-06-15-eurosatory.mp3');

const playBtn1 = document.getElementById('playPause-1');
const timeDisplay1 = document.getElementById('time-1');

// SVGs
const playSVG1 = `<svg version="1.1" id="playSVG-1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 330 330">
<path d="M37.728,328.12c2.266,1.256,4.77,1.88,7.272,1.88c2.763,0,5.522-0.763,7.95-2.28l240-149.999
c4.386-2.741,7.05-7.548,7.05-12.72c0-5.172-2.664-9.979-7.05-12.72L52.95,2.28c-4.625-2.891-10.453-3.043-15.222-0.4
C32.959,4.524,30,9.547,30,15v300C30,320.453,32.959,325.476,37.728,328.12z"/>
</svg>`;

const pauseSVG1 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 330 330" width="100%" height="100%" fill="#fff">
  <rect x="60" y="30" width="80" height="270"/>
  <rect x="190" y="30" width="80" height="270"/>
</svg>`;

// Play/Pause switch
playBtn1.addEventListener('click', () => {
    wavesurfer1.playPause();
    playBtn1.innerHTML = wavesurfer1.isPlaying() ? pauseSVG1 : playSVG1;
});

// Update time display
function formatTime(sec) {
    const m = Math.floor(sec / 60);
    const s = Math.floor(sec % 60);
    return m.toString().padStart(2,'0') + ':' + s.toString().padStart(2,'0');
}

wavesurfer1.on('audioprocess', () => {
    const current = wavesurfer1.getCurrentTime();
    const duration = wavesurfer1.getDuration();
    timeDisplay1.textContent = formatTime(current) + ' / ' + formatTime(duration);
});

wavesurfer1.on('ready', () => {
    const duration = wavesurfer1.getDuration();
    timeDisplay1.textContent = '00:00 / ' + formatTime(duration);
});
</script>
</section>				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b21a8ab e-con-full e-flex e-con e-parent" data-id="b21a8ab" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-23593b8 elementor-widget elementor-widget-text-editor" data-id="23593b8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>To understand this key concept in modern military doctrine, a simple analogy comes to mind: that of a large symphony orchestra.</p><p>Originally, the art of war was based on compartmentalised operations. Land, sea and air forces each operated according to their own plans. Coordination between the different branches of the armed forces, or between the armed forces as a whole, took place on a case-by-case basis.</p><p>Today, the emergence of new arenas of conflict (cyberspace, outer space via satellite networks, the information sphere on social media, etc.) has made strategic thinking and operational realities far more complex.</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-34f6859 e-con-full e-flex e-con e-parent" data-id="34f6859" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-47a0236 elementor-widget elementor-widget-heading" data-id="47a0236" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">FROM ISOLATED ACTION TO A SYMPHONY OF COMMUNITIES</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b02bcd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1b02bcd" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-03142eb e-con-full e-flex e-con e-child" data-id="03142eb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2b8bbe6 elementor-widget elementor-widget-text-editor" data-id="2b8bbe6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>«Multi-domain superiority» involves precisely synchronising all these environments—both physical and digital—in real time. The success of operations now depends on comprehensive coordination and the synchronisation of effects between physical environments and equipment originally designed for their own specific environment.</p><p>In an article <a href="https://www.defnat.com/e-RDN/vue-article-cahier.php?carticle=235" target="_blank" rel="noopener">published in 2020 in the Revue Défense Nationale</a> whilst he was a visiting student at the Centre for Advanced Military Studies (CHEM) and the IHEDN, Étienne Faury believed that «modern multi-domain warfare has its origins in the Soviet era and the doctrinal proliferation of the 1920s and 1930s».</p><p>He has since been promoted to Air Force Major General (and appointed at the end of 2025 <a href="https://www.dend.fr/prise-de-fonction-du-nouveau-delegue-lexpertise-nucleaire-de-defense-et-de-securite-dends" target="_blank" rel="noopener">Head of Nuclear Expertise for Defence and Security</a>, Étienne Faury added that the modern version of multi-domain warfare emerged in the United States in the 2010s in order to «address the resurgence of symmetric threats from Russia and China whilst incorporating new conflict environments».</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-09ebcd3 e-con-full e-flex e-con e-parent" data-id="09ebcd3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-f359ef9 elementor-widget elementor-widget-heading" data-id="f359ef9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A DOCTRINAL REVOLUTION ACCELERATED BY THE RETURN OF HIGH-INTENSITY OPERATIONS</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-887cac3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="887cac3" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-094d652 e-con-full e-flex e-con e-child" data-id="094d652" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-837d8c0 elementor-widget elementor-widget-text-editor" data-id="837d8c0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Here is how he defined this «revolution», which he described as both «indispensable and inevitable»:</p><p style="padding-left: 80px;">«Modern so-called multi-domain operations involve integrating and combining the effects of new domains (information, cyber and space) into joint operations at the operational and tactical levels, with an accelerated decision-making cycle, in order to surprise, overwhelm or disrupt the adversary. […]</p><p style="padding-left: 80px;">Whoever can make decisions and take action most swiftly to achieve the greatest combined effect thereby gains a military advantage: the element of surprise. […]</p><p style="padding-left: 80px;">Some experts believe that this cross-sector synergy is inevitable in the long term, given the convergence of all sectors <em>via</em> digital tools. »</p><p>Six years on from these analyses, and in the wake of recent high-intensity conflicts, this synergy has become an operational reality. It is now firmly established within the French armed forces and the defence industrial and technological base, as evidenced by the creation of the <a href="https://ihedn.fr/en/lundis-de-lihedn/face-aux-nouvelles-realites-operationnelles-larmee-de-terre-renforce-linnovation/" target="_blank" rel="noopener">Future combat command</a> (CCF) of the Army in 2023, or that of the Defence Digital Commission (CND, reporting directly to the Minister for the Armed Forces) in 2025.</p><p>Another example is the decision to make multi-domain superiority the main theme of Eurosatory 2026. This theme aims to highlight «the integration of digital technologies, AI, cloud computing and C4ISR <em>[Editor’s note: an acronym for «command, control, communications, computers, intelligence, surveillance and reconnaissance»]</em> and electronic warfare to enhance the forces» protection, coordination and information superiority.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-5f3fac0 elementor-widget elementor-widget-image" data-id="5f3fac0" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
												<figure class="wp-caption">
										<img fetchpriority="high" decoding="async" width="1920" height="1080" src="https://ihedn.fr/wp-content/uploads/2026/06/BANDEAU_LIH_MULTIDOMAINE2.jpg" class="attachment-full size-full wp-image-61059" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/BANDEAU_LIH_MULTIDOMAINE2.jpg 1920w, https://ihedn.fr/wp-content/uploads/2026/06/BANDEAU_LIH_MULTIDOMAINE2-1536x864.jpg 1536w, https://ihedn.fr/wp-content/uploads/2026/06/BANDEAU_LIH_MULTIDOMAINE2-18x10.jpg 18w" sizes="(max-width: 1920px) 100vw, 1920px" />											<figcaption class="widget-image-caption wp-caption-text">Multi-domain operations involve integrating and combining the effects of new domains (information, cyber and space) into joint operations across the traditional domains of land, sea and air, with an accelerated decision-making cycle.</figcaption>
										</figure>
									</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-f673946 e-con-full e-flex e-con e-parent" data-id="f673946" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-0389006 elementor-widget elementor-widget-heading" data-id="0389006" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">THE SIX PILLARS OF MULTI-DOMAIN SUPERIORITY</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-217c5fa elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="217c5fa" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-6d3bba9 e-con-full e-flex e-con e-child" data-id="6d3bba9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1dc8b2a elementor-widget elementor-widget-text-editor" data-id="1dc8b2a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Axis 1 will be developed through six thematic areas that define the current scope of multi-domain superiority:</p><ul><li><strong>C2 (command and control), sensor fusion and autonomous decision-making:</strong> collect and instantly cross-reference data from multiple sources to speed up decision-making;</li><li><strong>Electromagnetic warfare and spectrum warfare:</strong> control and dominate the spectrum to ensure communications, detection and jamming;</li><li><strong>Cyber defence and digital sovereignty:</strong> to ensure the security of critical systems and the continuity of operations in cyberspace;</li><li><strong>Influence, disinformation and cognitive warfare:</strong> to protect or impose a narrative in the face of hybrid strategies and the manipulation of perceptions;</li><li><strong>Defence cloud and tactical data:</strong> process and analyse data, which has become an operational resource in its own right;</li><li><strong>Interoperability and broader alliances:</strong> ensure technical compatibility and seamless data sharing between allied forces.</li></ul><p>On the exhibition stands, this development is radically changing the way equipment is presented. A tank or a drone is no longer displayed as a stand-alone piece of equipment, but as a hyper-connected component of a single network.</p><p>The aim of the live demonstrations and simulations on display at Eurosatory is to bring this concept to life: to show how information captured from space or the air by a drone or satellite is transmitted live to a soldier’s screen on the ground, guiding their immediate actions.  </p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-9920f28 e-con-full e-flex e-con e-parent" data-id="9920f28" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a2cdc96 elementor-widget elementor-widget-heading" data-id="a2cdc96" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">TO FIND OUT MORE </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-35989b2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="35989b2" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-c2f9cd9 elementor-widget elementor-widget-text-editor" data-id="c2f9cd9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://www.defense.gouv.fr/eurosatory" target="_blank" rel="noopener">Eurosatory 2026, on the website of the Ministry of the Armed Forces and Veterans Affairs</a></p>								</div>
				</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/lundis-de-lihedn/eurosatory-2026-quest-ce-que-la-superiorite-multi-domaine/">Eurosatory 2026 : qu&rsquo;est-ce que la « supériorité multi-domaine » ?</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Le modèle suédois de Défense totale, un exemple d’innovation et de résilience pour l&#8217;Europe</title>
		<link>https://ihedn.fr/en/lundis-de-lihedn/le-modele-suedois-de-defense-totale-un-exemple-dinnovation-et-de-resilience-pour-leurope/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Fri, 05 Jun 2026 15:09:13 +0000</pubDate>
				<category><![CDATA[Lundis de l'IHEDN]]></category>
		<category><![CDATA[Notre sélection]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60709</guid>

					<description><![CDATA[<p>The Scandinavian kingdom, which is currently undergoing the biggest change in its national defence and security doctrine for two centuries, is taking the fusion of military and civilian approaches very far. We take a closer look at this innovative model following the study mission of the Digital Sovereignty and Cybersecurity major at the IHEDN national session.</p>
<p>L’article <a href="https://ihedn.fr/en/lundis-de-lihedn/le-modele-suedois-de-defense-totale-un-exemple-dinnovation-et-de-resilience-pour-leurope/">Le modèle suédois de Défense totale, un exemple d’innovation et de résilience pour l&rsquo;Europe</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60709" class="elementor elementor-60709" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-996fc96 e-flex e-con-boxed e-con e-parent" data-id="996fc96" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-be8755d elementor-widget elementor-widget-heading" data-id="be8755d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">IHEDN Mondays are now available in audio format!</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-12bc3a6 elementor-widget elementor-widget-text-editor" data-id="12bc3a6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Click below to listen:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-191a3b6 elementor-widget elementor-widget-html" data-id="191a3b6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
.player-container-1 {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 3px 30px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: inline;
  align-items: flex-start;
  color: #fff;
  margin: 0 auto;
  background-color: #053973;
}

#waveform-1 {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.controls-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#playPause-1 {
  width: 45px;
  height: 45px;
  border: none;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
  padding: 0;
}

#playPause-1:hover {
  background: rgba(255,255,255,0.5);
}

#playPause-1 svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

#time-1 {
  font-size: 16px;
  text-align: center;
  min-width: 80px;
}

.top-controls-1 {
  width: 100%;
  display: flex;
  justify-content: space-between; /* Play à gauche / Time à droite */
  align-items: center;
  margin-bottom: 5px;
}

.player-container-1 {
  display: flex;
  flex-direction: column;
}

#time-1 {
  font-size: 16px;
  text-align: right;
}

.player-container-1 {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 3px 30px rgba(0,0,0,0.2);
  display: flex;                   /* LAYOUT EN LIGNE */
  flex-direction: row;             /* tout sur une seule ligne */
  align-items: center;             /* vertical alignment */
  gap: 20px;                       /* espace entre éléments */
  color: #fff;
  margin: 0 auto;
  background-color: #053973;
}

#waveform-1 {
  flex: 1;                         /* prend toute la place disponible */
  height: 50px;
  align-items: center;
}

#time-1 {
  min-width: 80px;
  text-align: right;
} 
</style>

<script src="https://unpkg.com/wavesurfer.js"></script>

<section>
<div class="player-container-1">

  <button id="playPause-1">
    <!-- ton SVG Play -->
    <svg version="1.1" id="playSVG-1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewbox="0 0 330 330">
      <path d="M37.728,328.12c2.266,1.256,4.77,1.88,7.272,1.88c2.763,0,5.522-0.763,7.95-2.28l240-149.999      c4.386-2.741,7.05-7.548,7.05-12.72c0-5.172-2.664-9.979-7.05-12.72L52.95,2.28c-4.625-2.891-10.453-3.043-15.222-0.4      C32.959,4.524,30,9.547,30,15v300C30,320.453,32.959,325.476,37.728,328.12z"/>
    </svg>
  </button>

  <div id="waveform-1"></div>

  <span id="time-1">00:00 / 00:00</span>

</div>

  <!-- waveform en dessous -->
  <div id="waveform-1"></div>


</section>

<section>
<script>

const wavesurfer1 = WaveSurfer.create({
    container: '#waveform-1',
    waveColor: 'rgba(255,255,255,0.4)',
    progressColor: '#fff',
    cursorColor: '#fff',
    barWidth: 3,
    barRadius: 3,
    height: 50,
    responsive: true,
    normalize: true
});

// Charge ton fichier audio depuis le site WordPress
wavesurfer1.load('https://ihedn.fr/wp-content/uploads/2026/06/audio-2026-06-08-suede.mp3');

const playBtn1 = document.getElementById('playPause-1');
const timeDisplay1 = document.getElementById('time-1');

// SVGs
const playSVG1 = `<svg version="1.1" id="playSVG-1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 330 330">
<path d="M37.728,328.12c2.266,1.256,4.77,1.88,7.272,1.88c2.763,0,5.522-0.763,7.95-2.28l240-149.999
c4.386-2.741,7.05-7.548,7.05-12.72c0-5.172-2.664-9.979-7.05-12.72L52.95,2.28c-4.625-2.891-10.453-3.043-15.222-0.4
C32.959,4.524,30,9.547,30,15v300C30,320.453,32.959,325.476,37.728,328.12z"/>
</svg>`;

const pauseSVG1 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 330 330" width="100%" height="100%" fill="#fff">
  <rect x="60" y="30" width="80" height="270"/>
  <rect x="190" y="30" width="80" height="270"/>
</svg>`;

// Play/Pause switch
playBtn1.addEventListener('click', () => {
    wavesurfer1.playPause();
    playBtn1.innerHTML = wavesurfer1.isPlaying() ? pauseSVG1 : playSVG1;
});

// Update time display
function formatTime(sec) {
    const m = Math.floor(sec / 60);
    const s = Math.floor(sec % 60);
    return m.toString().padStart(2,'0') + ':' + s.toString().padStart(2,'0');
}

wavesurfer1.on('audioprocess', () => {
    const current = wavesurfer1.getCurrentTime();
    const duration = wavesurfer1.getDuration();
    timeDisplay1.textContent = formatTime(current) + ' / ' + formatTime(duration);
});

wavesurfer1.on('ready', () => {
    const duration = wavesurfer1.getDuration();
    timeDisplay1.textContent = '00:00 / ' + formatTime(duration);
});
</script>
</section>				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b21a8ab e-con-full e-flex e-con e-parent" data-id="b21a8ab" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-23593b8 elementor-widget elementor-widget-text-editor" data-id="23593b8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>At a time when Europe is going through the most serious security crisis since the Second World War, characterised by a grey area where the line between peace and war is becoming blurred, Sweden is emerging as an essential doctrinal and operational laboratory.</p><p>The country's accession to NATO definitively buries the historic policy of neutrality adopted in 1812. As a state bordering the Baltic Sea, Sweden brings to the Alliance its valuable strategic geography in Northern Europe, transforming the region into a highly secure and interconnected space.  </p><p>This geopolitical shift is accompanied by the greatest evolution in national defence and security doctrine for two centuries. Through the concept of «Total Defence» (<em>Totalförsvar</em>), this kingdom of engineers is modernising a global model in which security is no longer the sole preserve of the armed forces, but a «team sport» involving the State, industry and individual citizens.</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-34f6859 e-con-full e-flex e-con e-parent" data-id="34f6859" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-47a0236 elementor-widget elementor-widget-heading" data-id="47a0236" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A MODEL ROOTED IN CONSENSUS, INNOVATION AND HISTORY</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b02bcd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1b02bcd" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-03142eb e-con-full e-flex e-con e-child" data-id="03142eb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2b8bbe6 elementor-widget elementor-widget-text-editor" data-id="2b8bbe6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>To understand the Swedish trajectory, it is necessary to identify the pillars of a nation of 10 million inhabitants that combines strong decentralisation, a deeply rooted culture of consensus and a historically autonomous and powerful defence industry. If relations with France are embodied in the historic figure of Marshal of the Empire Jean-Baptiste Bernadotte, who became King of Sweden Charles XIV Jean in 1818, the two nations today share a major strategic partnership. Renewed in 2024, it structures their cooperation in civil nuclear power, space and emerging technologies (such as the links between Mistral AI and EcoDataCenter).</p><p>It is on this bedrock of technological excellence and social cohesion that Sweden is rebuilding its resilience. Historically non-aligned, the country developed a titanic civil protection system during the Cold War before dismantling it in the era of «eternal peace». Russia's annexation of Crimea in 2015, followed by the massive invasion of Ukraine, was the wake-up call for strategy. From now on, political will will be accompanied by massive financial resources, with NATO setting an ambitious investment course for the protection of critical infrastructures.</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-09ebcd3 e-con-full e-flex e-con e-parent" data-id="09ebcd3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-f359ef9 elementor-widget elementor-widget-heading" data-id="f359ef9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">THE INSTITUTIONAL BACKBONE OF CIVIL RESILIENCE</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-887cac3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="887cac3" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-094d652 e-con-full e-flex e-con e-child" data-id="094d652" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-837d8c0 elementor-widget elementor-widget-text-editor" data-id="837d8c0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>At the heart of this overall architecture is an institution undergoing radical change: the new <strong>Swedish Civil Defence and Resilience Agency</strong>. Recently attached to the Ministry of Defence - under the aegis of a newly-created Ministry of Civil Defence, a historic first - this structure of 1,500 staff visually and administratively materialises the merging of military and civil approaches.</p><p>Its mission is considerable: to coordinate a national ecosystem of around 1,000 key players (government agencies, prefectures, municipalities, businesses). The Swedish administrative model, characterised by small political ministries and large autonomous executive agencies, gives it remarkable agility.</p><p>The agency does not just operate on the home front; it deploys personnel around the world, particularly in Ukraine, a veritable forward observation post for modern warfare from which Sweden is learning important lessons.</p><p>The doctrine of this renewed civil defence is based on four fundamental pillars:</p><ol><li><strong>Maintaining essential social functions</strong> (energy, transport, health) in the face of Russian strategies to systematically target civilian infrastructure.</li><li><strong>Direct support for military defence capabilities</strong>, NATO plans.</li><li><strong>Protecting the population</strong>, This was based on a network of shelters capable of accommodating seven million people and on mass evacuation plans.</li><li><strong>Defending cognitive space</strong>, The aim is to educate and protect the public against misinformation and to preserve the will to defend themselves.</li></ol>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-f673946 e-con-full e-flex e-con e-parent" data-id="f673946" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-0389006 elementor-widget elementor-widget-heading" data-id="0389006" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">THE PRIVATE SECTOR AND CITIZENS: SOLDIERS FOR ECONOMIC CONTINUITY</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-217c5fa elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="217c5fa" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-6d3bba9 e-con-full e-flex e-con e-child" data-id="6d3bba9" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-1dc8b2a elementor-widget elementor-widget-text-editor" data-id="1dc8b2a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>One of the most striking innovations of the Swedish model is its management of the <strong>security of supply</strong> (<em>Security of Supply</em>). Aware that the State can no longer finance or manage gigantic fixed public stocks, Sweden has chosen to rely on the creativity and flexibility of the private sector. Through an Industrial Advisory Council that brings together the heads of major strategic companies and the Commander-in-Chief of the armed forces, the country organises economic resilience upstream.</p><p>Companies with more than five employees are subject to rigorous planning: in the event of a major crisis or conflict, they are legally obliged to be able to operate independently for a fortnight. This requires dependencies to be mapped out, business continuity plans to be drawn up and human resources to be carefully managed, anticipating the fact that certain key managers could be mobilised at the front.</p><p>At the same time, the citizen is put back at the centre of the system via <strong>the duty of total defence</strong> (<em>Total defence duty</em>), which stipulates that all residents of Sweden aged between 16 and 70 must serve their country in the event of a crisis. The country is thus relaunching civilian conscription on a massive scale, initially targeting the emergency services before including a civilian component in the conscription examinations for 18-year-olds from next year.</p><p>This popular involvement is underpinned by a culture of transparency. The famous «yellow brochure», a <a href="https://bunkl.fr/wordpress/wp-content/uploads/2025/02/livret-gouvernement-sudeois-en-cas-de-crise-ou-de-guerre-2024.pdf">in the event of crisis or war« preparedness booklet»</a> distributed to every household, has been reissued with a tone of unprecedented seriousness:</p><p style="padding-left: 40px;">«If Sweden is attacked, we will never surrender. Any suggestion to the contrary is false.»</p><p>As a sign of the times and of NATO integration, this document now explicitly includes awareness of cyber attacks and the threat of nuclear weapons.</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-9920f28 e-con-full e-flex e-con e-parent" data-id="9920f28" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a2cdc96 elementor-widget elementor-widget-heading" data-id="a2cdc96" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">PLANNING FOR INFORMATION WARFARE AND CRISIS SCENARIOS</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5a069cc elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="5a069cc" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-5667555 e-con-full e-flex e-con e-child" data-id="5667555" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-c2f9cd9 elementor-widget elementor-widget-text-editor" data-id="c2f9cd9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Cognitive resilience is Sweden's other major project, led by the Psychological Defence Agency. Faced with a Kremlin that uses history as an ideological battlefield to legitimise its imperial ambitions and deny its neighbours' right to exist, Sweden responds with factual counter-analysis and critical training. This information war, which targets the vulnerabilities of our democracies through social networks, the <em>gaming</em> or the recuperation of historical facts (such as Moscow's recurrent commemoration of the <a href="https://fr.wikipedia.org/wiki/Bataille_de_Poltava">Battle of Poltava</a> 1709), is closely monitored in direct bilateral cooperation with the French agency VIGINUM.</p><p>To provide a common compass for this general mobilisation, the Swedish army and civil defence co-wrote a remarkable reference document: the «Planning Assumptions for Total Defence». Exceptionally, this document sets out a framework for the resistance of <strong>three months</strong> in the event of armed conflict is entirely public and unclassified.</p><p>It sets out seven cardinal reference scenarios that determine the scale of the national effort:</p><ul><li>Everyday hybrid threats ;</li><li>Support for the host nation (<em>Host Nation Support</em>), positioning Sweden as NATO's nerve centre for logistics and transit to Finland and the Baltic States; ;</li><li>A military attack in the far north ;</li><li>The defence of the highly strategic island of Gotland in the Baltic Sea; ;</li><li>Waves of long-range missile strikes across the country; ;</li><li>Two scenarios for collective intervention by NATO to secure the northern and Baltic flanks.</li></ul>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-86f1a4d e-con-full e-flex e-con e-parent" data-id="86f1a4d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5b3b38c elementor-widget elementor-widget-heading" data-id="5b3b38c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A CUTTING-EDGE DEFENCE INDUSTRY DRIVEN BY INNOVATION</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-0eb8fba elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="0eb8fba" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-25629ae e-con-full e-flex e-con e-child" data-id="25629ae" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-be72752 elementor-widget elementor-widget-text-editor" data-id="be72752" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The second pillar of the Swedish miracle is its industrial base, which is historically strong and technologically independent. Sweden devotes more than 3 % of its GDP to research and development (R&amp;D), an effort that has been boosted to almost 70 % by private sector initiatives. This economic vitality is reflected in an exceptional concentration of high-tech start-ups: Stockholm now exceeds London and Los Angeles in the number of «unicorns» (companies valued at over a billion dollars) per inhabitant.</p><p>This excellence has a direct impact on the defence sector, where military investment has doubled in the space of just four years. Today, 43 % of the total defence budget is devoted strictly to equipment procurement. This positive overheating has led the military-industrial sector to hire 6,000 people in 2024, while the arms industry's turnover will jump by 55 % between 2023 and 2024.</p><p>The Swedish arsenal is based on world-renowned technological flagships:</p><ul><li>Generation 4+ fighter aircraft <strong>Saab Gripen</strong> ;</li><li>High-performance armoured fighting vehicles ;</li><li>The artillery system <strong>Archer</strong>, a highly automated 155 mm gun mounted on an off-road truck chassis, co-produced by Bofors and Volvo ;</li><li>Advanced rocket launcher systems and cutting-edge electronic solutions.</li></ul><p> </p><p>To maintain this conceptual lead, the Swedish Defence Research Agency (FOI) launched the <strong>Glimt</strong>. This strategic foresight tool uses probability calculations to anticipate technological and tactical breakthroughs on future battlefields.</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-285caee e-con-full e-flex e-con e-parent" data-id="285caee" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-c20eddb elementor-widget elementor-widget-heading" data-id="c20eddb" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">UKRAINE AND GOTLAND: THE FRONT LINES OF STRATEGIC SOLIDARITY</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1fdf3fe elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1fdf3fe" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8a1020a e-con-full e-flex e-con e-child" data-id="8a1020a" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-b51a244 elementor-widget elementor-widget-text-editor" data-id="b51a244" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The war in Ukraine is both the catalyst for the Swedish doctrine and its main field of application. Since the beginning of the conflict, Sweden has made a colossal financial and military effort of <strong>8 billion euros</strong> of aid to Kiev. Recently, on 19 February, Stockholm announced a massive new tranche of military aid worth €1.2 billion, focusing mainly on air defence, the shipment of munitions and logistical support for combat platforms already delivered.</p><p>In addition to these transfers, Sweden is actively involved in a number of training missions for Ukrainian soldiers. Above all, its support strategy has evolved: for several months now, Sweden has been supporting Kiev <strong>without drawing excessively on its own military stocks</strong>. Swedish industries are now directly producing new equipment for the Ukrainian forces.</p><p>This long-term alliance reached a historic milestone in October 2025: Ukrainian President Volodymyr Zelensky and Swedish Prime Minister Ulf Kristersson signed a letter of intent to allow Saab to supply <strong>between 100 and 150 Gripen fighters</strong> to Ukraine, radically transforming the capabilities of the Ukrainian air force.</p><p>At the same time, Sweden is securing its own strategic locks. The island of <strong>Gotland</strong>, a veritable «unsinkable aircraft carrier» in the middle of the Baltic Sea, is of crucial importance. It is an integral part of the 17 key sites covered by the Defence Cooperation Agreement (<em>Defense Cooperation Agreement</em> - DCA) signed between the United States and the countries of Northern Europe. This agreement makes Gotland a new strategic hub, optimising both the logistics of aid to Ukraine and defence industrial cooperation between Washington and the Nordic capitals.</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-377b74d e-con-full e-flex e-con e-parent" data-id="377b74d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a7abe70 elementor-widget elementor-widget-heading" data-id="a7abe70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">LESSONS FOR EUROPEAN SOVEREIGNTY</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5e8fe19 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="5e8fe19" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-7cc7010 e-con-full e-flex e-con e-child" data-id="7cc7010" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-ea823b9 elementor-widget elementor-widget-text-editor" data-id="ea823b9" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The Swedish case forcefully demonstrates that technological and military sovereignty cannot flourish without deeply shared civil resilience. By breaking down the silos between military planning and economic realities, by contractualising the role of companies and by making every citizen responsible, Sweden is not content to simply protect its territory: it is offering Europe an agile, transparent and modern «Total Defence» model.</p><p>Faced with the multidimensional threats of the 21st<sup>e</sup> century, resilience is no longer a passive option. <em>sine qua non</em> democratic survival.</p>								</div>
				</div>
				</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/lundis-de-lihedn/le-modele-suedois-de-defense-totale-un-exemple-dinnovation-et-de-resilience-pour-leurope/">Le modèle suédois de Défense totale, un exemple d’innovation et de résilience pour l&rsquo;Europe</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Le Senior Strategic Course 2025-2026 s’achève à Rome : trois modules pour penser la sécurité européenne de demain</title>
		<link>https://ihedn.fr/en/notre-actualite/le-senior-strategic-course-2025-2026-sacheve-a-rome-trois-modules-pour-penser-la-securite-europeenne-de-demain/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Thu, 04 Jun 2026 13:47:48 +0000</pubDate>
				<category><![CDATA[Notre actualité]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60755</guid>

					<description><![CDATA[<p>As it does every year, the IHEDN took part in the organisation of the new edition of the Senior Strategic Course (SSC) of the European Security and Defence College (ESDC), a high-level programme designed to strengthen European strategic culture and promote dialogue between civilian and military leaders of the Member States of the European Union.</p>
<p>L’article <a href="https://ihedn.fr/en/notre-actualite/le-senior-strategic-course-2025-2026-sacheve-a-rome-trois-modules-pour-penser-la-securite-europeenne-de-demain/">Le Senior Strategic Course 2025-2026 s’achève à Rome : trois modules pour penser la sécurité européenne de demain</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60755" class="elementor elementor-60755" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8acbf20 e-flex e-con-boxed e-con e-parent" data-id="8acbf20" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6b30c41 elementor-widget elementor-widget-text-editor" data-id="6b30c41" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Organised in partnership with the Egmont Institute (Belgium), the Bundesakademie für Sicherheitspolitik (BAKS) (Germany), the Centro Alti Studi per la Difesa (CASD) (Italy) and the CESD, the course took place in three successive modules in Brussels, Berlin and Rome. It brought together experienced civilian and military managers from European institutions, national administrations, armed forces and partner organisations.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-e8ca2cc elementor-widget elementor-widget-spacer" data-id="e8ca2cc" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1648d06 elementor-widget elementor-widget-heading" data-id="1648d06" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Brussels: the foundations of strategic thinking</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-d485f74 elementor-widget elementor-widget-text-editor" data-id="d485f74" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The first module, hosted in Brussels by the Egmont Institute and the Royal Military Academy of Belgium, was devoted to the major geopolitical balances in the world and the main strategies of contemporary powers. Participants focused on Russian, Chinese and American strategies, as well as the geopolitical dynamics affecting Europe's African and Middle Eastern neighbours. Discussions also focused on geo-economic issues and the role that the European Union can play in a context marked by the return of strategic competition between major powers.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-dcf11b7 elementor-widget elementor-widget-spacer" data-id="dcf11b7" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-fbbc826 elementor-widget elementor-widget-heading" data-id="fbbc826" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Berlin: war-tested Europe</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-2ce7986 elementor-widget elementor-widget-text-editor" data-id="2ce7986" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The second module, organised by BAKS in Berlin, looked in greater depth at the security consequences of the return of war to the European continent. Participants discussed integrated security, EU-NATO cooperation, strategic planning, global defence and the future of warfare with senior German political, military and institutional figures. Visits to the Bundestag and the Bundeswehr operational command, as well as discussions with representatives of the European defence industry, enriched the discussions on Europe's ability to meet current and future security challenges.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-64aca69 elementor-widget elementor-widget-heading" data-id="64aca69" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Rome: European defence, industry and strategic challenges</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-5905b1e elementor-widget elementor-widget-spacer" data-id="5905b1e" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-5c5c212 elementor-widget elementor-widget-text-editor" data-id="5c5c212" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The third and final module, co-organised by CASD and IHEDN in Rome, addressed a number of major issues for the future of European security: implementation of the White Paper on European Defence and the «ReArm Europe - Readiness 2030» plan, strengthening the European defence technological and industrial base, developments in transatlantic relations, the role of the European Union in its southern neighbourhood, EU-NATO cooperation on innovation and hybrid threats.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-d85da37 elementor-widget elementor-widget-heading" data-id="d85da37" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Strengthening a common European strategic culture</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-54e941d elementor-widget elementor-widget-spacer" data-id="54e941d" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-602a778 elementor-widget elementor-widget-text-editor" data-id="602a778" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Through this new edition of the Senior Strategic Course, IHEDN has continued its commitment within the CESD to the development of a shared European strategic culture. Each year, IHEDN co-organises the third and final module of the SSC with the Italian CASD, alternating between Rome and Paris. After the 2026 edition hosted in Rome, the final module of the 2027 edition will be held in Paris, thus continuing this dynamic of Franco-Italian and European cooperation in the service of strategic thinking and collective security.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8a23490 e-flex e-con-boxed e-con e-parent" data-id="8a23490" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c433b6 gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="4c433b6" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3ODEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzE3NzA5MTI2Nzk1OTguanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/1770912679598.jpg'><img decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/1770912679598-300x300.jpg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/1770912679598-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/1770912679598-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3ODIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzE3NzA5MTI2Nzk2OTEuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/1770912679691.jpg'><img decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/1770912679691-300x300.jpg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/1770912679691-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/1770912679691-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3ODMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzE3NzA5MTI2ODA4ODUuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/1770912680885.jpg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/1770912680885-300x300.jpg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/1770912680885-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/1770912680885-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3ODQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzE3NzA5MTI2ODEyNDEuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/1770912681241.jpg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/1770912681241-300x300.jpg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/1770912681241-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/1770912681241-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3ODAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzE3NzQ0MzY4NTcwMjUtMS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/1774436857025-1.jpg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/1774436857025-1-300x300.jpg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/1774436857025-1-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/1774436857025-1-150x150.jpg 150w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NzksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzE3NzQ0MzY4NTYzODYuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/1774436856386.jpg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/1774436856386-300x300.jpg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/1774436856386-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/1774436856386-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/1774436856386-150x150.jpg 150w, https://ihedn.fr/wp-content/uploads/2026/06/1774436856386-768x768.jpg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NzUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcyMDEtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7201-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7201-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7201-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7201-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7201-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NzQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcxOTgtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7198-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7198-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7198-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7198-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7198-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NzMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcxOTQtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7194-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7194-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7194-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7194-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7194-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NzEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcyMjMtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7223-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7223-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7223-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7223-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7223-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NzAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcyMTgtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7218-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7218-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7218-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7218-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7218-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NjksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcyMTYtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7216-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7216-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7216-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7216-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7216-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NjgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcyMTUtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7215-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7215-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7215-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7215-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7215-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NjcsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcyMTMtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7213-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7213-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7213-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7213-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7213-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NjYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcyMDQtZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7204-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7204-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7204-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7204-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7204-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA3NjUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL0RTQzcyMDItZGltZW5zaW9uaS1ncmFuZGkuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/DSC7202-dimensioni-grandi.jpeg'><img loading="lazy" decoding="async" width="300" height="300" src="https://ihedn.fr/wp-content/uploads/2026/06/DSC7202-dimensioni-grandi-300x300.jpeg" class="attachment-medium size-medium" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/DSC7202-dimensioni-grandi-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7202-dimensioni-grandi-150x150.jpeg 150w, https://ihedn.fr/wp-content/uploads/2026/06/DSC7202-dimensioni-grandi-768x768.jpeg 768w" sizes="(max-width: 300px) 100vw, 300px" /></a>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/notre-actualite/le-senior-strategic-course-2025-2026-sacheve-a-rome-trois-modules-pour-penser-la-securite-europeenne-de-demain/">Le Senior Strategic Course 2025-2026 s’achève à Rome : trois modules pour penser la sécurité européenne de demain</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Clap de fin pour le 93e cycle Intelligence Économique et Stratégique (IES) en région toulousaine</title>
		<link>https://ihedn.fr/en/notre-actualite/clap-de-fin-pour-le-93e-cycle-intelligence-economique-et-strategique-ies-en-region-toulousaine/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Thu, 04 Jun 2026 08:11:37 +0000</pubDate>
				<category><![CDATA[Notre actualité]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60688</guid>

					<description><![CDATA[<p>From 26 May to 3 June 2026, the students in this new session took a closer look at the major issues of economic, digital and industrial sovereignty, to better understand, anticipate and respond to them in an increasingly complex strategic environment.</p>
<p>L’article <a href="https://ihedn.fr/en/notre-actualite/clap-de-fin-pour-le-93e-cycle-intelligence-economique-et-strategique-ies-en-region-toulousaine/">Clap de fin pour le 93&lt;sup&gt;e&lt;/sup&gt; cycle Intelligence Économique et Stratégique (IES) en région toulousaine</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60688" class="elementor elementor-60688" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8acbf20 e-flex e-con-boxed e-con e-parent" data-id="8acbf20" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-6b30c41 elementor-widget elementor-widget-text-editor" data-id="6b30c41" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>During seven days of training spread over two weeks, 25 participants from the public sector, industry, defence, security, academia and consultancy came together with a common objective: to acquire a business intelligence methodology enabling them to understand, anticipate and act in an increasingly complex strategic environment.</p><p>For this 93<sup>e</sup> edition, IHEDN chose one of France's industrial flagships: aeronautics.</p><p>Through a case study focusing on Airbus and its ecosystem, participants worked on the major issues of sovereignty that are shaping international competition today: control of value chains, critical dependencies, protection of know-how, economic warfare, cybersecurity, influence and industrial resilience.</p><p>Over and above the theoretical lessons, this course provided an opportunity to immerse oneself in the heart of one of our country's most strategic regions.</p><p>Participants had the privilege of discovering the final assembly line for the Airbus A320, a symbol of European industrial know-how and France's ability to remain a leading aeronautical power.</p><p>They were also welcomed to the Direction Générale de l'Armement - Techniques Aéronautiques (DGA TA), a key player in France's technological superiority, where they were able to gain a better understanding of the challenges of innovation, evaluation and sovereignty that accompany the development of aeronautical and defence capabilities.</p><p>This year's event was also marked by a remarkable mobilisation of regional government departments. Participants benefited from the insights and feedback of those involved on a daily basis in protecting the national economic fabric, whether in terms of economic security, cybersecurity or the protection of scientific and technical heritage. This was a concrete illustration of the essential cooperation between the State, businesses and the academic world in the face of today's threats.</p><p>Throughout the course, the auditors were introduced to the main business intelligence tools:</p><ul><li>strategic intelligence and anticipation ;</li><li>OSINT and the use of open sources ;</li><li>economic security ;</li><li>cybersecurity ;</li><li>influence and public affairs ;</li><li>compliance and risk management ;</li><li>strategic decision support.</li></ul><p> </p><p>The pedagogy of the IES cycles is based on a simple principle: using a strategic sector as a pretext for acquiring a method that can be directly transposed to any organisation.</p><p>This approach culminated in the committee work carried out throughout the course. Divided into four groups, the participants analysed various issues related to the aeronautics ecosystem in order to produce strategic recommendations and decision-making tools.</p><p>Their final reports were presented to a panel of judges made up of Brigadier General Hugues de Roquemaurel, Nicolas Dubuc, Business Intelligence Advisor, and Pierre Woblewski, Business Intelligence Officer at Airbus.</p><p>The series closed with a speech by Bernard Carayon, a leading figure in economic intelligence in France. His analysis of contemporary geopolitical, technological and information-related changes served as a reminder of just how topical the issues of economic sovereignty are, and the importance of training decision-makers capable of incorporating these dimensions into their strategies.</p><p>This 93<sup>e</sup> This year's edition fully illustrates the DNA of IHEDN's IES cycles:</p><ul><li>decompartmentalise approaches ;</li><li>bringing public and private players together; ;</li><li>combining expertise; ;</li><li>develop a collective intelligence in the service of national sovereignty.</li></ul><p> </p><p>The IHEDN would like to thank all the speakers, partners and institutions that contributed to the success of this event, in particular: Airbus, the Occitanie regional prefecture, the DGA Techniques aéronautiques, the strategic information and economic security department (SISSE) and other government departments involved in economic security. But also the Agence nationale de la sécurité des systèmes d'information (ANSSI), the Institut des hautes études du ministère de l'Intérieur (IHEMI) and the Protection civile de la Haute-Garonne.</p><p>After cycles devoted to semi-conductors, quantum, submarine cables, New Space and nuclear energy, this new edition confirms IHEDN's determination to anchor its training courses as close as possible to France's major strategic ecosystems in order to gain a better understanding of the sovereignty challenges of the 21st century.</p><p>Finally, congratulations to the new IHEDN auditors for their commitment, the quality of their work, their intellectual curiosity and the collective spirit that has animated this class throughout the cycle. And welcome to the community of IHEDN auditors.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8a23490 e-flex e-con-boxed e-con e-parent" data-id="8a23490" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c433b6 gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="4c433b6" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2Q1ZWFmODY5LWYzYjAtNDRlNS05ZTEwLTFiZThkNzZkZjk0MS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/d5eaf869-f3b0-44e5-9e10-1be8d76df941.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/d5eaf869-f3b0-44e5-9e10-1be8d76df941-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/d5eaf869-f3b0-44e5-9e10-1be8d76df941-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/d5eaf869-f3b0-44e5-9e10-1be8d76df941-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/d5eaf869-f3b0-44e5-9e10-1be8d76df941-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/d5eaf869-f3b0-44e5-9e10-1be8d76df941-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2FjM2Q1Y2RiLTA3NWMtNGRkYS1hMTBmLTA5YzYyNzE0MTEwZS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/ac3d5cdb-075c-4dda-a10f-09c62714110e.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/ac3d5cdb-075c-4dda-a10f-09c62714110e-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/ac3d5cdb-075c-4dda-a10f-09c62714110e-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/ac3d5cdb-075c-4dda-a10f-09c62714110e-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/ac3d5cdb-075c-4dda-a10f-09c62714110e-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/ac3d5cdb-075c-4dda-a10f-09c62714110e-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTcsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzY1MWFlMWVjLTAyMzEtNDI4Zi04MWMzLTA4NWU4MTk2MTgzMi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/651ae1ec-0231-428f-81c3-085e81961832.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/651ae1ec-0231-428f-81c3-085e81961832-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/651ae1ec-0231-428f-81c3-085e81961832-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/651ae1ec-0231-428f-81c3-085e81961832-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/651ae1ec-0231-428f-81c3-085e81961832-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/651ae1ec-0231-428f-81c3-085e81961832-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzllMjQyNTBlLTBjZmMtNGE2OS1iMDljLTIwMzkyNDUzNzM5My5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/9e24250e-0cfc-4a69-b09c-203924537393.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/9e24250e-0cfc-4a69-b09c-203924537393-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/9e24250e-0cfc-4a69-b09c-203924537393-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/9e24250e-0cfc-4a69-b09c-203924537393-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/9e24250e-0cfc-4a69-b09c-203924537393-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/9e24250e-0cfc-4a69-b09c-203924537393-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzJlMmQ0ZmM4LWJiYWItNDJjNy04ZWJmLTg4ZDJkNDgxZjBhOS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/2e2d4fc8-bbab-42c7-8ebf-88d2d481f0a9.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/2e2d4fc8-bbab-42c7-8ebf-88d2d481f0a9-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/2e2d4fc8-bbab-42c7-8ebf-88d2d481f0a9-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/2e2d4fc8-bbab-42c7-8ebf-88d2d481f0a9-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/2e2d4fc8-bbab-42c7-8ebf-88d2d481f0a9-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/2e2d4fc8-bbab-42c7-8ebf-88d2d481f0a9-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL1Bob3RvLXNvdXRlLUE0MDBNLURHQS1UQS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/Photo-soute-A400M-DGA-TA.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/Photo-soute-A400M-DGA-TA-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/Photo-soute-A400M-DGA-TA-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/Photo-soute-A400M-DGA-TA-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/Photo-soute-A400M-DGA-TA-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/Photo-soute-A400M-DGA-TA-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL1Bob3RvLWNhZ2UtZGUtRmFyYWRheS1ER0EtVEEuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/Photo-cage-de-Faraday-DGA-TA.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/Photo-cage-de-Faraday-DGA-TA-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/Photo-cage-de-Faraday-DGA-TA-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/Photo-cage-de-Faraday-DGA-TA-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/Photo-cage-de-Faraday-DGA-TA-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/Photo-cage-de-Faraday-DGA-TA-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2Y5NWM0ZmU3LTY2MjMtNDczNy04ZTM3LTAzMmViOGE1ZDQ2Zi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/f95c4fe7-6623-4737-8e37-032eb8a5d46f.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/f95c4fe7-6623-4737-8e37-032eb8a5d46f-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/f95c4fe7-6623-4737-8e37-032eb8a5d46f-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/f95c4fe7-6623-4737-8e37-032eb8a5d46f-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/f95c4fe7-6623-4737-8e37-032eb8a5d46f-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/f95c4fe7-6623-4737-8e37-032eb8a5d46f-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA2OTAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2Y3M2MzNzY4LTU4ZDctNGY4My05N2E2LTdiOTg5YzUzZmQ0Ni5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/f73c3768-58d7-4f83-97a6-7b989c53fd46.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/f73c3768-58d7-4f83-97a6-7b989c53fd46-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/f73c3768-58d7-4f83-97a6-7b989c53fd46-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/f73c3768-58d7-4f83-97a6-7b989c53fd46-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/f73c3768-58d7-4f83-97a6-7b989c53fd46-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/f73c3768-58d7-4f83-97a6-7b989c53fd46-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/notre-actualite/clap-de-fin-pour-le-93e-cycle-intelligence-economique-et-strategique-ies-en-region-toulousaine/">Clap de fin pour le 93&lt;sup&gt;e&lt;/sup&gt; cycle Intelligence Économique et Stratégique (IES) en région toulousaine</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mission d’étude au Japon : les auditeurs au cœur des enjeux de défense et de sécurité économiques en Indopacifique</title>
		<link>https://ihedn.fr/en/notre-actualite/mission-detude-au-japon-les-auditeurs-au-coeur-des-enjeux-de-defense-et-de-securite-economiques-en-indopacifique/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 13:08:47 +0000</pubDate>
				<category><![CDATA[Notre actualité]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60542</guid>

					<description><![CDATA[<p>In an international context marked by growing strategic tensions in the Indo-Pacific, the aim of this mission was to enable the auditors to analyse the transformation of the Japanese model in the face of the new challenges of power, sovereignty and economic security.</p>
<p>L’article <a href="https://ihedn.fr/en/notre-actualite/mission-detude-au-japon-les-auditeurs-au-coeur-des-enjeux-de-defense-et-de-securite-economiques-en-indopacifique/">Mission d’étude au Japon : les auditeurs au cœur des enjeux de défense et de sécurité économiques en Indopacifique</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60542" class="elementor elementor-60542" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-45f5572 e-flex e-con-boxed e-con e-parent" data-id="45f5572" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1077607 elementor-widget elementor-widget-text-editor" data-id="1077607" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p> From 16 to 23 May 2026, students in the Defence and Economic Security (DSE) major in the 5<sup>e</sup> session of the IHEDN led a study mission to Japan, between Tokyo, Osaka and Kobe.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-a1c1491 elementor-widget elementor-widget-spacer" data-id="a1c1491" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-7bfa483 elementor-widget elementor-widget-heading" data-id="7bfa483" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Why Japan?</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-512192e elementor-widget elementor-widget-text-editor" data-id="512192e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>For a long time, Japan's post-World War II posture was one of pacifism, but its defence and security strategy is now undergoing major change.</p><p>Faced with the rise of China, tensions in the China Sea, threats from North Korea and the challenges of industrial and technological dependency, Japan is gradually strengthening its military, industrial and strategic capabilities.</p><p>For IHEDN auditors, this mission represented a unique opportunity to study :</p><ul><li>the evolution of japan's strategic posture</li><li>increasing integration between defence and economic security</li><li>industrial and technological sovereignty policies</li><li>energy issues and the supply of critical resources</li><li>geopolitical balances in East Asia and the Indo-Pacific region</li><li>Franco-Japanese cooperation in strategic and technological areas.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-3b56938 elementor-widget elementor-widget-spacer" data-id="3b56938" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-2c7fb5c elementor-widget elementor-widget-heading" data-id="2c7fb5c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">A week of strategic exchanges and immersion in the field</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-9562392 elementor-widget elementor-widget-text-editor" data-id="9562392" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Throughout the mission, the auditors met a wide range of institutional, diplomatic, industrial and academic players in order to gain a better understanding of Japan's strategic choices in the face of contemporary challenges.</p><p>Some of the main topics covered include</p><ul><li>The strengthening of Japanese military capabilities and the evolution of defence doctrine</li><li>The challenges of economic security and strategic sovereignty</li><li>Industrial and technological dependence, particularly on rare earths and critical resources</li><li>Strategic competition in the Indo-Pacific and rising regional tensions</li><li>Franco-Japanese cooperation in defence, innovation and dual technologies</li><li>Energy, industrial and logistics issues in a highly globalised economy.</li></ul><p> </p><p>This mission also gave the auditors access to a number of institutions and industrial sites, particularly in terms of Japanese strategy:</p><ul><li>The National Institute for Defense Studies (NIDS)</li><li>The Japan Institute of International Affairs (JIIA)</li><li>Japan Organization for Metals and Energy Security (JOGMEC)</li><li>The Ministry of Foreign Affairs of Japan (MOFA)</li><li>The Joint Robotics Laboratory</li><li>Airbus Helicopters</li><li>The Riken Center and its supercomputing capabilities</li><li>Kawasaki Heavy Industries</li><li>Otowa Electric Company</li><li>The Osaka military camp of the Japanese Ground Self-Defence Forces</li><li>The port of Kobe, a key infrastructure for Japan's economic and logistics flows.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-bad8a69 elementor-widget elementor-widget-spacer" data-id="bad8a69" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b3116ac elementor-widget elementor-widget-heading" data-id="b3116ac" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Understanding Japan's strategic transformation</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-c64ecbb elementor-widget elementor-widget-text-editor" data-id="c64ecbb" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In addition to the military aspects, this mission enabled us to gain a better understanding of how Japan is adapting its power model to the geopolitical changes taking place around the world.</p><p>Between technological sovereignty, economic resilience, industrial innovation and rising regional tensions, Japan is now emerging as a central player in the strategic balances of the 21stᵉ century.</p><p>A dense and immersive mission, offering listeners a concrete understanding of the new defence and economic security challenges in the Indo-Pacific region.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8a23490 e-flex e-con-boxed e-con e-parent" data-id="8a23490" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c433b6 gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="4c433b6" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjcsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzgxZjIwMTc3LWQyNmYtNDM1Zi1iYjNjLWMxZWEzNzA2NTk0MC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/81f20177-d26f-435f-bb3c-c1ea37065940.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/81f20177-d26f-435f-bb3c-c1ea37065940-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/81f20177-d26f-435f-bb3c-c1ea37065940-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/81f20177-d26f-435f-bb3c-c1ea37065940-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/81f20177-d26f-435f-bb3c-c1ea37065940-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/81f20177-d26f-435f-bb3c-c1ea37065940-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzlhNDA1YTA0LTU0MWYtNDczYS04YWJhLTMzNTQ0OWMwYzBjMi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/9a405a04-541f-473a-8aba-335449c0c0c2.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/9a405a04-541f-473a-8aba-335449c0c0c2-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/9a405a04-541f-473a-8aba-335449c0c0c2-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/9a405a04-541f-473a-8aba-335449c0c0c2-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/9a405a04-541f-473a-8aba-335449c0c0c2-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/9a405a04-541f-473a-8aba-335449c0c0c2-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NDUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzU5MjM5MzUxLTBjZTQtNGI0ZS1iNDhjLTM2YTNiMGUxNzQ0Zi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/59239351-0ce4-4b4e-b48c-36a3b0e1744f.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/59239351-0ce4-4b4e-b48c-36a3b0e1744f-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/59239351-0ce4-4b4e-b48c-36a3b0e1744f-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/59239351-0ce4-4b4e-b48c-36a3b0e1744f-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/59239351-0ce4-4b4e-b48c-36a3b0e1744f-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/59239351-0ce4-4b4e-b48c-36a3b0e1744f-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NDMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzg3MTM1Zjc5LTE5ZDEtNGU3My05MzRmLWJlYjM3ZmY5NzJkNy5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/87135f79-19d1-4e73-934f-beb37ff972d7.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/87135f79-19d1-4e73-934f-beb37ff972d7-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/87135f79-19d1-4e73-934f-beb37ff972d7-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/87135f79-19d1-4e73-934f-beb37ff972d7-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/87135f79-19d1-4e73-934f-beb37ff972d7-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/87135f79-19d1-4e73-934f-beb37ff972d7-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NDcsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2ExZTMwYjhkLTAwZGQtNDhkNS1iZDFhLTZmZmNjM2U0M2E3MC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/a1e30b8d-00dd-48d5-bd1a-6ffcc3e43a70.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/a1e30b8d-00dd-48d5-bd1a-6ffcc3e43a70-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/a1e30b8d-00dd-48d5-bd1a-6ffcc3e43a70-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/a1e30b8d-00dd-48d5-bd1a-6ffcc3e43a70-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/a1e30b8d-00dd-48d5-bd1a-6ffcc3e43a70-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/a1e30b8d-00dd-48d5-bd1a-6ffcc3e43a70-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NDksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2JiZjk0MWE0LWU3OWMtNDIwYS05ZTYxLTAxZDBjYmI4N2U2Yi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/bbf941a4-e79c-420a-9e61-01d0cbb87e6b.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/bbf941a4-e79c-420a-9e61-01d0cbb87e6b-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/bbf941a4-e79c-420a-9e61-01d0cbb87e6b-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/bbf941a4-e79c-420a-9e61-01d0cbb87e6b-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/bbf941a4-e79c-420a-9e61-01d0cbb87e6b-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/bbf941a4-e79c-420a-9e61-01d0cbb87e6b-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzcyZTdkZmEzLWQyMmEtNDI3NC1iZDQ5LWU0YTA1MDBlZjRiZS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/72e7dfa3-d22a-4274-bd49-e4a0500ef4be.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/72e7dfa3-d22a-4274-bd49-e4a0500ef4be-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/72e7dfa3-d22a-4274-bd49-e4a0500ef4be-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/72e7dfa3-d22a-4274-bd49-e4a0500ef4be-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/72e7dfa3-d22a-4274-bd49-e4a0500ef4be-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/72e7dfa3-d22a-4274-bd49-e4a0500ef4be-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzEzZTI5NmM1LTAwYTAtNGRlNi1hZTA1LWJlODQ5MGQ3MmJjMy5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/13e296c5-00a0-4de6-ae05-be8490d72bc3.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/13e296c5-00a0-4de6-ae05-be8490d72bc3-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/13e296c5-00a0-4de6-ae05-be8490d72bc3-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/13e296c5-00a0-4de6-ae05-be8490d72bc3-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/13e296c5-00a0-4de6-ae05-be8490d72bc3-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/13e296c5-00a0-4de6-ae05-be8490d72bc3-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2NhYTU2NTc0LTQ1YTItNGY2Ny1hNGY3LTdjNjk5NjZlZjkwMy5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/caa56574-45a2-4f67-a4f7-7c69966ef903.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/caa56574-45a2-4f67-a4f7-7c69966ef903-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/caa56574-45a2-4f67-a4f7-7c69966ef903-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/caa56574-45a2-4f67-a4f7-7c69966ef903-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/caa56574-45a2-4f67-a4f7-7c69966ef903-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/caa56574-45a2-4f67-a4f7-7c69966ef903-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTcsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzJkY2E4MWJhLTRhODgtNDkyMy1iMTI4LTllMjJmNmQwYjJjMy5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/2dca81ba-4a88-4923-b128-9e22f6d0b2c3.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/2dca81ba-4a88-4923-b128-9e22f6d0b2c3-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/2dca81ba-4a88-4923-b128-9e22f6d0b2c3-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/2dca81ba-4a88-4923-b128-9e22f6d0b2c3-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/2dca81ba-4a88-4923-b128-9e22f6d0b2c3-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/2dca81ba-4a88-4923-b128-9e22f6d0b2c3-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NDQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzQ5NTQxMDIxLWIwN2QtNGI4OC1hMDE4LWUxNTIyZWE2ZTEyOS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/49541021-b07d-4b88-a018-e1522ea6e129.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/49541021-b07d-4b88-a018-e1522ea6e129-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/49541021-b07d-4b88-a018-e1522ea6e129-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/49541021-b07d-4b88-a018-e1522ea6e129-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/49541021-b07d-4b88-a018-e1522ea6e129-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/49541021-b07d-4b88-a018-e1522ea6e129-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2ViZDlmYjQ0LWE4MGMtNGY2NC1hMTIzLTJlY2I1YjUyMjllMC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/ebd9fb44-a80c-4f64-a123-2ecb5b5229e0.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/ebd9fb44-a80c-4f64-a123-2ecb5b5229e0-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/ebd9fb44-a80c-4f64-a123-2ecb5b5229e0-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/ebd9fb44-a80c-4f64-a123-2ecb5b5229e0-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/ebd9fb44-a80c-4f64-a123-2ecb5b5229e0-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/ebd9fb44-a80c-4f64-a123-2ecb5b5229e0-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzAwNmFhYzEzLWU3OTItNGMzNi04MjlmLTNiNDljMzRmZTcyYi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/006aac13-e792-4c36-829f-3b49c34fe72b.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/006aac13-e792-4c36-829f-3b49c34fe72b-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/006aac13-e792-4c36-829f-3b49c34fe72b-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/006aac13-e792-4c36-829f-3b49c34fe72b-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/006aac13-e792-4c36-829f-3b49c34fe72b-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/006aac13-e792-4c36-829f-3b49c34fe72b-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2M5MTZjNDMxLTM2ZWItNGQwNy05ZGE3LThhNWVhZTJhOGQ5MC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/c916c431-36eb-4d07-9da7-8a5eae2a8d90.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/c916c431-36eb-4d07-9da7-8a5eae2a8d90-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/c916c431-36eb-4d07-9da7-8a5eae2a8d90-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/c916c431-36eb-4d07-9da7-8a5eae2a8d90-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/c916c431-36eb-4d07-9da7-8a5eae2a8d90-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/c916c431-36eb-4d07-9da7-8a5eae2a8d90-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2Y2N2E3NTBhLTU3MzgtNGY1MS1iYmI5LTNhY2I2NDFiZDk1OC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/f67a750a-5738-4f51-bbb9-3acb641bd958.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/f67a750a-5738-4f51-bbb9-3acb641bd958-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/f67a750a-5738-4f51-bbb9-3acb641bd958-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/f67a750a-5738-4f51-bbb9-3acb641bd958-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/f67a750a-5738-4f51-bbb9-3acb641bd958-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/f67a750a-5738-4f51-bbb9-3acb641bd958-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzhhNzNmZWY4LTgyNzUtNDdhNC1hZTYwLWQ0N2U0YjMyMzBlMi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/8a73fef8-8275-47a4-ae60-d47e4b3230e2.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/8a73fef8-8275-47a4-ae60-d47e4b3230e2-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/8a73fef8-8275-47a4-ae60-d47e4b3230e2-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/8a73fef8-8275-47a4-ae60-d47e4b3230e2-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/8a73fef8-8275-47a4-ae60-d47e4b3230e2-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/8a73fef8-8275-47a4-ae60-d47e4b3230e2-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2ZjZGMxMjFmLTY5ZjQtNDEyMS04MWZmLThkM2VmODAxOGM3OS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/fcdc121f-69f4-4121-81ff-8d3ef8018c79.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/fcdc121f-69f4-4121-81ff-8d3ef8018c79-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/fcdc121f-69f4-4121-81ff-8d3ef8018c79-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/fcdc121f-69f4-4121-81ff-8d3ef8018c79-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/fcdc121f-69f4-4121-81ff-8d3ef8018c79-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/fcdc121f-69f4-4121-81ff-8d3ef8018c79-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzFkYzJiNzg1LTM3N2EtNGQ1NC04ZWRlLTk1MGE1N2Q2ODBjMC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/1dc2b785-377a-4d54-8ede-950a57d680c0.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/1dc2b785-377a-4d54-8ede-950a57d680c0-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/1dc2b785-377a-4d54-8ede-950a57d680c0-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/1dc2b785-377a-4d54-8ede-950a57d680c0-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/1dc2b785-377a-4d54-8ede-950a57d680c0-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/1dc2b785-377a-4d54-8ede-950a57d680c0-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzhkMjQwZDM4LTY3ODMtNGVkMi1hOGFmLTg5M2I1MDRhM2E0Ni5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/8d240d38-6783-4ed2-a8af-893b504a3a46.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/8d240d38-6783-4ed2-a8af-893b504a3a46-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/8d240d38-6783-4ed2-a8af-893b504a3a46-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/8d240d38-6783-4ed2-a8af-893b504a3a46-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/8d240d38-6783-4ed2-a8af-893b504a3a46-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/8d240d38-6783-4ed2-a8af-893b504a3a46-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2ZjZDU3NzkzLTljMWQtNDUwZS1hMzUwLTczNjE5MTZiYzk3NS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/fcd57793-9c1d-450e-a350-7361916bc975.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/fcd57793-9c1d-450e-a350-7361916bc975-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/fcd57793-9c1d-450e-a350-7361916bc975-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/fcd57793-9c1d-450e-a350-7361916bc975-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/fcd57793-9c1d-450e-a350-7361916bc975-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/fcd57793-9c1d-450e-a350-7361916bc975-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzEyZGI5YWI1LThmYzMtNDFlMC04OTEyLTI4MjlhYzZlODNlYy5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/12db9ab5-8fc3-41e0-8912-2829ac6e83ec.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/12db9ab5-8fc3-41e0-8912-2829ac6e83ec-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/12db9ab5-8fc3-41e0-8912-2829ac6e83ec-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/12db9ab5-8fc3-41e0-8912-2829ac6e83ec-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/12db9ab5-8fc3-41e0-8912-2829ac6e83ec-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/12db9ab5-8fc3-41e0-8912-2829ac6e83ec-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzM4ZDRiZmZlLTJiNDEtNDkwMy05MDRmLTAzZGIyOGExMjJiOC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/38d4bffe-2b41-4903-904f-03db28a122b8.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/38d4bffe-2b41-4903-904f-03db28a122b8-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/38d4bffe-2b41-4903-904f-03db28a122b8-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/38d4bffe-2b41-4903-904f-03db28a122b8-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/38d4bffe-2b41-4903-904f-03db28a122b8-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/38d4bffe-2b41-4903-904f-03db28a122b8-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NjgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzM0N2RhYzk5LTcyNmUtNDk0NS1iYWNmLTY0MGU3OTUyMDk5MC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/347dac99-726e-4945-bacf-640e79520990.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/347dac99-726e-4945-bacf-640e79520990-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/347dac99-726e-4945-bacf-640e79520990-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/347dac99-726e-4945-bacf-640e79520990-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/347dac99-726e-4945-bacf-640e79520990-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/347dac99-726e-4945-bacf-640e79520990-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NTgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzViNmYxNzFjLTUwMzItNGRlYi04NGJmLTI1OTdjNTg5YjllYi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/5b6f171c-5032-4deb-84bf-2597c589b9eb.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/5b6f171c-5032-4deb-84bf-2597c589b9eb-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/5b6f171c-5032-4deb-84bf-2597c589b9eb-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/5b6f171c-5032-4deb-84bf-2597c589b9eb-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/5b6f171c-5032-4deb-84bf-2597c589b9eb-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/5b6f171c-5032-4deb-84bf-2597c589b9eb-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/notre-actualite/mission-detude-au-japon-les-auditeurs-au-coeur-des-enjeux-de-defense-et-de-securite-economiques-en-indopacifique/">Mission d’étude au Japon : les auditeurs au cœur des enjeux de défense et de sécurité économiques en Indopacifique</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Mission d’étude en Suède pour les auditeurs de la majeure Souveraineté Numérique et Cybersécurité</title>
		<link>https://ihedn.fr/en/notre-actualite/mission-detude-en-suede-pour-les-auditeurs-de-la-majeure-souverainete-numerique-et-cybersecurite/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 12:35:47 +0000</pubDate>
				<category><![CDATA[Notre actualité]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60497</guid>

					<description><![CDATA[<p>From 18 to 23 May 2026, the auditors of the Digital Sovereignty and Cybersecurity major of the 5ᵉ national session of the IHEDN led a study mission to Sweden, a country that in just a few years has become a key player in resilience, total defence and cybersecurity issues in Europe.</p>
<p>L’article <a href="https://ihedn.fr/en/notre-actualite/mission-detude-en-suede-pour-les-auditeurs-de-la-majeure-souverainete-numerique-et-cybersecurite/">Mission d’étude en Suède pour les auditeurs de la majeure Souveraineté Numérique et Cybersécurité</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60497" class="elementor elementor-60497" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-45f5572 e-flex e-con-boxed e-con e-parent" data-id="45f5572" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1077607 elementor-widget elementor-widget-text-editor" data-id="1077607" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In a context marked by the return of conflict in Europe, hybrid threats and the rise of digital challenges, the aim of this mission was to enable the auditors to analyse a particularly integrated security model, combining military defence, civil security, technological innovation and the mobilisation of society.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-a1c1491 elementor-widget elementor-widget-spacer" data-id="a1c1491" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-7bfa483 elementor-widget elementor-widget-heading" data-id="7bfa483" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Why Sweden?</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-512192e elementor-widget elementor-widget-text-editor" data-id="512192e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Sweden's accession to NATO in 2024, after more than two centuries of neutrality, represents a major strategic turning point in Northern Europe. This change is accompanied by a profound transformation of its defence and security policy.</p><p>For IHEDN auditors, Sweden today represents a genuine strategic laboratory focusing on several key themes:</p><ul><li>total defence involving the armed forces, public authorities, businesses and citizens</li><li>cyber security and critical infrastructure protection</li><li>combating hybrid threats and disinformation campaigns</li><li>national resilience and population preparedness</li><li>European and Nordic cooperation on security and sovereignty.</li></ul><p> </p><p>This mission enabled us to study how a European State adapts its organisation in the face of a profoundly degraded strategic environment.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-3b56938 elementor-widget elementor-widget-spacer" data-id="3b56938" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-2c7fb5c elementor-widget elementor-widget-heading" data-id="2c7fb5c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">A programme combining strategy, innovation and the field</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-9562392 elementor-widget elementor-widget-text-editor" data-id="9562392" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Throughout the week, auditors took part in a wide range of institutional, strategic and operational discussions on the major contemporary security challenges.</p><p>The main topics covered included</p><ul><li>The Swedish «total defence» model and its link between the civilian and military spheres</li><li>Cybersecurity and digital sovereignty issues</li><li>Hybrid threats, information warfare and psychological defence</li><li>The evolution of Sweden's strategic posture after joining NATO</li><li>Franco-Swedish and European cooperation in the fields of defence and digital technology</li><li>Security issues in the Baltic and Nordic region.</li></ul><p> </p><p>The mission also included a number of visits and meetings in the field to get a real feel for Sweden's defence and innovation capabilities.<br />Listeners were able to find out more about :</p><ul><li>The Berga and Muskö naval bases, pillars of Swedish maritime strategy</li><li>The activities of the Saab Group, a major player in the European defence industry</li><li>FOI (Totalförsvarets forskningsinstitut), a research institute specialising in defence, cyber security and strategic technologies.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-bad8a69 elementor-widget elementor-widget-spacer" data-id="bad8a69" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b3116ac elementor-widget elementor-widget-heading" data-id="b3116ac" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Understanding the changes in European security</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-c64ecbb elementor-widget elementor-widget-text-editor" data-id="c64ecbb" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Beyond the strictly military or digital aspects, this mission gave the auditors a better understanding of the profound changes in security policies in Europe.</p><p>Sweden today stands out as a particularly telling example of a model where societal resilience, technological innovation, strategic culture and international cooperation are becoming central levers of sovereignty.</p><p>It was a dense and immersive mission, offering listeners a concrete vision of the responses provided by European States to the security challenges of the 21st century.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8a23490 e-flex e-con-boxed e-con e-parent" data-id="8a23490" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c433b6 gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="4c433b6" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MDIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTYxMzIuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6132.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6132-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6132-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6132-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6132-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6132-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MDMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTYxNDQuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6144.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6144-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6144-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6144-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6144-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6144-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MDQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTYxNDkuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6149.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6149-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6149-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6149-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6149-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6149-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MDUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIyX2NocnN1bjA4X01TX2Jlc29rX0lIRUROX0FMVU1OSS02MjE5LmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6219.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6219-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6219-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6219-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6219-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6219-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MDYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIyX2NocnN1bjA4X01TX2Jlc29rX0lIRUROX0FMVU1OSS02Mjk4LmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6298.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6298-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6298-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6298-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6298-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6298-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MDcsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIyX2NocnN1bjA4X01TX2Jlc29rX0lIRUROX0FMVU1OSS02MzU4LmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6358.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6358-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6358-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6358-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6358-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6358-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2MzZWQyOGI1LTlhYWItNGI4YS05ZDQyLTY2NmRmZGQyYTIxMi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/c3ed28b5-9aab-4b8a-9d42-666dfdd2a212.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/c3ed28b5-9aab-4b8a-9d42-666dfdd2a212-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/c3ed28b5-9aab-4b8a-9d42-666dfdd2a212-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/c3ed28b5-9aab-4b8a-9d42-666dfdd2a212-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/c3ed28b5-9aab-4b8a-9d42-666dfdd2a212-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/c3ed28b5-9aab-4b8a-9d42-666dfdd2a212-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzI2MDUyMl9qaW1hZGEwMV9mcmFuc2t0Zmx5Z18wMDQuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/260522_jimada01_fransktflyg_004.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/260522_jimada01_fransktflyg_004-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/260522_jimada01_fransktflyg_004-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/260522_jimada01_fransktflyg_004-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/260522_jimada01_fransktflyg_004-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/260522_jimada01_fransktflyg_004-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MDgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIyX2NocnN1bjA4X01TX2Jlc29rX0lIRUROX0FMVU1OSS02MzgxLmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6381.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6381-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6381-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6381-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6381-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260522_chrsun08_MS_besok_IHEDN_ALUMNI-6381-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MDksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2MyZTdkYWNlLTE1YjEtNDE3NS1iMGNkLTdlMTM4YzhhYzY0OS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/c2e7dace-15b1-4175-b0cd-7e138c8ac649.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/c2e7dace-15b1-4175-b0cd-7e138c8ac649-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/c2e7dace-15b1-4175-b0cd-7e138c8ac649-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/c2e7dace-15b1-4175-b0cd-7e138c8ac649-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/c2e7dace-15b1-4175-b0cd-7e138c8ac649-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/c2e7dace-15b1-4175-b0cd-7e138c8ac649-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzM2Zjk3OGY4LWZiNjQtNDY2YS1hNzU2LWM0MjI0NTBiZjJkYi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/36f978f8-fb64-466a-a756-c422450bf2db.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/36f978f8-fb64-466a-a756-c422450bf2db-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/36f978f8-fb64-466a-a756-c422450bf2db-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/36f978f8-fb64-466a-a756-c422450bf2db-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/36f978f8-fb64-466a-a756-c422450bf2db-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/36f978f8-fb64-466a-a756-c422450bf2db-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTU3NzIuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5772.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5772-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5772-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5772-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5772-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5772-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTU3NzMuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5773.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5773-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5773-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5773-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5773-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5773-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTU3OTUuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5795.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5795-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5795-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5795-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5795-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5795-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTU4NTAuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5850.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5850-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5850-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5850-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5850-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5850-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTcsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTU5MTMuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5913.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5913-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5913-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5913-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5913-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5913-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MTksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTU5NTkuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5959.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5959-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5959-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5959-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5959-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-5959-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MjAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTYwNjEuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6061.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6061-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6061-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6061-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6061-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6061-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MjIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTYwOTEuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6091.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6091-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6091-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6091-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6091-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6091-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA1MjEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzIwMjYwNTIwX2NocnN1bjA4X01TX2Jlc29rX0lIRUROLTYwODIuanBnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6082.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6082-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6082-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6082-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6082-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/20260520_chrsun08_MS_besok_IHEDN-6082-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/notre-actualite/mission-detude-en-suede-pour-les-auditeurs-de-la-majeure-souverainete-numerique-et-cybersecurite/">Mission d’étude en Suède pour les auditeurs de la majeure Souveraineté Numérique et Cybersécurité</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Les auditeurs de l’IHEDN au cœur des enjeux stratégiques néerlandais</title>
		<link>https://ihedn.fr/en/notre-actualite/les-auditeurs-de-lihedn-au-coeur-des-enjeux-strategiques-neerlandais/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Wed, 03 Jun 2026 11:58:38 +0000</pubDate>
				<category><![CDATA[Notre actualité]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60476</guid>

					<description><![CDATA[<p>Auditors in the Armaments and Defence Economics (AED) major at the 5<sup>e</sup> session of the IHEDN completed a fact-finding mission to the Netherlands, a major partner in European defence and a key player in industrial and technological cooperation on the continent.</p>
<p>L’article <a href="https://ihedn.fr/en/notre-actualite/les-auditeurs-de-lihedn-au-coeur-des-enjeux-strategiques-neerlandais/">Les auditeurs de l’IHEDN au cœur des enjeux stratégiques néerlandais</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60476" class="elementor elementor-60476" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-45f5572 e-flex e-con-boxed e-con e-parent" data-id="45f5572" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1077607 elementor-widget elementor-widget-text-editor" data-id="1077607" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>From 18 to 22 May 2026, the auditors of the EDA major flew to the Netherlands for their study mission, a strategic immersion within a key European partner, which enabled them to deepen their understanding of the dynamics of security, innovation and the defence economy in a country that is both highly integrated into European structures and committed to transforming its strategic capabilities.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-a1c1491 elementor-widget elementor-widget-spacer" data-id="a1c1491" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-7bfa483 elementor-widget elementor-widget-heading" data-id="7bfa483" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">Why the Netherlands?</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-512192e elementor-widget elementor-widget-text-editor" data-id="512192e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Thanks to its central geographical position, its economic openness and its expertise in the technological, industrial and logistics sectors, the Netherlands is a particularly relevant field of study for IHEDN auditors.</p><p>The aim of this mission was to gain a better understanding of the way in which a European State today combines sovereignty, cooperation and innovation in the face of new security challenges.</p><p>The auditors were able to analyse :</p><ul><li>the place of the Netherlands in the European strategic balance</li><li>Franco-Dutch cooperation on armaments</li><li>changes in the defence industry</li><li>cybersecurity, resilience and crisis management issues</li><li>the impact of energy and technology transitions on defence policies</li></ul><p> </p><p>Beyond strictly military issues, this mission also enabled us to observe the functioning of a European ecosystem combining institutions, industry, innovation and multilateralism.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-3b56938 elementor-widget elementor-widget-spacer" data-id="3b56938" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-2c7fb5c elementor-widget elementor-widget-heading" data-id="2c7fb5c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">A packed programme of diplomacy, industry and innovation</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-9562392 elementor-widget elementor-widget-text-editor" data-id="9562392" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Throughout the week, listeners took part in a wide range of conferences, institutional meetings and field visits to learn more about the major issues facing the European defence economy today.</p><p>Among the highlights of the mission:</p><ul><li>Analysis of Franco-Dutch relations in the field of armaments and industrial cooperation</li><li>Presentation of the new Dutch defence doctrine, geared towards innovation and adaptation to high-intensity conflicts</li><li>Study of the financing of the defence effort and investment strategies</li><li>Focus on naval innovation and the capabilities of the Royal Netherlands Navy</li><li>Meetings with institutional and industrial players in the DTIB and with entrepreneurs brought together by French Tech Amsterdam</li><li>Visits to the industrial sites of Thales Netherlands, which specialises in radar systems, and Destinus, an innovative company in the field of missiles and disruptive technologies.</li><li>Discover the Port of Rotterdam, a major strategic infrastructure and global logistics hub at the heart of European economic flows.</li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-bad8a69 elementor-widget elementor-widget-spacer" data-id="bad8a69" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-b3116ac elementor-widget elementor-widget-heading" data-id="b3116ac" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h4 class="elementor-heading-title elementor-size-default">A concrete vision of European defence issues</h4>				</div>
				</div>
				<div class="elementor-element elementor-element-c64ecbb elementor-widget elementor-widget-text-editor" data-id="c64ecbb" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>This fact-finding mission enabled the auditors to develop a concrete understanding of the challenges facing European states: rising international tensions, adapting industrial models, technological sovereignty, cybersecurity and the resilience of critical infrastructures.</p><p>It also illustrates the growing importance of European cooperation in the fields of armaments, innovation and economic security.</p><p>Through this immersion in the Netherlands, students in the EDA major were able to enrich their strategic thinking while increasing their knowledge of the profound changes that are currently reshaping European defence policies.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8a23490 e-flex e-con-boxed e-con e-parent" data-id="8a23490" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c433b6 gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="4c433b6" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NzgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzUxNjkzYTc1LWM5ZTMtNDFhOS1hN2NmLWU1ZTc4ZTA3MjI0Zi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/51693a75-c9e3-41a9-a7cf-e5e78e07224f.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/51693a75-c9e3-41a9-a7cf-e5e78e07224f-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/51693a75-c9e3-41a9-a7cf-e5e78e07224f-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/51693a75-c9e3-41a9-a7cf-e5e78e07224f-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/51693a75-c9e3-41a9-a7cf-e5e78e07224f-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/51693a75-c9e3-41a9-a7cf-e5e78e07224f-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0ODUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzM1ZWI3NjdhLTIyZWItNDBlNC05MmNmLTQ3NTkwZDg3Mjk0MC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/35eb767a-22eb-40e4-92cf-47590d872940.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/35eb767a-22eb-40e4-92cf-47590d872940-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/35eb767a-22eb-40e4-92cf-47590d872940-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/35eb767a-22eb-40e4-92cf-47590d872940-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/35eb767a-22eb-40e4-92cf-47590d872940-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/35eb767a-22eb-40e4-92cf-47590d872940-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0NzksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzM5NzQzNDVkLTQyOTgtNGE5OC1hZTY0LWIyNDlmOWQ1ZDQzYi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/3974345d-4298-4a98-ae64-b249f9d5d43b.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/3974345d-4298-4a98-ae64-b249f9d5d43b-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/3974345d-4298-4a98-ae64-b249f9d5d43b-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/3974345d-4298-4a98-ae64-b249f9d5d43b-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/3974345d-4298-4a98-ae64-b249f9d5d43b-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/3974345d-4298-4a98-ae64-b249f9d5d43b-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0ODEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2JhNjgzODJkLWZiNmMtNGRjYi05ZTBiLThiNjEyNzIzY2MwYi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/ba68382d-fb6c-4dcb-9e0b-8b612723cc0b.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/ba68382d-fb6c-4dcb-9e0b-8b612723cc0b-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/ba68382d-fb6c-4dcb-9e0b-8b612723cc0b-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/ba68382d-fb6c-4dcb-9e0b-8b612723cc0b-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/ba68382d-fb6c-4dcb-9e0b-8b612723cc0b-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/ba68382d-fb6c-4dcb-9e0b-8b612723cc0b-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0ODYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzk1NGJjNDY1LWNjMzctNDQxZS05Yjc4LTgwYzlmNDliYWZjZS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/954bc465-cc37-441e-9b78-80c9f49bafce.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/954bc465-cc37-441e-9b78-80c9f49bafce-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/954bc465-cc37-441e-9b78-80c9f49bafce-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/954bc465-cc37-441e-9b78-80c9f49bafce-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/954bc465-cc37-441e-9b78-80c9f49bafce-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/954bc465-cc37-441e-9b78-80c9f49bafce-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0ODAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcL2I5YjJmYjE4LTBjMzktNDNjNS1iZTllLWIxNmFhNzM2YjU2Zi5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/b9b2fb18-0c39-43c5-be9e-b16aa736b56f.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/b9b2fb18-0c39-43c5-be9e-b16aa736b56f-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/b9b2fb18-0c39-43c5-be9e-b16aa736b56f-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/b9b2fb18-0c39-43c5-be9e-b16aa736b56f-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/b9b2fb18-0c39-43c5-be9e-b16aa736b56f-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/b9b2fb18-0c39-43c5-be9e-b16aa736b56f-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0ODIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzBiYzE2MmY5LTkzMjYtNDY4Zi04MTRlLWU5NzAyZDI0NzNkMC5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/0bc162f9-9326-468f-814e-e9702d2473d0.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/0bc162f9-9326-468f-814e-e9702d2473d0-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/0bc162f9-9326-468f-814e-e9702d2473d0-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/0bc162f9-9326-468f-814e-e9702d2473d0-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/0bc162f9-9326-468f-814e-e9702d2473d0-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/0bc162f9-9326-468f-814e-e9702d2473d0-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjA0ODQsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDZcLzNjNDE3MDU3LWRmYzctNDdjOC1iM2EzLTIzZGMzZDAyZDgwYy5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/06/3c417057-dfc7-47c8-b3a3-23dc3d02d80c.jpg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/06/3c417057-dfc7-47c8-b3a3-23dc3d02d80c-768x768.jpg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/06/3c417057-dfc7-47c8-b3a3-23dc3d02d80c-768x768.jpg 768w, https://ihedn.fr/wp-content/uploads/2026/06/3c417057-dfc7-47c8-b3a3-23dc3d02d80c-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/06/3c417057-dfc7-47c8-b3a3-23dc3d02d80c-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/06/3c417057-dfc7-47c8-b3a3-23dc3d02d80c-150x150.jpg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/notre-actualite/les-auditeurs-de-lihedn-au-coeur-des-enjeux-strategiques-neerlandais/">Les auditeurs de l’IHEDN au cœur des enjeux stratégiques néerlandais</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Saint-Brieuc accueille la 250e session en région Bretagne de l&#8217;IHEDN</title>
		<link>https://ihedn.fr/en/notre-actualite/saint-brieuc-accueille-la-250e-session-en-region-bretagne-de-lihedn/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Wed, 27 May 2026 15:22:19 +0000</pubDate>
				<category><![CDATA[Notre actualité]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60262</guid>

					<description><![CDATA[<p>La 250<sup>e</sup> he IHEDN regional session opened in the Côtes-d'Armor region, focusing on the major strategic challenges of national defence and security. Between high-level conferences, immersions in the heart of the local economic fabric and unique memorial sequences in partnership with the Ordre de la Libération, the fifty-two auditors had a concrete grasp of the challenges of territorial resilience before continuing their training cycle in Brest.</p>
<p>L’article <a href="https://ihedn.fr/en/notre-actualite/saint-brieuc-accueille-la-250e-session-en-region-bretagne-de-lihedn/">Saint-Brieuc accueille la 250&lt;sup&gt;e&lt;/sup&gt; session en région Bretagne de l&rsquo;IHEDN</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60262" class="elementor elementor-60262" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-45f5572 e-flex e-con-boxed e-con e-parent" data-id="45f5572" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1077607 elementor-widget elementor-widget-text-editor" data-id="1077607" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>From 19 to 22 May 2026, the Côtes-d'Armor hosted the first week of the 250<sup>e</sup> session in the Brittany region of the IHEDN, focusing on major strategic issues in national defence and security.</p><p>The opening day, held at the Conseil départemental in Saint-Brieuc in the presence of the Prefect of Côtes-d'Armor, was the occasion to open this exceptional session - the 250th in the history of the Côtes-d'Armor region.<sup>e</sup> of its kind - before fifty-two auditors from the public and private sectors, both civilian and military. Ambassador Pierre Lévy, Chairman of the IHEDN Board of Directors, gave his views on the major trends in the contemporary world, drawing on his experience as French ambassador in a Russia at war.</p><p>The week's regional dimension was highlighted by INSEE Bretagne, which provided a socio-economic overview of the region, an essential prerequisite for understanding local defence and resilience issues. A visit to the Côtes-d'Armor departmental fire and rescue service gave the audience a practical insight into the crisis management and civil protection systems deployed in the region.</p><p>The week also included a closer look at the economic fabric of the Costarmoric region, with a visit to the European leader in armouring and mobile protection, Centigon France, in Lamballe. The auditors then discovered the Technopole Anticipa in Lannion, an ecosystem unique in France for the density of its innovative companies in digital technology, photonics and cybersecurity, more than twenty of which work directly for national defence.</p><p>A memorial sequence at the Collège Le Braz in Saint-Brieuc, linked to the history of the 71st arrondissement<sup>e</sup> Infantry Regiment, was a reminder of how deeply rooted the military is in Brittany's identity.</p><p>This year's commemoration takes on a special dimension. As part of the commemoration of the 90th anniversary of the IHEDN, the 250<sup>e</sup> session in the Brittany region inaugurates a new partnership with the Order of the Liberation: students are invited to choose the name of their class from among the Companions of the Liberation. This innovation anchors this anniversary session in the memory of those who risked their lives to forge France's sovereignty and freedom - values that have been at the heart of the IHEDN's mission since it was founded in 1936.</p><p>Enriched by this first week of demanding training, the auditors are due to arrive in Brest on Tuesday 26 May for a week's internship dedicated to discovering our armed forces and France's defence system.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8a23490 e-flex e-con-boxed e-con e-parent" data-id="8a23490" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c433b6 gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="4c433b6" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNzYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMDkuMTQuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-1024x1024.jpeg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyODAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMTYuMjQtMi5qcGVnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-2.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-2-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-2-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-2-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-2-1024x1024.jpeg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-2-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNzUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMDkuMTQtMS5qcGVnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-1.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-1-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-1-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-1-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.09.14-1-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNzgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMTYuMjMuanBlZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.23.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.23-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.23-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.23-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.23-1024x1024.jpeg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.23-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNzEsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMDcuMDYtMi5qcGVnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-2.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-2-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-2-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-2-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-2-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNzIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMDcuMDYtMy5qcGVnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-3.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-3-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-3-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-3-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-3-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyODYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL0NlbnRpZ29uLUlIRUROLTUuanBnLmpwZWciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/Centigon-IHEDN-5.jpg.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/Centigon-IHEDN-5.jpg-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/Centigon-IHEDN-5.jpg-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/Centigon-IHEDN-5.jpg-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/Centigon-IHEDN-5.jpg-1024x1024.jpeg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/Centigon-IHEDN-5.jpg-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNzMsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMDcuMDYtNC5qcGVnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-4.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-4-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-4-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-4-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-4-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyODgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMDcuMDYtMS5qcGVnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-1.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-1-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-1-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-1-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-1-1024x1024.jpeg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.07.06-1-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyODIsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL1doYXRzQXBwLUltYWdlLTIwMjYtMDUtMjItYXQtMTcuMTYuMjQtNC5qcGVnIiwic2xpZGVzaG93IjoiNGM0MzNiNiJ9" href='https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-4.jpeg'><img loading="lazy" decoding="async" width="768" height="768" src="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-4-768x768.jpeg" class="attachment-medium_large size-medium_large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-4-768x768.jpeg 768w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-4-300x300.jpeg 300w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-4-1024x1024.jpeg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-22-at-17.16.24-4-150x150.jpeg 150w" sizes="(max-width: 768px) 100vw, 768px" /></a>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/notre-actualite/saint-brieuc-accueille-la-250e-session-en-region-bretagne-de-lihedn/">Saint-Brieuc accueille la 250&lt;sup&gt;e&lt;/sup&gt; session en région Bretagne de l&rsquo;IHEDN</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>13e édition du cycle des cadres civils du ministère des Armées</title>
		<link>https://ihedn.fr/en/notre-actualite/13e-edition-du-cycle-des-cadres-civils-du-ministere-des-armees/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Wed, 27 May 2026 08:53:58 +0000</pubDate>
				<category><![CDATA[Notre actualité]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60236</guid>

					<description><![CDATA[<p>Over the course of a week, the 13ᵉ cycle des cadres civils du ministère des Armées, organised by the IHEDN at the École militaire, brought together around sixty auditors to discuss major defence, security and international cooperation issues. Through lectures, visits and committee work, participants deepened their understanding of contemporary strategic challenges and strengthened their shared defence culture.</p>
<p>L’article <a href="https://ihedn.fr/en/notre-actualite/13e-edition-du-cycle-des-cadres-civils-du-ministere-des-armees/">13&lt;sup&gt;e&lt;/sup&gt; édition du cycle des cadres civils du ministère des Armées</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60236" class="elementor elementor-60236" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-45f5572 e-flex e-con-boxed e-con e-parent" data-id="45f5572" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-1077607 elementor-widget elementor-widget-text-editor" data-id="1077607" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p class="isselectedend" style="text-align: left;">From 18 to 22 May 2026, the IHEDN organised the 13ᵉ cycle of civilian executives from the Ministry of the Armed Forces at the École Militaire, bringing together around sixty auditors from various directorates and entities of the Ministry.</p>
<p class="isselectedend" style="text-align: left;">Designed as a key stage in the professional development of the MinArm's civilian managers, the aim of this cycle is to strengthen their understanding of the major strategic, defence and security issues, while consolidating their cross-disciplinary skills and their knowledge of the Ministry's institutional and operational environment.</p>
<p class="isselectedend" style="text-align: left;">Over the course of five days, listeners took part in a packed programme based around three main modules:</p>

<ul style="text-align: left;">
 	<li class="isselectedend">Strategic issues</li>
 	<li class="isselectedend">Knowledge of defence and the armed forces</li>
 	<li class="isselectedend">International cooperation and conflict</li>
</ul><br>
<p class="isselectedend" style="text-align: left;">The conferences addressed major issues at the heart of contemporary defence and security concerns: intelligence and crisis management, European security and NATO's role, nuclear deterrence, space, climate change, defence partnerships with Africa and geopolitical dynamics in the Middle East.</p>
<p class="isselectedend" style="text-align: left;">The auditors also paid a field visit to ArianeGroup, giving them an opportunity to immerse themselves in a major player in the French defence and space industry.</p>
<p class="isselectedend" style="text-align: left;">As with all the Institute's training courses, committee work played a central role in the cycle. Divided into focus groups, the auditors studied three strategic subjects:</p>

<ul style="text-align: left;">
 	<li class="isselectedend">The acceptability of the defence effort in French society</li>
 	<li class="isselectedend">The digital resilience of the public sector in the face of hybrid threats</li>
 	<li class="isselectedend">The public faced with misinformation</li>
</ul>
<br>
<p class="isselectedend" style="text-align: left;">As well as acquiring knowledge, this course also aims to develop a common defence culture and encourage exchanges between managers from a variety of professional backgrounds: administrative, financial, legal, human resources, property, purchasing and project management functions.</p>
<p style="text-align: left;">Through this course, the IHEDN is pursuing its mission of raising awareness and supporting civilian and military decision-makers in the face of contemporary strategic, technological and geopolitical transformations.</p>								</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-8a23490 e-flex e-con-boxed e-con e-parent" data-id="8a23490" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-4c433b6 gallery-spacing-custom elementor-widget elementor-widget-image-gallery" data-id="4c433b6" data-element_type="widget" data-e-type="widget" data-widget_type="image-gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-image-gallery">
			
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNDksInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL0lIRV8zNjc2LmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/IHE_3676.jpg'><img loading="lazy" decoding="async" width="800" height="800" src="https://ihedn.fr/wp-content/uploads/2026/05/IHE_3676-1024x1024.jpg" class="attachment-large size-large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/IHE_3676-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/IHE_3676-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/05/IHE_3676-150x150.jpg 150w, https://ihedn.fr/wp-content/uploads/2026/05/IHE_3676-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNDUsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL2N5Y2xlLW1pbmFybS0yLmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-2.jpg'><img loading="lazy" decoding="async" width="800" height="800" src="https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-2-1024x1024.jpg" class="attachment-large size-large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-2-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-2-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-2-150x150.jpg 150w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-2-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNTAsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL0lNR180NzIyLmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/IMG_4722.jpg'><img loading="lazy" decoding="async" width="800" height="800" src="https://ihedn.fr/wp-content/uploads/2026/05/IMG_4722-1024x1024.jpg" class="attachment-large size-large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/IMG_4722-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/IMG_4722-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/05/IMG_4722-150x150.jpg 150w, https://ihedn.fr/wp-content/uploads/2026/05/IMG_4722-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNDYsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL2N5Y2xlLW1pbmFybS0zLmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-3.jpg'><img loading="lazy" decoding="async" width="800" height="800" src="https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-3-1024x1024.jpg" class="attachment-large size-large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-3-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-3-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-3-150x150.jpg 150w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-3-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNDgsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL0lIRV8zNjc0LmpwZyIsInNsaWRlc2hvdyI6IjRjNDMzYjYifQ%3D%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/IHE_3674.jpg'><img loading="lazy" decoding="async" width="800" height="800" src="https://ihedn.fr/wp-content/uploads/2026/05/IHE_3674-1024x1024.jpg" class="attachment-large size-large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/IHE_3674-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/IHE_3674-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/05/IHE_3674-150x150.jpg 150w, https://ihedn.fr/wp-content/uploads/2026/05/IHE_3674-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a>
<a data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="4c433b6" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NjAyNDcsInVybCI6Imh0dHBzOlwvXC9paGVkbi5mclwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDVcL2N5Y2xlLW1pbmFybS5qcGciLCJzbGlkZXNob3ciOiI0YzQzM2I2In0%3D" href='https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm.jpg'><img loading="lazy" decoding="async" width="800" height="800" src="https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-1024x1024.jpg" class="attachment-large size-large" alt="" srcset="https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-1024x1024.jpg 1024w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-300x300.jpg 300w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-150x150.jpg 150w, https://ihedn.fr/wp-content/uploads/2026/05/cycle-minarm-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></a>
		</div>
						</div>
				</div>
					</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/notre-actualite/13e-edition-du-cycle-des-cadres-civils-du-ministere-des-armees/">13&lt;sup&gt;e&lt;/sup&gt; édition du cycle des cadres civils du ministère des Armées</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Le Japon, laboratoire de la sécurité économique contemporaine</title>
		<link>https://ihedn.fr/en/lundis-de-lihedn/le-japon-laboratoire-de-la-securite-economique-contemporaine/</link>
		
		<dc:creator><![CDATA[Coline Dassonville]]></dc:creator>
		<pubDate>Fri, 22 May 2026 12:32:10 +0000</pubDate>
				<category><![CDATA[Lundis de l'IHEDN]]></category>
		<category><![CDATA[Notre sélection]]></category>
		<guid ispermalink="false">https://ihedn.fr/?p=60114</guid>

					<description><![CDATA[<p>On the occasion of the study mission to Japan of the Economic Defence and Security major of the national session of the IHEDN, focus on the far-reaching and innovative action of the archipelago state in this field. The first country in the world to create a dedicated ministry, Japan aims to achieve the subtle equation of protection without protectionism.</p>
<p>L’article <a href="https://ihedn.fr/en/lundis-de-lihedn/le-japon-laboratoire-de-la-securite-economique-contemporaine/">Le Japon, laboratoire de la sécurité économique contemporaine</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div data-elementor-type="wp-post" data-elementor-id="60114" class="elementor elementor-60114" data-elementor-post-type="post">
				<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-996fc96 e-flex e-con-boxed e-con e-parent" data-id="996fc96" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-be8755d elementor-widget elementor-widget-heading" data-id="be8755d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">IHEDN Mondays are now available in audio format!</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-12bc3a6 elementor-widget elementor-widget-text-editor" data-id="12bc3a6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Click below to listen:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-191a3b6 elementor-widget elementor-widget-html" data-id="191a3b6" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<style>
.player-container-1 {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 3px 30px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: inline;
  align-items: flex-start;
  color: #fff;
  margin: 0 auto;
  background-color: #053973;
}

#waveform-1 {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.controls-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

#playPause-1 {
  width: 45px;
  height: 45px;
  border: none;
  background: rgba(255,255,255,0.3);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
  padding: 0;
}

#playPause-1:hover {
  background: rgba(255,255,255,0.5);
}

#playPause-1 svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

#time-1 {
  font-size: 16px;
  text-align: center;
  min-width: 80px;
}

.top-controls-1 {
  width: 100%;
  display: flex;
  justify-content: space-between; /* Play à gauche / Time à droite */
  align-items: center;
  margin-bottom: 5px;
}

.player-container-1 {
  display: flex;
  flex-direction: column;
}

#time-1 {
  font-size: 16px;
  text-align: right;
}

.player-container-1 {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.15);
  box-shadow: 0 3px 30px rgba(0,0,0,0.2);
  display: flex;                   /* LAYOUT EN LIGNE */
  flex-direction: row;             /* tout sur une seule ligne */
  align-items: center;             /* vertical alignment */
  gap: 20px;                       /* espace entre éléments */
  color: #fff;
  margin: 0 auto;
  background-color: #053973;
}

#waveform-1 {
  flex: 1;                         /* prend toute la place disponible */
  height: 50px;
  align-items: center;
}

#time-1 {
  min-width: 80px;
  text-align: right;
} 
</style>

<script src="https://unpkg.com/wavesurfer.js"></script>

<section>
<div class="player-container-1">

  <button id="playPause-1">
    <!-- ton SVG Play -->
    <svg version="1.1" id="playSVG-1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewbox="0 0 330 330">
      <path d="M37.728,328.12c2.266,1.256,4.77,1.88,7.272,1.88c2.763,0,5.522-0.763,7.95-2.28l240-149.999      c4.386-2.741,7.05-7.548,7.05-12.72c0-5.172-2.664-9.979-7.05-12.72L52.95,2.28c-4.625-2.891-10.453-3.043-15.222-0.4      C32.959,4.524,30,9.547,30,15v300C30,320.453,32.959,325.476,37.728,328.12z"/>
    </svg>
  </button>

  <div id="waveform-1"></div>

  <span id="time-1">00:00 / 00:00</span>

</div>

  <!-- waveform en dessous -->
  <div id="waveform-1"></div>


</section>

<section>
<script>

const wavesurfer1 = WaveSurfer.create({
    container: '#waveform-1',
    waveColor: 'rgba(255,255,255,0.4)',
    progressColor: '#fff',
    cursorColor: '#fff',
    barWidth: 3,
    barRadius: 3,
    height: 50,
    responsive: true,
    normalize: true
});

// Charge ton fichier audio depuis le site WordPress
wavesurfer1.load('https://ihedn.fr/wp-content/uploads/2026/05/audio-2026-05-25-japon.mp3');

const playBtn1 = document.getElementById('playPause-1');
const timeDisplay1 = document.getElementById('time-1');

// SVGs
const playSVG1 = `<svg version="1.1" id="playSVG-1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 330 330">
<path d="M37.728,328.12c2.266,1.256,4.77,1.88,7.272,1.88c2.763,0,5.522-0.763,7.95-2.28l240-149.999
c4.386-2.741,7.05-7.548,7.05-12.72c0-5.172-2.664-9.979-7.05-12.72L52.95,2.28c-4.625-2.891-10.453-3.043-15.222-0.4
C32.959,4.524,30,9.547,30,15v300C30,320.453,32.959,325.476,37.728,328.12z"/>
</svg>`;

const pauseSVG1 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 330 330" width="100%" height="100%" fill="#fff">
  <rect x="60" y="30" width="80" height="270"/>
  <rect x="190" y="30" width="80" height="270"/>
</svg>`;

// Play/Pause switch
playBtn1.addEventListener('click', () => {
    wavesurfer1.playPause();
    playBtn1.innerHTML = wavesurfer1.isPlaying() ? pauseSVG1 : playSVG1;
});

// Update time display
function formatTime(sec) {
    const m = Math.floor(sec / 60);
    const s = Math.floor(sec % 60);
    return m.toString().padStart(2,'0') + ':' + s.toString().padStart(2,'0');
}

wavesurfer1.on('audioprocess', () => {
    const current = wavesurfer1.getCurrentTime();
    const duration = wavesurfer1.getDuration();
    timeDisplay1.textContent = formatTime(current) + ' / ' + formatTime(duration);
});

wavesurfer1.on('ready', () => {
    const duration = wavesurfer1.getDuration();
    timeDisplay1.textContent = '00:00 / ' + formatTime(duration);
});
</script>
</section>				</div>
				</div>
					</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-b21a8ab e-con-full e-flex e-con e-parent" data-id="b21a8ab" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-23593b8 elementor-widget elementor-widget-text-editor" data-id="23593b8" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Since October 2025, Sanae Takaichi has been Prime Minister of Japan. During her investiture speech, the first woman to hold this position in the Far Eastern empire hammered home the need for the country to rearm militarily, but also placed particular emphasis on economic security. She is no novice in this field: from 2022 to 2024, she held the portfolio of Minister of State for Economic Security.</p><p>As the <a href="https://ihedn.fr/en/fiches-actualite/la-conception-japonaise-de-la-securite-economique/">an IHEDN fact sheet on this subject</a>, The Organisation for Economic Co-operation and Development (OECD) defines economic security as «the ability of a nation to protect and maintain the stability and growth of its economy by enhancing its resilience to both internal and external threats». This is the main subject of study for the Economic Defence and Security (ESD) major at the IHEDN national session, and a sector in which Japan has become particularly innovative.</p><p>From 16 to 23 May, students in the DSE major flew to Tokyo, Osaka and Kobe, visiting strategic institutions and companies involved in economic security, such as Otowa Electric Industries, the Riken Center (supercomputers) and Kawasaki Heavy Industries.</p><p>Since the early 2020s, the Empire of the Rising Sun has been steadily stepping up its efforts in this area, gradually building a framework for action that links government, business and innovation. The aim is not to close down the economy, but to reduce vulnerabilities deemed critical in a context of technological rivalry and tensions over supply chains. Tokyo is thus seeking to protect its strategic sectors without breaking with its model of open trade.</p><p>A number of recent events have prompted it to do so, including a dispute that led China to temporarily halt exports of rare earths in 2010, and successive disruptions to supply chains following the Fukushima nuclear accident in 2011, the COVID-19 pandemic in 2020, and the war in Ukraine.</p>								</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-34f6859 e-con-full e-flex e-con e-parent" data-id="34f6859" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-47a0236 elementor-widget elementor-widget-heading" data-id="47a0236" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">A DEDICATED MINISTRY SINCE 2021</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-1b02bcd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="1b02bcd" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-03142eb e-con-full e-flex e-con e-child" data-id="03142eb" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2b8bbe6 elementor-widget elementor-widget-text-editor" data-id="2b8bbe6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In 2020, the Secretariat for National Security, the equivalent of France's SGDSN, created a unit dedicated to economic security. The following year, a ministry took charge of this sector (a world first), in addition to a council for the promotion of economic security chaired by the Prime Minister.</p><p>In 2022, the Japanese parliament passed a law officially called the «Law on the Promotion of National Security through Integrated Economic Measures» and referred to more simply as the «Law on the Promotion of Economic Security». The emphasis is on four key elements:</p><ul><li>the supply of essential raw materials,</li><li>critical infrastructure security,</li><li>the development of cutting-edge technologies,</li><li>the introduction of a system of secret patents.</li></ul><p> </p><p>That same year, 2022, the new national security strategy also emphasised this notion. At the G7 summit in Hiroshima in 2023, the host country urged its partners to adopt the declaration «Economic Resilience and Economic Security».</p><p>As soon as she took office last October, Sanae Takaichi announced her intention to publish a renewed national security strategy by the end of 2026, and asked her cabinet to study the possibility of revising the 2022 law.</p><p>This economic security strategy, which has been in place since the beginning of the decade, is based on three levers.</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-09ebcd3 e-con-full e-flex e-con e-parent" data-id="09ebcd3" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-f359ef9 elementor-widget elementor-widget-heading" data-id="f359ef9" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">THE STATE SUPPORTS THE RELOCATION OF CERTAIN TYPES OF PRODUCTION</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-887cac3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="887cac3" data-element_type="widget" data-e-type="widget" data-widget_type="divider.default">
				<div class="elementor-widget-container">
							<div class="elementor-divider">
			<span class="elementor-divider-separator">
						</span>
		</div>
						</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-094d652 e-con-full e-flex e-con e-child" data-id="094d652" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-837d8c0 elementor-widget elementor-widget-text-editor" data-id="837d8c0" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The first is regulatory. Japan has tightened controls on foreign investment in sensitive sectors, to prevent outsiders from taking control of assets deemed essential to national sovereignty. This vigilance extends to critical technologies, cyber security and data, which have become resources as strategic as raw materials.</p><p>The second lever is industrial. The State supports the relocation or diversification of certain types of production, particularly those linked to semi-conductors, electronic components and rare materials. Public subsidies encourage companies to reduce their dependence on a single supplier, particularly when that supplier is located in an unstable geopolitical zone. This policy aims for resilience rather than total self-sufficiency.</p><p>The third lever is diplomatic. Japan is stepping up its partnerships with close allies, in particular the United States, but also with other Indo-Pacific economies and with the European Union and its member states. From 31 March to 2 April, the official visit of French President Emmanuel Macron led to the signing of a Franco-Japanese roadmap on critical minerals.</p><p>This strategy aims to secure supplies, share the costs of innovation and build more robust value chains. At the same time, Tokyo is supporting cooperation in the fields of energy, hydrogen and green technologies.</p><p>Japan's economic security policy is clearly directed against China, its main trading partner, with which it is heavily dependent, particularly on critical minerals and pharmaceutical products.</p><p>But this policy also generates a number of internal and external benefits for the country, <a href="https://ihedn.fr/en/fiches-actualite/la-conception-japonaise-de-la-securite-economique/">as analysed by the IHEDN studies and research department</a> :</p><ul><li>In terms of government effectiveness: centralising action means we can adapt more quickly and improve efficiency.</li><li>Raising awareness: making economic security a political and institutional issue in its own right enables the government to raise awareness of risks and threats among the country's businesses.</li><li>In terms of deterrence: having dedicated organisations and therefore effective response tools can discourage Tokyo's adversaries from taking coercive economic action.</li></ul><p> </p><p>The main challenge over the next few years will be to maintain the coherence of the model while adapting it to changes in the regional and global geopolitical context. Japan must continue to innovate, diversify its dependencies and invest in its strategic capabilities, without losing the advantages of an open economy. It is in this search for balance that the uniqueness of the Japanese approach lies, as well as the fact that it sets an example for other countries.</p>								</div>
				</div>
				</div>
				</div>
		<div data-particle_enable="false" data-particle-mobile-disabled="false" class="elementor-element elementor-element-a75a690 e-flex e-con-boxed e-con e-parent" data-id="a75a690" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a2f03ca elementor-widget elementor-widget-heading" data-id="a2f03ca" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">To find out more</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-cdec55c elementor-widget elementor-widget-text-editor" data-id="cdec55c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><a href="https://ihedn.fr/en/fiches-actualite/la-conception-japonaise-de-la-securite-economique/">«The Japanese concept of economic security»</a>, IHEDN news sheet</p>								</div>
				</div>
					</div>
				</div>
				</div><p>L’article <a href="https://ihedn.fr/en/lundis-de-lihedn/le-japon-laboratoire-de-la-securite-economique-contemporaine/">Le Japon, laboratoire de la sécurité économique contemporaine</a> est apparu en premier sur <a href="https://ihedn.fr/en">L&#039;IHEDN : Institut des hautes études de défense nationale</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>