.containerzz2 {
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin: 0;
   
  
  }
  
  .about{
    display: flex;
    width: 95%;
    justify-content: space-between;
    align-items: center;
   
    height: 90%;
  
    border-radius: 30px;
    padding: 10px;
    
    
  }
 
  .swiper{
    width:60%;
    height: 60%;
    padding: 20px;
  
  }
  .aboutme{
   padding:15px;
    width: 50%;
    background-color: black;
    height: 62%;
    border-radius: 10px;
    border-radius: 20px 0px 0px 20px;
    color: rgb(235, 233, 233);
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    flex-flow:column ;
    font-family: "Borel", cursive;

    border: 6px solid rgb(255, 255, 255);
    border-right: transparent;
    box-shadow: 0px 0px 30px 10px black;
    overflow-y: auto;

  }
  .aboutme h2{
    font-size: 22px;
    font-weight: 900px;

   
  }
  .aboutme p{
    color: white;
    text-align: center;
    font-size:18px;
    


    
  }
  .mycube{
  
   
    width: 50%;
    background-color: white;
    border-radius: 0px 20px 20px 0;
    border: 6px solid black;
    border-left: transparent;
    box-shadow: 0px 0px 30px 10px black;
   
  
  }
  

  .swiper-slide img{
    height: 100%;
    width: 100%;
    border: black 4px solid;
    border-radius: 10px;
  }
  .swiper-slide{
    border-radius: 10x;
  }
  .swiper{
    border-radius: 10px;
  }

  
#target-element{
  opacity: 0;
}
#target-element1{
  opacity: 0;
}
.animate-class {
  animation: fadeIn 2s 500ms forwards ease-in-out;



}
.animate-class1 {
  animation: fadeIn1 2s 500ms forwards ease-in-out;


}


@keyframes fadeIn {
  0% {
    opacity: 0;
  transform:translateX(-300px) ;
}
  100% { 
    transform:translateX(0px) ;
      opacity: 1;
      scale: 1;
   }
}
@keyframes fadeIn1 {
  0% {
    opacity: 0;
  transform:translateX(300px) ;
}
  100% { 
    transform:translateX(0px) ;
      opacity: 1;
      
   }
}
.p-abs{
  position: absolute;
  bottom: 6%;
  font-family: "Borel", cursive;
  color: black;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  


}
.nez{
  position: absolute;
  bottom: 100px;
  left: 48%;
  height: 200px;
  width: 100px;
  mix-blend-mode: darken;

}
.lien{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;

 
}
.lien a{
  text-decoration: none;
}
.lien .ensa{
  padding: 10px;
  border-radius: 6px;
  border: solid 1px rgb(92, 91, 91);
  color: white;
  background-image: url('https://1.bp.blogspot.com/-J9AuDbGZoNU/WO9iFwzQsnI/AAAAAAAAFwM/dfwA9Z6egHwOJxkw95RWzU3XzgiwIRqMgCLcB/s1600/logo%2Bmen%2B2017.png');
  background-position: center;
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  width: 90px;
  height: 20px;
}

.lien .bac{
  padding: 10px;
  border-radius: 6px;
  border: solid 1px rgb(92, 91, 91);
  color: white;
  background-image: url('https://artus-maroc.ma/wp-content/uploads/2024/06/ensa-logo-color.png');
  background-position: center;
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  width: 90px;
  height: 20px;
}
.lien .freecode{
  padding: 10px;
  border-radius: 6px;
  border: solid 1px rgb(92, 91, 91);
  color: white;
  background-image: url('https://clipground.com/images/freecodecamp-logo-6.jpg');
  background-position: center;
  background-size: contain;
  background-color: rgb(1, 8, 31);
  background-repeat: no-repeat;
  width: 90px;
  height: 20px;

}




 .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .rowprojet{
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 20px;
        }

        /* Cartes du haut */
        .top-cardpr {
            flex: 1 1 calc(33.33% - 20px);
            background: #f0f0f0;
            padding: 20px;
            border-radius: 8px;
            min-width: 250px;
        }

        /* Conteneur swiper (75%) */
        .swiper-section {
            flex: 0 0 75%;
            min-width: 300px;
        }

        /* Carte latérale (25%) */
        .side-card {
            flex: 0 0 25%;
            background: #e0e0e0;
            padding: 20px;
            border-radius: 8px;
            min-width: 250px;
        }

        /* Styles Swiper */
        .swp{
            width: 100%;
            height: 400px;
            background: #fff;
            border-radius: 8px;
        }

        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            transition: transform 0.5s ease;
        }

  