#entete{background:#233140;color:#fff;display:flex;justify-content:space-between;align-items:center;height:80px;position:sticky;top:0;z-index:100}.titre-site{padding:12px 0;display:flex;margin-left:10px;gap:10px;align-items:center}.titre-site .logo{width:75px;height:55px;background-image:url("/static/images/hibou_blanc.png");background-repeat:no-repeat;background-size:100%}.titre-site .titre{color:#fff;font-size:40px}.onglets{display:flex;height:100%;align-items:center;list-style:none;gap:8px}.onglets button,.onglets .onglet,.onglets a,.onglets form{cursor:pointer;color:#fff;height:inherit;display:flex;align-items:center;justify-content:center;text-decoration:none;gap:4px}.onglets .onglet{min-width:90px;padding:0 10px;background:#2c3e50;transition:background-color .3s ease;display:flex}.onglets .onglet--neutre{background:none}.onglets .onglet:hover{background:rgba(24,188,156,.5)}.onglets .onglet a{width:100%}@media(max-width: 800px){.onglets{display:none}}.nav-hambourgeois{display:none}.nav-hambourgeois .hambourgeois{padding:1rem;display:none;flex-direction:column;gap:4px;cursor:pointer;z-index:100}.nav-hambourgeois .hambourgeois span{width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}@media(max-width: 800px){.nav-hambourgeois .hambourgeois{display:flex}}.nav-hambourgeois .onglets{flex-direction:column;position:absolute;top:80px;right:0;background:#2c3e50;width:200px;height:max-content;display:none}.nav-hambourgeois .onglets.active{display:flex}.nav-hambourgeois .onglets .onglet{width:100%;padding:1rem}@media(max-width: 800px){.nav-hambourgeois{display:block}}
