body {
  font-family: "San Francisco", Helvetica, Arial, sans-serif;
  display: flex;
  justify-content: center;
  justify-self: center;
  align-items: center;
  height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
}

.BForm {
  color: white;
  background: #121212;
  background: linear-gradient(135deg,
      #121212 25%,
      #1a1a1a 25%,
      #1a1a1a 50%,
      #121212 50%,
      #121212 75%,
      #1a1a1a 75%,
      #1a1a1a);
  background-size: 40px 40px;
  animation: move 4s linear infinite;
  user-select: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 40px 40px;
  }
}

.image {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-profil {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-profil .img {
  margin-top: 10px;
  height: 40px;
  width: 40px;
  border-radius: 40px;
}

.image .img {
  width: 70px;
  height: 70px;
  margin: 0px;
  animation: paper-rotate 3s linear infinite;
}

@keyframes paper-rotate {
  0% {
    rotate: 0deg;
  }

  100% {
    rotate: 360deg;
  }
}

.SelectNameCard {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  padding: 7px;
  border-radius: 10px;
  font-size: 1.2em;
  color: #fff;
  background-color: rgb(28, 28, 30);
  box-shadow: 0 0 0.4vw rgba(0, 0, 0, 0.5), 0 0 0 0.15vw transparent;
  border: none;
  outline: none;
  max-width: 190px;
  transition: 0.4s;
}

.button-check {
  background-color: #2cec12;
  box-shadow: #0a2905 0px 4px 0px;
  border-radius: 8px;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  width: 30px;
  height: 25px;
  transition: transform 200ms, box-shadow 200ms;
  user-select: none;
  margin-left: 10px;
}

.img-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
}

.container-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

#error-message {
  color: red;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.hidden {
  display: none;
}

.notify {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: -100%;
  transition: all 1s ease-in;
  background-color: #137aa3;
  border-radius: 8px;
  min-height: 50px;
  padding: 10px 10px;
}

.visibleNotify {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  transition: all 1s ease-out;
  margin-top: 70px;
  top: 0;
  background-color: #137aa3;
  border-radius: 8px;
  min-height: 50px;
  padding: 10px 10px;
}

@media (min-width: 767px) {
  .notify {
    width: 500px;
  }

  .visibleNotify {
    width: 500px;
  }

  .allbox {
    width: 90%;
  }

  .checkbox .inner {
    font-size: 14px;
  }

  .checkbox {
    min-width: 55px;
  }

  .progress-bar-block {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .notify {
    width: 90%;
  }

  .visibleNotify {
    width: 90%;
  }

  .checkbox .inner {
    font-size: 10px;
  }

  .checkbox {
    min-width: 30px;
  }

  .unpeu .checkbox .inner {
    font-size: 8px;
  }

  .unpeu .checkbox {
    min-width: 30px;
    max-width: 50px;
  }

  .progress-bar-block {
    width: 95%;
  }
}

.progress-bar-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.progress-bar-container {
  width: 100%;
  border: solid white;
  background-color: #303030;
  box-shadow: #000000 0px 4px 0px;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 30px;
  width: 0%;
  background-color: #4caf50;
  line-height: 30px;
  color: white;
  transition: width 0.75s;
}

.info__icon {
  width: 20px;
  height: 20px;
  transform: translateY(-2px);
  margin-right: 8px;
}

.info__icon path {
  fill: #fff;
}

.info__title {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  text-align: left;
}

.info__close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-left: auto;
}

.info__close path {
  fill: #fff;
}

.info-action {
  margin-left: 10px;
  border-radius: 100%;
  border: none;
  height: 20px;
  width: 20px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  background-color: #ffffff;
}

.Question {
  font-family: "San Francisco", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.info {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.info .info__icon {
  width: 5%;
}

.info .info__title {
  text-align: center;
  width: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.info .info__close {
  width: 5%;
}

.Question-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-block .button {
  width: 20%;
}

.slider-block .rangeSlider {
  width: 75%;
}

.slider-block .rangeValue {
  width: 5%;
  margin-left: 5px
}

.slider-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 10px;
  background-color: rgb(21, 90, 146);
  box-shadow: 0px 4px 0px rgb(18, 40, 82);
}

.rangeSlider {
  -webkit-appearance: none;
  margin-left: 10px;
  height: 8px;
  width: 80%;
  background: rgb(18, 40, 82);
  border-radius: 10px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.rangeSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 10px;
  width: 10px;
  height: 20px;
  background: #ffffff;
  cursor: pointer;
}

.allbox {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: bold;
  background-color: #006a94;
  border-radius: 10px;
  box-shadow: 0px 4px 0px #094c66;
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox {
  width: fit-content;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  padding: 2px 8px;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.7);
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 300ms;
  transition-property: color, background-color, box-shadow;
  display: flex;
  height: 32px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 1px 0px inset,
    rgba(255, 255, 255, 0.17) 0px 1px 1px 0px;
  outline: none;
  justify-content: center;
}

.customCheckBox:hover {
  background-color: #2c2c2c;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.23) 0px -4px 1px 0px inset,
    rgba(255, 255, 255, 0.17) 0px -1px 1px 0px,
    rgba(0, 0, 0, 0.17) 0px 2px 4px 1px;
}

.checkbox .inner {
  font-weight: 900;
  pointer-events: none;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 300ms;
  transition-property: transform;
  transform: translateY(0px);
}

.checkbox:hover .inner {
  transform: translateY(-2px);
}

.checklabel:first-of-type .checkbox {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right: 0px;
}

.checklabel:last-of-type .checkbox {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0px;
}

.checkinput:checked+.checklabel:nth-of-type(2) {
  background-color: #9b4545;
}

.checkinput:checked+.checklabel:nth-of-type(3) {
  background-color: #99d7fc;
}

.checkinput:checked+.checklabel:nth-of-type(4) {
  background-color: #74bd6a;
}

.checkinput:checked+.checklabel:first-of-type {
  background-color: #800404;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right: 0px;
}

.checkinput:checked+.checklabel:last-of-type {
  background-color: #408004;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 0px;
}

.checkinput {
  display: none;
}

.checkinput:checked+.checklabel .checkbox {
  color: white;
  box-shadow: rgba(0, 0, 0, 0.23) 0px -4px 1px 0px inset,
    rgba(255, 255, 255, 0.17) 0px -1px 1px 0px,
    rgba(0, 0, 0, 0.17) 0px 2px 4px 1px;
}

.checkinput:checked+.checklabel .checkbox .inner {
  transform: translateY(-2px);
}

.checkinput:checked+.checklabel .checkbox:hover {
  box-shadow: rgba(0, 0, 0, 0.26) 0px -4px 1px 0px inset,
    rgba(255, 255, 255, 0.17) 0px -1px 1px 0px,
    rgba(0, 0, 0, 0.15) 0px 3px 6px 2px;
}

.checklabel .checkbox:hover .inner {
  transform: translateY(-2px);
}

.button-end {
  background-color: #1197cc;
  box-shadow: #094c66 0px 4px 0px;
  border-radius: 8px;
  padding: 15px 10px;
  color: #fff;
  border: none;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  width: 70px;
  height: auto;
  transition: transform 200ms, box-shadow 200ms;
  user-select: none;
  margin-left: 5px;
}

.button-end:active {
  transform: translateY(4px);
  box-shadow: #094c66 0px 0px 0px;
}


/* Carte */

.card {
  user-select: none;
  position: relative;
  width: 429px;
  height: 600px;
  font-family: "Marsden Narrow Bold", sans-serif;
  font-weight: 600;
}

.gold {
  color: #40351d;
}

.silver {
  color: #2c2c2c;
}

.bronze {
  color: #3e281c;
}

.TOTW {
  color: #FFE681;
}

.fifa-font {
  background-image: url("https://en.idei.club/uploads/posts/2023-06/1686674878_en-idei-club-p-fifa-card-backgrounds-dizain-pinterest-1.jpg");
  background-size: 1920px;
  background-position: center;
  display: flex;
  justify-content: center;
  justify-self: center;
  align-items: center;
  overflow: hidden;
}

.fifa-font-zoom {
  background-image: url("https://en.idei.club/uploads/posts/2023-06/1686674878_en-idei-club-p-fifa-card-backgrounds-dizain-pinterest-1.jpg");
  background-size: 2300px;
  background-position: center;
  display: flex;
  justify-content: center;
  justify-self: center;
  align-items: center;
  overflow: hidden;
  transition: all 2s;
}

.FFT {
  background-size: 2200px;
}

.globalCard {
  display: flex;
  gap: 10px;
  justify-content: center;
  justify-self: center;
  align-items: center;
}

.info-stats {
  text-align: left;
}

.card .base-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card .pdpimg {
  width: 50%;
  position: absolute;
  bottom: 220px;
  left: 108px;
  -webkit-mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 90%,
      rgba(0, 0, 0, 0.2));
  mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 1) 90%,
      rgba(0, 0, 0, 0.2));
}

.card .img-white {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.cards {
  z-index: -2;
}

.card .PAC,
.card .SHO,
.card .PAS,
.card .DRI,
.card .DEF,
.card .PHY {
  width: 15px;
  height: 15px;
  font-size: 1.9em;
  font-weight: bold;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.card .POST {
  font-size: 1.9em;
  font-weight: bold;
  margin-top: -15px;
  z-index: -1;
}

.card .NAME {
  position: absolute;
  font-size: 2.25em;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px;
  min-width: 310px;
  max-width: 310px;
  max-height: 1.6em;
  min-height: 1.6em;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  bottom: 155px;
}

.card .Stats {
  position: absolute;
  bottom: 120px;
  left: 76px;
  display: flex;
  gap: 37.2px;
}

.PAC {
  order: 1;
}

.SHO {
  order: 2;
}

.PAS {
  order: 3;
}

.DRI {
  order: 4;
}

.DEF {
  order: 5;
}

.PHY {
  order: 6;
}

.card .GEN {
  font-size: 3.6em;
  z-index: -1;
}

.card .top-left {
  position: absolute;
  top: 80px;
  left: 69px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@font-face {
  font-family: "Marsden Narrow Bold";
  src: local("Marsden-Nr-Bold.tff");
  font-weight: bold;
  font-style: normal;
}

/* ANIMATION */

.pack {
  opacity: 1;
}

.packs {
  transform: translateY(800px);
  transition: all 2.3s ease-in-out 0.5s;
  opacity: 0;
}

.anime-pack {
  opacity: 1;
}

.anime-pack2 {
  opacity: 0;
  transition: opacity 0.2s ease-in-out 4.95s;
}

.NAMEP {
  bottom: 161px;
  left: 50%;
  opacity: 0;
}

.NAMEP2 {
  transition: all 0.5s;
  opacity: 1;
  bottom: 153px;
  left: 50%;
}

.GENP {
  opacity: 0;
}

.GENP2 {
  transition: opacity 0.3s ease-in-out 10s;
  opacity: 1;
}

.CARDP {
  transition: all 1s;
  position: relative;
}

.info-stats {
  transform: translateX(300%);
  width: 400px;
  opacity: 0;
  position: absolute;
  display: none;
  transition: all 1s;
  color: aliceblue;
  background-color: #977c43b7;
  box-shadow: #362d1a 0px 4px 0px;
  border-radius: 10px;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 8px;
  text-align: left;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
    1px 1px 0 black;
}

.AnimeInfoStats {
  display: block;
}

.globalCard:hover .info-stats {
  transform: translateX(250px);
  opacity: 1;
}

.globalCard:hover .CARDP {
  transform: translateX(-200px);
  transition: all 1s;
}

.info-stats p {
  text-align: left;
  font-size: 19px;
  user-select: none;
}

.OSP {
  opacity: 0;
}

.OSP2 {
  opacity: 1;
  transition: all 0.5s;
}




#image {
  max-width: 300px;
}

#uploadForm {
  text-align: center;
}