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%;
    background-image: url("lignes.png");
    background-repeat: no-repeat;
}
/*pour y voir clair pdt dvp*/
 .plus {
	/*display: inline-block;
 	/*position: absolute;
*/ 	
 	font-family: 'CitizenRegular', sans-serif;
 	font-size: 28px;
 	color: black;
	position: relative;
	text-align: right;
	margin-top:10px;
	margin-right:10px;
	margin-bottom: 10px;

 }



 .plus:hover {
 	cursor: pointer;
 	text-decoration: underline;
} 

h1  {	
	font-size: 40px;
	margin-top: 0px;
	color: black ;
/*	border-bottom: solid 2px black;*/
		font-family: 'Rubik-Medium', sans-serif;

}

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

.categories {
	display: flex;
	flex-wrap: wrap;

	/*outline: 1px solid black;*/
	padding: 0;
	list-style: none;
	margin: 20px;

}

.categorie {
	display: block;
	width: 25%;
	/*outline: 1px solid blue;*/
	padding: 10px;
	box-sizing: border-box;
}

.categorie-articles {

	list-style: inside;
	list-style-image: url('/BDB/assets/icons/cross.svg');
	border-bottom: 1px dotted black;
	

}

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

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


ul  {
}