* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: rgb(224, 224, 224);
}

@media screen and (min-width: 800px) {
  body {
    height: 100vh;
    font-family: sans-serif;
    background-color: rgb(17, 17, 17);
    overflow: hidden;
  }
  .global-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 100px);
  }
}
.main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(5, 5, 5);
  color: rgb(224, 224, 224);
  height: 50px;
}
.main_nav h1 {
  font-size: 2em;
}
.main_nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main_nav ul li {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1em;
  text-align: center;
}

.nav_album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(155, 155, 155);
  color: rgb(5, 5, 5);
  height: 25px;
}
.nav_album ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.nav_album ul li {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1em;
  text-align: center;
}

footer {
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  background: rgb(224, 224, 224);
  padding-left: 20px;
  -webkit-box-shadow: inset 3px 7px 5px rgba(0, 0, 0, 0.521);
          box-shadow: inset 3px 7px 5px rgba(0, 0, 0, 0.521);
  padding-right: 20px;
}
footer h3 {
  font-size: 1em;
}
footer .licence {
  font-size: 0.8em;
  color: rgb(138, 138, 138);
}

.couverturepres-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.couverturepres-content h2 {
  position: absolute;
  top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 10%;
  background-color: rgba(255, 255, 255, 0.192);
  font-size: 1em;
  color: aliceblue;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}
.couverturepres-content .album-text {
  position: absolute;
  top: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
  height: 7%;
  background-color: rgba(255, 255, 255, 0.192);
  font-size: 0.8em;
  color: aliceblue;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  text-shadow: 2px 2px 2px rgb(0, 0, 0);
}

@media screen and (max-width: 800px) {
  body {
    font-family: sans-serif;
    background-color: rgb(17, 17, 17);
  }
  .global-content {
    padding-top: 35px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_nav {
    position: fixed;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgb(5, 5, 5);
    color: rgb(224, 224, 224);
    width: 100vw;
    height: 25px;
  }
  .main_nav h1 {
    font-size: 1em;
  }
  .main_nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main_nav ul li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.6em;
    text-align: center;
  }
  .nav_album {
    position: fixed;
    top: 25px;
    z-index: 9000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgb(155, 155, 155);
    color: rgb(5, 5, 5);
    width: 100vw;
    height: 20px;
  }
  .nav_album ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .nav_album ul li {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 0.7em;
    text-align: center;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 25px;
    background: rgb(224, 224, 224);
    padding-left: 20px;
    -webkit-box-shadow: inset 3px 7px 5px rgba(0, 0, 0, 0.521);
            box-shadow: inset 3px 7px 5px rgba(0, 0, 0, 0.521);
    padding-right: 20px;
  }
  footer h3 {
    font-size: 0.5em;
  }
  footer .licence {
    font-size: 0.4em;
    color: rgb(138, 138, 138);
  }
}
.acceuil-content {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.acceuil-content .presentation {
  background-color: rgb(17, 17, 17);
  text-shadow: -6px 4px 4px rgba(0, 0, 0, 0.521);
  text-align: center;
}
.acceuil-content .presentation h1 {
  color: rgb(224, 224, 224);
  font-size: 2rem;
}
.acceuil-content .presentation p {
  text-align: center;
  margin: 10px;
  color: rgb(224, 224, 224);
  font-size: 0.8rem;
}

.imgpresentation {
  width: 25%;
  margin: auto;
  text-align: center;
}
.imgpresentation img {
  width: 100%;
  height: 100%;
}

.album-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.album-content .albumaccueil {
  position: relative;
  text-align: center;
  border: 2px solid rgb(5, 5, 5);
  width: 300px;
  height: 380px;
  background-color: rgb(17, 17, 17);
  -webkit-box-shadow: 9px 5px 5px 2px rgba(0, 0, 0, 0.521);
          box-shadow: 9px 5px 5px 2px rgba(0, 0, 0, 0.521);
  margin: auto;
}
.album-content .albumaccueil a, .album-content .albumaccueil p {
  font-size: 0.8em;
  color: aliceblue;
}
.album-content .albumaccueil img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 800px) {
  .acceuil-content {
    display: absolute;
  }
  .acceuil-content .presentation h1 {
    font-size: 1rem;
  }
  .acceuil-content .presentation p {
    font-size: 0.8rem;
    text-align: justify;
  }
  .imgpresentation {
    width: 60%;
    margin: auto;
    text-align: center;
  }
  .imgpresentation img {
    width: 100%;
    height: 100%;
  }
  .album-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 10px;
  }
  .album-content .albumaccueil {
    position: relative;
    text-align: center;
    border: 2px solid rgb(5, 5, 5);
    width: 100%;
    height: 300px;
    background-color: rgb(17, 17, 17);
    -webkit-box-shadow: 9px 5px 5px 2px rgba(0, 0, 0, 0.521);
            box-shadow: 9px 5px 5px 2px rgba(0, 0, 0, 0.521);
    margin-bottom: 50px;
  }
  .album-content .albumaccueil a, .album-content .albumaccueil p {
    font-size: 0.8em;
    color: aliceblue;
  }
  .album-content .albumaccueil img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100vh - 100px);
  width: 100%;
}
.main-login .messagelogin {
  height: 40px;
  width: 100%;
}
.main-login .messagelogin p {
  text-align: center;
  font-size: 2rem;
  color: rgb(224, 224, 224);
}
.main-login form {
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50vw;
  height: 320px;
  background-color: rgb(155, 155, 155);
  margin: auto;
  -webkit-box-shadow: 10px 5px 5px black;
          box-shadow: 10px 5px 5px black;
}
.main-login form .box-input {
  margin: 5px;
  width: 400px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
}
.main-login form .box-button {
  width: 100px;
  height: 30px;
  margin-bottom: 15px;
  border-radius: 15px;
  text-align: center;
  cursor: pointer;
}
.main-login form input[type=text],
.main-login form input[type=password] {
  border: 1px solid transparent;
  background: rgb(235, 244, 242);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  font-size: 1.1rem;
  padding-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main-login form input[type=text]:focus,
.main-login form input[type=password]:focus {
  border: 1px solid #5ef9a4;
}
.main-login form span {
  display: block;
  font-size: 0.8rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: red;
}
.main-login form p {
  background: red;
  width: 33%;
  height: 6px;
  margin: -2px 0 2px;
  border-radius: 50px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-login form #security span {
  display: inline;
}
.main-login form .error input {
  color: red;
  border: 1px solid rgba(255, 0, 0, 0.527);
}
.main-login form .error span {
  visibility: visible;
  opacity: 1;
  color: red;
}
.main-login form .progressRed {
  background: red;
  width: 33%;
  visibility: visible;
}
.main-login form .progressBlue {
  background: #16d9e7;
  width: 67%;
  visibility: visible;
}
.main-login form .progressGreen {
  width: 100%;
  background: #5ef9a4;
  visibility: visible;
}
.main-login form #inscription {
  visibility: hidden;
}

@media screen and (max-width: 800px) {
  .main-login {
    height: 600px;
  }
  .main-login .messagelogin {
    height: 40px;
    width: 100%;
  }
  .main-login .messagelogin p {
    text-align: center;
    font-size: 1rem;
    color: rgb(224, 224, 224);
  }
  .main-login form {
    margin: 10px;
    width: 95vw;
    height: auto;
  }
  .main-login form .box-input {
    width: 90%;
  }
  .main-login form .pseudo-container {
    width: 90%;
  }
  .main-login form .password-container {
    width: 90%;
  }
  .main-login form .confirm-container {
    width: 90%;
  }
  .main-login form .email-container {
    width: 90%;
  }
}
@media screen and (min-width: 800px) {
  /* Book */
  .book {
    position: relative;
    width: 45%;
    height: 95%;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
    /* Paper flip effect */
  }
  .book .paper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-perspective: 6000px;
            perspective: 6000px;
  }
  .book .front,
  .book .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .book #couverture {
    border: 2px solid rgb(5, 5, 5);
    -webkit-box-shadow: inset 10px 0px 6px 0px rgba(0, 0, 0, 0.521);
            box-shadow: inset 10px 0px 6px 0px rgba(0, 0, 0, 0.521);
  }
  .book .couverture-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .book .couverture-content h2 {
    position: absolute;
    top: 5%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    height: 10%;
    background-color: rgba(255, 255, 255, 0.192);
    font-size: 2, 5em;
    color: aliceblue;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
  }
  .book .front {
    z-index: 1;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-top: 2px solid rgb(5, 5, 5);
    border-bottom: 2px solid rgb(5, 5, 5);
    border-right: 2px solid rgb(5, 5, 5);
    background-color: rgb(17, 17, 17);
  }
  .book .back {
    border-top: 2px solid rgb(5, 5, 5);
    border-bottom: 2px solid rgb(5, 5, 5);
    border-right: 2px solid rgb(5, 5, 5);
    z-index: 0;
    background-color: rgb(17, 17, 17);
  }
  .book .front-content,
  .book .back-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .book .back-content {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .book .flipped .front,
  .book .flipped .back {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .book .page-conteneur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .book .vignette-container {
    width: min(28vh, 18vw);
    height: calc(min(28vh, 18vw) * 0.9);
    margin: 17px;
    position: relative;
    -webkit-box-shadow: -3px 2px 2px rgba(0, 0, 0, 0.521);
            box-shadow: -3px 2px 2px rgba(0, 0, 0, 0.521);
  }
  .book .vignette-container .drag-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2% 2% 0% 2%;
    width: 96%;
    height: 80%;
  }
  .book .vignette-container .drag-area a {
    width: 100%;
    height: 100%;
  }
  .book .vignette-container .drag-area .icon {
    z-index: 100;
    position: absolute;
    top: 3%;
    right: 3%;
    height: 30px;
    width: 30px;
    background: url(asset/delete.png) center/cover;
    cursor: pointer;
  }
  .book .vignette-container .active {
    border: 2px solid #fff;
  }
  .book .vignette-container .noreel {
    width: 100%;
    height: 100%;
  }
  .book .vignette-container .noreel:hover {
    width: 100%;
    height: 100%;
  }
  .book .vignette-container .noreel:active {
    pointer-events: none;
  }
  .book .vignette-container .reel {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .book .vignette-container .titre {
    margin-top: 2px;
    text-align: center;
    font-size: min(1vw, 15px);
  }
  .book .vignette-container .titre a {
    color: black;
  }
  .book .Unco .titre a {
    color: rgb(224, 224, 224);
  }
  .book .Co {
    background: url(asset/img/vignette_co.jpg) center/cover;
  }
  .book .Unco {
    background: url(asset/img/vignette_unco.jpg) center/cover;
  }
  .book .Rare {
    background: url(asset/img/vignette_rare.jpg) center/cover;
  }
  .book .Legend {
    background: url(asset/img/vignette_legend.jpg) center/cover;
  }
  .book .numero {
    position: absolute;
    top: 63%;
    left: 6%;
    z-index: 10;
    text-align: center;
    font-weight: bold;
    font-size: 4vh;
    color: white;
    text-shadow: -6px 4px 4px rgba(0, 0, 0, 0.521);
  }
  .book #file {
    position: absolute;
    top: 62%;
    right: 3%;
    height: 40px;
    width: 40px;
    background: url(asset/upload.png) center/cover;
  }
  /* Controller Buttons */
  button {
    border: none;
    background-color: transparent;
    cursor: pointer;
  }
  #prev-btn {
    z-index: 1000;
    position: absolute;
    height: 50px;
    width: 50px;
    left: 10px;
    top: 40vh;
    background: url(asset/left-arrow.png) center/cover;
  }
  #next-btn {
    z-index: 1000;
    position: absolute;
    height: 50px;
    width: 50px;
    left: calc(100vw - 10px);
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
    top: 40vh;
    background: url(asset/right-arrow.png) center/cover;
  }
  .myPictureContent {
    height: 100%;
    width: 65vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  .myPictureContent #vi-prev-btn {
    z-index: 1000;
    height: 50px;
    width: 50px;
    background: url(asset/left-arrow.png) center/cover;
  }
  .myPictureContent #vi-next-btn {
    z-index: 1000;
    height: 50px;
    width: 50px;
    background: url(asset/right-arrow.png) center/cover;
  }
  .myPictureContent .myPictureContainer {
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .myPictureContent .myPictureContainer .frontImage {
    border-radius: 3px;
    background-color: aliceblue;
    padding: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 100%;
    width: 95%;
    text-shadow: -6px 4px 4px rgba(0, 0, 0, 0.521);
  }
  .myPictureContent .myPictureContainer .frontImage .frontImageTextContainer {
    width: 100%;
    height: 100%;
  }
  .myPictureContent .myPictureContainer .frontImage .frontImageTextContainer img {
    width: 100%;
    height: 95%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .myPictureContent .myPictureContainer .frontImage .frontImageTextContainer .frontImageInfos {
    color: black;
    text-shadow: none;
    font-size: 2vh;
    font-weight: bold;
  }
  .otherPictureContainer {
    position: relative;
    padding-top: 10px;
    width: 35vw;
    height: 100%;
    text-align: center;
    color: white;
  }
  .otherPictureContainer .ImageDesAutres {
    width: 60%;
    height: 30%;
    visibility: hidden;
  }
  .otherPictureContainer .ImageDesAutres .vignette {
    border-radius: 3px;
    padding: 5px;
    background-color: aliceblue;
    text-shadow: -6px 4px 4px rgba(0, 0, 0, 0.521);
    width: 100%;
    height: 100%;
  }
  .otherPictureContainer .ImageDesAutres .vignette img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otherPictureContainer .ImageDesAutres .vignette .titre {
    text-align: center;
    font-size: 0.5em;
  }
  .otherPictureContainer .visible {
    visibility: visible;
  }
  .level_1 {
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .level_2 {
    position: absolute;
    top: 320px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .level_3 {
    position: absolute;
    top: 590px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 800px) {
  button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  button :focus {
    outline: none;
  }
  button :hover {
    color: #ffffff;
  }
  /* Book */
  #prev-btn {
    visibility: hidden;
  }
  #next-btn {
    visibility: hidden;
  }
  .book {
    padding-top: 50px;
    position: relative;
    width: 100vw;
  }
  /* Controller Buttons */
  #couverture {
    border: 2px solid rgb(5, 5, 5);
    -webkit-box-shadow: inset 10px 0px 6px 0px rgba(0, 0, 0, 0.521);
            box-shadow: inset 10px 0px 6px 0px rgba(0, 0, 0, 0.521);
    margin-bottom: 30px;
  }
  .couverture-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .couverture-content h2 {
    position: absolute;
    top: 5%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    height: 10%;
    background-color: rgba(255, 255, 255, 0.192);
    font-size: 2, 5em;
    color: aliceblue;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
  }
  .front {
    border-top: 2px solid rgb(5, 5, 5);
    border-bottom: 2px solid rgb(5, 5, 5);
    border-right: 2px solid rgb(5, 5, 5);
    background-color: rgb(17, 17, 17);
  }
  .back {
    border-top: 2px solid rgb(5, 5, 5);
    border-bottom: 2px solid rgb(5, 5, 5);
    border-right: 2px solid rgb(5, 5, 5);
    background-color: rgb(17, 17, 17);
  }
  .front-content,
  .back-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-conteneur {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vignette-container {
    width: 80vw;
    height: 70vw;
    margin: 10px;
    position: relative;
    -webkit-box-shadow: -3px 2px 2px rgba(0, 0, 0, 0.521);
            box-shadow: -3px 2px 2px rgba(0, 0, 0, 0.521);
  }
  .vignette-container .drag-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 2% 2% 0% 2%;
    width: 96%;
    height: 80%;
  }
  .vignette-container .drag-area a {
    width: 100%;
    height: 100%;
  }
  .vignette-container .drag-area .icon {
    z-index: 100;
    position: absolute;
    top: 3%;
    right: 3%;
    height: 30px;
    width: 30px;
    background: url(asset/delete.png) center/cover;
    cursor: pointer;
  }
  .vignette-container .active {
    border: 2px solid #fff;
  }
  .vignette-container .noreel {
    width: 100%;
    height: 100%;
  }
  .vignette-container .noreel:hover {
    width: 100%;
    height: 100%;
  }
  .vignette-container .noreel:active {
    pointer-events: none;
  }
  .vignette-container .reel {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .vignette-container .titre {
    margin-top: 2px;
    text-align: center;
    font-size: 1.6vh;
  }
  .vignette-container .titre a {
    color: black;
  }
  .Unco .titre a {
    color: rgb(224, 224, 224);
  }
  .Co {
    background: url(asset/img/vignette_co.jpg) center/cover;
  }
  .Unco {
    background: url(asset/img/vignette_unco.jpg) center/cover;
  }
  .Rare {
    background: url(asset/img/vignette_rare.jpg) center/cover;
  }
  .Legend {
    background: url(asset/img/vignette_legend.jpg) center/cover;
  }
  .numero {
    position: absolute;
    top: 70%;
    left: 5%;
    z-index: 10;
    text-align: center;
    font-weight: bold;
    font-size: 4vh;
    color: rgb(228, 228, 228);
    text-shadow: -6px 4px 4px rgba(0, 0, 0, 0.521);
  }
  #file {
    position: absolute;
    top: 68%;
    right: 3%;
    height: 40px;
    width: 40px;
    background: url(asset/upload.png) center/cover;
  }
  .myPictureContent {
    width: 100vw;
    height: 75vw;
    position: fixed;
    top: 45px;
    background-color: rgb(17, 17, 17);
    padding-bottom: 10px;
    z-index: 1000;
  }
  .myPictureContent #vi-prev-btn {
    height: 50px;
    width: 50px;
    z-index: 1000;
    position: absolute;
    left: 10px;
    top: calc(75vw + 20px);
    background: url(asset/left-arrow.png) center/cover;
  }
  .myPictureContent #vi-next-btn {
    height: 50px;
    width: 50px;
    z-index: 1000;
    position: absolute;
    left: calc(100vw - 10px);
    -webkit-transform: translatex(-100%);
            transform: translatex(-100%);
    top: calc(75vw + 20px);
    background: url(asset/right-arrow.png) center/cover;
  }
  .myPictureContent .fa-arrow-circle-right, .myPictureContent .fa-arrow-circle-left {
    font-size: 50px;
    color: gray;
  }
  .myPictureContent .myPictureContainer {
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .myPictureContent .myPictureContainer .frontImage {
    border-radius: 3px;
    background-color: aliceblue;
    padding: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 100%;
    width: 95%;
    text-shadow: -6px 4px 4px rgba(0, 0, 0, 0.521);
  }
  .myPictureContent .myPictureContainer .frontImage .frontImageTextContainer {
    width: 100%;
    height: 100%;
  }
  .myPictureContent .myPictureContainer .frontImage .frontImageTextContainer img {
    width: 100%;
    height: 95%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .myPictureContent .myPictureContainer .frontImage .frontImageTextContainer .frontImageInfos {
    color: black;
    text-shadow: none;
    font-size: 1vh;
    font-weight: bold;
  }
  .otherPictureContainer {
    position: absolute;
    top: calc(75vw + 50px);
    width: 100vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .otherPictureContainer .ImageDesAutres {
    width: 300px;
    height: 200px;
    visibility: hidden;
    position: absolute;
    margin-bottom: 10px;
  }
  .otherPictureContainer .ImageDesAutres .vignette {
    border-radius: 3px;
    padding: 5px;
    background-color: aliceblue;
    width: 100%;
    height: 100%;
  }
  .otherPictureContainer .ImageDesAutres .vignette a {
    width: 100%;
    height: 100%;
  }
  .otherPictureContainer .ImageDesAutres .vignette img {
    width: 100%;
    height: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .otherPictureContainer .titre {
    text-align: center;
    font-size: 1em;
    color: aliceblue;
  }
  .otherPictureContainer .visible {
    visibility: visible;
    position: initial;
  }
}
.albumbibli {
  position: relative;
  border: 2px solid rgb(5, 5, 5);
  -webkit-box-shadow: 5px 4px 6px 1px rgba(0, 0, 0, 0.521);
          box-shadow: 5px 4px 6px 1px rgba(0, 0, 0, 0.521);
  width: 500px;
  height: 600px;
  background-color: rgb(17, 17, 17);
  text-align: center;
  margin: auto;
}
.albumbibli a {
  height: 100%;
  width: 100%;
}
.albumbibli img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 800px) {
  .albumbibli {
    position: relative;
    border: 2px solid rgb(5, 5, 5);
    -webkit-box-shadow: 5px 4px 6px 1px rgba(0, 0, 0, 0.521);
            box-shadow: 5px 4px 6px 1px rgba(0, 0, 0, 0.521);
    width: 80vw;
    height: 100vw;
    background-color: rgb(17, 17, 17);
    text-align: center;
    margin-bottom: 50px;
  }
  .albumbibli a {
    height: 100%;
    width: 100%;
  }
  .albumbibli img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=index.css.map */