diff --git a/prive/style_prive_plugin_medias.html b/prive/style_prive_plugin_medias.html
index ef27f6d222d70f64ca529d7b09230a63e54d5561..d84415bd5f800cde7771365b88cc71b4e8230b60 100644
--- a/prive/style_prive_plugin_medias.html
+++ b/prive/style_prive_plugin_medias.html
@@ -242,15 +242,13 @@ p.actions {clear:both;}
 #documents_joints .item .tourner button img {margin:0px;}
 
 #documents_joints .item .actions > *,
-#documents_joints .item .tourner,
-#documents_joints .item .mode {opacity:0.4;}
-#documents_joints .item .actions .deplacer-modifier {visibility:visible;opacity:1;}
+#documents_joints .item .actions .deplacer-modifier {visibility:visible;}
 #documents_joints .item:hover .actions > *,
 #documents_joints .item:hover .tourner,
 #documents_joints .item:hover .mode,
 #documents_joints .item.hover .actions > *,
 #documents_joints .item.hover .tourner,
-#documents_joints .item.hover .mode {visibility:visible;opacity:1;}
+#documents_joints .item.hover .mode {visibility:visible;}
 
 .portfolios {}
 .portfolios h3 {background-color:#GET{claire};padding:2px 10px;color:#000;margin-bottom:0;}
@@ -314,21 +312,19 @@ p.actions {clear:both;}
 .portfolios .item div.mode button,
 .portfolios .item .actions button {display: inline;}
 
-.portfolios .item .mode {opacity:0.4;}
 .portfolios .item .actions .deplacer-modifier {
 	display: flex;
 	align-items: center;
 	visibility: visible;
-	opacity: 1;
 	float: #GET{right};
 }
 .portfolios .item .actions .editbox  {
 	margin: 0;
-	text-decoration: none;
 }
 .portfolios .item:hover .actions > *,
 .portfolios .item:hover .mode,
-.portfolios .item.hover .mode {visibility:visible;opacity:1;z-index:1000;}
+.portfolios .item.hover .actions > *,
+.portfolios .item.hover .mode {visibility:visible;z-index:1000;}
 
 .portfolios .item .titre > .sanstitre,
 .portfolios .item .titre > .sanstitre + .fichier {opacity:0.4;}