2024-11-04 11:52:45 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								<!DOCTYPE html>  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< html  lang = "fr" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< meta  charset = "UTF-8" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< title > cil_gometz< / title >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< style  type = 'text/css' > *   {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-align: left;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0 auto;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.5em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 60ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #000;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  background: #fff;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #333;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* 1. Use a more-intuitive box-sizing model */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::before,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::after {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  /* Improve text rendering */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  -webkit-font-smoothing: antialiased;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/*  Improve media defaults */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								img,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								picture,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								video,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								canvas,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								svg {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  display: block;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Inherit fonts for form controls */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Avoid text overflows */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  overflow-wrap: break-word;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Improve line wrapping */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: pretty;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 3.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: balance;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.3em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#root,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#__next {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  isolation: isolate;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ul {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-left: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-right: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								li {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								@media (max-width: 20rem) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    padding: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / style > < / head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< a  href = '/' > Retour à l'Accueil< / a > < hr / > <!DOCTYPE html>  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< html  lang = "fr" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< meta  charset = "UTF-8" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< title > qzine_blog< / title >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< style  type = 'text/css' > *   {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-align: left;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0 auto;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.5em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 60ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #000;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  background: #fff;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #333;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* 1. Use a more-intuitive box-sizing model */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::before,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::after {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  /* Improve text rendering */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  -webkit-font-smoothing: antialiased;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/*  Improve media defaults */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								img,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								picture,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								video,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								canvas,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								svg {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  display: block;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Inherit fonts for form controls */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Avoid text overflows */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  overflow-wrap: break-word;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Improve line wrapping */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: pretty;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 3.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: balance;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.3em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#root,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#__next {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  isolation: isolate;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ul {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-left: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-right: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								li {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								@media (max-width: 20rem) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    padding: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / style > < / head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< a  href = '/' > Retour à l'Accueil< / a > < hr / > <!DOCTYPE html>  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< html  lang = "fr" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< meta  charset = "UTF-8" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< title > cipherbliss_blog< / title >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< style  type = 'text/css' > *   {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-align: left;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0 auto;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.5em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 60ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #000;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  background: #fff;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #333;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* 1. Use a more-intuitive box-sizing model */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::before,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::after {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  /* Improve text rendering */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  -webkit-font-smoothing: antialiased;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/*  Improve media defaults */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								img,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								picture,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								video,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								canvas,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								svg {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  display: block;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Inherit fonts for form controls */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Avoid text overflows */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  overflow-wrap: break-word;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Improve line wrapping */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: pretty;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 3.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: balance;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.3em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#root,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#__next {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  isolation: isolate;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ul {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-left: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-right: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								li {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								@media (max-width: 20rem) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    padding: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / style > < / head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< a  href = '/' > Retour à l'Accueil< / a > < hr / > <!DOCTYPE html>  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< html  lang = "fr" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< meta  charset = "UTF-8" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< title > tykayn_blog< / title >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< style  type = 'text/css' > *   {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-align: left;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0 auto;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.5em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 60ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #000;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  background: #fff;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #333;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* 1. Use a more-intuitive box-sizing model */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::before,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::after {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  /* Improve text rendering */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  -webkit-font-smoothing: antialiased;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/*  Improve media defaults */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								img,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								picture,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								video,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								canvas,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								svg {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  display: block;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Inherit fonts for form controls */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Avoid text overflows */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  overflow-wrap: break-word;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Improve line wrapping */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: pretty;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 3.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: balance;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.3em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#root,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#__next {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  isolation: isolate;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ul {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-left: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-right: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								li {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								@media (max-width: 20rem) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    padding: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / style > < / head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< a  href = '/' > Retour à l'Accueil< / a > < hr / > <!DOCTYPE html>  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< html  lang = "fr" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< meta  charset = "UTF-8" >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< title > dragonfeu_blog< / title >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< style  type = 'text/css' > *   {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding: 0;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-align: left;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin: 0 auto;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.5em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 60ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #000;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  background: #fff;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-family: Helvetica, "Ubuntu Sans", "Noto Sans", Calibri, Arial, sans-serif;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  color: #333;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* 1. Use a more-intuitive box-sizing model */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::before,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								*::after {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  box-sizing: border-box;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  /* Improve text rendering */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  -webkit-font-smoothing: antialiased;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/*  Improve media defaults */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								img,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								picture,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								video,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								canvas,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								svg {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  display: block;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  max-width: 100%;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Inherit fonts for form controls */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Avoid text overflows */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  overflow-wrap: break-word;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/* Improve line wrapping */
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: pretty;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-top: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 3.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 2rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font-size: 1.5rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h1,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h2,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h3,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h4,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h5,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								h6 {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  text-wrap: balance;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  line-height: 1.3em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#root,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#__next {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  isolation: isolate;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								input,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								button,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								textarea,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								select {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  font: inherit;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ul {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-left: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  padding-right: 4ch;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								li {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  margin-bottom: 1em;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								@media (max-width: 20rem) {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  body {
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    padding: 1rem;
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  }
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / style > < / head >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< a  href = '/' > Retour à l'Accueil< / a > < hr / > < html > < head > < title > dragonfeu_blog< / title > < / head > < body >  # dragonfeu_blog - Articles 
						 
					
						
							
								
									
										
										
										
											2024-11-04 11:00:41 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
							 
						 
					
						
							
								
									
										
										
										
											2024-11-03 12:32:08 +01:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2024-11-04 11:52:45 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								< h1 >  Navigation< / h1 > < br > < a  href = /index.html > index.html< / a > < h1 > < / h1 >  Articles en Français< / h1 > < br > < a  href = /lang_fr/2024-11-02-coucou-gemini.html > 2024-11-02-coucou-gemini.html< / a > < br > < a  href = /lang_fr/2024-09-08-strategie-mitigation-accident-fusion-coeur-epr2.html > 2024-09-08-strategie-mitigation-accident-fusion-coeur-epr2.html< / a > < br > < a  href = /lang_fr/2024-05-15-l-aventure-superphenix.html > 2024-05-15-l-aventure-superphenix.html< / a > < br > < a  href = /lang_fr/2023-06-10-recap-centrale-zaporijia.html > 2023-06-10-recap-centrale-zaporijia.html< / a > < br > < a  href = /lang_fr/2023-06-09-recapitulatif-contenu-threads.html > 2023-06-09-recapitulatif-contenu-threads.html< / a > < h1 >  Articles in English< / h1 > < br > < a  href = /lang_en/2024-11-02-coucou-gemini.html > 2024-11-02-coucou-gemini.html< / a > < / article > < / body > < / html >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< footer > < hr / > < a  href = '/' > Retour à l'Accueil< / a > < / footer > < / body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / html >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< footer > < hr / > < a  href = '/' > Retour à l'Accueil< / a > < / footer > < / body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / html >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< footer > < hr / > < a  href = '/' > Retour à l'Accueil< / a > < / footer > < / body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / html >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< footer > < hr / > < a  href = '/' > Retour à l'Accueil< / a > < / footer > < / body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / html >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< footer > < hr / > < a  href = '/' > Retour à l'Accueil< / a > < / footer > < / body >  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								< / html >