@font-face {
    font-family: 'SavoyeLET';
    src: url('fonts/SavoyeLETPlain.eot');
    src: url('fonts/SavoyeLETPlain.eot?') format('embedded-opentype'),
         url('fonts/SavoyeLETPlain.woff') format('woff'),
         url('fonts/SavoyeLETPlain.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*dezelle 08 MAI 2024*/
.slogan {
    font-family: 'SavoyeLET', cursive;
    text-transform: none;
    font-size: 1.5rem;
	line-height: 1.7rem;
	
		/* Better Font Rendering */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}