@media all and (min-device-width: 591px) and (max-device-width:1200px) and (orientation:portrait)
{
  
html
{
  height: 100%;
}


body 
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.all
{
  height: 100%;
  position: relative;
  width: 100%;
}



/*Header*/

.all
{
  height: 100%;
  position: relative;
  width: 100%;
}


/*Header*/

header 
  {
    background: linear-gradient(180deg, #a05ee5, #7dd2ab);
    width: 100%;
  }
  


.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.93em;
   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;  
    justify-content: center;
}

.large_rap
{
  height: 35px;
  width: 100%;
  background: linear-gradient(180deg, #a05ee5, #7dd2ab);
  justify-content: center;

}

.t_rap
{
  font-weight: bold;
  font-size: 2em;
  color: white;
  text-align: center;
  margin-top: 1.5px;  
  font-family: 'Roboto';
}

label
{
  font-weight: bold;
  color: white;
  font-size: 0.45em;
}

.d_1
{
  padding: 5% 0% 0% 0%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.d_2
{
  padding: 5% 5% 0% 5%;
    width: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.d_couleur
{
  padding: 2% 0% 2% 0%;
  height: 650px;
  width: 250px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0px;
}


.titre_album
{
font-size: 0.8em;
margin-top: 0px;
color: black;
font-family: 'Roboto', comic sans ms;
text-align: center;
width: 150px;
}

.a_d_1
{
  text-decoration: none; 
  color: black;
}

.i_album
{
  width: 200px;
  height: 200px;
  margin-left: 0%;
}

.i_couleur
{
  width: 125px;
  height: 125px;
}


footer
{
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
width: 100%;
height: 110px;
margin-top: 5%;
position: relative;
}

}

@media all and (min-device-width: 591px) and (max-device-width:1200px) and (orientation:portrait) and (min-height:795px)
{
footer
{
  position: absolute;
  bottom: 0;
}  