

@font-face {
    font-family: "PropCourier" ;
    src: url("fonts/PropCourierSans-Regular.otf");
  }
  
  
  @font-face {
    font-family: "League" ;
    src: url("fonts/VG5000-Regular_web.ttf");
  }
  
  
  @font-face {
    font-family: "Redaction" ;
    src: url("fonts/Redaction35-Regular.otf");
  }
  
  @font-face {
    font-family: "Redaction-100" ;
    src: url("fonts/Redaction100-Regular.otf");
  }
  
  
  @font-face {
    font-family: "Redaction-var" ;
    src: url("fonts/Redaction-Regular.otf");
  }
  
  
  
  @font-face {
    font-family: "Karla";
    src: url("fonts/Karla-Regular.otf");
  }
  
  
  @font-face {
    font-family: "Karla-var";
    src: url("fonts/Karla-Light.otf");
  }
  @font-face {
    font-family: "Karla-extra";
    src: url("fonts/Karla-ExtraLight.otf");
  }
  
  @font-face {
    font-family: "Karla-it";
    src: url("fonts/Karla-LightItalic.otf");
  }
  
  @font-face {
    font-family: "Karla-bold";
    src: url("fonts/Karla-Bold.woff2");
  }

 
 
 p{

    font-size: x-large;
   break-after: always;

   font-family: "PropCourier";

                margin: 0 2em 0 0;
                text-align:justify;
                margin-bottom:2em;
}




.debut-texte{
    text-indent: 0%;
    margin-top: 4em;
    
}


#section4{
  position: relative;
    background-color: rgb(246, 246, 246);   
    width: 60%;
    height: auto;
    left: 10%;
    padding: 5%;
    box-shadow: 1px 1px 12px #555;

  
} 

#section5{
  position: relative;
    background-color: rgb(246, 246, 246);   
    width: 60%;
    height: auto;
    left: 15%;
    padding: 5%;
    box-shadow: 1px 1px 12px #555;
} 






.centered-text {
  position: absolute;
 font-family: "Redaction";
  font-size: 20px;
  color: rgb(0, 0, 0);
  margin-bottom: 0px; /* Espace entre le texte et les colonnes */
z-index: 2;
opacity: 100%;
}

canvas{
  z-index: -1;
}
.notes-container {
    position: fixed; /* Positionner le conteneur de façon fixe */
    background-color: rgba(201, 201, 201, 1); /* Arrière-plan légèrement opaque */
    left:78%;
    top: 0%;
    padding-top: 2%;
    width: 22%; /* Largeur de la boîte */
    height: 100%;
    color: rgb(228, 217, 0);
    padding-right: 0px;
    transform: translateX(-100%); /* Initialement caché */
    overflow-y: auto;
    opacity: 0;
    z-index: 0;
    overflow-x: hidden;

  }  

.note-container {
    position: relative;
    display: flex;
    
    flex-direction: column;
    max-height: 100vh;
    
}

.notes-container.show {
    transform: translateX(0); /* Affiche le conteneur avec effet de glissement */
    opacity: 1;
}

.note-text {
    position: relative;
    text-align: left;
    font-family: "Redaction";
    font-size: larger;
    padding: 8%;
    z-index: 2; /* Le texte doit être au-dessus */
    color: rgb(0, 0, 0);
    margin-bottom: 0%;
}

.note-background {
  width: 50%;
    font-family: "Louise";
    position: absolute; /* Positionner le chiffre */
    top: -4%; /* Décalage vers le bas */
    left: 5%; /* Décalage depuis la gauche */
    font-size:40px; /* Taille du chiffre */
    font-weight: bold;
    background: rgba(171, 5, 242, 1); /* Dégradé linéaire pour le texte */
  -webkit-background-clip: text;
    color: transparent; /* Chiffre en arrière-plan (couleur pâle) */
    pointer-events: none; /* Ne pas interférer avec les clics */
    z-index: 1; /* S'assurer que le chiffre est en arrière-plan */
}

#noteDisplay {
    position: relative; /* Permet au texte d'être au-dessus */
    left:5%;
    width: 95%;
    text-align: left;
    font-family: "Redaction";
    font-size: smaller;

    z-index: 2; /* Le texte doit être au-dessus de l'arrière-plan */
    color: black; /* Assurer la visibilité du texte */
}

.note-content {
    display: none;
  }

/* Changer la couleur du chiffre lorsqu'il est cliqué */
.note-background.clicked {
  color: rgba(41, 242, 128, 1) !important; /* Le bleu au clic */
}

sup{
  color: rgba(41, 242, 128, 1);
  font-family: "Redaction";

}

span{

  font-family: "Redaction-var";
  font-size: 22px;
}


/* Color Theme Swatches in Hex
.22:38-1-hex { color: #10454F; }
.22:38-2-hex { color: #506266; }
.22:38-3-hex { color: #818274; }
.22:38-4-hex { color: #A3AB78; }
.22:38-5-hex { color: #BDE038; }


.22:38-1-rgba { color: rgba(16, 69, 79, 1); }
.22:38-2-rgba { color: rgba(79, 98, 102, 1); }
.22:38-3-rgba { color: rgba(128, 130, 116, 1); }
.22:38-4-rgba { color: rgba(163, 170, 119, 1); }
.22:38-5-rgba { color: rgba(189, 224, 55, 1); }

.22:38-1-hsla { color: hsla(189, 65, 18, 1); }
.22:38-2-hsla { color: hsla(189, 12, 35, 1); }
.22:38-3-hsla { color: hsla(64, 5, 48, 1); }
.22:38-4-hsla { color: hsla(68, 23, 56, 1); }
.22:38-5-hsla { color: hsla(72, 73, 54, 1); }
 

.Patch-SaaS-1-hex { color: #ACBEF2; }
.Patch-SaaS-2-hex { color: #072326; }
.Patch-SaaS-3-hex { color: #027368; }
.Patch-SaaS-4-hex { color: #CCF2C2; }
.Patch-SaaS-5-hex { color: #EEF26B; }


.Patch-SaaS-1-rgba { color: rgba(171, 189, 242, 1); }
.Patch-SaaS-2-rgba { color: rgba(6, 35, 38, 1); }
.Patch-SaaS-3-rgba { color: rgba(2, 114, 103, 1); }
.Patch-SaaS-4-rgba { color: rgba(204, 242, 193, 1); }
.Patch-SaaS-5-rgba { color: rgba(237, 242, 106, 1); }


.Patch-SaaS-1-hsla { color: hsla(225, 73, 81, 1); }
.Patch-SaaS-2-hsla { color: hsla(185, 70, 8, 1); }
.Patch-SaaS-3-hsla { color: hsla(174, 96, 22, 1); }
.Patch-SaaS-4-hsla { color: hsla(106, 65, 85, 1); }
.Patch-SaaS-5-hsla { color: hsla(61, 84, 68, 1); }


.AI---Argentine-Intelligence-1-rgba { color: rgba(104, 99, 242, 1); }
.AI---Argentine-Intelligence-2-rgba { color: rgba(147, 198, 242, 1); }
.AI---Argentine-Intelligence-3-rgba { color: rgba(41, 242, 91, 1); }
.AI---Argentine-Intelligence-4-rgba { color: rgba(242, 226, 4, 1); }
.AI---Argentine-Intelligence-5-rgba { color: rgba(165, 155, 8, 1); }

.Cattch-Game-1-rgba { color: rgba(171, 5, 242, 1); }
.Cattch-Game-2-rgba { color: rgba(41, 242, 128, 1); }
.Cattch-Game-3-rgba { color: rgba(242, 203, 5, 1); }
.Cattch-Game-4-rgba { color: rgba(242, 163, 15, 1); }
.Cattch-Game-5-rgba { color: rgba(242, 5, 5, 1); }



/* Style de base du bandeau */
.img-container {
  width: 10%; /* Taille réduite */
  height: 100%;
  position: fixed;
  left: 68%;
  top: 0;
  padding-right: 10px;
  opacity: 0;
  background-color:  rgba(41, 242, 128, 1);

  transition: all 0.3s ease; /* Transition pour l'agrandissement */
  scrollbar-color:  rgba(2, 114, 103, 1);/* Couleur du curseur et de la piste */
  scrollbar-width: auto; /* Largeur de la barre (thin, auto, ou none) */
  transition: border 0.3s ease;
  overflow-y: scroll;
  
}


button{
  width: 21%;
  height: 12vh;
  font-family: "PropCourier";
  font-size: 24px;
  margin-left: 6%;
  z-index: 1000; 
  cursor: pointer;
  margin-top: 2em;

  border-radius: 1em;
  transition: background-color 0.3s, transform 0.3s;
}

#start-btn{
  width: 1%;
  height: 14vh;
  font-family: "PropCourier";
  font-size: 24px;
  margin-left: 6%;
  z-index: 1000; 
  cursor: pointer;
  margin-top: 2em;
  padding: 2em;
  border-radius: 1em;
  transition: background-color 0.3s, transform 0.3s;
}
.button:hover {
  background-color:  rgb(55, 55, 55);  /* Couleur de fond change au survol */
  transform: scale(1.1); /* Agrandit légèrement le bouton */
  color: white;
}
.image-group{
  margin-top: 5%;
  margin-left: 5%;

}
/* Agrandir le bandeau au survol */
.img-container.expanded {
  width: 30%; /* Taille agrandie */
  overflow-y: auto;
}

/* Style des images */
.image {
 

  margin-bottom: 10px;
}


#image1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  cursor: pointer;

}

#image2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}

#image3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}

#image5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto;  
  object-fit: contain; 

}

#image6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto;  
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}

#image7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}



#image9 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}


#image11 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image12 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}


#image13 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image14 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}

#image15 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image16 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}


#image17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image18 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}

#image19 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image20 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}

#image21 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image22 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}

#image23 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 

}

#image24 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  height: auto; 
  object-fit: contain; 
  opacity: 0; 
  transition: opacity 1s ease-in-out;  
  pointer-events: none; 
  z-index: 0; 
  background-color: rgb(255, 255, 255);
}





.page2 {
  position: relative;
  width: 96%;  /* Définir la largeur du conteneur (ajustée à 100% ou à une taille fixe si nécessaire) */
  height: auto; /* Dépend de la hauteur de l'image ou de son ratio */
  max-width: 96%; /* Empêche le débordement horizontal */
  overflow: hidden; /* Permet de ne pas afficher des parties des images qui dépassent */
}

/* Par défaut, cacher les figcaption */
.image-group figcaption {
  display: none;
}

/* Afficher les figcaption uniquement quand le bandeau est agrandi */
.img-container.expanded .image-group figcaption {
  display: block;
}

#imageContainer:not(.expanded) figcaption {
  display: none;
}

figcaption {
  display: block; /* Affiche le texte (figcaption) par défaut */
}
figcaption{
  text-align: center;
  width: 90%;
  justify-content: center;
  margin: auto;
  font-size: large;
  font-family: "Redaction";
  color: rgb(0, 0, 0);
  margin-bottom: 5%;
}

/* Affichage en ligne pour les images côte à côte */
.side-by-side {
  display: flex;
  flex-direction: row; /* Disposition côte à côte */
  justify-content: space-between;
  gap: 10px;
}
#imageContainer.expanded .image {
  display: block;
}

#imageContainer .image {
  display: none;
}

#imageContainer .image:first-child {
  display: block;
}
/* Ajustement pour les images côte à côte */
.img-container.expanded .side-by-side .image {
  width: 40%; /* Chaque image dans le groupe côte à côte prend 45% */
}








img{
  width: 95%;

  margin-bottom: 2em;
}

#image1 {
  display: block;
  width: 100%; /* Ajustez selon vos besoins */
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}



#progressBarContainer {
  position: fixed;
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
}


#progressBar {
  position: fixed;
  top: 0;
right: 0;
  width: 10px;
  background: linear-gradient(to top, rgba(171, 5, 242, 1), rgba(41, 242, 128, 1));
  height: 0;
  opacity: 0;
}



#progressBar2 {
  position: fixed;
  top: 0;
 left : 77.4%;
  width: 10px;
  background: linear-gradient(to top, rgba(171, 5, 242, 1), rgba(41, 242, 128, 1));
  height: 0;
  opacity: 0;
}



#popup33 img{
  width: 100%;
  max-width: 100%;
  
}


