.container {
	display:flex;
	font-size: 12px;
	justify-content: center;
	padding-top: 5px;
}

h4 {
	font-size:28pt;
	text-align:center;
	line-height: 27pt;
	margin-bottom: 1.888em;	
	font-variant: small-caps;
	/*text-transform: capitalize;*/
}

#test {
	display: none;
	font-family: Times;
	width: auto;
	max-width: 850px;
	height: auto;
	margin: auto;
	padding: 20px;
	background-color: rgb(250, 250, 250);
}

#test p:nth-child(1n+2) {
	font-size: 15pt;
	text-align: justify;
	line-height: 20pt;
	margin-bottom: 0;
	margin-top: 0.2666em;
	text-indent: 1.5em;
	word-break: break-word;
	hyphens: auto;
}

#test p:nth-child(2):first-letter {
	font-family: "DejeVu Sans";
	font-size:200%;
}

a {
	text-decoration: none;
	color: #922B21;
}

a:hover {
	color: red;
}

.pr {
	cursor: pointer;
}

.pr:hover {
	cursor: pointer;
	color: red;
}

.titre > span {
	font-size: 3em;
	font-family: Glyphe;
}

.titre {
	text-align: center;
	color: #922B21;
	font-weight: normal;
	background-color: #F9E79F;
	padding: 6px 0 6px 0;
	
}

.titre img:hover {
	opacity: 0.5;
}

.titreh1 > span {
	font-size: 1.777em;
	font-family: Glyphe;
}

.titreh1 {
	text-align: center;
	color: #922B21;
	font-weight: normal;
	background-color:rgb(250, 100, 100);
	padding: 2px 0 2px 0;
	
}

.titreh1 img:hover {
	opacity: 0.5;
}

.titreh1 a:hover {
	color: #F7DC6F;
}

.titreh1 .pr:hover {
	color: #F7DC6F;
}

@media screen and (max-width: 1024px) {
	#test {
		padding: 8px;
	}

	#test p:nth-child(1n+2) {
		font-size: 14pt;
		text-indent: 0.888em;
		line-height: 16pt;
	}

	h4 {
		font-size: 18pt;
		line-height: 16pt;
		margin-bottom: 1em;
	}
}

@media print {
	@page {
		size: 210mm 297mm; 
		margin: 15mm 15mm 15mm 15mm;  
	}

	body { 
		margin: 0px;
		padding: 0px;
	}

	#cssmenu {
		display: none;
	}
	.titre, .titreh1 {
		display: none;
	}
}