#topbar {
    background: #000;
    color: white;
    font-size: 14px;
    padding: 6px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#topbar a {
    color: white;
    text-decoration: none;
}

#topbar a:hover {
    opacity: .7;
}

.topbar-languages img {
    width: 22px;
    margin: 0 6px;
    cursor: pointer;
    transition: transform .2s ease-in-out;
}

.topbar-languages img:hover {
    transform: scale(1.15);
}

.topbar-socials a {
    margin-left: 12px;
    font-size: 18px;
}

.topbar-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 16px;
}

.topbar-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: #fff;
  opacity: 0.9;
  transition: transform .15s ease, opacity .15s ease;
}

.topbar-socials a:hover {
  transform: scale(1.12);
  opacity: 1;
}

/* ============================================
   SÉLECTEUR DE LANGUE - DESIGN MODERNE
   ============================================ */

.topbar-languages {
  display: flex;
  align-items: center;
  gap: 16px;
}

.topbar-languages .flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 6px;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid transparent;
}

.topbar-languages .flag svg {
  width: 32px;
  height: 22px;
  display: block;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.topbar-languages .flag:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

.topbar-languages .flag:hover svg {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}

.topbar-languages .flag:active {
  transform: translateY(0);
}

.topbar-languages .flag:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .topbar-languages {
    gap: 12px;
  }
  
  .topbar-languages .flag svg {
    width: 28px;
    height: 19px;
  }
  
  .topbar-languages .flag {
    padding: 4px;
  }
}

/* Logo et périodes ouverture */
.camping-header-module {
    background-color: white;
    padding: 20px;
    width: 100%;
}

.camping-header-content {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.camping-logo {
    flex-shrink: 0;
}

.camping-logo img {
    height: 60px;
    width: auto;
    display: block;
}

.camping-text {
    flex-grow: 1;
}

.camping-title {
    font-size: 36pt;
    color: #ff6600;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

.camping-subtitle {
    font-size: 24pt;
    color: #5c3838;
    font-weight: bold;
    line-height: 1.2;
}

@media (max-width: 992px) {
    .camping-title {
        font-size: 28pt;
    }
    
    .camping-subtitle {
        font-size: 20pt;
    }
    
    .camping-logo img {
        height: 100px;
    }
    
    .camping-header-content {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .camping-header-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .camping-title {
        font-size: 24pt;
    }
    
    .camping-subtitle {
        font-size: 18pt;
    }
    
    .camping-logo img {
        height: 80px;
    }
}

/* Gestion de la barre du menu */
.grid-child.container-nav {
    padding-bottom: 0;
    padding-top: 0;
}

@media screen and (min-width: 768px) {
  body.wrapper-fluid header > .grid-child,
  body.wrapper-fluid footer > .grid-child {
    padding-left: 7em;
  }
}

/* Image de fond sur body */
.site-grid {
	background-color: #edf1f7;
	background-image: url("/images/Background.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment:fixed;
}

/* Galerie de logos centrée */
.logos-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.2em;
  margin: 2em auto;
  text-align: center;
}

/* Respecte les tailles HTML mais évite qu'un logo devienne Hulk en responsive */
.logos-footer img {
  height: auto;
  max-height: 70px; /* le plus grand de ta liste */
}

/* Lien mentions légales centré */
.footer-links {
  text-align: center;
  margin-top: 1.5em;
}

/* Copyright centré */
.copyright {
  text-align: center;
  margin-top: 0.8em;
}

/* Animation au survol des logos */
.logos-footer img {
  transition: transform 0.25s ease, filter 0.25s ease;
  cursor: pointer;
}

.logos-footer img:hover {
  transform: scale(1.08);        /* zoom léger */
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.25)); /* petite ombre élégante */
}

.footer-top-bar {
  background-color: #303030;
  height: 5px;
  width: 90vw;
  margin-left: calc(50% - 50vw);
}




/* ================================================
   TIMELINE CAMPING LISLEBONNE - À ajouter à custom.css
   ================================================ */

/* Section principale avec fond verre dépoli */
.camping-timeline-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 30px;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Titre principal */
.timeline-header {
    text-align: center;
    margin-bottom: 40px;
}

.timeline-header h2 {
    font-size: 2.2em;
    color: #1a1a1a;
    background: rgba(255, 255, 255, 0.95);
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    font-weight: 700;
    display: inline-block;
}

/* ================================================
   SECTION DES 3 VALEURS PRINCIPALES
   ================================================ */

.camping-values {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 120px;
    position: relative;
}

/* Bulle de valeur */
.value-bubble {
    flex: 1;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 30px 25px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    z-index: 2;
}

.value-bubble:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

/* Icône de la valeur */
.value-bubble .value-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #a8e063 0%, #56ab2f 100%);
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(86, 171, 47, 0.3);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.value-bubble:hover .value-icon {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 8px 24px rgba(86, 171, 47, 0.5);
}

.value-bubble h4 {
    color: #2d5016;
    font-size: 1.5em;
    margin-bottom: 12px;
    font-weight: 600;
}

.value-bubble p {
    color: #555;
    line-height: 1.7;
    font-size: 0.95em;
    margin: 0;
}

/* Ligne verticale depuis chaque bulle */
.value-connector {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 50px;
    background: linear-gradient(180deg, 
        rgba(168, 224, 99, 0.8) 0%, 
        rgba(168, 224, 99, 0.6) 100%);
    border-radius: 2px;
    z-index: 1;
}

/* Ligne horizontale qui relie les 3 bulles */
.camping-values::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: 15.80%;
    right: 15.80%;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(168, 224, 99, 0.6) 0%,
        rgba(168, 224, 99, 0.8) 50%,
        rgba(168, 224, 99, 0.6) 100%);
    z-index: 0;
}

/* Point de jonction au centre */
.camping-values::after {
    content: '';
    position: absolute;
    bottom: -56px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #a8e063 0%, #56ab2f 100%);
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(86, 171, 47, 0.4);
    z-index: 2;
}

/* Ligne finale qui descend vers la timeline */
.camping-timeline::before {
    top: -60px !important;
    height: calc(100% + 60px) !important;
}

/* Animation des serpentins au chargement */
@keyframes drawVertical {
    from {
        height: 0;
    }
    to {
        height: 50px;
    }
}

@keyframes drawHorizontal {
    from {
        width: 0;
    }
    to {
        width: 68.4%;
    }
}

@keyframes appearDot {
    from {
        transform: translateX(-50%) scale(0);
        opacity: 0;
    }
    to {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
}

.value-connector {
    animation: drawVertical 0.6s ease forwards;
    height: 0;
}

.camping-values::before {
    animation: drawHorizontal 0.8s ease forwards;
    animation-delay: 0.6s;
    width: 0;
}

.camping-values::after {
    animation: appearDot 0.4s ease forwards;
    animation-delay: 1.4s;
    transform: translateX(-50%) scale(0);
    opacity: 0;
}

.timeline-subtitle {
    font-size: 1.2em;
    color: rgba(255,255,255,0.95);
    text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    font-weight: 300;
}

/* Container de la timeline */
.camping-timeline {
    position: relative;
    padding: 20px 0;
}

/* La ligne centrale serpentine */
.camping-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, 
        rgba(255,255,255,0.2) 0%, 
        rgba(255,255,255,0.6) 50%, 
        rgba(255,255,255,0.2) 100%);
    border-radius: 2px;
}

/* Item de la timeline */
.camping-timeline .timeline-item {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* Toutes les bulles sauf la première remontent de 1/3 */
.camping-timeline .timeline-item:not(:first-child) {
    margin-top: -100px;
}

/* Alternance gauche/droite */
.camping-timeline .timeline-item:nth-child(even) {
    justify-content: flex-end;
}

/* La carte contenant le contenu */
.camping-timeline .timeline-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    width: 45%;
    position: relative;
    transition: all 0.3s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.camping-timeline .timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}

/* Le point central sur la ligne */
.camping-timeline .timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg, #a8e063 0%, #56ab2f 100%);
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 10;
    transition: transform 0.3s ease;
}

.camping-timeline .timeline-item:hover .timeline-dot {
    transform: translateX(-50%) scale(1.3);
}

/* Header de la carte avec badge et icône alignés */
.camping-timeline .timeline-content > span.category-badge,
.camping-timeline .timeline-content > .timeline-icon {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}

/* Icône dans la carte */
.camping-timeline .timeline-icon {
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #a8e063 0%, #56ab2f 100%);
    border-radius: 50%;
    margin-left: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    box-shadow: 0 4px 12px rgba(86, 171, 47, 0.3);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
    position: relative;
}

/* Animation de rotation et rebond sur l'icône au survol */
.camping-timeline .timeline-content:hover .timeline-icon {
    transform: rotate(360deg) scale(1.15);
    box-shadow: 0 8px 24px rgba(86, 171, 47, 0.5);
}

/* Petit effet de pulsation sur l'icône */
@keyframes pulse-icon {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(86, 171, 47, 0.3);
    }
    50% {
        box-shadow: 0 4px 20px rgba(86, 171, 47, 0.6);
    }
}

.camping-timeline .timeline-icon:hover {
    animation: pulse-icon 1.5s infinite;
}

.camping-timeline .timeline-content h3 {
    color: #2d5016;
    font-size: 1.4em;
    margin-bottom: 12px;
    font-weight: 600;
}

.camping-timeline .timeline-content p {
    color: #555;
    line-height: 1.7;
    font-size: 0.95em;
    margin: 0;
}

.camping-timeline .timeline-content a {
    color: #56ab2f;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    border-bottom: 1px solid transparent;
}

.camping-timeline .timeline-content a:hover {
    color: #2d5016;
    border-bottom-color: #2d5016;
}

/* Badge de catégorie */
.camping-timeline .category-badge {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

/* Animation de rebond et agrandissement au survol */
.camping-timeline .category-badge:hover {
    transform: scale(1.15) translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    letter-spacing: 1px;
}

/* Effet de brillance qui passe sur le badge au survol */
.camping-timeline .category-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s ease;
}

.camping-timeline .category-badge:hover::before {
    left: 100%;
}

/* Couleurs des badges */
.category-badge.nature {
    background: linear-gradient(135deg, #a8e063 0%, #56ab2f 100%);
    color: #fff;
}

.category-badge.eco {
    background: linear-gradient(135deg, #56CCF2 0%, #2F80ED 100%);
    color: #fff;
}

.category-badge.wellness {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    color: #2d3436;
}

.category-badge.restaurant {
    background: linear-gradient(135deg, #fd79a8 0%, #e84393 100%);
    color: #fff;
}

.category-badge.hebergement {
    background: linear-gradient(135deg, #a29bfe 0%, #6c5ce7 100%);
    color: #fff;
}

.category-badge.services {
    background: linear-gradient(135deg, #fab1a0 0%, #ff7675 100%);
    color: #fff;
}

.category-badge.tourisme {
    background: linear-gradient(135deg, #74b9ff 0%, #0984e3 100%);
    color: #fff;
}

.category-badge.patrimoine {
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    color: #2d3436;
}

/* Animation d'apparition au chargement */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.camping-timeline .timeline-item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

/* Délais d'animation pour chaque item */
.camping-timeline .timeline-item:nth-child(1) { animation-delay: 0.1s; }
.camping-timeline .timeline-item:nth-child(2) { animation-delay: 0.2s; }
.camping-timeline .timeline-item:nth-child(3) { animation-delay: 0.3s; }
.camping-timeline .timeline-item:nth-child(4) { animation-delay: 0.4s; }
.camping-timeline .timeline-item:nth-child(5) { animation-delay: 0.5s; }
.camping-timeline .timeline-item:nth-child(6) { animation-delay: 0.6s; }
.camping-timeline .timeline-item:nth-child(7) { animation-delay: 0.7s; }
.camping-timeline .timeline-item:nth-child(8) { animation-delay: 0.8s; }

/* ================================================
   RESPONSIVE - Mobile et Tablette
   ================================================ */

@media (max-width: 992px) {
    .timeline-header h2 {
        font-size: 1.8em;
    }
    
    .camping-timeline .timeline-content {
        width: 48%;
    }
    
    /* Bulles de valeurs en colonne sur tablette */
    .camping-values {
        flex-direction: column;
        gap: 40px;
        margin-bottom: 80px;
        align-items: center;
    }
    
    .value-bubble {
        max-width: 600px;
        width: 100%;
        margin: 0;
    }
    
    /* Cacher les lignes verticales d'origine des bulles */
    .value-connector {
        display: none;
    }
    
    /* Cacher la ligne horizontale desktop */
    .camping-values::before {
        display: none;
    }
    
    /* Garder juste le point de jonction en bas au centre */
    .camping-values::after {
        position: static;
        display: block;
        margin: 30px auto 0;
        transform: none;
    }
}

@media (max-width: 768px) {
    .camping-timeline-section {
        padding: 30px 20px;
        margin: 40px 15px;
    }
    
    /* Bulles de valeurs plus compactes sur mobile */
    .camping-values {
        gap: 30px;
        margin-bottom: 70px;
    }
    
    .value-bubble {
        padding: 25px 20px;
    }
    
    .value-bubble .value-icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
    
    .value-bubble h4 {
        font-size: 1.3em;
    }
    
    /* Sur mobile, tout à droite avec la ligne à gauche */
    .camping-timeline::before {
        left: 30px;
    }

    .camping-timeline .timeline-item {
        justify-content: flex-end !important;
    }

    .camping-timeline .timeline-content {
        width: calc(100% - 80px);
    }

    .camping-timeline .timeline-dot {
        left: 30px;
    }

    .timeline-header h2 {
        font-size: 1.5em;
        padding: 18px 25px;
    }
    
    .timeline-subtitle {
        font-size: 1em;
    }
    
    .camping-timeline .timeline-content {
        padding: 20px;
    }
    
    .camping-timeline .timeline-content h3 {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .camping-timeline-section {
        padding: 30px 15px;
        margin: 30px 10px;
        border-radius: 20px;
    }
    
    .timeline-header h2 {
        font-size: 1.3em;
        padding: 15px 20px;
    }
    
    .camping-timeline .timeline-content {
        width: calc(100% - 60px);
        padding: 15px 20px;
    }
    
    .camping-timeline .timeline-icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

/* Amélioration performance : désactiver les animations sur préférence utilisateur */
@media (prefers-reduced-motion: reduce) {
    .camping-timeline .timeline-item {
        animation: none;
        opacity: 1;
    }
    
    .camping-timeline .timeline-content,
    .camping-timeline .timeline-dot {
        transition: none;
    }
}

/* ================================================
   SECTION FINALE AVEC 3 BULLES/IMAGES
   ================================================ */

.timeline-finale {
    margin-top: 0;
    position: relative;
}

/* Container de convergence */
.finale-convergence {
    position: relative;
    height: 80px;
    margin: 0 auto;
    max-width: 1000px;
}

/* Point de départ en haut (connexion avec la timeline) */
.finale-dot-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #a8e063 0%, #56ab2f 100%);
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(86, 171, 47, 0.4);
    z-index: 2;
}

/* Ligne horizontale de convergence */
.finale-convergence::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 15.80%;
    right: 15.80%;
    height: 3px;
    background: linear-gradient(90deg, 
        rgba(168, 224, 99, 0.6) 0%,
        rgba(168, 224, 99, 0.8) 50%,
        rgba(168, 224, 99, 0.6) 100%);
    z-index: 0;
}

/* Les 3 lignes verticales qui descendent */
.finale-line {
    position: absolute;
    width: 3px;
    background: linear-gradient(180deg, 
        rgba(168, 224, 99, 0.7) 0%, 
        rgba(168, 224, 99, 0.5) 100%);
    border-radius: 2px;
    z-index: 1;
}

.finale-line-left {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
}

.finale-line-center {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
}

.finale-line-right {
    top: 40px;
    left: 15.80%;
    transform: translateX(-50%);
    height: 40px;
}

.finale-line:nth-child(4) {
    top: 40px;
    right: 15.80%;
    left: auto;
    transform: translateX(50%);
    height: 40px;
}

/* Container des 3 bulles */
.finale-bubbles {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

/* Chaque bulle */
.finale-bubble {
    flex: 1;
    position: relative;
}

/* Point au dessus de chaque bulle */
.finale-dot {
    width: 14px;
    height: 14px;
    background: linear-gradient(135deg, #a8e063 0%, #56ab2f 100%);
    border: 3px solid rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(86, 171, 47, 0.4);
    margin: 0 auto 20px;
    z-index: 2;
}

/* Lien de la bulle */
.finale-bubble-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Contenu de la bulle (style cohérent avec la timeline) */
.finale-bubble-content {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    overflow: hidden;
    transition: all 0.3s ease;
}

.finale-bubble-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.25);
}

/* Container de l'image */
.finale-image-container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

/* L'image */
.finale-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.finale-bubble-content:hover .finale-image {
    transform: scale(1.1);
}

/* Overlay sur l'image */
.finale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(0,0,0,0.3) 100%);
    transition: background 0.3s ease;
}

.finale-bubble-content:hover .finale-overlay {
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(45, 80, 22, 0.5) 100%);
}

/* Texte sous l'image */
.finale-text {
    padding: 20px 25px;
    text-align: center;
}

.finale-text h4 {
    color: #2d5016;
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.finale-text p {
    color: #555;
    font-size: 0.95em;
    margin: 0;
    line-height: 1.5;
}

.finale-bubble-content:hover .finale-text h4 {
    color: #56ab2f;
}

/* Responsive pour la section finale */
@media (max-width: 992px) {
    .finale-bubbles {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    
    .finale-bubble {
        max-width: 500px;
        width: 100%;
    }
    
    .finale-convergence {
        display: none;
    }
}

@media (max-width: 768px) {
    .finale-image-container {
        height: 180px;
    }
    
    .finale-text {
        padding: 15px 20px;
    }
    
    .finale-text h4 {
        font-size: 1.1em;
    }
    
    .finale-text p {
        font-size: 0.85em;
    }
}