.down #header-diapo {
    pointer-events: none;
}



#header-diapo {
    background-color: transparent;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

    background-color: black;
}

#header-diapo  + #content{
	margin-top: 100vh;
	min-height: 100vh;
	background-color: white;
}

#diaporama figure{
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
}
#diaporama .owl-nav > *, .minidiapo .owl-nav > *{
		display: none;
}

#diaporama .owl-nav .owl-prev {
		display: none;
}

#diaporama .owl-nav .owl-next{
		display: none;
}
@media(min-width: 768px){
#diaporama .owl-nav > *, .minidiapo .owl-nav > *{
		width: 150px;
		height: 150px;
		position: absolute;
		top: 50%;
		margin-top: -75px;
		text-indent: -99999px;
}

#diaporama .owl-nav .owl-prev {
		left:0;
}

#diaporama .owl-nav .owl-next{
		right:0;
}

#diaporama .owl-nav > *:after, .minidiapo .owl-nav > *:after{
		content:'';
		display: block;
		width:70px;
		height:200px;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		background-repeat: no-repeat;
		background-position: center;
}

#diaporama .owl-nav .owl-next:after{
		right:0;
		background-image: url('../img/svg/arrow_right_big_w.svg');
}

#diaporama .owl-nav .owl-prev:after{
		left:0;
		background-image: url('../img/svg/arrow_left_big_w.svg');
}
}

#header-diapo .header-diapo-title, 
#gocontent {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    width: 70%;
    z-index: 10;
}


#header-diapo .header-diapo-title {
    position: absolute;
}

.header-diapo-title {
    will-change: top;
}

#header-diapo .header-diapo-title p{
	margin-bottom: 0
}
.header-diapo-title a{
	display: inline-block;
}
#header-diapo .header-diapo-title .title a{
    font-size: 4em;
	font-size: 4.6vw;
    line-height: 1.2;
    text-transform: uppercase;
}
@media(min-width: 768px){
#header-diapo .header-diapo-title .title a{
    font-size: 7em;
	font-size: 4.1vw;
    line-height: 1.2;
    text-transform: uppercase;
}	
}
@media(min-width: 992px){
	#header-diapo .header-diapo-title .title a{
    font-size: 5em;
	font-size: 4.1vw;
    line-height: 1.2;
    text-transform: uppercase;
}
}


.header-diapo-title .artiste a{
	font-family: "AvantGG", Arial;
	text-transform: uppercase;
	font-size: 22px;
	font-size: 1.7vw;

	padding-left: 20px;
	padding-right: 20px;
}

#header-diapo .header-diapo-title a,
#header-diapo .header-diapo-title,
#gocontent a{
	color: white;
}

#header-diapo .header-diapo-title a:hover{
	text-decoration: none;
}

#header-diapo .header-diapo-title,
#gocontent{
	text-align: center;
	width: 70%;
	z-index: 10;
	margin-left: 15%;
	margin-right: 15%;
	position: absolute;
	bottom: .5em;
}



#gocontent a{
	text-indent: -9999px;
	width: 90px;
	height: 23px;
	background: transparent url('../img/svg/arrow_down_big_w.svg') no-repeat center;
	display: inline-block;
	transition: .3s opacity;
	opacity: 1;
}



.down #gocontent a{
	opacity: 0;
}

.down #header-diapo {
    pointer-events: none;
}




 video#bgvid{
  position: absolute; 
  right: 0; 
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto; 
  z-index: -1;
  background-color: black;
}