*{
    margin: 0;
    padding: 0;
  }
  
  html { 
    scroll-behavior: smooth;
  }
  body{
    font-family: 'Montserrat', 'serif';
    -ms-overflow-style: none;  
    /* scrollbar-width: none;  */
  }
  /* body::-webkit-scrollbar {
    display: none;
  } */

  .backgroundMorphism{
    /* position: sticky; */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
    position: fixed;
    background-size: 100% 100%;
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
    background-image:
      radial-gradient(15% 25% at 20% 45%, rgba(227, 180, 5, 0.02) 5%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(18% 28% at 18% 71%, rgba(227, 180, 5, 0.025) 6%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(70% 53% at 36% 76%, #171617 0%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(42% 53% at 15% 94%, rgba(227, 180, 5, 0.04) 7%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(42% 53% at 34% 72%, rgba(23, 22, 23, 0.7) 7%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(18% 28% at 35% 87%, rgba(23, 22, 23, 0.8) 7%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(31% 43% at 7% 98%, rgba(227, 180, 5, 0.03) 24%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(21% 37% at 72% 23%, rgba(23, 22, 23, 1) 24%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(35% 56% at 91% 74%, rgba(227, 180, 5, 0.02) 9%, rgba(23, 22, 23, 0) 100%),
      radial-gradient(74% 86% at 67% 38%, rgba(23, 22, 23, 1) 24%, rgba(23, 22, 23, 0) 100%),
      linear-gradient(125deg, #171617 1%, #171617 100%);

    /* background-image: radial-gradient(15% 25% at 20% 45%, #e3b4050f 5%, #17161700 100%), radial-gradient(18% 28% at 18% 71%, #e3b40511 6%, #17161700 100%), radial-gradient(70% 53% at 36% 76%, #171617 0%, #17161700 100%), radial-gradient(42% 53% at 15% 94%, #e3b40533 7%, #17161700 100%), radial-gradient(42% 53% at 34% 72%, #171617aa 7%, #17161700 100%), radial-gradient(18% 28% at 35% 87%, #171617cc 7%, #17161700 100%), radial-gradient(31% 43% at 7% 98%, #e3b4051a 24%, #17161700 100%), radial-gradient(21% 37% at 72% 23%, #171617 24%, #17161700 100%), radial-gradient(35% 56% at 91% 74%, #e3b40529 9%, #17161700 100%), radial-gradient(74% 86% at 67% 38%, #171617 24%, #17161700 100%), linear-gradient(125deg, #171617 1%, #171617 100%); */
  }
  
/* ANIM */


.fade{
  opacity: 0;
  transition: 2s ease-in-out;
}
.fade.animated{
  opacity: 1;
}

.slideTop{
  transform: translateY(200px);
  transition: 1.5s ease-in-out;
}
.slideTop.animated{
  transform: translateY(0px);
}
.slideBottom{
  transform: translateY(-200px);
  transition: 1.5s ease-in-out;
}
.slideBottom.animated{
  transform: translateY(0px);
}
.slideLeft{
  transform: translateX(-200px);
  transition: 1.5s ease-in-out;
}
.slideLeft.animated{
  transform: translateX(0px);
}
.slideRight{
  transform: translateX(200px);
  transition: 1.5s ease-in-out;
}
.slideRight.animated{
  transform: translateX(0px);
}
.slideTopPetit{
  transform: translateY(50px);
  transition: 1.5s ease-in-out;
}
.slideTopPetit.animated{
  transform: translateY(0px);
}
.slideBottomPetit{
  transform: translateY(-50px);
  transition: 1.5s ease-in-out;
}
.slideBottomPetit.animated{
  transform: translateY(0px);
}
.slideLeftPetit{
  transform: translateX(-50px);
  transition: 1.5s ease-in-out;
}
.slideLeftPetit.animated{
  transform: translateX(0px);
}
.slideRightPetit{
  transform: translateX(20px);
  transition: 1.5s ease-in-out;
}
.slideRightPetit.animated{
  transform: translateX(0px);
}
/* Portfolio popup */
.color-img{
  border: solid 2px ;
  width: 6.5vh !important;
  height: 6.5vh !important;
  transition: linear 0.3s;
}
.color-img:hover{
  transform: scale(1.1);
}
#kcorpPopup{
  cursor: pointer;
}
#solaryPopup{
  cursor: pointer;
}
.phoneColors{
  display: none;
}
/* .ordiColors{
  display: block;
} */
.popup-flex-color{
  margin: 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.popup img{
  margin-top: 7%;
}
.popup button{
  border-radius: 3%;
}
.popup a{
  text-decoration: none;
}
.hidden{
  display: none;
}
.show{
  display: block;
}
.right-popup{
  width: 60%;
  margin: 3%;
  text-align: justify;
}
.left-popup{
  width: 40%;
}
.centerPop{
  text-align: center;
}
a:hover {
  cursor:pointer;
 }
 .button:hover{
  cursor:pointer;
 }
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(23, 22, 23, 0.8);
  transition: opacity 500ms;
  display: none;
  /* visibility: hidden; */
  /* opacity: 0; */
}
/* .overlay:target {
  visibility:visible;
  opacity: 1;
} */

.popup {
  top: 15vh;
  text-align: center;
  /* border: solid 7px; */
  color: #fff;
  z-index: -1;
  margin: auto;
  padding: 20px;
  /* background: #171617; */
  border-radius: 15px;
  width: 70%;
  position: relative;
  background-size: 100% 100%;
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-image:
    radial-gradient(15% 25% at 20% 45%, rgba(227, 180, 5, 0.02) 5%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(18% 28% at 18% 71%, rgba(227, 180, 5, 0.025) 6%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(70% 53% at 36% 76%, #171617 0%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(42% 53% at 15% 94%, rgba(227, 180, 5, 0.04) 7%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(42% 53% at 34% 72%, rgba(23, 22, 23, 0.7) 7%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(18% 28% at 35% 87%, rgba(23, 22, 23, 0.8) 7%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(31% 43% at 7% 98%, rgba(227, 180, 5, 0.03) 24%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(21% 37% at 72% 23%, rgba(23, 22, 23, 1) 24%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(35% 56% at 91% 74%, rgba(227, 180, 5, 0.02) 9%, rgba(23, 22, 23, 0) 100%),
    radial-gradient(74% 86% at 67% 38%, rgba(23, 22, 23, 1) 24%, rgba(23, 22, 23, 0) 100%),
    linear-gradient(125deg, #171617 1%, #171617 100%);
  box-shadow: 0 0 20px #fff;
  /* transition: opacity 500ms; */
  transition: all 200ms ease-in-out;
}
.popup .button{
    transition: none;
}

.popup h2 {
  margin-top: 0;
  
  /* font-family: Tahoma, Arial, sans-serif; */
}
.closeAndert:target{
    
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;

  /* transition: all 200ms; */
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: #e3b405;
}
.popup .content {
  max-height: 100%;
  overflow: auto;
}
.flex-popup{
  margin: 1%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.popup video{
  width: 400px;
  border-radius: 3%;
  margin-top: 7%;
}

/* END PORTFOLIO POPUP */
  
  /* PAGE 0 PRESENTATION */
      section
      {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      section h2{
        position: relative;
        color: #fff;
        font-size: 14em;
        font-weight: 800;
        z-index: 2;
        transition: 2s;
        animation: first 2s alternate infinite;
  
      }
      @keyframes first{
        0%{
          font-size: 14em;
        }
        80%{
          font-size: 15.5em;
        }
        100%{
          font-size: 15.5em; 
        }
      }
      section h2:hover{
        filter: blur(40px);
        transform: scale(1.2);
        animation-play-state: paused;
      }
      .h2hover{
        filter: blur(40px);
        transform: scale(1.2);
      }
      section img{
        position: absolute;
        top: 0%;
        left: 0%;
        width: 140%;
        height: 140%;
        pointer-events: none;
        filter: blur(20px);
        transition: 2s;
      }
      section h2:hover ~ img{
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        filter: blur(0px);
      }
      .imghover{
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        filter: blur(0px);
      }
      .img-presentation{
        /* content:url("Fond/presentation75.jpg"); */
        content:url("Fond/LogoNoirEcriture.webp");

      }
  /* END PAGE 0 PRESENTATION */

  /* TEST MENU */

  #sectionLogo{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
 #headerMenu{
   position: fixed;
   height: 1.2vh;
   top: 0;
   left: 0;
   width: 100%;
   padding: 22px 100px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   z-index: 1000;
   background: rgba(255,255,255,0.2);
    box-shadow: 0 15px 35px rgb(0 0 0 / 5%);
    backdrop-filter: blur(5px);
    /* border: 1px solid rgba(255,255,255,0.25); */
    border-bottom: 1px solid rgba(255,255,255,0.5);
    /* border-left: 1px solid rgba(255,255,255,0.5); */
 }
 #headerMenu .logo{
   position: relative;
   display: inline-block;
   text-decoration: none;
   z-index: 3000;
   animation: slide_left 0.5s linear forwards;
   animation-delay: 0.2s;
   opacity: 0;
 }
 @keyframes slide_left{
  0%{
    transform: translateX(-100px);
    opacity: 0;
  }
  100%{
    transform: translateX(0px);
    opacity: 1;
  }
 }
 #headerMenu #ulMenu{
  margin-right: 10vw;
}
 #headerMenu #ulMenu .liMenu{
   list-style: none;
 }
 #headerMenu #ulMenu .liMenu a{
   display: inline-block;
   color: #e3b405;
   font-weight: 600;
   font-size: 0.8em;
   margin-left: 10px;
   
   padding: 1px 18px;
   text-decoration: none;
   user-select: none;
   animation: slide_top 0.5s linear forwards;
   animation-delay: calc(0.2s * var(--i));
   opacity: 0;
}
@keyframes slide_top{
  0%{
    transform: translateY(100px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
 }
#headerMenu #ulMenu .liMenu a.active, #headerMenu #ulMenu .liMenu a:hover{
    background: #e3b405;
    color: #fff;
    border-radius: 20px;
}
  /* FIN MENU */
    
  /* SCROLL DOWN */
  
  #scrollDown {
    z-index: 1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding-top: 60px;
    cursor: pointer;
  }
  #scrollDown #span1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
  }
  #scrollDown #span1::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
  }
  #scrollDown #span2 {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 18px;
    height: 18px;
    content: '';
    margin-left: -9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    animation: sdb07 2s infinite;
    box-sizing: border-box;
  }
  #scrollDown #span2::after {
    animation: sdb07 2s infinite;
    position: absolute;
    bottom: 7px;
    left: 7px;
    width: 18px;
    height: 18px;
    content: '';
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
  }
  
  #scrollDown #span2::after {
  
    animation: sdb07 2s infinite;
    position: absolute;
    bottom: 7px;
    left: 7px;
    width: 18px;
    height: 18px;
    content: '';
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
  
  }
  
  /* END SCROLL DOWN */


  /* MENU */


  #navmenu{
    z-index: 2000;
    border-bottom: solid 2px #e3b405;
    transition: 0.5s;
  
    position: fixed;
    /* background-color:#100e17; */
    background-color: black;
        width: 100%;
        height: 7vh;
        top: 0;
        
  }
    ul li
    {
        list-style-type: none;
        font-size:3vh;
        flex-grow: 1;
        /* padding-left: 3px;
        padding-right: 3px; */
        line-height: 2.3;
        height: 100%;
        transition: 0.5s;
        
  
    }
    ul{
        height: 7vh;
        margin: 0px;
        padding: 0;
        margin-left: 22vw ;
        margin-right: 22vw;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        text-align: center;
        
        /* background-color: black; */
        /* border: solid 2px black; */
        align-items: center;
    }
    ul li a{
      color: white;
    }
  .menu{
        z-index: 3;
        transition-duration: 0.5s;
    
    }
  #navmenu.menu-scroll{
    background-color: black;
    border-bottom: solid 2px #e3b405;
    z-index: 2000;
  }
  #lihomeMenu.homemenu{
    border-right: solid 1px #272f38;
  }
  #liaboutMenu.aboutmenu{
    border-right: solid 1px #272f38;
  }
  #liskillsMenu.skillsmenu{
    border-right: solid 1px #272f38;
  }
 
  
    
  .menu:hover{
        color:        #e3b405     ;
    }
  .JC{
    position: fixed;
      width: 2.5em;
      left: 2%;
      top: 0.5%;
  }

#portfolio:hover#portfolioMenu{
  color: #e3b405;
}

.menuActive{
  color: #e3b405 !important;
}

  /* END MENU */
  


      
  /* PAGE FULL COVER */
  /* .full{
    height:100vh;
    margin:0;
    padding:0;
    -webkit-background-size: cover; 
    -moz-background-size: cover ;
    -o-background-size: cover;
    background-size: cover; 
  } */
  #home{
    z-index: 0;
    background-color: black;
    /* background-color: #141414; */
    /* background: url(Fond/fondnoirjoudJaune-low.jpg) no-repeat center ; */
    overflow: hidden;
  }

  #parametres{
    background-color: black;
    overflow: hidden;
  }
  #classes{
    background-color: black;
    overflow: hidden;
  }
  #portfolio{
    z-index: 500000;
    /* background-color: #171617; */
    overflow: hidden;
    /* margin-top: 2%; */
  }
  #showreel{
    margin-top: -2%;
    /* background-color: #171617; */
    overflow: hidden;
    padding: 0% 16% 1% 16%;
    display: flex;
  }
  #contact{
    /* background-color: #171617; */
    overflow: hidden;
  
  }

  .linkRedirection {
    text-decoration: none; /* Supprime le soulignement par défaut */
    color: inherit; /* Garde la couleur par défaut du texte (héritée du parent) */
    transition: color 0.3s ease; /* Ajoute une transition pour un effet fluide */
  }

  .linkRedirection:hover {
    color: #e3b405; /* Change la couleur du texte au survol */
  }
  /* END PAGE FULL COVER */


     
/*RESEAUX */

#image-fixed {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 4%;
  position:fixed;
  /* bottom: 0%; */
  z-index: 2000;
    

  }
  #image-fixed a{
    margin: 0;
    width: 100%;
  }

  .reseaux{
    
    margin: 0;
    padding: 0;
    width: 100%;
    transition: all 1s;
   
  }
  .reseaux:hover{
    transform: translateX(8px);
     /* rotate(-360deg); */
  }

/* END RESEAUX */




  /* TITRE */
#h1-creations{
  width: 100%;
    text-align: center;
    
    font-size: 10vh;
    color: #e3b405;
}
#h1-classes{
  width: 100%;
    text-align: center;
    
    font-size: 10vh;
    margin-top: 4%;
    color: #e3b405;
}
#h1-parametres{
  width: 100%;
    text-align: center;
    
    font-size: 10vh;
    margin-top: 4%;
    color: #e3b405;
}
#h1-contact{
  width: 100%;
    text-align: center;
    
    font-size: 10vh;
    margin-top: 4%;
    color: #e3b405;

}
#h2-creations{
  color: white;
  text-align: center; 
  margin-left: 20vw; 
  margin-right: 20vw;
}

  /* END TITRE */
  

  
  /* PAGE 2 HOME */
  
  .titreaccueil
  {
    margin: 0;
    /* margin-left: 5vw; */
  }
  #jesuis{
    width: 100%;
    text-align: center;
    
    font-size: 10vh;
    margin-top: 3%;
    color: #e3b405;
  }
  #quoi{
    position: relative;
    top: 23vh;
    color: white;
    font-size: 5vh;
  }
  #quoi2{
    position: relative;
    top: 24vh;
    color: white;
    font-size: 5vh;
  }
  .title-section {
    position: relative;
    top: 7vh;
    color: #1A1E23;
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
    text-align: center;
    height: 20px;
    padding: 20px;
    text-transform: uppercase;
    animation: fadeSimple 2s;
    visibility: visible;
  }
  /* END PAGE 2 HOME */
  
  /* CARROUSSEL */

  .container {
    display: flex;
    width: 100%;
    padding: 6% 7%;
    box-sizing: border-box;
    height: 70vh;
  }
  .box{
    flex: 1;
    overflow: hidden;
    transition: .5s;
    /* box-shadow: 0 20px 30px rgba(255, 251, 0, 0.301); */
    box-shadow: 0 10px 30px rgba(255,255,255, 0.301);
    
    line-height: 0;
  }
  .boxTitle{
    background-color: #171617 !important;
  }
  .boxShowreel{
    flex: 1;
    overflow: hidden;
    transition: .5s;
    /* box-shadow: 0 20px 30px rgba(255, 251, 0, 0.301); */
    box-shadow: 0 10px 30px rgba(255,255,255, 0.301);
    line-height: 0;
    margin: 6% 2% 3% 2%;
    /* margin-top: 5%; */
    /* width: 50%; */
    /* margin-left: 25%; */
  }
  .boxShowreel h3 {
    line-height: 2.5;
    color: #fff !important;
    /* margin-top: 5%; */
    text-align: center;
}
  .videoShowreel{
    width: 100%;
    
  }
  #showreel iframe{
    /* height: 428px;   */
  }
  .image-portfolioShowreel{

  position: relative;
  overflow: hidden;
  border-radius: 3%;
  }
  #classes .box {
    margin: 0 2%;
  }
  #parametres .box {
    margin: 0 2%;
  }
  
  .box > img {
    width: 200%;
    height: calc(100% - 10vh);
    object-fit: cover; 
    transition: .5s;
  }
  .box > video {
    width: 100%;
    height: calc(100% - 10vh);
    object-fit: cover; 
    transition: .5s;
  }
  
  .box > span {
      color: white;
    font-size: 3.8vh;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 2.6;
  }
  
/*   
  .box:hover { flex: 1 1 50%; }
  .box:hover > img {
    width: 100%;
    height: 100%;
  } */
 
  /* END CAROUSEL */


/* PAGE 1 PORTFOLIO */

#title-portfolio{
  color: #fff;
}

.button-developer{
  margin-top: 2%;
}
.portfolio-page .button {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: #17161700;
  padding: 15px;
  border: 2px solid #fff !important;
  border-radius: 15px;
  display: inline-block;
  transition: all 0.4s ease 0s;
  box-shadow: #fff 0 0 10px 0;
  
    /* box-shadow: 0 20px 30px rgba(255,255,255, 0.301); */

}

.portfolio-page .button:hover {
  /* color: #171617 !important; */
  /* background-image: linear-gradient(to right, #e3b405, #ffdd62); */
  background: #e3b405;
  border-color: #e3b405 !important;
  box-shadow: #e3b405 0 0 10px 0;
  transition: all 0.4s ease 0s;
  }

.button-filter.active {
  background: #e3b405;
  border-color: #e3b405 !important;
  box-shadow: #e3b405 0 0 10px 0;
}

.button-tel{
  display: none;
}
.button-portfolio{
  /* margin-bottom: 2%; */
  /* margin-top: 1%; */
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  

}

         
.button-portfolio .button{
  font-size: 1em;
    margin-right: 5px;
    margin-left: 5px;
    width: 12em;
    text-align: center;
}
.portfolio-content{
  /* margin-top: 2%; */
  height: 70%;
  display: flex;
  flex-direction: column;
}
.items-portfolio{
  margin: 2% 5% 15% 5%;
  gap: 30px;
  height: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.items-portfolio img{
  /* border-radius: 3%; */
  width: 400px;
  height: 225px;
  text-align: center;
}
.items-portfolio video{
  /* border-radius: 3%; */
  width: 400px;
  height: 225px;
  text-align: center;
}
#divJoucazLogo{
  margin: 2% 0% 0% 0%;
  text-align: center;
}
#JoucazLogo{
  /* box-shadow: 0 10px 20px rgba(255, 255, 255, 1); */

  width: 5%;
}
.left-popup img{
  width: 400px;  
  border-radius: 3%;
}
/* Switch */
.interuptor{
  /* height: 100vh; */
  color: #8e8e8e;
  display: flex;
  text-align: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 20px; 
}
.interuptor h2{
  min-width: 20%;
}
.switch{
  background-color: #e3b405;
  position: relative;
  display: inline-block;
  width: 50px;
  height: 27px;
  border-radius: 27px;
  box-shadow: inset 0px 0px 0px 1px #e3b405;
  cursor: pointer;
  transition: all .3s;
}
.switch input{
  display: none;
}
.switch input:checked + div{
  background-color: #fff;
  left: calc(100% - 25px);
}
.switch div{
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #fff;
  top: 1px;
  left: 0px;
  transition: all .4s;
}
.text-checked{
  color: white;
  text-shadow: 0 2px 10px #e3b405;
}
.switch-checked{
  background-color: #e3b405;
  box-shadow : inset 0px 0px 0px 1px #e3b405;
}


.items-portfolio h3{
  line-height: 2.5;

  color: #fff !important;
  /* margin-top: 5%; */
  text-align: center;
}
.items-portfolio h4{
  font-weight: normal;
  color: #fff;
  text-align: center;
}
/* .image-portfolio:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
} */
.image-portfolio{
  /* -webkit-filter: grayscale(100%);
filter: grayscale(100%);  */
  /* box-shadow: 0 20px 30px rgba(255, 251, 0, 0.301); */
  margin-bottom: 8%;

  position: relative;
  overflow: hidden;
  border-radius: 3%;
}
.portfolio-img{
  transition: all .5s;
}
.portfolio-video{
  width: 325px;
  height: 325px;
  transition: all .5s;
}
.portfolio-text{
  text-align: center;
  position: absolute;
  margin-top: 5%;
  bottom: 0;
  height: 30%;
  padding: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  color: #fff ;
  transform: translateY(100%);
  opacity: 0;
  font-size: 0.9em;
}
.image-portfolio:hover .portfolio-text{
  transition: all 1.5s;
  transform: translateY(0);
  opacity: 1;
}
.image-portfolio:hover .portfolio-img{
  transition: all 1.5s;
  transform: scale(1.15);
  opacity: 0.6;
}



/* END PAGE 1 PORTFOLIO */



/* PAGE 4 CONTACT */

.contact-logo{
  /* box-shadow: 0 20px 30px rgba(255, 251, 0, 0.301); */
  width: 8%;
  transition: all 1s;
}
.contact-logo:hover{
  /* transform: translateY(-15px); */
  box-shadow: 0 10px 10px rgb(255 255 255 / 30%);
}

.contact-content{
  margin-top: 4%;
  height: 85%;
  display: flex;
  flex-direction: row;
}
.contact-page a{
  color: #171617;
}
.contact-column{
  width: 50%;
  margin: 2%;
  /* display: flex;
  flex-direction: column; */
}
.sous-titre-contact{
  margin-top: 10vh;
  font-size: 2.5em;
  color: white;
}
.soustitre{
  margin-top: 0.5%;
  font-size: smaller;
  text-align: center;
  color: #fff;
}

.references-info{
  display: flex;
  flex-direction: row;
  margin: 1%;
  margin-top: 5%;
}
.info-prof{
  display: flex;
  flex-direction: column;
}
.textRef{
  margin: 2%;
  margin-left: 10%;
}
.img-reference{
width: 200px;
height: 200px;
border-radius: 50%;
}
.bar-reference{
  margin: 5% 0 5% 0;
  border-left: solid #171617;
}
.name-reference{
 margin-top: 7%;
}
.myContact-info{
  display: flex;
  flex-direction: column;

  height: 33%;
}
/* .reseauxContact{
  width: 18%;
 
 transition: all 1s;
} */
.reseaux-contact{
  text-align: center;
}
/* .reseauxContact:hover{
  transform: translateY(-15px);
} */
.myContact-img{
  width: 70px;
  height: 70px;
}
.contact-oneInfo{
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin-top: 3%;
}
.contact-oneInfo h4{
  line-height: 4;
}

/* END PAGE 4 CONTACT */

/* ========== FILTER SYSTEM STYLES ========== */

/* Filter System Container */
.filter-system {
    max-width: 70%;
    margin: 0 15% 2% 15%;
    padding: 1.5rem;
    /* background: rgba(23, 22, 23, 0.8); */
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1); */
    /* border: 1px solid rgba(227, 180, 5, 0.3); */
}

/* Quick Filters Row - 1 ligne */
.quick-filters-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.quick-label {
    color: #ffffff;
    font-size: 1.1em;
    margin-right: 5px;
}

/* Controls Row - 1 ligne */
.controls-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 15px;
    margin-bottom: 1rem;
}

.more-filters-toggle {
    padding: 8px 18px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    font-size: 0.9em;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.more-filters-toggle:hover {
    background: rgba(227, 180, 5, 0.2);
    border-color: #e3b405;
}

.toggle-icon {
    transition: transform 0.3s ease;
    font-size: 0.8em;
}

.more-filters-toggle.active .toggle-icon {
    transform: rotate(180deg);
}

.reset-filters-btn {
    padding: 8px 18px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    font-size: 0.9em;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.reset-filters-btn:hover {
    background: rgba(218, 10, 10, 0.4);
    border-color: #ff0000;
}

.results-counter {
    color: #fff;
    font-size: 1em;
    padding: 8px 18px;
    background: rgba(227, 180, 5, 0.1);
    border-radius: 20px;
    border: 1px solid rgba(227, 180, 5, 0.3);
}

.results-counter span {
    color: #e3b405;
    font-weight: 700;
    font-size: 1.2em;
}

/* Advanced Filters - Chaque filtre sur 1 ligne */
.advanced-filters {
    margin-top: 1rem;
    animation: slideDown 0.3s ease;
}

.filter-row {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.filter-row-title {
  text-align: end;
    color: #ffffff;
    font-size: 1em;
    min-width: 100px;
}

.filter-row-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex: 1;
}

/* Filter Buttons */
.filter-btn {
    color: #fff;
    background: rgba(23, 22, 23, 0.6);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 0.85em;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.filter-btn:hover {
    background: rgba(227, 180, 5, 0.2);
    border-color: #e3b405;
    transform: translateY(-2px);
}

.filter-btn.active {
    background: #e3b405;
    border-color: #e3b405;
    color: #171617;
    font-weight: 600;
}

.preset-btn {
    font-size: 0.9em;
    padding: 8px 18px;
}

/* Search Bar - Au-dessus des projets */
.search-container {
    margin-top: 1rem;
}

.search-input {
    width: 96%;
    padding: 12px 2%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    background: rgba(23, 22, 23, 0.6);
    color: #fff;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.search-input:focus {
    outline: none;
    border-color: #e3b405;
    box-shadow: 0 0 10px rgba(227, 180, 5, 0.3);
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 500px;
    }
}

/* ========== PORTFOLIO ITEM & TAGS STYLES ========== */

.portfolio-item {
    position: relative;
    transition: all 0.5s ease;
}

.portfolio-item.hidden {
    display: none;
    opacity: 0;
}

.item-tags {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: calc(100% - 20px);
}

.tag {
  display: none;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.tag-artist {
    background: rgba(227, 180, 5, 0.9);
    color: #171617;
}

.tag-developer {
    background: rgba(100, 150, 255, 0.9);
    color: #fff;
}

.tag-3d {
    background: rgba(255, 100, 100, 0.9);
    color: #fff;
}

.tag-decal {
    background: rgba(100, 255, 150, 0.9);
    color: #171617;
}

.tag-game {
    background: rgba(150, 100, 255, 0.9);
    color: #fff;
}

.tag-website {
    background: rgba(255, 150, 100, 0.9);
    color: #171617;
}

.tag-addon {
    background: rgba(150, 255, 255, 0.9);
    color: #171617;
}

/* ========== ANIMATION STYLES ========== */

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portfolio-item.show {
    animation: fadeIn 0.5s ease forwards;
}

/* ========== NO RESULTS MESSAGE ========== */

.no-results-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: #fff;
    font-size: 1.2em;
}

.no-results-message h3 {
    color: #e3b405;
    margin-bottom: 1rem;
}

/* ========== LOADING STATE ========== */

.filter-system.loading {
    opacity: 0.6;
    pointer-events: none;
}

.filter-system.loading::after {
    content: "Filtering...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(227, 180, 5, 0.9);
    color: #171617;
    padding: 15px 30px;
    border-radius: 10px;
    font-weight: 600;
}