@media all and (min-device-width: 821px) and (max-device-width:1200px) and (orientation:landscape)
{


body 
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  min-height: 100%;
  width: 100%;
}

.all
{
  height: 100%;
  position: relative;
  width: 100%;
}


/*Header*/

header 
  {
   background-color: black;
   width: auto;
   height: 145px; /* 268px*/
   overflow: hidden;
  }
  


.fond_invisible3
{
  width: auto;
    background-color: black;
    margin-top: -2.5%;
}


.conteneur_secondaire
{
  display: flex;
  width: auto;
  height: 100%; /* 55px*/
  justify-content: center;
  margin: auto;
}

.pcategories, .paleatoire, .pcontact
{
 color: white;
   font-weight: bold;
   font-size: 0.9em;
   font-family: 'Roboto';
   padding: 15px 7.5px 0px 7.5px;
}

.acategories, .aaleatoire, .acontact
{
  text-decoration: none;
}

section
{
  display: flex;
  flex-wrap: wrap;
    margin-bottom: 2.2%;
    margin-top: 0%;
    width: auto; 
    overflow: hidden;  
}

.large_rap
{
  height: 35px;
  width: 100%;
  background-color: #a05ee5;
  justify-content: center;

}

.t_rap
{
  font-weight: bold;
  font-size: 2em;
  background-color: #a05ee5;
  text-align: center;
  margin-top: 1.5px;  
  font-family: arial;
}

label
{
  font-weight: bold;
  color: white;
  font-size: 0.45em;
}


.image_section1
{
  width: 22.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 1%;
}

.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: 100px;
}

.tracklist_mobile
{
  display: none;
}

.section2
{
 width: 58%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0.3%; 
  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: wrap;
}

.p_tracklist
{
  font-size: 0.72em;
  color: black;
  font-family: 'Roboto', comic sans ms;
  text-align: left;
  width: 90%;
}

.resume
{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.p_resume
{
  padding-left: 3%;
  font-size: 0.72em;
  color: black;
  width: 65%;
  font-weight: 500;
  font-family: 'Roboto', comic sans ms;
  text-align: left;
}

.section3
{
  width: 18.5%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1%;
}

.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% 0% 0% 0%;
}

.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;
position: absolute; /* absolute*/ 
bottom: 0px; /*-240px*/
margin-top: 2%;
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;   
}



}
