body {
  margin: 0;
  background-color: #eeeeee;
  font-family: Tahoma;
}

nav ul {
	list-style: none;
	display: flex;
	background-color: #0182ab;
	padding: 20px;
	justify-content: center;
}

nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
}
nav a:hover {
	background-color: #fff;
	color: #0182ab;
}




header, footer {
   background: rgb(25, 0, 30);
   background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,92,121,1) 35%, rgba(0,212,255,1) 100%);


padding: 60px 0;
text-align: center;
color: blue;

}

h1, h2, {
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
}



h1, h2 {

color: blue;

}
strong {
      color: blue;
       font-size: 20px;
}

span {
     color: green;
     font-size: 20px;
}

#formations, #experiencesprofessionnelles, #bio, #competences {
  padding: 20px;
  margin-bottom: 20px;
  width: 80%;
  margin: 20px auto;
}

#bio{
  display: flex;
  align-items: center;
}

  #bio img{
    width: 200px;
    border-radius: 100%;
    border: 10px solid #bbbbbb;
    box-shadow: 10px 10px 10px #bbbbbb;
    margin-right: 20px;
  }
}
.formations{
  margin-left: 30px;
}

.barre{
  width: 200px;
  height: 15px;
  background-color: #dddddd;
  border-radius: 10px;
}

.barreRemplissage {
  width: 80%;
  height: 100%;
  background-color:#0182ab;
  border-radius: 15px;
