/*Here goes your style*/
body{
  color: black;
  font-family: 'Open Sans', sans-serif;
  background: rgb(245,245,245);
  /*background-image: url('example.jpg');*/
}

a{
  text-decoration: none;

}
a:hover{
  text-decoration: none;
}

h1{
  font-family: courier;
  color: rgb(49,140,231);
}

p{
  font-size: 14px;
  line-height: 17px;
}

img{
  height: 250px;
  border-radius: 50px;
}

#en-tete{
  background: rgb(49,140,231);
  color: white;
  padding: 10px;
  padding-bottom: 0px;
  height:140px;
}

#en-tete h1{
  color: white;
}

.ligne{
  opacity: 0.4;
}



#apercu3{
  background: rgb(49,140,231);
  padding-top: 20px;
  color: rgb(255,129,0);
  border-radius: 25px;
  border:none;
  margin: 10px;
  height: 140px;
}
#apercu{
  background: rgb(198,8,0);
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  border-radius: 25px;
  border:none;
  box-shadow: 5px 5px rgb(247,35,12);
  margin: 10px;
  height: 175px;
}

#articleimg{
  text-align: center;
  color: grey;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 20px;
  padding-top: 20px;
}

#articleimg img{
  height: 225px;
  border-radius: 15px;
  padding: 3px;
  

}
#articleimgg{
  text-align: center;
  color: grey;
  font-size: 12px;
  font-style: italic;
  padding-bottom: 20px;
  padding-top: 20px;
}

#articleimgg img{
  height: 350px;
  border-radius: 15px;
  padding: 3px;
  

}