html{
	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: "Lato",sans-serif;
}

h1{
	font-family: "Zuume";
	font-size: 8em;
	margin: 0;
	color:#fff;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
h2{ 
  font-weight: bold;
  font-size: 2em;
  margin-top: 0;
  color:#fff;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

.wrapper{
	width: 100%;
	padding: 0 10%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.col{
    padding: 80px 0;
}
.col-2{
	flex: 2;
}
.col-1{
	flex: 1;
}
.block-dates,.contact{
	background-color: rgba(66, 8, 66, 0.6);
	border-radius: 10px;
	color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.divider{
	width: 100px;
	height: 1px;
	border-top: solid 1px #fff;
}
.date{
	font-size: 1.7em;
}
.lieu{
	font-size: 1.2em;
}
.mail{
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
}
.socials{
	margin-top: 20px;
	display: flex;
}
.socials svg{
	fill: #191414;
	opacity:0.9;
	width: 50px;
	height: auto;
	border-radius: 10px;
	margin-right: 20px;
	transition: 0.2s ease-in;
}
.socials svg:hover{
	fill: purple;
}
.video-container {
	    margin-top: 40px;
        position: relative;
        padding-bottom: 28.125%; /* 16:9 */
        width: 50%;
        height: 0;
    }
.video-container iframe {
        
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
@media screen and (max-width:768px){
	.wrapper{
		flex-direction: column;
		padding: 30px 20px;
		align-items: stretch;
		height: auto;
	}
	.col-1{
	    padding-top:0;
	}
	.col-2{
	    padding-bottom: 20px;
	}
	.video-container{
	    width:100%;
	    padding-bottom:56.25%;
	}
	iframe{
		width: 100%!important;
	}
	h1{
		font-size: 6em;
		text-align: center;
		line-height: 80px;
		margin-top: 20px;
	}
	h2{
		font-size:1.3em;
		text-align: center;
		text-shadow: 0px 0px 15px rgb(0, 0, 0);
	}
	.socials{
		justify-content: center;
		margin-bottom: 20px;
	}
	.block-dates{
		text-align: center;
		margin-bottom: 15px;
	}
	.date{
		font-size: 1.2em;
	}
	.divider{
		margin: auto;
	}
	.mail{
		display: block;
		text-align: center;
	}
	.spotify-widget{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.socials svg{
		width: 40px;
		margin-right: 15px;
		margin-left: 15px;
	}
	

}