/* ═══════════════════════════════════════════════════════════════════
   KAPTIVIA v7.0.0 | Kaptivia-tarifs.css
   Styles spécifiques à la page tarifs.php
   Le contenu catalogue est chargé via iframe (tarifs-content.html)
   pour une isolation CSS totale.
   ═══════════════════════════════════════════════════════════════════ */


/* ═══════════════════════════════════════════════════════════════════
   LAYOUT PAGE TARIFS
   ═══════════════════════════════════════════════════════════════════ */
.tarifs-page {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

.tarifs-page .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.tarifs-page .main {
    flex: 1;
    padding-top: var(--header-h);
}


/* ═══════════════════════════════════════════════════════════════════
   SECTION TARIFS — Iframe catalogue
   ═══════════════════════════════════════════════════════════════════ */
.tarifs-section {
    background: #f3f4f6;
    padding: 0;
    margin: 0;
}

.tarifs-iframe {
    display: block;
    width: 100%;
    min-height: 3000px;   /* Hauteur initiale avant auto-resize */
    border: none;
    background: #f3f4f6;
}


/* ═══════════════════════════════════════════════════════════════════
   PRINT
   ═══════════════════════════════════════════════════════════════════ */
@media print {
    .tarifs-page .header,
    .tarifs-page .footer,
    .tarifs-page .cta-section {
        display: none;
    }
}
