img.w-3\/4.h-auto.object-cover.rounded-lg.shadow-lg {
    margin-left: 75px;
}

.package-card.active {
    outline: 2px solid #eda122; /* Contour jaune */
    outline-offset: 2px;
}

nav.absolute.top-8.left-8.flex.gap-6.text-sm.font-medium.z-20.bg-gray-800.bg-opacity-75.px-6.py-3.rounded.shadow-md {
    margin-top: 63px;
  }
h1.absolute.top-8.left-8.text-3xl.font-black.title-animation.z-10 {
    color: white;
}


@media (max-width: 768px) {
    img.w-3\/4.h-auto.object-cover.rounded-lg.shadow-lg {
        margin-left: 38px;
    }

    nav.absolute.top-8.left-8.flex.gap-6.text-sm.font-medium.z-20.bg-gray-800.bg-opacity-75.px-6.py-3.rounded.shadow-md {
        margin-top: 88px;
        margin-left: -50px;       
    }

    h1.absolute.top-8.left-8.text-3xl.font-black.title-animation.z-10 {
        margin-top: 25px;
        color: white;
        margin-left: 15px;
    }

    .text-5xl.font-bold.uppercase.tracking-wider {
        font-size: 30px;
    }
}

/* Empêche le swipe horizontal */
html, body {
    overflow-x: hidden;
}

@media (max-width: 640px) {
    .absolute.top-8.right-8.flex.items-center.space-x-6.text-sm.font-medium.z-50 {
      top: 2rem;
      right: 1.4rem;
    }
  }

/* Ajustement sur mobile si nécessaire */
@media (max-width: 640px) {
    .dropdown-left .dropdown-menu {
        transform: translateX(-59%); /* Moins décalé sur mobile */
    }
}
