/* ============================================
   STYLES IMMERSIFS POUR IVOIRE TABASKI
   ============================================ */

/* Zone Publicitaire */
.pub-zone-section {
  padding: 20px 0;
  background: #f8f9fa;
}

.pub-zone-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.pub-zone-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.pub-zone-inline,
.pub-zone-espace {
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
}

/* ============================================
   CARROUSEL CARAVANE SHOW
   ============================================ */

.caravane-show-carousel {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

/* Masquer les flèches de tous les carrousels */
.caravane-show-carousel .carousel-control-prev,
.caravane-show-carousel .carousel-control-next,
.bonnes-affaires-carousel-wrapper .carousel-control-prev,
.bonnes-affaires-carousel-wrapper .carousel-control-next {
  display: none !important;
}

/* Améliorer les indicateurs des carrousels */
.caravane-show-carousel .carousel-indicators-wrapper {
  position: relative;
  z-index: 10;
}

.caravane-show-carousel .carousel-indicators-wrapper .carousel-indicators {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.bonnes-affaires-carousel-wrapper .carousel-indicators {
  margin-bottom: 30px;
  position: relative;
}

.caravane-show-carousel .carousel-indicators button,
.bonnes-affaires-carousel-wrapper .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.8);
  margin: 0 5px;
  transition: all 0.3s ease;
}

.caravane-show-carousel .carousel-indicators button.active,
.bonnes-affaires-carousel-wrapper .carousel-indicators button.active {
  background-color: #FFD700;
  border-color: #FFD700;
  width: 30px;
  border-radius: 6px;
}

.bonnes-affaires-carousel-wrapper .carousel-indicators button {
  background-color: rgba(85, 175, 71, 0.3);
  border-color: rgba(85, 175, 71, 0.6);
}

.bonnes-affaires-carousel-wrapper .carousel-indicators button.active {
  background-color: #55af47;
  border-color: #55af47;
}

.caravane-pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.caravane-carousel-wrapper {
  position: relative;
  z-index: 2;
}

.caravane-slide-content {
  padding: 40px 0;
}

.city-badge {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.city-title {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.city-dates,
.city-location {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.city-dates i,
.city-location i {
  color: #FFD700;
  font-size: 1.3rem;
}

.animations-list {
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.animations-list h4 {
  color: #FFD700;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.animations-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.animations-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  margin-bottom: 12px;
  font-size: 1rem;
}

.animations-list li i {
  color: #FFD700;
  font-size: 1.2rem;
}

.caravane-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.caravane-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(26, 71, 42, 0.3) 100%);
  pointer-events: none;
}

.caravane-badge-float {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 215, 0, 0.95);
  color: #1a472a;
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.btn-caravane-cta {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.btn-caravane-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.5);
  color: #1a472a;
}

/* ============================================
   TABASKI MARKET - STARS DU CHEPTEL
   ============================================ */

.stars-cheptel-section {
  margin-bottom: 60px;
}

.star-cheptel-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.star-cheptel-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.star-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(60, 184, 21, 0.3);
}

.star-image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.star-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.star-cheptel-card:hover .star-image-wrapper img {
  transform: scale(1.1);
}

.star-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.star-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.star-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
}

.star-info-item i {
  color: #55af47;
  font-size: 1.3rem;
  margin-top: 3px;
}

.star-info-item strong {
  display: block;
  color: #333;
  margin-bottom: 4px;
}

.star-info-item span {
  color: #666;
}

.star-price {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.star-price i {
  color: #55af47;
  font-size: 1.5rem;
}

.price-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #55af47;
}

.btn-star-contact {
  display: inline-block;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: auto;
}



.btn-star-contact:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(60, 184, 21, 0.3);
  color: white;
}

.star-placeholder {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.star-placeholder-content {
  text-align: center;
  padding: 40px;
}

.star-placeholder-content i {
  font-size: 4rem;
  /* color: #55af47; */
  margin-bottom: 20px;
}

/* ============================================
   VENTES EN LIGNE
   ============================================ */

.ventes-en-ligne-section,
#ventes-en-ligne {
  margin-bottom: 60px;
  padding: 40px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
}

.ventes-platforms-wrapper {
  margin-top: 30px;
}

.platforms-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.platform-logo-item {
  flex: 1;
  min-width: 150px;
  max-width: 200px;
}

.platform-link {
  display: block;
  padding: 20px;
  background: white;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.platform-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.platform-img {
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

.platform-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #55af47;
}

.platform-fallback i {
  font-size: 3rem;
}

.delivery-badge {
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(60, 184, 21, 0.3);
}

.delivery-badge i {
  font-size: 3rem;
  margin-bottom: 15px;
}

.delivery-brand {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}

/* ============================================
   BÉLIERS ÉTOILÉS
   ============================================ */

.beliers-etoiles-section,
#beliers-etoiles {
  margin-bottom: 60px;
}

.encheres-card-wrapper,
.encheres-content {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.encheres-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.encheres-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(60, 184, 21, 0.4);
  z-index: 2;
}

.encheres-features {
  margin-top: 20px;
}

.encheres-features .feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
}

.encheres-features .feature-item i {
  color: #55af47;
  font-size: 1.3rem;
}

.btn-encheres-inscription {
  display: inline-block;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(60, 184, 21, 0.3);
}

.btn-encheres-inscription:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(60, 184, 21, 0.4);
  color: white;
}

.beliers-card-wrapper {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.beliers-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.beliers-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  z-index: 2;
}

.beliers-content h3 {
  color: #044d57;
  margin-bottom: 20px;
}

.beliers-benefits {
  list-style: none;
  padding: 0;
}

.beliers-benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.beliers-benefits li i {
  color: #FFD700;
  font-size: 1.3rem;
}

.btn-beliers-inscription {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
}

.btn-beliers-inscription:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
  color: #1a472a;
}

/* ============================================
   BÉLIERS ÉTOILÉS - VERSION AMÉLIORÉE
   ============================================ */

.beliers-card-wrapper-enhanced {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 215, 0, 0.2);
}

.beliers-pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(255, 215, 0, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.beliers-image-wrapper-enhanced {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.beliers-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
 /*  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); */
  z-index: 1;
}

.beliers-main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.beliers-image-wrapper-enhanced:hover .beliers-main-image {
  transform: scale(1.05);
}

.beliers-badge-enhanced {
  position: absolute;
  top: 25px;
  left: 25px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 14px 24px;
  border-radius: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
  z-index: 3;
  animation: pulse-gold 2s ease-in-out infinite;
}

.beliers-badge-enhanced i {
  font-size: 1.2rem;
  animation: rotate-star 3s linear infinite;
}

@keyframes pulse-gold {
  0%, 100% {
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.7);
    transform: scale(1.05);
  }
}

@keyframes rotate-star {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.beliers-floating-stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}

.beliers-floating-stars i {
  position: absolute;
  color: rgba(255, 215, 0, 0.8);
  font-size: 2rem;
  animation: float-star 4s ease-in-out infinite;
}

.beliers-floating-stars .star-1 {
  top: 15%;
  right: 10%;
  animation-delay: 0s;
}

.beliers-floating-stars .star-2 {
  top: 60%;
  right: 20%;
  animation-delay: 1.3s;
}

.beliers-floating-stars .star-3 {
  bottom: 20%;
  right: 15%;
  animation-delay: 2.6s;
}

@keyframes float-star {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 1;
  }
}

.beliers-content-enhanced {
  padding-left: 20px;
}

.beliers-header {
  margin-bottom: 25px;
}

.beliers-subtitle {
  display: inline-block;
  background: linear-gradient(135deg, #044d57 0%, #1a472a 100%);
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.beliers-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #044d57;
  margin-bottom: 15px;
  line-height: 1.2;
}

.text-gradient {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.beliers-question {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
  padding: 12px 20px;
  border-radius: 12px;
  border-left: 4px solid #FFD700;
  margin-top: 15px;
}

.beliers-question i {
  color: #FFD700;
  font-size: 1.5rem;
}

.beliers-question span {
  color: #044d57;
  font-weight: 600;
  font-size: 1.1rem;
}

.beliers-description {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.beliers-prizes-preview {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.prize-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: white;
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 215, 0, 0.2);
  transition: all 0.3s ease;
}

.prize-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 215, 0, 0.5);
}

.prize-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.prize-icon.gold {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
}

.prize-icon.silver {
  background: linear-gradient(135deg, #C0C0C0 0%, #808080 100%);
  color: white;
}

.prize-info {
  display: flex;
  flex-direction: column;
}

.prize-info strong {
  color: #044d57;
  font-size: 1rem;
  margin-bottom: 4px;
}

.prize-info span {
  color: #666;
  font-size: 0.9rem;
}

.beliers-benefits-enhanced {
  list-style: none;
  padding: 0;
  margin: 0;
}

.beliers-benefits-enhanced li {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.beliers-benefits-enhanced li:hover {
  transform: translateX(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.05) 0%, rgba(255, 165, 0, 0.05) 100%);
}

.benefit-icon {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.2) 0%, rgba(255, 165, 0, 0.2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.benefit-icon i {
  color: #FFD700;
  font-size: 1.3rem;
}

.benefit-text {
  display: flex;
  flex-direction: column;
}

.benefit-text strong {
  color: #044d57;
  font-size: 1.05rem;
  margin-bottom: 2px;
}

.benefit-text span {
  color: #666;
  font-size: 0.9rem;
}

.beliers-cta-wrapper {
  margin-top: 30px;
}

.btn-beliers-inscription-enhanced {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
  overflow: hidden;
  border: 2px solid transparent;
}

.btn-beliers-inscription-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.btn-beliers-inscription-enhanced:hover::before {
  left: 100%;
}

.btn-beliers-inscription-enhanced:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.5);
  color: #1a472a;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-beliers-inscription-enhanced .btn-icon {
  transition: transform 0.3s ease;
}

.btn-beliers-inscription-enhanced:hover .btn-icon {
  transform: translateX(5px);
}

.beliers-urgency {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 12px 20px;
  background: linear-gradient(135deg, rgba(255, 87, 34, 0.1) 0%, rgba(255, 152, 0, 0.1) 100%);
  border-radius: 10px;
  border-left: 4px solid #FF5722;
}

.beliers-urgency i {
  color: #FF5722;
  font-size: 1.2rem;
  animation: pulse-urgent 2s ease-in-out infinite;
}

.beliers-urgency span {
  color: #666;
  font-size: 0.95rem;
  font-weight: 500;
}

@keyframes pulse-urgent {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* Responsive pour le bloc concours amélioré */
@media (max-width: 768px) {
  .beliers-card-wrapper-enhanced {
    padding: 30px 20px;
  }
  
  .beliers-title {
    font-size: 2rem;
  }
  
  .beliers-prizes-preview {
    flex-direction: column;
  }
  
  .prize-item {
    min-width: 100%;
  }
  
  .beliers-content-enhanced {
    padding-left: 0;
    margin-top: 30px;
  }
}

/* ============================================
   SECTIONS PARTICIPER - RESTAURATEURS, CONCOURS, ATELIERS
   ============================================ */

/* Restaurateurs Section */
.restaurateurs-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.restaurateurs-content h3 {
  color: #044d57;
  margin-bottom: 20px;
}

.restaurateurs-benefits {
  margin-top: 20px;
}

.restaurateurs-benefits .benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
}

.restaurateurs-benefits .benefit-item i {
  color: #55af47;
  font-size: 1.3rem;
}

.btn-restaurateur-contact {
  display: inline-block;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(60, 184, 21, 0.3);
}

.btn-restaurateur-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(60, 184, 21, 0.4);
  color: white;
}

/* Concours Section */
.concours-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.concours-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.concours-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #1a472a;
}

.concours-card h4 {
  color: #044d57;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.concours-card p {
  color: #666;
  margin-bottom: 20px;
  flex: 1;
}

.btn-concours-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #55af47;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-concours-link:hover {
  color: #3CB815;
  gap: 12px;
}

.btn-concours-link i {
  transition: transform 0.3s ease;
}

.btn-concours-link:hover i {
  transform: translateX(5px);
}

/* Ateliers Section */
.atelier-card {
  background: white;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.atelier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.atelier-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: white;
}

.atelier-card h4 {
  color: #044d57;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.atelier-card p {
  color: #666;
  margin-bottom: 20px;
  flex: 1;
}

.atelier-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.atelier-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #666;
}

.atelier-features li i {
  color: #55af47;
  font-size: 1.1rem;
}

.btn-atelier-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #55af47;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-atelier-link:hover {
  color: #3CB815;
  gap: 12px;
}

.btn-atelier-link i {
  transition: transform 0.3s ease;
}

.btn-atelier-link:hover i {
  transform: translateX(5px);
}

/* ============================================
   PAGE CONCOURS - CARTES AMÉLIORÉES
   ============================================ */

.concours-list-enhanced {
  margin-bottom: 60px;
}

.concours-card-enhanced {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
}

.concours-card-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFD700 0%, #FFA500 50%, #55af47 100%);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.concours-card-enhanced:hover::before {
  transform: scaleX(1);
}

.concours-card-enhanced:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.3);
}

.concours-card-enhanced.featured {
  background: linear-gradient(135deg, #ffffff 0%, #fff9e6 100%);
  border: 2px solid rgba(255, 215, 0, 0.4);
  box-shadow: 0 10px 40px rgba(255, 215, 0, 0.2);
}

.concours-badge-featured {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
  z-index: 2;
  animation: pulse-featured 2s ease-in-out infinite;
}

.concours-badge-featured i {
  font-size: 1rem;
  animation: rotate-star 3s linear infinite;
}

@keyframes pulse-featured {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.4);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.6);
    transform: scale(1.05);
  }
}

.concours-icon-enhanced {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 2.5rem;
  color: #1a472a;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.concours-icon-enhanced::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
}

.concours-card-enhanced:hover .concours-icon-enhanced::before {
  left: 100%;
}

.concours-card-enhanced:hover .concours-icon-enhanced {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
}

.concours-card-enhanced.featured .concours-icon-enhanced {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

.concours-content-enhanced {
  flex: 1;
  text-align: center;
}

.concours-content-enhanced h4 {
  color: #044d57;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
}

.concours-description {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  min-height: 48px;
}

.concours-prize {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
  padding: 12px 20px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.concours-prize i {
  color: #FFD700;
  font-size: 1.3rem;
}

.concours-prize span {
  color: #044d57;
  font-weight: 600;
  font-size: 0.95rem;
}

.concours-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 25px;
}

.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 0.9rem;
  color: #666;
  transition: all 0.3s ease;
}

.concours-card-enhanced:hover .feature-tag {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
  color: #044d57;
  transform: translateX(5px);
}

.feature-tag i {
  color: #55af47;
  font-size: 0.9rem;
}

.concours-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.btn-concours-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: center;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(60, 184, 21, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-concours-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.btn-concours-card:hover::before {
  left: 100%;
}

.btn-concours-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(60, 184, 21, 0.4);
  color: white;
}

.btn-concours-card i {
  transition: transform 0.3s ease;
}

.btn-concours-card:hover i {
  transform: translateX(5px);
}

.concours-card-enhanced.featured .btn-concours-card {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
}

.concours-card-enhanced.featured .btn-concours-card:hover {
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
  color: #1a472a;
}

/* Responsive */
@media (max-width: 768px) {
  .concours-card-enhanced {
    padding: 25px 20px;
  }
  
  .concours-icon-enhanced {
    width: 70px;
    height: 70px;
    font-size: 2rem;
  }
  
  .concours-content-enhanced h4 {
    font-size: 1.3rem;
  }
  
  .concours-badge-featured {
    top: 15px;
    right: 15px;
    padding: 6px 12px;
    font-size: 0.75rem;
  }
}

/* ============================================
   PAGE NOS ESPACES - DÉTAILS
   ============================================ */

.espaces-intro {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.text-gradient {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.espace-detail-section {
  padding: 80px 0;
}

.espace-detail-card {
  background: white;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.espace-image-gallery {
  position: relative;
}

.main-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.main-image-wrapper:hover .main-image {
  transform: scale(1.05);
}

.image-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);
  backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #044d57;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.image-badge i {
  color: #55af47;
  font-size: 1.2rem;
}

.thumbnail-gallery {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.thumbnail-item {
  flex: 1;
  max-width: 120px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.thumbnail-item:hover,
.thumbnail-item.active {
  opacity: 1;
  border-color: #55af47;
  transform: translateY(-5px);
}

.thumbnail-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
}

.espace-content {
  padding: 20px 0;
}

.espace-header {
  margin-bottom: 30px;
}

.espace-icon-large {
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 2.5rem;
  color: white;
  box-shadow: 0 8px 25px rgba(60, 184, 21, 0.3);
}

.espace-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #044d57;
  line-height: 1.2;
  margin-bottom: 20px;
}

.espace-intro {
  color: #044d57;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.espace-description {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.espace-features {
  margin-top: 30px;
}

.features-title {
  color: #044d57;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.feature-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-box:hover {
  background: linear-gradient(135deg, rgba(85, 175, 71, 0.1) 0%, rgba(60, 184, 21, 0.1) 100%);
  transform: translateX(5px);
}

.feature-box i {
  color: #55af47;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.feature-box div {
  display: flex;
  flex-direction: column;
}

.feature-box strong {
  color: #044d57;
  font-size: 1rem;
  margin-bottom: 4px;
}

.feature-box span {
  color: #666;
  font-size: 0.9rem;
}

.espace-cta {
  margin-top: 30px;
}

.btn-espace-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(60, 184, 21, 0.3);
  position: relative;
  overflow: hidden;
}

.btn-espace-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.btn-espace-primary:hover::before {
  left: 100%;
}

.btn-espace-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(60, 184, 21, 0.4);
  color: white;
}

.btn-espace-primary i {
  transition: transform 0.3s ease;
}

.btn-espace-primary:hover i {
  transform: translateX(5px);
}

/* CTA Final Section */
.espaces-cta-final {
  padding: 60px 0;
  background: linear-gradient(135deg, #044d57 0%, #1a472a 100%);
}

.cta-card {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.cta-title {
  color: #044d57;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-description {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.btn-cta-final {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 16px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
}

.btn-cta-final:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.4);
  color: #1a472a;
}

.btn-cta-final i {
  transition: transform 0.3s ease;
}

.btn-cta-final:hover i {
  transform: translateX(5px);
}

/* Responsive pour la page espaces */
@media (max-width: 768px) {
  .espace-detail-card {
    padding: 30px 20px;
  }
  
  .espace-title {
    font-size: 2rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-card {
    padding: 30px 20px;
    text-align: center;
  }
  
  .cta-title {
    font-size: 1.5rem;
  }
  
  .btn-cta-final {
    margin-top: 20px;
  }
  
  .thumbnail-item {
    max-width: 100px;
  }
  
  .thumbnail-item img {
    height: 60px;
  }
}

/* ============================================
   VENTES AUX ENCHÈRES
   ============================================ */

.encheres-section {
  margin-bottom: 60px;
}

.encheres-card-wrapper {
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.encheres-image-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.encheres-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(60, 184, 21, 0.3);
  z-index: 2;
}

.encheres-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
}

.feature-item i {
  color: #55af47;
  font-size: 1.5rem;
}

.btn-encheres-inscription {
  display: inline-block;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(60, 184, 21, 0.3);
}

.btn-encheres-inscription:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(60, 184, 21, 0.4);
  color: white;
}

/* ============================================
   BONNES AFFAIRES
   ============================================ */

.bonnes-affaires-section {
  margin-bottom: 60px;
}

.bonnes-affaires-carousel-wrapper {
  margin-top: 40px;
}

.affaire-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.affaire-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.affaire-image {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.affaire-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.economie-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 1rem;
  box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3);
}

.affaire-content {
  padding: 20px;
}

.stand-info {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #55af47;
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.affaire-content h4 {
  color: #044d57;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.price-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1rem;
}

.new-price {
  color: #55af47;
  font-size: 1.5rem;
  font-weight: 700;
}

.economie-amount {
  color: #dc3545;
  font-weight: 600;
  font-size: 0.95rem;
}

/* ============================================
   ESPACES IMMERSIFS
   ============================================ */

.espace-card-immersive {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.espace-card-immersive:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.espace-image-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.espace-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.espace-card-immersive:hover .espace-image-wrapper img {
  transform: scale(1.15);
}

.espace-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
}

.espace-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #55af47;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.espace-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.espace-content h3 {
  color: #044d57;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.espace-content p {
  color: #666;
  margin-bottom: 12px;
  line-height: 1.6;
}

.espace-highlight {
  color: #55af47 !important;
  font-weight: 600;
}

.btn-espace-link {
  display: inline-block;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
  transition: all 0.3s ease;
}

.btn-espace-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(60, 184, 21, 0.3);
  color: white;
}

.espace-placeholder {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.espace-placeholder-content {
  text-align: center;
  padding: 40px;
}

.espace-placeholder-content i {
  font-size: 4rem;
  color: #55af47;
  margin-bottom: 20px;
}

/* ============================================
   3 SEMAINES D'ANIMATION FESTIVES
   ============================================ */

.trois-semaines-animation {
  padding: 80px 0;
}

.animation-festive-card {
  background: white;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-top: 4px solid #55af47;
}

.animation-festive-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.animation-festive-card.animation-festive-highlight {
  border-top-color: #FFD700;
  background: linear-gradient(135deg, #fff9e6 0%, #ffffff 100%);
}

.animation-festive-card.animation-festive-special {
  border-top-color: #55af47;
  background: linear-gradient(135deg, #f0fdf4 0%, #ffffff 100%);
}

.animation-festive-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 6px 20px rgba(60, 184, 21, 0.3);
}

.animation-festive-card.animation-festive-highlight .animation-festive-icon {
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
}

.animation-festive-card h3 {
  color: #044d57;
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.animation-festive-card p {
  color: #666;
  margin-bottom: 12px;
  line-height: 1.6;
  flex: 1;
}

.highlight-text {
  color: #55af47;
  font-weight: 600;
  margin-top: 10px;
}

.btn-animation-festive {
  display: inline-block;
  background: linear-gradient(135deg, #55af47 0%, #3CB815 100%);
  color: white;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.btn-animation-festive:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(60, 184, 21, 0.3);
  color: white;
}

/* ============================================
   MARCHÉ DE LA VIANDE - CHIFFRES
   ============================================ */

.marche-viande-chiffres {
  padding: 80px 0;
  position: relative;
}

.marche-pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 40%, rgba(255, 215, 0, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 60%, rgba(255, 215, 0, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.chiffre-marche-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  height: 100%;
}

.chiffre-marche-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  border-color: rgba(255, 215, 0, 0.5);
}

.chiffre-icon {
  font-size: 3rem;
  color: #FFD700;
  margin-bottom: 20px;
}

.chiffre-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  line-height: 1;
}

.chiffre-unit {
  font-size: 1.5rem;
  font-weight: 400;
}

.chiffre-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.4;
}

.marche-info-box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
}

.marche-info-box h4 {
  color: #FFD700;
  margin-bottom: 15px;
}

/* ============================================
   PAGE CARAVANE SHOW - VILLES & PROGRAMME
   ============================================ */

.caravane-ville-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.caravane-ville-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

.ville-header {
  padding: 25px 25px 15px;
  background: linear-gradient(135deg, #1a472a 0%, #2d5a3d 100%);
  color: white;
}

.ville-badge {
  display: inline-block;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
  color: #1a472a;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.ville-name {
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.ville-dates,
.ville-location {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 10px;
  font-size: 1rem;
}

.ville-dates i,
.ville-location i {
  color: #FFD700;
  font-size: 1.2rem;
}

.ville-image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.ville-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.caravane-ville-card:hover .ville-image-wrapper img {
  transform: scale(1.1);
}

.camion-podium-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(255, 215, 0, 0.95);
  color: #1a472a;
  padding: 10px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.ville-animations {
  padding: 25px;
  flex: 1;
  background: #f8f9fa;
}

.ville-animations h4 {
  color: #044d57;
  margin-bottom: 15px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ville-animations h4 i {
  color: #FFD700;
}

.ville-animations .animations-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ville-animations .animations-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #666;
  margin-bottom: 12px;
  font-size: 1rem;
  padding: 8px;
  background: white;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.ville-animations .animations-list li:hover {
  background: #e9ecef;
  transform: translateX(5px);
}

.ville-animations .animations-list li i {
  color: #55af47;
  font-size: 1.2rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
  .caravane-slide-content {
    padding: 20px 0;
  }

  .city-title {
    font-size: 1.5rem;
  }

  .animations-list {
    padding: 20px;
  }

  .platforms-logos {
    gap: 20px;
  }

  .platform-logo-item {
    min-width: 120px;
  }

  .beliers-card-wrapper,
  .encheres-card-wrapper {
    padding: 25px;
  }

  .chiffre-number {
    font-size: 2.5rem;
  }

  .espace-image-wrapper {
    height: 200px;
  }

  .star-image-wrapper {
    height: 200px;
  }
}
