@media all and (min-width: 785px) and (max-width: 1024px) and (min-device-width:1280px)

{

body 
{
  margin: 0px;
  padding: 0px;
  min-height: 100%;


}

.all
{
  height: 100%;
  position: relative;
}


/*Header*/

header 
{
}
  


.fond_invisible3
{
	width: auto;
  background: none;
  margin-top: 4%;
}


.conteneur_secondaire
{
	display: flex;
	width: auto;
	height: 100%; /* 55px*/
	justify-content: center;
  margin-top: -25px;
}

.pcategories, .paleatoire, .pcontact
{
	color: white;
	font-weight: bold;
	font-size: 0.96em;
	font-family: 'Roboto';
	padding: 0px 10px 0px 10px;
}

.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
{
  font-weight: bold;
  font-size: 2.4em;
  color: white;
  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-around;
  margin-top: 1%;
}

.nouv, .indis, .dec, .coeur
{
	padding: 0% 9% 0% 9%;
}


a
{
  text-decoration: none;
}

.cat
{
  text-align: left;margin-left: 5%;font-weight: bold; font-family: 'Roboto';font-size: 1.2em;width: 100%;color: black;
}

.img_nouv, .img_indis, .img_dec, .img_coeur
{
	width: 205px;
	height: 205px;
  border-radius: 2.5%;
  margin-top: -2.5%;
}




footer
{
    background: linear-gradient(180deg, #7dd2ab, #a05ee5);
width: 100%;
height: 100px;
position: relative;
margin-top: 5%;
}

}

