.sliderwrap .expotext a:hover{
  color: rgba(255, 255, 255, 0.774);
  font-size: 5.4vh;
}

.sliderwrap{
    height:73vh;
    position: absolute;
    width: 60vw;
    margin: 50px 0 0 300px;

  }
  .slider-expo{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    transition: all 0.5s linear;
  }

  .expotext{
    margin-top: 50vh;
    color: white;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
  }

  .expotext a{
    text-decoration: none;
    color: white;
    font-size: 5vh;
    font-family: 'Futura Bold';
    transition: all 0.4s;
  }


  .expotext p{
    font-family: 'Futura Book';
    font-weight: bold;
    font-size: 4vh;
  }
  
  .expotext .expoplace{
    font-family: 'Futura Book';
    font-size: 2.4vh;
  }

  .arrow{
      border: solid rgba(2, 2, 2, 0.883);
      border-width: 0 7px 7px 0;
      display: inline-block;
      padding: 12px;
      transition: all .3s ease-in-out;
  }
  
  .arrow-next:hover{
    border-color: rgba(0, 0, 0, 0.158);
  }
  .arrow-next{
    right:-30px;
    position:absolute;
    top:50%;
    transform:translateY(-50%) rotate(-45deg);
    }
  
  .light{
    color:rgba(117, 117, 117, 0.452);
  }
  
  @media (max-width: 480px) {
        .arrow, .light .arrow {
          background-size: 10px;
          background-position: 10px 50%;
        }
      }
  
  /*Select every element*/
  [id^="expo"] {
    display: none;
  }
  
  .expo1 {
    z-index: 2;
    opacity: 1;
    background:url('./img/pré-bleu.jpg');
    transition: all .5s;
    background-size:cover;
    }
  .expo2{
     opacity: 0;
     background:url('./oeuvres/img presences/thumbcontemp.jpg');
     transition: all .5s;
     background-size:cover;
  }

  *:target ~ .expo1 {
      opacity: 0;
    }
  
  #expo1:target ~ .expo1 {
      z-index: 1;
      opacity: 1;
    }
  
  #expo2:target ~ .expo2{
      z-index: 2;
      opacity: 1;
    }

  
  
  