   /* corps invisible puis fade-in au chargement */
    body{opacity:0;transition:opacity .9s ease; margin:0;}
    body.loaded{opacity:1}

    body{

    /* background-color: #101418; */
    /* background-color: #0d1115; */
    /* background-image: linear-gradient(to right, #2c2d2e, #252627, #252627 , #252627,   #1f2022 ); */
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden; /* Empêche le défilement horizontal */
    background-color: #000000;
}


.siteoverflow{

    overflow-x: hidden; /* Empêche le défilement horizontal */

}


/* ========= SPLASH ELECTRIQUE ========= */


/* Overlay plein écran */
.overlay{
  position:fixed;
  inset:0;
  z-index:9999;
  pointer-events:none;
}
.overlay svg{
  width:100%;
  height:100%;
  display:block;
}

.fade-out{
  animation: fadeOut 1.5s ease forwards;
}
@keyframes fadeOut{
  to{ opacity:0; visibility:hidden; }
}





/* Conteneur logo dans ton header */
.logo-container {
  display: flex;
  align-items: center;
  gap: .5rem;
}

/* Le lien autour du SVG : contraint la hauteur du logo dans la barre */
.brand svg {
  display: block;
  height: 54px;      /* ← ajuste la taille ici (48px, 56px, etc.) */
  width: 400px;
  justify-content:left;
  align-items: center;
  text-align:left;
  padding-top: 2px;
}

/* État initial : “TECH CREATIONS” discret (slide + blur + tracking large) */
#logo-rest-menu {
  opacity: 0;
  transform: translateX(14px);
  filter: blur(5px);
  transition:
    opacity .65s ease,
    transform .65s cubic-bezier(.19,.6,.18,1),
    filter .65s ease;
}
#logo-rest-menu .rest-line-menu {
  transition: letter-spacing .7s cubic-bezier(.19,.6,.18,1);
}

/* Au reveal (hover/tap sur OS) : affiche + resserre le tracking */
#logo-os-luxe-menu.reveal #logo-rest-menu {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
}
#logo-os-luxe-menu.reveal .rest-line-menu {
  letter-spacing: 8px; /* ← valeur finale resserrée */
}

/* Feedback subtil sur OS */
#logo-os-menu { transition: filter .25s ease; cursor: pointer; }
#logo-os-menu:hover { filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.35)); }

/* Accessibilité : si l’utilisateur préfère moins d’animations */
@media (prefers-reduced-motion: reduce) {
  #logo-rest-menu, #logo-rest-menu .rest-line-menu { transition: none !important; }
}























/* ===== Effets de sortie ===== */

/* A) Wipe vers le haut (rideau) */
#splash.effect-wipe .box{ transition: transform .6s cubic-bezier(.22,.61,.36,1), opacity .4s ease; }
#splash.effect-wipe.hide .box{ transform: translateY(-40px); opacity:.0; }
#splash.effect-wipe.hide .bg{ transform: translateY(-100%); transition: transform .65s cubic-bezier(.22,.61,.36,1); }

/* B) Shrink to center (rétrécit propre) */
#splash.effect-shrink .box{ transition: transform .5s cubic-bezier(.2,.8,.2,1), opacity .4s ease; }
#splash.effect-shrink.hide .box{ transform: scale(.86); opacity:0; }
#splash.effect-shrink .bg{ transition: opacity .45s ease; }
#splash.effect-shrink.hide .bg{ opacity:0; }

/* C) Drop (tombe légèrement + fondu) */
#splash.effect-drop .box{ transition: transform .55s cubic-bezier(.16,.84,.44,1), opacity .45s ease; }
#splash.effect-drop.hide .box{ transform: translateY(28px); opacity:0; }
#splash.effect-drop .bg{ transition: opacity .45s ease .05s; }
#splash.effect-drop.hide .bg{ opacity:0; }





/* Conteneur du champ d'étoiles, avec mouvement global */
.stars-container{
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  width: 200%; height: 200%; top: -50%; left: -50%;
  animation: moveStars 200s linear infinite;
  will-change: transform;

}

@keyframes moveStars{
  from{ transform: translate(0,0) }
  to  { transform: translate(-400px,-400px) }
}
@media (prefers-reduced-motion: reduce){
  .stars-container{ animation: none !important; }
}

/* Base étoile — identique à fondetoiler.css */
.star{
  position: absolute; background: white; border-radius: 50%;
  opacity: 0.8; box-shadow: 0 0 6px rgba(255,255,255,0.8);
  animation: none; /* Pas d'anim par défaut : on anime .animate seulement */
}

/* Pulsation identique à fondetoiler.css, appliquée AUX étoiles actives */
.star.animate{ animation: twinkle 3s infinite alternate; }
@keyframes twinkle{
  0%   { transform: scale(1);   opacity: 0.3; box-shadow: 0 0 2px rgba(255,255,255,0.5); }
  50%  { transform: scale(1.3); opacity: 1;   box-shadow: 0 0 8px rgba(255,255,255,1);   }
  100% { transform: scale(1);   opacity: 0.6; box-shadow: 0 0 3px rgba(255,255,255,0.6); }
}


  .site-content {
        position: relative;
        z-index: 1;
      }

/* ===== Panneau compactable dans le flux ===== */
#perfPanel{
  position: relative; z-index: 10;
  background: #0000003b !important;
  text-align: left;
  padding: 20px;
  
  margin: 20px;
  margin-top: 200px;
  color:#e6eef8;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  box-shadow:0 6px 25px rgba(0,0,0,.4);
  backdrop-filter:blur(8px);
 width: min(90vw, 900px);
  flex-wrap: wrap;
  transition:padding .2s ease,border-radius .2s ease;
}

/* Bouton Paramètre au-dessus et centré */
#perfPanel .collapseBtn{
  position:absolute; top:-18px; left:50%; transform:translateX(-50%);
  width:36px; height:36px; border-radius:50%;

  background:#000000; 

  align-items: center;
  justify-content: center;
  text-align: center;
  font:12px/1 ui-monospace,Menlo,monospace;
  padding:0 10px;
  border: 1px solid transparent;         /* pas de bordure visible par défaut */
  -webkit-tap-highlight-color: transparent;
  /* NEW: transitions douces */
  transition:
    background-color .25s ease,
    color .4s ease,
    border-color .4s ease,
    box-shadow .4s ease,
    transform .4s ease;
}

#perfPanel .collapseBtn:hover{
  background:#fff !important;  ;
}
#perfCollapseBtn:focus,
#perfCollapseBtn:focus-visible,
.btn:focus{
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

/* Firefox (retire l’inner focus) */
#perfCollapseBtn::-moz-focus-inner{
  border: 0;
}

/* État :active (pendant le clic) — pas de halo */
#perfCollapseBtn:active{
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

/* Hover voulu (si tu veux fond blanc au survol) */
#perfCollapseBtn:hover{
  background: #fff;
  color: #000;
  border-color: transparent; /* évite une bordure blanche résiduelle */
}

/* Corps panneau */

/* Corps avec transition douce */
#perfPanel .panelBody{
  overflow: clip;                 /* masque propre pendant l’anim */
  max-height: 650px;              /* hauteur max attendue (ajuste si besoin) */
  opacity: 1;
  transform: translateY(0);
  transition: max-height 2s ease, opacity 2s ease, transform 2s ease;
  will-change: max-height, opacity, transform;
}

/* État réduit => animé (au lieu de display:none) */
#perfPanel.collapsed .panelBody{
  max-height: 0;
  opacity: 0;
  transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce){
  #perfPanel .panelBody{ transition:none; }
}





#perfPanel .row{display:flex; justify-content:space-between; gap:10px; margin:2px 0;}
#perfPanel .muted{opacity:.8}
#perfPanel hr{border-color:rgba(255,255,255,.12); margin:8px 0;}
#perfPanel .btn{
  background:rgba(16, 16, 16, 0.957);
  font:12px/1 ui-monospace,Menlo,monospace; color:#e6eef8;
  margin-bottom: 10px;
  border-radius:50px; padding:15px 30px; cursor:pointer;
  width:max-content;
  height: max-content;
  /* NEW: transitions douces */
  transition:
    background-color .25s ease,
    color .25s ease,
    border-color .25s ease,
    box-shadow .25s ease,
    transform .2s ease;
}

#perfPanel .btn:hover{
  background:rgba(30, 30, 30, 0.957);

}
#perfPanel .ok{color:#22c55e} .warn{color:#f59e0b} .bad{color:#ef4444}
#perfPanel .sectionTitle{margin:8px 0 4px; font-weight:700; color:#ffffff;}
#perfPanel .kv{display:grid; grid-template-columns:1fr auto; gap:6px 10px}


/* Mini affichage : présent en permanence, mais masqué en douceur */
#perfPanel .mini{

  opacity: 0;
  transform: translateY(-4px);
  max-height: 0;           /* évite de prendre de la place */
  overflow: hidden;        /* masque propre */
  transition: opacity 1.35s ease, transform 1.35s ease, max-height 1.35s ease;
  will-change: opacity, transform, max-height;
  pointer-events: none;    /* pas cliquable quand caché */
}



#perfPanel.collapsed{ padding: 12px 16px; }
#perfPanel.collapsed .mini{  opacity: 1;
  transform: translateY(0);
  max-height: 40px;        /* ajuste selon ta ligne */
  pointer-events: auto;
 }

/* pause globale (inchangé) */
.stars-paused .star{animation-play-state:paused !important;}
.stars-paused .stars-container{animation-play-state:paused !important;}




.glow-box {


  /* 💡 Ombre lumineuse */
  box-shadow:
    0 0 10px rgba(255, 255, 255, 0.6),   /* lumière principale */
    0 0 20px rgba(164, 164, 164, 0.4),   /* diffusion */
    0 0 40px rgba(78, 78, 78, 0.2);   /* halo lointain */
}


    /* petit style local pour le viewer (inchangé) */
    spline-viewer{
      display:block;
      /* max-width:1250px; */
      max-height:max-content;
      text-align: center;
      position:relative;
 
        /* La taille s’ajuste dynamiquement */
      min-width: 500px;
      width: clamp(500px, 100vw, 2100px);
       z-index: 100;
      /* Ajuste la position automatiquement */
       top: -4vw;
    }

       /* Animation au lancement */
.blocIntro {
  position: absolute;
  
          opacity: 0;
top: 100%;
  animation: monterBloc 1.2s ease-out forwards;
  animation-delay: 12s;
}
 .sonUnivers{
        font-size: 34px; padding-bottom: 30px;
       }

@keyframes monterBloc {
  from {
    opacity: 0;
    top: 100%;
  }
  to {
    opacity: 1;
    top: 74%;
  }
}

.separateurH2{
  padding-top: 20px ;
}

@keyframes monterBloc {
  from {
    opacity: 0;
    top: 90%;
  }
  to {
    opacity: 1;
    top: 74%;
  }
}
    @media screen and (max-width: 1900px) {
     spline-viewer{
      top: -4vw;
       width: clamp(400px, 105vw, 2100px);
      }
      .blocIntro {

top: 90%;
}
    }



    @media screen and (max-width: 1200px) {
     spline-viewer{
     
       width: clamp(400px, 110vw, 2100px);
      }

       .blocIntro {

top: 85%;
}

      @keyframes monterBloc {
        from {
          opacity: 0;
          top: 85%;
        }
        to {
          opacity: 1;
          top: 74%;
        }
      }
    }
    @media screen and (max-width: 1100px) {

     spline-viewer{
       width: clamp(400px, 120vw, 2100px);
        
      }
      .separateurH2{
        padding-top: 50px ;
      }
    }
    @media screen and (max-width: 900px) {

     spline-viewer{
       width: clamp(400px, 130vw, 2100px);
        
      }
       .separateurH2{
        padding-top: 100px ;
      }

        .blocIntro {

top: 90%;
}

      @keyframes monterBloc {
        from {
          opacity: 0;
          top: 90%;
        }
        to {
          opacity: 1;
          top: 74%;
        }
      }
    }
    @media screen and (max-width: 800px) {
      .blocIntro {

top: 110%;
}
      @keyframes monterBloc {
        from {
          opacity: 0;
          top: 110%;
        }
        to {
          opacity: 1;
          top: 90%;
        }
      }
      .separateurH2{
        padding-top: 170px ;
      }
     spline-viewer{
       width: clamp(400px, 140vw, 2100px);
      
      }
    }
    @media screen and (max-width: 600px) {
      @keyframes monterBloc {
        from {
          opacity: 0;
          top: 110%;
        }
        to {
          opacity: 1;
          top: 90%;
        }
      }
      .separateurH2{
        padding-top: 170px ;
      }
     spline-viewer{
      
       width: clamp(500px, 150vw, 2100px);
      }
    }
    @media screen and (max-width: 450px) {

     spline-viewer{
       width: clamp(400px, 160vw, 2100px);
      }
    }





     .dropdown {
        display: none;
    }

.dropdown-content {
    display: none;
    position: absolute;
    
     background-color: #0d0d0d;

  margin-top: 10px;
    min-width: 250px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    transition: background-color 0.4s ease;
    padding-top: 30px;
}


.btn{
    color: #ffffff;
    width: 150px;
    height: 65px;
}
.dropdown-content a {
    
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content .dropdown-hover {
    
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.dropdown a:hover { color: #bababa;}
.show {display: block;
 border: none;}









.menu-item {
  position: relative;
}

.dropdown-hover {
  position: relative;
  display: block;
  color: white;
  background-color: transparent;
  border: none;
  padding: 12px 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.dropdown-hover:hover {

  color: #bababa;
}

.submenu {
  display: none;
  position: absolute;
  top: -65px;
  left: 130px;
  margin-left: 10px;
  background-color: #0d0d0d;
  padding: 10px 0;
  z-index: 1000;
  border-radius: 10px;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
  border-left: 1px solid white;

}

.menu-item:hover .submenu {
  display: block;
}

.submenu a {
  color: white;
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.submenu a:hover {
 
  color: #bababa;
}
/* Hover sur desktop */
@media (min-width: 1025px) {
  .menu-item:hover .submenu {
    display: block;
  }
}

/* Affichage actif sur mobile */
.submenu.active {
  display: block !important;
}
#services-btn:focus {

  box-shadow: none ;
}
/* #services-btn:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
a:focus {
  outline: none !important;
  box-shadow: none !important;
} */

.textMenu:hover {
    
   text-decoration: none;
     box-shadow: none;
}









.positionmenu {
  position: relative;
}

.dropdown-menu-item {
  position: absolute;
  top: 68px; /* juste sous .positionmenu */
  left: 230px; /* centré sur l'élément Services */
  transform: translateX(-50%);
  display: none;
 background-color: #0d0d0d;
  padding: 10px;
  border-radius: 8px;
  z-index: 999;
  box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.602);
}

.dropdown-menu-item.active {
  display: block;
}

.submenu-desktop a {
  display: block;
  color: white;
  padding: 8px 12px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.textMenu:focus {
  outline: none;
  box-shadow: none;
}














.separation{

    height: 1px;
    width: 100%;
    background-color: white;
}



.dropbtn.image-button {
  background: #000;
  border: none;
   width: 60px;
    height: 60px;
  color: #fff; /* blanc, ou #f9e89b pour doré */
  font-family: "Cormorant Garamond", serif;

  font-size: 22px;
  justify-content: center;
  align-items: center;
  text-align: center;

  border: 0px solid white;
  border-radius: 50px;

}



.logo{

    border-radius: 100%;
    height: 38px;
    width: 38px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.5);
    margin: 5px;
}

.menu:hover{
    background-color: #0d0d0d;
}

.textMaintenance{

  padding-left: 15px;
  padding-right: 15px;
  color: white;
 width: max-content;  align-items: center;justify-content: center;
}

.lienaucentre{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo-container {
    position: relative;
    height: 80px;
    width: 400px;
    overflow: hidden;
    color: #ffffff;
   
  }
  

  

 


.dropbtn {
   
    margin: 10px;
  
    padding: 13px;
    font-size: 16px;
    border: none; cursor: pointer;
}



.menu{
    display: flex;
    flex-direction: row;
    align-items: center;

    background-color: #6868681a;
    
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.602);
    backdrop-filter: blur(10px); /* flou arrière */
  -webkit-backdrop-filter: blur(10px); /* pour Safari */

    border-radius: 50px;
    margin: 10px;
    transition: background-color 0.9s ease;

}
.menu22{

    background-color: #0d0d0d;
}




.textMenu{
    
    color: white;
    font-size: 20px;
    width: 150px;

    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
   
    background-color: transparent;
    border: 0px solid transparent;

        font-family:  "Segoe UI";
  box-shadow: none;
 padding-top: 5px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s
}


nav {
	margin: 0px auto 0;

	position: relative;
	width: 600px;
	height: 40px;
	border-radius: 8px;
	font-size: 0;
}
nav a {
	line-height: 50px;
	height: 100%;
	font-size: 15px;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-align: center;
	color: white;
	cursor: pointer;
}
nav .animation {
	position: absolute;
	height: 2px;              /* c'est ici si je veux changer le début de l'animation de la ligne qui désine si je clique bien sur accueil ou un autre menu  */
	top: 38px;
	z-index: 0;
	transition: all .5s ease 0s;
	border-radius: 8px;
}

nav:hover .start-home, a:nth-child(1):hover~.animation {
    width: 100px;
    height: 2px;
    left: 25px;
    top: 38px;
    background-color: white;
}


nav .start-about, a:nth-child(2):hover~.animation {
	width: 100px;
    height: 2px;
	left: 175px;
    top: 38px;
    background-color: white;

}
nav .start-blog, a:nth-child(3):hover~.animation {
	width: 100px;
    height: 2px;
	left: 325px;
    top: 38px;
    background-color: white;
}
nav .start-portefolio, a:nth-child(4):hover~.animation {
	width: 100px;
    height: 2px;
	left: 475px;
    top: 38px;
	background-color: white;
}

.divPrenonsContact{


   width: 190px;
    margin: 15px;
    margin-right: 30px;
    padding: 10px 15px 10px 15px;
    background-color: #ffffff00;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
     transition: background-color 0.6s ease;
}
.divPrenonsContact a{

    color: #ffffff;
}
.divPrenonsContact:hover {

   background-color: #ffffff;
}
.divPrenonsContact:hover a{

    color: #000000;
    text-decoration: none;
}

.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    z-index: 1000;
    transition: transform 0.4s ease-out, background-color 0.4s ease;
}

/* .sticky-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;

  transition: transform 0.4s ease-out, background-color 0.4s ease;
} */

.sticky-menu.hidden {
  transform: translateY(-150%);
}


.menuMilieu{
      
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1;
    }

.contienmenumilieu{

    display: flex;
    flex-direction: center;
     flex: 1;
}

.contact-info  {      /*  liens insta linkedin  -------------------------------------------------- */
    display: flex;
    flex-direction: center;
    min-width: max-content;
    min-height: max-content;
  display: flex;
    justify-content: center;     /* centre les blocs horizontalement dans le footer */
    align-items: center; 
    z-index: 1000;
 flex: 1;
    font-size: 18px;
   
}

.lienadroite {
 
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; 
    padding-right: 0px;
    padding-left: 90px;
}

.lienadroite a {
    color: #ffffff; /* Couleur du lien */
    margin: 0 8px; /* Marge entre les liens */
    text-decoration: none; /* Supprime le soulignement par défaut du lien */
}
.lienadroite a:hover {
    text-decoration: underline; /* Souligne le lien au survol */
    color: #cdcdcd;
    
}
span {
    color: #ffffff;
}                          /*  liens insta linkedin         ------------------------------------------*/



@media screen and (max-width: 1130px) {

    .contact-info{

        font-size: 16px;
    }
    .divPrenonsContact{


        width: 190px;
        margin: 15px;
    }

    .contienmenumilieu{

        justify-content: right;    
       

    }

    .lienadroite {
    
        display: block;
    }
}
@media screen and (max-width: 900px) {

   .lienadroite {
 
    padding-right: 75px;
    padding-left: 0px;
}

.dropdown {
    position: relative;
    display: inline-block;
}
  
   .menuMilieu{

    display: none;
  }
}
@media screen and (max-width: 600px) {

.contact-info{
  justify-content: right;
}
    .lienadroite {

      padding-right: 15px;
    }
}
@media screen and (max-width: 450px) {

  .textMaintenance{

    font-size: 13px;
  }
}
@media screen and (max-width: 420px) {

.textMaintenance{

  font-size: 12px;
}
}
@media screen and (max-width: 400px) {

  .textMaintenance{

    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {

  .textMaintenance{

    font-size: 10px;
  }
}
@media screen and (max-width: 330px) {

  .textMaintenance{

    font-size: 9px;
  }
}












.aLaUne{

    margin-top: 50px;
    flex-grow: 1;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
    background-color: #000000;
    position: relative;
}


.textAlaUne{
   
    padding: 20px;
    margin-left: 20px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #1919195e,  #0a1320a4  );
    text-align: center;
    z-index: 50;
    border: 1px solid #2c2c2c;
    margin-top: 70px;
    width: max-content;
    position: relative;
    left: 50px;
    
}

.textAlaUne h1{
    font-size: 50px;
}
.textAlaUne h2{
    font-size: 40px;
}
.videoMonde{
    width:  100%;
    max-width: 1000px;
    position: relative;
    z-index: 7;
}
.photoMonde{
    margin-top: 30px;
    width:  50%;
    max-width: 540px;
    position: absolute;
   z-index: 6;
   top: -30px;
    right: 240px;
}
.imageQuiTienLaTerre{
    width:  78%;
    max-width: 780px;
}


#monde-container {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}
#monde-container canvas {
  aspect-ratio: 1 / 1;

  display: block;
}

#montre-container {

   width: 100%;
    height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#montre-container canvas {
  aspect-ratio: 1 / 1;
 width: 100%;
    height: 100%;
  display: block;
}

#robot-container {
  width: 100%;

  height: 800px; /* ou auto + aspect-ratio */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

#robot-container canvas {
  aspect-ratio: 1 / 1;

  display: block;
}



.fondEtoiler{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    /*  background-image: linear-gradient(to bottom, #000000, #0000005f, #25262700, #1919194e, #191919);*/
    background-image: linear-gradient(to bottom, #000000, #0000005f, #25262700, #0000005f, #000000);
}



.mesCompetences li{
    color: #6882c2 ;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
}
.couleurgris{
    color: #5ba65f;
}

.paddinDiv{
    padding: 20px;
			padding-left: 40px;
}
.nuageFixe{
    background-color:#191919ed;
    border: 1px solid #2c2c2c;
    color: white;
    z-index: 5;
    
    border-radius: 20px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
}
.nuage{
    
    overflow: hidden;
    position: relative;
    color: #ffffff;
    z-index: 5;
    background-color:#0c0c0c;
    border-radius: 20px;
    margin: 10px;
    border: 1px solid #232323e0;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5); /* Ombre portée */

    display: flex;
    flex-direction:column;
    justify-content: center;
    text-align: center;
}
.dimensionNuage1{
    width: 330px;
        height: 150px;
}
.dimensionNuage2{
    width:  680px;
    height: 150px;
}


.nuage h3 {
    position: absolute;
    width: 100%;
    left: 0px;
    transform: translateY(0px); 
    transition: transform 1s ease, opacity 1s ease;
    opacity: 1; 
}
.nuage:hover h3,.nuage.active h3  {
   
    transform: translateY(-200px); /* Déplacement vers le haut */
    opacity: 0; 
}

.service-details {
    padding: 20px;
    text-align: left;
    transition: transform 1s ease, opacity 1s ease, max-height 1s ease-out;
    transform: translateY(200px); /* Déplacer en haut pour le centrage */
    opacity: 0;
}
.nuage.active .service-details, .nuage:hover .service-details {
    
    top: 0px; /* Alignement au centre */
    transform: translateY(7px); /* Déplacer en haut pour le centrage */
    opacity: 1; /* Rendre visible */
    max-height: 400px;
}


.mesCompetences{
    padding: 30px;
    max-width: 600px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.competences{
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}
.aDroite{
    
    display: flex;
    justify-content: center;
    flex-direction:row;
    flex-wrap: wrap;
}
.nuageFixe h3{
    padding-top: 30px;
}


.centreTitre{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    color: #fff;
    padding-top: 30px;
    width: 100%;
}
.tarifs{

    text-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5); 
    background: rgba(0, 0, 0, 0.149);
    
    padding: 50px 50px 10px 50px; 
    margin: 20px;
    backdrop-filter: blur(10px); /* flou arrière */
  -webkit-backdrop-filter: blur(10px); /* pour Safari */
    border-radius: 50px; 
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
    max-width: 800px;
}
.element-transition-bas {
    transform: translateY(0);
  transition: transform 3.5s ease;
}

.tarifs a{

    font-size: 35px;
    color: white;
}
.tarifs a:hover{

    color: hsl(215, 100%, 75%);
    text-decoration: none;
    
}
.imgCertifier{
    max-width:500px; 

    margin: 20px;
    margin-right: 40px;
    border-radius: 20px;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.5);
    border: 1px solid #ffffff;
}

.textCertifier{
    padding: 30px; 
    padding-bottom: 10px; 
    text-align: left;
    max-width: 800px ;
}

    .padingCertifier{
        padding: 20px;
    }

    .certivierAdroite{
        display: flex;
        justify-content: space-between; 
        padding: 10px;
        flex-wrap: wrap;
    }


    
@media screen and (max-width: 1650px) {
   
    .textAlaUne h1{
        font-size: 43px;
    }
    .textAlaUne h2{
        font-size: 33px;
    }
}
@media screen and (max-width: 1350px) {

    .flexWrap1{
        flex-wrap: wrap;
    }

}
@media screen and (max-width: 1250px) {
  
    .textAlaUne h1{
        font-size: 30px;
    }
    .textAlaUne h2{
        font-size: 27px;
    }
    
}
@media screen and (max-width: 1075px) {
   
    .photoMonde{
        right: 25%;
    }
    .textAlaUne{
   
        padding: 20px;
        margin-left: 20px;
        border-radius: 20px;
        background-image: linear-gradient(to right, #1919195e,  #080f1977  );
        text-align: center;
        z-index: 50;
        border: 1px solid #2c2c2c;
        margin-top: 70px;
        width: max-content;
        position: static;
    }
}
@media screen and (max-width: 1000px) {
    .textAlaUne h1{
        font-size: 28px;
    }
    .textAlaUne h2{
        font-size: 25px;
    }
    .tarifs{

        padding: 30px 30px 10px 30px; 
    }
}

@media screen and (max-width: 950px) {

    .textAlaUne h1{
        font-size: 26px;
    }
    .textAlaUne h2{
        font-size: 23px;
    }
    .dimensionNuage1{
        width: 330px;
        height: 150px;
    }
    .dimensionNuage2{
        width:  680px;
        height: 150px;
    }
    .nuage{
        margin: 10px;
    }

    .paddinDiv{
        padding: 0px;
    }
}


@media screen and (max-width: 800px) {

   .dimensionNuage2{
        width:  100%;
        height: 150px;
        min-height: 60px;
    }

  }
@media screen and (max-width: 750px) {

    .textAlaUne h1{
        font-size: 24px;
    }
    .textAlaUne h2{
        font-size: 22px;
    }
    
    .imgCertifier{
        width:100%; 
        
        margin: 0px;
    }
    .dimensionNuage2{
        width:  100%;
        height: 100%;
        min-height: 60px;
    }
    .dimensionNuage1{
        width: 100%;
        height: 100%;
        min-height: 60px;
    }
   
    .service-details {
        max-height: 0px;
    }
}
@media screen and (max-width: 650px) {

    .textAlaUne h1{
        font-size: 23px;
    }
    .textAlaUne h2{
        font-size: 21px;
    }
    .textAlaUne {
        max-width: 180px;
    }
    .textCertifier{
        padding: 20px; 
        margin: 0px;
    }
}
@media screen and (max-width: 450px) {

    .textAlaUne h1{
        font-size: 20px;
    }
    .textAlaUne h2{
        font-size: 19px;
    }
    .mesCompetences{
        padding: 10px;
    }
    .nuageFixe h3{
        padding-top: 10px;
    }
    .competences{
        padding: 10px;
    }

    .aggrandiTel{
        background-color: #000000;
       height: 100px;
    }
}