.index-principal-presentation {
  padding: 5% 0;
  color: white;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/backgrounds/basilique_inside.png");
  background-color: rgba(0, 0, 0, 0.1);
  background-blend-mode: darken;
}

@media (max-width: 768px) {
  .index-principal-presentation {
    height: auto;
    padding: 20% 0;
  }
  .bg-textonmain {
    width: 90% !important;
  }
  .splitter {
    flex-direction: column !important;
  }
  .website-card {
    height: auto !important;
  }
  .news-responsive {
    width: 90% !important;
  }
}

  .news-responsive {
    width: 75%;
  }

.splitter {
  flex-direction: row;
}

.website-card {
  background-color: #e74e0f99;
  border: 1px solid #e74e0f;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 400px;
}

.bg-textonmain {
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid white;
  padding: 15px;
  border-radius: 8px;
  color: black;
  width: 50%;
}

.news {
  display: flex;
  flex-direction: row;
  gap: 15px;
  background-color: white;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.index-main {
  background-color: black;
}

.interest-points {
  background-color: #f8f9fa;
  padding: 40px 0;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#map {
  height: 450px;
  width: 50%;
}

.img-carroussel {
  height: 500px;
  object-fit: cover;
}

.titre{
  margin-top: 100px;
  margin-bottom: 100px;
}
