:root {
  --center: 0;
  --inapoi-center: 0;
  --center2: 0;
}


/* new */
  Article pre {
    margin-left: 40px;
  }
  
  Article h3 {
    margin-left: 20px;
  }
  
  Article button {
    margin-left: calc(-40px + 2*var(--inapoi-center) * 1px);
  }

  .index{
    float: left;height:220px; border:1px solid grey;
    font:15px/25px Arial;
     overflow-y: scroll;
      padding: 3px;
  }

  .headerToHome a {
    display: block;
    width: 100%;
  }
  .headerToHome a:hover {
    background-color: transparent;
  }

  .Header{
    max-width: 980px;
    width: 100%;
    margin: auto;
  }
  
  .wrap{
    width:690px;
    height:168px;
}

  .wrapEmail{
    position:relative;
    left: calc(90px - var(--inapoi-center) * 2 * -1px);
    top: -340px;
    color:black;
  }
  

  .wrapData{
    position:relative;
    left: calc(110px - var(--inapoi-center) * 2 * -1px);
    top:-490px;
    color:black;
  }

  .wrap2{
    position:relative;
    left:0px;
    max-width: 980px;
    width: 100%;
    
  }
/* ATELIER */
  .block{
    display: block;
    margin: 5px;
  }
/*  */

/* ol.pagination2{
  position: relative; 
  left: var(--center);
} */

.pagination2 > p{
  /* align: center; */
  display: block;
  max-width: 980px;
  width: 20%;
  margin: auto;
  position: relative; 
  left: calc(var(--center) * 1px);
}

img
{
position:relative;

left:calc(786px - var(--inapoi-center) * 2 * -1px);
top:-742px;
z-index:40;
}

.temp--img{
  display:none;
}

/*resizing*/
/* 920 */

.hide{
  display: none;
}

.info{
  background-color: rgb(177, 174, 138);
  color: black;
  z-index: 9999;
  position: absolute;
  top: 150px;
  left: 60px;
  width: 200px;
  height: 290px;
  padding: 30px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  border: 6px double black;
  font-size: 1.05rem;

}

.info--img{
  position: relative;
  top: 0;
  left: 0;
  margin-top : 23px;
  height: 160px;
  width: auto;
}

.btn{
  display: none;
}

.info > .btn {
  position: absolute;
  top: 0;
  left: 210px;
}

@media only screen and (max-width: 915px){

      img{
        top: 0px; 
        left: 0px;
        z-index: -10;
      }

.temp--img{
  width: auto;
  height: 160px;
  display:inline-block;
  position: absolute;
  top:82px;
  left: calc((625 + var(--center2)) * 1px);
}

  .wrapEmail{
    left: calc((100 + var(--center2)) * 1px);
  }
  .wrapData{
    left: calc((105 + var(--center2)) * 1px);
    margin-left: 470px;
  }

}

@media only screen and (max-width: 700px){

  .temp--img{
    display: none;
  }

  .wrap{
    top: -10px;
    left: -1000px;
    z-index: -10;
  }

  .btn{
    display: block;
    background-color: black;
    color: white;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100px;
    left: 470px;
    text-align: center;
    font-size: 2.8rem;
  }
  
  .btn p{
    height: 100%;
    width: 100%;
    margin: 0;
  }
  
}



@media only screen and (max-width: 526px){

  .pagination2 > p{
    /* align: center; */
    left: -80px;
    /* max-width: 521px; */
  }

  .Header{
    max-width: 425px;
    width: 100%;
    overflow-x: auto;
  }

  img{
    top: 0px; 
    left: 0px;
    z-index: -10;
  }

    .wrap{
      top: -10px;
      left: -1000px;
      z-index: -10;
    }

    .wrap2{
      position:relative;
      left:0px;
      max-width: 512px;
      width: 100%;  
    }

    .index{
      position:absolute;
      z-index: 1000;
      top: 10px;
      left: 47px;
      width: 320px;
    }

    .pagination2 > p{
      width: 200px;
      padding-left: 70px;
    }

    .btn{

      top: 100px;
      left: 380px;

    }

  }


  @media only screen and (max-width: 500px){

    .index{
      left: 35px;
      width:320px;
    }

    .btn{
      left:370px;
    }

    Article pre {
      margin-left: 25px;
    }
    
    Article h3 {
      margin-left: 10px;
    }

  }

  @media only screen and (max-width: 430px){

    .index{
      left: 10px;
      width:300px;
    }

    .btn{
      left:325px;
    }

  }

  @media only screen and (max-width: 380px){
    .index{
      width: 290px;
    }

    .btn{
      left: 315px; 
    }

    .info{
      left: 45px;
    }
  }

  @media only screen and (max-width: 360px){
    .index{
      width: 270px;
    }

    .btn{
      left: 295px; 
    }

    .info{
      left: 45px;
    }
  }

  @media only screen and (max-width: 340px){
    .index{
      width: 240px;
    }

    .btn{
      left: 265px; 
    }

    .info{
      left: 45px;
    }
  }

/* scrollbar */
  ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  ::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
  }
  ::-webkit-scrollbar-thumb {
    background: rgb(87, 87, 87);
    border: 0px none #ffffff;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: black;
  }
  ::-webkit-scrollbar-thumb:active {
    background: #000000;
  }
  ::-webkit-scrollbar-track {
    background: transparent;

  }
  ::-webkit-scrollbar-track:hover {
    background: #a7a7a7;
  }
  ::-webkit-scrollbar-corner {
    background: transparent;
  }
  
  .index:hover::-webkit-scrollbar-track{ 
    background: #a7a7a7;
  }

  /* ::-webkit-scrollbar-track {
    background: #a7a7a7;
  } */

/*  */

/*  */