/* Import */
@import url(button.css);
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url(glitch.css);
@import url('https://fonts.cdnfonts.com/css/pixellari');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url(topbar.css);
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch");
/* End Import */

header {
  text-align: center;

}



img[src="/static/assets/icon.svg"] {
  width: 200px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}



h1,
h2,
h3 {
  font-family: 'Courier Prime';
  font-weight: bold !important;
  color: #424040b0;
}

body {
  background-color: #f2f2f2;
}

h1 {
  color: #fcf9f9;
}

a {
  color: #4f4e4e;
  text-decoration: none;
  /* border-bottom: 1px solid #ddd; */
  padding-bottom: 2px;
}


body {
  font-family: "VT323", monospace;
  font-size: 15px;
}

h1 {
  font-size: 2em;
  margin-top: 0;
}

h2 {
  font-size: x-large;
  margin-bottom: 0.5em;

}

h3 {
  font-size: 1.2em;
  margin-bottom: 0.25em;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
  color: #424040b0;
  letter-spacing: 1px;
}

#p_description {
  font-family: "Cabin Sketch", cursive;
}

main {
  padding: 1em;
}

section {
  margin-bottom: 2em;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 1em;
}

.call-to-action {
  text-align: center;
}

.courses li {
  border: 1px solid #42404011;
  padding: 1em;
  border-radius: 20px;
  background-color: #42404005;

}

.courses p {
  font-family: 'Courier Prime', monospace;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  color: #424040b0;
  font: size 16px;
  position: relative;
  padding: top 5px;
  margin-block: 0;
  font-weight: 400;

}

.testimonials p {
  font-family: "Courier Prime', monospace";
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
  color: #47485b;
  font-size: 20px;
  position: relative;
  margin-block: 0;
  font-weight: 400;
  margin-bottom: 2.4rem;
  padding: auto;
}

head {
  animation: glitch 2s infinite linear;
}

@keyframes glitch {
  0% {
    transform: translateX(0);
  }

  5% {
    transform: translateX(-2px);
  }

  10% {
    transform: translateX(0);
  }

  15% {
    transform: translateX(2px);
  }

  20% {
    transform: translateX(0);
  }
}

body {
  background-image: url("/static/assets/GrindFinal.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.course-button {
  font-family: "Courier Prime", monospace;

  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: 'Pixellari', sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.course-button:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.course-buttonr:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

#paragraphe {
  text-align: left;
}


.paragraph_content .content {
  display: none;
  font-family: 'Courier Prime', monospace;
}



:root {
  --surface-color: #fff;
  --curve: 40;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fef8f8;
}

/* ----------------------------------- */


/* ----------------------------------- */

  .testimonials p {
    font-family: "Courier Prime', monospace";
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    color: #47485b;
    font-size: 15px;
    position: relative;
    margin-block: 0;
    font-weight: 400;
    margin-bottom: 2.4rem;
    padding: auto;
  }

  .logo {
    width: 100px;
    height: auto;
  }

  .courses li {
    border: 1px solid #c5c1c163;
    padding: 1em;
    border-radius: 20px;
    background-color: #a9a9a95c;

  }

  #b1_button {
    display: none;
    /* Masquer le card3 sur les écrans de largeur maximale de 768px */
  }

  #b_button {
    display: none;
    /* Masquer le card3 sur les écrans de largeur maximale de 768px */
  }

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap");

h1 {
  font-family: "Courier Prime";
  font-size: 20px;
  font-weight: bold;
  color: #424040b0;
}

.dots {
  display: inline-flex;
}

.dots--animate .dot.z {
  -webkit-animation: scale 0.8s 0.2s forwards;
  animation: scale 0.8s 0.2s forwards;
}

.dots--animate .dot.f,
.dots--animate .dot.s {
  -webkit-animation: right 0.5s forwards;
  animation: right 0.5s forwards;
}

.dots--animate .dot.l {
  -webkit-animation: rightDown 0.4s 0.1s forwards linear, drop 2s 0.4s forwards linear;
  animation: rightDown 0.4s 0.1s forwards linear, drop 2s 0.4s forwards linear;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #424040b0;
  border-radius: 10px;
  position: relative;
  margin-left: 6px;
}

.dot.z {
  position: absolute;
  transform: scale(0);
}

@-webkit-keyframes scale {
  100% {
    transform: scale(1);
  }
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.dot.f,
.dot.s {
  transform: translateX(0px);
}

@-webkit-keyframes right {
  100% {
    transform: translateX(16px);
  }
}

@keyframes right {
  100% {
    transform: translateX(16px);
  }
}

.dot.t {
  background: transparent;
}

.dot .l {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes rightDown {
  50% {
    top: 4px;
    left: 16px;
  }

  100% {
    top: 12px;
    left: 24px;
  }
}

@keyframes rightDown {
  50% {
    top: 4px;
    left: 16px;
  }

  100% {
    top: 12px;
    left: 24px;
  }
}

@-webkit-keyframes drop {
  100% {
    transform: translate(70px, calc(35px + (100vh/2)));
  }
}

@keyframes drop {
  100% {
    transform: translate(70px, calc(35px + (100vh/2)));
  }
}

.abs-twitter {
  position: fixed;
  right: calc(24px + .6vw);
  top: calc(22px + .6vw);
  transform: translate(-8px, 4px);
  opacity: 0;
  transition: 0.3s ease-in;
}

.abs-twitter--show {
  transform: translate(0, 0);
  opacity: 1;
  -webkit-animation: birdie 1s 0.8s linear infinite;
  animation: birdie 1s 0.8s linear infinite;
}

@-webkit-keyframes birdie {
  13% {
    transform: rotate(14deg);
  }

  26% {
    transform: rotate(28deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes birdie {
  13% {
    transform: rotate(14deg);
  }

  26% {
    transform: rotate(28deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


/* ---------------------------------- */
.loading {
  --color: #a5a5b0;
  --size: 40px;
  position: relative;
  width: var(--size);
  height: var(--size);
}

.loading span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--color);
  border-bottom: 1px solid transparent;
  border-radius: 100%;
  animation: keyframes-rotate .8s infinite linear;
}

.loading svg {
  width: 100%;
  height: 100%;
  padding: 25%;
  fill: var(--color);
  animation: keyframes-blink .8s infinite ease-in-out;
}

@keyframes keyframes-rotate {
  0% {
    transform: rotate(360deg);
  }
}

@keyframes keyframes-blink {
  50% {
    opacity: 0.8;
  }
}

/* ------------------------------------------------------- */
.fancy {
  background-color: transparent;
  border: 2px solid #424040b0;
  border-radius: 0;
  box-sizing: border-box;
  color: #424040b0;
  cursor: pointer;
  display: inline-block;

  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
  margin-left: 1cm;
}

.fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: #424040b0;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: #424040b0;
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
  height: 2px;
  width: 0.625rem;
  right: 0.625rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
  color: white;
  background: #424040b0;
}

.fancy:hover::before {
  width: 0.9375rem;
  background: white;
}

.fancy:hover .text {
  color: white;
  padding-left: 1.5em;
}

.fancy:hover .top-key {
  left: -2px;
  width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
  right: 0;
  width: 0;
}

/* ----------------------------- */




/* Footer styles */
footer {
  /* background-color: #333; */
  color: #424040b0;
  padding: 20px 0;
  text-align: center;
}

.conteneur {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.liens {
  list-style: none;
  margin: 0;
  padding: 0;
}

.liens a {
  color: #424040b0;
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
  font-family: 'Courier Prime';
  font-weight: bold !important;
}

.liens a:hover {
  color: rgba(112, 214, 81, 0.596);
}

.reseaux {
  margin: 0 10px;
}

.reseaux a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.reseaux a:hover {
  color: #ddd;
}

.droits {
  font-size: 12px;
}


.ic {
  width: 50px;
  /* Remplacez 50px par la largeur souhaitée */
  height: auto;
  /* Pour conserver le ratio hauteur/largeur */
}

.social-card {
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgb(255, 255, 255);
  padding: 20px 25px;
  border-radius: 14px;
}

.Btn {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent;
  position: relative;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s;
}

.svgContainer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  backdrop-filter: blur(0px);
  letter-spacing: 0.8px;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px solid rgba(156, 156, 156, 0.466);
  z-index: 2;
}

.BG {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #181818;
  z-index: 1;
  border-radius: 10px;
  pointer-events: none;
  transition: all 0.3s;
  font-size: 0px;
}

.github .BG {
  background: #181818;
}

.linkdin .BG {
  background: #0077b5;
}

.whatsapp .BG {
  background: #075e54;
}

.discord .BG {
  background: #7289da;
}

.Btn:hover .BG {
  transform: scale(1.5);
  /* transform-origin: bottom; */
  font-size: 20px;
  color: white;
}

.Btn:hover .svgContainer {
  border: 1px solid rgba(216, 216, 216, 0.466);
  background-color: rgba(209, 209, 209, 0.466);
  backdrop-filter: blur(4px);
}

.load_play {
  --path: #242323b0;
  --dot: #2bf93d;
  --duration: 3s;
  width: 44px;
  height: 44px;
  position: relative;
}

.load_play:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background: var(--dot);
  top: 37px;
  left: 19px;
  transform: translate(-18px, -18px);
  animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.load_play svg {
  display: block;
  width: 100%;
  height: 100%;
}

.load_play svg rect,
.load_play svg polygon,
.load_play svg circle {
  fill: none;
  stroke: var(--path);
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.load_play svg polygon {
  stroke-dasharray: 145 76 145 76;
  stroke-dashoffset: 0;
  animation: pathTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.load_play svg rect {
  stroke-dasharray: 192 64 192 64;
  stroke-dashoffset: 0;
  animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.load_play svg circle {
  stroke-dasharray: 150 50 150 50;
  stroke-dashoffset: 75;
  animation: pathCircle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

.load_play.triangle {
  width: 48px;
}

.load_play.triangle:before {
  left: 21px;
  transform: translate(-10px, -18px);
  animation: dotTriangle var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}

@keyframes pathTriangle {
  33% {
    stroke-dashoffset: 74;
  }

  66% {
    stroke-dashoffset: 147;
  }

  100% {
    stroke-dashoffset: 221;
  }
}

@keyframes dotTriangle {
  33% {
    transform: translate(0, 0);
  }

  66% {
    transform: translate(10px, -18px);
  }

  100% {
    transform: translate(-10px, -18px);
  }
}

@keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }

  50% {
    stroke-dashoffset: 128;
  }

  75% {
    stroke-dashoffset: 192;
  }

  100% {
    stroke-dashoffset: 256;
  }
}

@keyframes dotRect {
  25% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(18px, -18px);
  }

  75% {
    transform: translate(0, -36px);
  }

  100% {
    transform: translate(-18px, -18px);
  }
}

@keyframes pathCircle {
  25% {
    stroke-dashoffset: 125;
  }

  50% {
    stroke-dashoffset: 175;
  }

  75% {
    stroke-dashoffset: 225;
  }

  100% {
    stroke-dashoffset: 275;
  }
}

.load_play {
  display: inline-block;
  margin: 0 16px;
}

/* ------------------------------------------------------ */
.pl_loader {
  width: 6em;
  height: 6em;
}

.pl_loader__ring {
  animation: ringA 2s linear infinite;
}

.pl_loader__ring--a {
  stroke: #f42f25;
}

.pl_loader__ring--b {
  animation-name: ringB;
  stroke: #f49725;
}

.pl_loader__ring--c {
  animation-name: ringC;
  stroke: #4f4e4e;
}

.pl_loader__ring--d {
  animation-name: ringD;
  stroke: #f42582;
}

/* Animations */
@keyframes ringA {

  from,
  4% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }

  12% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -335;
  }

  32% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -595;
  }

  40%,
  54% {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -660;
  }

  62% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -665;
  }

  82% {
    stroke-dasharray: 60 600;
    stroke-width: 30;
    stroke-dashoffset: -925;
  }

  90%,
  to {
    stroke-dasharray: 0 660;
    stroke-width: 20;
    stroke-dashoffset: -990;
  }
}

@keyframes ringB {

  from,
  12% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -110;
  }

  20% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -115;
  }

  40% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -195;
  }

  48%,
  62% {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  70% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  90% {
    stroke-dasharray: 20 200;
    stroke-width: 30;
    stroke-dashoffset: -305;
  }

  98%,
  to {
    stroke-dasharray: 0 220;
    stroke-width: 20;
    stroke-dashoffset: -330;
  }
}

@keyframes ringC {
  from {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  8% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  28% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  36%,
  58% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  66% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  86% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  94%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}

@keyframes ringD {

  from,
  8% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: 0;
  }

  16% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -5;
  }

  36% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -175;
  }

  44%,
  50% {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -220;
  }

  58% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -225;
  }

  78% {
    stroke-dasharray: 40 400;
    stroke-width: 30;
    stroke-dashoffset: -395;
  }

  86%,
  to {
    stroke-dasharray: 0 440;
    stroke-width: 20;
    stroke-dashoffset: -440;
  }
}


.spinnerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: tri-spinner 2s infinite;
}

.spinner::after {
  margin: 8px;
  animation-duration: 3s;
}

@keyframes tri-spinner {
  100% {
    transform: rotate(1turn);
  }
}

.loader {
  color: #4a4a4a;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 40px;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
}

.words {
  overflow: hidden;
}

.word {
  display: block;
  height: 100%;
  padding-left: 6px;
  color: #4f4e4e;
  animation: cycle-words 5s infinite;
  text-decoration: none;
}

@keyframes cycle-words {
  10% {
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
  }

  25% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  35% {
    -webkit-transform: translateY(-205%);
    transform: translateY(-205%);
  }

  50% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  60% {
    -webkit-transform: translateY(-305%);
    transform: translateY(-305%);
  }

  75% {
    -webkit-transform: translateY(-300%);
    transform: translateY(-300%);
  }

  85% {
    -webkit-transform: translateY(-405%);
    transform: translateY(-405%);
  }

  100% {
    -webkit-transform: translateY(-400%);
    transform: translateY(-400%);
  }
}
a:hover {
  color: #4f4e4e;
  text-decoration: none;
}