diff --git a/css/inc_stylessoyezcreateurs.css.html b/css/inc_stylessoyezcreateurs.css.html
index 640f6fa2d00c2c7b040332bf4f1ea56f2762e32e..c5e97a8833ef741d3e7bb0991349c2aac219644c 100644
--- a/css/inc_stylessoyezcreateurs.css.html
+++ b/css/inc_stylessoyezcreateurs.css.html
@@ -902,7 +902,9 @@ a.button.triadeC:focus,
   color: [#(#GET{c_fildarianehome}|couleur_saturation{1})];
 }
 .portailcognac #content h2,
-.portailcognac #content h3 {
+.portailcognac #content .h2,
+.portailcognac #content h3,
+.portailcognac #content .h3 {
   padding: 1em 0 .5em;
   color: #GET{c_titraille_ssniveaux};
   border-bottom: 1px solid rgba([(#GET{c_titraille_ssniveaux_bk}|sc_rgb)], 0.5);
diff --git a/noisettes/sommaire_modeportailcognac_dessousBreves.html b/noisettes/sommaire_modeportailcognac_dessousBreves.html
index 4b997af591b4abcd0b10dda5d99bf5026a5ae3e5..ac64adbed5b659c8f9dbeb657f34aca5a9027815 100644
--- a/noisettes/sommaire_modeportailcognac_dessousBreves.html
+++ b/noisettes/sommaire_modeportailcognac_dessousBreves.html
@@ -10,7 +10,7 @@
 		<div class="projet idprojet#COMPTEUR_BOUCLE #EDIT{titre}<BOUCLE_RubriqueColoree(HIERARCHIE){id_rubrique}{tout}{type_mot=_CouleurRubrique}{inverse} {0,1}><BOUCLE_CouleurRubrique(MOTS){id_rubrique}{type=_CouleurRubrique}{0,1}> couleurrubrique#ID_MOT</BOUCLE_CouleurRubrique></BOUCLE_RubriqueColoree>">
 			<div class="content-projets">
 				<BOUCLE_articles_plusdun(ARTICLES) {id_rubrique} {1,1}{lang}><a href="#URL_RUBRIQUE"[ title="(#_DessousBreves:DESCRIPTIF|attribut_html)"]></BOUCLE_articles_plusdun><BOUCLE_articles_unseul(ARTICLES) {id_rubrique} {0,1}{lang}><a href="#ARTICLE_URL"[ title="(#_DessousBreves:DESCRIPTIF|attribut_html)"]></BOUCLE_articles_unseul><a href="#URL_RUBRIQUE"[ title="(#_DessousBreves:DESCRIPTIF|attribut_html)"]><//B_articles_unseul><//B_articles_plusdun>
-					<h2>#TITRE</h2>
+					<div class="h2">#TITRE</div>
 					<div class="suite">
 						<span class="icon icon-arrow-right2">&#10140;</span>
 					</div>
diff --git a/stylesportailcognac.css.html b/stylesportailcognac.css.html
index 82db42fabd6c5cf5fe370de459c08ad59e2810b8..0087a12a48f72ee2f3acbf2f068e9e50d1d95884 100644
--- a/stylesportailcognac.css.html
+++ b/stylesportailcognac.css.html
@@ -264,7 +264,7 @@ select {
 #projets a:hover {
   color: #333;
 }
-#projets h2 {
+#projets .h2 {
   width: 100%;
   height: auto;
   margin: auto;
@@ -290,7 +290,7 @@ select {
   font-size: 3rem;
 }
 @media only screen and (max-width: 1023px) {
-  #projets h2 {
+  #projets .h2 {
     font-size: 36px;
     line-height: 38px;
   }
@@ -300,7 +300,7 @@ select {
     width: 100%;
     float: none;
   }
-  #projets h2 {
+  #projets .h2 {
     font-size: 30px;
     line-height: 34px;
   }
@@ -309,7 +309,7 @@ select {
   #projets .projet a {
     height: auto;
   }
-  #projets h2 {
+  #projets .h2 {
     padding: 1rem;
     font-size: 26px;
     line-height: 1em;
@@ -794,7 +794,7 @@ img.editologo {
 #projets .projet {
   background-color: #777;
 }
-#projets a, #content #projets h2 { color: inherit; }
+#projets a, #content #projets .h2 { color: inherit; }
 
 @media only screen and (min-width: 768px) {
  #projets .projet {
@@ -815,7 +815,7 @@ img.editologo {
 }
 
 @media only screen and (max-width:[(#GET{LargeurContaineur})]px) {
-  #projets h2 {
+  #projets .h2 {
     font-size: 1.2rem;
   }
   #projets .projet {
@@ -829,7 +829,7 @@ img.editologo {
     width: 100%;
     float: none;
   }
-  #projets h2 {
+  #projets .h2 {
     font-size: 2rem;
   }
 }
@@ -837,7 +837,7 @@ img.editologo {
   #projets article a {
     height: auto;
   }
-  #projets h2 {
+  #projets .h2 {
     padding: 1rem;
     font-size: 1.8rem;
   }