@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=Varela+Round);
.justify-content-center {
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

.l-d-flex {
  display: flex;
  gap: 10px;
}

.l-flex-wrap {
  flex-wrap: wrap;
}

.l-justify-content-center {
  justify-content: center;
}

.l-align-content {
  align-content: center;
}

/*Width*/
.minw-50 {
  min-width: 50px;
}

.minw-200 {
  min-width: 200px;
}

.minw-300 {
  min-width: 200px;
}

.minw-400 {
  min-width: 400px;
}

.minw-450 {
  min-width: 450px;
}

.minw-500 {
  min-width: 500px;
}

.maxw-50 {
  max-width: 50px;
}

.maxw-200 {
  max-width: 200px;
}

.maxw-300 {
  max-width: 300px;
}

.maxw-800 {
  max-width: 800px;
}

.maxw-1000 {
  max-width: 1000px;
}

.maxw-1600 {
  max-width: 1600px;
}

.minh-50 {
  min-height: 50px;
}

.minh-200 {
  min-height: 200px;
}

.minh-300 {
  min-height: 300px;
}

.minh-400 {
  min-height: 400px;
}

.minh-500 {
  min-height: 500px;
}

.minh-600 {
  min-height: 600px;
}

.minh-700 {
  min-height: 700px;
}

.minh-800 {
  min-height: 800px;
}

.minh-900 {
  min-height: 900px;
}

.minh-1000 {
  min-height: 1000px;
  color: red;
}

.loginWrapper {
  background-color: white;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 50px;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: auto;
  min-height: 300px;
  border: 2px;
  border-color: #00ccff;
  border-radius: 30px;
}

gymnast {
  background-color: #333;
  display: flex;
  justify-content: center;
}

#gymnastwrapper {
  height: 400px;
  width: 400px;
  animation: wrapper 2s ease 0s infinite normal none running;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 60%;
}

#bar {
  background-color: gray;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  top: 195px;
  left: 195px;
}

#arm {
  background-color: #FCE2C4;
  height: 50px;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  top: 150px;
  left: 195px;
  animation: arm 2s ease 0s infinite normal none running;
}

#body {
  background-color: red;
  height: 50px;
  width: 16px;
  border-radius: 5px;
  position: absolute;
  top: 110px;
  left: 192px;
  animation: body 2s ease 0s infinite normal none running;
}

#leg {
  background-color: black;
  height: 60px;
  width: 10px;
  border-radius: 5px;
  position: absolute;
  top: 50px;
  left: 195px;
  animation: leg 2s ease 0s infinite normal none running;
}

#head {
  background-color: #FCE2C4;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  border: solid 1px black;
  position: absolute;
  top: 160px;
  left: 192px;
  animation: head 2s ease 0s infinite normal none running;
}

@keyframes wrapper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes leg {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(10deg) translateX(5px);
  }
  30% {
    transform: rotate(-20deg) translateX(10px);
  }
  50% {
    transform: rotate(20deg) translateX(-10px);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes arm {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(20deg) translateX(10px);
  }
  50% {
    transform: rotate(-20deg) translateX(-10px);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes body {
  0% {
    transform: translateX(0px);
  }
  15% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes head {
  0% {
    transform: translateX(-10px);
  }
  15% {
    transform: translateX(0px);
  }
  30% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(-30px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.subtotal_Agres {
  font-weight: bold;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.total_Agres {
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
}

.total_Agres_uncentered {
  font-weight: bold;
  font-size: 30px;
}

.gold {
  color: #FFD700;
  font-size: 50px;
}

.silver {
  color: #C0C0C0;
  font-size: 50px;
}

.bronze {
  color: #CD7F32;
  font-size: 50px;
}

.pulse {
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  transform: scale(1);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.moveup {
  animation: moveup 0.2s;
}

@keyframes moveup {
  0% {
    transform: translateY(40px);
  }
}
.movedown {
  animation: movedown 0.2s;
}

@keyframes movedown {
  0% {
    transform: translateY(-40px);
  }
}
.hero .title {
  font-weight: 800;
  font-size: 1.2rem;
}

.textured {
  background: url("/images/custom/hero/texture.png");
  background-size: cover;
}

.neonText-yellow {
  color: #fff;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #0fa, 0 0 82px #0fa, 0 0 92px #0fa, 0 0 102px #0fa, 0 0 151px #0fa;
}

.neonText-pink {
  color: #fff;
  text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #f09, 0 0 80px #f09, 0 0 90px #f09, 0 0 100px #f09, 0 0 150px #f09;
}

.info-tiles {
  margin-top: 20px;
}

.icon-xl {
  width: 5rem;
  height: 5rem;
}

.is-controle {
  background: url("/images/custom/hero/controle.png"), #00ccff;
  background-size: cover;
}

.is-feuilles {
  background: url("/images/custom/hero/feuilles.png");
  background-size: cover;
}

.is-juges {
  background: url("/images/custom/hero/juges.png");
  background-size: cover;
}

.is-plateaux {
  background: url("/images/custom/hero/plateaux.jpg");
  background-size: cover;
}

.is-palmares {
  background: url("/images/custom/hero/palmares.webp");
  background-size: cover;
}

.is-equipes {
  background: url("/images/custom/hero/equipes.webp");
  background-size: cover;
}

.is-shady {
  animation: flyintoright 0.4s backwards;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0;
  border-radius: 4px;
  display: inline-block;
  margin: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.competition-title {
  font-family: "Varela Round", sans-serif;
  color: black;
  text-shadow: 0 0.5rem 1rem rgba(50, 0, 100, 0.3);
}

.icon svg {
  width: 100% !important;
  height: 100% !important;
}

pt-10 {
  padding-top: 10px;
}

tr.is-info {
  background: #167df0;
  color: #fff;
}

tr.is-current {
  background: #D2FFF8;
  color: #000;
}

@media (max-width: 100px) {
  .mobile-hidden {
    display: none;
  }
}
html {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(90deg, rgba(255, 255, 206, 0.2) 20%, rgba(195, 80, 193, 0.2) 100%);
}

body.public {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background: black url("/images/public/pose.jpg") center/cover;
}

@media (max-width: 768px) {
  body.public {
    background: black url("/images/public/pose-mobile.jpg") center/cover;
  }
}
login {
  color: red;
  background-color: red;
}

.margin-auto {
  margin: auto;
  width: 200px;
  padding: 50px;
}

.m-5 {
  margin: 50px;
}

.mt-5 {
  margin-top: 10px;
}

.d-flex {
  display: flex; /* or inline-flex */
}

.align-items {
  align-items: center;
  justify-content: center;
}

.space-evenly {
  justify-content: space-evenly;
}

.pt-4 {
  padding-top: 200px !important;
}

.p-4 {
  padding: 200px !important;
}

.is-girly {
  color: #FFFFFF !important;
  background-color: #FB6F92 !important;
}

.is-boyish {
  color: #FFFFFF !important;
  background-color: #926FFB !important;
}

.is-shady {
  animation: flyintoright 0.4s backwards;
  background: #fff;
  box-shadow: rgb(0, 0, 0) 0 1px 0;
  border-radius: 4px;
  display: inline-block;
  margin: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.agres {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  width: 140px;
}
.agres img {
  width: 32px;
}

.agres-icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-radius: 24%;
}
.agres-icon img {
  width: 48px;
}

.agres-icon-small {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  text-align: center;
  font-weight: bold;
  border-radius: 24%;
}
.agres-icon-small img {
  width: 30px;
}

.justify-space {
  justify-content: space-between;
}
