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/CoverWhiteFlagFlou2.png') no-repeat center center; 
    background-size: cover; 
}

#pochette
{

	width: 40%
}

.pochetteAlienMan
{
	
	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,#support2,#support3,#support4,#support5,#support6,#support7
{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;
}

.logoBloc{
	width:80%;
	
}

.boutonBloc{
	width:20%;
}


.spotify,.deezer,.applemusic,.googleplay,.itunes,.youtubemusic,.amazonmusic
{
	height: 20%;
	width: 80%;
}

.bouton1 {
	
  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:20% 20%;
  text-decoration:none;
 
}
.bouton1:hover {
  background-color:#bd2a31;
}
.bouton1:active {
  position:relative;
  top:1px;
}
