* { 
	margin: 0; 
	padding: 0;
	box-sizing: border-box;
}
body { 
	overflow: hidden;
	height: 100dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	background: none center/contain no-repeat;
	background-blend-mode: multiply;
	background-color: #d7cbc43d;
}

.bg-custom {
    background-color: var(--custom-color, white);
    background-image: var(--custom-image, none);
}

.clickme { 
	position: absolute; 
	z-index: 3;
	width: 80dvw;
	height: 80dvh;
	left: 10dvw;
	margin: auto;;
}

.container { 
	position: absolute; 
	width: 100dvw; 
	/*height: 100dvh;*/
	height: var(--real-dvh);
	display: flex;
	align-items: center;
}

.menu {
	position: absolute;
	width: 100dvw;
	height: 100dvh;
	display: flex;
	justify-content: space-between;
	align-items: space-between;
	flex-wrap: wrap;
	padding: 20px;
}
.menu a {
	position: absolute;
	font-size: 20px;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 5px;
	transition: 0.3s;
	font-weight: bold;
	color: black;
	z-index: 4;
}
.menu a:hover { 
	text-decoration: underline;
}
.menu a:nth-child(1) { 
	top: 3dvh;
	left: 3dvh; 
}
.menu a:nth-child(2) { 
	top: 3dvh; 
	right: 3dvh;
}
.menu a:nth-child(3) {
	bottom: 3dvh;
	left: 3dvh;
}
.menu a:nth-child(4) {
	bottom: 3dvh;
	right: 3dvh;
}
/*
.contact_a {
	font-size: 1.3rem !important;
	left: 3dvh;
	opacity: 0;
	transition: 0.3s ease-in-out;
}*/

.contact_b {
	font-size: 1.5rem !important;
	left: 3dvh;
	text-decoration: none;
	color: black;
	margin: 9px;
	display: inline-block;
}
/*
.menu a:nth-child(5) {
	top: calc(50dvh - 65px);
}
.menu a:nth-child(6) {
	top: calc(50dvh - 20px);
}
.menu a:nth-child(7) {
	top: calc(50dvh + 25px);
}*/

.contact_a:hover, .contact_b:hover {
	text-decoration: none !important;
	/*background: #ffffffb5;*/
}

li {
	margin: 0px 0px 25px 0px;
	list-style: none;
}

.musique, .videos {
	margin: auto;
	top: calc( height - 50%);
	align-items: center;
	overflow: scroll;
	height: 70%;
	z-index: 5;
}

.videos li {
	padding: 20px 0px;
	margin: 0;
}
.concerts {
	margin: auto;
	overflow: scroll;
	height: 70%;
	width: min(50dvw,450px);
	z-index: 5;
}


.contacts {
	z-index: 5;
	text-align: center;
	background-color: #ffffffe3;
	font-size: 1.3rem;
	font-weight: bold;
	width: min(50dvw,450px);
	padding: 14px;
	margin: 0px auto 15px auto;
	padding-bottom: 27px;
	padding-top: 27px;
  }
  
/* old polaroid
.contact {
	margin: auto;
	font-size: 1.2rem;
	font-weight: bold;
	text-shadow: #fefefe8d 4px 4px 25px;
	z-index: 5;
}

.contact_img {
	display: block;
	margin: auto;
	z-index: 5;

	img {
		border-radius: 50%;
		width: 100px;
		height: 100px;
		object-fit: cover;
		-webkit-filter: grayscale(100%) blur(3px);
		filter: grayscale(100%) blur(3px);
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	img:hover {
		-webkit-filter: grayscale(0) blur(0);
		filter: grayscale(0) blur(0);
	}
}


.contact a {
	color: black;
	text-decoration: none;
}
	*/

.concerts li {
	text-align: center;
	text-shadow: #FFFFFFFF 6px 6px 20px;
	background-color: #ffffffb3;
	font-size: 1.3rem;
	font-weight: bold;
	width: min(50dvw,450);
	padding: 14px;
	width: 100%;
	margin: 0px auto 15px auto;
}

.youtube {
	display: block;
	margin: 0 auto;
	width: 50dvw !important;
	height: 37.5dvw !important;
}

.bandcamp_player p {
    width: 100% !important;
	height: 100% !important;
	background-color: #000000c9;
	color: white;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
	align-content: center;
}

.bandcamp_player .accept-cookies {
    border: 0;
    background-color: #e3e3e3;
    color: black;
    padding: 5px;
    border-radius: 5px;
    width: 60%;
    font-family: "EB Garamond", serif;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 10px;
}

.bandcamp, .bandcamp_player iframe { 
	display: block; 
	margin: 0 auto; 
	width: 250px !important;
	height: 475px !important;
	margin-bottom: 25px;
} 


@media screen and (min-width: 600px) {
	.bandcamp, .bandcamp_player, .bandcamp_player iframe {
	  width: 350px !important;
	  height: 571px !important;
	}
}

@media screen and (min-width: 900px) {
	.bandcamp, .bandcamp_player, .bandcamp_player iframe {
	  width: 500px !important;
	  height: 871px !important;
	}
}

.concDate {
	font-weight: normal;
	font-size: 1rem;
}

.concLieu {
	font-size: 1.5rem;
	font-style: normal;
}

.concVille {
	font-size: 1.2rem;
}

.concAvec {
	font-size: 1rem;
	font-weight: normal;
}

.subtitle {
	line-height: 1rem;
}

#zoomy {
	z-index: 10;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.68);
}

.zoomy-img{
	z-index: 11;
	width: 100%;
	height: 100%;
	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center;
}

.video {
	width: 70dvw;
	height: 70dvh;
	position: absolute;
	margin: 0;
	left: 15dvw;
}
video {
	width: 100%;
	margin: auto;
	z-index: 10;
	position: relative;
}

h1 {
	visibility: hidden;
}