@media all and (min-device-width: 1280px) and (max-width: 600px)
{
  
body 
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-color: white;
  min-height: 100%;
  width: 100%;
}



/*Header*/

header 
  {
   width: auto;
  }
  


.conteneur_secondaire
{
  display: flex;
  width: auto;
  height: 100%; /* 55px*/
  margin: auto;
  justify-content: space-evenly;
}

.pcategories, .paleatoire, .pcontact
{
 color: white;
   font-weight: bold;
   font-size: 0.85em;
   font-family: 'Roboto';
   padding: 0 px 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;  
}

.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.2em;
  text-align: center;
  margin-top: 1.5px;  
  font-family: arial;
}


.image_section
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-evenly;
  margin-top: 1%;
}

.nouv, .indis, .dec, .coeur
{
  padding: 4.5% 4% 0% 4%;
}

a
{
  text-decoration: none;
}

.cat
{
  text-align: left;margin-left: 5%;font-weight: bold; font-family: 'Roboto';font-size: 1.1em;width: 100%;color: black;
}


.img_nouv, .img_indis, .img_dec, .img_coeur
{
  width: 165px; /*170px*/
  height: 165px; /*160px*/
  border-radius: 2.5%;
  margin-top: -2.5%;  
}


footer
{
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
width: 100%;
height: 100px;
position: absolute;
bottom: 0;
overflow: hidden;
}

}

