@font-face{
    font-family:Pantasia-Regular;
    src:url(../fonts/Pantasia-Regular.woff) format("woff"),
    url(../fonts/Pantasia-Regular.woff2) format("woff2");
}

@font-face{
    font-family:Inter-SemiBold;
    src:url(../fonts/Inter-SemiBold.ttf) format("truetype"),
    url(../fonts/Inter-SemiBold.woff) format("woff");

}

html {
    overflow-x:hidden;
    overflow-y:hidden;
}

.mySectionHeader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    height: 30px;
}

.menuTopLink {
    left: 55px;
    position: absolute;
    width: 28vw;
}

.imgMoitie {
    width: 100%;
}

.page-id, .page-titre pre {
    font-family: Inter-SemiBold;
}

.descPyramide p {
    font-family: Pantasia-Regular;
    padding-bottom: 8px;
}

div.descPyramide {
    line-height: 14pt;
    font-size: 11.14pt;
    transition: filter ease-out 0.2s;

}

.descPyramide {
    height: 100%;
    display: table-cell;
}

.imgMid {
    width: 40%;
    text-align: center;
    font-size: 20px;
    margin-left: 10vw;
    margin-top: 4px;
    margin-bottom: 8px;
    vertical-align: middle;
    display: table-cell;

}

.imgTop, .imgBottom {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 2px;
    width: 100%;
}

.imgTop {
  color: rgba(0,0,0,0);
  text-shadow: 0 0 6px #444;
  transition: all 0.5s ease;
}

.imgTop:hover {
  color: #000;
  text-shadow: 0 0 6px rgba(0,0,0,0);
}

div.content {
    padding: 1.1em 2rem 1.1em 3rem;
    padding-left: 37px;
    padding-right: 46px;
    padding-top: 2px;
    font-size: 1.75em;
    letter-spacing: -.02em;

}

.descPyramide {
  color: rgba(0,0,0,0);
  text-shadow: 0 0 20px #B7B7B7;

}

.descPyramide:hover {
    color: #000;
    text-shadow: 0 0 0px rgba(0,0,0,0);
    transition: all 0.4s ease;
}


div.content div.single-answer .text {
    display: inline;
    line-height: 1.75em;
    padding: .5em .25em .15em .2em
}


.about p,.about ul {
    font-size: 1.25rem;
    line-height: 1.5em
}

.about p {
    padding-top: 9e
}

.h3Top {
    width: 750px;
    position: absolute;
    margin-top: 1px;
    /*margin-right:900px;*/
    font-size: 4.8em;
    text-align:center;
    line-height: 1em;
    letter-spacing: 4px;
    font-weight: 100;
    font-family: Pantasia-Regular;
}


.h3Bottom {
  width: 750px;
  text-align:center;
  margin-left:0px;
  font-size: 4.8em;
  line-height: 1em;
  letter-spacing: 4px;
  font-weight: 100;
  font-family: Pantasia-Regular;
}



.about h2 {
    padding-top: 2em
}

h1,h2 {
    font-size: 4em;
    line-height: 1.1em
}


:root {
    --yellow-l:yellow;--yellow-m:yellow;--yellow-d:yellow;--yellow-xd:yellow;--yellow:yellow}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

body {
    overflow-y: hidden
}

main:not(.pages) {
    width: 100%;
    height: 100vh;
    overflow: scroll
}

a {
    color: #000
}

a,a:hover {
    text-decoration: none
}


ol,ul {
    list-style: none;
    list-style-position: inside
}

button,input,select,textarea {
    padding: 0;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox] {
    visibility: hidden
}

button {
    cursor: pointer
}

button[disabled] {
    color: #000;
    opacity: .25;
    cursor: auto
}

body,button,input,select,textarea {
  font-family: Inter-SemiBold;
    font-size: 13px;
    line-height: 165%;
    letter-spacing: -.025em
}



::-webkit-scrollbar {
    width: 0;
    height: 0
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover,::-webkit-scrollbar-track {
    background: transparent
}

::-moz-selection {
    background: #474d3a;
    background: var(--dark)
}

::selection {
    background: #474d3a;
    background: var(--dark)
}

section.page {
    position: absolute;
    width: 45vw;
    height: calc(100vh - 45px);
    font-size: 16.35pt;
    box-shadow: -5px 40px 2em -.35em yellow;
    background-color: white;
    overflow: scroll;
    transition: margin .45s,-webkit-transform .45s;
    transition: transform .45s,margin .45s;
    transition: transform .45s,margin .45s,-webkit-transform .45s;
    margin-right: 2.7vw;
    overflow-x:hidden;
    top: 2.7vw;

}

section.page:not(.current-page):not(.about):hover {
    margin-right: 4vw;
    cursor: pointer
}

section.page:not(.slided):not(.about) {
    /* -webkit-transform: translateX(calc(-90vh + 0px)); */
    -webkit-transform: translate3d(3vw, 0, 0);
    transform: translate3d(3vw, 0, 0);
    cursor: pointer;
}

section.page.slided:not(.about) {
    -webkit-transform: translate3d(45vw, 0, 0);
    transform: translate3d(45vw, 0, 0);
    cursor: pointer
}

section.page .page-id {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10pt;
    line-height: 19.61pt;
    padding: 0rem 1em
}

section.page .page-titre {
    position: absolute;
    top: 0;
    right:14px;
    font-size: 10pt;
    line-height: 19.61pt;
    padding: 0rem .35em

}

section.page.about .page-id {
    color: black;
}

div.q-and-a-container {
    background-color: white;
}

.topSectionHidden, .rightSectionHidden {
    display: none;
}

.rightSectionHidden {
    width: 100vw;
}

.showMenu {
    display: block !important;
    height: 100vh !important;
    width: 100vw !important;
}

.show {
    display: block !important;
}

section.page.about {
    color:  black;
    box-shadow: none;
    top: 0;
    width: 100vw;
    height: 95vh;
    margin-top: 43px;
}

.menuTop:hover {
    height: 3.1vw;
}

.menuRight:hover {
    width: 3.1vw;
    left: calc(100vw - 3.1vw);
}

.menuBottom:hover {
    height: 3.1vw;
    top: calc(100vh - 3.1vw);
    bottom: 60vw;
}


.menuTop {
    color: white;
    font-family: Pantasia-Regular;
    background-color: black;
    height: 2.73vw;
    position: absolute;
    width: 100vw;
    z-index: 42;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.menuBottom {
    background-color: #848484;
    height: 2.73vw;
    position: absolute;
    width: 100vw;
    top: calc(100vh - 2.73vw);
    z-index: 41;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.menuRight {
    /*background-color: #E9DCC6;
    background-color: white;*/
    background-color: #F2F2F2;

    height: 100vh;
    left: calc(100vw - 2.73vw);
    position: absolute;
    width: 2.73vw;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rightContent {
    height: 100vh;
    width: 100vw;
    font-family: Inter-SemiBold;
}

.menuTopBottom {
    position: absolute;
    left: 2vw;
    top: 17px;
    display: none;
}

.menuRightRight {
    margin-top: 17px;
    display: none;
    margin-left: 2vw;
    height: 10vh;
}

.divLeft {
    display: block;
    width: 50vw;
    float: left;
}



.menuBottom {
    text-shadow: 0 0 15px rgba(0,0,0,0);
    color: black;
}

.topMid:hover, .topLeft:hover, .topRight:hover {
    text-shadow: 0 0 15px rgba(0,0,0,0);
    transition: all 0.4s ease;
    color: white;
}

.topLeft {
    height: 100vh;
    width: 33%;
    float: left;
    padding-top: 10px;
    font-size: 11pt;
    line-height: 16pt;
    color:white;
}

.topMid {
    height: 100vh;
    width: 33%;
    float: left;
    /*margin-left: 1.5vw;
    margin-right: 1.5vw;*/
    padding-top: 10px;
    font-size: 11pt;
    line-height: 16pt;
    color:white;
}

.topRight {
    height: 100vh;
    width: 33%;
    float: left;
    padding-top: 10px;
    font-size: 11pt;
    line-height: 16pt;
    color:white;
}

.indenting_links a, .indenting_links span {
    text-decoration: none;
    cursor: pointer;
    /*color: #B5B5B5;*/
    color: white;
    font-family: Inter-SemiBold;
}

.indenting_linksRight {
    text-decoration: none;
    cursor: pointer;
    font-family: Inter-SemiBold;
}

.indenting_links a:hover, .selected {
    text-indent: 0.5rem;
}

.indenting_links a:visited {
    /*color: #B5B5B5;*/
    color: white;
    font-family: Inter-SemiBold;
    font-size: 16.35pt;
    line-height: 24pt;
}

.indenting_links a:hover, .selected  {
    padding-left:20px;
    -webkit-transition: padding-left 500ms ease-out;
    -moz-transition: padding-left 500ms ease-out;
    -o-transition: padding-left 500ms ease-out;
    transition: padding-left 500ms ease-out;
}

.blackBottom img, .blackBottom video {
    width: auto !important;
    margin-bottom: 10px;
    height: 100%;
}

.h3Bottom {
    bottom: 43px;
    position: absolute;
}

.bottomContent {
    /*height: 100vh;*/
    height: 2.73vw;
    width: 100vw;
    font-family: Inter-SemiBold;
}


.rightSectionHidden img {
    display: none;
}

.bottomContent div {
  text-align:left;
    float: left;
    width: 14vw;
    font-family: Pantasia-Regular;
    font-size: 11pt;
    line-height: 14.39pt;
    margin-left: 2vw;
    margin-top: 17px;
    display: none;
}


.bottomHeader {
    margin-bottom: 15px;
    display: block;
}

.bottomdata {
    display: block;
}

.puzzle {
    display: inline-block;
    margin-top: 50px;
}

.puzzleWin, .puzzleWin span a {
    color: RGBA(0,0,0,.40) !important;
}

.shadowed {
    box-shadow: 0px 1px 2em -0.35em yellow;
}

.divMenuRightRight1, .divMenuRightRight2 {
    float: left;
    width: 300px;
}

.descPyramide {
    display: none;
}

canvas {
    margin: 0 auto;
    margin-top: 24vh;
    align: center
}

.blackTopLeft {
    width: 360px;
    float: left;
}

.blackContent {
    width: 100%;
}

.blackTopRight, .blackTopLeft {
    height: 60vh;
}


.blackBottom {
    height: 30vh;
    width: 30vw;
    bottom: 0;
    position: absolute;
    margin-left: 2vw;
    margin-bottom: 2vw;
}

.topContent {

    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -moz-column-span: all;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-span: all;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
    column-gap: 40px;
    column-span: all;
    font-size: 11pt;
    line-height: 16pt;
    color:white;
    margin-right: 200px;
    height: 100%;
    -moz-column-width: 80px;
    -webkit-column-width: 80px;
    column-width: 80px;
    margin-top: 17px;

}

@media all and (max-width: 1000px) {
    .container {
        height: 100vh;
        position: fixed;
    }

    .hideDiv {
        display: none;
    }

    .menuTop, .menuBottom, .menuRight, .slided {
        display: none;
    }

    .h3Top, .h3Bottom {
        width: 98vw;
        font-size: calc(1em + 8vw) !important;
        /*line-height: 1.3em !important;*/
        margin-left: 1vw;
        margin-right: 1vw;
    }

    .h3Top {
        margin-top: 25px;
    }

    .h3Bottom {
        position: absolute;
        bottom: 0;
        margin-bottom: 25px;
    }

    section.page.about {
        margin-top: 0px;
        height: 100vh;

    }

    section.page.slided:not(.about) {
        -webkit-transform: unset;
        transform: unset;
    }

    .page-id, .date {
        display: none;
    }

    section.page .page-titre {
        text-align: center;
        width: 100vw;
        font-size: 1.02em;
        margin-top: -5px;
    }

    section.page {
        box-shadow: 0px -3px 1.5em -0.35em yellow;
        height: 100vh;
    }

    .mySectionHeader {
        height: 6.67vh;
    }

    .descPyramide {
        display: none;
        padding: 0;
        margin-top: -20px;
        color:black;
    }

    .page-titre pre {
        height: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 6.67vh;
    }

    .imgMid {
        margin: 0 auto;
        padding-bottom: 8px;
    }

    .imgTop {
        margin-bottom: 10px;
    }

    div.content {
        margin-left: 20px;
        margin-right: 20px;
        padding: 0;
        margin-top: -25px;
    }

    section.page:not(.current-page):not(.about):hover {
        margin-top: -1.5vw;
        cursor: pointer
    }

}
