/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0;
	background-image: url("../img/bg-book.jpg");
	background-size: cover;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}
audio, canvas, progress, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
progress {
	vertical-align: baseline
}
template, [hidden] {
	display: none
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit
}
b, strong {
	font-weight: bolder
}
dfn {
	font-style: italic
}
h1 {
	font-size: 2em;
	margin: 0.67em 0
}
mark {
	background-color: #ff0;
	color: #000
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none
}
svg:not(:root) {
	overflow: hidden
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
figure {
	margin: 1em 40px
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
button, input, select, textarea {
	font: inherit;
	margin: 0
}
optgroup {
	font-weight: bold
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
@media screen {
	* {
		box-sizing: border-box
	}
	html {
		font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: black;
	}
	a {
		color: black;
		text-decoration: none
	}
	a:hover {
		color: #c74f41;
		transition: color .3s ease-in-out;
	}
	h1, h2, h3, h4, h5, h6 {
		color: #000
	}
	h1 {
		font-size: 36px;
		margin-bottom: 24px;
		line-height: 48px;
		font-weight: normal
	}
	h2 {
		font-size: 27px;
		margin-bottom: 24px;
		line-height: 48px;
		font-weight: normal
	}
	p {
		text-align: justify;
	}
	#wrap {
		max-width: 1100px;
		margin: auto;
		padding: 0 .625%;
		position: relative
	}
	#wrap {
		padding: 35px 0;
		clear: both;
	}
	table {
		margin: 48px auto;
		border-collapse: collapse;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede
	}
	th, td {
		padding: 12px;
		vertical-align: top
	}
	th {
		border-bottom: 3px solid #dedede;
		padding-bottom: 9px;
		text-align: left
	}
	td {
		border-bottom: 1px solid #dedede;
		padding-bottom: 11px
	}
	::-webkit-input-placeholder {
		font-style: italic
	}
	::-moz-placeholder {
		font-style: italic
	}
	:-ms-input-placeholder {
		font-style: italic
	}
	:-moz-placeholder {
		font-style: italic
	}
	fieldset {
		border: 0;
		margin: 0;
		padding: 0
	}
	select {
		appearance: normal;
		-webkit-appearance: normal;
		-moz-appearance: normal;
		background-color: #fff;
		border: 1px solid #dedede;
		border-radius: 2px;
		font-size: 18px;
		line-height: 24px;
		color: #676767
	}
	button, .button, input[type="submit"] {
		background-color: #dedede;
		border: 0;
		cursor: pointer;
		padding: 6px
	}
	a.button {
		color: #000;
		display: inline-block
	}
	a.button:hover {
		text-decoration: none
	}
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="date"], input[type="datetime-local"] {
		border: 1px solid #dedede;
		padding: 5px;
		height: 30px
	}
	textarea {
		border: 1px solid #dedede;
		padding: 5px
	}
	.field {
		margin-bottom: 24px;
		display: flex;
		flex-wrap: wrap
	}
	.field .field-meta {
		width: 25%;
		padding-right: .625%;
		text-align: right
	}
	.required.field .field-meta:after {
		content: "*"
	}
	.field .field-meta legend {
		float: right
	}
	.field .inputs {
		width: 75%;
		padding-left: .625%
	}
	.field .collapsible {
		font-size: 13.5px;
		display: block;
		clear: both;
		line-height: 18px
	}
	.field .inputs ~ *, form input[type="submit"] {
		margin-left: calc(25%+ .625%);
		margin-top: 12px
	}
	#advanced-search select {
		margin-bottom: 12px
	}
	#advanced-search {
		padding: 24px 0
	}
	#advanced-search input[type="text"] {
		height: 30px
	}
	#advanced-search input[type="submit"] {
		font-size: 22.5px;
		padding: 6px
	}
	#advanced-search .remove-value {
		text-indent: -9999px;
		position: relative;
		width: 30px;
		height: 30px;
		margin-left: 6px
	}
	#advanced-search .remove-value:before {
		content: "\f014";
		text-indent: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		line-height: 30px
	}
	.search-entry:not(:first-child) {
		margin-top: 12px
	}
	nav .navigation, nav ul {
		list-style: none;
		padding: 0
	}
	.item-pagination.navigation {
		border-top: 1px solid #dedede;
		padding-top: 11px;
		display: flex;
		justify-content: space-between
	}
	.secondary-nav {
		text-align: center
	}
	.secondary-nav ul {
		margin: 0 0 -1px;
		border-bottom: 1px solid #dedede;
		padding-bottom: -1px
	}
	.secondary-nav.navigation li {
		display: inline-block;
		margin-right: .5em;
		padding-bottom: 12px
	}
	.secondary-nav.navigation li.active a {
		color: #C72E2E
	}
	.secondary-nav a {
		color: #676767
	}
	#skipnav {
		position: absolute;
		top: 0;
		left: -9999px;
		background-color: #fff;
		padding: 6px;
		display: inline-block
	}
	#skipnav:focus {
		left: 50%;
		transform: translateX(-50%)
	}
	header {
		box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
		background: white;
		width: 100%;
		height: 100px;
		float: left;
	}
	#header-content {
		max-width: 1100px;
		margin: auto;
		z-index: 1;
	}
	header nav .navigation {
		list-style-type: none;
		padding: 0;
		display: flex;
		padding: 35px 0 0 20px;
	}
	header nav li {
		display: block;
		margin: 0 2px
	}
	header nav ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		transform: translate3d(0, 0, 0);
	}
	header nav ul ul {
		background-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .12);
		border-radius: 4px;
		font-size: 15px;
		margin: 20px 0 0 0;
		position: absolute;
		z-index: 2;
		opacity: 0;
		visibility: hidden;
		transition: all .25s;
		transform: translate3d(0, 15px, 0);
	}
	header nav ul ul::before {
		content: "";
		position: absolute;
		left: 0;
		top: -10px;
		background: transparent;
		width: 100%;
		height: 10px;
	}
	header nav ul ul li {
		padding: 10px 5px;
	}
	header nav ul ul li a {
		font-size: 14px!important;
	}
	header nav a:hover {
		color: #c74f41!important;
	}
	header nav ul li:hover li a, header nav ul li.active li a {
		color: #545348;
		background: none;
	}
	header nav a {
		font-size: 15.75px;
		padding: 10px 20px;
		color: #545348;
	}
	header nav .active a, header nav a:hover {
		color: #c74f41;
		background: rgba(249, 25, 66, .06);
		transition: 0.4s;
		border-radius: 50px;
		text-decoration: none;
	}
	header a {
		text-decoration: none
	}
	.site-title {
		font-size: 27px;
		text-transform: uppercase;
		letter-spacing: .125em;
		margin: 0 30px 0 0;
		display: block;
		vertical-align: top;
		float: left;
	}
	.site-title:hover {
		text-decoration: none
	}
	.site-title img {
		max-height: 72px;
		max-width: 100%
	}
	#header-image img {
		max-width: 100%;
		vertical-align: top
	}
	#search-container {
		right: 0;
	}
	#search-container input[type="text"], #search-container button {
		border: 0;
		border-bottom: 1px solid #dedede;
		background-color: #fff;
		height: 36px;
		display: inline-block;
		line-height: 24px;
		padding: 6px;
		vertical-align: bottom;
		background-color: #fff;
		color: #676767
	}
	#search-form {
		display: flex;
		padding: 6px 12px 12px;
		box-shadow: 0 0 0 1px #dedede inset;
		background: #fff
	}
	#search-form.closed {
		width: 36px;
		height: 42px;
		display: none;
	}
	#search-form.open {
		right: 36px;
		position: absolute;
		top: 25px;
	}
	#search-form + button.search-toggle {
		bottom: 0;
		position: absolute;
		width: 36px;
		height: 36px;
		border-bottom: 0;
		color: #b8b8b8;
		display: none;
	}
	#search-form.closed + .search-toggle {
		right: 20px;
		top: 40px;
	}
	#search-form.closed + .search-toggle:after {
		content: "\f002";
		font-family: "Font Awesome 5 Free"
	}
	#search-form.open + .search-toggle {
		top: 35px;
		right: 0
	}
	#search-form.open + .search-toggle:after {
		content: "\f00d";
		font-family: "Font Awesome 5 Free"
	}
	#search-form.closed [type="text"], #search-form.closed [type="submit"], #search-form.closed #advanced-form {
		display: none
	}
	#search-form button {
		width: 36px;
		overflow: hidden;
		text-indent: -9999px;
		position: relative
	}
	#search-form button:after {
		content: "\f002";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 6px;
		right: 0;
		text-indent: 0;
		width: 36px;
		text-align: center;
		cursor: pointer
	}
	#query:focus {
		position: relative;
		z-index: 1
	}
	#advanced-form {
		background-color: #fff;
		position: absolute;
		top: 100%;
		padding: 12px;
		right: 0;
		left: 0;
		border: 1px solid #dedede;
		border-top: 0
	}
	#advanced-form fieldset {
		margin-bottom: 12px
	}
	#advanced-form fieldset input {
		margin-right: 6px
	}
	#advanced-form p {
		margin: 0
	}
	#content .blocks {
		width: 100%;
		float: left;
	}
	footer {
		margin-top: 48px;
		clear: both;
		background-color: #F1F1F1!important;
		font-size: 14px;
	}
	#footer-content {
		max-width: 1100px;
		margin: auto;
		margin-top: 30px;
	}
	#copyright {
		height: 50px;
		background-color: #c74f41;
	}
	.copy-content {
		max-width: 1100px;
		margin: auto;
		margin-top: 30px;
		display: block;
		color: white;
		padding-top: 18px;
		font-size: 12px;
	}
	#footer-content img {
		width: 60px;
		height: auto;
	}
	#footer-content .col {
		width: 33%;
		float: left;
	}
	#footer-content .col + .col {
		padding-left: 90px;
	}
	#bottom-nav li {
		display: inline-block;
		margin-right: 1em;
		font-size: 15.75px
	}
	footer .footer-links li::before {
		font-family: "Font Awesome 5 Free";
		font-size: 20px;
		content: "\f105";
		left: 0;
		padding: 0 7px 0 0;
		color: #ccc;
	}
	footer ul {
		list-style-type: none;
		padding-left: 0;
	}
	#sort-links {
		display: inline-block
	}
	#sort-links ul {
		list-style: none;
		padding: 0;
		display: inline-block
	}
	#sort-links li {
		display: inline-block;
		margin: 0 .5em
	}
	#sort-links a {
		color: #676767
	}
	#sort-links .sorting a {
		color: #C72E2E
	}
	.browse-controls {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row-reverse
	}
	.sorting button {
		padding: 2px 4px
	}
	.pagination {
		float: right;
		margin-bottom: 24px
	}
	.pagination > * {
		display: inline-block;
		vertical-align: top
	}
	.pagination form, .pagination .next.button {
		margin-right: 12px
	}
	.pagination .button {
		background-color: #fff;
		border: 1px solid #dedede;
		height: 30px;
		line-height: 30px;
		padding: 0 12px;
		text-align: center
	}
	.pagination .row-count {
		line-height: 30px
	}
	[name="page"] {
		width: 72px;
		text-align: center
	}
	#sort-links {
		float: right
	}
	.resource-list {
		padding-left: 0;
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		clear: both
	}
	.resource-list .resource {
		padding: 24px .625%;
		width: 25%;
		font-size: 15.75px
	}
	#collection-items h2 {
		width: 100%
	}
	.browse .resource h4 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 0
	}
	.browse .resource h4 a {
		color: #000
	}
	.browse .item-img a {
		display: block
	}
	.browse .resource img {
		max-width: 100%
	}
	.browse .creator + .date {
		margin-left: -4px
	}
	.browse .creator + .date:before {
		content: ", "
	}
	.search-filters {
		text-align: center;
		margin: 0 0 24px
	}
	.search-filters .filter {
		display: inline-block;
		border: 1px solid #dedede;
		padding: 5px;
		font-size: 22.5px;
		margin: 0 .5em
	}
	.search-filters .filter-label:after {
		content: ": "
	}
	#itemfiles, .lSSlideOuter .media-render {
		margin: 0;
		background-color: rgba(0, 0, 0, 0.8);
		width: 100%
	}
	#itemfiles {
		margin: 0 auto 24px;
		text-align: center;
		min-height: 50vh !important
	}
	#itemfiles li {
		bottom: 0
	}
	.lSSlideOuter ul.lSPager.lSGallery {
		margin: auto;
		margin-bottom: 24px;
		display: flex;
		flex-wrap: wrap;
		align-items: center
	}
	.lSSlideOuter .media-render {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.lSSlideOuter .media-render a {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.lSSlideOuter .media-render img {
		max-height: 100%;
		width: auto
	}
	.lSPager img {
		vertical-align: bottom;
	}
	.property {}
	.property h4, #linked-resources h4 {}
	.property .field-term {
		display: block;
		font-size: 18px
	}
	.property .values, .property h4 + .value {
		text-align: justify;
		padding: 0 .625%
	}
	.property .values .value:not(:last-child) {
		border-bottom: 1px solid #dedede;
		padding-bottom: 11px;
		margin-bottom: 12px
	}
	.property .value > *:first-child {
		margin-top: 0
	}
	.property .value img {
		height: 36px;
		display: inline-block;
		vertical-align: middle
	}
	.property .value .language {
		display: inline-block;
		padding: 0 6px;
		border: 1px solid #dedede
	}
	.property .value table {
		margin: 0;
		width: 100%
	}
	#linked-resources {
		display: flex;
		justify-content: flex-end;
		width: 100%;
		flex-wrap: wrap;
		align-items: flex-start
	}
	.linked-header, .linked-footer {
		width: 100%;
		margin-bottom: 24px;
		display: flex;
		justify-content: flex-end
	}
	#linked-filter {
		display: flex;
		align-items: center;
		width: 50%;
		justify-content: flex-start;
		margin-right: auto
	}
	#linked-filter h4 {
		font-size: 18px;
		width: auto;
		padding: 0;
		margin-right: 6px;
		text-align: left
	}
	#linked-resources table {
		width: 100%;
		margin-top: 0
	}
	#linked-resources td {
		vertical-align: middle
	}
	#linked-resources caption {
		text-align: left;
		font-weight: bold;
		margin: 6px 12px
	}
	#linked-resources > h4 {
		padding: 6px .625%
	}
	#item-linked .pagination {
		width: 50%;
		text-align: right
	}
	#item-linked .resource-link img {
		height: 36px;
		width: auto;
		display: block;
		margin-right: 6px
	}
	#linked-resources .linked-resource {
		border-bottom: 1px solid #dedede;
		margin-bottom: 12px;
		width: 81.25%;
		padding: 0 .625% 11px
	}
	#linked-resources .resource-link {
		display: flex;
		align-items: center
	}
	#home #featured {
		margin: 0 0 48px;
		background-color: #dedede
	}
	#home #featured .slick-list .image {
		display: block;
		height: 50vh;
		overflow: hidden
	}
	#featured img {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%)
	}
	#featured .featured-meta {
		position: absolute;
		bottom: 24px;
		left: 0;
		right: 0;
		padding: 12px .625% 18px;
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff
	}
	#featured .featured-meta h3 {
		font-size: 31.5px;
		line-height: 42px;
		margin: 0;
		font-weight: normal
	}
	#featured .featured-meta h3 a {
		color: #fff
	}
	#featured .featured-meta h3 a:hover {
		text-decoration: none
	}
	#featured .featured-meta p {
		font-size: 15.75px;
		margin: 0
	}
	#featured .slick-dots {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		list-style: none;
		padding: 0
	}
	#featured .slick-dots li {
		display: inline-block
	}
	#featured .slick-dots button {
		background-color: #dedede;
		width: 13.5px;
		height: 13.5px;
		border-radius: 18px;
		text-indent: -9999px;
		border: 0;
		cursor: pointer;
		margin: 0 .5em
	}
	#featured .slick-dots li[aria-hidden="false"] button {
		background-color: #9e9e9e
	}
	#search-results {
		width: 100%;
		margin: 24px 0 0
	}
	#search-results img {
		height: 72px;
		float: right
	}
	#search-results a {
		vertical-align: top
	}
	.page .site-page-pagination {
		border-top: 1px solid #dedede;
		padding-top: 11px;
		margin-top: 48px;
		width: 100%
	}
	.page .site-page-pagination a:last-child:not(:only-child) {
		margin-left: 24px
	}
	.page #content {
		display: flex;
		flex-wrap: wrap;
		clear: both
	}
	.page #content .breadcrumbs {
		width: 100%
	}
	.page #content .breadcrumbs + .blocks, .page #content .blocks:first-child {
		width: 100%
	}
	.page #content .sub-menu {
		padding: 0 .625% 24px 0;
		width: 12.5%
	}
	.page #content .sub-menu ~ *:not(.site-page-pagination) {
		width: 87.5%
	}
	.page #content .sub-menu > ul {
		margin: 0
	}
	.page #content .sub-menu a {
		font-size: 15.75px;
		color: #676767
	}
	.page #content .sub-menu .current a {
		color: #C72E2E
	}
	.page #content .sub-menu > ul > li {
		padding: 5px
	}
	.page #content .sub-menu > ul > li:not(:last-of-type) {
		border-bottom: 1px solid #dedede;
		margin-bottom: 6px
	}
	.page #content .sub-menu h4 {
		border-bottom: 1px solid #dedede;
		padding-bottom: 5px;
		margin: 0 0 6px
	}
	#content {
		min-height: 400px;
	}
	.file, .item-showcase .resource {
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content
	}
	.item-showcase .resource, .file .resource {
		display: flex;
		flex-direction: column;
		flex-basis: content;
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content;
		max-width: 100%;
		margin: 0 24px 24px
	}
	.item-showcase .resource img, .file .resource img {
		max-width: 100%
	}
	.item-showcase .resource > a:first-child, .item-showcase .resource .media-render > a:first-child, .file .resource > a:first-child, .file .resource .media-render > a:first-child {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		max-width: 100%
	}
	.item-showcase .resource h3, .file .resource h3 {
		font-size: 18px;
		margin: 12px 0 0
	}
	.page .media-render {
		display: flex;
		flex-basis: min-content
	}
	.page .media-render a {
		display: block
	}
	.page .media-render img {
		vertical-align: top
	}
	.left.file {
		float: left;
		margin: 0 24px 24px 0
	}
	.right.file {
		float: right;
		margin: 0 0 24px 24px
	}
	.item-showcase {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		clear: both;
		justify-content: center;
		margin: 24px 0
	}
	.preview-block {
		margin: 24px 0;
		float: left;
		display: block;
	}
	.preview-block .description {
		max-height: 144px;
		overflow: hidden;
		position: relative
	}
	.preview-block .description:after {
		content: "";
		position: absolute;
		height: 48px;
		bottom: 0;
		right: 0;
		left: 0;
		background-image: linear-gradient(to bottom, transparent, #fff 100%)
	}
	.breadcrumbs {
		margin-bottom: 24px
	}
	.item-with-metadata .resource.show {
		clear: both;
		margin: 48px 0;
		overflow: hidden
	}
	.caption > *:first-child {
		margin-top: 12px
	}
	.list-of-sites .site-list .site {
		margin-bottom: 12px
	}
	.list-of-sites .site-list .site-link {
		display: inline-block;
		font-size: 22.5px;
		margin-bottom: 6px
	}
	.list-of-sites .site-list .site-summary {
		margin: 0 0 0 12px;
		line-height: 20px
	}
	a.metadata-browse-link {
		display: block
	}
}
@media screen and (max-width: 640px) {
	#wrap, footer {
		padding: 0 24px
	}
	.field .label, .field label, .field .field-meta, .media-list {
		width: 100%;
		text-align: left;
		margin-bottom: 6px
	}
	.field .inputs {
		width: 100%
	}
	.pagination-nav, #sort-links {
		width: 100%;
		text-align: center;
		padding: 5px 0 6px;
		border-bottom: 1px solid #dedede
	}
	.pagination-nav ul, #sort-links ul {
		margin: 0
	}
	#content .sub-menu {
		width: 100%
	}
	#site-title {
		margin: 6px 0
	}
	#site-title img {
		max-height: 24px;
		max-width: calc(100% - 42px)
	}
	#search-container {
		top: -11.4px
	}
	#top-nav ul {
		margin: 12px 0
	}
	header nav .navigation {
		justify-content: center
	}
	.browse .records {
		padding: 24px 0
	}
	.browse .hentry, #collection-items .hentry {
		width: 100%;
		border: 1px solid #dedede;
		padding: 11px;
		margin-bottom: 24px
	}
	.browse .hentry img, #collection-items .hentry img {
		max-width: 50%;
		float: left;
		margin: 0 24px 6px 0
	}
	.browse .hentry h2, #collection-items .hentry h2 {
		margin-top: 0
	}
	.property h4, .property .values, #linked-filter, #linked-resources .pagination, #linked-resources > h4, #linked-resources .linked-resource {
		width: 100%;
		text-align: left
	}
	.linked-header, .linked-footer {
		flex-wrap: wrap;
		margin-bottom: 0
	}
	#linked-filter {
		margin-bottom: 24px
	}
	#linked-resources .resource-class {
		flex: 1;
		text-align: center
	}
	#linked-resources .resource-link {
		flex: 2
	}
	#search-filters ul li {
		font-size: 15.75px;
		margin: 0 3px 12px
	}
	#search-results {
		margin-top: 12px
	}
}
.clearfix {
	clear: both;
}
.center {
	margin: auto;
	width: 50px;
	display: block;
	font-size: 30px !important;
}
#home-pres {
	background-image: url("../img/home_livrenum.jpg");
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 65px;
}
#carn-pres {
	background-image: url("../img/home_livrenum.jpg");
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -80px;
	margin-bottom: 65px;
}
#carn-pres .content {
	display: block;
	width: 600px;
	padding: 30px;
	margin: 40px auto;
	clear: both;
	background: rgba(00000, 0, 0, 0.7);
}
#carn-pres .content:before {
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .7);
	filter: blur(10px);
}
#carn-pres .content h1 {
	color: #fff;
	text-align: center;
}
#carn-pres .content p {
	color: #f2f2f2;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
#propos-pres {
	background-image: url("../img/home_livrenum.jpg");
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -40px;
	margin-bottom: 25px;
}
#propos-pres .content {
	display: block;
	width: 700px;
	padding: 30px;
	margin: 40px auto;
	clear: both;
	background: rgba(00000, 0, 0, 0.8);
}
#propos-pres .content:before {
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .7);
	filter: blur(10px);
}
#propos-pres .content h1 {
	color: #fff;
	text-align: center;
}
#propos-pres .content p {
	color: #f2f2f2;
	font-size: 14px;
	line-height: 1.5;
	text-align: justify;
}
/* CSS de la Home */
.Accueil #content .blocks {
	float: none;
}
#home-pres .content {
	display: block;
	width: 600px;
	padding: 30px;
	margin: 40px auto;
	clear: both;
	background: rgba(00000, 0, 0, 0.5);
}
#home-pres .content:before {
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
	filter: blur(10px);
}
#home-pres .content h1 {
	color: #fff!important;
	text-align: center;
}
#home-pres .content p {
	color: #f2f2f2;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
button {
	border: 3px solid #fff;
	background-color: transparent;
	padding: 20px 30px;
	display: inline-block;
	margin: 15px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	font-size: 13px;
	color: #fff;
}
button:hover {
	color: black;
	background: #fff;
	transition: background-color 0.5s ease;
}
.Accueil #wrap, .Conférences #wrap {
	max-width: 100%!important;
	padding: 0
}
h1 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 5px;
}
h1::after {
	bottom: -16px;
	left: 2px;
	width: 60px;
	content: "";
	height: 2px;
	border-radius: 6px;
	background: #c74f41;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.Accueil h2, .blocks h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	color: #8A8989;
	margin-top: 5px;
	line-height: 1.3;
}
#blocks-carnets {
	width: 1100px!important;
	margin: auto;
}
#blocks-carnets .wrap-carnet {
	width: 330px;
	height: 280px;
	float: left;
	margin: 0 30px 50px 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
}
#blocks-carnets .outer {
	width: 330px;
	height: 280px;
	float: left;
	overflow: hidden;
	position: relative;
}
.wrap-carnet .thumbnail {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#blocks-carnets .thumbnail:hover {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.wrap-carnet:hover .nbr-item {
	background-color: #c74f41!important;
}
#blocks-carnets .info {
	position: absolute;
	display: block;
	margin: 115px 0 0 30px;
}
#blocks-carnets div h3 {
	color: white;
	font-weight: bold;
	-ms-transform: none;
	-moz-transform: none!important;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	margin-bottom: 10px;
}
#blocks-carnets div .nbr-item {
	font-size: 18px;
	font-weight: 300;
	color: rgba(255, 255, 255, .9);
	background-color: rgba(255, 255, 255, 0.22);
	border-radius: 50px;
	font-size: 16px;
	padding: 5px 10px;
	transition: .4s;
	text-align: center;
	display: block;
	max-width: 90px;
}
#blocks-carnets div .show {
	background-color: transparent;
	border: 1px solid #fff;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	color: #fff;
	float: left;
	text-align: center;
	padding: 10px 20px;
	border-radius: 50px;
	transition: all .3s;
	display: block;
}
#blocks-carnets div .show a {
	color: #fff;
}
#blocks-carnets div .show:hover a {
	color: #333!important;
	text-decoration: none;
}
#blocks-carnets div .show:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
#blocks-carnets .type1 {
	background: url("../img/block-carnet1.png") no-repeat;
	cursor: pointer;
}
#blocks-carnets .type2 {
	background: url("../img/block-carnet3.png") no-repeat;
	cursor: pointer;
}
#blocks-carnets .type3 {
	background: url("../img/block-carnet2.png") no-repeat;
	cursor: pointer;
}
.outer-thematiques {
	width: 100%;
	display: block;
	background-color: #F1F1F1;
	float: left;
	margin-top: 80px;
	padding-bottom: 60px;
}
#blocks-thematiques {
	width: 1100px!important;
	margin: 40px auto;
}
#blocks-thematiques .wrap-thematiques {
	width: 338px;
	height: 482px;
	float: left;
	margin: 0 20px 0 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);
}
#blocks-thematiques .outer {
	width: 338px;
	height: 482px;
	float: left;
	overflow: hidden;
	position: relative;
}
.wrap-thematiques .thumbnail {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#blocks-thematiques .thumbnail:hover {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.wrap-carnet:hover .nbr-item {
	background-color: #c74f41!important;
}
#blocks-thematiques .info {
	position: absolute;
	width: 200px;
	display: block;
	margin: 265px 0 0 30px;
}
.wrap-thematiques .info p {
	color: white;
}
#blocks-thematiques div h3 {
	color: white;
	font-weight: bold;
	-ms-transform: none;
	-moz-transform: none!important;
	-webkit-transform: none;
	-o-transform: none;
	transform: none;
	margin-bottom: 10px;
}
#blocks-thematiques div .show {
	background-color: transparent;
	border: 1px solid #fff;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	color: #fff;
	float: left;
	text-align: center;
	padding: 15px 20px;
	border-radius: 50px;
	transition: all .3s;
	display: block;
}
#blocks-thematiques div .show:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
#blocks-thematiques .type1 {
	background: url("../img/block-theme1.png") no-repeat;
	cursor: pointer;
}
#blocks-thematiques .type2 {
	background: url("../img/block-theme3.png") no-repeat;
	cursor: pointer;
}
#blocks-thematiques .type3 {
	background: url("../img/block-theme2.png") no-repeat;
	cursor: pointer;
}
.outer-about {
	width: 100%;
	display: block;
	float: left;
	background: url("../img/Library_home.jpg") no-repeat;
	min-height: 400px;
}
#about-us h1 {
	color: white;
}
#about-us h1::after {
	background: none;
}
#about-us h2 {
	font-weight: bold;
	color: black;
}
#about-us {
	width: 1100px;
	margin: auto;
}
.about-block {
	width: 338px;
	float: left;
	background-color: white;
	margin-right: 20px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
	padding: 30px;
	background: #fff;
	border-radius: 4px;
	cursor: default;
	margin: 10px;
	text-align: center;
}
.outer-partenaires {
	width: 100%;
	display: block;
	background-color: white;
	padding-bottom: 30px;
	min-height: 200px;
	float: left;
}
#partenaires {
	margin: 50px auto;
	width: 1100px;
	padding-top: 50px;
	clear: both;
}
#partenaires div {
	width: 25%;
	float: left;
	display: block;
	min-height: 100px;
}
#partenaires .block1 {
	background: url("../img/CRILCQ.png") no-repeat;
}
#partenaires .block2 {
	background: url("../img/CRIHN.png") no-repeat;
}
#partenaires .block3 {
	background: url("../img/udem.png") no-repeat;
}
#partenaires .block4 {
	background: url("../img/CRSH.png") no-repeat;
}
/* CSS des 
titres
 */
#title-page {
	margin: 50px 0;
}
#title-page h1 {
	margin: 0;
	font-size: 30px;
}
#title-page h2 {
	font-size: 18px;
	color: #888;
	margin: 0;
}
/* CSS des Espaces 
Thématiques */
/* SMEL */
body.Petit, body.Bibliographie, body.propos, body.bibliographie, body.Lexique {
	background-image: url("../img/bg-book.jpg");
	background-size: cover;
}
/*
	.SMEL #content, .imaginaires #content, .Mémoire #content  {
		margin: 50px auto;
		overflow: hidden;
		max-height:850px;
		background: #fff url("../img/book_bg.jpg")repeat-y center 0;
		border:1px solid  #4B4B4B;
		overflow-y: scroll;
		scrollbar-width: thin;
		float:left;
		
	}
*/
.SMEL #content .blocks {
	margin: 60px 0 0 0;
}
#col-right {
	width: 530px;
	padding: 30px;
	margin: 0 0 0 5px;
	float: left;
	height: 850px;
}
#col-left {
	width: 535px;
	float: left;
	padding: 30px;
}
.breadcrumbs {
	display: none;
}
#table-matiere ul li {
	font-weight: bold;
}
#table-matiere ul li li {
	font-weight: normal;
}
@media(max-width:991px) {
	.dashboard-nav-inner {
		max-height: 900px;
		width: calc(100%+ 18px)
	}
}
header.fullwidth.dashboard .container {
	padding-left: 285px
}
.dashboard #logo {
	display: block;
	background-color: #333;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	margin: 0
}
.dashboard #logo a {
	margin-left: 33px;
	display: inline-block;
	height: 100%
}
.dashboard #logo a img {
	top: 50%;
	position: relative;
	transform: translate3d(0, -50%, 0)
}
#dashboard .copyrights {
	padding: 40px 0;
	margin: 0;
	display: block;
	text-align: left;
	border: none
}
.dashboard #logo a {
	display: none
}
.dashboard #logo a.dashboard-logo {
	display: inline-block
}
.dashboard-nav {
	background-color: #2a2a2a;
	display: block;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .12);
	z-index: 11
}
a.dashboard-responsive-nav-trigger {
	display: none
}
.dashboard-nav ul {
	list-style: none;
	padding: 0;
	margin: 15px 0 0
}
.dashboard-nav ul:before {
	content: attr(data-submenu-title);
	padding: 0 30px;
	margin-bottom: 5px;
	display: block;
	color: #999;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	letter-spacing: 1px
}
.dashboard-nav ul li {
	color: #eee;
	display: block;
	border-left: 3px solid transparent;
	transition: .3s;
	line-height: 24px;
	font-size: 15px
}
.dashboard-nav ul li a {
	color: #eee;
	display: block;
	padding: 11px 27px;
	transition: .3s;
	cursor: pointer
}
.dashboard-nav ul li a i {
	padding-right: 8px;
	width: 20px
}
.dashboard-nav ul li a:hover {
	color: #fff
}
.dashboard-nav ul li span.nav-tag {
	background-color: rgba(255, 255, 255, .2);
	font-family: open sans;
	font-weight: 600;
	display: inline-block;
	font-size: 11px;
	line-height: 20px;
	color: #fff;
	padding: 0;
	padding: 0 7px;
	box-sizing: border-box;
	text-align: center;
	min-width: 20px;
	height: 20px;
	letter-spacing: -.5px;
	text-align: center;
	border-radius: 50px;
	margin-left: 4px
}
.dashboard-nav ul li span.nav-tag.messages {
	top: -2px;
	position: relative
}
.dashboard-nav ul li span.nav-tag.messages, .dashboard-nav ul li span.nav-tag.green {
	background-color: #64bc36
}
.dashboard-nav ul li span.nav-tag.yellow {
	background-color: #b9be1c
}
.dashboard-nav ul li span.nav-tag.red {
	background-color: #ee3535
}
.dashboard-nav ul li ul {
	padding: 0;
	margin: 0;
	visibility: hidden;
	max-height: 0;
	opacity: 0;
	line-height: 0;
	transition: .2s
}
.dashboard-nav ul li.active ul {
	visibility: visible;
	padding: 0 0 15px;
	line-height: 24px;
	opacity: 1;
	max-height: 300px
}
.dashboard-nav ul li ul li {
	color: #eee;
	background-color: transparent;
	border: none;
	padding-left: 54px;
	position: relative;
	margin: 0
}
.dashboard-nav ul li ul li a {
	padding: 7px 0
}
.dashboard-nav ul li ul li:hover {
	color: #fff;
	border: none;
	background-color: transparent
}
.dashboard-nav ul li a:after {
	font-family: fontawesome;
	content: '\f107';
	right: 27px;
	font-size: 16px;
	position: absolute;
	transition: .2s;
	color: rgba(255, 255, 255, .5)
}
.dashboard-nav ul li.active a:after {
	transform: rotate(180deg)
}
.dashboard-nav ul li ul:before, .dashboard-nav ul li a:only-child:after {
	content: '';
	display: none
}
.dashboard-nav ul li ul li:hover a {
	padding-left: 4px
}
.dashboard-nav ul li.active, .dashboard-nav ul li:hover {
	color: #fff;
	border-color: #66676b;
	background-color: rgba(255, 255, 255, .05)
}
#dashboard #titlebar {
	padding: 0;
	margin: 0 0 40px;
	display: block;
	background-color: transparent;
	background: 0 0
}
#dashboard #titlebar h2 {
	font-size: 30px;
	line-height: 38px
}
.dashboard-stat {
	display: inline-block;
	padding: 0;
	height: 160px;
	background-color: #444;
	color: #fff;
	border-radius: 4px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	transition: .3s;
	cursor: default
}
.dashboard-stat:hover {
	transform: translateY(-4px)
}
.dashboard-stat-content {
	position: absolute;
	left: 32px;
	top: 50%;
	width: 45%;
	transform: translateY(-50%)
}
.dashboard-stat-content h4 {
	font-size: 42px;
	font-weight: 600;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: open sans;
	letter-spacing: -1px
}
.dashboard-stat-content span {
	font-size: 18px;
	margin-top: 4px;
	line-height: 24px;
	font-weight: 300;
	display: inline-block
}
.dashboard-stat-icon {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-40%);
	font-size: 80px;
	opacity: .3
}
.dashboard-stat.color-1 {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.2));
	background-color: #64bc36
}
.dashboard-stat.color-2 {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1));
	background-color: #363841
}
.dashboard-stat.color-3 {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3));
	background-color: #ffae00
}
.dashboard-stat.color-4 {
	background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1));
	background-color: #f3103c
}
#dashboard .pagination ul li a, #dashboard .pagination-next-prev ul li a {
	background-color: transparent
}
#dashboard .pagination ul li a.current-page, #dashboard .pagination .current, #dashboard .pagination ul li a:hover, #dashboard .pagination-next-prev ul li a:hover {
	background-color: #fff
}
/* CSS des 
carnets
 */
#content .sub-menu {
	display: none;
}
#carnets {
	margin: 50px 0 0 0;
}
#listeCarnets {
	margin: 50px 0 50px -35px;
}
#listeCarnets li {
	width: 300px;
	cursor: pointer;
	height: 200px;
	background: url("../img/fond-carnet.jpg") no-repeat 0 50px;
	cursor: pointer;
	display: block;
	float: left;
	margin: 20px 50px 30px 0;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
	font-weight: bold;
}
#listeCarnets li:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out;
	font-weight: bold;
}
#itemset-info {
	padding-top: 10px;
}
#itemset-info h4 {
	display: none;
}
#itemset-info {
	display: block;
	width: 600px;
	padding: 30px;
	margin: 40px auto;
	clear: both;
	background: rgba(00000, 0, 0, 0.5);
	color: white;
}
.itemset-wrap {
	background-image: url("../img/home_livrenum.jpg");
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-top: -30px;
	float: left;
}
#itemset-info .property:first-child .value:first-child {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
}
itemset-info .item .values {
	color: white!important;
}
#items-list {
	margin: 50px auto;
	overflow: hidden;
	max-height: 850px;
	width: 1080px;
	background: #fff url("../img/book_bg.jpg")repeat-y center 0;
	overflow-y: scroll;
	scrollbar-width: thin;
}
.img-descr {
	color: white !important;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3b3b3b;
	margin: -40px 0 30px 0;
}
.lSSlideWrapper, .lSSlideWrapper .lSFade {}
.img-descr p {
	font-size: 12.5px!important;
	max-width: 650px;
	display: block;
}
.item {
	width: 70%;
	float:right;
	display: block;
	margin-right:50px;
}
.img-right {
	float: right;
}
#items-list .item {
	display: block;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	float: left;
	padding: 30px;
	max-width: 550px;
}
#items-list .thumbnail-item {
	float: left;
	display: block;
	max-width: 150px;
	max-height: 110px;
	overflow: hidden;
	margin: 0 40px 0 0;
}
#items-list .thumbnail-item img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

}
/* CSS des 
events
 */
#blocks-event {
	width: 1100px;
	margin: 0 auto;
}
#blocks-event .wrap-event {
	width: 1100px;
	height: 220px;
	background-color: #E9E9E9;
	padding: 0;
	margin: 0 0 50px 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .07);
}
#blocks-event .wrap-event .outer {
	width: 300px;
	height: 230px;
	float: left;
	overflow: hidden;
	position: relative;
}
#blocks-event .wrap-event .cat {
	font-size: 13px!important;
	text-transform: uppercase;
	font-weight: 300;
	color: rgba(255, 255, 255, .9);
	background-color: rgba(255, 255, 255, 0.22);
	border-radius: 50px;
	font-size: 16px;
	padding: 5px 10px;
	transition: .4s;
	margin: 170px 0 0 20px;
	text-align: center;
	display: block;
	float: left;
	position: absolute;
}
.wrap-event:hover .cat {
	background-color: #c74f41!important;
}
#blocks-event .wrap-event .thumbnail {
	height: 220px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#blocks-event .wrap-event:hover .thumbnail {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
#blocks-event .wrap-event .type1 {
	background: url("../img/block-event1.png") no-repeat;
	cursor: pointer;
}
#blocks-event .wrap-event .type2 {
	background: url("../img/block-event2.png") no-repeat;
	cursor: pointer;
}
#blocks-event .wrap-event .type3 {
	background: url("../img/block-event3.png") no-repeat;
	cursor: pointer;
}
#blocks-event .wrap-event .info {
	display: block;
	margin: 20px 0 0 35px;
	float: left;
	width: 600px;
}
#blocks-event .wrap-event .info h3 {
	font-size: 17px;
}
#blocks-event .wrap-event ul {
	list-style-type: none;
	display: block;
	margin: 5px 0 20px 0!important;
	padding: 0;
}
#blocks-event .wrap-event .info li {
	font-size: 15px;
	margin: 0 0 10px 0;
}
#blocks-event .wrap-event .info i {
	color: #c74f41;
	margin-right: 20px;
}
#blocks-event .wrap-event .info li.adr::before {
	color: #c74f41;
	margin-right: 20px;
	content: "\f041";
	font-family: FontAwesome;
	margin-left: 3px;
}
#blocks-event .wrap-event .info li.date::before {
	color: #c74f41;
	margin-right: 20px;
	content: "\f073";
	font-family: FontAwesome;
}
#blocks-event .wrap-event .info .show {
	background-color: transparent;
	border: 1px solid #c74f41!important;
	border-top-color: rgb(255, 255, 255);
	border-right-color: rgb(255, 255, 255);
	border-bottom-color: rgb(255, 255, 255);
	border-left-color: rgb(255, 255, 255);
	color: #c74f41;
	float: left;
	text-align: center;
	padding: 15px 20px;
	border-radius: 50px;
	transition: all .3s;
	display: block;
}
#blocks-event .wrap-event .info .show:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
/* CSS des 
about
 */
#blocks-team h1 {
	text-align: center;
	font-size: 30px;
	margin-bottom: 5px;
}
#blocks-team h1::after {
	bottom: -16px;
	left: 2px;
	width: 60px;
	content: "";
	height: 2px;
	border-radius: 6px;
	background: #c74f41;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#blocks-about h1::after {
	left: 2px;
	width: 200px;
	content: "";
	height: 2px;
	border-radius: 6px;
	background: #c74f41;
	display: block;
	margin: 0 auto;
	text-align: center;
}
#blocks-team {
	width: 1050px;
	margin: auto;
}
.wrap-team {
	width: 300px;
	float: left;
	margin: 0 30px 30px 0;
}
.wrap-team .thumbnail {}
.wrap-team .thumbnail {
	width: 300px;
	cursor: pointer;
	height: 300px;
	cursor: pointer;
	display: block;
	float: left;
	margin: 20px 50px 30px 0;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0s, opacity 300ms;
	font-weight: bold;
}
.wrap-team .thumbnail:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: opacity .50s ease-in-out;
	-moz-transition: opacity .50s ease-in-out;
	-webkit-transition: opacity .50s ease-in-out;
	font-weight: bold;
}
.wrap-team .type1 {
	background: url("../img/team_misc.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type2 {
	background: url("../img/team_jmlarue.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type3 {
	background: url("../img/team_sszoniecky.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type4 {
	background: url("../img/team_ecaccamo.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type5 {
	background: url("../img/team_misc.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type5 {
	background: url("../img/team_frichert.jpg") no-repeat;
	cursor: pointer;
}
.wrap-team .type6 {
	background: url("../img/team_etadier.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type7 {
	background: url("../img/team_misc.png") no-repeat;
	cursor: pointer;
}
.wrap-team .type8 {
	background: url("../img/team_misc.png") no-repeat;
	cursor: pointer;
}
.outer-contact {
	width: 100%;
	background: white;
	float: left;
	border-bottom: 1px solid #BEBEBE;
	margin-top: 50px;
	padding-bottom: 50px 0;
}
#contact-us h1 {
	font-size: 25px;
	margin-bottom: 50px;
}
#contact-us {
	width: 1050px;
	margin: 50px auto;
}
#contact-us .col-left {
	float: left;
	width: 25%;
}
#contact-us .col-left ul {
	margin: 10px 0 0 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 35px;
}
#contact-us .col-left li.phone::before {
	color: #c74f41;
	margin-right: 20px;
	content: "\f10b";
	font-family: FontAwesome;
	font-size: 30px;
	display: block;
	float: left;
	padding: 0 0 0 3px;
}
#contact-us .col-left li.mail::before {
	color: #c74f41;
	margin-right: 20px;
	content: "\f003";
	font-family: FontAwesome;
	font-size: 18px;
	display: block;
	float: left;
}
#contact-us .col-left li.web::before {
	color: #c74f41;
	margin-right: 20px;
	content: "\f08e";
	font-family: FontAwesome;
	font-size: 20px;
	display: block;
	float: left;
}
#contact-us .col-right {
	display: inline-block;
	width: 65%;
	margin-left: 100px;
}
#contact {
	width: 500px;
}
#contact textarea, #contact input, .widget .search-blog-input input {
	transition: box-shadow .2s !important;
}
#contact input {
	margin-bottom: 25px;
}
input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	height: 51px;
	line-height: 51px;
	padding: 0 20px;
	outline: none;
	font-size: 15px;
	color: gray;
	margin: 0 0 16px;
	margin-bottom: 16px;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
	font-weight: 500;
	opacity: 1;
	border-radius: 3px;
	display: block;
}
#contact textarea {
	min-height: 200px;
}
.row {
	margin: 0 -15px;
}
.col-2 div {
	width: 50%;
	float: left;
	padding: 0 15px;
}
#contact input.button.submit {
	margin-bottom: 10px;
	line-height: 18px;
	height: 49px;
	transition: all .25s !important;
	width: 40%;
	background-color: #c74f41;
	top: 0;
	padding: 9px 20px;
	color: #fff;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	transition: all .2s ease-in-out;
	cursor: pointer;
	margin-left: 0!important;
	border: none;
	border-radius: 50px;
}
#contact input[type="submit"].submit:hover {
	opacity: .92;
}
/* Create styles for wrapper */
.hypothesis-container {
	position: sticky;
	left: 0;
	top: 30px;
}
.hypothesis-container .h-sidebar-iframe {
	/* Stuff found in default stylesheet */
	margin: 0;
	margin-left: 0px;
	padding: 0;
	border: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #ececec;
	direction: ltr;
	background: none;
	font-size: 14px;
	line-height: 20px;
	z-index: 2147483647;
	/* Custom stuff for demo */
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
	border: 0;
	height: 80vh;
	width: 100%;
}
/* highlight marks on the page */
.annotator-hl, body.annotator-highlights-always-on .annotator-hl {
	background-color: rgba(0, 255, 10, .8);
}
/* intensify when current highlight is focused */
body.annotator-highlights-always-on .annotator-hl.annotator-hl-focused {
	background-color: rgba(0, 255, 10, 1);
}
#blocks-apropos {
	width: 960px;
	margin: 0 auto;
}
.lSSlideOuter {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	z-index: 0;
	margin: -30px -50vw 0 -50vw;
	overflow: visible;
}
.lSSlideOuter ul.lSPager.lSGallery {
	background-color: grey;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	padding: 20px !important;
	margin-top: -32px !important;
}
.lSAction > .lSPrev {
	left: 30px!important
}
.lSAction > .lSNext {
	right: 30px!important
}
.item h4, .billets-collection h4 {
	color: #c74f41;
	clear: both;
	margin-top: 50px;
}
.item h4::after, .billets-collection h4::after {
	margin-top: 14px;
	width: 30px;
	content: "";
	height: 1px;
	border-radius: 6px;
	background: #c74f41;
	display: block;
}
.item .Titre h4 {
	display: none;
}
.item .Titre .values {
	font-size: 35px;
	line-height: 36px;
	margin: 1px 0;
	margin: 30px 0 20px 0;
	text-transform: uppercase;
}
.item .Créateur h4 {
	display: none;
}
.item .Créateur .values {
	font-size: 14px;
	font-weight: bold;
}
.item .Sujet, .item .hasKeyword {
	padding-bottom: 30px;
}
.item .contenu, .item .hasKeyword {
	text-align: justify;
}
.item .Sujet .values .value, .item .hasKeyword .values .value {
	float: left;
	padding: 5px;
	padding: 8px 16px;
	font-size: 10px;
	letter-spacing: 1.5px;
	border-radius: 50px;
	text-transform: uppercase;
	background-color: #c74f41;
	color: white;
	margin: 0 10px 10px 0;
}
.item .Sujet .values {
	padding-bottom: 50px;
}
#wrap-item {
	background-color: white;
	margin-bottom: 30px;
	float: left;
}
/*sidebar*/
#sidebar {
	float: left;
	width: 20%!important;
	background-color: #313131;
	
}
#sidebar ul {list-style-type: none;}
#sidebar h5 {
	color: #787878;
	margin:20px 0 0 20px;
}
#wrapper-list-thesaurus {
	background-color: #f6f6f6;
	border-radius: 7px;
	padding-bottom: 0px;
	margin-top: 30px;
}
#main-nav {}
#main-nav li {}
#main-nav li a:hover, #sub-menu_item li a:hover  {
	background-color: #4B4B4B;
}
#main-nav a:hover, #sub-menu_item a:hover  {
	color: white;
}
#main-nav li a, #sub-menu_item li a  {
	color: #D9D9D9;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 7px;
	width: 100%;
	display: block;
	padding: 10px 20px!important;
	
	
}
#sub-menu_item ul {
	padding-left:0;

}
.sub-menu_item ul li, #wrapper-list-thesaurus ul li {
	
}
.sub-menu_item ul li:last-child, #wrapper-list-thesaurus ul li:last-child {
	
}
.sub-menu_item ul li a, #wrapper-list-thesaurus ul li a {
	
}
@media screen and (max-width: 61.75em) {
	.bb-custom-side {
		font-size: 70%;
	}
}
@media screen and (max-width: 33em) {
	.bb-custom-side {
		font-size: 60%;
	}
}
/* Style pour le thesaurus */
#wrapper-thesaurus {
	padding: 50px;
	background-color: white;
}
#content-thesaurus {
	float: right;
	width: 650px;
	margin: 0 40px;
}
#content-thesaurus p {
	text-align: justify!important;
}
#wrapper-list-thesaurus {
	float: left;
	margin: 240px 0 0 50px;
}
#list-thesaurus-bottom, #wrapper-item-bottom {
	background-color: #f7f7f7;
	margin-bottom: 50px;
	display: block;
	float: left;
	box-shadow: 0 -5px 5px -5px #f7f7f7;
	padding-top: 30px;
}
#list-thesaurus-bottom .resource {
	float: left;
	padding: 10px;
	margin: 20px 10px 0 30px;
}
#list-thesaurus-bottom .link-item {
	display: block;
	text-align: center;
	font-size: 13px;
	max-width: 300px;
	margin-top: 10px;
}
#wrapper-item-bottom img:hover {}
#list-thesaurus-bottom .img-item {
	height: 165px;
	overflow: hidden;
}
#list-thesaurus-bottom img {
	width: 300px;
}
#content-thesaurus .title-center p {
	text-align: center!important;
}
#wrapper-item-bottom .item-bottom {
	display: inline-block;
	padding: 10px;
	margin: 20px 10px 0 30px;
}
#wrapper-item-bottom .link-item {
	display: block;
	text-align: center;
	font-size: 13px;
	max-width: 300px;
	margin-top: 10px;
}
#wrapper-item-bottom img:hover, #list-thesaurus-bottom img:hover {
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s
}
#wrapper-item-bottom .img-item {
	height: 165px;
	overflow: hidden;
}
.item-bottom img, #list-thesaurus-bottom img {
	width: 300px!important;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#wrapper-item-bottom .title-center p {
	text-align: center!important;
}
.Sujet .values p a {
	color: white!important;
}
#inner-page {float:right; background-color:white; width:80%; padding:50px;}
#inner-page p {text-align:justify!important;}
