main {
  padding-top: 3rem;
}

@media (orientation: landscape) and (max-width: 768px) {
  .row-cols-landscape-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
}

.cercle-blanc {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-top: 20px; /* espace optionnel au-dessus */
}

.cercle-blanc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge-or {
  fill: #FFD700;
}

.custom-carousel-btn {
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 100%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}