header {

}

header {

}

body {
/*	background: rgb(239,239,239);*/
	background: white;
    margin : 10px;
	font-family: 'Rubik-Regular', Arial, sans-serif;
	font-size: 14px;
    cursor: default;
    height: 100%;
    min-height: 100%;
}
/*pour y voir clair pdt dvp*/


h1  {	
	font-size: 40px;
	margin-top: 0px;
	color: black ;
		font-family: 'Rubik-Medium', sans-serif;

/*	border-bottom: solid 2px black;*/
}

h2 {
	font-size: 20px;
	margin-top: 0px;
	font-family: 'Rubik-Medium', sans-serif;
	color: black ;
}

p {
	margin-top: 0px;
	color: black ;
	font-size: 15px;
	font-family: 'Rubik-Regular', sans-serif;
}

ul {
	list-style: circle;
}

li {
	list-style: circle;
}

.categorieArticles {
	display: flex;
	flex-wrap: wrap;
	/*outline: 1px solid red;*/
	padding: 0;
	margin: auto 20px;

}

.categorieArticle:hover {
		text-decoration: underline wavy;
		color: black;

}

.categorieArticle {
	display: block;
	width: 50%;
	/*outline: 1px solid blue;*/
	padding: 3px;
	box-sizing: border-box;
	color: black;
	list-style: circle;
	margin-bottom: 3px;




}
@media only screen and (max-width: 1024px) {
	.categorieArticle  {
		width: 50%;
	}
}

@media only screen and (max-width: 524px) {
	.categorieArticle  {
		width: 100%;
	}
}