/* HEADER */
.nav_ecran {
    top: 0;
    background-color: var(--primary-layout-background-color);
    margin-bottom: 10px;
    min-height: 5vh;
    width: 100%;
	padding: 10px;
    position: static;
}

.logo {
    width: 30px;
    height: 30px;
}

.logo_ecran {
    width: auto;
    height: 8vh;
}
