.row-no-padding [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.row-sm-padding [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.row-no-marge [class*="col-"] {
	margin-left: 0;
	margin-right: 0;
}
.glyphicon {
	vertical-align: -2px;
}
.fa-center {
	position: absolute;
	width: 20%;
	margin-left: 40%;
	margin-top: 40%;
}
.pagination-xs > li > a,
.pagination-xs > li > span {
	font-size: 12px;
	line-height: 1.5;
	padding: 3px 6px !important;
}
.hr {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 1px 0 0;
	margin-bottom: 20px;
	margin-top: 20px;
}
.pagect,
.modvignette {
	position: relative;
}
.modcontent .form-group,
.modcontent .form-group .input-group {
	width: 100%;
}
.table-bordered {
	border: 0px;
}
.inline {
	display: inline-block;
}
.full {
	width: 100%;
	height: auto;
}
button span.glyphicon:hover {
	cursor: pointer;
}
.no-link span {
	clear: both;
	color: #777;
	display: block;
	font-weight: normal;
	line-height: 1.42857;
	padding: 3px 20px;
	white-space: nowrap;
	cursor: default;
}
.input-list {
	padding: 3px 20px;
}
li.link-nostyle a:hover,
li.link-nostyle a:focus {
	background: transparent !important;
	text-decoration: underline !important;
}
.cursor {
	cursor: default !important;
}
.nav-list li a {
	padding: 2px 0;
}
.nav-list li a:hover,
.nav-list li a:focus,
.nav-list li a:active {
	background: transparent;
	text-decoration: underline;
}
.relative {
	position: relative;
}
.abs {
	position: absolute;
}
.opac-fade {
	opacity: 1;
	transition: all 0.8s ease 0s;
}
.cache {
	opacity: 0;
	position: absolute !important;
	z-index: -5;
}
.label-nouveaute {
	background-color: #ffc401;
	border-color: #faebcc;
	color: #333333 !important;
}
.label-pnb,
.label-joomla,
.label-suggestion {
	background-color: #ccc;
	border-color: #ccc;
	color: #333333 !important;
}
.label-ged {
	background: #333;
}
.label-commande {
	background-color: #ffc401;
	border-color: #faebcc;
	color: #333333 !important;
}
[class*="icocdc-"] {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #333333;
	padding: 3px 6px 0 5px;
	min-width: 25px;
	min-height: 25px;
}
.icocdc-bib {
	background: none repeat scroll 0 0 #ffffff;
	color: #333333;
}
.icocdc-adh {
	background: none repeat scroll 0 0 #666666;
	color: #ffffff;
}
.abs-inbloc-mid {
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 50;
}
.abs-inbloc-top-gche {
	left: 0;
	position: absolute;
	top: 0;
}
.abs-inbloc-top-drte {
	position: absolute !important;
	right: 0;
	top: 0;
	z-index: 50;
}
.abs-inbloc-bas-gche {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 50;
}
.abs-inbloc-bas-gche.line div {
	float: left;
	z-index: 50;
}
.abs-inbloc-bas-drte {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 50;
}
.nopaddingright {
	padding-right: 0 !important;
}
.dropdown-menu > li > input {
	margin-left: 10px;
	margin-right: 5px;
}
.dropdown-menu > li:hover,
.dropdown-menu > li input:hover,
.dropdown-menu > li label:hover {
	cursor: pointer;
}
.btn.btn-chk {
	padding: 4px 8px 3px;
}
.input-group input.form-control.required + span.input-group-btn {
	border-left: 1px solid;
}
.field-calendar {
	position: relative;
}
.field-calendar .btn.btn-secondary {
	position: absolute;
	top: 0;
	right: 0;
}
.tri-nbrrslt,
.select-opac {
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px !important;
	position: relative;
	width: 100%;
	z-index: 1;
}
.tri-nbrrslt:hover,
.select-opac:hover {
	border-color: #999;
}
.tri-nbrrslt:before,
.select-opac:before {
	color: #333;
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	height: 100%;
	line-height: 2.5em;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 1em;
	z-index: -1;
	content: "\f0d7  ";
}
.tri-nbrrslt select,
.select-opac select {
	background-color: transparent;
	border: 0 none;
	box-shadow: none;
	color: #333;
	display: block;
	font-size: 100%;
	line-height: normal;
	margin: 0;
	padding: .5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 32px !important;
	cursor: pointer;
}
.select-opac select {
	width: inherit !important;
}
.tri-nbrrslt select[disabled="disabled"],
.select-opac select[disabled="disabled"] {
	cursor: no-drop;
	background-color: #eee;
}
.tri-nbrrslt select::-ms-expand,
.select-opac select::-ms-expand {
	display: none;
}
.tri-nbrrslt select:focus,
.select-opac select:focus {
	outline: none;
}
option {
	margin-bottom: 2px;
}
:-moz-any(.select-opac):before {
	background-color: #fff;
	pointer-events: none;
	z-index: 1;
}
:-moz-any(.tri-nbrrslt):before {
	background-color: #fff;
	pointer-events: none;
	z-index: 1;
}
.opacgroup div .select-opac,
.opacgroup div input {
	border-radius: 0 0 0 0;
	border-right: 0px;
}
.opacgroup div:first-child .select-opac,
.opacgroup div:first-child input {
	border-radius: 0px;
}
.opacgroup div:nth-last-child(2) .select-opac,
.opacgroup div:nth-last-child(2) input {
	border-right: 1px solid #cccccc;
}
.opacgroup div input.btn {
	width: 100%;
}
.form-group.opacgroup div {
	padding: 0px;
}
.opac-group:last-child span.input-group-addon {
	border-left: 0 none;
}
.opac-group .input-group-addon {
	padding: 0 12px;
	background: #FFFFFF;
}
.opac-group .input-group-addon:first-child {
	border-right: 1px solid #ccc;
}
.select-opac.input-group-addon > select {
	border-left: 1px solid #ccc;
}
.input-group .form-control.form-file {
	margin: 0;
	padding: 0 0 34px;
}
.opac-detntc .detntc-ligne-btn .btn-sm {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.opac-detntc .detntc-ligne-btn .btn-sm.panier-disabled,
.opac-detntc .detntc-ligne-btn .btn-sm.btn-warning {
	padding: 6px 10px;
}
.btnround {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 50px;
	box-shadow: 0 3px 2px -1px #000;
	font-size: 30px;
	line-height: 0;
	padding: 10px 20px;
	text-align: center;
}
.btn-transparent {
	opacity: 0.8;
}
.btn.btn-circle:hover {
	background: #1976D3;
	color: #ffffff;
}
.btn-circle-mini {
	border-radius: 100%;
	height: 25px;
	padding: 0;
	width: 25px;
}
.list-group.no-border a {
	border: 0 none;
	padding-left: 0;
	padding-right: 0;
}
.bloc-action.col-sm-12 {
	position: absolute;
	top: 21px;
}
.bloc-action.col-sm-12.slidein {
	margin: inherit;
}
.bloc-material {
	overflow: hidden;
	position: relative;
}
.bloc-material .btn-circle {
	top: 5px;
	right: 1px;
	border: 1px solid #ccc;
}
.bloc-container {
	margin-left: 10px;
}
.bloc-action {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #e0e0e0;
	left: 100%;
	margin-top: 12px;
	min-height: 100%;
	opacity: 0;
	padding: 3% 6% 3% 3%;
	position: absolute;
	transition: all 0.5s ease 0s;
}
.opac-detntc .bloc-action {
	top: 30px;
	z-index: 2;
}
.opac-detntc .bloc-material {
	padding-bottom: 30px;
}
.action-cdc,
.action-tag,
.action-note,
.action-cmt {
	min-height: 80px;
}
.form-action .alert {
	float: left;
	padding: 5px;
}
.rotate span.glyphicon {
	transform: rotate(45deg);
	transition: all 0.8s ease 0s;
}
.btn.btn-circle.btn-warning.rotate span {
	padding: 3px;
}
.opac-detntc .slidein {
	left: 0;
	margin-bottom: 20px;
	margin-top: 30px;
	opacity: 1;
	position: relative;
	width: 100%;
}
.slidein {
	left: 27%;
	margin-bottom: 30px;
	opacity: 1;
	position: relative;
	width: 73%;
	box-shadow: 5px 0 20px -12px #555;
}
.rslt-item .slidein {
	left: 1%;
	opacity: 1;
	position: relative;
	top: 34px;
	width: 107%;
	margin-bottom: 41px !important;
}
.opac-detntc .slidein {
	left: 0;
	margin-bottom: 20px;
	margin-top: 30px;
	opacity: 1;
	position: relative;
	width: 100%;
}
.cdc-user {
	margin: 3px 0 5px;
}
.action-cmt textarea {
	min-height: 194px;
}
.cdc-btn.active {
	box-shadow: 0 0 0 0 #000;
	color: #ffffff;
	background: red;
	border-color: red;
}
.bloc-carte > img {
	width: 100%;
}
.rating .glyphicon {
	font-size: 35px;
}
.cdc-btn.active .glyphicon.glyphicon-heart {
	color: #f70;
}
.cdc-user .glyphicon.glyphicon-heart {
	margin-right: 5px;
}
.tri-pagi.pagination .pagination,
.tri-pagi.pagination {
	margin: 0px 0px 10px 0px;
}
.pagination .btn.pagi button.btn {
	padding-right: 25px;
}
.dropdown.btn.btn-default.pagi {
	border: 0 none;
	padding: 0;
}
.dropdown.btn.btn-default.pagi .btn {
	border-radius: 0px;
}
.dropdown.btn.btn-default.pagi a.btn {
	border: 0 none;
	border-radius: 0;
	clear: both;
	display: block;
	float: none;
	padding: 2px 0;
	width: 100%;
}
.dropdown.btn.btn-default.pagi .btn span.caret {
	margin-left: 5px;
}
.dropdown.btn.btn-default.pagi ul.dropdown-menu {
	border: 1px solid #ccc;
	min-width: 0;
	padding: 1px;
	text-align: center;
	width: 100%;
}
.btntit {
	text-align: right;
	width: auto;
	float: right;
}
.pagect .page-header h2 {
	float: left;
}
.abosel-btn,
.abomel-btn,
.toolbar-btn,
.aide-opac-btn,
.imp-btn,
.layoutchange-btn {
	display: inline-block;
}
.label.label-clr1,
.rsv-web {
	background: #DBEAF9;
	color: #20364C !important;
}
.label.label-clr2,
.pret-prol,
.rsv-affecte {
	background: #D2EFCB;
	color: #3A5E32 !important;
}
.label.label-clr3,
.pret-resa,
.rsv-transit {
	background: #F4EED9;
	color: #564921 !important;
}
.label.label-clr4 {
	background: #E5DCE8;
	color: #37153F !important;
}
.label.label-clr4,
.rsv-demande {
	background: #e9f2a9;
	color: #5C5C05 !important;
}
.label.label-clr5,
.pret-retard {
	background: #D9534F;
	color: #FFF !important;
}
.label.label-clr5 a,
.pret-retard a {
	color: #FFF !important;
}
.label.pret-facture {
	background: #b62ca3;
}
tr.pret-facture {
	background: #b62ca3;
	color: #FFF !important;
}
tr.pret-facture a {
	color: #FFF;
}
.opac-adh .blocprets h2 {
	margin-top: 0;
}
.opac-adh table tbody tr:first-child td {
	border-top: 0px;
}
.opac-adh .blc-vignette,
.opac-prets .blc-vignette,
.opac-resas .blc-vignette {
	margin: 0 auto 5px;
}
.opac-prets .list-light .detntc-content.pret-facture h3 a,
.opac-prets .list-light .detntc-content.pret-facture .label-facture {
	color: #b62ca3;
}
.blocprets {
	margin-bottom: 30px;
}
.opac-adh .detntc-tit {
	margin-bottom: 10px;
}
.opac-adh .detntc-ligne-btn {
	margin-top: 0;
}
.blocprets,
.blocresas {
	border-top: 1px solid #e0e0e0;
	margin-top: 10px;
}
.libellefam {
	background: #f9f9f9 none repeat scroll 0 0;
	border-color: #e0e0e0;
	border-radius: 0;
	border-style: solid solid none none;
	border-width: 1px 1px 0 0;
	display: inline-block;
	min-width: 150px;
	padding: 0 10px;
	text-align: left;
}
.blocprets h2,
.blocresash2 {
	padding-top: 20px;
}
.comut {
	padding-top: 15px;
}
.comut .btn.active::before {
	background: #333333 none repeat scroll 0 0;
	border-radius: 50px;
	bottom: -8px;
	content: "";
	height: 15px;
	left: 28px;
	position: absolute;
	width: 15px;
	box-shadow: 0 0 0 #fff;
	background: #F0F0F0;
}
.comut .btn {
	border-bottom: 1px solid;
	background: #F0F0F0;
	box-shadow: 0 0 0 #fff;
	padding-bottom: 15px;
}
.comut .btn:hover {
	background: #F0F0F0;
	color: #333333;
}
.table-prets .ico-sup,
.table-resas .ico-sup {
	font-size: 40px;
}
.form-ligne-btn {
	text-align: right;
}
.btn-aideopac .glyphicon {
	border-radius: 4px;
	padding: 10px;
}
.bloc-critsec {
	background: none repeat scroll 0 0 #f5f5f5;
	border-radius: 4px;
	margin-top: 25px;
	padding: 10px;
}
span.bloc-critsec-label {
	text-align: left;
	display: block;
}
.bloc-critsec .crit_second {
	margin-bottom: 5px;
	margin-right: 10px;
}
.autocomplete-suggestions {
	padding: 0 15px;
	box-sizing: padding-box;
}
.autocomplete-suggestions {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #999;
	box-shadow: 1px 4px 3px rgba(50,50,50,0.64);
	cursor: default;
	overflow: auto;
}
.autocomplete-selected {
	background: #F0F0F0;
}
.form-rech {
	margin-top: 15px;
}
.rech-simple-submit {
	margin-bottom: 15px;
}
.tri-totalslt {
	font-size: 12px;
	font-style: italic;
	float: left;
}
.rslt-lbl-mode-etendu,
.rslt-dym {
	font-size: 12px;
	font-style: italic;
	float: left;
}
.rslt-lbl-etendre {
	font-size: 12px;
	font-style: italic;
	float: left;
}
.rslt-lbl-spellcheck {
	font-weight: bold;
	float: left;
}
.rslt-btn-modif,
.rslt-btn-switch {
	text-align: right;
	margin-top: 20px;
}
.rslt-list {
	margin-top: 20px;
}
.rslt-list .vignette {
	max-height: 300px;
}
.rslt-item {
	border: 1px solid #e0e0e0;
	margin: 10px 0;
	padding: 17px 0 0;
	position: relative;
}
.rslt-item .blc-vignette {
	margin-bottom: 15px;
}
.rslt-item .blc-vignette img {
	height: auto;
	width: 100%;
}
.rslt-item .detntc-ligne-btn {
	padding: 8px 0;
	margin: 15px 0 0 0;
	border: 0px;
}
.rslt-tri .dropdown button {
	width: 100%;
	text-align: left;
}
.rslt-tri .dropdown button span.caret {
	position: absolute;
	right: 10px;
	top: 15px;
}
.rslt-item .btn-circle {
	position: relative;
}
.checkvign {
	padding-top: 5px;
}
.blc-vignette {
	border: 1px solid #fff;
	box-shadow: 1px 1px 10px -6px #333;
}
.opac-detntc .blc-vignette {
	margin-top: 15px;
}
.vignette-item.nav.nav-stacked.vign-selected {
	border: 1px solid #aaa;
	box-shadow: 0 0 20px -7px rgba(0,0,0,0.4) inset;
}
.rslt-modif {
	background: #999999 none repeat scroll 0 0;
	border: 1px solid;
	padding: 10px;
	position: relative;
	border-radius: 4px;
	margin-top: 10px;
}
.rslt-modif h3 {
	color: #FFFFFF;
}
.vignette span.ico-sup,
.ligne-item span.ico-sup {
	background: #fff none repeat scroll 0 0;
	border-radius: 100px;
	box-shadow: 1px 3px 10px -6px #333;
	font-size: 75px;
	display: inline-block;
	margin: 40px 20px;
	width: 77px;
}
.detntc-tit .ico-sup {
	vertical-align: middle;
	font-size: 33px;
	display: none;
}
.vignette {
	text-align: center;
	position: relative;
	background: #f3f3f3 none repeat scroll 0 0;
}
.bloc-vign-action .btnlist a.btn {
	padding: 0px;
}
.bloc-vign-action .btnlist a.btn span {
	padding: 2px;
	white-space: break-spaces;
}
.bloc-vign-action ul li .btn-default {
	background: transparent;
	border: 0px;
	color: initial;
}
.bloc-vign-action ul li .btn-default:hover,
.bloc-vign-action ul li .btn-default:focus,
.bloc-vign-action ul li .btn-default:active {
	background: transparent;
	border: 0px;
	box-shadow: none;
	color: initial;
}
.opac-detntc .vignette {
	padding-top: 0px;
}
.bloc-material .vignette span.ico-sup {
	top: 10px;
	margin-bottom: 50px;
}
.detntc-ligne-btn .btn-sm-check {
	float: left;
}
.btn-check {
	padding: 5px 8px;
}
.finrslt-pagi {
	text-align: right;
}
.finrslt-pagi .pagination {
	margin-top: 0px;
}
.bloc-vign .ntc-champ-label {
	min-width: auto;
}
.bloc-vign-auteur,
.bloc-vign-editeur,
.bloc-vign h4 {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0px 5px;
	margin: 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	line-height: 18px;
}
.bloc-vign h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.blog-vign-item {
	background: none repeat scroll 0 0 #e9e9e9;
	border-radius: 4px;
	overflow: hidden;
	padding-bottom: 5px;
	margin: 10px 0;
}
.blog-vign-item {
	background: none repeat scroll 0 0 #e9e9e9;
}
.bloc-vign-action {
	position: relative;
	margin-top: 9px;
}
.bloc-vign-action .btn-circle {
	position: relative;
}
div.detail-vign {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.blog-vign-item {
	position: relative;
}
.vign-panel-btn {
	background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: 0;
	text-align: center;
	opacity: 0;
	transition: all 0.8s;
}
.cadre-panel-btn {
	margin-top: 30%;
}
.vign-panel-btn:hover {
	opacity: 1;
	visibility: visible;
	transition: all 0.8s;
}
.vign-panel-btn .btn {
	width: 80%;
	margin-top: 5px;
}
.popover-vign .col-sm-6 {
	width: 100% !important;
}
.popover-content {
	padding: 10px;
}
.popover-content .action-cdc,
.popover-content .action-tag,
.popover-content .action-note,
.popover-content .action-cmt {
	min-height: 0;
	margin: 0;
}
.popover {
	min-width: 307px;
}
.popover .rating .glyphicon {
	font-size: 25px;
}
.popover .rating:not(:checked) > label {
	padding: 0px;
	font-size: 100%;
	margin: 0;
}
.popover .action-note.btn.btn-default {
	padding: 4px 10px 2px 12px;
}
.popover .cdc-user {
	margin: -1px;
}
.popover .action-note.btn.btn-default:hover {
	background: transparent;
}
.opac-rslt .item-rslt-perso {
	margin-bottom: 25px;
	border-bottom: 1px solid;
	padding-bottom: 25px;
}
.opac-rslt .item-rslt-perso .avg-color {
	padding: 30px;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-vignette {
	position: relative;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-vignette .item-rslt-perso-couv {
	text-align: center;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-vignette .item-rslt-perso-couv a:hover {
	text-decoration: none;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-vignette .item-rslt-perso-couv a .ico-sup {
	display: block;
	font-size: 100px;
	padding: 50px 0;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-vignette .item-rslt-perso-couv a img {
	height: auto;
	width: 100%;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-vignette .item-rslt-perso-cdc {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 50;
}
.opac-rslt .item-rslt-perso .couv-enri {
	width: 100%;
	height: auto;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-tit-dispo {
	margin-bottom: 25px;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-tit-dispo .inline {
	display: inline;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-tit-dispo .item-rslt-perso-title {
	margin-right: 10px;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-tit-dispo .ico-sup {
	vertical-align: middle;
	font-size: 33px;
	display: none;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-fields {
	margin-top: 25px;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-fields .item-rslt-perso-field {
	margin: 0 0 5px 0;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-fields .item-rslt-perso-field .item-rslt-perso-field-label {
	font-weight: bold;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-btn-ligne {
	margin: 20px 0 0 0;
	border-top: 1px solid;
	padding: 10px 0;
	text-align: right;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-btn-ligne .btn.btn-default,
.opac-rslt .item-rslt-perso .item-rslt-perso-btn-ligne .btn-group {
	margin-left: 5px;
	position: inherit;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-btn-ligne .btn.btn-default .btn.btn-default,
.opac-rslt .item-rslt-perso .item-rslt-perso-btn-ligne .btn-group .btn.btn-default {
	margin-left: 0px;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-btn-ligne .btn.btn-default .bloc-action,
.opac-rslt .item-rslt-perso .item-rslt-perso-btn-ligne .btn-group .bloc-action {
	top: -30px;
	left: -10px;
}
.opac-rslt .item-rslt-perso .item-rslt-perso-btn-ligne .btn.btn-sm.btn-default.btn-check.hasTooltip {
	padding: 3px 8px;
	float: left;
	margin: 0;
}
.opac-rslt .item-rslt-perso .bloc-grid-header,
.opac-rslt .item-rslt-perso .bloc-grid-middle,
.opac-rslt .item-rslt-perso .bloc-grid-footer {
	position: relative;
	z-index: 2;
}
.opac-rslt .item-rslt-perso .blur_back {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	right: 0;
	width: 100%;
	filter: opacity(10%);
	-webkit-filter: opacity(10%);
	overflow: hidden;
}
.opac-rslt .item-rslt-perso .blur_back img {
	display: block;
	width: 100%;
	height: auto;
}
.opac-rslt .item-rslt-perso.gradient-bottom {
	background-image: linear-gradient(to bottom,#f1f9f6 50%,transparent 100%);
}
.opac-detntc .item-detntc-perso {
	margin-top: 15px;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-vignette {
	position: relative;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-vignette .item-detntc-perso-couv {
	text-align: center;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-vignette .item-detntc-perso-couv a:hover {
	text-decoration: none;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-vignette .item-detntc-perso-couv a .ico-sup {
	display: block;
	font-size: 100px;
	padding: 50px 0;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-vignette .item-detntc-perso-couv a img {
	height: auto;
	width: 100%;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-vignette .item-detntc-perso-cdc {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 50;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-vignette .item-detntc-perso-icosup {
	margin: -30px 0 0px;
	text-align: center;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-vignette .item-detntc-perso-icosup .ico-sup {
	vertical-align: middle;
	display: none;
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 1px 1px 1px #000000;
	font-size: 35px;
	padding: 10px;
}
.opac-detntc .item-detntc-perso .couv-enri {
	width: 100%;
	height: auto;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-outils {
	text-align: right;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-tit-dispo {
	margin-bottom: 25px;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-tit-dispo .inline {
	display: inline;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-tit-dispo .item-detntc-perso-title {
	margin-right: 10px;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-fields {
	margin-top: 25px;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-fields .item-detntc-perso-field {
	margin: 0 0 5px 0;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-fields .item-detntc-perso-field .item-detntc-perso-field-label {
	font-weight: bold;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-retour {
	text-align: right;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-retour a {
	color: #FFFFFF;
	text-decoration: none;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-retour a:hover {
	text-decoration: underline;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-ligne {
	margin: 20px 0 0 0;
	border-top: 1px solid;
	padding: 10px 0;
	text-align: right;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-ligne .btn.btn-default,
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-ligne .btn-group {
	margin-left: 5px;
	position: inherit;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-ligne .btn.btn-default .btn.btn-default,
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-ligne .btn-group .btn.btn-default {
	margin-left: 0px;
}
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-ligne .btn.btn-default .bloc-action,
.opac-detntc .item-detntc-perso .item-detntc-perso-btn-ligne .btn-group .bloc-action {
	top: -30px;
	left: -10px;
}
.opac-detntc .item-detntc-perso .bloc-grid {
	z-index: 2;
}
.opac-detntc .item-detntc-perso .blur_back {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 100%;
	filter: opacity(10%);
	-webkit-filter: opacity(10%);
	overflow: hidden;
}
.opac-detntc .item-detntc-perso .blur_back img {
	display: block;
	width: 100%;
	height: auto;
}
.opac-detntc .item-detntc-perso.gradient-bottom {
	background-image: linear-gradient(to bottom,#f1f9f6 50%,transparent 100%);
}
.opac-prets .item-pret-perso {
	margin-bottom: 25px;
	border-bottom: 1px solid;
	padding-bottom: 25px;
}
.opac-prets .item-pret-perso .item-pret-perso-vignette {
	position: relative;
}
.opac-prets .item-pret-perso .item-pret-perso-vignette .item-pret-perso-couv {
	text-align: center;
}
.opac-prets .item-pret-perso .item-pret-perso-vignette .item-pret-perso-couv a:hover {
	text-decoration: none;
}
.opac-prets .item-pret-perso .item-pret-perso-vignette .item-pret-perso-couv a .ico-sup {
	display: block;
	font-size: 100px;
	padding: 50px 0;
}
.opac-prets .item-pret-perso .item-pret-perso-vignette .item-pret-perso-couv a img {
	height: auto;
	width: 100%;
}
.opac-prets .item-pret-perso .item-pret-perso-vignette .item-pret-perso-cdc {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 50;
}
.opac-prets .item-pret-perso .item-pret-perso-title {
	margin-bottom: 25px;
}
.opac-prets .item-pret-perso .item-pret-perso-title .inline {
	display: inline;
}
.opac-prets .item-pret-perso .item-pret-perso-title .item-rslt-perso-title {
	margin-right: 10px;
}
.opac-prets .item-pret-perso .item-pret-perso-title .ico-sup {
	vertical-align: middle;
	font-size: 33px;
	display: none;
}
.opac-prets .item-pret-perso .item-pret-perso-fields {
	margin-top: 25px;
}
.opac-prets .item-pret-perso .item-pret-perso-fields .item-pret-perso-field {
	margin: 0 0 5px 0;
}
.opac-prets .item-pret-perso .item-pret-perso-fields .item-pret-perso-field .item-pret-perso-field-label {
	font-weight: bold;
}
.opac-prets .item-pret-perso .item-pret-perso-btn-ligne {
	margin: 20px 0 0 0;
	border-top: 1px solid;
	padding: 10px 0;
	text-align: right;
}
.opac-prets .item-pret-perso .item-pret-perso-btn-ligne .btn.btn-default,
.opac-prets .item-pret-perso .item-pret-perso-btn-ligne .btn-group {
	margin-left: 5px;
	position: inherit;
}
.opac-prets .item-pret-perso .item-pret-perso-btn-ligne .btn.btn-default .btn.btn-default,
.opac-prets .item-pret-perso .item-pret-perso-btn-ligne .btn-group .btn.btn-default {
	margin-left: 0px;
}
.opac-prets .item-pret-perso .item-pret-perso-btn-ligne .btn.btn-default .bloc-action,
.opac-prets .item-pret-perso .item-pret-perso-btn-ligne .btn-group .bloc-action {
	text-align: left;
	top: -30px;
	left: -10px;
	z-index: 1;
}
.opac-prets .item-pret-perso .item-pret-perso-btn-ligne .item-pret-perso-lib-fam {
	float: left;
}
.opac-prets .item-pret-perso .blur_back {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 100%;
	filter: opacity(10%);
	-webkit-filter: opacity(10%);
	overflow: hidden;
}
.opac-prets .item-pret-perso .blur_back img {
	display: block;
	width: 100%;
	height: auto;
}
.opac-prets .item-pret-perso.gradient-bottom {
	background-image: linear-gradient(to bottom,#f1f9f6 50%,transparent 100%);
}
.opac-resas .item-resa-perso {
	margin-bottom: 25px;
	border-bottom: 1px solid;
	padding-bottom: 25px;
}
.opac-resas .item-resa-perso .item-resa-perso-vignette {
	position: relative;
}
.opac-resas .item-resa-perso .item-resa-perso-vignette .item-resa-perso-couv {
	text-align: center;
}
.opac-resas .item-resa-perso .item-resa-perso-vignette .item-resa-perso-couv a:hover {
	text-decoration: none;
}
.opac-resas .item-resa-perso .item-resa-perso-vignette .item-resa-perso-couv a .ico-sup {
	display: block;
	font-size: 100px;
	padding: 50px 0;
}
.opac-resas .item-resa-perso .item-resa-perso-vignette .item-resa-perso-couv a img {
	height: auto;
	width: 100%;
}
.opac-resas .item-resa-perso .item-resa-perso-vignette .item-resa-perso-cdc {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 50;
}
.opac-resas .item-resa-perso .item-resa-perso-title {
	margin-bottom: 25px;
}
.opac-resas .item-resa-perso .item-resa-perso-title .inline {
	display: inline;
}
.opac-resas .item-resa-perso .item-resa-perso-title .item-rslt-resa-title {
	margin-right: 10px;
}
.opac-resas .item-resa-perso .item-resa-perso-title .ico-sup {
	vertical-align: middle;
	font-size: 33px;
	display: none;
}
.opac-resas .item-resa-perso .item-resa-perso-fields {
	margin-top: 25px;
}
.opac-resas .item-resa-perso .item-resa-perso-fields .item-resa-perso-field {
	margin: 0 0 5px 0;
}
.opac-resas .item-resa-perso .item-resa-perso-fields .item-resa-perso-field .item-resa-perso-field-label {
	font-weight: bold;
}
.opac-resas .item-resa-perso .item-resa-perso-btn-ligne {
	margin: 20px 0 0 0;
	border-top: 1px solid;
	padding: 10px 0;
	text-align: right;
}
.opac-resas .item-resa-perso .item-resa-perso-btn-ligne .btn.btn-default,
.opac-resas .item-resa-perso .item-resa-perso-btn-ligne .btn-group {
	margin-left: 5px;
	position: inherit;
}
.opac-resas .item-resa-perso .item-resa-perso-btn-ligne .btn.btn-default .btn.btn-default,
.opac-resas .item-resa-perso .item-resa-perso-btn-ligne .btn-group .btn.btn-default {
	margin-left: 0px;
}
.opac-resas .item-resa-perso .item-resa-perso-btn-ligne .btn.btn-default .bloc-action,
.opac-resas .item-resa-perso .item-resa-perso-btn-ligne .btn-group .bloc-action {
	text-align: left;
	top: -30px;
	left: -10px;
	z-index: 1;
}
.opac-resas .item-resa-perso .item-resa-perso-btn-ligne .item-resa-perso-lib-fam {
	float: left;
}
.opac-resas .item-resa-perso .blur_back {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	width: 100%;
	filter: opacity(10%);
	-webkit-filter: opacity(10%);
	overflow: hidden;
}
.opac-resas .item-resa-perso .blur_back img {
	display: block;
	width: 100%;
	height: auto;
}
.opac-resas .item-resa-perso.gradient-bottom {
	background-image: linear-gradient(to bottom,#f1f9f6 50%,transparent 100%);
}
.crit_second.btn-group .dropdown > label {
	display: table-cell;
}
.crit_second.btn-group .dropdown > input {
	display: table-cell;
}
.crit_second.btn-group li.dropdown {
	display: table;
}
span.select-separator {
	padding: 0 0 0 20px;
}
.detntc-content h3 {
	margin-top: 0px;
	margin-bottom: 25px;
}
.ntc-champ-label:after {
	content: ":";
	position: absolute;
	right: 0;
}
.ntc-champ-label {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px 0 0;
	min-width: 90px;
	position: relative;
	font-weight: bold;
}
h3.detntc-tit,
h2.detntc-tit {
	display: block;
	float: left;
	max-width: 70%;
	overflow: hidden;
	padding: 0 0 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
}
h2.detntc-tit {
	margin-top: 23px;
}
.detntc-etiq {
	display: inline-block;
	margin: 0 0 10px 0;
}
.opac-detntc .detntc-etiq {
	margin: 30px 15px;
}
.detntc-etiq .nondispo,
.detntc-etiq .dispo .dispo-adh {
	vertical-align: middle;
}
.detntc-etiq .nondispo,
.opac-rsvperiodesexpo .nondispo {
	color: #EC130E;
}
.detntc-etiq .dispo,
.detntc-etiq .dispo-adh,
.opac-rsvperiodesexpo .dispo {
	color: green;
}
.detntc-content {
	clear: both;
	margin-bottom: 15px;
}
.detntc-ligne-btn {
	text-align: right;
}
.detntc-ligne-btn .btn.btn-warning {
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
	color: #fff !important;
}
.detntc-ligne-btn .btn.btn-success {
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	color: #ffffff !important;
}
#table_dmt {
	overflow: auto;
}
#table_dmt .btn.btn-warning {
	background-color: #f0ad4e !important;
	border-color: #eea236 !important;
	color: #fff !important;
}
#table_dmt .btn.btn-success {
	background-color: #5cb85c !important;
	border-color: #4cae4c !important;
	color: #ffffff !important;
}
#table_dmt .ico-sup {
	display: block;
	font-size: 43px;
	margin: 0 11px !important;
}
.blocfull-desc {
	margin: 10px 0 25px;
}
.opac-detntc .btntit {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}
.bloc-vign .row .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
	align-items: stretch;
}
.bloc-vign .row .col-xs-6.col-sm-6.col-md-2.col-lg-2 .vignette-item.rslt-item {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.bloc-vign .row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
}
.col-xs-12.col-sm-6.col-md-6.col-lg-6 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
	flex: 1 1 0;
	min-width: 33.33%;
	max-width: 33.33%;
}
.col-xs-12.col-sm-9.col-md-9.col-lg-9 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
	flex: 1 1 0;
	min-width: 16.6667%;
	max-width: 16.6667%;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
	flex: 1 1 0;
	min-width: 16.6667%;
	max-width: 16.6667%;
}
.opac-bleu {
	color: #5C90E0;
}
.opac-jaune {
	color: #E5E519;
}
.opac-orange {
	color: #E5A819;
}
.opac-rose {
	color: #EF3EDB;
}
.opac-rouge {
	color: #EA1C1C;
}
.opac-vert {
	color: #0C9302;
}
.opac-violet {
	color: #C166DD;
}
.detntc-ligne-formfasicule {
	border: 1px solid #e0e0e0;
	background: #f0f0f0 none repeat scroll 0 0;
	border-radius: 6px 6px 0 0;
	margin-top: 10px;
	padding: 5px 8px;
}
.detntc-ligne-formfasicule.nofilterfas {
	border-bottom: 0px;
	background: transparent;
}
.bloc-ex.bloc-ntc {
	border-color: #e0e0e0;
	border-image: none;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	padding: 10px;
	margin-bottom: 20px;
}
.detntc-ligne-formfasicule {
	background: none repeat scroll 0 0 #f0f0f0;
	margin-top: 10px;
	padding: 5px 8px;
}
.detntc-ligne-formfasicule legend {
	margin-bottom: 7px;
}
.rech-fasicule {
	margin-top: 20px;
}
.rech-fasicule h3 {
	border-bottom: 1px solid #333;
	margin-bottom: 2px;
	padding-bottom: 8px;
}
.table.table-condensed > thead > tr > th {
	border-bottom: 0px;
}
.bloc-ntc:hover .act-hover {
	opacity: 1;
	transition: all 0.7s ease 0s;
}
.flexdetntc {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start;
}
.wikipedia .col-sm-3 img {
	max-width: 100%;
}
.bloc-enri {
	-webkit-flex: 1 3 450px;
	flex: 1 2 450px;
	position: relative;
	padding: 0 5px;
}
.bloc-film {
	max-width: 300px;
}
.bloc-note {
	max-width: 170px;
}
.bloc-tags {
	max-width: 170px;
}
.label.label-default.enrilib {
	margin-right: 5px;
}
.bloc-bio .babelio.enrilib {
	display: none;
}
.item-mus-tit {
	padding-top: 6px;
}
.mus-player audio {
	width: 100%;
}
.bloc-ex .list-group {
	margin-top: 15px;
}
.bloc-ex .list-group-item {
	padding: 5px 0;
}
.enrilib {
	display: block;
	font-style: italic;
	text-align: right;
	width: 100%;
}
.orphee-mosaic-item {
	max-height: 110px;
	overflow: hidden;
}
.bloc-tags span.tag {
	border: 1px solid #cccccc;
	line-height: 34px;
	padding: 5px;
}
.panel-note {
	width: 100%;
	border: 1px solid #cccccc;
	text-align: center;
}
.panel-note span.note {
	padding: 35px 0;
	display: block;
	font-size: 30px;
	background: #eeeeee none repeat scroll 0 0;
	margin: 0 0 0px;
}
.panel-note .note::before {
	display: none;
}
.panel-note span.votant {
	padding: 0 0 10px 0;
	display: block;
}
.panel-note span.votant .nbvotant {
	font-weight: bold;
}
.panel-note hr.hrlight {
	margin: 0;
	padding: 0 0 10px;
}
.stars {
	display: inline-block;
	position: relative;
	font-size: 30px;
}
.stars:before {
	color: black;
	content: '\e007\e007\e007\e007\e007';
}
.rank {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 1;
}
.rank:after {
	content: '\e007\e007\e007\e007\e007';
	color: gold;
}
.hasvote {
	color: gold;
}
.bloc-cmts .orphee-comm-item span.author {
	font-weight: bold;
}
.bloc-cmts .orphee-comm-item span.date {
	clear: both;
	display: block;
	font-size: 11px;
	margin: 5px 0;
}
.bloc-cmts .orphee-comm {
	max-height: 285px;
	overflow: auto;
}
.lnk-aff-tout {
	text-align: right;
}
.bloc-ex table {
	margin-bottom: 0;
}
.contribution-auteur {
	font-size: 20px;
	text-transform: lowercase;
}
.contribution-avatar {
	max-width: 100%;
	height: 55px;
	margin: 0 auto;
	overflow: hidden;
	width: 55px;
}
.contribution-auteur::first-letter {
	text-transform: uppercase;
}
.contribution-auteur-statut {
	display: inline-block;
	color: #707777;
	font-style: italic;
	font-weight: bold;
	margin-right: 5px;
}
.contribution-date,
.contribution-heure {
	font-size: 12px;
	text-align: right;
	display: inline-block;
	margin-right: 5px;
}
.panel-action-opac {
	overflow: hidden;
	position: relative;
}
span.tit-action {
	font-size: 20px;
	margin-right: 20px;
}
.linenote {
	font-size: 30px;
}
.opac-detntc,
.opac-rslt {
	padding-bottom: 10px;
}
.vignette img {
	height: auto;
	width: 100%;
}
.detntc-ligne-btn {
	background: none repeat scroll 0 0 #e0e0e0;
	border-bottom: 1px solid #999999;
	min-height: 46px;
	padding: 0;
	position: relative;
}
.detntc-ligne-btn .btn {
	margin: 6px 0;
}
.opac-rslt .detntc-ligne-btn {
	padding: 2px 4px 2px 2px;
}
.detntc-ligne-btn .btn-circle {
	margin: 0 0 0 25px;
	position: relative;
	padding: 5px 10px 4px;
}
.detntc-content {
	margin-bottom: 20px;
}
.detntc-content span.label {
	margin-bottom: 5px;
}
.ligne-voirplus {
	background: none repeat scroll 0 0 #e0e0e0;
}
.note-detntc-ress {
	font-size: 50px;
}
.detntc-sup {
	margin: -40px 0 0px;
	text-align: center;
}
.detntc-sup span.ico-sup {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: 1px 1px 1px #000000;
	display: inline;
	font-size: 35px;
	left: 0;
	margin: 25px;
	min-height: 0;
	padding: 10px !important;
	position: relative;
}
.navnotice {
	z-index: 2;
}
.navnotice a {
	color: #ffffff;
	text-decoration: none;
}
.navnotice .label-transp a {
	color: #bbbbbb;
	text-decoration: none;
}
.navnotice .label-transp a:focus,
.navnotice .label-transp a:hover,
.navnotice .label-transp a:active {
	color: #bbbbbb;
}
.label-nav {
	font-size: 13px;
	font-weight: normal;
	padding: 2px 5px;
}
.label-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.label-transp {
	background: none repeat scroll 0 0 transparent;
	color: #bbbbbb;
}
.label-nav span {
	font-size: 14px;
	margin: 0 5px;
}
.detntc-outil {
	background: none repeat scroll 0 0 #999;
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	padding: 5px 15px;
	text-align: right;
}
.detntc-outil .btn {
	margin-right: 2px;
}
.detntc-outil .form-control[readonly] {
	cursor: pointer;
}
.act-hover {
	opacity: 0;
}
.navvign {
	margin-left: -5%;
	position: absolute;
	top: 100px;
	width: 110%;
}
.ligne-btn {
	position: relative;
}
.btn.btn-circle span {
	padding: 3px;
}
.bloc {
	padding: 0 10px 10px;
}
.ligne-btn {
	background: #ccc;
	padding: 10px;
	margin-top: 20px;
}
.slide-btn {
	text-align: right;
}
.mod-opac-last-ntc .media-left .ico-sup {
	font-size: 40px;
}
.mod-opac-last-ntc .media-left a:hover {
	text-decoration: none;
}
.mod-opac-login .ligne-bouton .btn {
	width: 100%;
}
.mod-opac-login .ligne-bouton .btn-danger {
	margin-top: 15px;
}
.mod-opac-login .glyphicon {
	font-size: 10px;
	margin-right: 5px;
}
.pretext-login,
.posttext-login {
	background: #eee none repeat scroll 0 0;
	margin-top: 10px;
	padding: 10px;
}
.btn-avatar {
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
.mod-opac-login.logout .btn {
	text-align: left;
	white-space: normal;
}
.mod-opac-login #dispo_anx_result {
	position: absolute;
	right: 32px;
	top: 13px;
	z-index: 50;
}
.avatarintro {
	display: table;
}
.btn-avatar {
	display: table-cell;
	vertical-align: top;
	float: left;
}
.btn-avatar + p.login-intro {
	margin-left: 10px;
}
.nom_connecte {
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
	cursor: default;
}
#mod-opac-facettes-form .form-group .btn {
	width: 100%;
	padding-top: 7px;
}
#mod-opac-filtres-facettes-droite .panel-heading,
#mod-opac-filtres-facettes-gauche .panel-heading {
	font-weight: bold;
}
#mod-opac-filtres-facettes-droite .panel-heading a,
#mod-opac-filtres-facettes-gauche .panel-heading a {
	margin-top: 2px;
	text-decoration: none;
}
#mod-opac-filtres-facettes-droite .panel-heading a:hover,
#mod-opac-filtres-facettes-droite .panel-heading a:focus,
#mod-opac-filtres-facettes-droite .panel-heading a:active,
#mod-opac-filtres-facettes-gauche .panel-heading a:hover,
#mod-opac-filtres-facettes-gauche .panel-heading a:focus,
#mod-opac-filtres-facettes-gauche .panel-heading a:active {
	text-decoration: none;
}
#mod-opac-filtres-facettes-droite .panel-heading a.glyphicon-chevron-right,
#mod-opac-filtres-facettes-gauche .panel-heading a.glyphicon-chevron-right {
	transition: all 0.4s;
}
#mod-opac-filtres-facettes-droite .panel-heading.open a.glyphicon-chevron-right,
#mod-opac-filtres-facettes-gauche .panel-heading.open a.glyphicon-chevron-right {
	transform: rotate(90deg);
	transition: all 0.4s;
}
#mod-opac-filtres-facettes-droite .panel-fct li.selected,
#mod-opac-filtres-facettes-gauche .panel-fct li.selected {
	display: none;
}
#mod-opac-filtres-facettes-droite li.fct-del-all,
#mod-opac-filtres-facettes-gauche li.fct-del-all {
	background-color: #f5f5f5;
}
.liensup a {
	display: inline-block;
	margin: 10px 0 0;
}
li ul.list-group {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
h4.list-title {
	border-bottom: 1px solid #cccccc;
	padding: 10px 5px 10px 15px;
	margin-bottom: 0px;
}
.list-group-item.nopadding {
	border-bottom: 0 none;
}
.list-group-item-multilvl {
	border-bottom: 1px solid #cccccc;
	padding: 5px 15px;
}
#opac_panier .list-group-item {
	padding-right: 30px;
}
#opac_panier .list-group-item {
	display: block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.btn-sm-check {
	padding: 4px 10px;
}
#mod-opac-facettes-form a.hasTooltip {
	border: 0 none;
	position: absolute;
	right: 16px;
	top: 7px;
}
.btn-france-connect {
	background-image: url("../images/FCbouton.png");
	background-repeat: no-repeat;
	margin: 0 auto 0;
	transition: all .1s;
	height: 63px;
	width: 220px;
	border-color: #fff;
}
.btn-france-connect:hover {
	background-image: url("../images/FCbouton-hover.png");
}
.col-sm-12.france-connect-box:before {
	content: "ou";
	background: #FFFFFF;
	bottom: -7px;
	position: absolute;
	left: 40%;
	width: 20%;
	text-align: center;
	z-index: 1;
}
.col-sm-12.france-connect-box {
	margin-bottom: 30px;
	padding-bottom: 20px;
}
div.france-connect-box:after {
	position: absolute;
	width: 50%;
	height: 1px;
	background: #ccc;
	display: block;
	bottom: 0;
	content: "";
	left: 25%;
}
.ico-sup-l:before {
	content: "\e613";
}
.ico-sup-c:before {
	content: "\e60e";
}
.ico-sup-d:before {
	content: "\e61f";
}
.ico-sup-r:before {
	content: "\e62d";
}
.ico-sup-j:before {
	content: "\e61f";
}
.ico-sup-q:before {
	content: "\e61f";
}
.ico-sup-L:before {
	content: "\e620";
}
.ico-sup-O:before {
	content: "\e621";
}
.ico-sup-n:before {
	content: "\e611";
}
.ico-sup-p:before {
	content: "\e624";
}
.ico-sup-b:before {
	content: "\e627";
}
.ico-sup-i:before {
	content: "\e620";
}
.ico-sup-a:before {
	content: "\e614";
}
.ico-sup-k:before {
	content: "\e61e";
}
.ico-sup-o:before {
	content: "\e617";
}
.ico-sup-D:before {
	content: "\e622";
}
.ico-sup-K:before {
	content: "\e61f";
}
.ico-sup-v:before {
	content: "\e904";
}
.ico-sup-e:before {
	content: "\e608";
}
.ico-sup-h:before {
	content: "\e601";
}
.ico-sup-f:before {
	content: "\e610";
}
.ico-sup-g:before {
	content: "\e60f";
}
.ico-sup-E:before {
	content: "\e61f";
}
.ico-sup-m:before {
	content: "\e618";
}
.ico-sup-t:before {
	content: "\e612";
}
.ico-sup-w:before {
	content: "\e62b";
}
.ico-sup-x:before {
	content: "\e619";
}
.ico-sup-z:before {
	content: "\e606";
}
@font-face {
	font-family: 'ico-sup-c3rb';
	src: url('../fonts/ico-sup-c3rb.eot');
}
@font-face {
	font-family: 'ico-sup-c3rb';
	src: url('../fonts/ico-sup-c3rb.ttf');
	font-weight: normal;
	font-style: normal;
}
.ico-sup-R:before {
	content: "\e624";
}
.ico-sup-V:before {
	content: "\e62b";
}
.ico-sup-J:before {
	content: "\e623";
}
.ico-sup-C:before {
	content: "\e902";
}
.ico-sup-B:before {
	content: "\e625";
}
.ico-sup-M:before {
	content: "\e625";
}
[class^="ico-"],
[class*=" ico-"] {
	font-family: 'ico-sup-c3rb';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.ico-dep-01:before {
	content: "\e603";
}
.ico-dep-03:before {
	content: "\e604";
}
.ico-dep-05:before {
	content: "\e605";
}
.ico-dep-18:before {
	content: "\e606";
}
.ico-dep-19:before {
	content: "\e607";
}
.ico-dep-21:before {
	content: "\e608";
}
.ico-dep-34:before {
	content: "\e609";
}
.ico-dep-36:before {
	content: "\e60a";
}
.ico-dep-37:before {
	content: "\e60b";
}
.ico-sup-00:before,
.ico-sup-999:before {
	content: "\e60c";
}
.ico-sup-33:before {
	content: "\e620";
}
.ico-sup-37:before {
	content: "\e624";
}
.rating {
	float: left;
}
.rating:not(:checked) > input {
	position: absolute;
	clip: rect(0,0,0,0);
}
.rating:not(:checked) > label {
	float: right;
	width: 20%;
	padding: 0 .1em;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 200%;
	line-height: 1.2;
}
.rating > input:checked ~ label {
	color: #f70;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover span.glyphicon-star-empty,
.rating:not(:checked) > label:hover ~ label {
	color: gold;
	content: "\e006";
	cursor: pointer;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
	content: "\e006";
	color: #ea0;
}
.rating > label:active {
	position: relative;
}
.avote:after {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid;
	border-radius: 15px;
	bottom: -12px;
	color: #333;
	content: "\e007";
	font-family: "Glyphicons Halflings";
	font-size: 10px;
	padding: 1px 3px;
	position: absolute;
	right: -11px;
	text-align: center;
}
.inlinebloc {
	display: inline-block;
}
.opac-alert-content {
	position: fixed;
	width: 360px;
	top: 0;
	right: 20px;
	z-index: 2060;
}
.opac-alert {
	opacity: 0;
	filter: alpha(opacity=0);
}
.opac-alert .glyphicon {
	font-size: 20px;
	float: left;
	margin-right: 14px;
}
.opac-alert p {
	display: table;
}
.legende .dropdown-menu.list-group .list-group-item {
	padding: 3px 10px;
}
.legende .dropdown-menu.list-group {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.opac-detdepot {
	padding-top: 15px;
}
.opac-detdepot .bloc-bandeau-detdepot .ligne-icones div.icocirc {
	background: #ffffff none repeat scroll 0 0;
	border: 1px inset;
	border-radius: 100%;
	box-shadow: -3px 5px 7px -7px #555 inset;
	float: none;
	font-size: 25px;
	height: 70px;
	margin: -28px 10px 25px 0;
	padding: 0;
	width: 70px;
}
.bloc-bandeau-detdepot {
	position: relative;
}
.bloc-bandeau-detdepot .bandeau-tit {
	background: rgba(255,255,255,0.75) none repeat scroll 0 0;
	display: block;
	min-width: 40%;
	padding: 10px 10px 10px 30px;
	position: absolute;
	top: 65px;
}
.pagect .bloc-bandeau-detdepot h2 {
	margin: 0;
}
.pagect .bloc-bandeau-detdepot span.soustit,
.pagect span.soustit {
	margin: 0;
	font-style: italic;
}
.opac-detdepot.pagect h2 {
	margin-bottom: 0px;
}
.pagect span.soustit {
	margin-bottom: 40px;
}
.bandeau-bib {
	height: 180px;
	overflow: hidden;
}
.bloc-bandeau-detdepot .ligne-icones {
	margin-left: 30px;
}
.content-detdepot h3 {
	margin-top: 15px;
}
.vignette-depot {
	border: 1px solid #fff;
	float: left;
	height: 45px;
	margin: 0 5px;
	width: 45px;
}
.vignette-depot img {
	width: 100%;
	height: 100%;
}
.item-vignette-depot {
	position: absolute;
	right: 5px;
	top: 5px;
}
.print-abs-depot {
	position: absolute;
	right: 14px;
	top: 152px;
}
[class*="ico-dep-"] {
	font-size: 66px;
	margin-top: -95px !important;
}
.opac-chk .radio,
.opac-chk .checkbox {
	padding-left: 25px;
}
.opac-chk input[type="radio"],
.opac-chk input[type="checkbox"] {
	width: auto;
	height: auto;
	left: 20px;
}
.detntc-enclosure {
	width: 120px;
}
div.vignette-item {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin-top: 20px;
	width: 100%;
	padding-top: 0px;
}
div.vignette-item.nav > div {
	padding: 3px 5px;
}
div.vignette-item.nav > li.apercu > a {
	padding: 0px;
}
.vignette-item .apercu img {
	width: 100%;
	height: auto;
}
.enclosure-ligne .ligne-item {
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	margin-bottom: 10px;
	padding: 10px 0px;
}
div.vignette-item .titre_complet a,
div.vignette-item .auteur a,
div.vignette-item .tit_std a,
div.vignette-item .editeur a,
div.vignette-item .titre a,
div.vignette-item .titre {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
div.vignette-item .ico-sup {
	margin-bottom: 35px;
}
div.vignette-item .titre br {
	display: none;
}
div.vignette-item .btn-check {
	padding: 5px 7px;
}
.bloc-vign-action {
	margin-top: auto;
}
.bloc-vign {
	margin-bottom: 35px;
}
.w80 {
	width: 80% !important;
	min-height: 1px;
	display: inline-block;
}
.w70 {
	width: 70% !important;
	min-height: 1px;
	display: inline-block;
}
.w60 {
	width: 60% !important;
	min-height: 1px;
	display: inline-block;
}
.w50 {
	width: 50% !important;
	min-height: 1px;
	display: inline-block;
}
.w40 {
	width: 40% !important;
	min-height: 1px;
	display: inline-block;
}
.w30 {
	width: 30% !important;
	min-height: 1px;
	display: inline-block;
}
.w20 {
	width: 20% !important;
	min-height: 1px;
	display: inline-block;
}
.reservation {
	background-color: #27AA66 !important;
}
.dh-reservation {
	background-color: #C5E5D4 !important;
}
.pret {
	background-color: #0E13B2 !important;
}
.dh-pret {
	background-color: #C5C6DD !important;
}
.type1,
.formation-type-1 {
	background-color: #4963D9 !important;
}
.type2,
.formation-type-2 {
	background-color: #996F00 !important;
}
.type3,
.formation-type-3 {
	background-color: #865290 !important;
}
.type4,
.formation-type-4 {
	background-color: #E5253E !important;
}
.type5,
.formation-type-5 {
	background-color: #333333 !important;
}
.type6,
.formation-type-6 {
	background-color: #497643 !important;
}
.type7,
.formation-type-7 {
	background-color: #D513BE !important;
}
.type8,
.formation-type-8 {
	background-color: #841F3E !important;
}
.type9,
.formation-type-9 {
	background-color: #c922cc !important;
}
.type10,
.formation-type-10 {
	background-color: #531ece !important;
}
.prevue {
	background-color: #3683F7;
}
.complementaire {
	background-color: #CC3300;
}
.colgche .moduletable .mod-opac-listes h3,
.coldrte .moduletable .mod-opac-listes h3 {
	padding: 5px 0 0;
}
.colgche .moduletable .mod-opac-listes .badge,
.coldrte .moduletable .mod-opac-listes .badge {
	margin-top: 10px;
}
.listentcsadh-btn-act {
	position: absolute;
	right: 88px;
	top: 5px;
}
.listentcsadh-btn-act form.pull-left {
	padding-left: 4px;
}
.mod-opac-listes h3 {
	padding: 5px 0 0;
}
.mod-opac-listes .badge {
	margin-top: 10px;
}
.lstntc-cadre-ct {
	height: 80px;
}
.ddlistes ul.dropdown-menu {
	min-width: 220px;
}
.dropdown.ddlistes {
	display: inline-block;
}
.opac-formlist span.formlist-tit {
	display: block;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.formlist-desc {
	padding: 0px 25px 0 28px;
}
.opac-formlist ul.list-group {
	max-height: 480px;
	overflow: auto;
}
.lstntc-cadre {
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 15px;
}
.lstntc-vign {
	overflow: hidden;
}
.lstntc-det-vign {
	max-height: 200px;
	overflow: hidden;
	margin-top: 15px;
}
.lstntc-vign img,
.lstntc-det-vign img {
	width: 100%;
}
.lstntc-tit h4,
.lstntc-tit h3 {
	margin: 5px 0px 0px 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lstntc-det-action {
	margin: 6px -7px 0 0;
	text-align: right;
}
.lstntc-cadre .fa.fa-lock {
	padding: 3px;
}
.lstntc-cadre > a {
	display: block;
	width: 100%;
}
.lstntc-cadre-tit {
	padding: 5px 0;
}
.opac-lstntc-modify h3 {
	margin-bottom: 35px;
}
#desc-update-form textarea {
	width: 100%;
	min-height: 60px;
	padding: 10px;
}
.header-lstntc .btn {
	margin: 11px 0 11px 21px;
}
.opac-lstntc-det .page-header span.btn-xs {
	margin: 10px 10px 10px -8px;
	float: left;
}
.lstntc-cadre .fa-thumbs-o-up,
.lstntc-det-action .fa-thumbs-o-up {
	color: green;
}
.lstntc-cadre .fa-thumbs-o-down,
.lstntc-det-action .fa-thumbs-o-down {
	color: red;
}
.opac-lstntc-mur .lstntc-cadre-tit {
	margin-top: 5px;
}
.lstntc-mur-action {
	background: #eee none repeat scroll 0 0;
	margin-top: 5px;
	padding: 5px 10px;
	width: 100%;
}
.desc-update .btnform,
.titre-update .btnform {
	border-bottom: 1px solid #CCCCCC;
	text-align: right;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.opac-liste-selections span.list-group-item-heading,
.opac-liste-abo span.list-group-item-heading {
	font-size: 18px;
}
.select-abonement span.select-abo-remove {
	display: none;
}
.select-abonement:hover span.select-abo-remove {
	display: block;
}
.select-abonement:hover span.select-abo {
	display: none;
}
#content-lnk.col-xs-12.col-sm-6.col-md-6.col-lg-6 .opac-liste-abo .btn {
	font-size: 13px;
	line-height: 1.5;
	padding: 3px 7px;
}
#content-lnk.col-xs-12.col-sm-6.col-md-6.col-lg-6 .col-sm-4.col-md-2.tri-tri,
#content-lnk.col-xs-12.col-sm-6.col-md-6.col-lg-6 .col-sm-4.col-md-2.tri-ordre {
	width: 33.3333%;
	margin-bottom: 10px;
}
#content-lnk.col-xs-12.col-sm-6.col-md-6.col-lg-6 .rslt-item .btn-circle {
	position: relative;
	width: 100%;
	padding: 3px;
	font-size: 12px;
}
.opac-expo .label.label-default.label-nav.label-transp.margeright-s {
	background: #f0f0f0 none repeat scroll 0 0;
	position: absolute;
	top: 70px;
	right: 5px;
}
.oblige::after {
	content: "*";
	margin: 0 0 0 5px;
}
.opac-expo .input-append button.btn {
	border: 1px solid #ccc;
	position: absolute;
	right: 0;
	top: 0;
}
.hrline {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #CCCCCC;
}
.opac-expo-choixdate .form-group {
	margin-bottom: 10px;
}
.bloc-cal {
	border: 1px solid #CCCCCC;
}
.cal-rsv-poste .table > thead > tr > th,
.cal-rsv-poste .table > tbody > tr > th,
.cal-rsv-poste .table > tfoot > tr > th,
.cal-rsv-poste .table > thead > tr > td,
.cal-rsv-poste .table > tbody > tr > td,
.cal-rsv-poste .table > tfoot > tr > td {
	padding: 3px;
}
a.epub-previous,
a.epub-next {
	position: absolute;
	z-index: 10;
	box-shadow: 1px 1px 4px 1px #000;
	top: 50%;
	background: #FFFFFF;
	padding: 10px 13px;
	border-radius: 100px;
	opacity: 0.5;
}
a.epub-previous {
	left: 5px;
}
a.epub-next {
	right: 5px;
}
a.epub-previous:hover,
a.epub-next:hover {
	opacity: 0.9;
	transition: all 0.5s;
}
.mod_opac_top_ntc .topntc-vignette .col-xs-6.col-sm-2.col-md-2.col-lg-2 {
	min-width: 180px;
}
.mod_opac_stat_ntc .statntc-vignette .col-xs-6.col-sm-2.col-md-2.col-lg-2 {
	min-width: 180px;
}
.pull-left {
	float: left;
}
.sr-only {
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}
.hide {
	display: none;
}
.show-inline {
	display: inline-block;
}
.px-video-img-captions-container * {
	box-sizing: border-box;
}
.px-video-img-captions-container {
	position: relative;
}
.px-video-progress {
	width: 100%;
	height: 10px;
}
.px-video-progress[value] {
	-webkit-appearance: none;
	border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
	background-color: #E6E6E6;
}
.px-video-progress[value]::-webkit-progress-value {
	background-color: #009CDF;
}
.px-video-time {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	margin-top: 2px;
	font-size: 14px;
}
.px-video-captions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: .5em;
	min-height: 2.5em;
	background-color: #000;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	opacity: 0.75;
}
.px-video-controls button {
	border: 1px #fff solid;
	background: transparent;
	padding: 0;
	margin: 0 5px;
	width: 25px;
	height: 20px;
	overflow: hidden;
	background: no-repeat url('../images/px-video-sprite.png');
}
.px-video-controls button:focus {
	border: 1px #999 dotted;
	outline: none;
}
.px-video-controls button {
	cursor: pointer;
}
.px-video-controls button.px-video-restart {
	background-position: -9px -333px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
	background-position: -9px -297px;
}
.px-video-controls button.px-video-rewind {
	background-position: -11px -189px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
	background-position: -11px -153px;
}
.px-video-controls button.px-video-play {
	background-position: -11px -45px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
	background-position: -11px -9px;
}
.px-video-controls button.px-video-pause {
	background-position: -11px -117px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
	background-position: -11px -81px;
}
.px-video-controls button.px-video-forward {
	background-position: -13px -261px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
	background-position: -13px -225px;
}
.px-video-fullscreen-btn-container label {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-left: 10px;
	background: no-repeat url('../images/px-video-sprite.png');
	background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
	outline: 1px #999 dotted;
	background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
	background-position: -6px -943px;
	cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
	outline: 1px #999 dotted;
	background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
	background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
	background-position: -6px -1015px;
}
.px-video-captions-btn-container label {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-left: 10px;
	background: no-repeat url('../images/px-video-sprite.png');
	background-position: -6px -835px;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
	outline: 1px #999 dotted;
	background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
	background-position: -6px -799px;
	cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
	outline: 1px #999 dotted;
	background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
	background-position: -6px -871px;
}
.px-video-mute-btn-container label {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-left: 240px;
	margin-top: 2px;
	background: no-repeat url('../images/px-video-sprite.png');
	background-position: -6px -476px;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
	outline: 1px #999 dotted;
	background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
	background-position: -6px -440px;
	cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
	outline: 1px #999 dotted;
	background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
	background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
	background-position: -6px -656px;
}
.px-video-controls input[type='range'] {
	-webkit-appearance: none;
	height: 6px;
	width: 100px;
	margin-top: 8px;
	background-color: #E6E6E6;
	outline: none;
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
	outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
	-moz-appearance: none;
	height: 6px;
	background-color: #E6E6E6;
	border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	height: 10px;
	width: 6px;
	background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
	height: 12px;
	width: 8px;
	background-color: #666;
}
i.peb-doc:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f02d";
}
i.peb-adh:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f007";
}
.btn-peb-active.active {
	background-color: #0C9302;
	color: white;
}
.btn-peb-active.active:hover {
	color: white !important;
}
.btn-peb-active {
	border-color: #0c7102 !important;
}
.btn-peb-active :hover {
	color: black !important;
}
.btn-peb-active:hover {
	color: black !important;
}
i.peb-active {
	color: #0C9302;
}
.btn-peb-attente.active {
	background-color: #c44f2c;
	color: white;
}
.btn-peb-attente.active:hover {
	color: white !important;
}
.btn-peb-attente {
	border-color: #c42d2c !important;
}
.btn-peb-attente :hover {
	color: black !important;
}
.btn-peb-attente:hover {
	color: black !important;
}
i.peb-attente {
	color: #c44f2c;
}
.btn-peb-passive.active {
	background-color: #9c0502;
	color: white;
}
.btn-peb-passive.active:hover {
	color: white !important;
}
.btn-peb-passive {
	border-color: #9c0002 !important;
}
.btn-peb-passive :hover {
	color: black !important;
}
.btn-peb-passive:hover {
	color: black !important;
}
i.peb-passive {
	color: #9c0502;
}
.btn-peb-termine.active {
	background-color: #2cb6aa;
	color: white;
}
.btn-peb-termine.active:hover {
	color: white !important;
}
.btn-peb-termine {
	border-color: #2c94aa !important;
}
.btn-peb-termine :hover {
	color: black !important;
}
.btn-peb-termine:hover {
	color: black !important;
}
i.peb-termine {
	color: #2cb6aa;
}
.btn-peb-suspendu.active {
	background-color: #efd363;
	color: white;
}
.btn-peb-suspendu.active:hover {
	color: white !important;
}
.btn-peb-suspendu {
	border-color: #efb163 !important;
}
.btn-peb-suspendu :hover {
	color: black !important;
}
.btn-peb-suspendu:hover {
	color: black !important;
}
i.peb-suspendu {
	color: #efd363;
}
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
	.px-video-controls input[type='range'] {
		position: relative;
		padding: 0;
		height: 8px;
		top: -3px;
	}
	.px-video-time {
		margin-top: 4px;
	}
	.px-video-captions {
		padding: 8px;
		min-height: 36px;
	}
}
.px-video-container.fullscreen {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-cursor-visibility: auto-hide;
}
.px-video-controls.js-fullscreen-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 940;
	background: white;
}
.px-video-captions.js-fullscreen-captions {
	min-height: 3.5em;
	font-size: 2.5em;
	padding: 1em;
}
.contribution-timeline {
	height: 100%;
	position: absolute;
}
.contribution-timeline::before {
	background: #000 none repeat scroll 0 0;
	content: "";
	height: 1000%;
	left: 23px;
	position: absolute;
	top: 0;
	width: 4px;
	z-index: 5;
}
.contribution-item {
	border: 1px solid #e0e0e0;
	margin: 10px 0 10px 0px;
	padding: 5px 0 !important;
	position: relative;
}
.contribution-detailnotice {
	border: 1px solid #e0e0e0;
	margin: 5px 0 10px 0;
	padding: 10px 0 0;
	position: relative;
}
.orphee .contribution-detailnotice:first-child {
	margin: 0px 0 10px 0;
}
.contribution-timeline-item {
	background: #333 none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	font-size: 9px;
	margin-top: 31%;
	padding: 7px 0;
	position: relative;
	text-align: center;
	width: 33px;
	z-index: 10;
}
.opac-contributions,
.bloccontributions,
.contributions-compte,
.contribution-attente,
.contribution-refuse,
.contribution-accepte {
	overflow: hidden;
	position: relative;
}
.contribution-attente .contribution-timeline-item {
	border: 4px solid #DBD63F;
	width: 38px;
	left: -3px;
}
.contribution-refuse .contribution-timeline-item {
	border: 4px solid #D8455B;
	width: 38px;
	left: -3px;
}
.contribution-accepte .contribution-timeline-item {
	border: 4px solid #6DB231;
	width: 38px;
	left: -3px;
}
.contribution-expire .contribution-timeline-item {
	border: 4px solid #E89575;
	width: 38px;
	left: -3px;
}
.contribution-item-cmt-zone {
	cursor: pointer;
}
.non-disponible-rsv {
	background-color: #DBD63F;
}
.opac-rslt .page-header {
	margin: 20px 0 0 0;
}
.rslt-btn-modif {
	margin-top: 2px;
}
.tip.btn-warning {
	background: #ed3b3b;
}
.opaccarousel-inner .slick-prev {
	background: #0370A7 !important;
}
.opaccarousel-inner .slick-prev:before {
	color: #FFFFFF !important;
}
.opaccarousel-inner .slick-next {
	background: #0370A7 !important;
}
.opaccarousel-inner .slick-next:before {
	color: #FFFFFF !important;
}
.detntc-ligne-btn .btn-check {
	float: left;
	padding: 3px 8px !important;
}
.bandeau-bib {
	position: relative;
}
.btn-modif-img {
	position: absolute;
	top: 10px;
	right: 10px;
	opacity: 0;
}
.bandeau-bib:hover .btn-modif-img,
.bandeau-bib:focus .btn-modif-img {
	opacity: 1;
	z-index: 1000;
}
.btn-modif-img.btn-save-img {
	opacity: 1;
	z-index: 1000;
}
.cursor-move {
	cursor: move;
}
.imageBox {
	position: relative;
	height: 400px;
	width: 100%;
	border: 1px solid #aaa;
	background: #fff;
	overflow: hidden;
	background-repeat: no-repeat;
	cursor: move;
}
.imageBox .thumbBox {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 152px;
	height: 152px;
	margin-top: -75px;
	margin-left: -75px;
	border: 1px solid #666666;
	box-shadow: 0 0 0 1000px rgba(0,0,0,0.5);
	background: none repeat scroll 0% 0% transparent;
}
.imageBox .spinner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 400px;
	background: rgba(0,0,0,0.7);
}
.imageBox input[type="file"] {
	padding-bottom: 30px;
}
.item-oeuvre {
	border: 3px solid #e0e0e0;
}
h3.oeuvre-titre {
	font-size: 18px;
	margin: -17px 0 0;
}
.blc-vignette-oeuvre img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.slick-list.draggable .vignette span.ico-sup {
	margin-bottom: 35px;
}
.quotas-sup {
	font-size: 45px;
	position: relative;
	float: left;
	margin-right: 15px;
	height: 40px;
	width: 40px;
}
.quotas-txt {
	display: inline-block;
}
.containervlc {
	display: flex;
	flex-flow: row wrap;
}
.lstvlc-cat {
	overflow: hidden;
}
.lstvlc-cadre {
	border: 1px solid #ccc;
	position: relative;
	margin-bottom: 15px;
}
.lstvlc-tit h3 {
	margin: 10px 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lstvlc-cadre > a {
	display: block;
	width: 100%;
}
.lstvlc-vign {
	height: 110px;
	overflow: hidden;
}
.lstvlc-vign img {
	min-height: 100%;
	min-width: 100%;
}
.lstvlc-bdgetheme.col-sm-12 {
	margin-bottom: 10px;
}
.lstvlc-bdgetheme.col-sm-12 > span {
	font-style: italic;
	font-size: 13px;
}
.opac-vlculture .bandeau-bib {
	height: auto;
}
.opac-vlculture .bloc-bandeau-detdepot .bandeau-tit {
	top: inherit;
	bottom: 10%;
}
.opac-vlculture .glyphicon.glyphicon-play-circle {
	font-size: 21px;
	margin: 3px 0 0;
}
.opac-vlculture .panel-title {
	font-size: 19px;
}
.opac-detthe .ico-aut {
	font-size: 20px;
}
.div-icon {
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
.panierlnkdownload {
	font-size: 1.2em;
}
img.visioprevimg {
	max-width: 100%;
	max-height: 160px !important;
	width: auto;
	height: auto;
}
.pagect.opac-galerie {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0 -10px;
	max-width: 100%;
}
.pagect.opac-galerie .thumbnail {
	border: 0px;
	margin-bottom: 0;
}
.pagect.opac-galerie .list.list-unstyled {
	padding-left: 10px;
}
.btn-group.pagination-gal .dropdown-menu {
	max-height: 300px;
	overflow: auto;
	width: 100%;
	min-width: 0;
}
.btn-group.pagination-gal form {
	display: block;
	float: left;
	height: 34px;
	padding-top: 8px;
}
.gtitre,
.gtitre h3 {
	font-size: 21px !important;
}
.gtitre a .fa {
	font-size: 15px;
	margin-right: 5px;
	vertical-align: middle;
}
.gtitre span {
	margin-left: 3px;
}
.gPagination select {
	color: #000000;
}
.line-top {
	background: #333 none repeat scroll 0 0;
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
	height: 44px;
}
.line-top .more-infos {
	position: absolute;
}
.gcontent {
	display: block;
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
}
.gtdm {
	overflow: auto;
}
.gtdm.collapse {
	width: 280px;
}
.gtdm ul li a {
	padding: 5px;
}
.gtdm ul.list-group li a {
	padding: 0px;
}
.gtdm li ul.list-group {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	display: block;
	margin: 10px 3px 0;
}
.gtdm .list-group-item {
	padding: 5px;
	border: 0;
}
.gtdm .list-group-item a {
	padding: 0px;
}
.gcontent .selected {
	text-decoration: underline;
}
ul.tdm li ul.tdm {
	padding-left: 7px;
}
.tdm ul li a {
	padding: 0px;
}
.tdm .selected {
	color: #000000;
}
.mosaique .row .row {
	height: auto !important;
}
.mosaique .row .row .selected {
	background: #D2CFC8 !important;
}
.gtools {
	background: #333 none repeat scroll 0 0;
	padding: 44px 10px 10px;
	width: 59px;
}
.treeview span.icon {
	font-size: 7px;
	margin: 5px;
	vertical-align: top;
	width: 12px;
}
.treeview span.indent {
	margin-left: 0;
	margin-right: 5px;
}
.treeview .list-group-item {
	padding: 6px 15px;
}
.gpagecontent {
	display: block;
	flex: 1;
	background: #111111;
}
.gheader .page-header {
	margin: 10px 0;
	padding: 0 10px;
}
.gPages {
	padding: 10px;
	margin: 5px;
}
.gPages .row,
.gPages .row .col-sm-6,
.gPages .col-sm-12 {
	height: 100%;
}
.gPages .row .thumbnail,
.gPages .row .col-sm-6 .thumbnail,
.gPages .col-sm-12 .thumbnail {
	height: 100%;
}
.gPages .row .thumbnail img,
.gPages .row .col-sm-6 .thumbnail img,
.gPages .col-sm-12 .thumbnail img {
	max-height: 100%;
}
.gPages .row .row {
	height: inherit;
}
.gPages .row .col-sm-6 {
	overflow-x: auto;
}
.gPages a.thumbnail {
	background: #000000 !important;
}
.gPages a.thumbnail.active {
	border: 1px solid #F0F0F0;
}
.thumbnail-pagi {
	display: block;
	float: left;
	width: 100%;
	color: white;
	font-size: 14px;
	text-align: center;
}
#share {
	padding: 15px;
}
#share a {
	margin: 10px 10px 0 0;
	width: 100%;
}
#share a:hover {
	margin: 10px 10px 0 0;
	width: 100%;
	border-color: #333;
	background: #333;
}
.thumbnail-pagi a {
	display: block;
	float: left;
	width: 100%;
	color: white;
	font-size: 14px;
	text-align: center;
}
.gtitre .ico-sup {
	padding: 0 0 0 12px;
	float: left;
	font-size: 1.3em;
	margin: -2px 0 0;
}
.gcontent .btn-default {
	background-color: transparent;
	border-color: transparent;
	color: #ffffff;
}
.gpagination .btn-default {
	margin-right: 5px;
	margin-left: 5px;
}
.gtools .btn-default {
	margin-bottom: 10px;
}
.gtdm {
	max-width: 20%;
}
.gtdm.collapse.in {
	padding: 20px 10px 0 15px;
}
.gtdm.collapse {
	max-width: 280px;
}
.gtdm h4 {
	margin: 52px 5px 10px 10px;
}
.gtdm .btn-default {
	border-color: #999;
	color: #555555;
}
.gtdm .btn-default:hover,
.gtdm .btn-default:focus,
.gtdm .btn-default:active {
	border-color: #333333;
	background: #f0f0f0;
}
.gtdm .form-control.tdmsearch {
	border-color: #999;
	color: #555555;
}
.gtdm .tdmclose.btn.btn-default {
	margin: 5px;
}
.gtdm .spintdm {
	text-align: center;
	margin-top: 15px;
}
.gtdm .tdmtree.treeview {
	overflow: auto;
}
.imgareaselect-outer {
	cursor: crosshair;
}
.gplusinfos dd dl {
	padding: 0 0 0 10px;
}
.noborder {
	border: 0 !important;
}
.input-load input + span.fa-spinner {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}
.mod-opac-rech-rapide .select-opac.input-group-addon {
	width: 20% !important;
}
.mod-opac-rech-rapide .select-opac.input-group-addon select {
	width: 100% !important;
}
#calPriseRdv .events-list {
	width: 100%;
	height: 100%;
	padding: 0;
	max-height: 100%;
	opacity: 0.2;
}
#calPriseRdv .events-list .event {
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
}
.grid-full-item {
	margin-bottom: 20px;
}
.grid-full-item .bloc-full-item {
	position: relative;
}
.grid-full-item .bloc-full-item .bloc-desc {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #cccccc;
	opacity: 0;
}
.grid-full-item .bloc-full-item .bloc-desc .desc-content {
	position: absolute;
	z-index: 10;
	bottom: 55px;
	opacity: 0;
	transition: all 0.6s;
	width: 100%;
	padding: 15px 20px 15px 10px;
	color: #FFFFFF;
}
.grid-full-item:hover .bloc-desc-content,
.grid-full-item:focus .bloc-desc-content,
.grid-full-item:active .bloc-desc-content {
	opacity: 1;
	transition: all 0.6s;
}
.grid-full-item:hover .bloc-desc,
.grid-full-item:focus .bloc-desc,
.grid-full-item:active .bloc-desc {
	transition: all 0.6s;
	opacity: 1;
}
.grid-full-item:hover .desc-content,
.grid-full-item:focus .desc-content,
.grid-full-item:active .desc-content {
	transition: all 0.6s;
	opacity: 1 !important;
}
.grid-full-item:hover .bloc-title a,
.grid-full-item:focus .bloc-title a,
.grid-full-item:active .bloc-title a {
	background: #cacaca;
	transition: all 0.6s;
}
.grid-full-item .bloc-title a {
	display: block;
	padding: 10px;
	background: #f0f0f0;
}
.grid-full-item .bloc-etiquette {
	position: absolute;
	right: 0;
	margin: 1px;
	background: #FFFFFF;
	padding: 5px;
	z-index: 1;
}
.grid-full-item .bloc-image {
	position: relative;
}
.grid-full-item .bloc-image img {
	height: auto;
	width: 100%;
}
.detntc-ligne-btn .select-opac {
	min-width: 210px;
}
.pagect.opac-detdepot .bloc-bandeau-detdepot .ligne-icones {
	margin-left: 0;
}
.pagect.opac-detdepot .bloc-bandeau-detdepot .ligne-icones div.icocirc {
	margin: 10px;
}
.pagect.opac-detdepot .bloc-bandeau-detdepot .ligne-icones div.icocirc [class*="ico-dep-"] {
	font-size: 66px;
	margin-top: 0;
	margin-left: 10px;
}
.pagect.opac-detdepot .bloc-bandeau-detdepot .ligne-icones .btn.icocirc.hasTooltip:hover span::before {
	color: #222;
}
@media print {
	.container {
		width: auto;
	}
}
img[src]:after {
	content: " ";
}
@media (min-width: 992px) and (max-width: 1199px) {
	.opac-adh .blc-vignette,
	.opac-prets .blc-vignette,
	.opac-resas .blc-vignette {
		width: 100%;
	}
	.lstntc-cadre-ct {
		height: 100px;
	}
	.lstntc-cadre-tit .badge {
		margin: 0 0 0 -20px;
	}
	.col-xs-12.col-sm-9.col-md-9.col-lg-9 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
		flex: 1 1 0;
		min-width: 33.33%;
		max-width: 33.33%;
	}
}
@media (max-width: 991px) {
	.detntc-ligne-btn .btn-check {
		float: left;
		padding: 0px 3px !important;
	}
	.tri-pagi.pagination .pagination,
	.tri-pagi.pagination {
		margin: 5px 0;
	}
	.lstntc-cadre-ct {
		height: 100px;
	}
	.col-xs-12.col-sm-6.col-md-6.col-lg-6 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
		flex: 1 1 0;
		min-width: 50%;
		max-width: 50%;
	}
	.col-xs-12.col-sm-9.col-md-9.col-lg-9 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
		flex: 1 1 0;
		min-width: 33.33%;
		max-width: 33.33%;
	}
	.col-xs-12.col-sm-12.col-md-12.col-lg-12 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
		flex: 1 1 0;
		min-width: 33.33%;
		max-width: 33.33%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.opac-adh .blc-vignette,
	.opac-prets .blc-vignette,
	.opac-resas .blc-vignette {
		width: 100%;
	}
	.vignette span.ico-sup {
		font-size: 35px;
		min-height: 85px;
	}
	input#mod-opac-facettes-mots1 {
		min-width: 0 !important;
		width: 100%;
	}
	.lstntc-cadre-ct {
		height: 140px !important;
	}
	.lstntc-cadre-tit .badge {
		margin: 0 0 0 -35px;
	}
}
@media (max-width: 767px) {
	.opac-adh .blc-vignette,
	.opac-prets .blc-vignette,
	.opac-resas .blc-vignette {
		width: 100%;
	}
	.vignette {
		overflow: hidden;
	}
	.vignette span.ico-sup {
		font-size: 35px;
		min-height: 85px;
	}
	.lstntc-cadre-ct {
		height: 140px;
	}
	.lstntc-cadre-ct {
		height: auto !important;
	}
	.opacgroup div .select-opac,
	.opacgroup div input {
		border-right: 1px solid #cccccc;
	}
	.opacgroup div:first-child .select-opac,
	.opacgroup div:first-child input {
		border-right: 1px solid #cccccc;
	}
	.opacgroup div:last-child .select-opac,
	.opacgroup div:last-child input {
		border-right: 1px solid #cccccc;
	}
	.opacgroup-item {
		margin: 5px 0;
	}
	.opacgroup-item .btn {
		width: 100%;
	}
	.col-xs-12.col-sm-9.col-md-9.col-lg-9 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
		flex: 1 1 0;
		min-width: 50%;
		max-width: 50%;
	}
	.col-xs-12.col-sm-12.col-md-12.col-lg-12 .opac-detntc .bloc-vign .row > .col-xs-6.col-sm-6.col-md-2.col-lg-2 {
		flex: 1 1 0;
		min-width: 50%;
		max-width: 50%;
	}
	.detntc-ligne-btn .btn {
		width: 100%;
	}
	.detntc-ligne-btn .inlinebloc {
		display: block;
	}
	.detntc-ligne-btn .btn-circle {
		margin: 5px 0 10px;
		padding: 5px 10px 4px;
		position: relative;
	}
	.line-top .more-infos {
		position: relative;
	}
}
@media (max-width: 480px) {
	.opac-adh .blc-vignette,
	.opac-prets .blc-vignette,
	.opac-resas .blc-vignette {
		width: 100%;
	}
	.vignette span.ico-sup {
		font-size: 35px;
		min-height: 85px;
	}
}
