/* Coquille index.htm — pied de page calé en bas de fenêtre */

html {
    height: 100%;
}

body.site-shell {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    overflow: hidden;
}

.site-header,
#burger,
#Menu {
    flex: 0 0 auto;
}

.site-main {
    flex: 1 1 auto;
    min-height: 120px;
    position: relative;
    overflow: hidden;
}

.site-bas {
    flex: 0 0 auto;
    padding-bottom: env(safe-area-inset-bottom, 0);
    box-sizing: border-box;
}

.site-frame {
    width: 100%;
    border: none;
}

#mainFrame {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#basFrame {
    width: 100%;
    display: block;
    overflow: visible;
}
