*, *:after, *:before {
  box-sizing: inherit;
}


html {
  box-sizing: border-box;
  height: 100%;

}


body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 0px;
  height: 100%;

}

h1{
  margin: 0px;
  padding: 0px;
}


section{
  display: flex;
  justify-content:center;
  align-items:center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 2rem;
  min-height: 100%;
  height: 100vh;
}

a:visited {
	text-decoration: none;
}

a:link {
text-decoration:none;
}

#nameleft {
  float: left;
  color: white;
  position: fixed;
  z-index:2000;
  top: 40px;
  left: 100px;
  font-size: 16px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0 5px 50px rgba(0,0,0,0.50), 0 2px 7px rgba(0,0,0,0.25);
}

#contactright {
  float: right;
  color: black;
  position: fixed;
  z-index:4000;
  top: 40px;
  right:100px;
  font-size: 16px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 30px 8px 30px;
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.03), 0 2px 3px rgba(0,0,0,0.15);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#contactright:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#CTA{
  color: white;
  font-size: 14px;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;
  padding: 8px 25px 6px 25px;
  background-color: #061517;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.03), 0 2px 3px rgba(0,0,0,0.15);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  position: absolute;
  margin-top: 10px;
}

#CTA:hover {
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}



/* ------- PAGE 2 PREZ -------*/

#B{
  background-image:
  linear-gradient(90deg,transparent 0%, transparent 99%,rgba(100, 100, 100, 0.1),transparent 100%, transparent);
  height:100%;
  width: 100%;
  background-size: 400px;
  background-position: center;
}

#C{
  display: none;
}

.page2{
  position: absolute;
  width: 100%;
  height: 100%;
}

.bloccenter{
  position: absolute;
  top: 43%; /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}

#question2{
  position: absolute;
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  right: 100px;
  bottom: 10px;
  transition-duration: 0.3s;
  cursor: pointer;
  z-index: 2000;
  border-radius: 50px;
}

#image{
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  width: 600px;
}

.BarreEnSavoirPlus{
  background-color: #55F3F2;
  position: fixed;
  width: 100%;
  padding: 0px 100px;
  bottom: 0px;
  box-shadow: 0 -10px 20px rgba(0,0,0,0.09), 0 -6px 10px rgba(0,0,0,0.10);
}
.TexteBarre{
  font-family: 'Hind', sans-serif;
  font-weight: 200;
  font-size: 20px;
}

h1 a, h3.animated-link2 a {
  text-decoration: none;
  font-weight: 400;
  color: black;
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;

}

h3.animated-link2 a {
  background-size: 0 130%;
}

h3.animated-link2.half-highlight a {
  background-image: linear-gradient(180deg, transparent 65%, black 0);
}

h3.animated-link2 a:hover {
  background-size: 100% 130%;
}

strong{
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.DessusTitre{
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #2e2e2e;
  padding-left: 100px;
}

.Titre{
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #2e2e2e;
  padding-left: 100px;
}

.TextePrez{
  font-family: 'Hind', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  padding-top: 30px;
  left: 100px;
  color: #2e2e2e;
  padding-right: 650px;
  padding-left: 100px;
}

.link{
  text-decoration: none;
  color: black;
}

.details{
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 23px;
    color: #grey;
    padding-left: 100px;
}



#img-zoomer-box {
  width: 500px;
  height: auto;
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  margin-right: 87px;
}

#img-1 {
  width: 100%;
  height: auto;
}

#img-zoomer-box:hover, #img-zoomer-box:active {
  cursor: zoom-in;
  display: block;
}

#img-zoomer-box:hover #img-2, #img-zoomer-box:active #img-2 {
  opacity: 1;
}
#img-2 {
  width: 440px;
  height: 440px;
  background: url('../assets/img/RickAstleyzoomin.png') no-repeat #FFF;
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  pointer-events: none;
  position: absolute;
  opacity: 0;
  z-index: 99;
  display: block;
  transition: opacity .2s;
}

.exposant{
  font-size: 18px;
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////---------------------------------------//////////////////////////////////////
//////////////////////////////////////-         CSS RESPONSIVE MOBILE        -/////////////////////////////////////
//////////////////////////////////////---------------------------------------//////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



@media screen and  (max-device-width : 1000px) {

/* ------- Prez -------*/

  #question2{
    display: none;
  }

  #C{
    display:inline;
  }

#contactright{
  font-size: 50px;
  font-weight: 300;
  padding: 25px 65px 23px 65px;
  border-radius: 10px;
  margin-top: 10px;
  right: 50px;
  background-color: #FF00ED;
  color: white;
}

#nameleft{
  left: 50px;
  top: 80px;
  font-size: 50px;
  color: #FF00ED;
  text-shadow: none;

}
  .bloccenter{
    position: absolute;
    top: 60%; /* poussé de la moitié de hauteur du référent */
    transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
  }

  .BarreEnSavoirPlus{
    display: none;

  }

  .DessusTitre{
    font-size: 45px;
    padding: 0px 50px;
    color: grey;
  }

  .Titre{
    font-size:60px;
    padding: 0px 50px;
    line-height: 90px;
  }

  .TextePrez{
    padding: 0px 50px;
    font-size: 37px;
    line-height: 70px;
    margin-top: 70px;
  }

  .details{
  display: none;

  }

  #img-zoomer-box{
    display: none;
  }

  #img-NFT {
    width: 90%;
    height: auto;
    box-shadow: 0 5px 30px -2px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin-top: 100px;

  }

  .detailsmobile{
  padding: 0px 50px;
  padding-bottom: 220px;
  font-size: 30px;
  line-height: 60px;
  }

  #CTA{
  font-size: 50px;
  font-weight: 300;
  padding: 25px 65px 23px 65px;
  border-radius: 10px;
  margin-top: 50px;
  }

  strong{
    font-size: 37px;
  }

  .exposant{
    font-size: 40px;
  }
