html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: none;
}
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: relative;
}
*,
*:after,
*:before {
  box-sizing: inherit;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXX FIN RESET XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

/*********************************************Pour le header */

/*variable*/
:root {
  --font-size: 1em;
}
.light-mode {
  --navbar-color: #222;
  --navbar-bg-color: #f0f0f0;
}
.dark-mode {
  --navbar-color: #fff;
  --navbar-bg-color: #000;
}
.perso-mode {
  --navbar-color: rgb(0, 0, 0);
  --navbar-bg-color: rgba(0, 0, 0, 0);
}
/*********************************************NAVBAR*/
.navbar {
  display: flex;
  align-items: center;
  margin-right: 5%;
  margin-left: 5%;
  height: 12%;
  padding: 10px;
  color: var(--navbar-color);
  background: var(--navbar-bg-color);
}
.navbar_links {
  z-index: 1;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar_link {
  padding: 0 10px;
}
.navbar_link > a {
  text-decoration: none;
  color: var(--navbar-color);
  font-family: "Bangers", sans-serif;
  font-size: 1.8em;
}
.navbar_logo {
  z-index: 1;
  flex: 1;
  font-size: 1vw;
}
.logo {
  width: 30%;
}
.burger {
  display: none;
}
.navbar_link > a::after {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: var(--navbar-color);
  transition: width 0.4s;
}
.navbar_link:hover > a::after {
  width: 100%;
}
.date {
  flex: 2;
  font-size: 2vw;
  text-align: center;
}
/*********************************Pour le corp et le blog */

body {
  font-size: var(--font-size);
  display: flex;
  flex-direction: column;
  font-family: 'Bangers', cursif;
  overflow: hidden;
}
main {
  overflow: auto;
  height: 100%;
  width: 100%;
}
h1 {
  text-align: center;
  font-size: 4vw;
  padding-top: 6%;
  color: rgb(227, 227, 28);
}
h2 {
  font-size: 3vw;
  text-align: center;

  margin: 0 auto;
  text-decoration: underline;
  color: rgb(0, 0, 0);
  padding: 2%;
}
a {
  font-size: 3vw;
  margin: 3px;
  color: green;

}
a:hover{
  transition: transform 0.5s;
  transform: scale(1.1);
}
p {
  font-size: 3vw;
  color: rgb(85, 25, 85);
}
.carte_acces {
  text-align: center;
  border: cadetblue solid 3px;
  margin: 20px auto;
  width: 80%;
  padding-top: 3%;
  padding-bottom: 3%;
}
.carte{
  width: 30%;
  margin: 0 auto;
  margin-top: 3%;
  padding: 3%;
  text-align: center;
  border: rgb(0, 0, 0) solid 3px;
  background-color: aliceblue;
}
.carte > a:hover {
  transition: transform 0.5s;
  transform: scale(1.05);
}
.msgerreur {
  margin: 0 auto;
  color: red;
  font-size: 5vw;
}
.deconnexion {
  text-align: center;
  margin: 0 auto;
  padding-bottom: 1em;
  padding-top: 1em;
  width: 30%;
}
.deconnexion:hover {
  transition: transform 0.5s;
  transform: scale(1.2);
}
.scroll {
  position: fixed;
  text-align: center;
  width: 15%;
}
.scroll:hover {
  transition: transform 0.5s;
  transform: scale(1.2);
}
.text-center{
  text-align: center;
}
.container {
  display: flex;
  width: 90%;
  margin: auto;
}
.gauche{
  flex: 2;
  padding-top: 5%;
  padding-left: 5%;
}
.droite{
  flex: 2;
  padding-top: 10%;
}
.droite, .gauche{
  text-align: center;
  display: flex;
  flex-direction: column;
}
.gauche > img {
  margin: 0 auto;
}
.visually-hidden{
  display: none !important;
}
/*----------------------------------------ACCUEIL---------------------------------------------*/
.accueil{
  background: no-repeat url("../pictures/Backgrounds/prairie3.jpg");
  background-size: cover;
  background-position: center;
}
.standby{
  background: no-repeat url("../pictures/Backgrounds/arene-pokemon.jpg");
  background-size: cover;
  background-position: center;
}
.arene{
  background: no-repeat url("../pictures/Backgrounds/arene.jpeg");
  background-size: cover;
  background-position: center;
}
@keyframes tremblement {
  0% {
    opacity: 1;
  }
  50% {
    transform: translate3d(-10px, 5px, 0);
  }
  53% {
    transform: translate3d(11px, 10px, 0);
  }
  56% {
    transform: translate3d(-14px, 5px, 0);
  }
  60% {
    transform: translate3d(14px, 2px, 0);
  }
  100% {
    opacity: 1;
  }
}
.tremblement {
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  animation-duration: 0.5s;
  animation-delay: 1.7s;
  animation-name: tremblement;
  animation-iteration-count: 1;
  overflow: hidden;
}

@keyframes eclair {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    top: 0px;
  }
  55% {
    visibility: visible;
    top: 0px;
  }
  60% {
    visibility: visible;
    top: 0px;
  }
  70% {
    visibility: hidden;
    top: 0px;
  }
  100% {
    visibility: hidden;
  }
}
.eclair {
  z-index: 1;
  height: 100%;
  top: 0px;
  right: 41%;
  animation-name: eclair;
  visibility: hidden;
  animation-duration: 0.5s;
  animation-delay: 1.7s;
  position: absolute;
  box-shadow: 0px 0px 1000px 1000px rgba(0, 0, 0, 0.5);
}
@keyframes title-descent {
  0% {
    visibility: visible;
  }
  2% {
    visibility: visible;
    top: 0%;
  }
  10% {
    visibility: visible;
    top: 1%;
  }
  20% {
    visibility: visible;
    top: 2%;
  }
  30% {
    visibility: visible;
    top: 3%;
  }
  40% {
    visibility: visible;
    top: 4%;
  }
  50% {
    visibility: visible;
    top: 5%;
  }
  60% {
    visibility: visible;
    top: 6%;
  }
  70% {
    visibility: visible;
    top: 7%;
  }
  100% {
    visibility: visible;
    top: 8%;
  }
}
.titre {
  margin: 0 auto;
  display: block;
  width: 30%;
  position: relative;
  filter: drop-shadow(10px 5px 2px #23293d7e);
  animation-name: title-descent;
  animation-duration: 0.5s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  visibility: hidden;
}
.titre:hover {
  transition: transform 0.5s;
  transform: scale(1.07);
}
.animRoucool1,
.animRoucool2,
.animRoucool3 {
  height: 0;
  right: -10vw;
  overflow: visible;
  text-align: right;
  position: relative;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animRoucool1 img,
.animRoucool2 img,
.animRoucool3 img {
  height: 65px;
}
@keyframes roucool-flight {
  0% {
    transform: scale(0.8) translateX(10vw);
  }
  10% {
    transform: translateY(2vh) translateX(-10vw) scale(0.9);
  }
  20% {
    transform: translateY(0vh) translateX(-30vw) scale(1);
  }
  30% {
    transform: translateY(4vh) translateX(-50vw) scale(1);
  }
  40% {
    transform: translateY(2vh) translateX(-70vw) scale(1);
  }
  50% {
    transform: translateY(0vh) translateX(-90vw) scale(0.9);
  }
  60% {
    transform: translateY(0vh) translateX(-110vw) scale(0.9);
  }
  100% {
    transform: translateY(0vh) translateX(-110vw) scale(0.9);
  }
}
.animRoucool1 {
  animation-duration: 11.5s;
  animation-name: roucool-flight2;
}
@keyframes roucool-flight2 {
  0% {
    transform: scale(0.6) translateX(20vw);
  }
  10% {
    transform: translateY(2vh) translateX(-10vw) scale(0.6);
  }
  20% {
    transform: translateY(0vh) translateX(-30vw) scale(0.6);
  }
  30% {
    transform: translateY(4vh) translateX(-50vw) scale(0.7);
  }
  40% {
    transform: translateY(2vh) translateX(-70vw) scale(0.7);
  }
  50% {
    transform: translateY(0vh) translateX(-90vw) scale(0.8);
  }
  60% {
    transform: translateY(0vh) translateX(-110vw) scale(0.9);
  }
  100% {
    transform: translateY(0vh) translateX(-110vw) scale(0.9);
  }
}
.animRoucool2 {
  animation-duration: 10.9s;
  animation-delay: 0.5s;
  animation-name: roucool-flight;
}
.animRoucool3 {
  animation-duration: 11.2s;
  animation-delay: 0.9s;
  animation-name: roucool-flight;
}
@keyframes pika-ascent {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    bottom: 6%;
  }
  60% {
    visibility: visible;
    bottom: 7%;
  }
  70% {
    visibility: visible;
    bottom: 8%;
  }
  100% {
    visibility: visible;
    bottom: 9%;
  }
}
.pikachu {
  animation-name: pika-ascent;
  position: absolute;
  visibility: hidden;
  animation-iteration-count: 1;
  animation-duration: 0.5s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  width: 20%;
  bottom: 9%;
  right: 38%;
}
.pikachu:hover {
  transition: transform 0.5s;
  transform: scale(1.07);
}
@keyframes DRACAU {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    right: 0%;
  }
  60% {
    visibility: visible;
    right: 13%;
  }
  100% {
    visibility: visible;
    right: 18%;
  }
}
.dracaufeu {
  animation-name: DRACAU;
  position: absolute;
  visibility: hidden;
  animation-duration: 0.5s;
  animation-delay: 1.7s;
  animation-fill-mode: forwards;
  filter: drop-shadow(8px 7px 2px #0000009a);
  width: 18%;
  bottom: 20%;
  right: 18%;
}
.dracaufeu:hover {
  transition: transform 0.5s;
  transform: scale(1.07);
}
@keyframes FLAMME {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    right: 0%;
  }
  60% {
    visibility: visible;
    right: 13%;
  }
  100% {
    visibility: visible;
    right: 17%;
  }
}
.flamme {
  animation-name: FLAMME;
  visibility: hidden;
  animation-duration: 0.5s;
  animation-delay: 1.7s;
  animation-fill-mode: forwards;
  position: absolute;
  width: 5%;
  bottom: 24.5%;
  right: 17%;
}
@keyframes MEWTWO {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
    left: 0%;
  }
  60% {
    visibility: visible;
    left: 20%;
  }
  100% {
    visibility: visible;
    left: 25%;
  }
}
.mewtwo {
  animation-name: MEWTWO;
  position: absolute;
  visibility: hidden;
  animation-duration: 0.5s;
  animation-delay: 1.7s;
  animation-fill-mode: forwards;
  filter: drop-shadow(8px 3px 2px #0000009a);
  width: 15%;
  bottom: 20%;
  left: 25%;
}
.mewtwo:hover {
  transition: transform 0.5s;
  transform: scale(1.07);
}
.bulbi {
  position: absolute;
  width: 90px;
  bottom: 36%;
  left: 19%;
}
.salam {
  position: absolute;
  width: 90px;
  bottom: 36%;
  left: 23%;
}
.pig1 {
  position: absolute;
  width: 65px;
  bottom: 50%;
  left: 29%;
}
.pig2 {
  position: absolute;
  width: 75px;
  bottom: 50%;
  left: 13%;
}
.tornade {
  position: absolute;
  width: 55px;
  bottom: 50%;
  left: 18%;
}
.tornade2 {
  position: absolute;
  width: 35px;
  bottom: 47%;
  left: 28%;
}
.carapuce {
  position: absolute;
  width: 100px;
  bottom: 30%;
  right: 5%;
}
.arbok {
  position: absolute;
  width: 90px;
  bottom: 30%;
  right: 12%;
}
.dugtrio {
  position: absolute;
  width: 50px;
  bottom: 30%;
  left: 12%;
}
.dugtrio1 {
  position: absolute;
  width: 50px;
  bottom: 27%;
  left: 15%;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.go_fight {
  display: flex;
  width: 100%;
  height: 25%;
  position: absolute;
  bottom: 0;
  text-align: center;
  align-items: center;
  background: url("../pictures/leMur2.png");
  background-position: center top;
  background-size: cover;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-delay: 1.7s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.go_fight > a {
  filter: drop-shadow(8px 13px 2px #5c5c5c9a);
}
.go_fight > a:hover {
  transition: transform 0.5s;
  transform: scale(1.07);
}
.go_fight img {
  width: 50%;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX NUAGES XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.background-wrap {
  padding-top: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@-webkit-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}
@-moz-keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}
@keyframes animateCloud {
  0% {
    margin-left: -1000px;
  }
  100% {
    margin-left: 100%;
  }
}
/* ANIMATIONS */
.x1 {
  -webkit-animation: animateCloud 35s linear infinite;
  -moz-animation: animateCloud 35s linear infinite;
  animation: animateCloud 35s linear infinite;

  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  transform: scale(0.65);
}
.x2 {
  -webkit-animation: animateCloud 20s linear infinite;
  -moz-animation: animateCloud 20s linear infinite;
  animation: animateCloud 20s linear infinite;

  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}
.x3 {
  -webkit-animation: animateCloud 30s linear infinite;
  -moz-animation: animateCloud 30s linear infinite;
  animation: animateCloud 30s linear infinite;

  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  transform: scale(0.5);
}
/* OBJECTS */
.cloud {
  background: #fff;
  background: -moz-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #fff 5%, #f1f1f1 100%);
  background: linear-gradient(top, #fff 5%, #f1f1f1 100%);

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;

  -webkit-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.1);

  position: relative;
  height: 90px;
  width: 320px;
}
.cloud:after,
.cloud:before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
}
.cloud:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: -100%;

  height: 100px;
  left: 50px;
  top: -50px;
  width: 100px;
}
.cloud:before {
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;

  width: 180px;
  height: 180px;
  right: 50px;
  top: -90px;
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXX BIRDS XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

.bird {
  background-image: url(../pictures/bird.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
  animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.bird-container--one {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.bird-container--three {
  -webkit-animation-duration: 9.6s;
  animation-duration: 9.6s;
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}
.bird-container--four {
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-delay: 10.25s;
  animation-delay: 10.25s;
}
@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
/*-----------------------------------FORMULAIRE------------------------------------------------------*/
.formCreation {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  border-radius: 20px;
  background-color: rgba(128, 128, 128, 0.714);
}
.formCreation td {
  text-align: center;
}
.form-edit, .form,
.form-login {
  text-align: center;
  margin: 0 auto;
  width: 60%;
}
.form-edit p {
  text-align: center;
}
.form-login button, .form button,
.form-edit button {
  font-size: 2vw;
  margin-top: 3%;
  margin-bottom: 5%;
}
form {
  font-size: 2vw;
  border: black solid 3px;
  border-radius: 20px;
  padding: 10px;
  margin: 5% auto;
  width: 90%;
}
form p {
  font-size: 1.5vw;
  align-items: center;
}
select {
  font-size: 1.5vw;
  margin-bottom: 3%;
  margin-top: 3%;
}
button {
  font-size: 2vw;
  margin-top: 2%;
}
table {
  margin: 0 auto;
}
td {
  text-align: right;
}
input {
  font-size: 70%;
  text-align: center;
  margin-bottom: 3%;
  margin-top: 3%;
}
textarea {
  font-size: 59.5%;
  text-align: center;
}
input:invalid {
  border: 2px dashed red;
}
input:valid {
  border: 1px solid black;
}
form input:hover {
  transition: transform 0.5s;
  transform: scale(1.07);
}
/*------------------------------------Pour le Jeux-----------------------*/
.affichageJeu{
  display: flex;
  justify-content: space-around;
}
.game{
  margin-top: 6%;
}
.score{
  width: 40%;
  margin: 0 auto;
  margin-top: 3%;
  border-right: 1px #000 solid;
  border-left: 1px #000 solid;
}
.resultat{
  width: 25%;
  border-right: 1px #000 solid;

}
.info{
  width: 25%;
  border-left: 1px #000 solid;
}
.pokeball{
  width: 6vw;
  height: 6vw;
  background: no-repeat center/160% url("../pictures/pokeball.png");
  border-radius: 50%;
}
.pokemon{
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  vertical-align: baseline;
}
.top{
  text-decoration: underline;
}
#game{
  background-color: rgba(0, 0, 0, 0.771);
}
.canvas{
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fleche{
  display: none;
}

/*------------------------------------Pour le footer-----------------------*/
footer {
  color: var(--navbar-color);
  background: var(--navbar-bg-color);
  width: 100%;
  height: 70px;
  font-size: 1vw;
  position: absolute;
  bottom: 10%;
}
.contenu-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bloc {
  width: 10%;
  align-items: center;
  margin: 30px auto;
}
.bloc:nth-child(2) {
  text-align: center;
}
.footer-contact h3 {
  font-size: 1vw;
  padding-bottom: 20px;
  background: none;
}
.liste-contact,
.liste-medias {
  color: black;
  list-style-type: none;
  font-size: 1vw;
}
.liste-contact li,
.liste-medias li {
  padding-bottom: 5%;
}
.liste-medias i {
  padding: 2px 5px;
}
.liste-medias a {
  text-decoration: none;
  font-size: 1vw;
  color: #333;
  display: flex;
  align-items: center;
  padding-bottom: 5%;
}
.liste-medias a:hover {
  color: rgb(145, 179, 114);
}
/*------------------------------------Pour le footer-----------------------*/
