body,html {
  margin: 0;
  padding: 0;
  height:100vh;
}
body{
  background-color:#000000; 
}
.row {
  margin: 0;
}

/* LOADING */
#loading_site_wait{
  padding-top:200px;
  overflow:hidden;
  z-index:9000;
  position:fixed; 
  background-color:#000000;
  height:100%;
  width:100%;
  text-align: center;
}
/* LOADING  */
/* LOGIN */
#login_page_container{
  /* background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image:url('img/bg_2.jpg'); */
  height:100vh;
  padding:0px;
  overflow:hidden;
  background-color:#313131;
}

.login_btn_active, .login_btn_active:hover{
  background-color: #23cb9e;
  color: #ffffff;
  border-color: #05af82;
}
#login_never_lucky{
  padding:20px;
  background-color:#000000bf;
  border-radius: 20px;
  box-shadow: 0px 5px 7px -3px #000000;
}
.btn_display_login{
  font-weight:500;
}
.btn_display_login:focus{
  outline: 0!important;
  box-shadow: none!important;
}
#login_user_email,#login_user_password,#login_user_inscription_email,#login_user_inscription_password,#login_user_inscription_confirm_password,
#login_user_email_spectator,#login_user_password_spectator,#login_user_inscription_email_spectator,#login_user_inscription_password_spectator,#login_user_inscription_confirm_password_spectator{
  margin-bottom:24px;
  height:50px;
  box-shadow:0px 5px 6px -8px #000000;
  color: #ffffff;
  background-color: #000000b5;
  border: none;
}

.all_btn_display_style{
padding-top: 10px;
margin-bottom: 8px;
padding-bottom: 10px;
box-shadow: 0px 5px 7px -7px #000000;
border-radius:20px;
}
.all_btn_display_style i{
    text-shadow: 1px 1px 1px #000000;
}
.all_btn_display_style:hover, .all_btn_display_style:focus, .all_btn_display_style:active{
    outline: 0 !important;
    box-shadow: none!important;
}
#login_mon_compte:after,#login_joindre_discussion:after { 
  content: "";
  display: block;
  width: 100px; /* Adjust as needed */
  height: 2px; /* Adjust as needed */
  background-color: #23cb9e; /* Gold color to match the button */
  margin: 20px auto; /* Centers the line under the title */
}
#btn_login_user_email, #btn_login_user_inscription{
  text-shadow: 1px 1px 1px #000000;
  width: 100%;
  box-shadow: 0px 5px 5px -5px #000000;
  border-radius: 8px;
  border: none;
  background-color: #23cb9e;
  color: white;
  font-weight: bold;
  font-size: 24px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
#btn_login_user_email:hover, #btn_login_user_inscription:hover{
  background-color: #05af82;
  box-shadow: 0px 0px 0px 0px #000000;
  color: #ffffff;
}
  

/* LOGIN FIN*/
/* server response */
.display_server_reponse_message{
  text-align: center;
  width:450px;
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 99999;
  transform: translate(-50%,-50%);
}
.reponse_message_style{
  background-color: #ffffff;
  color: #343a40;
  padding: 8px;
  border-radius: 30px;
  border: 2px solid #363636;
  box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
  z-index: 3;
}
.icon_reponse_success_style{
  float: left;
  padding: 4px;
  color: #28a745;
  margin: -8px;
}
.icon_reponse_danger_style{
  float: left;
  padding: 4px;
  color: #dc3545;
  margin: -8px;
}
/* server response FIN*/
#modal_btn_user_logout:hover{
  cursor: pointer;
  background-color: #afafaf!important;
}
/* Menu header */
.btn_header_my_account{
  cursor: pointer;
  padding:6px 12px;
}
.btn_header_my_account:hover{
  filter: brightness(0.8);
}

/* game */
#olovox_setting_interface{
  display: flex;
  justify-content: center;
  align-items: center; 
  /* height: 100vh;  */
}

#olovox_game_interface{
  display: flex;
  justify-content: center;
  align-items: center; /* Center content vertically */
  /* height: 100vh; Full viewport height */
}

#olovox_game_vote_interface{
  display: flex;
  justify-content: center;
  align-items: center; /* Center content vertically */
  /* height: 100vh; Full viewport height */
}

#olovox_game_pause_interface{
  display: flex;
  justify-content: center;
  align-items: center; /* Center content vertically */
  /* height: 100vh; Full viewport height */
}

#temps_extra_vote_title {
  font-size: 26px;
  width: 100%; /* Full width */
  text-align: center; /* Center text */
  margin-bottom: 20px; /* Space between title and buttons */
}
#temps_extra_vote_nombre{
  width: 100%;text-align: center;
}
.oui_vote_section, .non_vote_section{
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1; /* Allows each section to grow and take equal space */
  justify-content: center; /* Center content vertically */
}
.vote_vertical_line {
  height: 100%;
  width: 2px;
  background-color: #353535;
}
#btn_vote_extra_temps_oui, #btn_vote_extra_temps_non {
  width: 80px; /* Width of the button */
  height: 80px; /* Height of the button, should be the same as width for a perfect circle */
  padding: 10px; /* Padding can affect the size, so it might need to be adjusted */
  border-radius: 50%; /* This will create the circle shape */
  color: white; /* Text color */
  font-size: 20px; /* Adjust font size as needed */
  cursor: pointer; /* Cursor change on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Drop shadow effect */
  transition: all 0.3s; /* Transition for hover effects */
}
#btn_vote_extra_temps_oui{
  border: 1px solid #007bff; /* Border color (can adjust as needed) */
  background-color: #007bff; /* Button background color */
}
#btn_vote_extra_temps_non{
  border: 1px solid #ff0800; /* Border color (can adjust as needed) */
  background-color: #ff0800; /* Button background color */
}


#btn_vote_extra_temps_oui:hover{
  background-color: #0056b3; /* Darker shade on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
}
#btn_vote_extra_temps_non:hover {
  background-color: #c01104; /* Darker shade on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
}
#btn_play_olovox{
  width: 100px;
  font-weight: bold;
  font-size: 26px;
}
#btn_pause_continuer, #btn_pause_recommancer, #btn_pause_settings {
  margin:0 auto;
  width:70%;
  padding: 10px 20px; /* Adjust padding for size */
  border-radius: 5px; /* Rounded corners */
  color: white; /* Text color */
  font-size: 20px; /* Adjust font size as needed */
  text-transform: uppercase; /* Uppercase text */
  cursor: pointer; /* Cursor change on hover */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Drop shadow effect */
  transition: all 0.3s; /* Transition for hover effects */
}
#btn_pause_continuer{
  margin-bottom:40px;
  border: 1px solid #007bff; /* Border color (can adjust as needed) */
  background-color: #007bff; /* Button background color */
}
#btn_pause_recommancer{
  margin-bottom:40px;
  border: 1px solid #ff0800; /* Border color (can adjust as needed) */
  background-color: #ff0800; /* Button background color */
}
#btn_pause_settings{
  border: 1px solid #8c9592; /* Border color (can adjust as needed) */
  background-color: #8c9592; /* Button background color */
}

#btn_pause_continuer:hover{
  background-color: #0056b3; /* Darker shade on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
}
#btn_pause_recommancer:hover {
  background-color: #c01104; /* Darker shade on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
}
#btn_pause_settings:hover{
  background-color: #676969; /* Darker shade on hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Larger shadow on hover */
}


/* COUNTDOWN */

/* COUNTDOWN */
.base-timer{
  zoom:0.9;
  position: relative;
  width: 360px;
  height: 360px;
  margin:0 auto;
}


/* Cercle Animation color */
.blinking_warning{
	animation:blinkingText 0.8s infinite;
}
@keyframes blinkingText{
	/* 0%{		color: #00e3ce;	}
	49%{	color:transparent;	}
	50%{	color: #00e3ce57}
	99%{	color: transparent;	}
	100%{	color: #00e3ce;	} */
  0%{		fill: #00e3ce!important;	}
	49%{	fill:transparent!important;	}
	50%{	fill: #00e3ce57!important; }
	99%{	fill: transparent!important;	}
	100%{	fill: #00e3ce!important;	}
}
.timer_color_1 {
  color: #05e605;
  fill: #00e1ce!important;
}
.timer_color_3 {
  color: #00e57c;
  fill: #00bdad!important;
}
.timer_color_2 {
  color: #00e3ce;
  fill: #00978b!important;
}
.timer_color_pause {
  color: #c2c2c2;
  fill: #c2c2c2!important;
}
/* Cercle Animation color */
/* .btn-pink{
  color:#ffffff;
  background-color:#FC1978;
}
.btn-pink:hover{
  color:#ffffff;
  background-color:#da1567;
} */



.hr_divider{
  max-width: 60%;
  border-width: 0.2rem;
  border-color: #28a745;
  box-shadow: 0px 2px 2px -1px #5d5d5d
}

@-webkit-keyframes pulse_green {
  0% {
    -webkit-box-shadow:inset 0 0 0 0 #28a745;
  }
  100% {
    -moz-box-shadow:inset 0 0 0 16px #cca92c00;
    box-shadow:inset 0 0 0 16px #ceab2c00;
  }
  /* 100% {
      -moz-box-shadow:inset 0 0 0 0 #cca92c00;
      box-shadow:inset 0 0 0 0 #cca92c00;
  } */
}
@keyframes pulse_green {
  0% {
    -moz-box-shadow:inset 0 0 0 0 #28a745;
    box-shadow:inset 0 0 0 0 #28a745;
  }
  100% {
      -moz-box-shadow:inset 0 0 0 16px #cca92c00;
      box-shadow:inset 0 0 0 16px #ceab2c00;
  }
  /* 100% {
      -moz-box-shadow:inset 0 0 0 0 #cca92c00;
      box-shadow:inset 0 0 0 0 #cca92c00;
  } */
}
@-webkit-keyframes pulse_blue {
  0% {
    -webkit-box-shadow:inset 0 0 0 0 #00e1ce;
  }
  100% {
      -webkit-box-shadow:inset 0 0 0 16px #cca92c00;
  }
  /* 100% {
      -webkit-box-shadow:inset 0 0 0 0 #cca92c00;
  } */
}
@keyframes pulse_blue {
  0% {
    -moz-box-shadow:inset 0 0 0 0 #00e1ce;
    box-shadow:inset 0 0 0 0 #00e1ce;
  }
  100% {
      -moz-box-shadow:inset 0 0 0 16px #cca92c00;
      box-shadow:inset 0 0 0 16px #ceab2c00;
  }
  /* 100% {
      -moz-box-shadow:inset 0 0 0 0 #cca92c00;
      box-shadow:inset 0 0 0 0 #cca92c00;
  } */
}
.cercle_blanc_pulse_green{
  animation: pulse_green 3s infinite;
  background-color:#f1f1f1!important
}
.cercle_blanc_pulse_blue{
  animation: pulse_blue 3s infinite;
  background-color:#f1f1f1!important
}
#cercle_blanc{
  position: absolute;
  width: 230px;
  height: 230px;
  top: 64px;
  left: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color:#ffffff;
  box-shadow:inset #626262 2px 2px 12px -6px;
}
@-webkit-keyframes stop_parler {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stop_parler {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.stop_parler_animation{
  animation: stop_parler 3s normal forwards;
}
#btn_selected_user_parler_stop{
  z-index: 999;
  box-shadow: 6px 6px 6px -8px #0000008f;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 80px;
  left: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 100%;
  border: none;
  padding:0px;
  background-color: #ffffff;
}
#btn_selected_user_parler_stop:hover{
filter:brightness(1.3);
}
#btn_selected_user_parler_stop i{
  /*  #dc3545 38c8db 696969*/
  color:#bd1212;
  text-shadow: 1px 1px 2px #00000099;
}
#btn_display_vote_status{
  line-height: 90px;
  display:block;
  cursor: default;
  z-index: 1;
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 20px;
  border: 2px solid #bdbdbd;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow:inset 0px 2px 8px -4px #626262;
}
#btn_display_vote_status i{
  text-shadow: 1px 1px 2px #00000099;
}
.btn_style_olovox{
  /* text-shadow: 1px 1px 2px #00000047; */
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #77B977;
  box-shadow: 0px 4px 5px -6px #000000;
  border-radius: 8px;
}
.btn_style_olovox:hover{
  background-color: #fafafa;
}

#btn_selected_user_parler {
  /* NEW BTN PARLER TEST */
  z-index: 999;
  box-shadow: 6px 6px 6px -8px #0000008f;
  position: absolute;
  width: 240px;
  height: 240px;
  top: 60px;
  left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  padding:0px;
  border:1px solid #3f9a48;
}
#btn_selected_user_parler:hover{
  filter: contrast(1.3);
}
#btn_selected_user_parler:focus{
  border: none;
  outline: none;
}
#btn_selected_user_parler i{
  text-shadow: 1px 1px 1px #000000;
}

#btn_olovox_game_setting{
  box-shadow: 6px 6px 6px -8px #0000008f;
  padding:6px 12px 6px 12px;
  position: absolute;
  bottom: -40px;
  left: 0px;
  font-size: 26px;
  border-radius: 6px;
}
#btn_olovox_game_pause{
  box-shadow: 6px 6px 6px -8px #0000008f;
  padding:6px 12px 6px 12px;
  position: absolute;
  bottom: -40px;
  right: 0px;
  font-size: 26px;
  border-radius: 6px;
}
#btn_olovox_game_pause:hover, #btn_olovox_game_setting:hover{
  background-color: #b3b3b3;
}


#selected_user_preparation_timer{
  width: 200px;
  height: 200px;
  border-radius: 50%!important;
  color:#686868;font-weight:bold;font-size:60px;
  text-shadow: 1px 1px 1px #0000005c;
  z-index: 11;
  position: absolute;
  padding: 60px 38px 60px 38px;
  top: 22%;
  left: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
#base-timer-label-pause{
  position: absolute;
  /* top: -10px; */
}

/* Timer information */
.display_olovox_all_timer_information{
  /* display: flex;
  align-items: center; */
  background-color: transparent!important;
  position: absolute;
  /* height:20px; */
  padding:4px;
  z-index: 3;
  border-bottom:1px solid white;

}
#display_information_olovox_temps_de_base{
  text-align: left;
  top: 0px;
  left: -16px;
  width: 90px;
}
#display_information_olovox_temps_minimum{
  text-align: left;
  top: 45px;
  left: -48px;
  width: 80px;
}
#display_information_olovox_nombre_extra{
  text-align: right;
  top: 0px;
  right: -16px;
  width: 90px;
}
#display_information_olovox_temps_extra{
  text-align: right;
  top: 45px;
  right: -48px;
  width: 80px;
}

#olovox_temps_extra:disabled{
  background-color: #888888;
  cursor: not-allowed;
}

#container_liquid{
  z-index: 1;
  overflow: hidden;
  position: relative;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 4px solid #262626;
}
#display_liquid{
  position: absolute;
  width: 100%;
  height: 0; 
  background-color: #00e1ce; 
  bottom: 0; 
  transition: height 1.5s;
}
.wave {
  z-index: 0;
  position: absolute;
  width: 72px; /* Width set to 20% */
  height: 30px; /* Fixed height for waves */
  border-radius: 50%;
  animation: wave 3s ease-in-out infinite; /* Increased duration for smoother animation */
  background-color: #00e1ce;
}

.wave:nth-child(1) {
  animation-delay: 0s;
}

.wave:nth-child(2) {
  animation-delay: 0.2s;
}

.wave:nth-child(3) {
  animation-delay: 0.4s;
}

.wave:nth-child(4) {
  animation-delay: 0.6s;
}

.wave:nth-child(5) {
  animation-delay: 0.8s;
}

.wave:nth-child(6) {
  animation-delay: 1.0s;
}

.wave:nth-child(7) {
  animation-delay: 0.8s;
}

.wave:nth-child(8) {
  animation-delay: 0.6s;
}

.wave:nth-child(9) {
  animation-delay: 0.4s;
}

.wave:nth-child(10) {
  animation-delay: 0.2s;
}


@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px); /* Only vertical movement */
  }
  50% {
    transform: translateY(10px); /* Only vertical movement */
  }
  75% {
    transform: translateY(-10px); /* Only vertical movement */
  }
}


/* COUNTDOWN FIN */
/* SELECTED USERS + BTN fin */

/* Boutton pour voter oui/non */
@-webkit-keyframes vote_animation {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vote_animation {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
.user_vote_animation{
  animation: vote_animation 2s infinite;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }



@media (max-width: 400px) {

}