.main-content aside , .main-search, #page-header .ui.red.inverted.pointing.menu.grid, #fiche article nav {
	display: none !important;
}

* {
	border: 0 !important;
	box-shadow: none !important;
	height: auto !important;
	float: none !important;
	overflow: visible !important;
}

.ui.page.grid
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	overflow: visible !important;
	page-break-after: avoid !important;
	page-break-before: avoid !important;

}

.ui.stackable.grid.main-content
{
	width: auto !important;
	overflow: visible !important;
	height: auto !important;
}

#fiche, .left-content, #page-header, .grid.main-content {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.ui.column.grid > .column[class*="eleven wide"], .ui.grid > .column.row > .column[class*="eleven wide"], .ui.grid > .row > .column[class*="eleven wide"], .ui.grid > .column[class*="eleven wide"] {
    width: 100% !important;
}

#page-header {
	color: #333 !important;
}

.bloc-licence, .licence {
    background-color: #FFF !important;
		color: #000 !important;
}

.ui.stackable.page.grid.main-content {
	padding: 0;
}

.left-content {
	margin-left: 10px !important;
	padding-left: 10px !important;
	margin-top: -20px !important;
}

body {
	background: #FFF !important;
	overflow: scroll !important;
	 height: auto !important;
}

#fiche .top.attached.label {
	background-color: #fff !important;
	padding-left: 0;
	border-bottom: 1px solid #555 !important;
}

#fiche .sub.header {
	font-size: 25px;
	color: #000;
}

#fiche h1.header {
	padding-top: 30px;
}

.ui.secondary.segment {
	background-color: #FFF !important;
}

body:before {
    height: auto !important;
}

#footer {
	display: none;
}

body {
	overflow-x: visible;
	overflow-y: visible;
}

#noprint, .noprint
{
        display: block !important;
}
.print
{
        display: none;
}