@media all and (min-width: 1281px)

 {

html
{
  height: 100%;
}

body 
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.all
{
  height: 100%;
  position: relative;
}


/*Header*/

header 
{
    background-color: black;
    width: auto;
    height: 245px; /* 268px*/
    overflow: hidden;
}
  


.fond_invisible3
{
	width: auto;
    background-color: black;
    margin-top: 1%;
}


.conteneur_secondaire
{
	display: flex;
	width: 21%;
	height: 100%; /* 55px*/
	justify-content: space-around;
	margin: auto;
}

.pcategories, .paleatoire, .pcontact
{
	color: white;
	font-weight: bold;
	font-size: 1.15em;
	font-family: 'Roboto';
	padding: 0px 20px 5px 20px;
}

.acategories, .aaleatoire, .acontact
{
  text-decoration: none;
}

section
{
	display: flex;
  flex-wrap: wrap;
    margin-bottom: 0.6%;
    margin-top: 0%;
    width: 100%;  
    overflow: hidden; 

}

.large_rap
{
  height: 48px;
  width: 100%;
  background-color: #a05ee5;
  justify-content: center;

}

.t_rap
{
  font-weight: bold;
  font-size: 2.5em;
  background-color: #a05ee5;
  margin-top: 1.5px;  
  font-family: 'arial';
  margin-left: 100px;
}

label
{
  font-weight: bold;
  color: white;
  font-size: 0.45em;
}

.image_section1
{
  width: 22.5%; /* 22.5% */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5%;
}

.i_album
{
  width: 205px;
  height: 205px;
  margin-left: 0%;
}

.d_1
{
  padding: 0% 2.5% 0% 2.5%;
}

.d_2
{
  padding: 3.5% 2.5% 0% 2.5%;
  width: 205px;
  height: 150px;
}

.tracklist_mobile
{
  display: none;
}

.section2
{
 width: 58%; /* 58% */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5%; 
  padding-left: 1%;
}

.artiste
{
  font-size: 1.8em;
  font-weight: 1000;
  font-family: 'Roboto', comic sans ms;
}

.titre_album
{
font-size: 1.2em;
margin-top: 0px;
color: black;
font-family: 'Roboto', comic sans ms;
text-align: left;
width: 100%;
}

.annee
{
  font-size: 0.9em;
  color: black;
  font-family: 'Roboto', comic sans ms;
  text-align: left;
}

.tracklist
{
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}

.p_tracklist
{
  font-size: 0.75em;
  color: black;
  font-family: 'Roboto', comic sans ms;
  text-align: left;
  width: 90%;
}

.resume
{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.p_resume
{
  font-size: 0.75em;
  color: black;
  width: 55%;
  font-weight: 500;
  font-family: 'Roboto', comic sans ms;
  text-align: left;
}

.section3
{
  width: 18.5%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
}

.rectangle_signe_stream
{
  margin-top: 7.5%;
  height: 8.5%;
  width: 100%;
  background-color: #d6d9e0;
  text-align: left;
}

.logo_stream
{
  width: 30px;
  height: 30px;
  margin-left: 2%;
}

.rectangle_stream
{
  display: flex;
  width: 100%;
  height: 17.5%;
  margin-top: -15%;
  justify-content: space-around;
}

.d_3
{
    padding: 0% 3% 0% 3%;
}

.img_stream
{
  width: 60px;
  height: 60px; 
}



.rectangle_signe_physique
{
  margin-top: 0%;
  height: 8.5%;
  width: 100%;
  background-color: #d6d9e0;
  text-align: left;
}

.logo_physique
{
  width: 30px;
  height: 30px;
  margin-left: 2%;
}

.rectangle_physique
{
  display: flex;
  width: 100%;
  height: 20%;
  margin-top: -15%;
  justify-content: space-around;
}


.img_physique
{
  width: 65px;
  height: 65px; 
}

/* ////////////////////////////////////////////////HTML MOBILE CACHÉ POUR + DE 684PX//////////////////////////////////////////////////////////*/

.rectangle_signe_stream_mobile
{
 display: none;
}
.rectangle_stream_mobile
{
display: none;
}
.rectangle_signe_physique_mobile
{
display: none;
}
.rectangle_physique_mobile
{
display: none;
}
.resume_mobile
{
  display: none;
}
.d_4
{
  display: none;
}

/* ////////////////////////////////////////////////FIN HTML MOBILE CACHÉ POUR + DE 684PX//////////////////////////////////////////////////////////*/


footer
{
background-color: black;
width: 100%;
height: 65px;
margin-top: 50px;
position: relative;
overflow: hidden;
}


.marquee 
{
  margin-top: 0px;
  height: 20px;
  width: 1700px;
  position: relative;
  margin-left: 600px;
}

.marquee div {
  display: block;
  height: 40px;
  position: absolute;
  width: 1270px;
  margin-left: 50%;
  animation: marquee 17s linear infinite;
}

.marquee span {
  float: left;
  width: auto;

}

@keyframes marquee {
    0%, 100% {margin-left:0;}
  100% {margin-left:-112%;}
}
 
.album1
{
    margin: 3px 5px 0px 5px;
    height: 60px;
    width: 60px;
}

.album2
{
    margin: 3px 4px 3px 5px;
    height: 55px;
    width: 55px;
}


.img_selection
{
  margin: 2px 8px 0px 8px;
    height: 55px;
    width: 540px;   
}


}

@media all and (min-height: 835px) and (min-width: 1281px)
{

.image_section1
{
  width: 22.5%; /* 22.5% */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5%;
}

.section2
{
 width: 58%; /* 58% */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 5%; 
  padding-left: 1%;
}

.section3
{
  width: 18.5%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
}

footer
{
background-color: black;
width: 100%;
height: 65px;
position: absolute;
bottom: 0;
overflow: hidden;
}

}