/* COLOR PALLETTE */
:root{   
    --blue: #5A63A3; /*#5A69A3,   #4E528F*/
    --blue2: #323270;
    --dblue: #241E50; /*#323770*/

     --yellow2:#E8A83A;
    --yellow:#CFA96B;

    --black:#140D23;
    --white:#f3e9e8; /*#E3D4BE */
    --grey:#1E1E1E;

    --red:#870700;
    --red2:#A83F35;

    --green:#527267;
    --green2:#689083;
   
    /* --roboto-mono: Roboto Mono; */
}

/*    font-family: "Amaranth", sans-serif;     font-family: "Raleway", sans-serif;    */

*{
    margin:0;
    padding:0;
    outline:0;
    border:0;
    border-spacing: 0;
    box-sizing: border-box;
}



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #394770;
  
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7784A7;
  border-radius: 20px;
  border: solid 1px #CFA96B
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CFA96B;
}




body{
background-image: linear-gradient(to top, white,#7784A7, #394770, #616E91, #D0D3DB, #DEE1EB),
                radial-gradient(73% 88% at -4% 60%, #26C6DA 0% 33%, transparent 100%);

                 background-attachment: fixed;
            


}



/* ------ */

/* The side navigation menu */
.sidenav {
display: grid;
grid-template-rows: 6vh 93vh;


  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;

  text-decoration: none;
  font-family: carter one;
 

  border: solid 1px black;
  background-color: #394770; /* Black*/

  overflow-x: hidden; /* Disable horizontal scroll */
  
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav-cent{
  
  margin: 30% 8% 8% 9%;

}

/* The navigation menu links */
.nav-button {
  
  text-decoration: none;
   font-size: 1.3rem;
  
  color: #ffffff;
  transition: 0.3s;

  padding: 20px ;
  margin-bottom: 10px;
  line-height: 2.5rem;

}


/* When you mouse over the navigation links, change their color */
.nav-button:hover {
  color: #DBB983;
  font-size: 1.4rem;
  
}




/* Position and style the close button (top right corner) */
.closebtn {
  color: #ffffff;
  margin: 5%;
  position: absolute;
  text-decoration: none;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  margin-left: 5rem;
  transition: 0.3s;
}

.closebtn:hover {
  color: #A83F35;
  font-size: 1.4rem;
  transition: 0.3s;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 100vh) {
  .nav-button{padding-top: 1.5vh;}
  .nav-button {font-size: 1.3rem;}
}




.button-map{
   background-color: white;
    color: black;
    border: solid black 2px;

    position: absolute;
    left: 0;
    top: 0;
    margin:0.5%;
    
    padding:0.5%;
    border-radius: 50px;
    pointer-events: auto;
    cursor: pointer;
transition: 0.3s;
}

.button-map:hover{
  transform: scale(1.1);
background-color: #DBB983;
transition: 0.3s;
}





.socials{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 10%;
  text-decoration: none;
  margin: 10% 3%;
  
}

.text-secondary{
  color: #CFA96B;
  font-size: 80%;
  text-decoration: none;
  transition: 0.3s;

}

.text-secondary:hover{ /*socials hover*/
  color:#E8A83A;
  filter: drop-shadow(0 0 0.90rem rgba(255, 255, 255, 0.5));
  transition: 0.3s;
}





.sidenav-poke{

  width:100%; height: 1px;

  display: flex;       align-items: end;justify-content: center;
  flex-wrap: wrap;

}




.pokebag{
  display: flex;
  align-items: end;
  justify-content: center;

  width: 100%;
  height: 5em;
   

}

.pokemon{
  margin:1%;
  overflow:show;
  z-index: 4;
 
  position: relative;
  top:-4.5vw;
  
transition: 0.3s;
}

.pokemon:hover{
filter: drop-shadow(0 0 0.20rem var(--yellow));
transition: 0.3s;
}




.center-cadriage{

display: flex;
align-items: center;
justify-content: center;
width: 100%;

    
    position: absolute; bottom:0;
    z-index: -5;
}

.cadriage{
  position: fixed;

    bottom:0 ;
    width: 100%;
    height: 45vh;

}

.light{
backdrop-filter: brightness(150%);
background-image: 
  linear-gradient(140deg, #00000000 0%, rgba(255, 199, 115, 0.315) 15%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 199, 115, 0.379) 85%, #00000000 100%);

opacity:50%;
  position: fixed; top: 0;
  height: 100vh;
  width:100%;
  pointer-events: none; 

}

.shadow{
background-image: 
 repeating-linear-gradient(140deg, rgb(18, 18, 21) 0%, #000000FF 5%, #ffffff00 20%, #ffffff00 80%, #000000FF 95%, rgb(20, 20, 26) 100%);
 
opacity:70%;
  position: fixed; top: 0;
  height: 100vh;
  width:100%;
  pointer-events: none; 
}
.shadow2{
background-image: 
  repeating-linear-gradient(140deg, #000000FF 0%, #000000a7 23%, #000000a6 71%, #000000FF 100%);

opacity:50%;
  position: fixed; top: 0;
  z-index: -4;
  height: 100vh;
  width:100%;
  pointer-events: none; 
}




/* .filters{
   filter: blur(0.5px);
    filter: brightness(110%);
} */

.menu{ /*NAV BAR */
    border: 2px solid var(--black);
    background-color: var(--blue);
    border-radius: 1.5vw;
     font-size:1.3vw;

    width: 40%; height: 7%;
    top: 1%;
    right: 0.5%;
    

    display: flex;
    justify-content: space-between;

    position: fixed; z-index: 6;
    box-shadow: inset -1px -1px 2px 1px color-mix(in srgb, var(--dblue) 70%, transparent), 
                inset 2px 2px 2px 1px color-mix(in srgb, var(--white) 30%, transparent);  
                
}

/*a, a:hover, a:focus, a:active{  
    display: flex; 
    justify-content: flex-start;  
    align-items: center; 
    text-decoration: none;
      color: inherit;
      min-width: fit-content;
      
}  */


.link:hover{
  color: var(--yellow);

  text-decoration: none;
}

.link{
  margin: 0% 2% 0% 2%;
  color: var(--black);
  text-decoration: none;
  list-style-type: none;
    width: 30%;
        margin: 0px 10px 0px 10px;

  display: flex; /*flexbox, c necessaire de mettre display avant le rest en bas*/
    justify-content: flex-start;  /*decalle tout au debut, a gauche*/
    align-items: center; /*au centre, mais horizontalement*/
  
    min-width: fit-content;
    font-family: "Carter One", system-ui;
   
    display: flex ;
    justify-content: space-evenly;
}

.logo-chat{

    width: auto;
    height: 100%;
    object-fit: auto;
    
    margin-right:5px;
   
    

    /*border-radius: 50px;
    object-fit: cover;
    padding:1%;
    object-view-box: inset(15% 15% 15% 15%);*/

}

/*--------------------------------------------------------------------*/

.home{
  min-height:600px;
  margin-top: 10%;
  margin:1% 5% 0% 5%;
}


.row{
  content: "";
  display: table;
  clear: both
}
.col{
     float: left;
    width: 50%;
}


.diplo-title{
  margin: 1% 1% 0% 0%;
  
  display: flex;
  text-align: center; justify-content: center;
  width: 100%; height:100%;

  
}

.bandaid-warning{
  margin-top:10%;
  background-color: #d2a68e;
  border-radius: 3vw;
  border: solid 3px #ad7f6e;
   font-size:1vw;
 
  padding: 1% 2% 1% 2%;
  width:80%; height: 20%;

  display: flex;
  flex-wrap: wrap; justify-content: center;
  
  transform: rotate(10deg);
  background-image: radial-gradient(circle at 1vh 1vh, #ad7f6e 0.2vw, transparent 0);
  background-size: 25px 25px;
  
  position:relative;
  left:20px;
}

.warning{
  
  background-color: #d6b3a0;
  border-radius: 2vw;
  width:fit-content;
  max-width: 50%;
 border: solid 3px #ad7f6e;
  padding: 1% 2% 1% 2%;
  width:100%;

  display: flex;
  justify-content: center; 
  text-align: center;

    color: var(--red);
  font-family: "Carter One";
  box-shadow: inset -1px -1px 2px 1px color-mix(in srgb, var(--blue) 40%, transparent), 
                inset 2px 2px 2px 1px color-mix(in srgb, var(--white) 50%, transparent);  
}



#gal-cent{
   
    
    margin: 3%;
    width: 95%; 
    height: fit-content;

    /*top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

#gal-col{
    
    display: flex; flex-wrap: wrap;
    justify-content: center;
    align-items: center;
        
    width: auto; height: fit-content;
}

.item{   
  border-radius:2vw;
  background: none;
  margin:0.5%;
  display:block;
  
box-shadow: -19px 18px 8px -1px rgba(25,25,38,0.75);
-webkit-box-shadow: -19px 18px 8px -1px rgba(25,25,38,0.75);
-moz-box-shadow: -19px 18px 8px -1px rgba(25,25,38,0.75);
transition: 3s;
}

.art{   
    border: var(--yellow) 1px solid;
    background-color: black;
    
    width: auto; 
    height: 300px;
    
    
   

    overflow: hidden;
  border-radius: 1.5vw;
  transition: all 0.5s ease;
    

    cursor: pointer;
}


/* HOVER ON IMAGE SHINE EFFECT*/

.art h2 {
  color: var(--yellow);
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.art::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    var(--yellow)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.art:hover{
     transform: scale(1.05);
  box-shadow: 0 0 20px var(--yellow);
   
    
}
.art:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}
/* HOVER ON IMAGE SHINE EFFECT ENDDDD*/




/* ZOOM IMAGE*/

.trans{
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.lightbox{
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  
}

.lightbox img{

  max-width: 95%;
  max-height: 95%;
  position: relative;
  top: -100%;
  /* Transition */
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.lightbox:target{
  outline: none;
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  
}

.lightbox:target img{
  top: 0;
  margin:auto; margin-top:24%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  
}
/* ZOOM IMAGE END*/


/*-------------------------------------*/

.button-zoom{
  width:100px;
  height:100px;

}

.folder-gal{
  background-color: var(--black);
  position: fixed;
  width: 100%;
  height: 100%;
}
.cont{
  background-color:  rgba(0,0,0,0.75);
  position:fixed;
  width:100vw;
  height: 100vh;
  top:0; left:0;
  display: grid;  grid-template-columns: auto 55vw 30vw;
  column-gap:10px;
  justify-items: center;
  z-index: 1;
  
}


.credits{
  background-color: var(--yellow);

  min-width:fit-content;
  height: fit-content;
  
  font-family: "Carter One", system-ui;
  color: var(--black);
  border-radius: 2vw;
  position: relative;

  margin-top:10px;
  margin-left:20px;
  padding: 3% 4% 3% 5% ;
  text-align: center;
  
  
   word-break: break-word;
  
}

.image-zoom{

  /* display: flex; 
  justify-content: center; 
  align-items: center; */
  
  margin: auto;

  height: auto ;
  width:auto;
  max-width: 75vw;
  max-height:100vh;
 
}

.notes{
  background-color: var(--green2);
  color: var(--black);
  border-radius: 2vw;

  min-width: 200px; max-width: 25vw;
  height: fit-content;
  place-self: end;

  overflow-wrap: break-word; 
  font-family: "Carter One", system-ui; text-align: left;
  
  margin-right:43px;
  margin-bottom:10px;
  padding: 3%;

}







/*-------------------------------------*/

/* FILTER BUTTON*/

#filter{

   margin: 1% 5% 5% 5%;
    width: 90%; 
    height: fit-content;
    

}

.filter-btn{
  background-color: var(--blue);
  font-size:1.3vw;
  padding: 10px 12px 10px 12px;
  cursor: pointer;
  border-radius: 2vw;
  color: #000000;
  margin:1px;

  font-family: "Raleway", sans-serif; font-weight: 600;

}
.filter-btn.active{
  background-color: var(--yellow);
  font-size:1.3vw;
  padding: 12px;
  cursor: pointer;
  border-radius: 1.5vw;
 transition: all 0.3s ease;
 margin:1px;
}

.hidden{
  display:none;
}

/* FILTER BUTTON END*/


/*FOLDER BUTTON*/
.button-fold{
  background-color: var(--yellow);
  border-radius: 1.5vw;
  border: solid var(--black) 2px; 
  margin:5px;

  font-size:1.3vw;
  color: var(--black);
  font-family: "Amaranth", sans-serif;font-weight: 700;
  padding: 8px 12px 8px 12px;

  cursor: pointer;

}

.button-fold:hover{
background-color: var(--blue);
}

.button-fold:focus{ 
background-color: var(--green);
}

/*FOLDER BUTTON END*/



/*NSFW BUTTON*/
.filter-nsfw{
   border: solid 2px black;
  background-color:#992828;
  font-size:1.2vw;
  padding: 10px 12px 10px 12px;
  cursor: pointer;
  border-radius: 2vw;
  color: black;
  font-family: carter one ;
}

/* .filter-nsfw.selected{
  background-color: var(rgb(90, 17, 17));
  font-size:1.3vw;
  padding: 12px;
  cursor: pointer;
  border-radius: 1.5vw;
transition: all 0.3s ease;
} */

.filter-gore{
  border: solid 2px black;
  background-color:#992828;
  font-size:1.2vw;
  padding: 10px 12px 10px 12px;
  cursor: pointer;
  border-radius: 2vw;
  color: black;
  font-family: carter one ;

}


/*NSFW BUTTON END*/

#link{
  color: var(--blue2);

}


#link:hover{
  color: var(--red);
text-decoration: none;
}



/*-------------------------------------------------------FOOTER------------------------------------*/



.weird-div-footer{
  border-radius: 2vw;
  width:95%; 
  height: 0.7%;
  border: solid 3px var(--blue);

  margin: auto;
  margin: 1%;

  padding: 0.5% 2% 0.5% 2%;
  color: var(--black);
  font-family: "Carter One";
  font-size:1vw;
  
  display: flex;
  justify-content: space-evenly;

  position: relative;
  z-index:0;
}


.pokebag{
  display: flex;
  align-items:end;
  justify-content: center;

  width: 35%;
  height: 4em;
 

}

.pokemon{
  margin:1%;
overflow:show;
 

}

.pokemon:hover{
filter: drop-shadow(0 0 0.20rem var(--yellow));

}

.socials{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  text-decoration: none;
  
}

.text-secondary{
  color: var(--yellow2);
  font-size:1.1vw;
  text-decoration: none;

}

.text-secondary:hover{ /*socials hover*/
  color:var(--green2);
  filter: drop-shadow(0 0 0.90rem rgba(243, 184, 57, 0.5));
  
}

.ownership{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow2);
  font-family: "Carter One", system-ui;
   width: 25%;
    font-size:1.1vw;
}






.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), 
      linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: -2;
  background-size: 100% 3px, 2px 100%;
  pointer-events: none;
  opacity: 85%;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.90626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.83891;
  }
  30% {
  opacity: 0.65583;
  }
  35% {
  opacity: 0.67807;
  }
  40% {
  opacity: 0.26559;
  }
  45% {
  opacity: 0.84693;
  }
  50% {
  opacity: 0.96019;
  }
  55% {
  opacity: 0.08594;
  }
  60% {
  opacity: 0.20313;
  }
  65% {
  opacity: 0.71988;
  }
  70% {
  opacity: 0.53455;
  }
  75% {
  opacity: 0.37288;
  }
  80% {
  opacity: 0.71428;
  }
  85% {
  opacity: 0.70419;
  }
  90% {
  opacity: 0.7003;
  }
  95% {
  opacity: 0.36108;
  }
  100% {
  opacity: 0.24387;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}







.floating{
  position: relative;
            animation: float 3s ease-in-out infinite;
            

}

@keyframes float {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-10px);
                 
            }

            100% {
                transform: translateY(0);
            }
        }




.floating2{
  position: relative;
            animation: float 3s ease-in-out infinite;
            animation-delay: -0.7s;

}

@keyframes floating2 {
            0% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-5px);
                 
            }

            100% {
                transform: translateY(0);
            }
        }


.shine{
   filter: drop-shadow(0 0 0.90rem rgba(94, 90, 216, 0.4));
   
}

.shine2{
   filter: drop-shadow(0 0 0.90rem rgba(236, 183, 114, 0.388));
   
}

.shine3{
   filter: drop-shadow(0 0 0.90rem rgba(190, 23, 23, 0.388));
   
}

.shine4{
   filter: drop-shadow(0 0 0.90rem rgba(99, 177, 92, 0.388));
   
}