.bg-mur
{
	background:#e9ebee;
}

.mur
{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 10px;
	margin-top:15px;
}

.mur_gauche
{
	position:fixed;
	float:left;
	width:264px;
	z-index:1;
}

.mur_droite
{
	position:fixed;
	float:right;
	width:264px;
	margin-left:832px;
	z-index:1;
}

.mur_profil, .mur_meilleures_idees, .mur_body_bottom, .mur_idees_epinglees, .mur_suggestions, .mur_publicite
{
	background: #FFFFFF;
}

#notifications_mur
{
	overflow: visible;
	word-wrap: break-word;
}

#notifications_mur, .notifications_mur, .ui-button
{
	font-size:0.9em !important;
	font-family: "Dosis" !important;
}

.ui-button.disabled
{
	cursor: default;
}

#notifications_mur .chargement
{
	position: relative;
	margin:8px auto;
}

#notifications_mur .erreur
{
	color:red;
	margin-bottom:5px;
	display: none;
}

.mur_profil
{
	margin-left:5px;
	margin-right:5px;
	padding:5px;
	box-shadow: 0px 0px 9px 2px #cbd0d2;
	border-radius: 6px;
}

.mur_profil img
{
	margin-right: 5px;
}

.mur_profil_description
{
	margin-top:5px;
	border-top:1px solid #ddd;
	font-size:14px;
	padding:5px;
	border-bottom:1px solid #ddd;
}

.mur_profil_description span
{
	display: inline-block;
	width: 100%;
}

#description_profil_loggue textarea
{
	width: 100%;
	height: 75px;
}

.mur_profil_statistiques
{
	margin-top:5px;
	display:flex;
	text-align:center;
	font-variant: small-caps;
	justify-content: center;
}

.mur_profil_statistiques > div > a:hover
{
	text-decoration:none;
}

.mur_profil_statistiques > div
{
	width:32%;
}

.mur_meilleures_idees
{
	margin:10px 5px;
	padding:5px;
	box-shadow: 0px 0px 9px 2px #cbd0d2;
	overflow-y: scroll;
    max-height: 250px;
    border-radius:6px;
}

.mur_meilleures_idees_titre
{
	text-align:center;
	font-weight:bold;
	color:#000;
	font-variant: small-caps;
	padding-left:2px;
	padding-right:2px;
	border-bottom: 1px solid #ddd;
}

.mur_meilleures_idees_body
{
	padding: 5px 1px;
	text-align:justify;
	font-size:14px;
	cursor: pointer;
	margin-top:3px;
    word-break: break-all;
}

.mur_meilleures_idees_body:hover
{
	color:#000;
	background: #f2f2f2;
}

.mur_meilleures_idees_body > a
{
	color: #66CC99;
    font-weight: bold;
}

.mur_meilleures_idees_body.cache
{
	display: none;
}

.mur_idees_epinglees
{
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	padding:5px 5px 0px 5px;
	box-shadow: 0px 0px 9px 2px #cbd0d2;
	overflow-y: scroll;
    max-height: 250px;
    border-radius: 6px;
}

.mur_idees_epinglees_titre
{
	text-align:center;
	font-weight:bold;
	color:#000;
	font-variant: small-caps;
	padding-left:2px;
	padding-right:2px;
	border-bottom: 1px solid #ddd;
}

.mur_idees_epinglees_body
{
	padding: 5px 1px;
	text-align:justify;
	font-size:14px;
	cursor: pointer;
	margin-top:3px;
	word-break: break-all;
}

.mur_idees_epinglees_body:hover
{
	color:#000;
	background: #f2f2f2;
}

.mur_idees_epinglees_body:before
{
	color: #DB9E25;
    font-weight: bold;
	font-family: "FontAwesome";
	content: '\f10c';
	margin-left:4px;
	margin-right: 4px;
}

.mur_idees_epinglees_body > a
{
	color: #66CC99;
    font-weight: bold;
}

#aucune_idee_epinglee
{
	margin:5px;
	font-size:14px;
	text-align: center;
}

.mur_body
{
	margin-left:269px;
	margin-right:5px;
	margin-bottom: 100px;
	width:558px;
	border:0px solid #ddd;
	float: left;
}

div#contenu_mur_idees > div
{
	margin-bottom: 10px;
	box-shadow: 0px 0px 9px 2px #cbd0d2;
	padding-top: 15px;
}

div#contenu_mur_idees > div.chargement_idees
{
	text-align: center;
	width: 100%;
	border:none;
	margin-top:10px;
}

.mur_body_top
{
	border:1px solid #bbb;
	box-shadow: 0px 0px 9px 2px #cbd0d2;
	background:#66CC99;
	padding: 10px 10px 10px 5px;
	padding-bottom: 0px;
	display:flex;
	border-radius:6px;
	margin:0px 2px 0px 2px;
}

.mur_body_top > #avatar_profil_ajout_idee
{
	margin-right:5px;
	width: 32px;
	height: 32px;
}

.mur_body_top > #contenu_ajout_idee
{
	flex:1;
}

.mur_body_top textarea
{
	width: 100%;
	resize: none;
	font-size: 15px;
	line-height: 20px;
	height: 26px;
	border-radius:6px;
	margin-bottom: 4px;
	text-align: center;
	border:0px;
}

.mur_body_top textarea:focus
{
	border:1px solid #6d86ba;
	outline: none !important;
	text-align: left;
}

div#items_nouvelle_idee
{
	width: 100%;
	display: flex;
	align-items: center;
}

div#items_nouvelle_idee > div
{
	display: none;
	margin-bottom: 5px;
}

div#items_nouvelle_idee > div > span, div#items_nouvelle_idee > div.nouvel-article > a > span
{
	
	border:1px solid #fff;
	height: 32px;
    padding: 4px 15px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

div#items_nouvelle_idee > div > span:hover, div#items_nouvelle_idee > div.nouvel-article > a > span:hover
{
	border: 1px solid #fff;
    background: #fff;
    color: #66CC99;
}

div#items_nouvelle_idee > div.nouvel-article > a
{
	text-decoration:none;
	color:#fff;
}

div#items_nouvelle_idee > div.joindre_fichier
{
	color:#FFF;
	border-radius:4px;
	margin-right:5px;
	cursor: pointer;
}

div#items_nouvelle_idee > div.joindre_fichier:hover
{
	background:#66CC99;
}

div#items_nouvelle_idee > div.remplir
{
	flex:1;
}

div#items_nouvelle_idee > div#caracteres_restants
{
	color:#FFF;
	font-size: 0.9em;
	margin-right: 10px;
}

div#items_nouvelle_idee > div#caracteres_restants.depassement
{
	font-weight: bold;
	background: #fff;
	color:#C73C31;
	border-radius: 4px;
	padding: 4px 10px;
}

div#items_nouvelle_idee > div#caracteres_restants.depassement:after
{
	font-family: "FontAwesome";
	content: '\f071';
	margin-left: 5px;
}

div#items_nouvelle_idee > div#poster_nouvelle_idee
{
	font-weight:bold;
	background:#FFF;
	color:#66CC99;
	margin-right: 1px;
	padding:2px 6px;
	opacity: 0.6;
	border-radius:6px;
	cursor: default;
}

div#items_nouvelle_idee > div#poster_nouvelle_idee.active
{
	opacity: 0.95;
	cursor: pointer;
}

div#items_nouvelle_idee > div#poster_nouvelle_idee.active:hover
{
	opacity: 1;
}

div#items_nouvelle_idee > div#poster_nouvelle_idee > i
{
	margin-right: 4px;
}

div#retour_chargement_fichier
{
	font-size:0.8em;
	color:#fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	display: none;
}

div#image_idee_chargee, div#document_idee_charge
{
	text-align:center;
	margin-left:-38px;
	margin-bottom: 10px;
	margin-top:5px;
	color:white;
}

div#image_idee_chargee > span, div#document_idee_charge > span
{
	position: relative;
}

div#image_idee_chargee img, div#document_idee_charge img
{
	max-height: 80%;
	max-width: 80%;
	vertical-align: top;
}

div#document_idee_charge img
{
	vertical-align: middle;
}

.supprimer-fichier-idee
{
	position: absolute;
	right: 10px;
	top: 10px;
	background: #333;
	padding: 3px 9px;
	border-radius: 100%;
	cursor: pointer;
}

div#document_idee_charge .supprimer-fichier-idee
{
	position: absolute;
	right: -40px;
	top:-5px;
}

.supprimer-fichier-idee:hover
{
	background: #555;
}

.supprimer-fichier-idee:before
{
	font-family: "FontAwesome";
	content: '\f00d';
	color:#fff;
}

.mur_body_bottom
{
	padding:5px;
	padding-bottom: 0px;
	border-bottom:1px solid #ddd;
	position: relative;
	margin-top: 10px;
	border-radius:6px;
}

.mur_body_bottom > i.fleche_menu
{
	font-size:18px;
	position: absolute;
	right: 10px;
	top:10px;
	cursor: pointer;
	color:#bbb;
}

.mur_body_bottom > i.fleche_menu:hover
{
	color:#999;
}

.mur_temps
{
	font-size:12px;
}

.mur_body_bottom_menu
{
	display:none;
	position: absolute;
	font-size:14px;
	right:10px;
	top:25px;
}

div.type-idee
{
	width: 95%;
    border-radius: 6px 0px 6px 6px;
    padding: 5px;
    font-size: 12px;
    font-style: italic;
    margin-top: -15px;
    margin-left: -5px;
    text-align: center;
}

div.type-idee > a
{
	text-decoration: none;
}

div.type-idee > a > img
{
	height: 30px;
    margin-right: 10px;
    margin-left: 5px;
    width: 30px;
    border-radius: 50%;
}

.mur_body_bottom_menu > ul
{
	list-style: none;
    margin-top: 5px;
    border-radius: 6px;
    box-shadow: 1px 1px 15px 0px #ccc;
    padding: 0px;
    background: #FFF;
    position: relative;
    z-index: 999999999;
}

.mur_body_bottom_menu > ul > li
{
	border-bottom: 1px solid #ccc;
    padding: 4px 10px;
    position: relative;
}

.mur_body_bottom_menu > ul > li:hover
{
	background:#F8F8F8;
	cursor:pointer;
}

.mur_body_bottom a img
{
	margin-bottom:5px;
}

.mur_body_bottom img
{
	border-radius:4px;
	max-height: 400px;
}

.mur_body_bottom_laisser_commentaire img
{
	border-radius:50%;
}

div.avatar_auteur img, div.presentation_auteur_haut img
{
	border-radius:50%;
}

.mur_body_bottom > div.mur_body_bottom_profil
{
	display:flex;
}

.mur_body_bottom > div.mur_body_bottom_profil > div
{
	margin-left:10px;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur
{
	margin:0px;
	position: absolute;
	left:70px;
	top:0px;
	width: 240px;
	z-index:2;
	display: none;
}

div.mur_body_bottom_profil > div:nth-child(2) > div:nth-child(2) > span:nth-child(1)
{
	max-width:80px;
	margin-left: 0px;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur > div.couche_cachee
{
	height: 37px;
	background: none;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur > div.contenu
{
	background: #fff;
	font-size: 0.9em;
	padding:5px;
	border:1px solid #ddd;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur div.presentation_auteur_haut
{
	display: flex;
}

.ouverture_description > a:hover
{
	text-decoration:none;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur div.presentation_auteur_haut > div > a:hover
{
	text-decoration:none;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur div.nom_auteur
{
	flex:1;
	margin-left: 6px;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur div.suivi_auteur
{
	display: flex;
	align-items: baseline;
	width: 100%;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur div.suivi_auteur > div
{
	flex:1;
	justify-content: center;
}

.mur_body_bottom > div.mur_body_bottom_profil > div.presentation_auteur div.suivi_auteur > div:nth-child(2)
{
	text-align: center;
}

.mur_body_bottom > div.mur_body_bottom_profil > div > div > b > i
{
	cursor:pointer;
}

.mur_body_bottom > div.mur_body_bottom_contenu
{
	margin: 20px 10px;
	text-align:justify;
}

.mur_body_bottom > div.mur_body_bottom_contenu > a
{
	color: #66CC99;
    font-weight: bold;
    word-break: break-all;
}
 a.tag-lien
{
	color: #333!important;
    font-weight: 300!important;
	word-break: break-all!important;
	transition:all .2s ease!important;
}
 a.tag-lien:hover
{
	color: #000!important;
}

.mur_body_bottom > div.mur_body_bottom_actions
{
	display:flex;
	margin-top:5px;
	margin-bottom: -1px;
	position: relative;
	border-radius:6px;
}

.mur_body_bottom > div.mur_body_bottom_actions > div:nth-child(2), .mur_body_bottom > div.mur_body_bottom_actions > div:nth-child(3),.mur_body_bottom > div.mur_body_bottom_actions > div:nth-child(4)
{
	border-left: 1px solid #C8C8CA;
}

.mur_body_bottom > div.mur_body_bottom_actions > div
{
	padding: 5px;
	flex:1;
	text-align: center;
	font-size: 12px;
}

.mur_body_bottom > div.mur_body_bottom_actions > div:hover
{
	background:#E6E6E7;
}

.mur_body_bottom > div.mur_body_bottom_actions > div.commentaires_visibles
{
	background: #E6E6E7;
}

.mur_body_bottom > div.mur_body_bottom_actions span
{
	cursor: pointer;
	padding:0px 5px;
}

.mur_body_bottom > div.mur_body_bottom_actions i
{
	font-size: 15px;
	margin-right: 3px;
}

div.mur_body_bottom_actions span.afficher_commentaires:before,
div.mur_body_bottom_actions span.liker_idee:before,
div.mur_body_bottom_actions span.partager_idee:before,
div.mur_body_bottom_actions span.epingler_idee:before
{
	font-family: "FontAwesome";
	margin-right: 6px;
	font-size:14px;
}

div.mur_body_bottom_actions span.afficher_commentaires:before
{
	content: '\f0e5';
}

div.mur_body_bottom_actions span.liker_idee:before
{
	content: '\f08a';
}

div.mur_body_bottom_actions span.liker_idee.like, div.mur_body_bottom_actions span.liker_idee.like:before
{
	content: '\f004';
	color: #C73C31;
	font-weight: bold;
    font-size: 14px;
}

div.mur_body_bottom_actions span.partager_idee:before
{
	content: '\f079';
}

div.mur_body_bottom_actions span.partager_idee.partage
{
	color: #87218E;
	font-weight: bold;
    font-size: 14px;
}

div.mur_body_bottom_actions span.epingler_idee:before
{
	content: '\f08d';
}

div.mur_body_bottom_actions span.epingler_idee.epingle:before
{
	color: #DB9E25;
	font-weight: bold;
}

.mur_body_bottom div.nombre_vues_idee
{
	position: absolute;
	right: 10px;
	color: #777;
}

.mur_body_bottom.idee_supprimee, .commentaire_supprime
{
	background: #eee;
	text-align: center;
	padding:10px;
	font-style: italic;
	width: 100%;
}

.mur_body_bottom_commentaires
{
	border-radius: 0px 0px 6px 6px;
	margin-top: 1px;
	display: none;
	background: #E6E6E7;
	padding: 5px;
	padding-bottom:25px;
	margin-bottom: 5px;
	text-align:right;
}

.mur_body_bottom_commentaires div.liste_commentaires_idee
{
	border-top:1px solid #A0A0A5;
	padding: 1%;
}

.mur_body_bottom_commentaires div.mur_body_bottom_commentaires_commentaires
{
	display:flex;
	margin-bottom:5px;
}

.mur_body_bottom_commentaires div.mur_body_bottom_commentaires_commentaires > div:nth-child(2)
{
	width:100%;
}


div.liste_commentaires_idee div.avatar_auteur img
{
	margin-right:5px;
	border-radius:50%;
	width: 34px;
	height: 34px;
	margin-top: 10px;
}

div.liste_commentaires_idee div.auteur_commentaire
{
	width:100%;
	padding-left:5px;
	font-size:14px;
	margin-top:0px;
	margin-bottom:5px;
	text-align:justify;
	border-bottom: 1px solid #A0A0A5;
}

div.auteur_commentaire > span > a
{
	color:#000;
	text-decoration:none;
	word-break: break-all;
}

div.liste_commentaires_idee

div.commentaire_idee div.date_commentaire
{
	font-size:0.9em;
	font-style:italic;
}

div.commentaire_idee .action_commentaire
{
	padding: 3px;
	cursor:pointer;
}

div.commentaire_idee .action_commentaire:hover
{
	opacity: 0.7;
}

div.commentaire_idee div.reponses_commentaire_idee
{
	display: none;
}

.mur_body_bottom_commentaires div.mur_body_bottom_commentaires_reponses
{
	display:flex;
	margin-left:34px;
	border-bottom: 1px solid #A0A0A5;
}

.mur_body_bottom_commentaires div.mur_body_bottom_commentaires_reponses img
{
	margin-right:5px;
	border-radius:4px;
	width: 20px;
	height: 20px;
	margin-top:5px;
}

.mur_body_bottom_commentaires div.mur_body_bottom_commentaires_reponses > div:nth-child(2)
{
	width:100%;
	font-size:14px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	text-align:left;
	border-bottom: 0px;
}

.mur_body_bottom_commentaires div.mur_body_bottom_commentaires_reponses input
{
	width:100%;
	font-size:14px;
	margin: 10px 0px;
	border: 0px;
}

.mur_body_bottom_laisser_commentaire
{
	display:flex;
	margin:5px;
	margin-bottom: 30px;
	padding: 10px 0px;
}

.mur_body_bottom_laisser_commentaire > div:nth-child(1)
{
	margin-right:5px;
}

.mur_body_bottom_laisser_commentaire > div:nth-child(2)
{
	flex:1;
	font-size:14px;
	/*height:34px;*/
}

.mur_suggestions
{
	margin-left:5px;
	margin-right:5px;
	padding:5px 5px 0px 5px;
	box-shadow: 0px 0px 9px 2px #cbd0d2;
	border-radius: 6px;
}

.mur_suggestions_titre
{
	text-align:center;
	font-weight:bold;
	font-variant: small-caps;
	color:#000;
	padding-left:2px;
	padding-right:2px;
	border-bottom: 1px solid #ddd;
}

.mur_suggestions_body > div.mur_suggestion_body_profil
{
	display:flex;
}
.mur_suggestions_body > div.mur_suggestion_body_profil
{
	margin-top: 5px;
	display:flex;
	align-items:center;
	font-size:14px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}

.mur_suggestions_body > div.mur_suggestion_body_profil > a > img
{
	border-radius:50%;
	margin-right:5px;
}

.mur_suggestions_body > div.mur_suggestion_body_profil > div
{
	text-align:left;
	padding-top: 5px;
	margin-left: 5px;
}

.mur_suggestions_body > div.mur_suggestion_body_profil > div > div
{
	padding-bottom:5px;
}

.mur_suggestions_body > div.mur_suggestion_body_profil > div > div > b > i:hover
{
	cursor:pointer;
}

div.mur_suggestion_body_profil > div:nth-child(2) > div:nth-child(2)
{
	width: 90px;
    text-align: center;
}

#liste_suggestions_suivis
{
	max-height: 250px;
	overflow-y: scroll;
}

button.mur_suivre
{
	border:1px solid #eee;
	border-radius:6px;
	background:#C73C31;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	min-width:62px;
}

button.mur_suivi
{
	border:1px solid #eee;
	border-radius:6px;
	background:#00CD73;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	min-width:62px;
}

/* Publicité */

.mur_publicite
{
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	padding:5px 5px 0px 5px;
	box-shadow: 0px 0px 9px 2px #cbd0d2;
	border-radius: 6px;
}

.mur_publicite_titre
{
	text-align:center;
	font-weight:bold;
	font-variant: small-caps;
	color:#000;
	padding-left:2px;
	padding-right:2px;
	border-bottom: 1px solid #ddd;
}

.mur_publicite_body
{
	text-align:center;
}

.mur_body_bottom_contenu.pub .titre-pub
{
	margin: 5px;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
} 

.mur_body_bottom_contenu.pub .image-pub
{
	text-align:center;
}

.mur_body_bottom_contenu.pub .titre-pub > a
{
	position: absolute;
	right: 0px;
	top:0px;
}

.mur_body_bottom_contenu.pub .titre-pub > a > span
{
	background: #ddd;
	color: #333;
	border-radius: 5px;
	font-size:0.7em;
	padding:4px 10px;
}

.pub-mur-cote
{
	border:0px solid red;
	width: 100%;
	height: 250px;
	margin:auto;
	overflow:hidden;
}

.pub-mur-cote > ul
{
	width: 400%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border:0px solid green;
}

.pub-mur-cote > ul > li.pub
{
	float: left;
	width: 25%;
	height: 100%;
	padding:2px 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.pub-mur-cote > ul > li.pub:hover
{
	background: #eee;
}

.pub-mur-cote img
{
	max-height: 250px;
}

/* Voir plus */

div.mur_voir_plus
{
	text-align:right;
	width:100%;
}

div.mur_voir_plus > span
{
	border-radius:4px;
	border:1px solid #ddd;
	padding:0px 10px;
	font-style:italic;
	vertical-align:text-top;
	font-size:12px;
}

div.mur_voir_plus > span:hover
{
	background:#eee;
	cursor:pointer;
}

.enregistre_commentaire {
	padding: 5px 25px;
    	color: #fff;
    	background: #66CC99;
    	border-radius: 6px;
    	text-align: right;
	opacity:.5;
	float: right;
}
.enregistre_commentaire.active {
	opacity: 1;
	cursor: pointer;
}
/*
===== Responsive =====
*/

@media only screen and (max-width: 1450px)
{
	.mur_gauche
	{
	left:5px;
	}

	.mur_droite
	{
	right:5px;
	margin-left:auto;
	}
	.mur_body
	{
		margin:auto;
	}
}

@media only screen and (max-width: 1098px)
{
	div.mur
	{
		padding:0px;
	}

	div.mur_gauche, div.mur_droite
	{
		display: none;
	}

	div.mur_body
	{
		flex:1;
		margin:0px;
	}

	div#contenu_mur_idees > div
	{
		border:none;
	}
	
	div.mur_body_bottom
	{
		padding:0px;
		border: 1px solid #eee;
		box-shadow: 1px 1px 15px 0px #444;
		border-radius: 6px;
		margin: 10px 2px 0px 2px;
	}

	div.mur_body_bottom_actions span.afficher_commentaires
	{
		display: inline-block; /* Pour pouvoir cliquer sur une zone plus grande */
		width: 100%;
	}

	div.nombre_vues_idee
	{
		display: none;
	}

	div#items_nouvelle_idee > div#poster_nouvelle_idee
	{
		font-size:0.8em;
	}

	.mur_body_bottom > i.fleche_menu
	{
		font-size: 1.3em;
	}

	.mur_body_bottom_menu
	{
		font-size: 0.9em;
		top:35px;
		left:0px;
		width: 100%;
	}

	.mur_body_bottom_menu > ul
	{
		border-radius: 0px;
		border-left:none;
		border-right: none;
		border-bottom: none;
	}

	.mur_body_bottom_menu > ul > li
	{
		padding: 6px 3px;
	}

	.mur_body_bottom_menu > ul > li:before
	{
		font-family: "FontAwesome";
		font-size:1.5em;
		color:#777;
		vertical-align: -2px;
		padding:0px 15px;
	}

	.mur_body_bottom_menu > ul > li.partager_idee_par_mp:before
	{
		content: '\f075';
	}

	.mur_body_bottom_menu > ul > li.partager_idee_par_email:before
	{
		content: '\f0e0';
	}

	.mur_body_bottom_menu > ul > li.copier_lien_idee:before
	{
		content: '\f0ea';
	}

	.mur_body_bottom_menu > ul > li.supprimer_idee:before
	{
		content: '\f1f8';
		padding-right: 20px;
	}

	.mur_body_bottom_menu > ul > li.signaler_idee:before
	{
		content: '\f071';
	}

	.mur_body_bottom_menu > ul > li.masquer_auteur_idee:before
	{
		content: '\f070';
	}
}

@media only screen and (max-width: 535px)
{
	div#items_nouvelle_idee > div.nouvel-article > a
	{
		display:none;
	}
	div#items_nouvelle_idee > div > span
	{
		font-size:10px;
		padding: 4px 10px;
	}
}