@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 
{
}


.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;   
}

.large_rap
{
  height: 40px;
  width: 100%;
  background: linear-gradient(180deg, #a05ee5, #7dd2ab);
  justify-content: center;

}

.t_rap
{
  font-weight: bold;
  font-size: 2.1em;
  color: white;
  margin-top: 1.5px;  
  font-family: 'Roboto';
}


.image_section
{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 0%;
}

.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: 1.5%;

}

}