* {
    box-sizing: border-box;
}



 @font-face {
    font-family: "PxGrotesk-Bold" !important;
    src: url("../type/fonts/PxGrotesk-Bold.woff");
    font-family: "PxGrotesk-Screen" !important;
    src: url("../type/fonts/PxGrotesk-Screen.woff");
 }
 
 * {
    font-family: PxGrotesk-Bold;
 } 



 




html, body {
    margin: 0;
    width: 100%;
    height: 100vh;
    font-family: "PxGrotesk-Bold" !important;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    perspective: 1000px;
    overflow: hidden;
}

.menu1 {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    margin-top: 0px;
    padding-top: 0px;
    height: 1em;
    color: rgb(0, 0, 0);
    font-family: "PxGrotesk-Screen" !important;
    background-image: url("../Images/logow.png"),linear-gradient(yellow, rgb(255, 255, 255));
    margin-bottom: -70px;
    background-size: 0%;
    font-size: 12vw;
    /*border: 1px solid red;*/
    /* font-family: Helvetica;
    font-weight: bold;
    font-size: 4vw;
    font-style: italic; */
}

.menu {
    display: block;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 0px;
    height: 75%;
    /* border: 1px solid rgb(0, 255, 13); */
    font-weight: bold;
    /* font-size: 4vw; */
    line-height: 1.45;
    position: center;
    margin-top: 120px;
}






.contents {
    position: relative;
    height: 100%;
}



.content {
    position: absolute;
    bottom: 0;
    flex: 1 1 auto;
    height: 90%;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    overflow: hidden;
    font-weight: bold;
    
}

.content__item {
    scroll-snap-align: start; 
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
    
}

.content__item-inner {
    position: sticky;
    padding: 10px;
    top: 0;
    height: 100%;
    width: 100%;
    background: no-repeat;
    background-image: url("../Images/logow-02.png"), linear-gradient(yellow, rgb(255, 255, 255));
    background-size: 100%;
    background-position: center, center;
    border-radius: 30px;
    border: 5px solid;
    text-align: center;
    font-size: 16vw;   
}



.content2 {
    position: absolute;
    flex: 1 1 auto;
    height: 98%;
    bottom: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    
}

.content2__item2 {
    scroll-snap-align: start; 
    width: 100%;
    height: 100%;
    color: black;    
}

.content2__item2-inner2 {
    position: sticky;
    padding: 8px;
    /* z-index: -100000; */
    top: 0;
    height: 91%;
    width: 100%;   
    background-image: url('../Images/fondd-02.png'), linear-gradient(yellow, rgb(255, 255, 255));
    /* background-image: url('../Images/qqrtir.png'); */
    background-size: 100%;
    border-radius: 30px;
    border: 5px solid;
    font-size: 6vw;
    display: flex;
    flex-wrap: wrap;    
    
}


.stampit {
    position: relative;
    background-color: transparent;
    width: 50%;
    height: 25%;
    border-radius: 30px;
    padding: 5px;
    
}

.stampit__inner1 {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(0, 0, 0);
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    background-size: 100%;
    background-position-y: center;
    transition: background 0.5s ease-in-out;
}

.stampit__inner {
    content: '';
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 5px solid rgb(0, 0, 0);
    border-radius: 0px;
    background-color: yellow;
    background-size: 100%;
    background-position-y: center;
    transition: background 0.5s ease-in-out;
}

.stampit__inner a {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.stampit--100 .stampit__inner a {
    display: block;
}

.qrcode {
    overflow: hidden;
}

.stampit__coffee .stampit__inner .qrcode {
    width: 0%;
}

.stampit--33.stampit__coffee .stampit__inner .qrcode {
    width: 33.33%;
}

.stampit--66.stampit__coffee .stampit__inner .qrcode {
    width: 66.66%;
}

.stampit--100.stampit__coffee .stampit__inner .qrcode {
    width: 100%;
}

.stampit__coffee .stampit__inner .qrcode::after {
    width: 0%;
}

.stampit--33.stampit__coffee .stampit__inner .qrcode::after {
    width: 300%;
}

.stampit--66.stampit__coffee .stampit__inner .qrcode::after {
    width: 150%;
}

.stampit--100.stampit__coffee .stampit__inner .qrcode::after {
    width: 100%;
}



.stampit__meal .stampit__inner .qrcode {
    width: 0%;
}

.stampit--33.stampit__meal .stampit__inner .qrcode {
    width: 33.33%;
}

.stampit--66.stampit__meal .stampit__inner .qrcode {
    width: 66.66%;
}

.stampit--100.stampit__meal .stampit__inner .qrcode {
    width: 100%;
}

.stampit__meal .stampit__inner .qrcode::after {
    width: 0%;
}

.stampit--33.stampit__meal .stampit__inner .qrcode::after {
    width: 300%;
}

.stampit--66.stampit__meal .stampit__inner .qrcode::after {
    width: 150%;
}

.stampit--100.stampit__meal .stampit__inner .qrcode::after {
    width: 100%;
}



.stampit__coffee .stampit__inner .qrcode::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-image: url("../Images/cofff.png");
    pointer-events: none;
}

.stampit__meal .stampit__inner .qrcode::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-image: url("../Images/meeeeall.png");
    pointer-events: none;
}

.stampit__progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: red;
}

.content3 {
    position: absolute;
    flex: 1 1 auto;
    height: 92%;
    bottom: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    overflow: hidden;
    font-family: ;
    font-size: 5vw;
}

.content3__item3 {
    /* scroll-snap-align: start;  */
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
   
}

.content3__item3-inner3 {
    position: sticky;
    padding: 10px;
    /* z-index: -99999; */
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(255, 255, 255), yellow);
    border-radius: 30px;
    border: 5px solid;
    overflow: auto;
    padding-bottom: 100px;
    font-size: 20px;
}



.content4 {
    position: absolute;
    flex: 1 1 auto;
    height: 94%;
    bottom: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    overflow: hidden;
    font-weight: normal;
    font-size: 3vh;
}

.content4__item4 {
    scroll-snap-align: start; 
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
}

.content4__item4-inner4 {
    position: sticky;
    padding: 10px;
    
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(yellow, rgb(255, 255, 255));
    border-radius: 30px;
    overflow: auto;
    border: 5px solid;
    padding-bottom: 160px;
    
}



.content5 {
    position: fixed;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    overflow: hidden;
}

.content5__item5 {
    position: fixed;
    scroll-snap-align: start; 
    width: 100%;
    height: 100%;
    color: yellow;
}

.content5__item5-inner5 {
    position: fixed;
    padding: 10px;
    top: 0;
    height: 100%;
    width: 100%;
        background-color: rgb(0, 0, 0);
    border-radius: 30px;
    border: 5px solid;
    
    
}


.content6 {
    position: absolute;
    flex: 1 1 auto;
    height: 96%;
    bottom: 0;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    overflow: hidden;
    font-size: 10vw;
}

.content6__item6 {
    scroll-snap-align: start; 
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
}

.content6__item6-inner6 {
    position: sticky;
    padding: 10px;
    /* z-index: -100000; */
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(rgb(255, 255, 255), yellow);
    border-radius: 30px;
    border: 5px solid;
    overflow: auto;
    padding-bottom: 100px;
    font-size: 40px;
    
}


.content7 {
    position: absolute;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    /* transform-origin: left;
    transition: transform 0.5s ease-in-out;
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    overflow: hidden;
    font-family: Helvetica;
    text-align: center;
    vertical-align: middle; */
    
}

.content7__item7 {
    scroll-snap-align: start; 
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
}

.content7__item7-inner7 {
    position: sticky;
    padding: 10px;
    z-index: -200000;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    background-size: 100%;
    border: 5px solid;
    font-size: 10vw;
    
}


.content8 {
    position: absolute;
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    scroll-snap-type: y mandatory; 
    overflow-y: scroll;
    overflow: hidden;
}

.content8__item8 {
    scroll-snap-align: start; 
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
}

.content8__item8-inner8 {
    position: sticky;
    padding: 10px;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: yellow;
    background-size: 100%;
    border-radius: 30px;
    border: 5px solid;
    overflow: auto;
    padding-bottom: 100px;
    
}



.souligne {
    text-decoration: underline;
    width: 100%;
    display: block;
}

.blockMargin{
    display: block; 
    margin-bottom: -1px;
}


.content--open {
    transform: translate(0,90%);
}

.content6.content--open {
    transform: translate(100%,0);
}

.content5.content--open {
    transform: translate(-100%,0);
}

.content3.content--open {
    transform: rotateZ(180deg);
}

.content4.content--open {
    transform: rotateZ(-180deg);
}

.content2.content--open,
.content8.content--open {
    transform: translate(0,95%);
}

.liens {
    font-size: 30px;
 
 
}

.shapes {
    display: none;
}

.circle {
    position: absolute;
    background-color: ;
    background-image: url('../Images/qqrtir.png');
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 0%;
    border: solid;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-size: contain;
    background-position: center;
}

a {
    cursor: pointer;
    text-decoration: none;    
}
a:visited {
    text-decoration: none;
  }


.timetable-item p {
    font-size: 20px;
}

.timetable-item p1 {
    font-size: 30px;
}

.timetable-item-header {
    border-bottom: 5px solid black;
    display: flex;
    
  
}

h3 {
    font-size: 17vw;
}

h6 {
    font-size: 16vw;
    font-family: "PxGrotesk-Screen" !important;
}

a:link {
    color: black;
    font-size: 8vw;
    font-family: "PxGrotesk-Screen" !important;
  }
  
  /* visited link */
  a:visited {
    color: black;
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(141, 141, 141);
  }
  
  /* selected link */
  a:active {
    color: rgb(102, 102, 102);
  }



  

  .logotext { 
    position: fixed;  
    height: 100%;  
    text-align: center;
    line-height: 7vh;
    font-size: 7vh;
    /*border: 5px solid rgb(0, 0, 0); */
    background-image: linear-gradient(yellow, rgb(255, 255, 255));
    border-radius: 30px;
    border: solid;
    padding: 5%;
    flex: 1 1 auto;
    width: 100%;
   

  }

  .winimage { 
    position: relative;  
    /* border: 5px solid rgb(0, 209, 139);  */
    height: 40%;
    width: 100%;
    vertical-align: middle;
    padding-top: 30px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 90%;
    height: auto;
    width: auto;
    padding-top: 0%;
    border: 10px solid rgb(0, 0, 0);
    
  }


  .timetable-item-name{
      padding-left: 3%;
  }
  
  #video{
      position: fixed;
      width: 93%;
      align-self: center;

  }

  @media screen and (min-width: 520px) {
    .menu {
        display: flex;
        flex-wrap: wrap;
    }

    .menu-item {
        width: 50%;
        font-size: 0.5em;
    }

  }

  @media screen and (min-width: 1400px) {
    .menu {
        margin-top: -70px;
    }
}

  @media screen and (max-width: 561px) {

    .center{
    size: 40%;
    margin-left: auto;
    margin-right: auto;
    }
  }

  .plannn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 78%;
    height: auto;
    width: auto;
  }

  .plann{
      font-size: 35px;
      text-align: center;
      
  }

  .plannnn{
    font-size: 6vw;
    text-align: left;
}

.congrats {
    font-size: 9vw;
    padding-bottom: 5%;
}

.siteplan {
    font-size: 40vw;
}

.obut {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    height: auto;
    width: auto;
  }

  .obuttext {
    font-family: "PxGrotesk-Screen" !important;
    font-size: 10vw;
  }

  @media screen and (min-width: 750px) {
    .liens {
        display: flex;
        flex-wrap: wrap;
        width: 50%;
        float: right;
        margin-top: -230px;
        
    }
  }

  @media screen and (min-width: 700px) {

    .scanny{
    font-size: 10vw;
  }

  @media screen and (min-width: 940px) {

    .scanny{
    font-size: 4vw;
  }

 