.header-custom { background-color: #a3001b; /* Rouge bordeaux */ color: white; padding: 15px 30px; position: fixed; top: 0; width: 100%; z-index: 1000; display: flex; align-items: center; justify-content: space-between; } .header-custom img { height: 50px; background: white; padding: 5px; } .header-custom nav ul { display: flex; list-style: none; gap: 20px; margin: 0; padding: 0; } .header-custom nav a { color: white; text-decoration: none; font-weight: bold; text-transform: uppercase; } .header-custom .btn-contact { background: transparent; border: 2px solid white; color: white; padding: 10px 20px; text-decoration: none; font-weight: bold; } .header-custom .search-icon { color: white; font-size: 20px; } /* Pour éviter que le contenu ne soit caché sous le header fixe */ body { padding-top: 80px; }