        :root {
            --primary: #00a896; 
            --primary-dark: #028072;
            --secondary: #023e8a; 
            --bg-light: #f4f7f6;
            --text-dark: #333;
            --text-muted: #666;
            --border: #e0e0e0;
        }
        * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', system-ui, sans-serif; }
        body { background-color: var(--bg-light); color: var(--text-dark); line-height: 1.6; background: url('images/venise.jpg') 50% 50% no-repeat;background-size: cover;background-attachment: fixed; }
        .header-banner { background: var(--secondary); color: white; padding: 15px 20px; text-align: center; font-weight: bold; }
        .urgency-tag { background: #e63946; color: white; padding: 5px 10px; border-radius: 4px; font-size: 0.9em; margin-right: 10px; }
        .container { max-width: 1200px; margin: 30px auto; display: grid; grid-template-columns: 1fr 350px; gap: 30px;}
        @media (max-width: 950px) { .container { grid-template-columns: 1fr; } }
        .content-section { background: white; border-radius: 12px; padding: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); padding:  0 20px; }
        .title-area h1 { font-size: 2.5em; color: var(--secondary); margin-bottom: 5px; }
        .subtitle {     color: var(--text-muted);
    font-size: 1.1em;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;}
        .slider-container { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #fff; }
        .slider-nav { display: flex; overflow-x: auto; background: var(--bg-light); border-bottom: 1px solid var(--border); }
        .slider-nav::-webkit-scrollbar { height: 4px; }
        .slider-nav::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
        .day-tab { flex: 1; min-width: 80px; padding: 12px 10px; text-align: center; background: #6b92b3e0; border: none; font-weight: bold; color: white; cursor: pointer; border-bottom: 3px solid transparent; transition: all 0.3s; white-space: nowrap; border-right: 1px solid lightgray ;}
        .day-tab:hover { background: #6b92b3e0; }
        .day-tab.active { color: white;   background: linear-gradient(to right, #00378f, #00ceb7); }
        .slides-wrapper { position: relative; min-height: 400px; }
        .slide { display: none; grid-template-columns: 1fr 1fr; opacity: 0; animation: fadeIn 0.4s forwards; }
        .slide.active { display: grid; }
        @media (max-width: 700px) { .slide.active { grid-template-columns: 1fr; } }
        @keyframes fadeIn { to { opacity: 1; } }
        .slide-image { background-size: cover; background-position: center; min-height: 300px;border-radius: 20px;margin: 10px; }
        .slide-content { padding: 30px; display: flex; flex-direction: column; justify-content: center; }
        .slide-title { font-size: 1.5em; color: var(--secondary); margin-bottom: 10px; line-height: 1.3; }
        .day-hotel { align-self: flex-start; font-size: 0.85em; background: #e8f5e9; color: #2e7d32; padding: 4px 10px; border-radius: 4px; font-weight: bold; margin-bottom: 15px; }
        .slide-text { color: var(--text-muted); font-size: 0.95em; }
        .slide-text p { margin-bottom: 10px; }
        .slider-controls { display: flex; justify-content: space-between; padding: 15px 30px; background: white; border-top: 1px solid var(--border); }
        .btn-nav { background: white; border: 1px solid var(--border); padding: 8px 16px; border-radius: 4px; font-weight: bold; color: var(--text-dark); cursor: pointer; transition: all 0.2s; }
        .btn-nav:hover:not(:disabled) { background: linear-gradient(to right, #00378f, #00ceb7); color: white; border-color: var(--primary); }
        .btn-nav:disabled { opacity: 0.5; cursor: not-allowed; }
        .action-bar { display: flex; align-items: center; justify-content: flex-end; gap: 15px; padding-top: 10px; border-top: 1px solid var(--border); }
        .btn-action { display: flex; align-items: center; justify-content: center; border: none; background: none; cursor: pointer; transition: transform 0.2s; text-decoration: none; }
        .btn-action:hover { transform: translateY(-2px); }
        .btn-fb { background-color: #1877F2; color: white; padding: 8px 16px; border-radius: 6px; font-weight: bold; font-size: 0.95em; gap: 8px; }
        .icon-wa svg { width: 36px; height: 36px; fill: none; stroke: #75d996; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
        .icon-pdf svg { width: 36px; height: 36px; fill: #1877F2; }
        .icon-print svg { width: 38px; height: 38px; fill: #0056b3; }
        .booking-sidebar { position: sticky; top: 20px; background: white; border-radius: 12px; padding: 25px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); height: inherit; }
        .price-tag { text-align: center; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--border); }
        .price-tag .amount { font-size: 2.5em; font-weight: bold; color: var(--primary); }
        .price-tag .subtext { color: var(--text-muted); font-size: 0.9em; }
        .agent-info { text-align: center; margin-bottom: 20px; background: linear-gradient(to right, #00378f, #00ccb3); padding: 15px; border-radius: 8px; }
        .agent-info h4 {   color: white; }
        .agent-info h6 { margin-bottom: 5px; color: white; }
        .agent-info .whatsapp { color: linear-gradient(to right, #00378f, #00ccb3); font-weight: bold; font-size: 1.2em; text-decoration: none; display: flex; justify-content: center; align-items: center; gap: 8px; }
        .whatsapp{ color: #15ff00bb; }
        .form-group { margin-bottom: 28px; }
        .form-row { display: flex; gap: 10px; }
        .form-control { padding: 12px; border: 1px solid var(--border); border-radius: 6px; font-size: 1em; width: 100%; min-height: 70px; }
        .form-control:focus { outline: none; border-color: var(--primary); }
        .btn-submit {width: 100%; background: linear-gradient(to right, #00378f, #00ceb7); color: white; padding: 15px; border: none; border-radius: 6px; font-size: 1.1em; font-weight: bold; cursor: pointer; transition: background 0.3s; }
        .btn-submit:hover { filter: brightness(1.1); box-shadow: 0 4px 10px rgb(83, 206, 175); transform: translateY(-2px);}

        @media print {
            .header-banner, .booking-sidebar, .slider-nav, .slider-controls, .action-bar { display: none !important; }
            .container { grid-template-columns: 1fr; }
            .slide { display: grid !important; opacity: 1 !important; margin-bottom: 30px; page-break-inside: avoid; border: 1px solid #ccc; }
        }
        
        /* Responsive Header Banner */
        .header-banner { 
            width: 100%; 
            background: var(--secondary); 
            color: white; 
            padding: 12px 20px; 
            text-align: center; 
            font-weight: bold; 
            display: flex; 
            flex-direction: column; 
            align-items: center; 
            justify-content: center;
            gap: 8px; 
            font-size: 0.9em;
            line-height: 1.4;
        }

        @media (min-width: 600px) {
            .header-banner {
                flex-direction: row; 
                font-size: 1em;
            }
        }

        /* ======================================================= */
        /* POP-UPS & MODALES STYLES (DÉGRADÉ APPLIQUÉ) */
        /* ======================================================= */
        .header-buttons-stack {
            display: flex;
            flex-direction: column;
            gap: 10px;
            align-items: stretch;
            width: 200px;
        }
        @media (max-width: 768px) {
            .header-buttons-stack {
                width: 100%;
                margin-top: 10px;
                margin-bottom: 20px;
                gap: 8px;
            }
        }
        
        /* Classe générale pour les boutons avec le dégradé "shady" */
    .btn-popup {
        position: relative;
        padding: 10px 16px 10px 42px;
        border: none;
        border-radius: 6px;
        font-weight: bold;
        font-size: 0.9em;
        cursor: pointer;
        transition: all 0.2s ease;
        color: white;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        width: 100%;
        background: linear-gradient(to right, #00378f, #00ceb7);
}

    .btn-popup i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

    .btn-popup:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgb(83, 206, 175);
    filter: brightness(1.1);
}

        /* Ajustement spécifique pour le bouton des tarifs (plus grand) */
    .btn-tarifs { 
        margin-top: 15px; 
        padding: 12px; 
        font-size: 1em;
        }

        /* Structure de base des modales */
    .modal {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(4px);
        opacity: 0;
        transition: opacity 0.25s ease;
        }
    .modal.show { display: flex; opacity: 1; }
    .modal-content {
        background-color: #ffffff;
        padding: 30px;
        border-radius: 12px;
        width: 90%;
        max-width: 600px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        transform: scale(0.9);
        transition: transform 0.25s ease;
        position: relative;
        max-height: 90vh;
        overflow-y: auto;
        color: var(--text-dark);
    }
    .modal.show .modal-content { transform: scale(1); }
    .close-btn { position: absolute; top: 15px; right: 20px; font-size: 28px; font-weight: bold; color: #aaa; cursor: pointer; }
    .close-btn:hover { color: #333; }
    
    .modal h2 { color: var(--secondary); margin-bottom: 20px; border-bottom: 2px solid var(--border); padding-bottom: 10px; font-size: 1.8em; }
    .modal-body ul { padding-left: 20px; margin-bottom: 15px; }
    .modal-body li { margin-bottom: 10px; font-size: 1em; line-height: 1.5; color: #444; }
    .modal-body p { margin-bottom: 15px; line-height: 1.5; color: #444; }
    /* Grille des tarifs */
    .pricing-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
    .pricing-table tr { border-bottom: 1px solid #e0e6ed; }
    .pricing-table tr:last-child { border-bottom: none; }
    .pricing-table td { padding: 12px 15px; vertical-align: middle; }
    .room-type { text-align: left; font-weight: 700; color: var(--secondary); }
    .room-details { font-weight: normal; color: var(--text-muted); font-size: 0.85em; display: block; margin-top: 2px; }
    .room-price { text-align: right; font-size: 1.35em; font-weight: 800; color: var(--primary); }
    .room-price sup { font-size: 0.6em; margin-left: 2px; }
    .btn-print-slider{
    width:auto;
    min-width:120px;
    padding:8px 16px 8px 38px;
    font-size:0.9em;
    margin:0;
}

.btn-print-slider i{
    left:14px;
}

.btn-share-facebook{
    width:auto;
    min-width:120px;
    padding:8px 16px 8px 38px;
    background:#1877F2;
}

.btn-share-mail{
    width:auto;
    min-width:120px;
    padding:8px 16px 8px 38px;
    background:#EA4335;
}

.btn-print-slider{
    width:auto;
    min-width:120px;
    padding:8px 16px 8px 38px;
}

.btn-share-facebook i,
.btn-share-mail i,
.btn-print-slider i{
    left:14px;
}
.share-toolbar{
    display:flex;
    align-items:center;
    gap:40px;
    flex-wrap:wrap;
    margin:20px 0;
	justify-content: flex-end;
    padding:0 10px;
}

.share-toolbar .btn-popup{
    margin-right:8px;
}
:root {
    --primary: #00a896; 
    --secondary: #023e8a; 
    --bg-light: #f4f7f6;
    --text-dark: #333;
    --border: #e0e0e0;
}

/* Structure de la Navbar */
.main-navbar {
    background-color: white;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 999;
    width: 100%;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.navbar-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Liens du Menu */
.navbar-item a {
    display: block;
    padding: 15px 20px;
    color: var(--text-dark);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.navbar-item a:hover {
    color: var(--primary);
}

/* Onglet Actif (Italie) */
.navbar-item.active a {
    color: var(--primary);
    border-bottom-color: var(--primary);
}

/* Menu Hamburger Mobile */
.navbar-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 26px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1000;
}

.navbar-toggle span {
    width: 100%;
    height: 3px;
    background-color: var(--text-dark);
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Version Responsive Mobile */
@media (max-width: 768px) {
    .navbar-container {
        justify-content: flex-end;
        padding: 15px 20px;
    }

    .navbar-toggle {
        display: flex;
    }

    .navbar-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        border-top: 1px solid var(--border);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        padding: 10px 0;
    }

    /* Affichage du menu déroulant */
    .navbar-menu.open {
        display: flex;
    }

    .navbar-item {
        width: 100%;
        text-align: center;
    }

    .navbar-item a {
        padding: 12px 20px;
        border-bottom: none;
    }

    .navbar-item.active a {
        background-color: var(--bg-light);
        color: var(--primary);
    }
    
    /* Animation du bouton Hamburger en X */
    .navbar-toggle.open span:nth-child(1) {
        transform: translateY(7.5px) rotate(45deg);
    }
    .navbar-toggle.open span:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggle.open span:nth-child(3) {
        transform: translateY(-7.5px) rotate(-45deg);
    }
}
.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Espace le logo, le bouton et le menu */
    padding: 10px 20px;
}

.navbar-logo {
    max-height: 50px; /* Ajustez la hauteur selon votre besoin */
    width: auto;
    display: block;
}
        /* Footer */
        .main-footer {
            background-color: #001d3d;
            color: white;
            text-align: center;
            padding: 30px 20px;
            margin-top: 60px;
            font-size: 0.9em;
        }

        /* Unique namespace for all itinerary elements */
        #lektis-travel-itinerary-wrapper {
            font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
            line-height: 1.6;
            color: #2c3e50;
            max-width: 850px;
            margin: 20px auto;
            background: #ffffff;
            padding: 40px;
            border: 1px solid #e0e0e0;
        }

        #itinerary-header-section {
            text-align: center;
            border-bottom: 3px solid #0056b3;
            padding-bottom: 20px;
            margin-bottom: 30px;
        }

        .header-main-title {
            color: #0056b3;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .contact-info-badge {
            display: inline-block;
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            padding: 10px 20px;
            border-radius: 4px;
            font-weight: 600;
        }

        .itinerary-day-card {
            margin-bottom: 20px;
            padding: 15px;
            border-left: 4px solid #0056b3;
            background-color: #fdfdfd;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }

        .day-header-label {
            color: #0056b3;
            font-weight: 800;
            display: block;
            margin-bottom: 5px;
        }

        #pricing-table-container {
            margin-top: 40px;
            border-top: 2px solid #333;
            padding-top: 20px;
        }

        .price-row-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid #eee;
        }

        #lists-container-wrapper {
            display: flex;
            gap: 20px;
            margin-top: 30px;
        }

        .list-section-column {
            flex: 1;
        }

        .section-header-title {
            background: #0056b3;
            color: white;
            padding: 5px 10px;
            border-radius: 3px;
        }
.price-box {
  width: 170px;
   color: blackff;
  border-radius: 6px;
  padding: 6px 20px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  margin: 0px auto 10px auto;
}

.label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

.price-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.price {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.currency {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.tnd {
  font-size: 12px;
  font-weight: 700;
}

.person {
  font-size: 9px;
  font-weight: 600;
}
#sliderNav{
	display:none;
}