html, body {
  padding:0;
  margin:0;
  
}

head
{
}

body
{
text-align: center;

    background: url('../images/CoverWhiteFlagFlou2.png') no-repeat center center; 
    background-size: cover; 
}

#pochette
{

	width: 70%
}

.pochetteAlienMan
{
	
	width: 100%

}

#blocgris
{
	width: 70%;
	height: 80px;
	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: 3vmin;
    font-family: "verdana";

}
#support1,#support2,#support3,#support4,#support5,#support6,#support7
{border-radius: 0px;

	width: 70%;
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #CECECE;
}
.spotify,.deezer,.applemusic,.googleplay,.itunes,.youtubemusic,.amazonmusic
{
	width:100%;
	
}

.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:2% 5%;
  text-decoration:none;
  padding:20% 20%;
}
.bouton1:hover {
  background-color:#bd2a31;
}
.bouton1:active {
  position:relative;
  top:1px;
}
