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

h1{
  font-family: courier;
  color: rgb(200,26,26);
}


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

#texte {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left:20px;
}

#apercu{
  height: 150px;
  border-radius: 25px;
}

#apercu1fond{
  background: rgb(0,0,50);
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 25px;
  color: white;
  height: 450px;
}

#apercu1fond h3{
  text-align: center;
  color: white;
}
#apercu1fond p{
  color: white;
  text-align: center;
}
#apercu2fond{
  background: rgb(139,26,26);
  padding-top: 20px;
  color: rgb(0,0,50);
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 25px;
  height: 450px;
}

#apercu2fond h3{
  color: rgb(255,215,0);
  text-align: center;
}
#apercu2fond p{
  color: rgb(255,215,0);
    text-align: center;
}
#apercu2fond small{
  color: rgb(255,150,0);
    text-align: center;
}
.ligne{
  opacity: 0.4;
}

#commeeux {
  background: rgb(100,139,50);
  text-align: center;
  color: white;
  padding-bottom: 5px;
  padding-top: 10px;
}

#mosaique{
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;

}
#mosaique img{
  height: 225px;
  border-radius: 5px;
  padding-right: 1px;
  padding-left: 1px;
}