html {
  width: 100%;
  height: 100%;
}
body {
    width: 100%;
    background-image: url("../image/font-bio.PNG");
    background-repeat: no-repeat;
    background-size: 100%;
}
h1 {
    text-align: center;
    font-size: 50px;
}
p{
  background-color: white;
  border-radius: 10px;
  padding: 15px;
}
img{
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
a{
  text-decoration: none;
  color: black;
}
#droite {
    right: 0;
}
#gauche {
    left: 0;
}
.base{
  padding-left: 1%;
  padding-right: 1%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.align-left {
  text-align: left;
  display: flex;
  justify-content: end;
  align-items: flex-end;
}
.enbas{
  width: 300px;
  margin: auto;
  background-color: aliceblue;
  color: black;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
}
.enbas:hover {
  width: 300px;
  background-color: black;
  text-decoration: none;
  color: aliceblue
}
.m{
  width: 40%;
  height: 40%;
  margin-left: 30%;
  margin-right: 30%;
  margin-top: 20px;
}
hr{
  size: 100px;
  border: none;
  background: black;
  height: 3px;
}
#w{
  margin-top: -30px;
}
#e{
  margin-top: 10px;
}