/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * www.loevenbruck.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2017
 */

/* Subsetted */

@font-face {
	font-family: "Akkurat-Regular-S";
	src:url("../fonts/lineto-akkurat-regular.eot");
	src:url("../fonts/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/lineto-akkurat-regular.woff2") format("woff2"),
		url("../fonts/lineto-akkurat-regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Akkurat-Italic-S";
	src:url("../fonts/lineto-akkurat-italic.eot");
	src:url("../fonts/lineto-akkurat-italic.eot?#iefix") format("embedded-opentype"),
		url("../fonts/lineto-akkurat-italic.woff2") format("woff2"),
		url("../fonts/lineto-akkurat-italic.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Akkurat-Regular-S", sans-serif;
}

a:link,
a:hover,
a:visited {
	color: #000;
	text-decoration: none;
}

/* HEADER */

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	border-bottom: 2px solid #000;
	z-index: 100;
}

.header img {
	display: block;
	width: 150px;
	height: auto;
}

.logo {
	float: left;
	padding: 1.5em 2em;
}

.logo:hover {
	cursor: pointer;
}

.filter {
	float: right;
	padding: 1.5em 2em;
}

.filter-title img {
	display: block;
	width: 22px;
	height: auto;
}

.filter-col {
	display: inline-block;
	vertical-align: top;
	margin-left: 1em;
}

.filter-col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-col li {
	margin: 0;
	padding-bottom: 0.2em;
}

.filter-item {
	margin-left: 1em;
}

.filter-title:hover,
.filter-item:hover,
#filter-read:hover,
#filter-view:hover,
#filter-fr:hover,
#filter-en:hover {
	cursor: pointer;
}

.filter-item:hover span,
.filter-active span,
#filter-read:hover span,
#filter-view:hover span,
#filter-fr:hover span,
#filter-en:hover span {
	border-bottom: 1px solid #000;
}

/* ITEMS */

.items {
	position: relative;
}

.items-text .item-text {
	opacity: 1;
}

.items-text .item-image {
	display: none;
}

.item-image .iframeWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.item-image .iframeWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.items-text .item:hover .item-text {
	opacity: 0;
}

.items-text .item:hover .item-image {
	display: block;
}

.items-images .item-text {
	opacity: 0;
}

.items-images .item-image {
	display: block;
}

.items-images .item:hover .item-text {
	opacity: 1;
}

.items-images .item:hover .item-image {
	display: none;
}

/* ITEM */

.item {
	position: relative;
	border-bottom: 2px solid #000;
	padding-bottom: 3em;
}

.item:hover {
	cursor: pointer;
}

.item.no-click:hover {
	cursor: auto;
}

.item-text {
	position: relative;
}

.item-meta,
.item-content {
	position: relative;
	padding: 1.5em 2em;
	box-sizing: border-box;
}

.item-meta {
	float: left;
	width: 25%;
}

.item-meta h3 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3;
}

.item-content {
	width: 75%;
	float: right;
}

.item-content h1 {
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
}

.italic {
	font-family: "Akkurat-Italic-S", sans-serif;
}

.art-fair .italic {
	font-family: "Akkurat-Regular-S", sans-serif;
}

.item-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.item-image img {
	height: 100%;
	border-right: 2px solid #000;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 2px;
}

.item-image iframe {
	width:auto;
	height: 100%;
	border-right: 2px solid #000;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 2px;
}

/* ITEMS HELPERS */

.intra-muros {
	background-color: #000;
	color: #fff;
	border-color: #fff;
	-webkit-font-smoothing: antialiased;
}

.intra-muros a:link,
.intra-muros a:visited,
.intra-muros h3,
.intra-muros h1,
.intra-muros p {
	color: #fff;
}

.contact {
	padding-bottom: 2px;
	background-color: #000;
	color: #fff;
	border-color: #fff;
	-webkit-font-smoothing: antialiased;
	padding-bottom: 14em;
	border: 0;
	box-sizing: border-box;
}

.contact img {
	display: block;
	width: 150px;
	height: auto;
}

.contact a:link,
.contact a:visited {
	color: #fff;
}

.contact input[type=text] {
	width: 500px;
	border: 0;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	background-color: transparent;
	margin: 0.25em 0;
	padding: 0.05em 0 0.1em;
	font-size: 1em;
	font-family: "Akkurat-Regular-S" !important;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact input[type=submit] {
	border: 2px solid #fff;
	border-radius: 0;
	color: #fff;
	background-color: #000;
	margin: 0.25em 0;
	padding: 0.05em 0.2em 0.1em;
	font-size: 1em;
	font-family: "Akkurat-Regular-S" !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact input[type=submit]:hover {
	color: #000;
	background-color: #fff;
	cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.contact input:focus {
	outline: none;
}

.contact .credits {
	margin-top: 4em;
}

.contact .credits h3 {
	margin: 0;
	font-size: 1em;
	color: #fff;
	letter-spacing: 0.6px;
}

/* SINGLE */

.single {
	position: relative;
}

.single-wrapper {
	width: 100%;
	height: 100%;
}

.single-meta,
.single-content {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.single-meta {
	width: 25%;
	padding: 2em;
}

.single-meta h3 {
	font-size: 1em;
	margin: 0;
	font-weight: normal;
}

.single-content {
	display: inline-block;
	position: relative;
	width: 75%;
	height: 100%;
	overflow-y: auto;
	padding: 0 2em 2em;
	box-sizing: border-box;
}

.single-content h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 2rem;
	margin-bottom: 1.5em;
	line-height: 1.1;
}

.single-close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.1em 1.5em;
	z-index: 100;
}

.single-prev,
.single-next {
	position: absolute;
	top: calc(50% - 20px);
	padding: 1.5em;
}

.single-prev:hover,
.single-next:hover {
	cursor: pointer;
}

.single-prev img,
.single-next img {
	display: none;
}

.single-prev img:first-child,
.single-next img:first-child {
	display: block;
}

.intra-muros .single-prev img,
.intra-muros .single-next img {
	display: block;
}

.intra-muros .single-prev img:first-child,
.intra-muros .single-next img:first-child {
	display: none;
}

.single-prev {
	left: 0;
}

.single-next {
	right: 0;
}

.single-close img {
	display: block;
	width: 32px;
	height: auto;
}

.single-legend {
	padding: 2em;
	box-sizing: border-box;
}

.single-legend p,
.single-legend span,
.single-text p,
.single-text span,
.single-text blockquote,
.single-legend h3 {
	font-family: "Akkurat-Regular-S" !important;
	font-size: 1em !important;
	color: #000 !important;
	font-weight: normal !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.intra-muros .single-legend p,
.intra-muros .single-legend span,
.intra-muros .single-text p,
.intra-muros .single-text span,
.intra-muros .single-legend h3 {
	color: #fff !important;
}

.single-legend h1 {
	margin-top: 0;
	font-size: 2.5em;
	line-height: 1.1;
}

.single-legend h3,
.single-legend p:first-child {
	margin-top:  0;
}

.single-text,
.single-slide p {
	max-width: 600px;
}

.single-legend h1,
.single-legend h3,
.single-legend p {
	max-width: 450px;
}

.single-slides {
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}

.single-slide {
	height: 100%;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.single-slide img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	width: calc(100% - 450px - 4rem);
}

.single-slide iframe {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.single-slide .media_single iframe {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 5px;
}

.single-slide .single-text-logo img {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	height: auto;
	width: 80px;
}

.single-slide video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	width: calc(100% - 450px - 4rem) !important;
	outline: none;
}

.single-slide .media_single video {
	display: block;
	position: relative;
	top: auto;
	right: auto;
	margin-bottom: 5px;
}

/* FOOTER */

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
}

.footer-L {
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer-L img {
	display: block;
	height: 100px;
}

.footer-items {
	margin-left: 120px;
	position: absolute;
	bottom: 0;
	padding: 5px;
}

.footer-item {
	float: left;
	padding: 0 1em;
}

@media only screen and (min-width: 769px){
	.mobile-show {
		display: none !important;
	}
}

@media only screen and (max-width: 768px){
	
	.mobile-hide {
		display: none !important;
	}
	
	.logo {
		padding: 1.25em 1.4em;
	}
	
	.filter {
		padding: 1.25em 1.4em;
	}
	
	.filter-col {
		display: block;
		margin-left: 0;
		margin-bottom: 1em;
	}
	
	.filter-list {
		position: fixed;
		top: 0;
		right: 0;
		width: 200px;
		height: 100vh;
		background-color: #fff;
		padding: 1.25em 1.5em;
		box-sizing: border-box;
		overflow-y: scroll;
	}
	
	.filter-title img {
		width: 20px;
	}
	
	.mobile-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 1.25em 1.4em;
	}
	
	.mobile-close img {
		width: 20px;
		height: 20px;
	}
	
	.item {
		padding-bottom: 1em;
	}
	
	.item-image {
		display: block !important;
		position: relative;
		width: auto;
		height: auto;
		overflow: auto;
	}

	.item-image img {
		display: none;
		height: auto;
		width: 100%;
		border-right: 0;
		padding-bottom: 0;
	}
	
	.item-image iframe {
		display: none;
		height: auto;
		width: 100% !important;
		border-right: 0;
		padding-bottom: 0;
	}
	
	.item-image video {
		display: none;
		height: auto;
		width: 100% !important;
		border-right: 0;
		padding-bottom: 0;
	}

	.item-image img:first-child {
		display: block;
	}
	
	.item-image iframe:first-child {
		display: block;
	}
	
	.item-image video:first-child {
		display: block;
	}

	.item-meta,
	.item-content {
		display: block;
		width: 100%;
		padding: 1.4em;
	}
	
	.item-meta {
		padding-top: 0;
	}

	.item-meta h3 {
		font-size: 0.8em;
	}

	.item-content h1 {
		font-size: 1.75em;
	}
	
	.contact .item-content h1 {
		font-size: 1.4em;
	}

	
	/* SINGLE */
	
	.single-slide:first-child {
		overflow-y: auto;
	}

	.single-meta,
	.single-content {
		display: block;
	}

	.single-meta {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 1.25em 1.4em;
		box-sizing: border-box;
	}

	.single-content {
		position: relative;
		width: 100%;
		height: 100%;
		overflow-y: visible;
	}
	
	.single-slide:first-child .single-content {
		padding: 1em 1.4em 3em;
		box-sizing: border-box;
	}
	
	.single-text {
		padding-bottom: 3em;
	}
	
	.single-meta h3 {
		font-size: 0.8em;
	}

	.single-content h1 {
		font-size: 1.75em;
		line-height: 1.1;
		font-weight: normal;
		margin: 0;
	}
	
	.single-content p {
		margin: 1.25rem 1rem;
	}
	
	.single-legend {
		padding: 1.5em;
		z-index: 100;
		background-color: #fff;
		position: relative;
	}
	
	.intra-muros .single-legend {
		background-color: #000;
	}
	
	.single-legend h1 {
		font-size: 1em;
		line-height: 1.1;
	}
	
	.single-legend h1,
	.single-legend h3 {
		margin-top: 0;
	}
	
	.single-legend h1 p,
	.single-legend h3 p {
		margin: 0;
	}

	.single-close {
		position: absolute;
		top: 0;
		right: 0;
		padding: 1.25em 1.2em;
	}
	
	.single-close img {
		width: 15px;
		height: 15px;
	}
	
	.single-prev,
	.single-next {
		padding: 0.5em 0.25em;
	}
	
	.single-prev img,
	.single-next img {
		width: 10px;
		height: auto;
	}

	.single-slide img {
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
	}
	
	.single-slide video {
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width:80% !important;
	}
	
	.single-slide iframe {
		display: block;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		width:100%;
	}
	
	.more-details {
		margin-bottom: 1em
	}
	
	.contact .credits {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
	}
	
	.contact input[type=text] {
		width: 100%;
	}
}

@media only screen and (min-width: 415px) and (max-width: 768px) {
	
	.item-content {
		padding-bottom: 2em;
	}
	
	.item-content h1 {
		font-size: 2.2em;
	}
	
	.item-meta h3 {
		font-size: 1em;
	}
	
	.single-meta h3 {
		font-size: 1em;
	}
	
	.single-content h1 {
		font-size: 2.2em;
	}
	
	.single-legend h1 {
		font-size: 2.2em;
	}
}

.container-live {
	position: relative;
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container-live .logo-basel svg {
	width:80px;
	margin-top:20px;
}

.container-live .titre-live {
	
}

.container-live .legende-live {
	font-size: 0.8em;
}


@media all and (max-width: 768px) {
	.container-live {
		margin-top: 100px;
		position: relative;
		height: auto;
		display: block;
		font-size: 0.8em;
	}
	
	.block-live {
		padding-left:10px;
		padding-right:10px;
	}
	
	iframe {
		width:100%;
		height:auto;
	}
	
	.container-live .legende-live {
		font-size: 0.7em;
	}
}

header {
	padding: 1.5em 2em;
}

header > div:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

header > div.outLeft {
	justify-content:flex-start;
}

.filter {
	text-align: right;
    padding: 0;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    float: none;
}

.filter-col {
	text-align: left;
}
header .logo {
	padding:0;
	margin-right:40px;
	float: none;
}
.lib_shop {
	width: auto;
    font-size: 1.2em;
    margin-right: 50px;
}

header .lib_shop > a:last-child {
    margin-left: 15px;
    color: #9B9B9B;
}

header .displayArtistes span:hover, header .displayArtistes span.selected  {
	text-decoration: underline;
	cursor: pointer;
}



header .menuArtistes {
	padding-top:5px;
	padding-bottom:15px;
	padding-left:15px;
}

header::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
header {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

header .hide {
 	display: none;
}

header .menuArtistes-cat {
	margin-top:0px;
	margin-bottom:5px;
	border-bottom: 1px solid #000;
}

header .menuArtistes-cat-more {
	height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 60%;
    margin-bottom:5px;
	cursor: pointer;
}

header .menuArtistes-cat-more span {
	width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .menuArtistes > span:hover, header .menuArtistes .filter-item  > span:hover {
    text-decoration: none;
}

@media all and (max-width: 640px) {
	.lib_shop {
		display:none;
		margin-right: 0;
	}
	
	header {

	}
	
	header .lib_shop > a {
	    display: block;
	}
	
	header .lib_shop > a:last-child {
	    margin-left: 0;
	}
	
	body.lock-position {
		height: 100vh;
		overflow: hidden;
		width: 100%;
		/*position: fixed;*/
	}

	
	.filter-list::-webkit-scrollbar {
	  display: none;
	}
	
	/* Hide scrollbar for IE, Edge and Firefox */
	.filter-list {
	  -ms-overflow-style: none;  /* IE and Edge */
	  scrollbar-width: none;  /* Firefox */
	}
}

@media all and (min-width: 1000px) {
	header {
		max-height:100vh;
		overflow-y: scroll
	}
}

.bc_cookie {
	position: fixed;
	bottom:0;
	left:0;
	background-color: #000;
	width:100%;
	height:auto;
	z-index:9999;
	color:#fff;
	padding-top:20px;
	padding-bottom:40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bc_cookie_page {
	display: block;
}

.bc_cookie > div {
	width:50%;
	max-width: 500px;
	display: block;
}

.bc_cookie .bc_content {
	
}

.bc_cookie .bc_action, .bc_cookie_page .bc_action {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bc_cookie_page .bc_action {
	justify-content:flex-start;
}

.bc_cookie .bc_action > div, .bc_cookie_page .bc_action > div {
	background-color: #000;
	color:#fff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:20px;
	border:1px solid #fff;
	margin-right:20px;
	cursor: pointer;
}

.bc_cookie .bc_action > div:hover, .bc_cookie_page .bc_action > div:hover,.bc_cookie_page .bc_action > div.active {
	background-color: #fff;
	color:#000;
}

.bc_cookie .bc_action > div:last-child, .bc_cookie_page .bc_action > div:last-child {
	margin-right:0;
}

.bc_cookie.hide, .bc_cookie .hide {
	display:none;
}

.bc_cookie .alert {
	color:#ff0000;
}

.bc_cookie a:link, .bc_cookie a:hover, .bc_cookie a:visited {
	color:#fff;
	text-decoration: underline;
}

@media all and (max-width: 640px) {
	.bc_cookie { 
		width:calc(100% - 40px);
		padding-left:20px;
		padding-right:20px;
	}
	
	.bc_cookie > div { 
		width:100%;
	}
	.bc_cookie .footer-L {
		display:none !important;
	}
}