@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Poppins", serif;
  color: #fff9ec;
  background: linear-gradient(135deg, 
  #5c2fb0,
  #7a56cc,
  #836dcd,
  #9b67d6,
  #b08edf
);

  width: 100%;
  overflow: hidden;
}

/*_________________________________________________________*/

.container {
  display: flex;
  width: 100svw;
  height: 100svh;
}

.left-section {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20px;
  z-index: 1;
}

.left-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10%;
}

/*----------------------------------------------------*/

.logo-container {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.logo {
  width: 80%;
  max-width: 75vh;
  height: auto;
}

/*----------------------------------------------------*/

.text-container {
  margin-top: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4vh;
  line-height: 12vh;
  position: relative;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.text-box {
  position: relative;
  padding-right: 50px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff9ec;
  text-shadow: 3px 2px 3px rgba(38, 38, 38, 0.2);
}

.offset {
  transform: translateX(-20px);
}

@keyframes float {
  0% { transform: translateY(-50%) translateX(-3px); }
  50% { transform: translateY(-50%) translateX(3px); }
  100% { transform: translateY(-50%) translateX(-3px); }
}

.text-box:hover::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/img/paw_home.webp');
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  padding: 0;
  animation: float 1s ease-in-out infinite;
}

.text-box:hover {
  color: #9cc7ff;
}

/*----------------------------------------------------*/

.version-container {
  position: absolute;
  bottom: 3%;
  left: 5%;
  text-align: center;
}

.beta-label {
  font-size: 15px;
  background-color: #b7407c;
  padding: 5px 8px;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
  animation: fadeIn 1s ease-out;
}

.version-link {
  text-decoration: none;
}

.version {
  padding: 9px 20px;
  background-color: #2d4a7e;
  color: #fff;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.version:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}

.version:active {
  transform: scale(0.95);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/*----------------------------------------------------*/

.contact-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  bottom: 3%;
  right: 20%;
  width: 50px;
  height: 50px;
  z-index: 3;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: .3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
  background-color: #2d4a7e;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
}

.icon {
  width: 100%;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon i {
  color: white;
  font-size: 20px;
}

.text {
  position: absolute;
  right: 10px;
  width: 0%;
  opacity: 0;
  color: white;
  font-size: 16px;
  font-weight: 600;
  transition: .3s;
}

.contact-button:hover {
  width: 125px;
  border-radius: 40px;
}

.contact-button:hover .icon {
  width: 30%;
  padding-left: 20px;
}

.contact-button:hover .text {
  opacity: 1;
  width: 55%;
}

.contact-button:active {
  transform: translate(2px, 2px);
}

/*_________________________________________________________*/

.right-section {
  width: 70%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  clip-path: ellipse(57% 100% at 58% 52%);
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(/img/background-home-large.webp) no-repeat center center / cover;
}

.images {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: 3
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*----------------------------------------------------*/

/* Chevron */
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
  background-image: url('/img/chevron_icon.svg');  background-position: 120% !important;
  background-size: 15px !important;
  filter: invert(1);
  z-index: 1250 !important;
}

/* Menu Selectionné */
.gt_float_switcher .gt-selected {
  position: relative !important;
  background-color: #5b318d !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  border-radius: 15px;
}

/* Menu Déroulant */
.gt_float_switcher {
  position: absolute !important;
  top : 20px;
  left: 7vw;
  font-family:"Open Sans", sans-serif !important;
  display: inline-block !important;
  line-height: 20px !important;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px !important;
  background-color: #674195!important;
  border-radius: 15px !important;
  transition: all .5s cubic-bezier(0.4, 0, 1, 1) !important;
}

.gt_float_switcher .gt_options a {
  display: block;
  padding: 10px 15px;
  color: #fefeff !important;
  text-decoration: none;
  transition: color .4s linear !important;
  overflow-y: auto !important;
}

/* Drapaux */
.gt_float_switcher img {
  vertical-align: middle !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 5px 0 0 !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* Langue Selectionné */
.gt_float_switcher .gt-selected .gt-current-lang {
  font-family:"Open Sans", sans-serif;
  padding: 7px 7px !important;
  color: #eaf1ff !important;
  font-weight: bold !important;
}

/*----------------------------------------------------*/

.hidden {
  display: none !important;
}

.login-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1500;
}

.login-container {
  display: flex;
  align-items: center;
  gap: 13px;
}

#user-menu {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

#user-menu .fa-chevron-down {
  font-size: 19px;
  color: #f9f9f9;
}

#user-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.dropdown-menu {
  position: absolute;
  top: 40px;
  right: 60px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  z-index: 1600;
}

.dropdown-menu a {
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
}

.dropdown-menu a:hover {
  background-color: #cebaea;
}

/*----------------------------------------------------*/

.login-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #5b318d;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.login-button:hover {
  background-color: #1b5b9f;
  transform: scale(1.05);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.login-button:active {
  transform: scale(0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/*----------------------------------------------------*/

.share-container {
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5%;
  z-index: 3;
}

.social-icons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.iconic {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: goldenrod;
  box-shadow: 0 20px 15px 0px rgba(0, 0, 0, 0.3);
  animation: float-youtube 4s ease-in-out infinite;
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}

.iconic i {
  font-size: 30px;
  color: white;
}

.iconic a {
  color: inherit;
  text-decoration: none;
}

.youtube {
  background: linear-gradient(135deg, #FF6666, #FE4D4D);
  animation: float-youtube 4s ease-in-out infinite;
}

.twitch {
  background: linear-gradient(135deg, #9A6CE3, #8555D8);
  animation: float-twitch 4s ease-in-out infinite;
}

.discord {
  background: linear-gradient(135deg, #8994F8, #6E7CF3);
  animation: float-discord 4s ease-in-out infinite;
}

.instagram {
  background: linear-gradient(135deg, #FAD88E, #F5A876, #F06A92, #BA6FB5);
  animation: float-instagram 4s ease-in-out infinite;
}

.iconic:hover {
  transform: scale(1.2);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.3), 0 0 45px rgba(255, 255, 255, 0.1);
}

.youtube:hover {
  background: linear-gradient(135deg, #FFA6A6, #FF8A8A);
  animation: glow-youtube 1.5s ease-in-out infinite;
}

.twitch:hover {
  background: linear-gradient(135deg, #B897F0, #A883E8);
  animation: glow-twitch 1.5s ease-in-out infinite;
}

.discord:hover {
  background: linear-gradient(135deg, #A3AFFF, #8FA2FA);
  animation: glow-discord 1.5s ease-in-out infinite;
}

.instagram:hover {
  background: linear-gradient(135deg, #ffe4b0, #fdbb98, #f688a9, #ea7ae0);
  animation: glow-instagram 1.5s ease-in-out infinite;
}

@keyframes float-youtube {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-5px, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes float-twitch {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(5px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes float-discord {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-4px, -12px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes float-instagram {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes glow-youtube {
  0%, 100% { box-shadow: 0 0 20px #FF6666, 0 0 40px #FE4D4D; }
  50% { box-shadow: 0 0 20px #FF6666, 0 0 60px #FE4D4D; }
}

@keyframes glow-twitch {
  0%, 100% { box-shadow: 0 0 20px #9A6CE3, 0 0 40px #8555D8; }
  50% { box-shadow: 0 0 20px #9A6CE3, 0 0 60px #8555D8; }
}

@keyframes glow-discord {
  0%, 100% { box-shadow: 0 0 20px #8994F8, 0 0 40px #6E7CF3; }
  50% { box-shadow: 0 0 20px #8994F8, 0 0 60px #6E7CF3; }
}

@keyframes glow-instagram {
  0%, 100% { box-shadow: 0 0 20px #fdd98b, 0 0 40px #e368db; }
  50% { box-shadow: 0 0 20px #fdd98b, 0 0 60px #e368db; }
}

/*_________________________________________________________*/

#stars-container {
  z-index: 2;
}

.star {
  display: block;
  width: 4px;
  height: 4px;
  background: #FFF;
  position: absolute;
  transform-origin: 100% 0;
  animation: star-ani 1.5s infinite ease-out;
  opacity: 0;
}

.star:after {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  border: 2px solid #F00;
  border-width: 2px 150px 2px 200px;
  border-color: transparent transparent transparent #FFF;
  transform: rotate(-45deg) translate3d(1px, -1px, 0);
  transform-origin: 0% 100%;
  animation: shooting-ani 1.5s infinite ease-out;
}

@keyframes shooting-ani {
  0% {}

  50% {
    transform: scale(1) rotate(-45deg) translate(0px, 0px);
  }

  100% {
    transform: scale(0.5) rotate(-45deg) translate(0px, -1px);
  }
}

@keyframes star-ani {
  0% {
    opacity: 0;
    transform: scale(0) rotate(0) translate3d(0, 0, 0);
  }

  50% {
    opacity: 1;
    transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);
  }

  100% {
    opacity: 0;
    transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
  }
}

/*----------------------------------------------------*/

.floatingchat-container-wrap {
  left: auto !important;
  right: 20px !important;
  bottom: 3% !important;
}

.floating-chat-kofi-popup-iframe {
  left: auto !important;
  right: 16px !important;
}

/*▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬*/

/*█▀█ █▀▀ █▀ █▀█ █▀█ █▄ █ █▀ █ █ █ █▀▀
  █▀▄ ██▄ ▄█ █▀▀ █▄█ █ ▀█ ▄█ █ ▀▄▀ ██▄*/

  @media (max-width: 768px) {

    .container {
      flex-direction: column-reverse;
      align-items: stretch;
      text-align: center;
      height: 100vh;
      overflow-y: auto;
    }
  
    .left-section {
      width: 100%;
      height: 65vh;
      order: 1;
    }
  
    .left-container {
      height: 100vh;
      margin-right: 0;
    }
  
  /*----------------------------------------------------*/
  
    .logo-container {
      margin: 0;
    }
  
    .logo {
      width: 100%;
    }
  
  /*----------------------------------------------------*/
  
    .text-container {
      margin-top: 0;
      font-size: 7vw;
      line-height: 7vh;
    }
  
    .text-box {
      padding-right: 0;
    }
  
    .text-box:hover::after {
      right: -60px;
      width: 50px;
      height: 50px;
    }
  
    .offset {
      transform: translateX(0);
    }
  
  /*----------------------------------------------------*/
  
    .version-container {
      bottom: 3%;
    }
  
    .beta-label {
      font-size: 3vw;
      padding: 3px 6px;
    }
  
    .version {
      padding: 6px 15px;
      font-size: 3.5vw;
    }
  
  /*----------------------------------------------------*/
  
    .contact-button {
      bottom: 3%;
      right: 5%;
      width: 10vw;
      height: 10vw;
      font-size: 4vw;
    }
  
    .icon i {
      font-size: 4.5vw;
    }
  
  /*_________________________________________________________*/
  
    .right-section {
      width: 100%;
      height: 35vh;
      position: relative;
      clip-path: ellipse(95% 90% at 50% 10%);
      order: 2;
    }

    .gt_float_switcher {
      visibility: hidden;
    }

  /*----------------------------------------------------*/

    .login-section {
      top: 10px;
      right: 10px;
    }
    
    #user-menu {
      gap: 10px;
    }
    
    #user-menu .fa-chevron-down {
      color: #000000;
    }
    
    #user-avatar {
      width: 55px;
      height: 55px;
    }
    
  /*----------------------------------------------------*/
    
    .login-button {
      padding: 10px 10px;
      font-size: 11px;
    }
    
  /*----------------------------------------------------*/
  
    .share-container {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translateX(-50%);
    }
  
    .social-icons {
      flex-direction: row;
    }
      
    .iconic {
      width: 9vw;
      height: 9vw;
    }
      
    .iconic i {
      font-size: 4vw;
    }
  
    @keyframes float-twitch {
      50% {
        transform: translate(-3px, -10px);
      }
    }
      
    @keyframes float-discord {
      50% {
        transform: translate(3px, -12px);
      }
    } 
  
  /*----------------------------------------------------*/
  
    .floatingchat-container-wrap-mobi {
      visibility: hidden;
    }
  }

  /*_________________________________________________________*/

  @media (min-width: 768px) and (max-width: 1081px) {
  
    .container {
      flex-direction: column-reverse;
      align-items: stretch;
      text-align: center;
      height: 100vh;
      overflow-y: auto;
    }
  
    .left-section {
      width: 100%;
      height: 65vh;
      order: 1;
    }
  
    .left-container {
      height: 100vh;
      margin-right: 0;
    }
  
  /*----------------------------------------------------*/
  
    .logo-container {
      margin: 0;
    }
  
    .logo {
      width: 100%;
    }
  
  /*----------------------------------------------------*/
  
    .text-container {
      margin-top: 0;
      font-size: 7vw;
      line-height: 7vh;
    }
  
    .text-box {
      padding-right: 0;
    }
  
    .text-box:hover::after {
      right: -60px;
      width: 50px;
      height: 50px;
    }
  
    .offset {
      transform: translateX(0);
    }
  
  /*----------------------------------------------------*/
  
    .version-container {
      bottom: 3%;
    }
  
    .beta-label {
      font-size: 3vw;
      padding: 3px 6px;
    }
  
    .version {
      padding: 6px 15px;
      font-size: 3.5vw;
    }
  
  /*----------------------------------------------------*/
  
    .contact-button {
      bottom: 3%;
      right: 5%;
      width: 10vw;
      height: 10vw;
      font-size: 4vw;
    }
  
    .icon i {
      font-size: 4.5vw;
    }
  
  /*_________________________________________________________*/
  
    .right-section {
      width: 100%;
      height: 35vh;
      position: relative;
      clip-path: ellipse(95% 90% at 50% 10%);
      order: 2;
    }
    
  /*----------------------------------------------------*/

    .login-section {
      top: 10px;
      right: 10px;
    }
    
    #user-menu {
      gap: 10px;
    }

  /*----------------------------------------------------*/
    
    .login-button {
      padding: 10px 10px;
      font-size: 11px;
    }
  
  /*----------------------------------------------------*/
  
    .share-container {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translateX(-50%);
    }
  
    .social-icons {
      flex-direction: row;
    }
      
    .iconic {
      width: 9vw;
      height: 9vw;
    }
      
    .iconic i {
      font-size: 4vw;
    }
  
    @keyframes float-twitch {
      50% {
        transform: translate(-3px, -10px);
      }
    }
      
    @keyframes float-discord {
      50% {
        transform: translate(3px, -12px);
      }
    } 
  
  /*----------------------------------------------------*/
  
    .floatingchat-container-wrap-mobi {
      visibility: hidden;
    }
  }
  