@media all and (min-width: 1025px) and (max-width: 1280px) 
{

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: linear-gradient(180deg, #a05ee5, #7dd2ab);
    width: 100%;
}
  


.fond_invisible3
{
  width: auto;
    background-color: black;
    margin-top: 4%;
}


.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: 1em;
  font-family: 'Roboto';
  padding: 0px 20px 5px 5px;
}

.acategories, .aaleatoire, .acontact
{
  text-decoration: none;
}

section
{
	display: flex;
  flex-wrap: wrap;
    margin-bottom: 2.2%;
    width: 100%;
    overflow: hidden;
}

.large_rap
{
  height: 35px;
  width: 100%;
  background: linear-gradient(180deg, #a05ee5, #7dd2ab);
  justify-content: center;
  padding-bottom: 1%;
}

.t_rap
{
  font-weight: bold;
  color: white;
  font-size: 2.4em;
  text-align: center;
  margin-top: 1.5px;  
  font-family: 'Roboto';
}

label
{
  font-weight: bold;
  color: white;
  font-size: 0.45em;
}

.d_1, .d_2
{
  padding: 7% 2.5% 0% 2.5%;
    width: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.d_3
{
  padding: 7% 0% 0% 7.5%;
    width: 555px;
  display: flex;
  flex-wrap: wrap;
  justify-content: nowrap;
  margin-top: 0px;
}

.d_couleur
{
  padding: 7% 0% 0% 7.5%;
    width: 555px;
  display: flex;
  flex-wrap: wrap;
  justify-content: nowrap;
  margin-top: 0px;
}

.titre_album
{
font-size: 0.83em;
margin-top: 0px;
color: black;
font-family: 'Roboto', comic sans ms;
text-align: left;
width: 220px;
}

.a_d_1
{
  text-decoration: none; 
  color: black;
}

.i_album
{
  width: 220px;
  height: 220px;
}

.i_couleur
{
  width: 110px;
  height: 110px;
}

footer
{
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
width: 100%;
height: 110px;
margin-top: 5%;
position: relative;
}

}

@media all and (min-width: 1025px) and (max-width: 1280px) and (min-height:680px)
{
footer
{
position: absolute;
bottom: 0;
}
}