@media all and (min-device-width: 591px) and (max-device-width:1200px) and (orientation:portrait)
{
  

body 
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  min-height: 100%;
  width: 100%;
}

.all
{
  height: 100%;
  position: relative;
  width: 100%;
}


/*Header*/

header 
  {
    background-color: #a05ee5;
   width: auto;
   height: 75px; /* 268px*/
  }
  


.conteneur_secondaire
{
  display: flex;
  width: auto;
  height: 100%; /* 55px*/
  justify-content: center;
  margin: auto;
}

.pcategories, .paleatoire, .pcontact
{
 color: white;
   font-weight: bold;
   font-size: 0.93em;
   font-family: 'Roboto';
   padding: 0px 7.5px 0px 7.5px;
}

.acategories, .aaleatoire, .acontact
{
  text-decoration: none;
}


.d_logo
{
  display: 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.1em;
  text-align: center;
  background: none;
  margin-top: 5px;
  font-family: 'Roboto';
}



.image_section
{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-around;
  overflow: hidden;
  padding-top: 7.5%;
}


.nouv, .indis, .dec, .coeur
{
  padding: 7% 8% 2% 8%;
}

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: 185px; /*160px*/
  height: 185px; /*150px*/
  border-radius: 2.5%;
  margin-top: -2.5%;  
}


footer
{
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
width: 100%;
height: 100px;
position: relative;
margin-top: 5%;
overflow: hidden;
}

}


@media all and (min-device-width: 591px) and (max-device-width:1200px) and (orientation:portrait) and (min-height:935px)
{
footer
{
position: absolute;
bottom: 0;
}

}