body {
  background-color: #efeef3;
  height: 100vh;
  width: 100vw;
  font-family: "Ginto-Light";
  
}

p.symbole {cursor: cell; }
p#plus {cursor: cell; }

@font-face {
    font-family: "Ginto-Regular";
    src: url(font/Ginto-Regular.woff);
}

@font-face {
    font-family: "Ginto-Medium";
    src: url(font/Ginto-Medium.woff);
}


@font-face {
    font-family:"Ginto-Light";
    src: url(font/Ginto-Light.woff);
}

@font-face {
    font-family:"Ginto-Thin";
    src: url(font/Ginto-Thin.woff);
}

::-webkit-scrollbar { 
    display: none; 
}


/*MENU*/

#cornerTL{height: 35%;
          width: auto;
          z-index: 1;
          position: fixed;
          top: 0.5%;
          left: 0.5%;
          filter: blur(0px);
          
        }
        
#cornerTR{height: 35%;
          width: auto;
          z-index: 1;
          position: fixed;
          top: 0.5%;
          right: 0.3%;
          filter: blur(0px);
        }
#cornerBL{height: 35%;
          width: auto;
          z-index: 1;
          position: fixed;
          top: 63%;
          left: 0.5%;
          filter: blur(0px);
}
#cornerBR{height: 48%;
          width: auto;
          z-index: 1;
          position: fixed;
          top: 50%;
          right: 0.5%;
          filter: blur(0px);
}


#cornerBR:hover{  filter: invert(1);
}
#cornerBL:hover{  filter: invert(1);
}
#cornerTR:hover{  filter: invert(1);
}
#cornerTL:hover{  filter: invert(1);
}

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

#cornerBL {height: 17%;
           top: 82%;}
#cornerBR {height: 22%;
           top: 77%;}
#cornerTR {height: 17%;}
#cornerTL {height: 17%;}

}


/*PANNEAUX CENTRAL*/

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}


.divided {
  width: 50%;
  height: 100%;
  overflow-y: scroll;
  display: inline-block;
  position: relative;
  float: left;
}



/* MENU RIGHT*/
.menu__link {
  margin-top: 20em;
  position: absolute;
  display: inline-block;
  text-decoration: none;
  border:2px solid black;
  color: white;
  pointer-events: auto;
  position: relative;
  margin-right: 20%;
  padding: 0.2em 0.4em 0.2em 0.4em;
  box-sizing: border-box;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  border-radius: 50%;
}
.menu__link::before {

  content: attr(data-hover);
  background-color:red;
  color: white;
  position: absolute;
  top: 110%;
  bottom: 0;
  left: 0;
  transition: all 400ms cubic-bezier(1, 1,1, 1);
  right: 0;
}


}
.menu__link:hover::before {
  top:0%;
}

/*PANEL*/
.panel {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  transition: transform 0.9s ease-in-out;
  width: 100%;
  height: 100vh;
  background-color: black;
  color: white;
}
}
/* PANEL CONTENT */
.panel-content {
  opacity: 0;
  color: white;
  will-change: margin-top;
  transition: all 1.2s;
  transition-delay: 600ms;
  padding: 100px 200px;
  margin-top: -5%;
}

/*  PANEL */
/* •••••••••••••••••••••••••••••••• */
.panel#slice {
  background-color:yellow;
  z-index: 1000;
  color: white; 
  transition: all 1.2s;
  -webkit-transform: translate3d(100%,0, 0);
          transform: translate3d(100%,0, 0);
}
.panel#slice:target {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.panel#slice-one {
  background-color: #a483c6;
  z-index: 1000;
  color: white; 
  transition: all 1.2s;
  -webkit-transform: translate3d(100%,0, 0);
          transform: translate3d(100%,0, 0);
}
.panel#slice-one:target {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.panel#slice-two {
  background-color: red;
  z-index: 1000;
  color: white; 
  transition: all 1.2s;
  -webkit-transform: translate3d(100%,0, 0);
          transform: translate3d(100%,0, 0);
}
.panel#slice-two:target {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.panel#slice-three {
  background-color:blue;
  z-index: 1000;
  color: white; 
  transition: all 1.2s;
  -webkit-transform: translate3d(100%,0, 0);
          transform: translate3d(100%,0, 0);
}
.panel#slice-three:target {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.panel#slice-four {
  background-color: orange;
  z-index: 1000;
  color: white; 
  transition: all 1.2s;
  -webkit-transform: translate3d(100%,0, 0);
          transform: translate3d(100%,0, 0);
}
.panel#slice-four:target {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* PANNEL CONTENT */
/* •••••••••••••••••••••••••••••••• */
#N { background-color: yellow;
     z-index: 0; }
#S { background-color: grey;
      z-index: 0; }
#udt { background-color: red;
      z-index: 0; }  
#bdm { background-color: orange;
      z-index: 0; }       
#A { background-color: blue;
      z-index: 0; }     

a img.mta { width: 100%;
          height:auto;
          margin-top: 0px;
          padding-top: 10px;
          position: fixed;
          margin-left:0px;
          height:auto;
          position: absolute;
          filter: grayscale(1);
          }
a img.mta:hover{ 
          filter: grayscale(0);
          }
a img.mta #gris{
          filter: brightness(0%);
          }
a img.mta #gris:hover{ 
          filter: brightness(100%);
          }          


.menu a {
  text-align: left;
  text-decoration: none;
  color: black;
  font-size: 10em;
  margin-left: 1px;
  margin-top: 40px;
  font-family: "Ginto-Regular"; 
}


#yellow {background-color: yellow;}
#grey {background-color: grey;}
#red {background-color: red;}
#orange {background-color: orange;}


#marquee { font-size: 20px;
           z-index: 1000;}

#marquee2 { font-size: 20px;
           z-index: 1000;}

.panel-right { float: right;
              display: block;
               text-align: center;
               height: 100vh;
               color: black;
               background-color: yellow;
               font-family:"Ginto-Light";
               font-size: 3.5em;
               letter-spacing: 0.1em;
               width: 50%; }

 .panel-right2 { float: right;
              display: block;
               text-align: center;
               height: 100vh;
               color: black;
               background-color: #a483c6;
               font-family:"Ginto-Light";
               font-size: 3.5em;
               letter-spacing: 0.1em;
               width: 50%; }              


 .panel-right3 { float: right;
              display: block;
               text-align: center;
               height: 100vh;
               color: black;
               background-color: red;
               font-family:"Ginto-Light";
               font-size: 3.5em;
               letter-spacing: 0.1em;
               width: 50%; }


 .panel-right4 { float: right;
              display: block;
               text-align: center;
               height: 100vh;
               color: black;
               background-color: blue;
               font-family:"Ginto-Light";
               font-size: 3.5em;
               letter-spacing: 0.1em;
               width: 50%; } 

 .panel-right5 { float: right;
              display: block;
               text-align: center;
               height: 100vh;
               color: black;
               background-color: orange;
               font-family:"Ginto-Light";
               font-size: 3.5em;
               letter-spacing: 0.1em;
               width: 50%; }                                  

.panel-left { overflow:scroll;
               display: block;
              float: left;
              height: 100vh;
               width: 50%; }


 .panel-right p#Titre { margin-right: 10%;
                  margin-left: 10%;
                  font-size: 1.5em;
                  border: solid 3.3px black;
                  border-radius: 40px;  }

 .panel-right2 p#Titre { margin-right: 10%;
                  margin-left: 10%;
                  font-size: 1.5em;
                  border: solid 3.3px black;
                  border-radius: 40px;  } 

 .panel-right3 p#Titre { margin-right: 10%;
                  margin-left: 10%;
                  font-size: 1.5em;
                  border: solid 3.3px black;
                  border-radius: 40px;  }                 
                                 
 .panel-right4 p#Titre { margin-right: 10%;
                  margin-left: 10%;
                  font-size: 1.5em;
                  border: solid 3.3px black;
                  border-radius: 40px;  }                 
                                            
 .panel-right5 p#Titre { margin-right: 10%;
                  margin-left: 10%;
                  font-size: 1.5em;
                  border: solid 3.3px black;
                  border-radius: 40px;  }                                                                   



.panel-left img { 
              float: left;
              height: 100%;
               width: 100%;
               filter: grayscale(100%); }   

@media screen and (max-width: 1000px) {
  .panel {
    overflow: scroll;}
  .panel-right { width: 100%; height: auto;}
    .panel-left { width: 100%; height: auto; }
        .panel-left img { width: 100%; height: auto; }


        .panel-right2 { width: 100%; height: auto;}
    .panel-left2 { width: 100%; height: auto; }
        .panel-left2 img { width: 100%; height: auto; }

        .panel-right3 { width: 100%; height: auto;}
    .panel-left3 { width: 100%; height: auto; }
        .panel-left3 img { width: 100%; height: auto; }

        .panel-right4 { width: 100%; height: auto;}
    .panel-left4 { width: 100%; height: auto; }
        .panel-left4 img { width: 100%; height: auto; }

   .panel-right5 { width: 100%; height: auto;}
    .panel-left5 { width: 100%; height: auto; }
        .panel-left5 img { width: 100%; height: auto; }

}

@media screen and (max-width: 1000px) {
  h2#intro {
     top: 30%;
     font-size: 8vw;
     line-height: 7.5vw;}
}
p#p2{padding-left:50px;}
p#p3{padding-left:100px;
     font-family:"Ginto-Medium";}

/* ONGlET */
/* •••••••••••••••••••••••••••••••• */


.onglets{
  width: 60%;
  background-color: #efeef3;
  padding: 5%;
  margin-left: 20px;
}


.onglet{
  position: relative;
  width:100%;
  top: -30px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 1%;
  font-family:"Ginto-Light";
  background-color: #efeef3;
  text-transform: uppercase;
  font-size: 4rem;
  margin-left: 50px;
  padding-bottom: -20px;
  border: 1px solid black;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.onglet p { 
  width: 100%; 
}

.hide_txt{
  display:none;
  width: 100%;
  margin: 1%;
  background-color: #efeef3;
  /*border: 1px solid red.*/
  border-top: 0;
  padding: 10px;
  overflow: visible;
}

.onglets .hide_txt p {
  width: 100%;
  height: 100%;
}

.onglet p {font-family: "Ginto-Light";}
.onglet_back p{
    width: 100%;
    height: 100%;
}

table {padding-top: 5%; 
       padding-left: 20%;
       width:30em;}
tr { border: solid 1px black; }
th {padding: 5px; }


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

  .divided {
  width: 100%;
  top: 100px;
  overflow: 0;
  height: auto;
  display: inline-block;
  position: relative;
}

.wrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.onglet {
    color: black;
    font-size: 2rem;
  }

}