/*
Theme Name: Imane2025
Theme URI: https://www.imanefares.com
Author: Maxime Bichon
Author URI: https://maximebichon.net
Description: Imane2025
*/

/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* FONTS */

@font-face {
	font-family: 'garnett';
	src: url('f/garnett_regular-webfont.woff2') format('woff2'),
		 url('f/garnett_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'garnett';
	src: url('f/garnett_italic-webfont.woff2') format('woff2'),
		 url('f/garnett_italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'garnett-light';
	src: url('f/garnett_light-webfont.woff2') format('woff2'),
		 url('f/garnett_light-webfont.woff') format('woff');
	font-weight:  normal;
	font-style: normal;

}

@font-face {
	font-family: 'hattonlight';
	src: url('f/ppf_-_hatton_light-webfont.woff2') format('woff2'),
		 url('f/ppf_-_hatton_light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hattonmedium';
	src: url('f/ppf_-_hatton_medium-webfont.woff2') format('woff2'),
		 url('f/ppf_-_hatton_medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hattonregular';
	src: url('f/ppf_-_hatton_regular-webfont.woff2') format('woff2'),
		 url('f/ppf_-_hatton_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'hattonultralight';
	src: url('f/ppf_-_hatton_ultralight-webfont.woff2') format('woff2'),
		 url('f/ppf_-_hatton_ultralight-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*/////////*/
/* GENERAL */
/*/////////*/

body{
	background-color: #dcdcdc;
	font-family: 'garnett';
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hattonmedium{
	font-family: 'hattonmedium';
}

.hattonlight{
	font-family: 'hattonlight';
}

.salt{
	-webkit-font-feature-settings: "salt";
			font-feature-settings: "salt";
}

.tnum{
	-webkit-font-feature-settings: "tnum";
			font-feature-settings: "tnum";
}

a{
	text-decoration: none;
	color: black;
}

a.hoverline,
.line{
	position: relative;
}

a.hoverline:hover:after,
.line:after{
	content:'';
	position:absolute;
	width: 100%;
	height: 0;    
	left:0;
	bottom: 10px;                   
	border-bottom: 1px solid #000;
}

a.hoverline:hover,
.item-hover:hover{
	z-index: 9998;
	position: relative;
	cursor: pointer;
}

body.single-expositions .hover-above:hover{
	z-index: 1;
}

.hover-above:hover{
	z-index: 20000!important;
}


.line:after{
	bottom: 0;
}

.line:hover:after{
	border-bottom: none;
}

.item-hover:hover .size60.lined{
	background: transparent -o-linear-gradient(left, #000, #000) no-repeat 0 77%;
	background: transparent -webkit-gradient(linear, left top, right top, from(#000), to(#000)) no-repeat 0 77%;
	background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 77%;
	background-size: 100% 1px;
}

.item-hover:hover .size40.lined,
.item-hover:hover .size40.lined *{
	background: transparent -o-linear-gradient(left, #000, #000) no-repeat 0 82%;
	background: transparent -webkit-gradient(linear, left top, right top, from(#000), to(#000)) no-repeat 0 82%;
	background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 82%;
	background-size: 100% 1px;
	display: inline;
}

.item-hover:hover .size30.lined{
	background: transparent -o-linear-gradient(left, #000, #000) no-repeat 0 100%;
	background: transparent -webkit-gradient(linear, left top, right top, from(#000), to(#000)) no-repeat 0 100%;
	background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
	background-size: 100% 1px;
}

p{
	margin-bottom: 1em;
}

p:last-of-type{
	margin-bottom: 0;
}

img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}

img:not([src]) {
   visibility: hidden;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.alignright{
	text-align: right;
}

.alignleft{
	text-align: left;
}

.center{
	text-align: center;
}

.upper{
	text-transform: uppercase;
}

.lower{
	text-transform: lowercase;
}

.borderbox{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

.inline{
	display: inline;
}

.inline-block{
	display: inline-block;
}

i,
em,
.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

.overflow{
	overflow: auto;
}

.relative{
	position: relative;
}

/*////////*/
/* LAYOUT */
/*////////*/

.above{
	z-index: 10001;
}

/* MAIN */

.souligne,
.souligne-links{
	border-bottom: 1px solid black;
	padding-bottom: 3px;
}

.texts-links a{
	border-bottom: 1px solid black;
	padding-bottom: 1px;
}

.souligne-links:hover,
.texts-links a:hover{
	border-bottom: none;
}

.hoveropacity{
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.hassup sup{
	font-variant-position: super;
}

.size13{
	font-size: 13px;
	line-height: 19px;
}

.size17{
	font-size: 17px;
	line-height: 25px;
}

.size30{
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0;
}

.size40{
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0;
}

.size60{
	font-size: 60px;
	line-height: 72px;
	letter-spacing: 0;
}

.h4titles h4{
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0;
	margin-bottom: 14px;
}

.marg1em{
	margin-bottom: 1em;
}

.marg7{
	margin-bottom: 7px;
}

.marg10{
	margin-bottom: 10px;
}

.marg15{
	margin-bottom: 15px;
}

.marg20{
	margin-bottom: 20px;
}

.marg30{
	margin-bottom: 30px;
}

.marg40{
	margin-bottom: 40px;
}

.marg60{
	margin-bottom: 40px;
}

.marg80{
	margin-bottom: 80px;
}

.hattonlight{
	font-family: 'hattonlight';
}

.border{
	border-bottom: 1px solid black;
}

.dashborder{
	border-bottom: 1px dashed black;
}

#wrapper{
	margin: 0 20px 20px 207px;
	padding-top: 20px;
}

#wrapper.info{
	padding-top: 15px;
}

#wrapper.home{
	margin-top: 0!important;
	padding-top: 0;
}

#wrapper.topmenu_artiste{
	margin-top: 51px;
}

#wrapper.topmenu_filters{
	margin-top: 115px;
}

body.post-type-archive-artistes #wrapper{
	padding-top: 10px;
}

.width33{
	width: 33.33%;
}

.width45{
	width: 45%;
}

.width50{
	width: 50%;
}

.width55{
	width: 55%;
}

.width60{
	width: 60%;
}

.width70{
	width: 70%;
}

.width80{
	width: 80%;
}

.width90{
	width: 90%;
}

.width100{
	width: 100%;
}

.padd1020{
	padding: 10px 20px;
}

.columns2{
	-webkit-columns: 2;
	   -moz-columns: 2;
			columns: 2;
	-webkit-column-gap: 40px;
	   -moz-column-gap: 40px;
			column-gap: 40px;
}

.columns2 p{
	-webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
			break-inside: avoid;
	padding-top: 1em;
	margin-bottom: 0;
}

/* ARCHIVES */

.archiveblock{
	padding-top: 14px;
}

.ifempty{
	display: none;
}

.nolink{
	cursor: default;
}

/* artistes */

.dropdown-worksby-trigger,
.dropdown-focus-trigger{
	cursor: pointer;
}

.dropdown-worksby,
.dropdown-focus{
	display: none;
}

.arrow-down,
.arrow-right{
	display: none;
	margin-left: 5px;
}

.dropdown-worksby-trigger.closed .arrow-right,
.dropdown-focus-trigger.closed .arrow-right{
	display: inline;
}

.dropdown-worksby-trigger.open .arrow-down,
.dropdown-focus-trigger.open .arrow-down{
	display: inline;
}

/* expos */

#filters_wrap{
	padding-top: 10px;
	background-color: #dcdcdc;
	position: fixed;
	top: 0;
	left: 207px;
	right: 0;
	padding-right: 20px;
	z-index: 9999;
}

#filters_wrap ul{
	padding-top: 10px;
}

#filters_wrap nav{
	padding-right: 20px;
}

#filters_wrap ul li{
	display: inline-block;
	margin-left: 17px;
}

#filters_wrap li a{
	position: relative;
	margin-left: 17px;
}

#filters_time li a:after{
	content: ' □';
	position: absolute;
	bottom: -2px;
	margin-left: 5px;
}

#filters_time li a.active:after,
#filters_time li a:hover:after{
	content: ' ■';
}

#artistmenu_filters ul li a:after{
	content: ' ○';
	font-family: 'garnett-light';
	position: absolute;
	bottom: -1px;
	padding-left: 5px;
}

#artistmenu_filters ul li a.active:after,
#artistmenu_filters ul li a:hover:after{
	content: ' ●';
}

/* SINGLES */

/* publication */

.fiche_publication{
	width: 82%;
}

.fiche_publication .borderbox{
	padding: 10px 20px;
}

#publi_boutons{
	position: fixed;
	right: 20px;
	bottom: 20px;	
}

/* expos */

#back-info{
	display: none;
}

#titres_expos{
	float: right;
}

/* artists */

#titres_artiste.fixed{
	position: fixed;
	top: 71px;
	left: 207px;
	right: 20px;
}

#wrapper.jeunes_collectionneurs #titres_artiste.fixed{
	top: 20px;
}

#artistmenu{
	background-color: #dcdcdc;
	position: fixed;
	top: 0;
	left: 207px;
	right: 20px;
	z-index: 19997;
	padding-top: 10px;
}

#artistmenu ul{
	padding-top: 10px;
}

#artistmenu{
	padding-right: 20px;
}

#artistmenu ul li{
	display: inline-block;
	margin-left: 15px;
}

#artistmenu ul li a{
	margin-left: 15px;
	position: relative;
}

#artistmenu ul li a.dots:after{
	content: ' ○';
	font-family: 'garnett-light';
	position: absolute;
	bottom: -1px;
	padding-left: 5px;
}

#artistmenu ul li a.dots.active:after,
#artistmenu ul li a.dots:hover:after{
	content: ' ●';
}

#more-info a.arrow,
.bio_artiste a.arrow{
	position: relative;
}

#artistmenu ul li a.arrow:after,
#more-info a.arrow:after{
	content: ' ↘';
	position: absolute;
	top: 1px;
	bottom: -2px;
	padding-left: 5px;
}

#artistmenu ul li a.home:after {
	content: url('i/home2.svg');
	padding-left: 5px;
	width: 11px;
	height: 11px;
	display: inline-block;
}

.bio_artiste .lined{
	background: transparent -o-linear-gradient(left, #000, #000) no-repeat 0 100%;
	background: transparent -webkit-gradient(linear, left top, right top, from(#000), to(#000)) no-repeat 0 100%;
	background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
	background-size: 100% 1px;
	padding-bottom: 1px;
}

.bio_artiste a.arrow:after{
	content: ' ↘';
	margin-left: 5px;
}

.bio_artiste .lined:hover{
	background: none;
}

.bio_artiste{
	width: 90%;
}

.bio_artiste .width55.borderbox{
	padding: 10px 20px;
}

/* à propos */

#wrapper.info .columns2{
	width: 89%;
	-webkit-column-gap : 60px;
	   -moz-column-gap : 60px;
			column-gap : 60px;
	padding: 0 20px;
}

#portrait_gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#portrait_gallery img{
	-o-object-fit: cover;
	   object-fit: cover;
}

#mc-embedded-subscribe,
#mce-EMAIL{
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 15px;
	font-family: 'garnett';
	font-size: 15px;
	line-height: 21px;
	letter-spacing: .01em;
	padding: 0;
	margin: 0;
	color: black;
	margin-top: 7px;
}

#mce-EMAIL{
	border-bottom: 1px solid black;
	width: 250px;
	border-radius: 0;
}

#mc-embedded-subscribe{
	cursor: pointer;
}

/* more */

body.single-artistes.moreisopen .boutons_lgd,
body.single-expositions.moreisopen .show-more-info,
body.single-artistes.moreisopen #titres_artiste{
	display: none;
}

body.moreisopen{
	overflow: hidden;
}

body.single-expositions.moreisopen #back-info{
	display: block;
}

body.moreisopen .nextslide,
body.moreisopen .prevslide{
	pointer-events: none;
	cursor: auto;
}

.more .grid,
.more-expos .grid{
	margin-top: 0;
}

body.moreisopen .more .grid,
body.moreisopen .more-expos .grid{
	opacity: 1;
}

.more .grid .width50.borderbox,
.more-expos .grid .width50.borderbox{
	padding: 0 10px;
}

.more-buttons{
	position: fixed;
	right: 15px;
	bottom: 15px;
}

.more{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background-color: rgba(220, 220, 220, 0.90);
	z-index: 19998;
	overflow: scroll;
	padding: 138px 20px 20px 207px;
}

.more.more-sgl_artiste{
	padding: 80px 20px 20px 207px;
}

.more .columns2{
	padding: 0 20px;
}

.more-expos{
	display: none;
}

.morewrapper{
	padding: 0 187px 0 0;
}

.morewrapper p sup{
	font-size: 11px;
	position: relative;
	top: -4px;
	margin-right: 3px;
}

/* grids */

.grid{
	margin-top: 10px;
	margin-left: -9px;
	margin-right: -9px;
	opacity: 0;
}

.item-grid{
	padding-left: 9px;
	padding-right: 9px;
}

.grid{
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.grid_publications{
	opacity: 1;
}

.grid_actualites{
	margin-left: -80px;
	margin-right: 0;
}

.grid_actualites .item-actu{
	width: calc(50%);
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	padding-left: 80px;
}

/* vignettes */

#vignettes{
	position: fixed;
	top: 100px;
	left: 207px;
	right: 207px;
	bottom: 100px;
	pointer-events: none;
	z-index: 9997;
}

.oneVignette{
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}

#vignettes img{
	max-height: 100%;
	width: auto;
	max-width: 100%;
	display: inline;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
}

.oneVignetteLgd{
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 40%;
}

@media screen and (max-height: 750px) {

	body.home .oneVignetteLgd{
		left: 220px;
	}

}

body.post-type-archive-artistes #vignettes,
body.single-artistes #vignettes,
#wrapper.home.vignette_visible .oneVignette{
	opacity: 1;
}

#wrapper.home.vignette_visible #vignettes img,
#wrapper.home.vignette_visible #vignettes,
#wrapper.home.vignette_visible .oneVignette img,
#wrapper.home.vignette_visible .oneVignette{
	opacity: 1!important;
	z-index: 1;
}

#wrapper.home.vignette_visible .item-hover{
	position: relative;
	z-index: 2;
}

/* diapos */

#diapo,
#diapo_legendes{
	opacity: 0;
	pointer-events: none;	
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#diapo.expo .item-diapo_img,
#diapo.expo .item-diapo-wrap_img,
#diapo.expo .slick-slide{
	pointer-events: none;
}

#diapo.expo .embed_video,
#diapo.expo .item-diapo_audio,
#diapo_legendes.expo,
#diapo.expo .slick-active .nextslide,
#diapo.expo .slick-active .prevslide{
	pointer-events: all;
}

#diapo.open,
#diapo_legendes.open{
	opacity: 1;
	pointer-events: all;
}

.diapo_wrap{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
}

.diapo_wrap img.landscape,
.diapo_wrap img.portrait{
	z-index: 10000;
}

.diapo_img{
	position: absolute;
	top: 100px;
	left: 207px;
	right: 207px;
	bottom: 100px;
}

.slides-count{
	position: absolute;
	left: calc(100% + 20px);
	bottom: 0;
}

.nextslide{
	cursor: e-resize;
	position: absolute;
	width: 50%;
	top: 0;
	right: 0;
	bottom: 0;
}

.prevslide{
	cursor: w-resize;
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	bottom: 0;
}

.item-diapo_audio .nextslide,
.item-diapo_audio .prevslide{
	bottom: 101px;
}

.spinner{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 18px;
	width: 18px;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% {  -webkit-transform: rotate(359deg);  transform: rotate(359deg); }
}

@keyframes spin {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% {  -webkit-transform: rotate(359deg);  transform: rotate(359deg); }
}

.spinner{
	-webkit-animation: spin 2s linear infinite;
			animation: spin 2s linear infinite;

}

#diapo .slick-list,
#diapo .slick-track{
	max-height: calc(100vh - 200px);
}

.slick-list{
	overflow: visible;
}

.item-diapo_sgl_lgd{
	max-width: 40%;
	position: relative;
}

.item-diapo_sgl_lgd_wrap{
	overflow: hidden;
}

.item-diapo_sgl_lgd p{
	display: inline;
}

.dotless,
.dotmore{
	cursor: pointer;
	margin-left: 10px;
}

.dotmore{
	visibility: hidden
}

.item-diapo_sgl_lgd_wrap{
	padding-top: 15px;
}

.dotdotdot_full{
	display: none;
}

.ddd-truncated,
.dotdotdot_full{
	cursor: pointer;
}

.ddd-truncated .dotless,
.ddd-truncated .dotmore{
	visibility: visible;
}

.dot_open .dotdotdot_full{
	display: block;
}

.dot_open .dotdotdot{
	display: none;
}

.item-diapo-wrap_img{
	display: inline-block;
	position: relative;
}

.item-diapo_video,
.item-diapo-wrap_img,
.item-diapo_audio{
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	opacity: .4;
}

.diapo_wrap.hover-diapo .item-diapo_video,
.diapo_wrap.hover-diapo .item-diapo-wrap_img,
.diapo_wrap.hover-diapo .item-diapo_audio{
	opacity: 1;
}


.item-diapo_img{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
}

#diapo .slick-slide{
	height: calc(100vh - 200px);
}

.diapo_img img{
	display: inline-block;
}

.diapo_img img.portrait{
	max-height: calc(100vh - 200px);
	width: auto;
}

.diapo_img img.landscape{
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: calc(100vh - 200px);
}

.badwrap{
	height: 100%;
	max-height: calc(100vh - 200px);
}

.item-diapo_video{
	width: 100%;
	height: 100%;
}

.embed_video,
.embed_video iframe{
	height: 100%;
	width: 100%;
}

.item-diapo_audio{
	height: 100%;
}

.item-diapo_audio .slides-count{
	bottom: 101px;
}

.audioimg_wrap{
	 height: calc(100% - 101px);
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
}

.audioimg_wrap img{
	-o-object-fit: cover;
	   object-fit: cover;
}

.diapo_lgd{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 15px 0 15px;
	z-index: 10000;
}

.diapo_lgd .slick-list,
.diapo_lgd .slick-track{
	height: 100px;
}

.item-diapo_lgd{
	position: absolute;
	bottom: 15px;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
}

/* AUDIO */

.audio-wrap{
	border-bottom: 1px solid black;
	text-align: left;
	padding-top: 20px;
	position: relative;
	height: 101px;
}

.audio-wrap .slides-count{
	bottom: -5px;
}

.audio-content{
	padding: 13px 20px;
	position: relative;
}

.titleDisplay,
.artistDisplay,
.songVolume,
.pseudoProgressIndicator,
.pseudoProgressPlayhead,
.buttonText,
.songProgressSliderWrapper{
	display: none;
}

.songPlayTimer:after{
	content: '/';
}

.audio-dl img{
	height: 100%;
	width: auto;
}

.customAudioPlayer{
	width: 100%;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

button.playerTrigger{
	outline:none;
	border: none;
	-webkit-box-shadow: none;
			box-shadow: none;
	background-color: transparent;
	cursor: pointer;
	background-image: url('i/play.svg');
	height: 40px;
	width: 40px;
	background-repeat:no-repeat;
	padding: 0;
	margin-right: 40px;
}

button.playerTrigger.songPlaying{
	background-image: url('i/pause.svg');	
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 4.5px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
		  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #000000;
  border-radius: 0px;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
		  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0.1px solid rgba(0, 0, 0, 0);
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -4.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #000000;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #000000;
  border-radius: 0px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0.1px solid rgba(0, 0, 0, 0);
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #000000;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
  background: #000000;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0.1px solid rgba(0, 0, 0, 0);
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background: #000000;
  cursor: pointer;
  height: 1px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #000000;
}

input[type=range]:focus::-ms-fill-upper {
  background: #000000;
}

/* MENU */

#mainmenu{
	overflow: hidden;
}

#logo,
#menuwrap{
	position: fixed;
	left: 20px;
	z-index: 19999;
}

#logo{
	top: 20px;
}

#menuwrap{
	top: 350px;
}

.rotation-wrapper-outer{
	display: table;
	margin-bottom: 30px;
}

.rotation-wrapper-inner{
	padding: 50% 0;
	height: 0;
	max-width: 52px;
	height: 250px;
}

.rotation-wrapper-inner h2{
	display: block;
	-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
			transform-origin: top left;
	-webkit-transform: rotate(90deg) translate(0, -100%);
		-ms-transform: rotate(90deg) translate(0, -100%);
			transform: rotate(90deg) translate(0, -100%);
	margin-top: -50%;
	white-space: nowrap;
	height: 52px;
}

#menu li{
	height: 23px;
}

#menu li a:before{
	content: url('./i/losange_blank.svg');
	margin-right: 15px;
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	top: 3px;
}

#menu li a.active:before,
#menu li a:hover:before{
	content: url('./i/losange_noir.svg');
}

#qtranslate-chooser{
	margin-top: 18px;
	margin-left: 32px;
}

#qtranslate-chooser li.active{
	display: none;
}

#menu li.margtop_menu{
	margin-top: 1em;
}

.indent_menu a:before{
	visibility: hidden;
}

#mc_embed_signup.newsletter_menu{
	padding-left: 32px;
}

#mc_embed_signup.newsletter_menu #mce-EMAIL{
	width: 130px;
}

/* PLAYR */

.duration,
.currentTime,
.timingsWrapper{
	padding-top: 4px;
}

.notfullscreen .plyr__controls{
	display: none;
}

.myplyr_controls_wrap{
	border-bottom: 1px solid black;
	text-align: left;
	padding-top: 20px;
	position: relative;
	height: 101px;
}

.myplyr_controls{
	padding: 13px 20px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.myplyr_controls_left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.embed_video .myplyr_controls{
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.fullscreenTrigger{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	cursor: pointer;
}

.fullscreenTrigger svg{
	height: 40px;
	width: auto;
}

.playplayer,
.playplayer_mob{
	cursor: pointer;
	background-image: url('i/play.svg');
	height: 40px;
	width: 40px;
	background-repeat:no-repeat;
	padding: 0;
	margin-right: 40px;
}

.pauseplayer,
.pauseplayer_mob{
	display: none;
	cursor: pointer;
	background-image: url('i/pause.svg');
	height: 40px;
	width: 40px;
	background-repeat:no-repeat;
	padding: 0;
	margin-right: 40px;
}

.videoplaying .pauseplayer,
.videoplaying .pauseplayer_mob{
	display: block;
}

.videoplaying .playplayer,
.videoplaying .playplayer_mob{
	display: none;
}


.notfullscreen .plyr--video,
.notfullscreen .plyr__video-wrapper{
	background: transparent!important;
}

.notfullscreen .plyr__video-embed, 
.notfullscreen .plyr__video-wrapper--fixed-ratio,
.notfullscreen .plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{
	height: 100%!important;
	padding-bottom: 0!important;
	-webkit-transform: none!important;
		-ms-transform: none!important;
			transform: none!important;
}

.embed_video.notfullscreen .myplyr{
	height: calc(100% - 101px);
	position: relative;
}

/* VIEWING ROOM */

body.post-type-archive-viewing_room #menu li a:before{
	content: url('./i/losange_blank_white.svg');
}

body.post-type-archive-viewing_room #menu li a.active:before,
body.post-type-archive-viewing_room #menu li a:hover:before{
	content: url('./i/losange_noir_white.svg');
}

body:not(.post-type-archive-viewing_room) #menu li.vr a:before{
	content: url('./i/dot_vr_noir_2.svg');
}

body.post-type-archive-viewing_room #menu li.vr a:before{
	content: url('./i/dot_vr_2.svg');
}

body.post-type-archive-viewing_room{
	background-color: #111013;
	color: #e0e0e0;
}

body.post-type-archive-viewing_room .more{
	background-color: rgba(15, 14, 17, 0.9);
}

body.post-type-archive-viewing_room a{
	color: #e0e0e0;
}

body.post-type-archive-viewing_room.infovr-isopen .works_artiste{
	display: none;
}

/* PRESSE */

.commas span:after{
	content: ', ';
}

.commas span:last-of-type:after{
	content: '';
}

/*////////////*/
/* RESPONSIVE */
/*////////////*/

.responsive_videos{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.responsive_videos iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1900px) {
	
	.grid_actualites{
		margin-left: -80px;
		margin-right: 0;
	}
	
	.grid_actualites .item-actu{
		width: calc(33.33%);
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
		padding-left: 80px;
	}
	
	#wrapper.topmenu_filters{
		padding-top: 90px;
	}
	
	#artistmenu_filters .width70{
		width: 100%;
	}
	
}

.mobileyes,
#artistmenu li.mobileyes{
	display: none;
}

@media (hover: none) {
	
	.item-diapo_video, 
	.item-diapo-wrap_img, 
	.item-diapo_audio{
		opacity: 1;
	}
	
}

@media screen and (min-width: 1000px) and (max-width: 1250px) {

	.item-grid.width33{
		width: 50%;
	}
		
}

@media screen and (max-width: 1000px) {
	
	.more .grid .item-grid {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.libreak{
		display: block!important;
	}
	
	.mobileyes{
		display: block;
	}
	
	#artistmenu li.mobileyes{
		display: inline-block;
	}
	
	.mobileno{
		display: none!important;
	}
	
	body.single-expositions.moreisopen{
		overflow: auto!important;
	}
	
	body.single-expositions.moreisopen .images_expo_mob{
		display: none;
	}
	
	body.post-type-archive-presse .grid,
	body.post-type-archive-actualites .grid{
		opacity: 1;
	}
	
	.texts-links a{
		padding-bottom: 0;
	}
	
	#maininfo_gallery{
		margin-bottom: 30px;
	}

	/* menu */
	
	#logo{
		top: 10px;
	}
	
	#logo, 
	#menuwrap{
		left: 10px;
	}
	
	.rotation-wrapper-outer{
		margin-bottom: 15px;
	}
	
	.rotation-wrapper-inner{
		max-width: 35px;
		height: 150px;
	}
	
	.rotation-wrapper-inner h2{
		font-size: 35px;
		height: 29px;
	}
	
	#menuwrap{
		top: 204px;
		left: 0;
		right: calc(100% - 50px);
		bottom: 0;
		background-color: rgba(220, 220, 220, 0.90);
		padding-left: 10px;
	}
	
	body.post-type-archive-viewing_room #menuwrap,
	body.post-type-archive-viewing_room .topmenu_more_mob{
		background-color: rgba(15, 14, 17, 0.9);
	}
	
	body.post-type-archive-viewing_room .topmenu_more_mob{
		border-bottom: 1px dashed #e0e0e0;
	}
	
	#mainmenu.open #menuwrap{
		right: 0;
		top: 0;
		padding-top: 204px;
	}
	
	#menu li{
		height: 32px;
		margin-bottom: 8px;
	}
	
	#mainmenu.open #logo{
		z-index: 20000;
	}
	
	#menu li a{
		visibility: hidden;
	}
		
	#menu li.vr{
		margin-top: 0em;
	}
	
	#menu li a:before{
		width: 28px;
		height: 28px;
		top: 0px;
		visibility: visible;
	}
	
	#mainmenu.open li a{
		visibility: visible;
		font-size: 35px;
	}
	
	#menu li a:before{
		width: 28px;
		height: 28px;
		top: 1px;
		margin-right: 11px;
	}
	
	#togglemobile{
		display: block;
		background-color: transparent;
		position: absolute;
		height: 232px;
		width: 30px;
		z-index: 1;
		cursor: pointer;
	}
	
	#mainmenu.open #togglemenu,
	#qtranslate-chooser{
		display: none;
	}
	
	#mainmenu.open #qtranslate-chooser{
		display: block;
		margin-left: 38px;
	}
	
	#menu li.margtop_menu{
		margin-top: 0;
	}
	
	#menu .margtop_menu_mob,
	.margtop_menu_mob{
		margin-top: 30px!important;	
	}
	
	#menu li.margtop_menu_mob a:before{
		visibility: hidden;
	}
	
	#cross{
		display: none;
		width: 40px;
		height: 40px;
		overflow: hidden;
		cursor: pointer;
		position: fixed;
		z-index: 100;
		top: 7px;
		right: 7px;
	}
	
	#cross::before, 
	#cross::after {
		content: '';
		position: absolute;
		height: 4px;
		width: 100%;
		top: 50%;
		right: 0;
		margin-top: -1px;
		background: black;
	}
	
	#cross::before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#cross::after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	body.post-type-archive-viewing_room #cross::before,
	body.post-type-archive-viewing_room #cross::after{
		background: white;
	}	
	
	#mainmenu.open #cross{
		display: block;
	}
	
	/* LAYOUT */
	
	body{
		font-size: 14px;
		line-height: 20px;
	}
	
	#wrapper{
		margin: 0 10px 10px 50px;
		padding-top: 10px!important;
	}
	
	.size13{
		font-size: 13px;
		line-height: 19px;
	}
	
	.size13{
		font-size: 13px;
		line-height: 19px;
	}
	
	.size17{
		font-size: 15px;
		line-height: 22px;
	}
	
	.size30{
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0;
	}
	
	.size40{
		font-size: 24px;
		line-height: 32px;
		letter-spacing: 0;
	}

	.size60{
		font-size: 30px;
		line-height: 38px;
		letter-spacing: 0;
	}
	
	.hattonmedium.size60{
		font-size: 31px;
		line-height: 39px;
	}
	
	#wrapper .hattonlight.size40,
	#wrapper .hattonlight.size60{
		line-height: 25px;
		font-size: 23px;
	}
	
	.h4titles h4{
		font-size: 30px;
		line-height: 36px;
		letter-spacing: 0;
		margin-bottom: 14px;
	}
	
	.marg1em{
		margin-bottom: 1em;
	}
	
	.marg7{
		margin-bottom: 5px;
	}
	
	.marg10{
		margin-bottom: 7px;
	}
	
	.marg15{
		margin-bottom: 10px;
	}
	
	.marg20{
		margin-bottom: 15px;
	}
	
	.marg30{
		margin-bottom: 20px;
	}
	
	.marg40{
		margin-bottom: 30px;
	}
	
	.marg60{
		margin-bottom: 40px;
	}
	
	.marg80{
		margin-bottom: 60px;
	}
	
	.width70,
	.width45,
	.width55,
	.width33,
	.width50,
	.width80,
	.width60,
	.fiche_publication{
		width: 100%;
	}
	
	.columns2{
		-webkit-columns: auto;
		   -moz-columns: auto;
				columns: auto;
	}
	
	.padd1020,
	.fiche_publication .borderbox{
		padding: 0;
	}
	
	.fiche_publication .borderbox{
		margin-bottom: 20px;
	}
	
	.more .padd1020{
		margin-bottom: 1em;
	}
	
	.topmenu_more_mob{
		position: fixed;
		top: 0;
		left: 50px;
		right: 10px;
		background-color: rgba(220, 220, 220, 1);
		z-index: 19998;
		padding: 8px 0 5px 0;
		border-bottom: 1px dashed black;
	}
	
	.bio_artiste .lined{
		background: transparent -o-linear-gradient(left, #000, #000) no-repeat 0 92%;
		background: transparent -webkit-gradient(linear, left top, right top, from(#000), to(#000)) no-repeat 0 92%;
		background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 92%;
		background-size: 100% 1px;
	}
	
	.item-hover:hover .size60.lined, 
	.item-hover:hover .size60.lined *,
	.item-hover:hover .size40.lined,
	.item-hover:hover .size40.lined *,
	.item-hover:hover .size30.lined{
		background: none;
	}
	
	.souligne{
		border-bottom: none;
		display: inline!important;
		background: transparent -o-linear-gradient(left, #000, #000) no-repeat 0 100%;
		background: transparent -webkit-gradient(linear, left top, right top, from(#000), to(#000)) no-repeat 0 100%;
		background: transparent linear-gradient(90deg, #000, #000) no-repeat 0 100%;
		background-size: 100% 1px;
	}
	
	.souligne-links{
		padding-bottom: 1px;
	}
	
	a.hoverline:hover:after{
		content: none;
	}
	
	.souligne:after{
		content: '';
		height: 5px;
		display: block;
	}
	
	/* SINGLES */
	
	#vignettes{
		display: none;
	}
	
	#artistmenu{
		left: 50px;
		padding-right: 0;
		right: 10px;
	}
	
	#artistmenu ul{
		padding-top: 0;
	}
	
	.bio_artiste{
		width: 100%;
	}
	
	.bio_artiste .width55.borderbox{
		padding: 0;
	}
	
	#filters_wrap{
		left: 50px;
		padding-right: 10px;
	}
	
	#filters_wrap ul{
		padding-top: 0;
	}
	
	#artistmenu_filters{
		padding-top: 5px;
	}
	
	body.post-type-archive-publications #artistmenu_filters{
		padding-top: 0;
	}
	
	#filters_wrap nav,
	#artistmenu{
		padding-right: 0;
	}
	
	#filters_wrap ul li,
	#artistmenu ul li{
		margin-left: 0;
	}
	
	#filters_wrap ul li a:after{
		position: relative;
		margin-left: 0;
	}
	
	#filters_wrap li a,
	#artistmenu ul li a{
		margin-left: 6px;
	}
	
	#artistmenu_filters ul li a:after,
	#artistmenu ul li a.dots:after,
	#artistmenu ul li a.arrow:after, 
	#more-info a.arrow:after{
		padding-left: 0;
		position: relative;
	}
	
	.diapo_wrap,
	.diapo_img{
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		z-index: 1;
	}
	
	.grid_artiste{
		display: none;
	}
	
	#diapo{
		opacity: 1;
		pointer-events: all;
	}
	
	.item-diapo_video, 
	.item-diapo-wrap_img, 
	.item-diapo_audio{
		opacity: 1;
	}
	
	.item-diapo_img{
		top: auto;
		-webkit-transform: none;
			-ms-transform: none;
				transform: none;
	}
	
	.badwrap{
		height: auto;
		max-height: none;
	}
	
	.slides-count_mob{
		width: 40px;
		-webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.item-diapo_sgl_lgd_wrap_mob{
		width: 100%;
	}
	
	body.single-expositions #titres_artiste,
	body.single-expositions #titres_expos{
		margin-bottom: 20px;
	}
	
	.size40.hattonlight.marg10{
		margin-bottom: 4px;
	}
	
	.dotdotdot_full_mob{
		display: none;
	}
	
	.ddd-truncated_mob,
	.dotdotdot_full_mob{
		cursor: pointer;
	}
	
	.ddd-truncated .dotless,
	.ddd-truncated .dotmore{
		visibility: visible;
	}
	
	.dot_open .dotdotdot_full_mob{
		display: block;
	}
	
	.dot_open .dotdotdot_mob{
		display: none;
	}
	
	.grid{
		margin-left: 0;
		margin-right: 0;
	}
	
	.grid_actualites .item-actu{
		width: 100%;
		padding: 0;
	}
	
	.grid_actualites{
		margin-left: 0;
	}
	
	.more{
		background-color: rgba(220, 220, 220, 1);
	}
	
	.more.more-sgl_artiste{
		padding: 10px!important;
		margin-left: 40px;
	}
	
	.images_expo_mob.closemob{
		display: none;
	}
	
	.morewrapper{
		padding: 0;
	}
	
	.morewrapper p sup{
		font-size: 11px;
	}
	
	/* PLYR */
	
	.pauseplayer_mob,
	.playplayer_mob,
	button.playerTrigger{
		width: 30px;
		height: 30px;
	}
	
	.myplyr_controls_wrap,
	.audio-wrap{
		height: auto;
		padding-top: 10px;
	}
	
	.myplyr_controls,
	.audio-content{
		padding: 7px 7px;
	}
	
	.duration, .currentTime, .timingsWrapper{
		padding: 0;
	}
	
	/* AUDIO */
	
	.audioimg_wrap{
		position: relative;
		padding-bottom: 56.26%;
		overflow: hidden;
	}
	
	.audioimg_wrap img{
		position: absolute;
	}
	
	/* MISC */
	
	.wrap_spinner_mob{
		position: relative;
		min-height: 50px;
		width: 100%;
	}
	
	.show-more_mob{
		text-align: left;
	}
	
	.marg40mob{
		margin-bottom: 40px;
	}
	
	#wrapper.info .columns2{
		padding: 0;
		-webkit-columns: auto;
		   -moz-columns: auto;
				columns: auto;
	}
	
	#portrait_gallery{
		margin-bottom: 20px;
	}
	
	h2.size40.marg40{
		margin-bottom: 10px;
	}
	
	body.page-id-480 .overflow{
		overflow: inherit;
	}
	
	.archiveblock{
		padding-top: 0;
	}
	
	#filters_time li a:after{
		bottom: -1px;
	}
	
	.columns2 p {
		padding-top: 0;
		margin-bottom: 1em;
	}
	
}
@media only screen  and (max-device-width : 1000px) and (orientation : landscape) {
	
	/* #mainmenu:not(.open) #menuwrap{
		height: 35px;
		overflow: hidden;
	} */
	
	#mainmenu.open #logo{
		display: none;
	}
	
	#mainmenu.open #menuwrap{
		padding-top: 15px;
	}
	
}