/* Menu horizontal propre */nav ul { display: flex; justify-content: center; list-style: none; padding: 0; margin: 10px 0;}nav ul li { margin: 0 15px;}nav ul li a { color: white; font-weight: bold; font-family: 'Montserrat', sans-serif; font-size: 16px; text-decoration: none;}nav ul li a:hover { color: #00c8b0;}/* Effet fond semi-transparent élégant sur les sections */section { background-color: rgba(0, 0, 0, 0.5); /* effet verre fumé */ padding: 40px 20px; border-radius: 8px;}/* Titres lisibles */h2, h3 { color: white; text-align: center; font-family: 'Playfair Display', serif;}