html, body {
  padding:0;
  margin:0;
  min-height: 100vh;
}

head
{
}

body
{
text-align: center;
display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: grey;
    background: url('../images/PochetteEPFirstDropFlouLowRes.jpg') no-repeat center center; 
    background-size: cover; 
}

#pochette
{

	width: 40%
}

.pochettefirstdrop
{
	
	width: 100%

}


#blocgris
{
	position: center;
	width: 40%;
	background-color: #2e2928;
	
	 
	 margin-top: -5px;
  
  border-radius: 0px;
  border:none;
color :white ;
 display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 2vmin;
    font-family: "verdana";

}
#support1
{border-radius: 0px;

	width: 40%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding:10px 0px;
	border-bottom: 1px solid #CECECE;
}

.spotify
{
	height: 20%;
	width: 40%;
}

.deezer
{
	height: 20%;
	width: 40%;

}
.applemusic
{
	height: 20%;
	width: 40%;

}

.googleplay
{
	height: 20%;
	width: 40%;

}

.youtubemusic
{
	height: 20%;
	width: 40%;

}

.amazonmusic
{
	height: 20%;
	width: 40%;

}

.itunes
{
	height: 20%;
	width: 40%;

}
.bouton1 {
height: 30%;
  background-color:#d92e2e;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:5px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size: 2vmin;
  padding:3% 5%;
  text-decoration:none;
}
.bouton1:hover {
  background-color:#bd2a31;
}
.bouton1:active {
  position:relative;
  top:1px;
}
#support2
{border-radius: 0px;
	
	width: 40%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding:10px 0px;
	border-bottom: 1px solid #CECECE;
	}

	#support3
{border-radius: 0px;
	
	width: 40%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding:10px 0px;
	border-bottom: 1px solid #CECECE;
	}

	#support4
{border-radius: 0px;
	
	width: 40%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding:10px 0px;
	border-bottom: 1px solid #CECECE;

}

	#support5
{border-radius: 0px;
	
	width: 40%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding:10px 0px;

}