/* ------ GENERAL CONTAINER ---- */
#generalContainer{
			user-select: none;
	-webkit-user-select: none; // For Webkit
	 -khtml-user-select: none;
	   -moz-user-select: none; // For Mozilla

	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width:700px;
	opacity: 1;
	box-shadow: 0px 5px 51px rgba(68, 3, 3, 0.25);
}


/* ------ MENU JOIN ---- */

#menuJOIN {
	position: fixed;
	background-color: rgba(25, 4, 16, 1);
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
	text-align: center;
	transition: transform 0.3s ease-out;
	transform: translateY(0);
}


#btnJOIN, #btnLOGIN {
	display: inline-block;
	font-size: large;
	background-color: #eae0e0;
	border-radius: 20px;
	padding: 10px 30px 10px 30px;
	margin: 15px 15px 15px 15px;
	border: 0px;
}

#btnJOIN {
    background : #37D400;
	color: white;
}



/* ------- VIDEOS WINDOW --- */
#ecran{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
/* 	text-align: center; */
}

#containerVideos{
	position: relative;
}

#videoTop, #videoTop2, #videoBottom,.zone, #clickToPlay, #clickMe{
	border-bottom: 1px solid black;
	position: absolute;
	top: 50%;
	left: 50%;
/* 	background-color: black; */
  transform: translate(-50%, -50%);
}


#videoTop2 {
	z-index: 3;
}

#videoTop {
	z-index: 2;
}

#videoBottom {
	z-index: 1;
}

/* ------- ZONES SELECTIONS --- */

.zone {
	z-index: 3;
}




/* ------ DONUT PROGRESSION  ---- */
    #donutContainer {
	  z-index: 5;
      position: absolute;
      bottom: 45px;
      right: 8px;
      width: 120px;
      height: 120px;
    }



    #percentageDisplay {
      position: absolute;
	  font-family: 'Montserrat', sans-serif;
      box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.45);
      border-radius: 50%;
      background-color: #f50b70;
      top: 57%;
      left: 50%;
      text-align: center;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 3px;
	  padding-bottom: 17px;
	  color: white;
	  font-size: medium;
    }
    
     #actionDisplay {
      position: absolute;
      z-index: 6;
      overflow: hidden; /* Hide overflowing content */
        white-space: nowrap; /* Prevent text from wrapping */
        text-overflow: ellipsis; /* Show ellipsis (...) when text overflows */
	  font-family: 'Montserrat', sans-serif;
      border-radius: 13px 13px 0px 0px;
      background-color: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(20px); /* Préfixe pour Safari */
      top: 96%;
	  transform: translate(calc(-50% + var(--px, 0px)), var(--py, 0px));
      left: 50%;
      text-align: center;
      vertical-align: middle;
      width: 110px;
      height: 7px;
      padding-left: 10px;
	  padding-right: 5px;
	  padding-top: 2px;
	  padding-bottom: 15px;
	  color: black;
	  font-size: small;
    }
    
    #scoreDisplay {
      position: absolute;
	  font-family: 'Montserrat', sans-serif;
      box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.3);
      border-radius: 0px 0px 13px 13px;
      background-color: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px); /* Préfixe pour Safari */
      top: 112%;
      left: 50%;
	  transform: translate(calc(-50% + var(--px, 0px)), var(--py, 0px));
      text-align: center;
      vertical-align: middle;
      width: 124px;
      height: 8px;
      padding-left: 1px;
	  padding-right: 0px;
	  padding-top: 2px;
	  padding-bottom: 15px;
	  color: black;
	  font-size: small;
    }
    
 /* Classe utilitaire pour les éléments XY simples */
.parallax-xy { 
	  transform: translate3d(var(--px, 0px), var(--py, 0px), 0);
}

          

#IconLow, #IconMedium, #IconHot, #IconDevil {
      position: absolute;
      border-radius: 20px;
      text-align: center;
      width: 20px;
      height: 20px;
  	  color: white;
	  font-size: medium;
    }
 
     #IconLow {
      top: 78%;
      left: 25%;
      opacity: 1;
    } 
    
    #IconMedium {
      top: 35%;
      left: 25%;
      opacity: 0.35;
    }
 
     #IconHot {
      top: 35%;
      left: 76%;
      opacity: 0.35;
   }
   
      #IconDevil {
      top: 78%;
      left: 77%;
      opacity: 0.35;
    }
 

#percentageDisplay, #IconLow, #IconMedium, #IconHot, #IconDevil {
  transform: translate(
      calc(-50% + var(--px, 0px)),
      calc(-50% + var(--py, 0px))
  );
}





/* ------ ACHIEVEMENTS  ---- */

#hornymeter{
	cursor: pointer;
	z-index: 7;
	position: fixed;
	text-align: center;
	width: 250px;
	bottom: 150px;
	height: 10px;
}

.hornymeterIcon {
	height: 20px;
	z-index: 7;
	position: relative;
	top: 0px;
}

#hornyAch {
	z-index: 7;
	position: relative;
	bottom: 150px;
	width: 260px;
	height: 60px;
	padding: 4px 5px 10px 5px;
	margin: auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: white;
	border-radius: 10px;
	text-align: center;
  transform: translate3d(var(--px, 0px), var(--py, 0px), 0);
	border: 1px solid #d01b69;
	border-top: 1px solid #ef73a9;

    background : #f50b70;
 	box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.45);
}

#hornyUnlockedLabel {
	font-family: sans-serif;
	font-size: 15px;
	color: #9c1651;
}


#menuBurger{
	width: 100%;
}


#iconLoop {
	opacity:1;
	}




/* ------- MENU ACTIONS --- */

.menu {
	width: 285px;
	margin: 0;

}

#menuActions {
	text-align: center;
	border-radius: 15px;
 	font-family: 'Quicksand', sans-serif;
	display: inline-block;
	padding: 20px;
	height: auto;
	width: 320px;
    cursor: pointer;
 	margin: auto;
	z-index: 5;
	width: auto;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
	font-weight:300;
	font-size: 15px;
	color: #333333;
  transform: translate3d(var(--px, 0px), var(--py, 0px), 0);
  background: radial-gradient(
      140% 160% at 0% 0%,
      rgba(255, 255, 255, 0.55),
      rgba(255, 255, 255, 0.14)
  );
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  backdrop-filter: blur(22px) saturate(140%);
  -webkit-backdrop-filter: blur(22px) saturate(140%);
}

/* -------- LIQUID GLASS APPLE STYLE -------- */



/* Optionnel : légère lueur interne pour un effet encore plus "liquide" */
#menuActions::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(
      circle at 10% 0%,
      rgba(255, 255, 255, 0.55),
      transparent 60%
  );
  opacity: 0.75;
  pointer-events: none;
}



/* SECTIONS ICONES */

#sections{
 	text-align: center;
	padding-top: 0px;
	padding-bottom: 2px;
	height: 280px;
 	width: 280px;
	vertical-align: bottom;
	margin-bottom: 10px;
}


.menuTrigger{
 	padding: 0px;
	position: relative;
	margin: 1px;
	display: inline-block;
	top: 1px;
	left: 1px;
	background-color: rgba(255, 255, 255, 0.23);
	z-index: 50;
	overflow: hidden;
}

table{
	border-spacing: 0px;
	/*border-collapse: collapse;*/
}

.menuItem, .menuItemT, .menuItemM, .menuItemB{
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


ul {
	padding: 0px;
	margin: 0px;
}

/* Each of the items in the list */
.menuItem, #menuItemUnselec {
	font-weight:300;
	font-size: 15px;
  	padding: 5px 20px 5px 5px;
    cursor: pointer;
    }

#menuItemUnselec {
	cursor: default;
	}
	
	
#getShowContainer, #register {
	border-radius: 15px;
	font-weight:300;
	font-size: 15px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 5px;
    cursor: pointer;
    list-style-type: none;
    user-select: none;
    margin: 1px;
}

#menuStrip{
	padding-top: 0px;
	margin-top: 10px;
}

.btnStrip{
	padding: 4px 10px;
	width: 73px;
	margin: 0px 0px;
	background-color: rgba(255, 255, 255, 0.23);
	display: inline-block;
	color: #000000;	
}

.btnPartner{
	padding: 15px 2px;
    margin-top: 15px;
	width: 100%;
	border-radius: 15px;
	text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
	color: #000000;	
}




#progress{
	padding: 5px 5px 8px 5px;
	padding: 0px 5px 0px 5px;
	border-radius: 3px;
	width: 250px;
	height: 20px;
	height: 0px;
}

#progressGame{
	position: relative;
	padding: 5px 5px 5px 5px;
	border-radius: 3px;
	width: 2px;
	top:-33px;
	left: 3px;
	background-color: rgba(255, 69, 118, 0.3); 
	height: 15px;
}


#menuItemStrip{
	text-align: left;
    padding: 0px 3px 0px 0px;
}


progress:hover {
   background: linear-gradient(to top, #fa265f, rgba(253, 160, 183, 1));
    color: white;
}

#progress.hover {
   background: linear-gradient(to top, #fa265f, rgba(253, 160, 183, 1));
    color: white;
}


.itemHover, .triggerHover{
	color: #9f4688;
   	background-color: rgba(255, 255, 255, 0.45);
}


.selectedMenuItem, .selectedMenuStrip, .selectedMenuTrigger {
   	background: linear-gradient(to right, #f50b70 0%, #ef73a9 100%);
   	background-color: rgba(255, 255, 255, 0.85);
	color: rgb(0, 0, 0);
}




