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

#testG {
	display: none;
	font-family: Glyphe;
	font-size: 3.666em;
	text-align: center;
	width: auto;
	max-width: 850px;
	height: auto;
	margin: auto;
	padding: 20px;
	background-color: rgb(252, 252, 252);
	-webkit-font-smoothing: antialiased;
	white-space: nowrap;
	overflow-wrap: normal;
}

#titreGlyphe {
	/*font-size: 1.222em;*/
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

span {
	cursor: pointer;
}

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 {
	text-align: center;
	color: #922B21;
	font-weight: normal;
	background-color:rgb(250, 100, 100);
	padding: 2px 0 2px 0;
}

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

.titreh1 img:hover {
	opacity: 0.5;
}

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

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

@media screen and (max-width: 1024px) {
	#testG {
		font-size: 2.777em;
		padding: 10px;
		background-color: white;
	}

	#titreGlyphe {
		margin: 0.5em 0 0 0;
	}
}

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

	#cssmenu {
		display: none;
	}

	#template > div:first-of-type {
		display: none;
	}

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

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