@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;
}


/*Header*/

header 
{
}
  



.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%;
    margin-top: 0%;
    width: auto;   
}

.large_rap
{
  height: 45px;
  width: 100%;
  background: linear-gradient(180deg, #a05ee5, #7dd2ab);
  justify-content: center;

}

.t_rap
{
  color: white;
  font-weight: bold;
  font-size: 2.1em;
  text-align: center;
  background: none;
  font-family: 'Roboto';
  margin-top: 5px;
}



.image_section
{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.image_section2
{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.tout, .color
{
  padding: 0% 0% 0% 0%;
}

.rap, .rock, .jazz
{
  padding: 0% 0% 0% 0%;
}

a
{
  text-decoration: none;
}

.cat
{
  text-align: center;font-weight: bold; font-family: 'Roboto';font-size: 1.3em;width: 100%;color: black;
}

.img_all, .img_color, .img_rap, .img_rock, .img_jazz
{
  width: 250px;
  border-radius: 2.5%;
  margin-top: -2.5%;
}

footer
{
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
width: 100%;
height: 100px;
position: relative;
margin-top: 5%;
}


}

@media all and (min-height: 880px) and (min-width: 1025px) and (max-width: 1280px)
{

footer
{
background-color: black;
width: 100%;
height: 65px;
position: absolute;

bottom: 0;
overflow: hidden;
}

}