diff --git a/formulaires/configurer_soyezcreateurs.html b/formulaires/configurer_soyezcreateurs.html
index 5b599e1662cc2ec541e6d438fdca2cd13fa33827..b48121db68f9bbd00fa0b683c19d2c392acb209b 100755
--- a/formulaires/configurer_soyezcreateurs.html
+++ b/formulaires/configurer_soyezcreateurs.html
@@ -48,6 +48,7 @@ if (!function_exists('sc_ouinon_default')) {
 						defaut=edito}
 					)]
 					pour avoir le mode événementiel]
+					[(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|=={communiquant}|oui)
 					[(#SAISIE{radio,tri_slideshow_communiquant,
 						label=<:soyezcreateursprive:cfg_tri_slideshow_communiquant_label:>,
 						datas=#ARRAY{
@@ -56,8 +57,17 @@ if (!function_exists('sc_ouinon_default')) {
 						},
 						defaut=parnum}
 					)]
+					]
 
 					[(#CONFIG{soyezcreateurs/mode_affichage,communiquant}|=={portailcognac}|oui)
+					[(#SAISIE{radio,variante_bloccycloshow,
+						label=<:soyezcreateursprive:cfg_variante_bloccycloshow_label:>,
+						datas=#ARRAY{
+							contenu,<:soyezcreateursprive:cfg_variante_bloccycloshow_contenu:>,
+							full,<:soyezcreateursprive:cfg_variante_bloccycloshow_full:>,
+						},
+						defaut=contenu}
+					)]
 					[(#SAISIE{radio,variante_blocedito,
 						label=<:soyezcreateursprive:cfg_variante_blocedito_label:>,
 						datas=#ARRAY{
diff --git a/lang/soyezcreateursprive_fr.php b/lang/soyezcreateursprive_fr.php
index 03c5a4f6fe490a19ae4601e65c65757ef13597bc..2e5eb35f2e5dbc5e676bc06b798e0168000f46f2 100644
--- a/lang/soyezcreateursprive_fr.php
+++ b/lang/soyezcreateursprive_fr.php
@@ -342,6 +342,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 	'cfg_url_feedflare' => 'URL FeedFlare',
 	'cfg_url_redirection' => 'URL de l’ancien site (pour redirection 301 si article existe pas)',
 	'cfg_url_xiti' => 'URL de votre marqueur Xiti',
+	'cfg_variante_bloccycloshow_contenu' => 'Largeur du contenu',
+	'cfg_variante_bloccycloshow_full' => 'Largeur de l’écran',
+	'cfg_variante_bloccycloshow_label' => 'Largeur bloc CycloShow',
 	'cfg_variante_blocedito_full' => 'Édito entier',
 	'cfg_variante_blocedito_label' => 'Affichage Édito',
 	'cfg_variante_blocedito_link' => 'Seulement titre et chapo/bulle d’aide + lien vers contenu (si texte dans l’article)',
diff --git a/noisettes/sommaire_modeportailcognac_cycloshow.html b/noisettes/sommaire_modeportailcognac_cycloshow.html
index 4e227f249b46b353d9a8943024f0ad90492b61a4..aa898ed040b3103dc92c5ba72ae236054b7bc341 100644
--- a/noisettes/sommaire_modeportailcognac_cycloshow.html
+++ b/noisettes/sommaire_modeportailcognac_cycloshow.html
@@ -6,7 +6,7 @@
 		<div class="slider show-for-medium" role="region" aria-label="Diaporama d'accueil">
 			<div class="slider-diapo-imgfull">
 				<a href="#URL_ARTICLE" tabindex="-1">
-					<img src="[(#LOGO_ARTICLE_NORMAL|sinon{#CHEMIN{images/placeholder.jpg}}|image_focus{#CONFIG{soyezcreateurs_layout/largeurconteneur,960},#CONFIG{soyezcreateurs/hauteur_slider,580}}|extraire_attribut{src})]" alt="">
+					<img src="[(#LOGO_ARTICLE_NORMAL|sinon{#CHEMIN{images/placeholder.jpg}}|image_focus{[(#CONFIG{soyezcreateurs/variante_bloccycloshow,contenu}|=={contenu}|?{#CONFIG{soyezcreateurs_layout/largeurconteneur,960},1920})],#CONFIG{soyezcreateurs/hauteur_slider,580}}|extraire_attribut{src})]" alt="">
 					<div class="slider-content desc-gauche text-center">
 						<h3 class="#EDIT{titre}">#TITRE</h3>
 						[<p class="hide-for-small-only #EDIT{descriptif}">(#DESCRIPTIF|ptobr)</p>]
diff --git a/paquet.xml b/paquet.xml
index 24eccddb92b82235a2eeba449fcd6e27d400e7dd..70f52e9795cef889dbd6c913d7fac86f34d04feb 100644
--- a/paquet.xml
+++ b/paquet.xml
@@ -1,7 +1,7 @@
 <paquet
 	prefix="soyezcreateurs"
 	categorie="squelette"
-	version="5.0.85"
+	version="5.0.86"
 	etat="stable"
 	compatibilite="[3.1.8;3.2.*]"
 	logo="img_pack/soyezcreateurs_48.png"
diff --git a/stylesportailcognac.css.html b/stylesportailcognac.css.html
index 8da527c7e0c6654b15e3c4ae6dbb5de88733b90c..7583d853924364988949bca28c5d649568fb7ec1 100644
--- a/stylesportailcognac.css.html
+++ b/stylesportailcognac.css.html
@@ -694,7 +694,9 @@ img.editologo {
 /* gestion block texte sur slider : CycloShow */
 #cycloshow {
 	position: relative;
+	[(#CONFIG{soyezcreateurs/variante_bloccycloshow,contenu}|=={contenu}|oui)
 	max-width: #GET{LargeurContaineur}px;
+	]
 	width: 100%;
     margin: 0 auto 7em auto;
 }