/* SUMMERNOTE */
/* Ces règles sont là suite à un problème d'affichage lors de son intégration avec nos styles à nous */

/* Style pour l'édition avec summernote */
.note-editable ol {
	margin-left: 15px !important;
}

.note-editable ol li {
	list-style-type: decimal !important; 
   	list-style-position: inside !important;
}

.note-editable ul {
	margin-left: 15px !important;
}

.note-editable ul li {
	list-style-type: disc !important; 
   	list-style-position: inside !important;
}


.panel-heading.note-toolbar > .btn-group {
	margin: 0 !important;
	margin-top: 7px !important;
	margin-right: 7px !important;
}

.panel-heading.note-toolbar button {
	height: 30px;
}