@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: linear-gradient(180deg, #a05ee5, #7dd2ab);
    width: auto;
}
  


.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: 2.2%;
    margin-top: 0%;
    width: auto;  
    overflow: hidden; 
}

.large_rap
{
  height: 48px;
  width: 100%;
  background: linear-gradient(180deg, #a05ee5, #7dd2ab);
  justify-content: center;

}

.t_rap
{
  font-weight: bold;
  font-size: 2.5em;
  margin-top: 1.5px;  
  font-family: 'Roboto';
  color: white;
  margin-left: 100px;
}

label
{
  font-weight: bold;
  color: white;
  font-size: 0.45em;
}

.image_section
{
  background-color: red;
}

.d_1, .d_2
{
  padding: 4% 2.5% 0% 2.5%;
    width: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.d_3
{
  padding: 4% 0% 0% 7.5%;
    width: 555px;
  display: flex;
  flex-wrap: wrap;
  justify-content: nowrap;
  margin-top: 0px;
}

.d_couleur
{
  padding: 4% 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;
}


.titre_album
{
  font-family: 'Roboto';
  font-size: 0.8em;
}

.ta_requete
{
font-family: 'Roboto';
font-size: 1em;
justify-content: center;
width: 100%;
}


footer
{
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
width: 100%;
height: 110px;
margin-top: 5%;
position: relative;
}


}

@media all and (min-width: 1281px) and (min-height:635px)

 {
footer
{
position: absolute;
bottom: 0;
}
}