html{
    scroll-behavior: auto;

}


*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', serif;
}

#container {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
    margin-top: 50px;
}

body {
    z-index: 50;
    background-color: black;
}

.hiddendesktop{
    display: none;
}

.hidden{
    display: none !important;
}

.noscroll{
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: none;
}

li {
    list-style-type: none;
}

a:hover {
    cursor: none;
}

.text-center{
    text-align: center;
}

.flex{
    display: flex;
}

.gap-3{
    gap: 3px;
}

.gap-5{
    gap: 5px;
}

.gap-10{
    gap: 10px;
}

.gap-15{
    gap: 15px;
}

.gap-20{
    gap: 20px;
}

.gap-30{
    gap: 30px;
}

.gap-50{
    gap: 50px;
}

.gap-100{
    gap: 80px;
}

.gap-200{
    gap: 200px;
}

.mb{
    margin-bottom: 10px;
}

.white{
    color: white;
}

.small{
    font-size: 14px;
}

.col{
    flex-direction: column;
}

.justify-center{
    justify-content: center;
}

.justify-between{
    justify-content: space-between;
}

.justify-around{
    justify-content: space-around;
}

.align-center{
    align-items: center;
}

.horizontal-scroll-mobile {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
}


.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Desktop: grille classique */
  gap: 20px;
}


.italic{
    font-style: italic;
}

.mt-100{
    margin-top: 100px;
}

.mt-20{
    margin-top: 20px;
}

.mt-10{
    margin-top: 5px;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-40{
    margin-bottom: 40px;
}

.c-price{
    width: 255px;
    margin-left: auto;
    margin-right: auto;
}

.c-price2{
    width: 225px;
    margin-left: auto;
    margin-right: auto;
}

.center{
    text-align: center;
}

.z-100{
    z-index: 100;
}



/* Bouton Burger */
.burger {
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
}

.burger span {
    display: block;
    width: 30px;
    height: 4px;
    background: white;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.burger.open span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    top: 8px;

}

.burger.open span:nth-child(2) {
    opacity: 0;
}

.burger.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    bottom: 8px;

}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    z-index: 999;
}

.fullscreen-menu.active {
    opacity: 1;
    visibility: visible;
}

.menu-items {
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu-items li {
    margin: 5px 0;
}

.menu-items a {
    color: rgb(220, 220, 220);
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
}

.menu-items a:hover {
    color: rgba(240, 199, 142, 1);
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
                 0 0 10px rgba(240, 199, 142, 0.6),
                 0 0 15px rgba(240, 199, 142, 0.4);
    transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}


nav{
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.marg{
    margin-top: 8px;
}

.menu{
    color: #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}


.logofull{
    width: 145px;
    height: auto;
    margin-top: -27px;
}

.logomention{
    width: 145px;
    height: 35px;
    object-fit: cover;
    object-position: center;
    margin-top: 2px;
    margin-bottom: -4px;
}

.logomentionmobile{
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    margin-top: 0px;
    margin-bottom: -8px;
}

.logo{
    margin-left: 220px;
}

.rdv {
    display: inline-block;
    border-radius: 24px;
    padding: 2px 15px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 0px solid transparent;
    box-shadow: 0px 0px 16.2px 9px rgba(220, 178, 83, 0.25);
}

.rdv::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(130deg, #DCB253 40%, #fff 50%, #DCB253 60%, #DCB253 100%);
    background-size: 200% 200%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
    animation: color-shift 6s linear infinite;
}

@keyframes color-shift {
    0% {
        background-position: -90% 500%;
    }
    50% {
        background-position: 180% 500%;
    }
    100% {
        background-position: -90% 500%;
    }
}

.rdv:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 16.2px 9px rgba(220, 178, 83, 0.25);
}






.rdvmobile {
    display: inline-block;
    border-radius: 24px;
    padding: 2px 15px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 0px solid transparent;
    box-shadow: 0px 0px 16.2px 9px rgba(220, 178, 83, 0.25);
}

.rdvmobile::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(130deg, #DCB253 40%, #fff 50%, #DCB253 60%, #DCB253 100%);
    background-size: 200% 200%;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    z-index: -1;
    animation: color-shift 6s linear infinite;
}

@keyframes color-shift {
    0% {
        background-position: -90% 500%;
    }
    50% {
        background-position: 180% 500%;
    }
    100% {
        background-position: -90% 500%;
    }
}

.rdvmobile:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 16.2px 9px rgba(220, 178, 83, 0.25);
}



.containertitle{
    height: 100%;
   
}

.barre-gradient {
    height: 1px;
    background: linear-gradient(to right, transparent, white, transparent);
  }



.titre {
    font-style: italic;
    text-align: center;
    font-size: 120px;
    font-weight: 700;
    color: rgba(90, 83, 83, 0);
    -webkit-text-stroke: 1.3px;
    -webkit-text-stroke-color: white;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.6rem;
    justify-content: center;
}

.stitre {
    font-style: italic;
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: rgba(90, 83, 83, 0);
    -webkit-text-stroke: 1.3px;
    -webkit-text-stroke-color: white;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0.6rem;
    justify-content: center;
}


.titre span {
    filter: blur(5px);
    transition: transform 0.8s ease, filter 0.8s ease;
}

.saly {
    padding-right: 8px;
    transform: translateX(-40px) scale(1.2); 
}

.link {
    margin-left: -8px;
    padding-right: 8px;
    transform: translateX(40px) scale(1.2);
}

.saly.visible {
    transform: translateX(0) scale(1); 
    filter: blur(0);
    transition-delay: 0.5s; 
}

.link.visible {
    transform: translateX(0) scale(1); 
    filter: blur(0);
    transition-delay: 1s; 
}






.texte {
    margin: 0;
    padding: 0;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    line-height: normal;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.texte.pvisible {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.5s;
}



.mouse{
    margin-top: auto;
    padding-bottom: 10px;
}

.mouse p{
    font-size: 14px;
    font-weight: 200;
}



main{
    background-image: url('/images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
}


.lead{
    background-color: black;
    margin-top: 100px;
    z-index: 100;
}

.leadanimation{
    
    color: white;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    z-index: 10;
}

.container-presentation{
    z-index: 10;
    
}

.presentation{
    margin-top: 20px;
    width: 70%;
}


.example{
    gap: 30px;
}




.example img{
    width: 500px;

}


.text-right{
    text-align: right;
    margin-top: 30px;
}

.lead img{
    z-index: 100;
}

.text-left{
    margin-left: 30px;
}


.hx {
    background: none;
    color: var(--color-highlight-start);
    display: inline-block;
    position: relative;
    white-space: nowrap;
  }
  
  .hx-3 {
    --color-highlight-end: #F0C78E;
  }
  
  .hx-10 {
    --color-highlight-start: rgb(152, 151, 150);
    text-align: center;
    font-style: normal;
    z-index: 50;
  }
  
  .hx-10 .word {
    position: absolute;
  }
  
  .hx-10 .word:last-child {
    position: relative;
  }

  .hx-12 {
    --color-highlight-start: rgb(152, 151, 150);
    text-align: center;
    font-style: normal;
    z-index: 50;
  }
  
  .hx-12 .word {
    position: absolute;
  }
  
  .hx-12 .word:last-child {
    position: relative;
  }


.avantage{
    padding-top: 100px;
    z-index: 100;
}


#deroulement video{
    position: absolute;
    width: 100%;
    opacity: 0.2;
    margin-top: -100px;
}

.avantage p{
    text-align: center;
}

.info{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(220, 178, 83, 0.30) 0%, rgba(0, 0, 0, 0.50) 83.5%, #000 100%);
}

.info img:hover {
    transform: scale(1.2);
}

.info img{
    transition: transform 0.5s ease;
    z-index: 5;
    width: 200px;
}


.chevrons {
  display: flex;
  gap: 4px;
  font-size: 2rem;
  color: #888; /* gris clair */
  align-items: center;
}

.chevrons span {
  animation: blink 0.9s infinite;
  opacity: 0.3;
  filter: brightness(1);
}

.chevrons span:nth-child(1) {
  animation-delay: 0s;
}
.chevrons span:nth-child(2) {
  animation-delay: 0.2s;
}
.chevrons span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0%, 100% {
    color: #888;
    filter: brightness(1);
    text-shadow: none;
    opacity: 0.3;
  }
  50% {
    color: white;
    filter: brightness(2);
    text-shadow: 0 0 8px white;
    opacity: 1;
  }
}


.w-100{
    width: 500px;
}


.img-animate {
    transform: scale(1.1);
}


.info h3{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    z-index: 5;

    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

.info p{
    color: #FFF;
    text-align: center;
    z-index: 5;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    width: 272px;
}

.backgroundinfo{
    font-size: 200px;
    font-style: italic;
    font-weight: 700;
    color: #000;
    text-shadow: 
    -1px -1px 0 rgba(220, 178, 83, 0.20),  
    1px -1px 0 rgba(220, 178, 83, 0.20),
    -1px 1px 0 rgba(220, 178, 83, 0.20),
    1px 1px 0 rgba(220, 178, 83, 0.20); 
    position: absolute;
    margin-top: 350px;
    z-index: 2;
    
    animation: neon 0.30s ease-in-out;


}

@keyframes neon {
  from {
    text-shadow:
    0 0 5px rgba(202,228,225,0.10),
    0 0 6px rgba(220, 178, 83,0.10),
    0 0 7x rgba(220, 178, 83,0.10),
    0 0 8px rgba(83, 169, 197, 0.10),
    0 0 9px rgba(220, 178, 83,0.10),
    0 0 10px rgba(220, 178, 83,0.10);
  }
  to {
    text-shadow:
    0 0 1px rgba(202,228,225,0.10),
    0 0 2px rgba(220, 178, 835,0.10),
    0 0 3px rgba(220, 178, 19,0.10),
    0 0 4px rgba(220, 178, 83,0.10),
    0 0 5px rgba(220, 178, 83,0.10),
    0 0 6px rgba(220, 178, 83,0.10);
  }
}



.why{
    margin-top: 100px;
}

.stars{
    width: 30px;
    height: auto;
    object-fit: contain;
}


.whyinfo{
    gap: 100px;
}

.whyinfotextsolo {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.whyinfotextsolo.visible {
    opacity: 1;
    transform: translateY(0);
}

.whyinfotext{
    width: 500px;
    margin-top: 80px;
}




.whyinfotexth5{
    font-weight: 400;
    font-size: 30px;
}


.whyinfotext p{
    margin-left: 60px;
}

.whyinfoimg{
    width: 350px;
    margin-top: -40px;
    margin-left: 60px;
    z-index: 300;
}

.whyinfotext p{
    width: 476px;
    color: white;
    z-index: 2;
    font-weight: 200;
    font-size: 16px;
}

.backgroundwhy{
    color: rgba(90, 83, 83, 0);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(220, 178, 83, 1);
    font-size: 120px;
    z-index: 1;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    margin-left: -980px;
    margin-top: -330px;
    position: absolute;

}


.price{
    margin-top: 200px;
    gap: 50px;
}


.containercard{
    z-index: 10;
    gap: 50px;
}
.black {
    background-color: #000000d5;
    z-index: 10;
    transition: transform 0.5s ease-in-out;
    transform: scale(1);
    border-radius: 20px;

}

.black:hover {
    transform: translate(0px, -20px) scale(1.05);
}


.card{
    border-radius: 20px;
    padding: 20px;
    width: 300px;
    height: 520px;
    justify-content: space-between;
}

.cardanim {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: 0s;
}

.cardanim.show {
    opacity: 1;
    transform: translateY(0);
}

.cardblue{
    border-top: 1px solid rgba(240, 199, 142, 0.60);
    background: linear-gradient(0deg, rgba(66, 66, 66, 0.00) 0%, rgba(240, 199, 142, 0.20) 100%);
    box-shadow: 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05), 0px 6.383px 19.148px -1.875px rgba(0, 0, 0, 0.05), 0px 2.415px 7.244px -1.25px rgba(0, 0, 0, 0.05), 0px 0.796px 2.389px -0.625px rgba(0, 0, 0, 0.05);
}

.cardpurple{
    border-top: 1px solid rgba(220, 178, 83, 0.40);
    background: linear-gradient(0deg, rgba(66, 66, 66, 0.00) 0%, rgba(220, 178, 83, 0.20) 100%);
    box-shadow: 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05), 0px 6.383px 19.148px -1.875px rgba(0, 0, 0, 0.05), 0px 2.415px 7.244px -1.25px rgba(0, 0, 0, 0.05), 0px 0.796px 2.389px -0.625px rgba(0, 0, 0, 0.05);
}

.cardorange{
    border-top: 1px solid rgba(254, 123, 30, 0.40);
    background: linear-gradient(0deg, rgba(66, 66, 66, 0.00) 0%, rgba(254, 123, 30, 0.20) 100%);
    box-shadow: 0px 20px 60px -2.5px rgba(0, 0, 0, 0.05), 0px 6.383px 19.148px -1.875px rgba(0, 0, 0, 0.05), 0px 2.415px 7.244px -1.25px rgba(0, 0, 0, 0.05), 0px 0.796px 2.389px -0.625px rgba(0, 0, 0, 0.05);
}

.card h4{
    font-size: 17.9px;
    margin-bottom: 10px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.1px;
}


.paiment{
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    text-align: right;
    font-weight: 600;
    line-height: 24px;
}

.souspaiment{
    color: #9f9f9f;
    text-align: right;
    font-size: 11.8px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.3px;
}

.container-p{
    margin-top: -3px;
}

.prix{
    color: #FFF;
    font-size: 39.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.list{
    color: #FFF;
    font-size: 17.9px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    margin-top: -2px;
    
}

.btncard{
    border-radius: 12px;
    padding: 15px 15px;
    text-align: center;
    margin-top: auto; 
    margin-top: 20px;
    transition: transform 0.5s ease; 
}

.btncardblue{
    box-shadow: 0px 0px 16.2px 9px rgba(240, 199, 142, 0.25);
    background: radial-gradient(70.71% 70.71% at 50% 50%, #F0C78E 0%, #bf9e70 100%);
}

.btncardorange{
    box-shadow: 0px 0px 16.2px 9px rgba(220, 178, 83, 0.25);
    background: radial-gradient(70.71% 70.71% at 50% 50%, #ff9447 0%, #ff9447 100%);
}

.btncardpurple{
    box-shadow: 0px 0px 16.2px 9px rgba(220, 178, 83, 0.25);
    background: radial-gradient(70.71% 70.71% at 50% 50%, #DCB253 0%, #af8e41 100%);
}



.btncard:hover {
    transform: scale(1.1); 
}

.btncard a{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.blue {
    color: #F0C78E;
    text-align: center;
    text-shadow: 0px 0px 16px rgba(240, 199, 142, 0.75);
}

.purple {
    color: #DCB253;
    text-align: center;
    text-shadow: 0px 0px 16px rgba(220, 178, 83, 0.75);
}

.orange {
    color: #FF9447;
    text-align: center;
    text-shadow: 0px 0px 16px rgba(255, 148, 71, 0.75);
}

.explain{
    font-size: 14px;
    text-align: center;
}


.realisation{
    margin-top: 200px;
}

.marqueecard {
    position: absolute;
    margin-top: 300px;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    transform: rotate(-16deg);
}

.marqueecard p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 3000s linear infinite;
    font-family: Poppins;
    font-size: 90px;
    color: black;
    font-style: italic;
    font-weight: 700;
    -webkit-text-stroke: 1.3px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);

    text-shadow: 0 0 2.5px rgba(255, 255, 255, 0.1),
    0 0 5px rgba(255, 255, 255, 0.1),
    0 0 7.5px rgba(255, 255, 255, 0.1);

}

.marqueerealisation {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marqueerealisation p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 2000s linear infinite;
    font-family: Poppins;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    color: rgba(90, 83, 83, 0);
}

.realisation:hover .marqueerealisation p {
    animation-play-state: paused;
}

.realisation:hover .marqueerealisation2 p {
    animation-play-state: paused;
}




.marqueerealisation .alt1 {
    color: rgba(240, 199, 142, 1);
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
                 0 0 10px rgba(240, 199, 142, 0.6),
                 0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out; 
}

.realisation:hover .alt1 {
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
                 0 0 15px rgba(240, 199, 142, 0.6),
                 0 0 20px rgba(240, 199, 142, 0.4);
}

.marqueerealisation .alt2 {
    -webkit-text-stroke: 1.3px;
    -webkit-text-stroke-color: rgba(220, 178, 83, 1);

}
    
    @keyframes marquee {
        0% {
        transform: translateX(-10%);
        }
        100% {
        transform: translateX(-100%);
        }
    }


.marqueerealisation {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marqueerealisation p {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 2000s linear infinite;
    font-family: Poppins;
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    color: rgba(90, 83, 83, 0);

}

.marqueerealisation .alt1 {
    color: rgba(240, 199, 142, 1);
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
                 0 0 10px rgba(240, 199, 142, 0.6),
                 0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out; 
}

.card:hover .alt1 {
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
                 0 0 15px rgba(240, 199, 142, 0.6),
                 0 0 20px rgba(240, 199, 142, 0.4);
}

.marqueerealisation .alt2 {
    -webkit-text-stroke: 1.3px;
    -webkit-text-stroke-color: rgba(220, 178, 83, 1);

}
    
    @keyframes marquee {
        0% {
        transform: translateX(-10%);
        }
        100% {
        transform: translateX(-100%);
        }
    }




    .marqueerealisation2 {
        z-index: 1;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
    }
    
    .marqueerealisation2 p {
        display: inline-block;
        padding-right: 100%;
        animation: marquee 2000s linear infinite;
        font-family: Poppins;
        font-size: 64px;
        font-style: italic;
        font-weight: 700;
        color: rgba(90, 83, 83, 0);
    
    }
    
    .marqueerealisation2 .alt1 {
        color: rgba(240, 199, 142, 1);
        text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
                     0 0 10px rgba(240, 199, 142, 0.6),
                     0 0 15px rgba(240, 199, 142, 0.4);
        transition: text-shadow 0.3s ease-in-out;
    }
    

    
    .marqueerealisation2 .alt2 {
        -webkit-text-stroke: 1.3px;
        -webkit-text-stroke-color: rgba(220, 178, 83, 1);
    
    }
        
        @keyframes marquee2 {
            0% {
            transform: translateX(100%);
            }
            100% {
            transform: translateX(10%);
            }
        }

.aboutcontainer{
    padding-top: 80px;
    width: 100%;
}

.aviscontainer{
    padding-top: 150px;
    width: 100%;
}

.w1200{
    width: 1200px;
}

.w500{
    width: 500px;
}




.meteor img{
    height: 80px;
}

.meteor p{
    margin-top: 40px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
    0 0 10px rgba(240, 199, 142, 0.6),
    0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out;
}

.meteor:hover p{
    margin-top: 40px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
    0 0 15px rgba(240, 199, 142, 0.6),
    0 0 20px rgba(240, 199, 142, 0.4);
}


.aquabion img{
    height: 100px;

}

.aquabion p{
    margin-top: 21.5px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
    0 0 10px rgba(240, 199, 142, 0.6),
    0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out;
}

.aquabion:hover p{
    margin-top: 21.5px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
    0 0 15px rgba(240, 199, 142, 0.6),
    0 0 20px rgba(240, 199, 142, 0.4);
}


.digitallia img{
    height: 90px;
}

.digitallia p{
    margin-top: 30.5px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
    0 0 10px rgba(240, 199, 142, 0.6),
    0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out;
}


.digitallia:hover p{
    margin-top: 30.5px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
    0 0 15px rgba(240, 199, 142, 0.6),
    0 0 20px rgba(240, 199, 142, 0.4);
}



.marketify img{
    height: 60px;
    margin-top: 20px;
    
}

.marketify p{
    margin-top: 39px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
    0 0 10px rgba(240, 199, 142, 0.6),
    0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out;
}

.marketify:hover p{
    margin-top: 39px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
    0 0 15px rgba(240, 199, 142, 0.6),
    0 0 20px rgba(240, 199, 142, 0.4);
}

.cux-design img{
    height: 50px;
    margin-top: 20px;
}



.cux-design p{
    margin-top: 50px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
    0 0 10px rgba(240, 199, 142, 0.6),
    0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out;
}

.cux-design:hover p{
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
    0 0 15px rgba(240, 199, 142, 0.6),
    0 0 20px rgba(240, 199, 142, 0.4);
}

.edem img{
    height: 70px;
    margin-top: 20px;
}

.edem p{
    margin-top: 31px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
    0 0 10px rgba(240, 199, 142, 0.6),
    0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out;
}

.edem:hover p{
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
    0 0 15px rgba(240, 199, 142, 0.6),
    0 0 20px rgba(240, 199, 142, 0.4);
}


.extrem-drift img{
    height: 70px;
    margin-top: 20px;
}

.extrem-drift p{
    margin-top: 31px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
    0 0 10px rgba(240, 199, 142, 0.6),
    0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out;
}

.extrem-drift:hover p{
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
    0 0 15px rgba(240, 199, 142, 0.6),
    0 0 20px rgba(240, 199, 142, 0.4);
}



.nathanmaurer img{
    height: 60px;
    margin-top: 20px;
}


.nathanmaurer p{
    margin-top: 40px;
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 5px rgba(240, 199, 142, 0.8),
    0 0 10px rgba(240, 199, 142, 0.6),
    0 0 15px rgba(240, 199, 142, 0.4);
    transition: text-shadow 0.3s ease-in-out;
}

.nathanmaurer:hover p{
    color: white;
    font-size: 16px;
    font-weight: 200;
    text-shadow: 0 0 10px rgba(240, 199, 142, 0.8),
    0 0 15px rgba(240, 199, 142, 0.6),
    0 0 20px rgba(240, 199, 142, 0.4);
}




.nanocase {
    width: 300px;
    margin: 25px;

    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
    background-color: #181818;
    z-index: 50;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url('/images/backgroundsection.png');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid #4E2E1C;
    box-shadow: 0px 0px 16px 2px rgba(220, 178, 83, 0.25);
    border-radius: 24px;
    position: relative;
    transition: all 0.5s ease-out;

}

.nanocase:hover{
    transform: scale(1.05);
    border: 1px solid #FE7B1E;

}

.nanocase img{
    width: 100px;
}

.nanocase h3{
    text-align: center;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 400;
}

.nanocase p{
    text-align: center;
    margin-top: 10px;
    color: rgb(152, 151, 150);
    font-size: 16px;
    font-weight: 200;
}


.horizontal-scroll-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.horizontal-scroll {
  
  display: flex;
  flex-direction: row;
  scroll-snap-type: x mandatory;
  padding: 1rem;
  -webkit-overflow-scrolling: touch;
}



@keyframes floatEffect {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.case {
    width: 270px;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 24px;
    position: relative;
    transition: all 0.5s ease-out;
    
}

.case:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 16px 2px rgba(220, 178, 83, 0.25)
}


.case::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    border: 1px solid #4E2E1C;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}

.case:hover::after {
    opacity: 1;
}


.case1{
    margin-top: 100px;
    width: 500px;
    background-image: url('/images/backgroundsection.png');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid #4E2E1C;
    box-shadow: 0px 0px 16px 2px rgba(220, 178, 83, 0.25);
    padding-top: 70px;
    padding-bottom: 30px;
    border-radius: 24px;
    position: relative;
}

.case2{
    margin-top: 100px;
    width: 1200px;
    background-image: url('/images/backgroundsection.png');
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid #4E2E1C;
    box-shadow: 0px 0px 16px 2px rgba(220, 178, 83, 0.25);
    padding-top: 70px;
    padding-bottom: 30px;
    border-radius: 24px;
    position: relative;
    opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.case2.visible {
    opacity: 1;
    transform: translateY(0);
  }


  .case3 {
    margin-top: 40px;
    width: 1200px;
    height: 350px;
    overflow: hidden;
    border: 1px solid #4E2E1C;
    box-shadow: 0px 0px 16px 2px rgba(220, 178, 83, 0.25);
    padding-top: 40px;
    padding-bottom: 50px;
    border-radius: 24px;
    position: relative;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.case3 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.case3::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 1);
    transition: background-color 1.5s ease-out;
    z-index: 1;
}

.case3.visible::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.case3.visible {
    opacity: 1;
    transform: translateY(0);
  }


.case3 > * {
    position: relative;
    z-index: 2;
}


.glow01 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(38.31% 38.31% at 50% 50%, rgba(255, 255, 255, 0.10) 0%, rgba(102, 102, 102, 0.00) 100%);
    border-radius: 50%;
    filter: blur(20px);
    scale: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease-out, left 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2), top 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2);
    opacity: 0;
    z-index: 10;
}


.glow02 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(38.31% 38.31% at 50% 50%, rgba(255, 255, 255, 0.10) 0%, rgba(102, 102, 102, 0.00) 100%);
    border-radius: 50%;
    filter: blur(20px);
    scale: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease-out, left 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2), top 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2);
    opacity: 0;
    z-index: 10;
}






.glow1 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(38.31% 38.31% at 50% 50%, rgba(255, 255, 255, 0.10) 0%, rgba(102, 102, 102, 0.00) 100%);
    border-radius: 50%;
    filter: blur(20px);
    scale: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease-out, left 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2), top 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2);
    opacity: 0;
    z-index: 10;
}

.glow2 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(38.31% 38.31% at 50% 50%, rgba(255, 255, 255, 0.10) 0%, rgba(102, 102, 102, 0.00) 100%);
    border-radius: 50%;
    filter: blur(20px);
    scale: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease-out, left 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2), top 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2);
    opacity: 0;
    z-index: 10;
}

.glow3 {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(38.31% 38.31% at 50% 50%, rgba(255, 255, 255, 0.10) 0%, rgba(102, 102, 102, 0.00) 100%);
    border-radius: 50%;
    filter: blur(20px);
    scale: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease-out, left 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2), top 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2);
    opacity: 0; 
    z-index: 10;
}

.review{
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 200;
    font-style: italic;
}

.infoabout{
    width: 55%;
    
}


.pictureabout{
    padding: 20px;
}

.pictureabout img{
    border: 1px solid #4E2E1C;
    box-shadow: 0px 0px 16px 2px rgba(220, 178, 83, 0.25);
}


.imgd{
    z-index: 20;
    position: relative;
    background-color: #000;
    padding: 0;
    margin: 0;
    border-radius: 24px;
    width: 379px;
}

.text-infoabout{
    color: #ffffffa8;
    font-size: 16px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    width: 600px;
}

.outlinepurple{
    color: rgba(90, 83, 83, 0);
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: rgba(220, 178, 83, 1);
    font-size: 100px;
    z-index: 1;
    margin-top: -150px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

.outlinepink{
    margin-top: -80px;
    position: relative;
    z-index: 1;
    text-shadow: 
    -1px -1px 0 rgba(220, 178, 83, 1),  
    1px -1px 0 rgba(220, 178, 83, 1),
    -1px 1px 0 rgba(220, 178, 83, 1),
    1px 1px 0 rgba(220, 178, 83, 1);  
    font-size: 128px;
    color: #000;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
}






.containerrealisation {
    overflow-x: scroll;
    white-space: nowrap;
    cursor: grab;
    width: 100%;
    scroll-behavior: smooth;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

.containerrealisation::-webkit-scrollbar {
    display: none;
}

.containerrealisation.active {
    cursor: grabbing;
}

.marquee {
    display: inline-flex;
    animation: scroll 160.1s linear infinite;
    padding-top: 20px;
    padding-bottom: 20px;
    will-change: transform;
    
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.containerrealisation:hover .marquee {
    animation-play-state: paused;
}







.imgrealisation {
    position: relative;
    z-index: 5; 
    width: 982px;
    height: 250px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.imgrealisation::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, #0d0b05 0%, #DCB253 0%, rgba(7, 8, 23, 0) 50%);
    z-index: 1;
}


#contact {
    margin-top: 150px;
}

.contact{
    width: 1000px;
    margin-top: 50px;
}


#contactForm input,
#contactForm textarea {
    overflow: hidden;
    border-radius: 24px;
    border: 2px solid #DCB253;
    box-shadow: 0px 0px 15.7px 3px rgba(240, 199, 142, 0.60);
    padding: 12px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    color: white;
    font-size: 16px;
}

#contactForm textarea {
    height: 100px;
}

#nom, #message {
    width: 550px;
}

#email {
    width: 321px;
}

#tel {
    width: 170px;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
    color: rgb(239, 213, 176);
}

#contactForm input:focus,
#contactForm textarea:focus {
    outline: none;
    border-color: rgba(240, 199, 142, 1);
    
}

#contactForm select {
    width: 559px;
    overflow: hidden;
    border-radius: 24px;
    border: 2px solid #DCB253;
    box-shadow: 0px 0px 15.7px 3px rgba(240, 199, 142, 0.60);
    padding: 12px;
    padding-right: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(240, 199, 142, 1);
    font-size: 16px;
    background-color: #000;
    appearance: none;
    cursor: pointer;
    position: relative;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23DCB253" d="M7 10l5 5 5-5z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 30px 30px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#contactForm select:focus {
    outline: none;
    border-color: #f0c78e;
    box-shadow: 0px 0px 10px rgba(240, 199, 142, 0.8);
}

#contactForm button.contactbtn {
    width: 200px;
    padding: 7px 12px;
    border-radius: 24px;
    background-color: #DCB253;
    color: #fff;
    border: none;
    box-shadow: 0px 0px 10px rgba(240, 199, 142, 0.60);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#contactForm button.contactbtn:hover {
    background-color: #b99642;
}

#contactForm input,
#contactForm textarea {
    opacity: 1;
    transform: translateY(0); 
}


#contactForm label {
    font-size: 14px;
    color: rgba(240, 199, 142, 1);
    display: flex;
    align-items: center;
    margin-top: 10px;
    cursor: pointer;
}

#contactForm input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: rgba(240, 199, 142, 1);
}

#contactForm input[type="checkbox"]:checked {
    background-color: rgb(243, 214, 172);
    border-color: rgb(235, 209, 172);
}

#contactForm input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 5px rgb(231, 207, 173);
}

#formMessage {
    margin-top: 10px;
    font-size: 16px;
    color: white;
}

.infoscontact{
    margin-top: 100px;
}

.infoscontact a{
    color: white;
    z-index: 2;
    font-weight: 200;
    font-size: 16px;
}

.infoscontact strong{
    color: white;
    z-index: 2;
    font-weight: 200;
    font-size: 16px;
}


.faq{
    width: 1000px;
    margin-top: 100px;
}



.faq-containers{
    margin-top: 60px;
}

.faq-container {
    width: 531px;
    overflow: hidden;
    border-radius: 24px;
    border: 2px solid #DCB253;
    box-shadow: 0px 0px 15.7px 3px rgba(240, 199, 142, 0.60);
    padding: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}


.faq-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.soustitle{
    color: white;
}

.faq-title {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; 
}

.faq-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.5s ease;
    border-top: none;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.faq-details.open {
    max-height: 500px;
    padding-top: 15px;
    
}
.plus-icon {
    color: white;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #DCB253;
    transition: transform 0.3s ease;

}

.plus-icon.rotated {
    transform: rotate(45deg);
}

.imgfaq{
    width: 308px;
    align-items: end;
    z-index: 2;
}

/* Footer */

.footer{

    padding-top: 200px;
    padding-bottom: 100px;
    height: calc(20vh - 50px); 
    overflow-y: hidden; 
    overflow-x: hidden; 

    position: relative;
}


.pull {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.pull.animate {
    opacity: 1;
    transform: translateY(0);
}

.barre-gradientfooter {
    height: 1px;
    background: linear-gradient(to right, transparent, white, transparent);
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 70px;
    margin-right: 70px;
}

.footerneed{
gap: 230px;
}

.need-link{
    color: #ffffffb7;
}


.salylink{
    color: #FFF;
    font-weight: bold;
}
.salink{
    color: #FFF;
    font-weight: bold;
}

.backgroundfooter {
    position: absolute;
    border-radius: 50% 50% 0 0;
    border: 2px solid #fe7b1e7a; 
    width: 100%; 
    height: 150px; 

    scale: 1.2;
    margin-top: -200px;
    left: 60%;
    height: 300px;
    transform: translateX(-50%);
    box-shadow: 0px -10px 30px rgba(220, 178, 83, 0.3);
    transition: box-shadow 0.5s ease-in-out, border 0.5s ease-in-out;
    z-index: 1;
}

.backgroundfooter.visible {

    box-shadow: 0px -10px 40px rgba(220, 178, 83, 0.4);
    border: 2px solid #FE7B1E;
}

.mention{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: -250px;

}

.mentiontext{
    color: #ffffffb7;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    padding-left: 30px;
}

.mentiontext2{
    color: #ffffffb7;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    padding-left: 30px;
}

.mentiontext a{
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
    padding-left: 30px;
}


.carousel {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 3px;
  }
  
  .carousel-slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: white;
  }
  
  .carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  
  .dot {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background: #ffffff8b;
    border-radius: 50%;
    cursor: pointer;
    scale: 1;
  }
  
  .dot.active {
    background: #ffffff;
    scale: 1.2;
  }


  .lite{
    font-size: 16px;
    font-weight: 200;
  }


  @media (min-width: 1025px) and (max-width: 1254px) {
    .avantage{
        scale: 0.8;
    }

    .whyinfo{
        scale: 0.8;
    }
    
    .aviscontainer {
        scale: 0.8;
    }

    .aboutcontainer {
        scale: 0.8;
    }
}


@media (max-width: 1024px) {

    nav{
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu{
        font-size: 18px;
    }

    .menu-items a {
        font-size: 30px;
    }

    .texte {
        font-size: 16px;
    }

    .hiddenmobile{
        display: none;
    }

    .hiddendesktop{
        display: block;
    }

    .logo{
        display: none;
    }

    .rdv {
        display: none;
    }

    .rdvmobile {
        display: block;
    }

    .block{
        display: block;
    }

    .deroulement{
        padding-top: 0px;
    }

    #deroulement video{
        margin-top: 12em;
        scale: 1;
        width: 100%;
    }

    .mouse{
        padding-bottom: 50px;
    }

    .example{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    }

    .example img{
        width: 300px;
    }
    

    #container {    
        margin-top: 150px;
    }


    .example{   
        gap: 180px;    
    }

    .nanocase1 {
        margin-top: -200px;
        width: 100%;
        height: 250px;
    
        overflow: hidden;
        padding-bottom: 10px;
        border-radius: 24px;
        position: relative;
    }
    
    .nanocase2{
        margin-top: 100px;
        margin-left: 0px;
        width: 100%;
        height: 250px;
        overflow: hidden;
        padding-bottom: 0px;
        border-radius: 24px;
        position: relative;
    }

    .nanocase1 p{
        width: 100%;
        top: 100px;
        margin-top: 10px;
        line-height: 30px;
        font-size: 20px;
        text-align: center;
    }
    
    .nanocase2 p{
        margin-top: 00px;
        margin-left: 0px;
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }


    .grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 0px;
        width: fit-content;
    }

    .nanocase {
        flex: 0 0 auto;
        width: 260px;
    }

    .horizontal-scroll-mobile {
        padding-left: 0px;
    }

    .info{
        padding: 30px;
    }

    .backgroundinfo{
        font-size: 70px;
        margin-top: 260px;

    }

    .hx-10 {

        font-size: 24px;
        line-height: 30px;
    }


    .justify-center{
        align-items: center;
    }

    .glow1 {
        position: absolute;
        width: 00px;
        height: 500px;
        background: radial-gradient(38.31% 38.31% at 50% 50%, rgba(255, 255, 255, 0.10) 0%, rgba(102, 102, 102, 0.00) 100%);
        border-radius: 50%;
        filter: blur(20px);
        scale: 1;
        pointer-events: none;
        transform: translate(-50%, -50%);
        transition: opacity 0.4s ease-out, left 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2), top 0.05s cubic-bezier(0.2, 0.9, 0.9, 0.2);
        opacity: 0;
        z-index: 10;
    }

    .why{
        width: 100%;
    }


    .whyinfotextsolo.visible {
        opacity: 1;
        width: 80%;
        transform: translateY(0); 
    }
    
    .whyinfotext{
        width: 100%;
        transform: translateX(-20px);
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
    }
    

    .whyinfo p{
        width: 70vw;
    }
    
    .whyinfo {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }

    .whyinfoimg{
        width: 208px;
        height: 208px;
        margin-top: -60px;
        margin-left: -30px;
    }

    .backgroundwhy{
        font-size: 100px;
        margin-top: -370px;
        margin-bottom: 200px;
        margin-left: 20%;
        z-index: 1;
        animation: neon 0.30s ease-in-out;
        position: relative;
    }

    .containercard{
        flex-direction: column;
    }

    .price{
        margin-top: 100px;
    }

    .lead{
        margin-top: 50px;
    }
    
    .leadanimation{
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }

    .realisation{
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .marqueecard {
        width: 93%;
        -webkit-text-stroke: 1.3px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
    }

    .about{
        width: 100%;
        flex-direction: column;
    }

    .case{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .containerrealisation {
        width: 100%;
    }

    .carousel {
        width: 100%;
        margin: 0 20px;
        
      }

    .mr30{
        margin-right: 40px;
    }

    .mr{
        margin-right: 7px;
    }

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

    .aviscontainer{
        padding-top: 110px;
    }

    .case3{
        width: 90vw;
        flex-direction: column;
        gap: 30px  ;
        padding-top: 0px;
        margin-top: 20px;
        height: auto;
    }

    .case2{
        width: 90vw;
        flex-direction: column;
        gap: 30px  ;
        padding-top: 0px;
        margin-top: -20px;
    }

    .case1{
        width: 90vw;
        flex-direction: column;
        gap: 30px  ;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 50px;
        margin-top: 40px;
    }
    

    .infoabout{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -30px;

    }
    
    .pictureabout{
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .imgd{
        z-index: 20;
        position: relative;
        background-color: #000;
        padding: 0;
        margin: 0;
        width: 90%;
        height: 180px;
        object-fit: cover;
        object-position: center;
    }
    
    .text-infoabout{
        font-size: 16px;
        line-height: 20px;
        width: 90%;
        text-align: center;

    }

    .outlinepurple{
        font-size: 60px;
        margin-top: -190px;
    }

    .card h4{
        font-size: 16px;
        line-height: 27px;
    }
    
    .outlinepink{
        margin-top: -150px;
        font-size: 100px;
    }

    .outlinepink2{
        margin-top: -50px;
        font-size: 100px;

    }
    
    .faq{
        flex-direction: column-reverse;
        align-items: center;
    }

    .faq-container {
        width: 85%;
    }

    .faq-containers {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .faq-title {
        font-size: 16px;
        line-height: 22px;
    }
    
    .faq-details {
        font-size: 14px;
        line-height: 22px;
    }

    .imgfaq{
        width: 208px;
        height: 208px;
        align-items: end;
        margin-left: 100px;
        z-index: 2;
    }

    .footer{
        padding-left: 10px;
        padding-right: 10px;
    }

    .barre-gradientfooter {
        margin-left: 0px;
        margin-right: 0px;
    }

    .footerup{
        gap: 100px;
    }

    .footerneed{
        gap: 90px;
    }


    .footer-container {
        gap: 8px;
    }

    .backgroundfooter{
        margin-top: -90px;
        left: 100%; 
        scale: 2;
    }

    .titre{
        font-size: 70px;
    }

    .stitre{
        font-size: 50px;
    }


    .contact{
        flex-direction: column;
        width: 85%;
        gap: 40px;
    }

    .contactfield{
        flex-direction: column;
    }

    #contact {
        margin-top: 120px;
    }

    #contactForm input,
    #contactForm textarea {
        overflow: hidden;
        border-radius: 24px;
        border: 2px solid #DCB253;
        box-shadow: 0px 0px 15.7px 3px rgba(240, 199, 142, 0.60);
        padding: 12px;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0);
        transform: translateY(20px); 
        transition: opacity 0.5s ease, transform 0.5s ease;
        color: white;
        font-size: 16px;
    }

    #contactForm textarea {
        height: 100px;
    }

    #nom, #message {
        width: 250px;
    }

    #email {
        width: 330px;
    }

    #tel {
        width: 330px;
    }


    #contactForm select {
        width: 360px;
        overflow: hidden;
        border-radius: 24px;
        border: 2px solid #DCB253;
        box-shadow: 0px 0px 15.7px 3px rgba(240, 199, 142, 0.60);
        padding: 12px;
        padding-right: 40px;
        background-color: rgba(255, 255, 255, 0.9);
        color: rgba(240, 199, 142, 1);
        font-size: 16px;
        background-color: #000;
        appearance: none; 
        cursor: pointer;
        position: relative;
        background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23DCB253" d="M7 10l5 5 5-5z"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) center;
        background-size: 30px 30px;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    #contactForm select:focus {
        outline: none;
        border-color: #f0c78e;
        box-shadow: 0px 0px 10px rgba(240, 199, 142, 0.8);
    }

    #contactForm button.contactbtn {
        width: 200px;
        padding: 7px 12px;
        border-radius: 24px;
        background-color: #DCB253;
        color: #fff;
        border: none;
        box-shadow: 0px 0px 10px rgba(240, 199, 142, 0.60);
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    #contactForm button.contactbtn:hover {
        background-color: #b99642;
    }

    #contactForm input,
    #contactForm textarea {
        opacity: 1; 
        transform: translateY(0); 
    }


    #contactForm label {
        font-size: 14px;
        color: rgba(240, 199, 142, 1);
        display: flex;
        align-items: center;
        margin-top: 10px;
        cursor: pointer;
    }

    #contactForm input[type="checkbox"] {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        accent-color: rgba(240, 199, 142, 1);
    }

    #contactForm input[type="checkbox"]:checked {
        background-color: rgb(243, 214, 172);
        border-color: rgb(235, 209, 172);
    }

    #contactForm input[type="checkbox"]:focus {
        outline: none;
        box-shadow: 0 0 5px rgb(231, 207, 173);
    }

    #formMessage {
        margin-top: 10px;
        font-size: 16px;
        color: white;
    }

    .infoscontact{
        margin-top: 10px;
    }

    .gap-200{
        gap: 20px;
    }

    .gapfooter{
        gap: 20px;
        margin-top: 5px;
    }

    .mention{
        margin-top: -100px;
    }

    .mentiontext{
        padding-left: 10px;
    }
}
