body {
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}
section{
	margin:4vh 4vw 4vh 4vw;
	flex:1; /* les sections doivent prendre toute la place entre phone_header et footer */
	font-size:1.1vw;
}

/* définition de l'id "texte" */
#texte{ /* id des sections comprenant paragraphes et images */
	display:flex;
	justify-content:center;
}

#texte p{
	margin:5vh 5vw 5vh 5vw;
}
#knot2{ /* photo sur le côté de la page d'accueil */
	width: 22vw;
	height: auto;
	float:right;
	object-fit: contain;
	margin:auto;
}
