@media all and (min-width: 1281px)

 {


body 
{
  margin: 0px;
  padding: 0px;
  text-align: center;
  min-height: 100%;
}


/*Header*/

header 
{
    width: auto;
}
  


.progress
{
  content: 5;
}


.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: 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;
}


.image_section
{
  width: 100%;
  display: flex;
  margin-top: 2%;
}

.nouv, .indis, .dec, .coeur
{
	padding: 1.5% 3% 0% 3%;
  width: 100%;
  display: inline-block;
}

a
{
  text-decoration: none;
}

.cat
{
  text-align: left;margin-left: 5%;font-weight: bold; font-family: 'Roboto';font-size: 1.3em;width: 100%;color: black;
}

.img_nouv, .img_indis, .img_dec, .img_coeur
{
  width: 90%;
  height: 85%;
  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;
}


}


