

body {
  font-family: sans-serif;
  color: #111111;
  line-height: 1.4;
  padding: 2rem;

}

::selection {
  background: #a8bf00;
  color: black;
}



.p{
  font-family: "Host Grotesk", sans-serif;
  text-transform: uppercase;
  margin-top: auto; 
  text-align: center;
}

/*PAGE INDEX*/

  /*SCROLL TEXT */

  .index{
    font-family: "Host Grotesk", sans-serif;
    color: #111111;

    line-height: 1.4;
    padding: 2rem;

    height: 1370px;

  }

  #scrollText {
    max-width: 600px;
    margin: 100px auto;

    font-size: 45px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;

    color: #a1a1a1;
  }

  .word-group {
    color: #a1a1a1;
    transition: color 0.7s ease;
  }

  .scroll-container{
    /*height: 750px; */
    display: grid; 
    grid-template-columns: 1fr  1fr; 
    align-items: center; 
  }

  .word-group {
    color: #a1a1a1;
    transition: color 0.3s ease;
    user-select: none;
  }

  .letter {
    transition: color 0.3s ease;
    cursor: crosshair;
  }

  .word-group.hovered,
  .letter.hovered {
    color: #111111;
  }


  .imageindex{
    height: 750px;  
  }
/* FIN PAGE INDEX*/

/*BARRE DE NAVIGATION DES PAGES*/

  /* apparence bouton nav des page*/
    .contact-link { 

      display: flex;
      justify-content: space-around;
      align-items: center;

      font-family: "Host Grotesk", sans-serif;
      color: #111111;

      text-transform: uppercase;
      font-size: 0.9rem;
      text-decoration: none;
    }
  /* FIN apparence bouton nav des page*/

  /*grille de la nav*/
    .navigation {

      display: grid; 
      grid-auto-columns: 1fr; 
      grid-template-columns: 1fr  1fr; 
      grid-template-rows: 1fr; 
      gap:  60%; 
    }
  /* FIN grille de la nav*/


  /*apparence*/
    .logo{
     width: 8%;
    }


    .contact-link :link {  /* couleur lien */
      color: #111111; 
      text-decoration: none; 
    }


    .contact-link li:hover { /* couleur lien survol*/
      color: #111111; 
      text-decoration: none;
    }

    .contact-link:active {  /* couleur lien clic */
      color: #a1a1a1;
      text-decoration: none;
    }

    .contact-link :visited { /* couleur lien apres visite*/
      color: #111111; 
      text-decoration: none;  
    }
  /* FIN apparence*/


  /*liste des bouton nav pour etre sur la meme ligne*/

    nav{
      width: 500px;
      margin: 100px auto;
      font-family: "Host Grotesk", sans-serif;
    }


    nav ul{
      display: flex;
      justify-content: space-around;

    }

    nav ul li{
      display: flex;
      justify-content: space-around;  
      align-items: center;
    }


    nav ul li h5{
      margin-left: 10px;
      text-transform: uppercase;
      color: grey;
      font-size: 0.9em;
    }

    nav ul li h5::after{
      content: '\00a0/';
    }

    nav ul li.active  h5::after{
      content: ']';
    }

    nav ul li.active  h5::before{
      content: '[';
    }

    nav ul li.active  h5{
      color: black;
    }
  /*FIN liste des bouton nav pour etre sur la meme ligne*/


  /*grille bouton nav */
    .type{
      display: grid; 
      text-align: center;

      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap:  5%; 
      height: 250px;
      bottom: 30px; 
    }

    .menu{
      cursor: help;
    }


  #navi {
    font-size: 2rem;
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease
  }

  #navi.show {
    margin-top: -8px;
    opacity: 1;
    transform: translateY(0);
  }

  /* FIN grille bouton nav */
/*FIN BARRE DE NAVIGATION DES PAGES*/



/* GRILLE PRINCIPALE projet */
  .container {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    gap: 2rem;
  }


  /* BLOCS PROJETS */
    .project {
      /*overflow: hidden;*/
      transition: filter 0.3s ease;
    }


    .image {
      width: 100%;
      border-radius: 6px;
      display: block;
      height: auto;
      transition: transform 0.2s ease-in, filter 0.2s ease-in;
    }


    .image:hover {
      filter: blur(4px);
      transform:  rotate(0.4deg) scale(1.02) ;
      transition: transform 0.5s ease;

    }




    .project-text {
      padding: 1rem;
      font-size: 0.95rem;
      text-align: left;
      line-height: 1.3;
    }

    .project-text {
      font-family: "Host Grotesk", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      text-transform: uppercase;
     }
/* FIN GRILLE PRINCIPALE projet */


      /*CARNET CROQUIS*/

        .carnet{
          height: 566px;
          margin-top: 85px;

        }


        .scroll-container {
              display: flex;
              overflow-x: auto;
              scroll-snap-type: x mandatory;
              gap: 50px;
              margin-left: -2rem;
            }

            .scroll-container img {
              scroll-snap-align: start;
              
              
              border-radius: 8px;

            }

            /* Pour enlever la scrollbar sur Webkit */
            .scroll-container::-webkit-scrollbar {
              display: none;
            }


        .intro{
          font-family: "Host Grotesk", sans-serif;
          font-size: 45px;
          font-weight: 600;

          margin-right: 300px;
          margin-top: 20px;
          margin-left: 2rem;

          width: 20ch;  
        }

        .description {
          font-size: 16px;
          width: 30ch;
          margin-left: 2rem;
          line-height: 16pt;
        }


        .boitetexte {
          
          scroll-snap-align: start;
          margin-top: 85px;
          margin-top: 445px;
        }
      /*FIN CARNET CROQUIS*/


      /* TRANHUMANISME */

        h1{
          margin-left: 2rem;
          font-weight: 400;
          color: #a1a1a1;
          }

        #caracteristiques{
          display: grid; 
          grid-template-columns: 1fr 1fr  ; 
          width: 50%;
          margin-top: 20px;


          color: #a1a1a1;
          font-size: 16px;
          font-weight: 400; 
        }

        .intro1{
          font-family: "Host Grotesk", sans-serif;
          font-size: 45px;
          font-weight: 600;

          margin-right: 300px;
          margin-top: 20px;
          margin-left: 2rem;

          width: 20ch;
        }


        .intro2{
          font-family: "Host Grotesk", sans-serif;
          font-size: 45px;
          font-weight: 600;

          margin-right: 350px;
          margin-top: 170px;
          margin-left: 2rem;

          width: 35ch;
        }

        .description1 {
          font-size: 16px;
          width: 100ch;
          margin-left: 2rem;
          line-height: 16pt;
          margin-top: 20px;
        }

        .boitetexte1 {
          
          scroll-snap-align: start;
          margin-top: 28px;
        }



        
      /* FIN TRANHUMANISME */


      /* SCANDAL! */

        .boitetexte2 {
          
          scroll-snap-align: start;
          margin-top: 195px;
            
        }

        .description2 {
          font-size: 16px;
          width: 50ch;
          margin-left: 2rem;
          line-height: 16pt;
        }
      /* FIN SCANDAL! */









/* PAGE CONTACT */

  .contact{/* intro */
    font-family: "Host Grotesk", sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-left: -2.2rem;
    margin-top: 100px;
  }


  .coor{/* num mail ... */
    font-family: "Host Grotesk", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    display: grid; 
    text-align: left;

    grid-template-columns: 1fr 1fr  ; 
    grid-template-rows: 1fr 1fr;
    gap: 11% 1%; 

    margin-right: 900px;
    margin-top: 160px;
    margin-bottom: -2.2rem;

  }



  .mail{
    text-decoration: none;
  }

  .mail:link {  /* couleur lien */
    color: #111111; /* blanc cassé */
    text-decoration: none; /* aucune deco */
  }


  .mail:hover { /* couleur lien survol*/
    color: #111111; /* blanc cassé */
    text-decoration: none; /* souligné */
    }

  .mail:active {  /* couleur lien clic */
    color: #111111; /* rouge */
    text-decoration: none; /* souligné */
  }

  .mail:visited { /* couleur lien apres visite*/
    color: #111111; /* rouge */
    text-decoration: none;  /* aucune deco */
  }



 


  .banderole {
    margin-left: -2rem;
    position: fixed;
    bottom: 5px;
    width: 100%;

    color: #a1a1a1;
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;

    z-index: 9999;

  }

  .banderole-text {
    white-space: nowrap;
    padding-left: 100%;
    animation: defilement 20s linear infinite;
  }


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

/* FIN PAGE CONTACT */


