body{
    margin: 0;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Funnel Sans;
  }

  .slider-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

.navbar {
   position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.613);
    backdrop-filter: blur(10px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
    width: 100%;
    height: 70px;
}

.navbar .logo {
  font-size: 20px;
}

.logo{
  width: 20px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

.nav-links li a {
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #f39c12;
}

/* Bouton burger (caché sur desktop) */
.burger {
  display: none;
  font-size: 25px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  /* Cacher le menu par défaut */
  .nav-links {
    display: none;
    flex-direction: column;
    background: #444;
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
  }

  /* Afficher le burger */
  .burger {
    display: block;
  }

  /* Quand on ajoute la classe "active" avec JS */
  .nav-links.active {
    display: flex;
  }
}




  
  .slider-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
  }
  
  .slide.active {
    opacity: 1;
    z-index: 1;
  }
  
  .slide-1 {
    background-image: url('../images/backimg25.jpg');
  }
  
  .slide-2 {
    background-image: url('../images/backimg33.jpg');
  }
  
  .slide-3 {
    background-image: url('../images/backimg36.jpg');
  }

 

  
  .caption {
    position: absolute;
    top: 50%;
    left: 40%;
    width:900px;
    height: 450px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 20px;
    margin-top: 50px;
    text-align: left;
    border-radius: 10px;
  }
  .caption-title{
    margin-top: 100px;
    font-size: 100px;
    font-weight: bolder;
  }

  .caption-para{
    font-size: 20px;
    margin-left: 10px;
  }
  
  .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    cursor: pointer;
    z-index: 2;
    user-select: none;
    transition: background 0.3s;
    border-radius: 5px;
  }
  
  .arrow:hover {
    background: rgba(0, 0, 0, 0.6);
  }
  
  .left {
    left: 10px;
  }
  
  .right {
    right: 10px;
  }
  

.aproposSection{
    display: flex;
    justify-content: center;  
    align-items: center;
    width: 100%;
    height: 600px ;
    background-size: cover; 
    background-position: center;  
    background-repeat: no-repeat; 
    margin-bottom: 50px;
}

.sect01backimg{
    width: 100%;
    height: 600px ;
}

.apropos{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: 550px;
    background: rgba(86,86,86,0.3);
    backdrop-filter: blur(10px);
    border-radius: 20px;  
    position: absolute;  
    
}

.aproposContent{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

/* Responsive : en colonne sur petits écrans */
@media (max-width: 768px) {
  .aproposContent {
    margin-top: 1000px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    
  }

  .aproposContent {
    width: auto; /* largeur fluide */
    height: auto; /* hauteur automatique */
    justify-content: center;
    align-items: center;
    margin-left: 50px;

  }
  .aproposContent h3{
     
    margin-top: 20px; /* Ajouter un margin-bottom pour l'espacement */
  }
  .apropos{
    width: 100%;
    height: auto;
  }
}

.aproposContent01{
    width: 300px;
    height: 450px;
    
}

.apct01ImgCntnt{
    width: 250px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid;
    border-color: white;
    border-radius: 10px;
}

.apct01Img{
    width: 220px;
    height: 380px;
    border-radius: 10px;
}

.apct01TxtCntnt{
    display: flex;
    justify-content: center;
}

.apct01Txt{
    color: white;
    font-size: 30px;
    font-family: 'Funnel Sans';
    font-weight: bold;
    margin-top: 0px;
    margin-right: 50px;
    text-align: center;
}

.aproposContent02{
    width: 300px;
    height: 450px;
    align-items: center;
    
}

.apct02para{
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Funnel Sans' ;
    text-align: justify;
   

}

.apct02imgctnt{
    width: 215px;
    height: 215px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid;
    border-color: white;
    border-radius: 10px;
}

.apct02img{
   width: 200px;
   border-radius: 10px;
}

.aproposContent03{
    width: 300px;
    height: 450px;
    background-color: white;
    display: flex;
    justify-content: center;
    margin-left: -150px;
}

.apct03imgctnt{

}

.apct03img{
    width: 300px;
    height: 400px;
}

.conter{
    width: 150px;
    height: 150px;
    background-color: rgb(73, 73, 73);
    border-radius: 10px;
    position: absolute;
    margin-top: 30px;
    margin-right: 30px;
    background: linear-gradient(145deg, #545657, #484e51); /* Dégradé pour un effet de lumière */
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.611), /* Ombre principale */
        -5px -5px 10px rgba(255, 255, 255, 0.313); /* Simule une lumière */
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.conternmb{
    color: white;
    font-size: 70px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.contertxt{
    color: white;
    font-size: 70px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


.section02{
    width: 100%;
    height: 600px ;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
  .section02 {
    margin-top: 900px;
    flex-direction: column;
    align-items: center;
  }
  .section02 .sectimgback {
    width: 100%;
    height: auto; /* Ajustement pour les petits écrans */
  }
.section02 .secttxtbox{
    width: 100%;
    height: auto;
    text-align: center; /* Centrer le texte sur les petits écrans */
    margin-left: -200px;
  }
.txtcntnt p {
  margin-top: -50px;
  margin-top: 20px;
}

}
  


.sectimgback{
    width: 900px;
    height: 650px;
}

.secttxtbox{
    background-color: rgb(53, 53, 120);
    backdrop-filter: blur(10px);
    width: 600px;
    height: 450px;
    position: absolute;
    margin-top: 80px;
    margin-left: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(145deg, rgb(76, 76, 139), 57#11b0ff); /* Dégradé pour un effet de lumière */
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.611), /* Ombre principale */
        -5px -5px 10px rgba(44, 38, 38, 0.389); /* Simule une lumière */
    
}

.tltcntnt{

}

.secttilt{
    color: white;
    font-family: 'Funnel sans';
    margin-top: 20px;
    font-weight: bold;
    font-size: 50px;
    text-decoration: solid 5px white ;
}

.txtcntnt{
  padding-left: 50px;
  padding-right: 50px;
}

.secttxt{
    color: white;
    font-family: 'Funnel sans';
    margin-top: 50px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    will-change: transform;
}

.secttxt * {
  will-change: transform;
}
.sectbackimg{
    
}

.service-title{
    display: flex;
    justify-content: center;
    background-color: rgb(239, 233, 233);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.service{
    font-family: 'Funnel sans';
    font-size: 40px;
    font-weight: bold;
    color: rgb(53, 53, 120);
    margin: 35px;
    
}
.container{
    
    width: 100%;
    background-color: rgb(239, 233, 233);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 35px;
}

@media (max-width: 768px){
  .container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  
  .container .card {
    width: 90%;
    margin: 15px 0;
  }
  
  .container .card span {
    width: 800px;
    height: 800px;
  }
  
  .container .card .content div {
    padding: 20px;
  }
}
.container .card{
    position: relative;
    width: 350px;
    height: 500px;
    margin: 15px;
    overflow: hidden;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.611), /* Ombre principale */
    -5px -5px 10px rgba(44, 38, 38, 0.389); /* Simule une lumière */
    border-radius: 15px;
}
.container .card span{
    position: absolute;
    display: block;
    width:0px ;
    height: 0px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.95;
    background: #5927b0a7;
    z-index: 1;
    transition: width 0.5s, height 0.5s;
}
.container .card:hover span{
    width:1000px ;
    height: 1000px;
}
.container .card .imgbx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container .card .imgbx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;

}
.container .card .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.container .card .content div{
    padding: 40px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.2s;
}
.container .card:hover .content div{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.sect04backimg{
    width: 100%;
    height: 650px ;
}

.section-serv{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;

}

@media (max-width: 768px){
  .services-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1000px;
    width: 100%;
    
  }

  
  
  .section-serv .txt-serv {
    width: 100%;
    height: auto; /* Ajustement pour les petits écrans */
    margin-top: -1000px;
    margin-left: 10px;
    
  }
  
  .section-serv .img-r-cntnt {
    width: 10%;
    height: auto; /* Ajustement pour les petits écrans */
}

.serv-card{
  margin-bottom: 30px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.sect04backimg{
  display: none;
}
.apct01ImgCntnt00{
  display: none;
}
}

.txt-serv{
   
   position: relative;
   
   width: 70%;
   height: 500px;
   margin-top: -600px;
   border: 3px solid #fff;
   border-top-left-radius: 10px;
   border-bottom-left-radius: 10px;
   background: rgba(153, 153, 153, 0.152);
   backdrop-filter: blur(8px);
   
}


/* From Uiverse.io by SachinKumar666 */ 
.card {
  --card-bg: #ffffff;
  --card-accent: #7c3aed;
  --card-text: #1e293b;
  --card-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);

  width: 190px;
  height: 254px;
  background: var(--card-bg);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--card-shadow);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, sans-serif;
}

.card__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 60%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card__glow {
  position: absolute;
  inset: -10px;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(124, 58, 237, 0.3) 0%,
    rgba(124, 58, 237, 0) 70%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card__content {
  padding: 1.25em;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  position: relative;
  z-index: 2;
}

.card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #10b981;
  color: white;
  padding: 0.25em 0.5em;
  border-radius: 999px;
  font-size: 0.7em;
  font-weight: 600;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.4s ease 0.1s;
}

.card__image {
  width: 100%;
  height: 100px;
  background: linear-gradient(45deg, #a78bfa, #8b5cf6);
  border-radius: 8px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 30%
    ),
    repeating-linear-gradient(
      45deg,
      rgba(139, 92, 246, 0.1) 0px,
      rgba(139, 92, 246, 0.1) 2px,
      transparent 2px,
      transparent 4px
    );
  opacity: 0.5;
}

.card__text {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}

.card__title {
  color: var(--card-text);
  font-size: 1.1em;
  margin: 0;
  font-weight: 700;
  transition: all 0.3s ease;
}

.card__description {
  color: var(--card-text);
  font-size: 0.75em;
  margin: 0;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.card__price {
  color: var(--card-text);
  font-weight: 700;
  font-size: 1em;
  transition: all 0.3s ease;
}

.card__button {
  width: 28px;
  height: 28px;
  background: var(--card-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: scale(0.9);
}

/* Hover Effects */
.card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: rgba(124, 58, 237, 0.2);
}

.card:hover .card__shine {
  opacity: 1;
  animation: shine 3s infinite;
}

.card:hover .card__glow {
  opacity: 1;
}

.card:hover .card__badge {
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.card:hover .card__image {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card:hover .card__title {
  color: var(--card-accent);
  transform: translateX(2px);
}

.card:hover .card__description {
  opacity: 1;
  transform: translateX(2px);
}

.card:hover .card__price {
  color: var(--card-accent);
  transform: translateX(2px);
}

.card:hover .card__button {
  transform: scale(1);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.2);
}

.card:hover .card__button svg {
  animation: pulse 1.5s infinite;
}

/* Active State */
.card:active {
  transform: translateY(-5px) scale(0.98);
}

/* Animations */
@keyframes shine {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.serv-card{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 45px;
}

.img-r-cntnt{
   position: relative;
   background-color: black;
   width: 30%;
   height: 500px;
   margin-top: -600px;
   border: 3px solid #fff;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
}

.serv-cmplt{
    display: flex;
    justify-content: center;
    margin-left: 50px;
    font-family: Special Gothic;
    color: rgb(53, 53, 120);
    font-size: 40px;
    font-weight: bolder;
    font-style: normal;
    
}

.aproposContent00{
    width: 300px;
    height: 450px;
    
}

.apct01Img00{
    width: 380px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/* Style général de la section contact */
.contact {
    background: #1f1f1f;
    color: #fff;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .contact .heading h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffb400;
  }
  
  .contact .heading p {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 40px;
  }
  
  .contact .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  
  .contactinfo, .formbx {
    flex: 1 1 45%;
  }
  
  .contactinfo h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: #ffb400;
  }
  
  .contactinfobx .box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  .contactinfobx .icon {
    font-size: 1.8rem;
    margin-right: 15px;
    color: #ffb400;
  }
  
  .contactinfobx .text h3 {
    font-size: 1rem;
    margin: 0;
    color: #fff;
  }
  
  .contactinfobx .text p {
    font-size: 0.9rem;
    margin: 5px 0 0;
    color: #ccc;
  }
  
  /* Formulaire */
  .formbx form {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 180, 0, 0.1);
  }
  
  .formbx h3 {
    color: #ffb400;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  
  .formbx input[type="text"],
  .formbx input[type="email"],
  .formbx textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background: #3a3a3a;
    color: #fff;
    resize: none;
    font-size: 0.95rem;
  }
  
  .formbx input::placeholder,
  .formbx textarea::placeholder {
    color: #bbb;
  }
  
  .formbx input[type="submit"] {
    background: #ffb400;
    color: #1f1f1f;
    padding: 15px 25px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
  }
  
  .formbx input[type="submit"]:hover {
    background: #e09e00;
  }
  
  