<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Caviar Dreams';
    src: url('../POLICE/CaviarDreams/CaviarDreams-webfont.eot');
    src: url('../POLICE/CaviarDreams/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../POLICE/CaviarDreams/CaviarDreams-webfont.woff') format('woff'),
         url('../POLICE/CaviarDreams/CaviarDreams-webfont.ttf') format('truetype'),
         url('../POLICE/CaviarDreams/CaviarDreams-webfont.svg#Police_Body') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../POLICE/Roboto/Roboto-Light.ttf');
    src: url('../POLICE/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Clemente';
    src: url('../POLICE/clemente_pd/ClementePDae-Light.ttf');
    src: url('../POLICE/clemente_pd/ClementePDae-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family 		: 'Clemente', 'Roboto', 'Caviar Dreams', Arial, Serif ;
}

section {	
	width 				: 91%;
	padding 			: 0px 5px 5px 5px;
	margin-left 		: 7%;
	border-radius 		: 10px;
	text-align 			: center;
	background-position : left;
}

.corps{
	clear 		: both;	
	text-align 	: center;
}

.titre{
	font-size 		: 3em;
	font-weight		: bold;
	text-align		: left;
}

a{
  position: relative;
  color: red;
  text-decoration : none;
}
 
a::after {
	content: "";
	background: rgba(255, 0, 0, 0.19);
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 1em);
	height: calc(100% - 1em);
	transition: 0.519s cubic-bezier(0.25, 1.19, 0.5, 3.141);
}

a:hover{
	font-weight : bold;
}

a:hover:after {
	width: 100%;
	height: 113%;
}

.aReset, .aReset::after, .aReset:hover, .aReset:hover:after{
	color : inherit;
	background: inherit;
	font-weight : inherit;
}</pre></body></html>