@font-face {
    font-family : archivo;
    src : url(fonts/Archivo/Archivo-VariableFont_wdth\,wght.ttf);
}

body {
    font-family: 'archivo';
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    cursor: crosshair;
  
    
}

/* ----------------------------------------------contenant---------------------------------------------- */



.container {
    font-family: archivo;
    
   
    
}

.colonne {

    /* width: 30%;     /* Largeur de chaque colonne (50% pour diviser en deux) */  
     float: left;    /* Flotter les colonnes pour les aligner côte à côte */
     box-sizing: border-box;  /* Inclure les bordures et les marges dans la largeur */
     padding: 20px;   /* Espacement intérieur des colonnes */
     /*border: 1px solid #ffffff;  /* contour de 1 pixel solide */
     overflow-y: auto;   /* Activer les barres de défilement verticales */

    }
 
 #colonne1 { 
    width: 0%;
    background-color:  #ffffff; /* Fond gris pour la colonne 1 */
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: auto;
    padding-left: 30px;
    padding-top: 50px
 }
 
 #colonne2 {
 
    width: 100%; /* Largeur de la colonne scrollable */
    overflow-y: auto; /* Activer les barres de défilement verticales */
    position: absolute; /* Réinitialiser la position */
    left:0%;
    background-color: rgb(255, 255, 255); /* Fond gris plus clair pour la colonne scrollable */
    z-index: 0; /* Position derrière la colonne fixe */
    align-items: top;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   /* grid-template-rows: 1fr 1fr 1fr;*/
    grid-gap: 6px;
 }

 #espace1 {
    width:100%;
 }

 #espace2 {
    width: 100%;
 }
 
 #espace3 {
    width: 100%;
 }

/* ----------------------------------------------POPuP---------------------------------------------- */

 #popup {
    background-color: white;
    border: 1px solid black;
    position: absolute;
    position: fixed;
    top: 40px;
    left: 40px;
    width: calc(100% - 102px);
    height: calc(100% - 82px);
    z-index: 100;
    visibility: hidden;
    display: inline-flex;
    cursor:e-resize;
    overflow-y: hidden;
    padding-right: 20px;
    scrollbar-width: none;
    transition:0s;
   
   
 }

.texte1 {
    padding-left:50px;
    padding-right:50px;
    font-size: 12pt;
    padding-bottom: 50px;
    color: rgb(0, 0, 255);
}

 #popup::-webkit-scrollbar {
    display: none;
}

 #imgPopup {
    margin-left: 20px;
    margin-top: 20px;
    height: calc(100% - 40px);
}

#popup-col1{
    height: calc(100% - 40px);
    width: 250px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: transparent;
   

}

#popup-col1 h1 {
    width: 250px;
}
#popup-col1 h2 {
   
    font-size: 20px;
}
#imagepopup {
    height: calc(100% - 40px);
    margin-top: 20px;
    margin-right: 20px;

}


.boutonfermer {
    width: 45px;
    position: fixed;
    right:25px;
    z-index: 0;
   cursor:crosshair;
   margin-top: -10px;
   transition: transform 0.2s;

   
}



.boutonfermer:hover {
    transform: scale(1.5);
  
    
}

.lien {
    font-family: archivo;
    color:rgb(0, 0, 0); 
    margin-left: 0px;
    margin-top:20px;
    margin-bottom: 15px;
}







/* ----------------------------------------------texte---------------------------------------------- */

a {font-family: archivo;
    
    margin-left: 0px;
    margin-top:20px;
    margin-bottom: 15px;}


    

p {
   font-family: archivo;
    
    margin-left: 0px;
    margin-top:20px;
    margin-bottom: 15px;
    transition: transform 0.1s;
}
    

h2{
    
    font-size: 30pt;
    margin-bottom: 1px;
    border: #00ff0d;
    border-radius: 2pt;
}

h3 { 
    text-align: center;
    font-size: 1pt;
    margin-top: none;
    font-family: archivo;
    border: #000000 1px solid;
    border-radius: 10pt;
}

img {
    width: 100%; 
    
}

.intertext {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}



.svg:hover{
background-image: url(img/lisajanaszekhover.svg);
opacity: transparent;
    
}


a {
    color: #0000ff;
    text-decoration: none; 
    transition: transform 0.1s;
}

a:hover {
  
    background-image: linear-gradient(to right, #ff0000, #ff9900, #33cc33, #3399ff, #cc66cc);
    cursor:cell;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.photo {
    margin: 0px;
    margin-bottom:3px;
    transition: transform 0.1s;
}

.photo:hover {
    transform: rotate(7deg); /* Rotation de 5 degrés au survol */
}

.about{ 
    margin-top: 0px;
}
#lisajanaszek:hover {
    background-image: url(img/lisajanaszekhover.svg);
    opacity: transparent;


}

.about:hover{
  
    background-image: linear-gradient(to right, #ff0000, #ff9900, #33cc33, #3399ff, #cc66cc);
    
    /* Dégradé de couleurs pour le texte */

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

  }

  
  .about{
    
    -webkit-background-clip: initial;
    background-clip: initial;
    /* Changez la couleur du texte au survol */
    color: #000;
    transition: transform 0.1s;
}

#texte {
    font-size: 15px;
    }






/******/


main {
    overflow-x: hidden;
    display: flex;
  }

  section {

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15pt;
  }
  
  section:nth-child(even) {
    background-color: teal;
    color: white;
  }
  

  @media only screen and (max-width: 600px) {
    body {
      background-color: lightblue;
    }
    
  }

  