section#blog{
  /*background-color: #0c2461;*/
  background-image: url("../media/img2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
section#blog div.container{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 80%;
}
section#blog div.subcontainer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24%;
}
section#blog div.img{
  background-color: white;
  width: 100px;
  height: 100px;
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#blog div.title{
  text-align: center;
  font-size: 1.5em;
  margin-top: 2%;
  margin-bottom: 2%;
  color: #fff;
  font-weight: bold;
}
section#blog div.presentation{
  text-align: center;
  color: white;
  font-size: 1em;
}
section#blog h3{
  margin-bottom: 3%;
}
section#blog h3, section#equipe h3{
  color: white;
  font-size: 3em;
}
section#blog p, section#equipe p{
  color: #b2bec3;
  font-size: 2em;
}
section#blog p span, section#equipe p span{
  color: white;
}
