/* 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;
}

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%);

max-height: 100vh !important;
overflow: hidden;

}


/* ------ */

/* 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: 25; /* 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{
  
    bottom:0;
    width: 100%;
    height: 45vh;

}



.light{
 backdrop-filter: brightness(140%);

/* background: conic-gradient(from 45deg at top, #182253 29%, #ffffff 31%, #ffffff 44%, #182253 46%); */

background-size: 100% 100%;
background-position: 0px 0px,0px 0px;
background-image: conic-gradient(from 140deg at 50% 0%, #FFE20300 4%, #FFFFFFFF 6%, #FFE20300 17%, #073AFF00 100%),
                  conic-gradient(from 220deg at 50% 0%, #073AFF00 0%, #073AFF00 83%, #FFFFFFFF 94%, #073AFF00 96%); 

top: -20vh;
opacity: 100%;
margin:auto;

position: absolute;
height: 100%;  
width:100%;
  pointer-events: none;
}



.shadow{
   backdrop-filter: brightness(140%);
  background-size: 100% 100%;
background-position: 0px 0px,0px 0px;
background-image: conic-gradient(from 195deg at 50% 0%, #073AFF00 0%, #182253 4%, #073AFF00 76%),
                  conic-gradient(from 165deg at 50% 0%, #073AFF00 25%, #182253 96%, #073AFF00 100%);


opacity: 60%;
top: -20vh;
position: absolute;
height: 100%;  
width:100%;
  pointer-events: none;
}  


.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(184, 26, 26, 0.388));
   
}


/* -------- ECRAN --------- */

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  /* background: radial-gradient(circle,rgba(255, 255, 255, 0.66) 0%, rgba(0, 0, 0, 1) 100%); */
 /* backdrop-filter: brightness(105%); */

  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: 100;
  background-size: 100% 3px, 2px 100%;
  pointer-events: none;
  opacity: 85%;
}


@keyframes flicker {
    0% {
  opacity: 0.2;
  }
  5% {
  opacity: 0.3;
  }
  10% {
  opacity: 0.4;
  }
  15% {
  opacity: 0.3;
  }
  20% {
  opacity: 0.1;
  }
  25% {
  opacity: 0.4;
  }
  30% {
  opacity: 0.2;
  }
  35% {
  opacity: 0.3;
  }
  40% {
  opacity: 0.4;
  }
  45% {
  opacity: 0.3;
  }
  50% {
  opacity: 0.5;
  }
  55% {
  opacity: 0.0;
  }
  60% {
  opacity: 0.2;
  }
  65% {
  opacity: 0.3;
  }
  70% {
  opacity: 0.4;
  }
  75% {
  opacity: 0.5;
  }
  80% {
  opacity: 0.3;
  }
  85% {
  opacity: 0.2;
  }
  90% {
  opacity: 0.5;
  }
  95% {
  opacity: 0.4;
  }
  100% {
  opacity: 0.2;
  }
}


.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;
}

/* ------ ECRAN ------ */

.filters{
  filter: blur(0.4px);
  backdrop-filter: brightness(105%);

  opacity: 100%;
  position: fixed;
  width: 100%; height: 100%;
  z-index: 30;
  pointer-events: none;

}

/* ----------- */




.grid{
    display: grid;
    width: 100%;
    grid-template-columns:25vw 48vw 30vw;
}


.subjects-back{

    background-color: #DBB983;
    border: solid 1.5px black;

    width: 240px;
    height: 250px;
    padding:10%;

    font-family: carter one;
    font-size: 0.9rem;

    position: relative;z-index: 11;
    top: 0;top: 20%;
    left: 0;left: 38%;
    transform: rotate(-10deg);

}

.subjects{

    background-color: #DBB983;
    border: solid 1.5px black;

    width: fit-content;
    height: fit-content;
    width: 240px;
    height: 250px;
    padding:15%;

    font-family: carter one;
    font-size: 0.9rem;

    position: relative; z-index: 11;
    top: -20%;
    left: -20%;
  
    transform: rotate(6deg);


    
}



#Art-sommaire{
    display: block;
    position: relative;

    font-family:  "Amaranth", sans-serif;font-weight: 600;
    font-size: 0.8rem;

}

#Perso-sommaire{
    display: none;
    position: relative;

    font-family:  "Amaranth", sans-serif;font-weight: 600;
    font-size: 0.8rem;

}

#Media-sommaire{

    display: none;
    position: relative;

    font-family:  "Amaranth", sans-serif; font-weight: 600;
    font-size: 0.8rem;
}



.nav-point{
    color: black;
    font-size: 1vw;
    top: 100px;
    transition: 0.3s;
}

.nav-point:hover{
    color: #870700;
    text-decoration: none;
}
.nav-point:focus{
    color: #527267;
    text-decoration: none;
}


.about-me{
    margin: 1%;
    width: 16vw; height: auto;

    position: absolute;
    bottom: 0;
    cursor: pointer;
 transition: 0.3s;
}


.about-me:hover{
   transform: scale(1.03) rotate(2deg);
   transition: 0.3s;
}



.about-cent{

    width: 100%; height:100%;

    position: fixed; 
    top: 0;
    z-index: 15;

    background-color: rgba(0, 0, 0, 0.742);

    display: none;
}

/* HTML: <div class="film-strip"></div> */
.film-strip {
  --s: 12px; /* control the size */
  --c: #ffffff;
 
  width: calc(20*var(--s));
  aspect-ratio: 1.25;

  background: 
    conic-gradient(at 50% var(--s),var(--c) 75%,#0000 0) 
    0 0/calc(2*var(--s)) padding-box;

  border: var(--s) solid var(--c);
  /* padding: calc(var(--s)*2.5) calc(var(--s)*1.5); */
  
  box-sizing: content-box;
  /* you can add a filter for an oldish effect 
  filter: sepia(1) brightness(0.9) grayscale(.2);
  */
  /* transform: rotate(90deg);  */
  
  width:60vw; height:70vh;
  
    margin: auto; margin-top: 7%;

    z-index: 16;


    box-sizing: border-box;
overflow-x: hidden;

}

.about-paper{

    background-color: white;
    border: 2px solid black;
    border-radius:1rem;
   
}


.about-id-trans{
    position: absolute;
 background-color: #3947705a;
    border: 2px solid black;
    border-radius:1vw;
    width:30vw; height:18vw;
  
    top: 3vw; left:10vw;
    transform: rotate(-9deg);
    
    z-index: 17;
}

.about-id{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;

    position: relative;
    background-color: #bec6de;
    border: 2px solid black;
    border-radius:1vw;
    width:28vw; height:16vw;

    margin:3%;
    
  
    z-index: 17;

     text-shadow:
          1px 1px 0 #ffffff,
          -1px 1px 0 #ffffff,
          -1px -1px 0 #ffffff,
          1px -1px 0 #ffffff;


}

.about-id-deco{
    position: absolute;
    background-color: #394770;
    width:28vw; height:2vw;
    border-radius:1vw 1vw 0vw 0vw;
    border: 2px solid black;
    top: 0;
    z-index: 15;

}

.about-id-pic{
    width: 50%; height: 90%;
    display: flex;
    padding: 2%;
    border-radius: 2vw;

    z-index: 16;

}

.about-id-ID{
    position: absolute;
    top:0.4vw; right: 0.5vw;
    font-size: 0.6rem;

     z-index: 16;
}

.about-id-info{
     width: 50%; height: 90%;
     font-family: carter one;
     font-size: 0.7rem;

      z-index: 16;
}

.scribble{
    width:10%; height:auto;
    position: absolute;
    top: 5.5vw; left: 17vw;
}

.watermark{
    width: 35%; height: auto;
    position: relative;
    left:6vw; top:-1vw;

}

/* 666666 */

.grid2{
    display: grid;
    grid-template-columns:   minmax(20vw, 10vw);
    grid-row:   minmax(10vw, 10vw);
	
   
    height: 100%;

    
    padding: 3%;

    font-family: carter one;
    font-size: 0.8rem;
   overflow-wrap: break-word;
   line-height: 2;
}

.col-12{
    
     grid-column: span 2 / span 2;
      overflow-wrap: break-word; 
}


/* ----------- */

.Blogs{
    margin: 4% 3% 3% 3%;
   
}

.back-blog{
    position: relative;
}


/*-----------------------------------------------------------------------------------------------------------*/

.paper-back1{
    background-color: #ffffff;
    border: solid 1.5px black;

     width: 39vw ;
    height: 75vh;
   
    font-family: carter one;
    font-size: 0.9rem;

    position: relative;
   
    transform: rotate(2deg);

}

.paper-back2{
    background-color: #ffffff;
    border: solid 1.5px black;

     width: 39vw ;
    height: 75vh;
   
    font-family: carter one;
    font-size: 0.9rem;

    position: relative;z-index: 12;
   
    
    transform: rotate(3deg);

}


.paper-front{
    background-color: #ffffff;
    border: solid 1.5px black;

     width: 39vw ;
    height: 75vh;
    overflow-y: scroll;
   

    padding:10%;

    font-family: carter one;
    font-size: 0.7rem;

    position: relative;z-index: 12;
    transform: rotate(-5deg);
 
}



/* -----scrollbar----- */



/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #39477000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7784A7;
  border-radius: 10px;
  border: solid 1px #CFA96B;
  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CFA96B;
}



/* -------------------ART BLOG----------------------*/
#Art-blog-button{
    background-color: #4D5B83;
    border-radius: 2vw 2vw 0vw 0vw;

    border: 3px var(--black) solid;
    border-bottom: 4px #4D5B83 solid;
   

    padding: 1.5% 5.5% 1% 5.5% ;
    text-decoration: none; 
  


    font-family: "Carter One", system-ui; color: rgb(255, 255, 255);
    overflow-wrap: break-word; white-space: nowrap;
    font-size:0.8rem;

    position:relative;
    z-index: 10;
    cursor: pointer;
    
    
}


#Art-blog-button:visited{
    color: var(--black);
    text-decoration: none;
    
}


#Art-blog{
    background-color: #4D5B83;
    border-radius: 0vw 2.5vw 2.5vw 2.5vw;
    /* border: 3px var(--black) solid; */
    padding:2%; 

    width: 45vw ;
    height: 85vh;
    
    border: 3px var(--black) solid;
    border-top: 3px var(--blue) ;
    
    position:relative;
    
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    
   

}

/* -------------------Perso BLOG----------------------*/
#Perso-blog-button{
    background-color: #DBB983;
    border-radius: 2vw 2vw 0vw 0vw;

    border: 3px var(--black) solid;
    border-bottom: 4px #DBB983 solid; 

    color: var(--black);
    text-decoration: none;
    
    padding:1.5% 5.5% 1% 5.5% ;
    font-size:0.8rem;


    
    font-family: "Carter One", system-ui; color: var(--black);
    overflow-wrap: break-word; white-space: nowrap;

    position:relative; right:  0.9vw;
    z-index: 9;
    cursor: pointer;
    
}



#Perso-blog-button:visited{
    color: var(--black);
    text-decoration: none;

}

#Perso-blog{
        background-color: #DBB983;
    border-radius: 2.5vw;
    /* border: 3px var(--black) solid; */
    padding:2%; 

     width: 45vw ;
    height: 85vh;

    
    border: 3px var(--black) solid;
    border-top: 3px var(--red2) ;
    

    position:absolute;
    top:0;

    display: flex;
    justify-content: center;
    align-items: center;
   
}

/*-----------------------------------------------------------------------------*/

#Media-blog-button{
    background-color: var(--green2);
    border-radius: 2vw 2vw 0vw 0vw;

    border: 3px var(--black) solid; 
    border-bottom: 4px var(--green2) solid; 


    color: var(--black);
    text-decoration: none;

    
    padding:1.5% 5.5% 1% 5.5% ;
    font-size:0.8rem;

    font-family: "Carter One", system-ui; color: var(--black);
    overflow-wrap: break-word; white-space: nowrap;

    position:relative;
    right:  1.9vw;
    z-index: 8;
    cursor: pointer;
transition: 0.3s;
    
}

#Media-blog-button:hover{
    color: var(--black);
    text-decoration: none;

}

#Media-blog-button:visited{
    color: var(--black);
    text-decoration: none;

}

#Media-blog{
        background-color: var(--green2);
    border-radius: 2.5vw;
    /* border: 3px var(--black) solid; */
    padding:2%; 

     width: 45vw ;
    height: 85vh;

   
    border: 3px var(--black) solid;
    border-top: 3px var(--green2) ;
    

    position:absolute;
    top:0;

    display: flex;
    justify-content: center;
    align-items: center;
   
}


.deco1{

    background-color: #A83F35;
    border: solid black 2px;
    width: 200px;
    height:50px;

    position: relative;
    top: -10vw; left: 33vw;
    transform: rotate(5deg);

    z-index: 1;
}


.deco2{

    background-color: #DBB983;
    border: solid black 2px;
    width: 200px;
    height:50px;

    position: relative;
    top: -15vw; left: 34vw;
    transform: rotate(-5deg);

    z-index: 1;
}


#carnet{
 position: absolute;
 right: 0; top: 0;
 right: 2vw; top: 7vh;
}

.row-2{
  display: flex;
}

.cote{
    background-color: #423832;
    border:solid 2px black;

    width:2vw;
    height: 40vw;

}


.carnet-button{
  display: flex;
  margin-left: 5vw;
  
}

.carnet{
    background-color: #ffffff;
    border:solid 2px black;

    width:23vw;
    height: 40vw;
   

}



.update-button{
    background-color: #ffffff;
    border:solid 2px black;
    pointer-events: auto;
    

    padding: 2vw 1vw 0vw 1vw;
    font-family: "carter one";

    /* position: absolute;
    top:-3.5vw; right:15vw; */
    cursor: pointer;
    transition: 0.3s;
}

/* .update-button:hover{
    padding: 3vw 1vw 1vw 1vw;
   
    transition: 0.3s;
  
} */

.todo-button{
    background-color: #ffffff;
    border:solid 2px black;
    pointer-events: auto;
    
    margin-left: 1vw;
    
    padding: 2.5vw 1vw 0vw 1vw;
    font-family: "carter one";

    /* position: absolute;
    top:3.8vw; right:9vw; */
    cursor: pointer;
    transition: 0.3s;
}

/* .todo-button:hover{
      padding: 2vw 1vw 2vw 1vw;
    transition: 0.3s;

} */

.ideas-button{
    background-color: #ffffff;
    border:solid 2px black;
    pointer-events: auto;
    
    margin-left: -1vw;

    padding: 2vw 1vw 0vw 1vw;
    font-family: "carter one";

    /* position: absolute;
    top:4.3vw; right:5vw; */
    cursor: pointer;
    transition: 0.3s;
}


/* .ideas-button:hover{
      padding: 2vw 1vw 1vw 1vw;
   
    transition: 0.3s;
} */

/* -------- */

.updates-paper{

    overflow-y: scroll;
    scrollbar-width: none;

     width:23vw;
    height: 39vw;

    


}

.todo-paper{

    overflow-y: scroll;
    scrollbar-width: none;

    width:23vw;
    height: 39vw;

   display: none;

}

.ideas-paper{

    overflow-y: scroll;
    scrollbar-width: none;

    width:23vw;
    height: 39vw;

   display: none;


}

/* ----------- */


.entry{
    font-family: "AMARANTH", system-ui; font-weight: 600;
    height: fit-content;
    border-bottom: solid  2px black;
   
    
    margin:1%;
    font-size:0.8rem;
    color:var(--black);
    padding: 5%;
    overflow: hidden;
    word-wrap: break-word;
    
    
}

/*----------------------------------- UPDATES LOG END -------------------*/

/*----------------------------------- TODO -------------------*/

.checkbox{
    font-family: "AMARANTH", system-ui; font-weight: 600; 
    height: fit-content;
    color:var(--black);

    padding: 3%; 
    border-bottom:  solid  2px black;
    font-size:0.8rem;
}

/*----------------------------------- TODO END -------------------*/

/*----------------------------------- IDEAS SUBJECTS BLOG -------------------*/

.subject{
   font-family: "AMARANTH", system-ui; font-weight: 600; 
    height: fit-content;
     border-bottom:  solid  2px black;
    color:var(--black);

    padding: 3%; margin:1%;
    font-size:0.8rem;

    
}


.tv-on-off{

    background-color: white;
    color: black;
    border: solid black 2px;

    position: absolute;
    right: 0;
    top: 0;
    margin:0.5%;

    padding:0.5%;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.tv-on-off:hover{
transform: scale(1.1);
background-color: #DBB983;
}

.on  { display: block; }
.off { display: none; }



.done{
    color: #870700;
    text-decoration: line-through;
}