@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Train+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
::-webkit-scrollbar {
  width: 14px;
  height: 15px;
}

::-webkit-scrollbar-track-piece {
  background-color: #C2D2E4;
}

::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: #d5cc50;
}

.custom-shape-divider-top-1675323466 {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1675323466 svg {
  position: relative;
  display: block;
  width: calc(117% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1675323466 .shape-fill {
  fill: #FFFFFF;
}

* {
  box-sizing: border-box;
  padding: 0;
  scroll-behavior: smooth;
  margin: 0;
}
*::selection {
  background: rgba(56, 55, 55, 0.52);
}

.in_dev .left div a {
  animation-iteration-count: infinite;
  animation-name: btn;
  animation-duration: 2.5s;
}

.container .heading .join a, .container #header .join a {
  font-size: 15px;
  text-decoration: none;
  color: white;
  padding: 0.2rem;
}

html body {
  font-family: "Roboto", sans-serif;
  background: #d9d6d6;
}

header nav {
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 99;
}
header nav ul {
  display: flex;
  gap: 1rem;
  background: white;
  list-style: none;
  padding: 1rem;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  align-items: center;
  z-index: 3;
  justify-content: center;
}
header nav ul li img {
  width: 15%;
}
header nav ul li .active {
  border: 2px #d5cc50 solid;
  box-shadow: 0 1px 10px 0 #d5cc50;
}
header nav ul li a {
  color: black;
  text-decoration: none;
  border: 1px solid black;
  padding: 0.4rem;
  transition: 0.2s;
}
header nav ul li a:hover {
  background: black;
  color: white;
}

.container {
  display: flex;
  width: 100%;
  height: 100vh;
}
.container .heading, .container #header {
  object-fit: cover;
  background: url("/asset/img/header/587535.jpg");
  background-size: cover;
  width: 100%;
  transition: background-image 0.5s ease-in-out;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.container .heading h1, .container #header h1 {
  color: white;
  background: #d5cc50;
  font-size: 35px;
  text-shadow: 2px 1px 10px black;
  padding: 5px;
  letter-spacing: 3px;
  transition: 0.3s;
}
.container .heading h1:hover, .container #header h1:hover {
  border: 1px solid black;
  background: white;
  color: black;
  text-shadow: none;
}
.container .heading p, .container #header p {
  text-shadow: 2px 1px 10px black;
  color: #fff9f9;
  font-size: 25px;
}
.container .heading .join, .container #header .join {
  display: flex;
  flex-direction: column;
  position: relative;
}
.container .heading .join a, .container #header .join a {
  margin-top: 5rem;
  background: white;
  color: black;
  opacity: 0.6;
  padding: 1rem;
  text-transform: uppercase;
  border-radius: 5px;
  display: flex;
  font-family: "Lato", sans-serif;
  justify-content: center;
  font-weight: bold;
  width: 100%;
  transition: 1s;
}
.container .heading .join a:hover, .container #header .join a:hover {
  opacity: 1;
}
.container .heading .join img, .container #header .join img {
  right: -1rem;
  top: 4rem;
  width: 5%;
  position: absolute;
}

.info_content {
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 8;
  padding: 1rem;
}
.info_content .card {
  background: url(/asset/img/bg_default.png);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: -15rem;
  align-items: center;
}
.info_content .card h4 {
  font-size: 60px;
  padding: 1rem;
  margin-top: 3rem;
}
.info_content .card .card-box {
  display: flex;
  width: 90%;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: space-around;
}
.info_content .card .card-box div {
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  border-radius: 7px;
}
.info_content .card .card-box div h5 {
  font-size: 20px;
}
.info_content .card .card-box div span {
  font-weight: bold;
}
.info_content .card .card-box div span a {
  text-decoration: none;
  color: #d5cc50;
  opacity: 0.6;
  transition: 0.2s;
}
.info_content .card .card-box div span a:hover {
  opacity: 1;
}
.info_content .card .card-box div h4 {
  font-size: 50px;
  padding: 0;
}
.info_content .card .card-box div p {
  max-width: 85%;
  font-size: 20px;
}
.info_content .card .card-box div:nth-child(0) {
  width: 30%;
}
.info_content .card .card-box div:nth-child(2) {
  width: 60%;
  animation-name: reload;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
.info_content .card .card-box div:nth-child(3) {
  width: 30%;
}

@keyframes reload {
  0% {
    border: 2px solid #d5cc50;
    box-shadow: none;
  }
  50% {
    box-shadow: 4px 4px 5px 0 #d5cc50;
  }
  100% {
    border: 2px solid #d5cc50;
    box-shadow: none;
  }
}
@keyframes btn {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.toTop {
  position: fixed;
  right: -5rem;
  bottom: 1rem;
}

.social_link {
  width: 4%;
  position: fixed;
  left: 0;
  top: 15rem;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  font: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.social_link ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* height: 100vh; */
  gap: 0.2rem;
  list-style: none;
  justify-content: flex-start;
}
.social_link ul li a {
  cursor: pointer;
  transition: 0.2s;
  opacity: 0.8;
}
.social_link ul li a:hover {
  opacity: 1;
}
.social_link ul li .fab {
  font-size: 25px;
  padding: 1rem;
  color: #464545;
}

#arrow {
  width: 35%;
  background: #d5cc50;
  padding: 1rem;
  opacity: 0.4;
  transition: 0.5s;
  border-radius: 50%;
}
#arrow:hover {
  opacity: 1;
}

.in_dev {
  display: flex;
  /* flex-direction: column; */
  margin-top: 3rem;
  background: white;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 3px;
  align-items: center;
  justify-content: space-evenly;
}
.in_dev .left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.in_dev .left div {
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.in_dev .left div a {
  text-decoration: none;
  background: rgba(194, 210, 228, 0.03);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  padding: 0.3rem;
  transition: 0.2s;
}
.in_dev .left div a:hover {
  opacity: 0.5;
}
.in_dev .left div img {
  width: 9%;
}
.in_dev .left h5 {
  font-size: 40px;
  font-weight: 400;
}
.in_dev .left h5:after {
  content: "";
  width: 100%;
  padding: 0;
  object-fit: cover;
}
.in_dev .left p {
  font-weight: bold;
  font-size: 15px;
}
.in_dev .in-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 40%;
}
.in_dev .in-content div {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.in_dev .in-content div .load {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  background: rgba(80, 80, 80, 0.38);
  position: relative;
  width: 100%;
  border: none;
  padding: 0.8rem;
  border-radius: 4px;
}
.in_dev .in-content div .load .progress {
  border-radius: 4px;
  padding: 0.8rem;
  background: #d5cc50;
  position: absolute;
  left: 0;
}
.in_dev .in-content div .in-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.in_dev .in-content h5 {
  font-size: 30px;
}
.in_dev .in-content p {
  font-size: 15px;
}
.in_dev .in-content img {
  width: 5%;
}

footer {
  display: flex;
  margin-top: 7rem;
  width: 100%;
  padding: 1rem;
  background: white;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  align-items: center;
}
footer .top_footer {
  display: flex;
  flex-direction: column;
  width: 25%;
  gap: 2rem;
  padding: 1rem;
  align-items: center;
}
footer .top_footer img {
  width: 30%;
}
footer .top_footer h5 {
  font-size: 20px;
  font-weight: 500;
}
footer ul {
  list-style: none;
}
footer a {
  text-decoration: none;
  color: black;
}
footer .top_mid {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
footer .top_mid .top_content {
  width: 30%;
}
footer .top_mid .top_list {
  display: flex;
  width: 60%;
  align-items: center;
  gap: 2rem;
  flex-direction: column;
}
footer .top_mid .top_list ul {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: flex-end;
}
footer .top_mid .top_list ul li a {
  transition: 0.3s;
  font-size: 15px;
}
footer .top_mid .top_list ul li a:hover {
  font-size: 16px;
}
footer .top_mid .top_list ul li a .fab {
  padding: 0.5rem;
  background: #efecec;
  font-size: 16px;
  transition: 0.2s;
  border-radius: 50%;
  opacity: 0.8;
}
footer .top_mid .top_list ul li a .fab:hover {
  opacity: 1;
  background: #6b6a6a;
  color: white;
}
footer .top_mid .top_list .cred p {
  color: grey;
  font-size: 12px;
}

#img {
  background: none;
  border: none;
}

#rules {
  text-align: center;
  padding: 0;
  margin: 0;
}

.section_rules {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  justify-content: space-around;
  align-items: flex-start;
}

.rules_content {
  width: 40%;
  background: white;
  border-radius: 4px;
  padding: 1rem;
  margin-top: 1rem;
}
.rules_content h4 {
  font-size: 20px;
  font-weight: 400;
}
.rules_content hr {
  width: 100%;
  padding: 0.1rem;
  margin-top: 1rem;
  background: #d5cc50;
  border: 1px solid #d5cc50;
}
.rules_content p {
  font-family: "Lato", sans-serif;
  margin-top: 1rem;
  font-size: 17px;
}

.container_rules {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding: 7rem;
  margin-top: -6rem;
}
.container_rules .sommaire {
  display: flex;
  background: white;
  gap: 1rem;
  border-radius: 4px;
  margin-top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.container_rules .sommaire .sommaire.scrolled-down {
  background: red;
}
.container_rules .sommaire h5 {
  font-size: 30px;
  margin-top: 2rem;
  font-weight: 400;
}
.container_rules .sommaire p {
  font-size: 15px;
  font-weight: bold;
}
.container_rules .sommaire ul {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  border-radius: 7px;
  list-style: none;
  padding: 4rem;
  align-items: center;
}
.container_rules .sommaire ul li {
  transition: 0.2s;
  font-size: 20px;
  opacity: 0.9;
  cursor: pointer;
}
.container_rules .sommaire ul li:hover {
  opacity: 1;
}
.container_rules img {
  position: absolute;
  right: 0;
}

.show {
  display: flex;
}

.hide {
  display: none;
}

.sec_rule {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.5rem;
  cursor: pointer;
}
.sec_rule .sec_content {
  padding: 1rem;
  background: white;
  border-radius: 4px;
  box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  opacity: 0.7;
  transition: 0.2s;
}
.sec_rule .sec_content:hover {
  opacity: 1;
}
.sec_rule .sec_content .hiddenBox {
  flex-direction: column;
}
.sec_rule .sec_content .hiddenBox p:first-letter {
  font-weight: bold;
  padding: 0.1rem;
  border-radius: 50%;
  background: #d5cc50;
}

.login {
  position: relative;
  width: 100%;
}
.login .content_login {
  width: 100%;
  display: flex;
  padding: 1rem;
  justify-content: center;
  height: 20rem;
}
.login .content_login form {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: white;
  box-shadow: -1px 1px 6px 0px #403c3c;
  width: 60%;
  border-radius: 4px;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.input-check {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}
.input-check label {
  font-size: 14px;
}

.login_info {
  display: flex;
  flex-direction: column;
}
.login_info input {
  border-radius: 4px;
  border: none;
  padding: 0.4rem;
  background: #454845;
  color: white;
}

.forms-section {
  display: flex;
  flex-direction: column;
  margin-top: 7rem;
  justify-content: center;
  align-items: center;
}

.section-title {
  font-size: 32px;
  letter-spacing: 1px;
  color: #fff;
  padding: 0.3rem;
  border-radius: 4px;
  background: #3b4465;
}

.forms {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.form-wrapper {
  animation: hideLayer 0.3s ease-out forwards;
}

.form-wrapper.is-active {
  animation: showLayer 0.3s ease-in forwards;
}

@keyframes showLayer {
  50% {
    z-index: 1;
  }
  100% {
    z-index: 1;
  }
}
@keyframes hideLayer {
  0% {
    z-index: 1;
  }
  49.999% {
    z-index: 1;
  }
}
.switcher {
  position: relative;
  cursor: pointer;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #999;
  background-color: transparent;
  border: none;
  outline: none;
  transform: translateX(0);
  transition: all 0.3s ease-out;
}

.form-wrapper.is-active .switcher-login {
  color: #fff;
  transform: translateX(90px);
}

.form-wrapper.is-active .switcher-signup {
  color: #fff;
  transform: translateX(-90px);
}

.underline {
  position: absolute;
  bottom: -5px;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 2px;
}

.underline::before {
  content: "";
  position: absolute;
  top: 0;
  left: inherit;
  display: block;
  width: inherit;
  height: inherit;
  background-color: currentColor;
  transition: transform 0.2s ease-out;
}

.switcher-login .underline::before {
  transform: translateX(101%);
}

.switcher-signup .underline::before {
  transform: translateX(-101%);
}

.form-wrapper.is-active .underline::before {
  transform: translateX(0);
}

.form {
  overflow: hidden;
  min-width: 260px;
  margin-top: 50px;
  padding: 30px 25px;
  border-radius: 5px;
  transform-origin: top;
}

.form-login {
  animation: hideLogin 0.3s ease-out forwards;
}

.form-wrapper.is-active .form-login {
  animation: showLogin 0.3s ease-in forwards;
}

@keyframes showLogin {
  0% {
    background: #d7e7f1;
    transform: translate(40%, 10px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    background-color: #fff;
    transform: translate(35%, -20px);
  }
}
@keyframes hideLogin {
  0% {
    background-color: #fff;
    transform: translate(35%, -20px);
  }
  50% {
    transform: translate(0, 0);
  }
  100% {
    background: #d7e7f1;
    transform: translate(40%, 10px);
  }
}
.form-signup {
  animation: hideSignup 0.3s ease-out forwards;
}

.form-wrapper.is-active .form-signup {
  animation: showSignup 0.3s ease-in forwards;
}

@keyframes showSignup {
  0% {
    background: #d7e7f1;
    transform: translate(-40%, 10px) scaleY(0.8);
  }
  50% {
    transform: translate(0, 0) scaleY(0.8);
  }
  100% {
    background-color: #fff;
    transform: translate(-35%, -20px) scaleY(1);
  }
}
@keyframes hideSignup {
  0% {
    background-color: #fff;
    transform: translate(-35%, -20px) scaleY(1);
  }
  50% {
    transform: translate(0, 0) scaleY(0.8);
  }
  100% {
    background: #d7e7f1;
    transform: translate(-40%, 10px) scaleY(0.8);
  }
}
.form fieldset {
  position: relative;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: 0;
  transition: all 0.3s ease-out;
}

.form-login fieldset {
  transform: translateX(-50%);
}

.form-signup fieldset {
  transform: translateX(50%);
}

.form-wrapper.is-active fieldset {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease-in, transform 0.35s ease-in;
}

.form legend {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.input-block {
  margin-bottom: 20px;
}

.input-block label {
  font-size: 14px;
  color: #a1b4b4;
}

.input-block input {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 40px;
  color: #3b4465;
  background: #eef9fe;
  border: 1px solid #cddbef;
  border-radius: 2px;
}

.form [type=submit] {
  opacity: 0;
  display: block;
  min-width: 120px;
  margin: 30px auto 10px;
  font-size: 18px;
  line-height: 40px;
  border-radius: 25px;
  border: none;
  transition: all 0.3s ease-out;
}

.form-wrapper.is-active .form [type=submit] {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease-in;
}

.btn-login {
  color: #fbfdff;
  background: #686b64;
  transform: translateX(-30%);
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s;
}
.btn-login:hover {
  opacity: 1;
}

.btn-signup {
  color: #686b64;
  background: #fbfdff;
  box-shadow: inset 0 0 0 2px #686b64;
  transform: translateX(30%);
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
