/*Css Carrousel*/

.carousel-indicators li {
  /* Met  les icônes pagination en rond */
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.carousel-indicators .active {
  /* Quand il est actif il devient noir */
  background-color: #000000;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  /* Les icônes pour swipe sont noirs */
  background-color: #000000;
}

/*Css pour la presentation*/

.image {
  width: 70%;
}

.col-lg-8 p{
    color:black;
}
#presentation a:link {
  /* Masquer l'apparence du lien */
  color: black;
  text-decoration: none;
  cursor: default;
}

#presentation{
  padding-top: 40px;
}