#pull, #onglet_ee
{
  display:none;
}

header
{
    text-align: center;
		height: 10vh;
		width: 80vw;
		display: table-cell;
		vertical-align: middle;
}

#onglet_ee_ordi
{
  margin: 10px;
	position: absolute;
	height: 12vh;
	top: 2vh;
	left: 0vh;
	opacity: 1;
}

nav
{
  margin:auto;
}

nav li
{
  display:inline;
  margin: 0 0 0 4vw;
}
nav a
{
	position: relative;
  left: 22vw;
	top: 5vh;
  transition: all 0.4s ease;
  text-decoration: none;
  font-family: "roxborough";
  color: var(--body-text-a-color);
  font-size: 130%;
}

nav a:hover
{
  opacity: 0.6;
  top: 4vh;
  padding-bottom: 1vh;
}

#logo_panier
{
  position: relative;
  top: 5px;
  filter: brightness(0.4);
}

.alert
{
  color: red;
}

.pied-de-page
{
  text-align: center;
  height: 40px; width: 95%;
  background-color: white;
  padding: 20px;
}
