*, a, a:link, a:visited {
	color:#000;
}

a, a:link, a:visited {
	text-decoration:none;
}

header {
	background:none;
	min-height: auto !important;
	height:200px;
}
header nav {
	display:none;
}
header .title ul {
	display:none;
}
header h1 {
	color:#000;
}
footer {
	display: none;
}

.row .col-md-4,
.row .col-md-3 {
	display: none;
}
.row .col-md-8,
.row .col-md-9 {
	flex:0 0 100%;
	max-width: 100%;
}
.cookies {
	display: none;
}
.informations .information .description {
	display: block !important;
}
.informations .information p.line span {
	background: #fafafa;
	padding:0;
	align-items: flex-start;
	justify-content: flex-start;
	color:#000;
}
.view-tabs {
	display: none;
}
.content-tabs {
	border:none;
	padding:0;
}
.content-tabs .box {
	display:block;
	border-bottom:1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.content-tabs h4 {
	display: block;
}
h2.title {
	display:none;
}
.informations .information {
	border:none;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom:1px solid #CCC;
}
.informations .information .description {
	border:none;
	padding:0;
}
.informations .information p.line {
	margin-bottom: 15px;
}
.informations .information a {
	display: none;
}
#pageFooter {
    display: table-footer-group;
}

#pageFooter:after {
    counter-increment: page;
    content: counter(page);
}