/*TABLET*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
	
}

/*MOBILE STYLES*/


@media screen and (max-width: 768px) {

.background-img img {
	width: auto;
	height:100vh;
	margin-left:50vw;
	transform: translate(-50%, -50%);
}

.background-img figcaption {
	display: none;
}


figcaption.long {
	height:50px;
	margin-top:-50px;
}

/*article long*/

.artistelong {
	width:calc(100% - 52px);
}

.artistelong li:nth-of-type(2) {
	display: block;
	position:absolute;
	height:54px;
	margin-top:-22px;
	z-index: -1;
	top:0;
	right:0;
}

figcaption.long span {
	line-height: 20px;
	margin-top:6px;
}

#menu-header-menu {
	background-color: white;
	border-radius: 16px;
	padding-bottom:5px;
	padding-top:32px;
	opacity:0;
	border-top-right-radius: 0px;
	pointer-events: none;
}

#menu-header-menu li {
	float:none;
}


.menu-mobile {
	display: block;
	z-index: 6;
	transition-duration: 0.3s;
	transition-property: opacity;
}

.menu-mobile li {
	padding-left:10px;
	padding-right:10px;
	text-align:center; 
}

.menu-mobile img {
	width: 15px;
}

.menu-mobile span {
	display: inline-block;
	margin-top: 2px;
}

.home ul.tags {
	height:auto;
	left:8px;
}

.home ul.tags li:first-of-type {
	border-bottom-left-radius:16px;
	border-bottom-right-radius:16px;
}

.home ul.tags li:nth-of-type(2) span {
	line-height: var(--text-height);
	margin-top:8px;
}
	
	section {
		top:85vh;
	}

.column, .left-col, .right-col {
	flex:unset;
	width: 100%;
}

	ul.tags li span {
		font-size:var(--small-size);
	}
	
p {
	max-width: 100%;
}

.grid {
	display: block;
}

article {
	flex:unset;
}

.page-id-8371 .column h6 {
	width:20%;
}

.column h6+ul {
	width:70%;
}

.page-template-page-standard .left-col > h2:first-of-type {
	display: block;
	margin-bottom:40px;
}

.right-col h6+ul {
	width:60%;
}

.oeuvres .cont {
	padding:10px 30px 30px 30px;
}

.oeuvres .cont img {
	height:auto;
	max-width: 100%;
}

section figcaption {
	max-width: 80%;
}

ul.tags li.tagbreak, ul.tags li.domaine {
	display: none;
}

section.artiste figcaption {
	display: none;
}

.page-template-artistes-page ul.tags {
	display: none;
}

}