
@font-face {
    font-family: 'OCitrouille';
    src: url('fonts/halloween_citrouille.woff2') format('woff2'),
        url('fonts/halloween_citrouille.woff') format('woff'),
        url('fonts/halloween_citrouille.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BloodFont';
    src: url('fonts/Halloween_sanglant.woff2') format('woff2'),
        url('fonts/Halloween_sanglant.woff') format('woff'),
        url('fonts/Halloween_sanglant.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#messinit {
	font-family: "OCitrouille";
	font-size: 1.4em;
	font-variant: small-caps;
	color: #B73434;
	text-shadow: 0px 4px 5px #8B0000;		/* FF8888 */
	user-select: none;
}

.btn_menu,
.btn_client {
	width: auto;
	height: auto;
	margin-left: 10px;
	margin-right: auto;
	padding: 15px;
	font-family: "OCitrouille";		/* OCitrouille */ 
	
	font-size: 0.9em;
	/* font-style: italic; */
	font-weight: bold;
	text-decoration: none;
	user-select: none;
}

div.titre_sect2024
{
	position: fixed;
	top: 5px;
	left: 300px; 
	color: #666666; 
	z-index: 100;
	
	/* width: auto; */
	/* height: auto; */
	/* margin-left: 10px; */
	/* margin-right: auto; */
	padding: 10px;
	font-family: "OCitrouille";		/* OCitrouille */ 
	
	font-size: 1.5em;
	text-transform: uppercase; 
	/* font-variant: small-caps; */
	/* font-style: italic; */
	font-weight: bold;
	text-decoration: none;
	user-select: none;
}

/* h1.contact_form { */
	/* font-family: "OCitrouille"; */
	/* font-variant: small-caps; */
	/* text-shadow: 0px 4px 5px #8B0000; */
	/* user-select: none; */
/* } */




