a[href^="http"]:after {
  content: " (" attr(href) ") ";
}
body{
  color: rgb(0, 0, 0);
}
h1{
  text-align: center;
  color: black;
}
main {
  width : 99,5%;
}
.entete ul  {
  display: none;
}

#principal{
  width: 25%;
  background-color: white;
  float: left;
}

.imageg {
  border-radius: 50%;
  border: 2px rgb(42, 44, 46) solid;
  width: 100%;
  height: 100%;
}
.imagee{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
section.contenu{
width:65%;
  margin-left:1.25em;
  background-color: white;
  float: right;
  padding: 0.625em;
}
.pied{
display: none;
}

h2{ 
  color:rgb(0, 0, 0);
  text-decoration : underline

}