body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: "Roboto Mono", monospace;
	background-color: aliceblue;

}

#info1, #info2 {
	font-optical-sizing: auto;
  	font-weight: 100;
  	font-style: normal;
  	padding: 15px;
}

#info1 {
	width: 40vw;
	display: inline-block;
}

#info2 {
	width: 20vw;
	display: inline-block;
	position: absolute;
	right: 0;
	text-align: end;
}

.bg_image {
	background-image: url('../import/image_accueil.webp');
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

li{
	display: inline;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
}

.left {
  font-weight: bold;
}

.right {
  display: flex;
  gap: 70px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 10px 20px;
  font-family: sans-serif;
  font-size: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

footer .left {
  text-decoration: none;
  font-weight: bold;
}

footer .right {
  display: flex;
  gap: 70px;
}

.texte_intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding: 290px 100px;
  font-family: sans-serif;
  font-size: 35px;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}