    @font-face{
		font-family: 'Keystone-Regular';
		src: url('font/Keystone-Regular.ttf') format('ttf');
	}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    /* Global Styles */
body {
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
    padding: 20px;
}

.titre img{
	width: 100px;
}

.titre{
	font-family: 'Keystone-Regular';
}

body{
	background-color: #E0E0E0;
}
.titre a{
	display: flex;
	justify-content: start;
	text-decoration: none;
	color: black;
}

img.user{
	width: 30px;
}

.login{
	display: flex;
	justify-content: end;
	
}

.login a{
	margin-right: 1%;
	margin-left: 1%;
}

.btn_panier{
	width: 30px;
}

nav{
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;
	background-color: #2E7D32;
	font-size: 25px;
	text-align: center;
	padding: 1em;
}

nav ul a{
	background-color: white;
	border: solid black 2px;
	padding: 0.4em;
    text-decoration: none;
    color: black;
	margin-left: 2%;
	margin-right: 2%;
}

nav ul a:hover{
	background-color: black;
	color: white;
	transition: 0.3s;
}

/* Footer Styles */
footer {
    margin-top: 2em;
    background-color: #333;
    color: #fff;
    padding: 40px 0;
    font-size: 0.9em;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 20px 0;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
    color: #f4f4f4;
}

.footer-section p, .footer-section ul {
    margin-bottom: 10px;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 5px;
}

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #ddd;
}

.footer-section .socials a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    transition: color 0.3s;
}

.footer-section .socials a:hover {
    color: #ddd;
}

.footer-section .legal p a{
    color: white;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-section {
        margin-bottom: 30px;
    }
}
