/*
Theme Name: galerie binome
Theme URI: https://uplaod.fr
Description: galerie binome website
Author: uplaod
Author URI: http://uplaod.fr
Version: 1.0
*/



body {font: 18px "Grotesk", sans-serif;}
body, select, input, textarea {color: #333;}

a {color: black;cursor: pointer;}
a:hover {color: black;}

::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }


h1,.h1 {font-size: 1.9em;}
h2,.h2 {font-size: 1.4em;}

p{font-size: 1em;}

h4,.h4 { font-size: 0.6em; line-height: 1.3em; }


img{pointer-events: none}
/* Content
-------------------------------------------------------------------------------*/
#wrapper {width: 64%;padding: 0 0 40px 40px;margin: 62px 0 0px 24%;min-height: 80vh;height: 80%;position: relative;box-sizing: content-box;}
#wrapper:before {content: '';height:0px;background: black;width: 3px;/* display: inline-block; */position: fixed;left: 0;margin: 0 0 0px 23%;}

div#content {
    padding-bottom: 100px;
}



html,body{
	margin: 0;
	padding: 0;
	top: 0;
	/* height: 100%; */
}

.logo{
    position: absolute;
    top: 30px;
    /* left: 70px; */
    width: 20%;
    max-width: 850px;
    /* min-width: 175px; */
}
.logo.open{
	transition: 0.5s all cubic-bezier(0.18, 0.68, 0.47, 1.01) 0.3s;
	width: 100%;
	min-width: 173px;
	z-index: 99999;
	max-width: 280px;
}
.logo-img {position: absolute;height: 30px;left: 14px;line-height: 0.6;}
.logo-galerie{ }

.logo-binome{
    top: 40px;
    right: 5%;
    margin-right: 0px;
    left: auto;
}

.filet{
    background: black;
    display: inline-block;
    position: absolute;
}

.filet-1{
	transition: .2s all ease  .5s;
	height: 3px;
	width: 0;
	top: 15px;
	right: 98.6%;
}
.filet-2{
	transition:.2s height ease  .4s;
    width: 3px;
    height: 0;
    top: 15px;
}
.filet-3{
	transition: .2s width ease  0.3s;
	height: 3px;
	width: 0;
	top: 32px;
}
.filet-4{
	transition:.2s height ease;
	width: 3px;
	height: 0;
	top: 32px;
	left: 100%;
	/* margin-left: -3px; */
}

.logo.open .filet-1{
    width: 8px;
    transition: .2s all  ease;
    left: 0;
}
.logo.open .filet-2{
    height: 20px;
    transition:.2s height  ease  .1s;
}
.logo.open .filet-3{
    width: 100%;
    transition: .2s width  ease  0.3s;
}
#wrapper.open:before {
	transition: .2s height  ease  0.8s;
	height: 100%;
}



#wrapper.open + #footer .wrap_foot:before {width: 80%;transition: .2s width  ease  1s;}
#wrapper.open + #footer .wrap_foot:after { height:100%;	transition: .1s height  ease  1.2s;}
#wrapper.open + #footer:before  { width: 100%;	transition: .2s width  ease  1.3s;}

.page-home{ opacity: 0;	transition: all .5s ease-in-out  1.5s;}
#wrapper.open .page-home{ opacity: 1}

#footer:hover {
	height: 45%;
	min-height: 400px;
}
#footer.mobopen {
	height: 45%;
	min-height: 400px;
}
 body.home #footer p{
	opacity: 0
}
body.home #wrapper.open + #footer p{
	transition: .2s all ease 1.7s;
	opacity: 1;
}
.logo.open .menu{opacity:1}
.menu{top: 110px;position: absolute;width: 100%;right: 20px;transition: all 0.3s ease-in-out 1.1s;opacity: 0;z-index: 99999;min-width: 200px;}

.menu li{
	line-height: 2.2;
	list-style: none;
	font-family: "Grotesk";
	text-align: right;
}

.menu ul{
	padding: 0 20px 0 0;
	margin: 0;
}


.menu.open {
    opacity: 1;
}
footer#footer {
    position: fixed;
    bottom: 20px;
    left: 3%;
    padding: 0;
    width: 90%;
    height: 55px;
    overflow: hidden;
    background: white;
    min-height: 20px;
    transition: 0.4s all ease .2s;
    z-index: 12;
}
footer p{
    margin: 0.5em 0;
}

header#header {
    /* height: 100vh; */
    width: 20%;
    position: fixed;
    top: 0;
    left: 3%;
    z-index: 10;
    max-width: 280px;
}

.wrap_foot {
    padding: 8px 20px 8px 26.5%;
    box-sizing: content-box;
    line-height: 1.4;
}
.wrap_foot:before {content: '';width: 0%;background: black;height: 3px;display: inline-block;position: absolute;left: 22.5%;top: 0;margin-left: -3px;}
.wrap_foot:after {content: '';height:0%;background: black;width: 3px;display: inline-block;position: absolute;right: 0;top: 0;}
#footer:before {content: '';width: 0%;background: black;height: 3px;display: inline-block;position: absolute;right: 0;bottom: 0px;margin-left: -3px;}



.block_img{
    width: 40%;
    padding: 0 30px 10px 0;
    font-size: 0.7em;
}
.block_img img{
    width: 100%;
    height:auto;
}
.block_img.block_img-left {
    float: left;
}

.block_img span {
    padding-top: 5px;
    margin: 0px;
    display: inline-block;
}


.menu a {
    text-decoration: none;
    position: relative;
}
.wrap_foot a:after,
.entry-content a:after,
.artist-name:after,
.menu a:after {
    content:'';
    display: inline-block;
    width: 0%;
    height: 3px;
    background: black;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .2s width ease;
}
.artist-wrap:hover .artist-name:after,
.artist-name:hover:after,
.menu a:hover:after ,
.menu li.current-menu-item a:after{ width: 100%; }

.wrap_foot a,.entry-content a{text-decoration: none; position: relative}
ul.sub-menu li a:after{ width: 0% !important; }
.wrap_foot a:hover:after,
.entry-content a:hover:after,
ul.sub-menu li:hover a:after{ width: 100% !important; }
#artistes ul.sub-menu li#menu-item-770 a:after {width: 100% !important;}
#expose ul.sub-menu li#menu-item-768 a:after { width: 100% !important; }
#projet ul.sub-menu li#menu-item-769 a:after { width: 100% !important; }

ul.sub-menu{height: 0px;opacity: 0;transition: all .2s ease;}
ul.sub-menu.open{height: 3.2em;}

ul.sub-menu li {
    font-size: 0.8em;
    line-height: 1.4;
}

ul.sub-menu {
    padding: 0;
}
.artist-background {
    position: fixed;
    top: 62px;
    right: 7%;
    z-index: -1;
    width: 57%;
    opacity: 0;
    transition: .4s all ease;
    height: 80vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
.artist-background img{
    height: 100%;
    width: auto;
    float: right;
}
.artist-title,
.artist-name {
	text-transform: capitalize;
    text-decoration: none;
	position: relative
}

.artist-wrap:hover + .artist-background {
    opacity: 1;
}
.block-actu.first,
.block-actu.page-actu:first-child {
    height: 320px;
    position: relative;
    width: 98%;
}

.block-actu.page-actu.page-home:first-child{
    height: 50vh;
    position: relative;
    width: 100%;
    margin: 0px 0%;
    border: none;
}
.block-actu-thumb.archive,
.page-home .block-actu-thumb {
    /* position: relative; */
    background-position: 0% 0%;
    /* margin: 20px 0; */
}

.page-home h2 {
    padding-bottom: 0;
}
.block-actu.page-actu.page-home .block-actu-thumb{/* opacity:1 */height: 100%;top: 2em;}
.block-actu {
	margin: 20px 2% 20px 0%;
	width: 48%;
	min-height: 280px;
	position: relative;
	display: inline-block;
	float: left;
	border-bottom: 3px solid black;
}
.entry-content-tab.expo a,
.entry-content-tab.presse a,
.block-actu a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.block-actu a{width:100%;height:100%;}
.block-actu:hover .block-actu-thumb  {opacity:1	}
.block-actu:hover a p  ,.block-actu:hover a u  {opacity:0	}
.block-actu-thumb{height: 87%;width: 100%;z-index: -1;background-size: contain;background-repeat: no-repeat;background-position: 0 0px;margin-left: 0%;display: block;position: absolute;opacity: 0;transition: all .3s ease-in-out;top: 13%;}
.block-actu-thumb.archive{height: 100%;top: 0%;}

.block-actu-title {width: 100%;transition: all .3s ease-in-out;}

.block-actu-title h2{
    /* text-decoration: underline; */
    display: inline-block;
    /* width: 40%; */
}
.block-actu-title h2,
.block-actu-title p {/* text-shadow: 0px 0px 11px rgba(255, 255, 255, 0.64); */}


    .swiper-container {
        width: 100%;
        /* height: 300px; */
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        background-size: contain;
        background-position: top left;
        background-repeat: no-repeat;
        margin-bottom: 30px;
    }
    .gallery-top {
        /* height: 100%; */
        width: 100%;
        padding-bottom: 65px;
    }
    .gallery-thumbs {
        height: 80px;
        box-sizing: border-box;
        padding: 10px 0 30px;
        margin-bottom: 50px;
    }
    .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
        width: 25%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }

.swiper-button-next.disable,.swiper-button-prev.disable {
     top: 46%;
    width: 50px;
    height: 50px;
    z-index: 3;
}
.serie {
    /* height: 64vh; */
    width: 90%;
    position: relative;
    height: auto;
    display: block;
}
.serie-actu{
	padding: 40px 0
	}

.galerie {
    height: 60vh;
    opacity: 0;
    position: absolute;
    /* top: 180px; */
    /* right: 0; */
    width: 100%;
    padding-bottom: 220px;
}

.swiper-slide img {
    width: 100%;
    /* max-height: 100%; */
    /* margin: 0 auto; */
    display: block;
}
.swiper-slide img.size-paysage {width: 100%;height: auto;max-height: 60vh;width: auto;}
.swiper-slide img.size-portrait {height: 60vh;width: auto;margin: 0;}
.swiper-slide img.size-carre {height: 60vh;width: auto;margin: 0;
}
.open{
display: block !important;
opacity: 1 !important;
}
.entry-content-tab {
    display: none;
}

.entry-content-tab.oeuvre.open {
	opacity: 1;
	width: 100%;
	vertical-align: top;
	/* float: left; */
	margin: 0px 0 0.8em 0em;
}
.entry-content-tab.bio,.entry-content-tab.expo,.entry-content-tab.presse {
    padding-top: 1.1em;
}
ul#artist_menu {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0.4em 0em;
}
ul#artist_menu h2{
    margin-bottom: 10px;
    text-transform: capitalize;
}
.artist_menu-main a{
    text-decoration: none;
    line-height: 1.5;
}
.entry-content-tab.expo a:after,
.entry-content-tab.presse a:after{
    content:'';
    display:block;
    background:black;
    height:2px;
    margin-top:-2px;
    transition: all .2s ease-in-out;
    width: 0%;
    /* left: 100%; */
}

.artist_menu-main a:after,
.artist_menu-sub li a:after {
    content:'';
    display:block;
    background:black;
    height:2px;
    margin-top:-2px;
    transition: width .2s ease-in-out;
    width: 0px;
}
.entry-content-tab.expo a:hover:after,
.entry-content-tab.presse a:hover:after{
	width: 100%;
	margin-left: 0%;
}
.artist_menu-main a.active:after,
.artist_menu-sub li a.active:after,
a.active:after {
	width:100%
}
.artist_menu-sub {
    margin: 0 0 20px 0;
    /* position: absolute; */
    /* width: 100%; */
}
.artist_menu-sub li {
    margin: 0 15px 0 0;
    display: inline-block;
}
.artist_menu-sub li a{
    text-transform: capitalize;
    text-decoration:none;
    text-decoration: none;
    line-height: 1.5;
}
}
.entry-content-tab.bio,
.entry-content-tab.expo,
.entry-content-tab.presse {
    padding-top: 0em;
}
.entry-content-tab.bio p{
	margin: 0px 0 0.8em 0em;
	text-align: justify;
	max-width: 850px;
	line-height: 1.5;
}
.entry-content-tab.bio div.bio-text{
	float: left;
	width: 70%;
}
.portrait{
	max-width: 170px;
	padding: 5px 2.5% 5px;
	float: left;
	width: 25%;
}
.portrait img {
    width: 100%;
}


.social {
    position: fixed;
    bottom: 25px;
    z-index: 9999999;
}
.social a{  display:block; height:30px}

.social img {
    width: 30px;
}

.social ul li {
    display: inline-block;
}
.text_block{
	width: 100%;
	clear: both;
	text-align: justify;
	line-height: 1.4;
	padding: 1em 0 3em 0;
}
.text_block p{
	margin: 0 0 0.8em;
}
.artist_link a{
	text-transform: capitalize;
	text-decoration: none !important;
	transition: .1s all ease;
}
.artist_link a:hover{

	border-bottom: 3px solid;
}

.artist_link {
    padding: 2em 0 1em 0;
}

input,button{
	-webkit-appearance: none;
	border: 2px solid black;
	background: white;
	padding: 3px 0.8em;
	height: 30px;
	vertical-align: top;
	font-size: 0.9em;
	outline: none;
	font-family:inherit;
	border-radius: 0px;
}
textarea {
	font-family:inherit;
	-webkit-appearance: none;
	border: 2px solid black;
	background: white;
	padding: 10px 0.8em;
	width: 80%;
	vertical-align: top;
	font-size: 0.9em;
	outline: none;
	border-radius: 0px;
	}

.home div#wrapper {
    min-height: 0px;
 }

.menu-menu-1-container {
    z-index: 99999;
}

.cache {
    width: 100%;
    height: 73px;
    background: white;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
}
li.artist_menu-main {
    float: left;
    margin: 0 20px 0 0px;
}
.demi-col {width: 46%;display: inline-block;margin: 0px 3% 40px 0px;vertical-align: top;}

.demi-col img{
    display: inline-block;
    height: 45px;
    float:none;
    clear:both;
    margin: 0;
}
.demi-col p,
.demi-col a{
	/* margin: 0%; */
	/* font-size: 0.9em; */
	}
.demi-col a{
	padding: 0.2em 0;
	display: inline;
}
a.post-edit-link {
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0.4em 0.6em 0.6em;
    border: 1px solid rgba(0, 214, 0, 0.41);
    color: #4a4a4a;
    background: white;
}

input#input {
    color: #272727;
    font: 16px "Grotesk", sans-serif;
}

#captcha {
    float: left;
    margin: 0 15px 0 0;
}
.presse-block {
    padding: 0.3em 0 0.2em 10px;
    border-left: 3px solid #dcdbdb;
    margin: 10px 0px 10px -10px;
    }

.presse-block:first-child {
	margin: 0px 0px 10px  -10px;
}

span.extrait {
    padding: 0em 0px 0.3em;
    display: block;
}

.presse-link a {display: inline-block;}
.presse-link span {
    display: inline-block;
    color: #383838;
    /* font-size: .7em; */
}

.presse-link {}
.presse-block img {
	max-width: 50%;
	max-height: 65vh;
}

.single-expo {
    padding: 0em 0 1.2em 0;
}
.single-expo p{
    font-size:.7em
}

.entry-content-tab.expo, .entry-content-tab.presse {
    padding: 1.1em 0 4em;
}

.pdf:before{
	content:'';
	background-image: url('https://galeriebinome.com/new/wp-content/themes/upBlank/_/inc/images/pdf.png');
	height: 20px;
	width: 20px;
	background-size: contain;
	display: inline-block;
	padding: 0 5px 0 0;
	background-repeat: no-repeat;
}

.swiper-wrapper p {
    font-size: .7em;
    padding-top: 20px;
    /* position: absolute; */
    te; */
}
img.info_img {
    padding: 0 0 2em;
}
p.presentation_serie {
    font-size: .8em;
    top: 10px;
}
.presentation_serie-wrap{
	padding-bottom: 40vh;
	}
.trigger {width: 30px;height: 30px;
	background-image: url('https://galeriebinome.com/new/wp-content/themes/upBlank/_/inc/images/menu.png');display: none;position: absolute;background-repeat: no-repeat;background-size: contain;top: 70px;}

.img_archive {
    display: inline-block;
    vertical-align: middle;
}

.text_block h2 {top: 50%;position: relative;display: inline-block;height: 100%;vertical-align: middle;padding: 0 20px;}

.entry-header{
    width: 56%;
    float: left;
    margin: 0 0 2em;
}


/* Print styles!

-------------------------------------------------------------------------------*/
@media print {

}


/* Media queries!
-------------------------------------------------------------------------------*/
@media screen and (max-width:1080px) {
	body{font-size: 14px;}
	.wrap_foot:before {left: 22.6%;}
}
@media screen and (max-width: 850px) {
.trigger { display: inline-block; }
#header.open{width: 94.6%;background: white;height: 92%;max-width:none;}
#header #menu-menu-1{transition-delay: 0s !important;opacity: 0;/* font-size: 2em */}
#header.open #menu-menu-1{ opacity: 1; }

div#wrapper.close {width: 0px !important;}
#wrapper.close:before {content: '';background: black;width: 3px;/* display: inline-block; */position: fixed;left: 0;margin: 0 0 0px 97.6%;}
#wrapper.close + #footer .wrap_foot:before,
#wrapper.close + #footer .wrap_foot small,
#wrapper.close + #footer .wrap_foot p{	transition-delay: 0s !important; opacity: 0 !important}

#wrapper {width: 70%;padding: 0 0 40px 15px;margin: 62px 0 0px 23%;}
	body{font-size: 14px;}
	.logo.open{	min-width: 80px; max-width:none;}
	#footer{width: 95% !important;}
	.wrap_foot:before {left: 21.5%;}
	.logo-img { line-height: 0.8;}
.block-actu {
    min-height: 170px !important;
    position: relative;
    width: 98%;
    margin: 20px 1%;
}
.page-home{
	height: 50vh !important;
}
.swiper-slide img.size-paysage {width: 100%;height: auto;max-height: 60vh;width: auto;}
.swiper-slide img.size-portrait {width: 100%;height: auto;max-height: 60vh;width: auto;}
.swiper-slide img.size-carre {width: 100%;height: auto;max-height: 60vh;width: auto;}
.demi-col img{
	width:auto!important;
    height: 35px;
    max-width:none;
}

}

@media screen and (max-width: 480px) {
#header.open{
    max-width: 94.3%;
}#header #menu-menu-1{font-size: 1.4em }

 .logo.open{	max-width: 100%; }

	body{font-size: 12px;}
	#footer{width: 95.3% !important;}
		.wrap_foot:before {left: 21.7%;}
}

@media screen and (min-width: 1400px) {

#wrapper {padding: 0 0 40px 40px;margin: 62px 0 0px 340px;}
#wrapper:before {margin: 0 0 0px 320px;}

header#header { left: 40px; max-width: 280px;}
.wrap_foot {padding: 8px 20px 8px 320px;}
.wrap_foot:before {left:272px;}
#wrapper.open + #footer .wrap_foot:before {width: 100%;transition: .2s width  ease  1s;}
footer#footer { left: 51px;}
}


#mc_embed_signup input.mce_inline_error { border-color:#6B0505 !important; } 
#mc_embed_signup div.mce_inline_error {margin: 0.7em 0  !important;color:#6B0505 !important;font-weight: bold;z-index: 1;background: none !important;padding: 0  !important;}
div#mce-success-response {
    display: block;
    width: 100%;
    clear: both;
    padding: 1em 0;
}