@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@300&display=swap');
body{
  /* overflow-y: scroll; */
  /* font-family: 'Mate SC', serif; */
  overflow: auto!important;
}
html, body{
   /* important cest a 1100px par default sa bug mobile*/
  min-width: 0px!important;
  height:100%;
}
#wrapper{
  height:100%;
}
#page-content-wrapper{
  /* min-width:100vw; */
  width: 100%;
  height:100%;
}
.accueil_interface_user_btn{
  margin-top:10px;
}
.modal-body{
  padding: 20px 30px 24px 30px!important;
  font-size: 13px;
  color: #666;
}
.modal-body .form-group {
  margin-bottom: 6px;
}
#btn_new_discussion i, .btn_accueil_interface i{
  float: left;
  padding: 10px;
  background-color: #ffffff78;
  margin: -6px;
  border-radius: 20px;
  width: 40px;
}

.btn_accueil_interface_active{
  font-weight: bold;
}
.btn_accueil_interface_active i{
  color:#ffffff;
  background-color: #35aedc;
  box-shadow: inset 0px 0px 8px -4px #000000;
}

.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;
}

.btn_interface_display_style{
  padding: 14px;
  margin: 6px;
  box-shadow: 0px 5px 7px -7px #000000;
}
.btn_interface_display_style i{
  text-shadow: 1px 1px 1px #000000;
}

.btn_delete_user_commentaire{
  margin-left: 8px;
  box-shadow: 0px 5px 7px -7px #000000;
  border-radius:20px;
}
.btn_delete_user_commentaire i{
  text-shadow: 1px 1px 1px #000000;
}
.feedback_star{
  color:#e0b115;
  text-shadow: 1px 1px 1px #000000;
}

.feedback_stars_rating{
  text-shadow: 1px 1px 1px #000000;
  cursor:pointer;
  padding:4px;
}
.feedback_stars_rating:hover{
  color:#e0b115;
}

.display_sections{
  margin-top:6px;padding-right:0px;padding-left:0px;margin-left:auto;margin-right:auto;
}
#display_discussion_code{
  text-align: left;
  margin-top:6px;
  margin-bottom:6px;
}

.div_display_box_style{
  background-color: #f1f1f1;
  margin-top: 10px;
  padding: 12px;
  border-radius: 10px;
  /* border-left: 3px solid #c7c7c7;
  border-right: 3px solid #c7c7c7; */
  box-shadow: 0px 2px 6px -4px #000000;
  /* box-shadow: inset 0px 1px 4px -2px #000000; */
}

.user_parameter_titles {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#display_waiting_host{
  color:#666666;
  font-size:20px;
  font-weight: bold;
}
/* display username */
#display_selected_username{
  clear:both;
  font-size:30px;
  font-weight: bold;
  color:#000000;
  min-height: 45px;
  /* text-shadow: 1px 1px 2px #00000047; */
  /* box-shadow: 0px 4px 5px -6px #000000; */
  word-break: break-word;
}
/* question selected host */
#display_host_question{
  font-family: 'Spectral', serif;
  /* width: 400px!important; */
  margin: 0px auto;
  /* display: inline-block; */
  padding:0px 10px;
  font-size:22px;
  color:#4e4e4e;
  text-shadow: 0px 0px 0px #0000002b;
  /* box-shadow: 0px 4px 5px -6px #000000; */
  word-break: break-word;
  /*word-wrap: break-all;
  overflow-wrap: break-word; */
}
/* Deck de question */
#display_deck_question{
  font-family: 'Spectral', serif;
  /* width: 400px!important; */
  margin: 16px auto;
  /* display: inline-block; */
  padding:0px 10px;
  font-size:22px;
  font-weight: bold;
  background: linear-gradient(50deg,#04e604, #00e1ce);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
  text-shadow: 0px 0px 0px #0000002b;
  word-break: break-word;
  /* word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word; */
}
.display_deck_title{
  display:block;
  font-size:18px;
}
#display_public_discussion_name{
  font-family: 'Spectral', serif;
  text-align:left;
  padding:4px;
  display: block;
}
/* Timer left side */
.display_olovox_timer_info_left{
  border:1px solid #bababa;
  color:#686868;
  cursor:context-menu!important;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  text-align: left!important;
  padding-left: 10px;
  width: 200px;
  border-radius: 10px;
}
#display_olovox_timer_temps{
  bottom: 322px;left: -60px;
}
#display_olovox_timer_extension_temps{
  bottom: 282px;left: -70px;
}
#display_olovox_timer_vote_limit{
  bottom: 242px;left: -80px;
}
#display_olovox_timer_vote_percent{
  bottom: 202px;left: -90px;
}
    /* invisible left */
.invisible_display_olovox_timer_info_left{
  border-radius: 10px;
  background-color: transparent!important;
  position: absolute;
  height:28px;
  z-index: 3;
}
#invisible_display_olovox_timer_temps{
  bottom: 322px;left: -60px;width:140px;
}
#invisible_display_olovox_timer_extension_temps{
  bottom: 282px;left: -70px;width:100px;
}
#invisible_display_olovox_timer_vote_limit{
  bottom: 242px;left: -80px;width:90px;
}
#invisible_display_olovox_timer_vote_percent{
  bottom: 202px;left: -90px;width:90px;
}

/* Timer right side */
#display_total_user_counter{
  color:#686868;
  font-size:18px;
  font-weight: 500;
  position: absolute;
  bottom: 310px;
  right: -60px;
  text-align: right!important;
  padding-right: 10px;
  width: 200px;
  box-shadow: 0px 4px 5px -6px #000000;
  /* border: none!important; */
}
#invisible_display_total_user_counter{
  color:#686868;
  z-index: 3;
  position: absolute;
  bottom:310px;
  right:-60px;
  width:130px;
  background-color: transparent!important;
  border:none!important;
  height:43px;
  box-shadow: none!important;
}
#display_total_deck_question_counter{
  color:#686868;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  bottom: 260px;
  right: -70px;
  text-align: right!important;
  padding-right: 10px;
  width: 200px;
  box-shadow: 0px 4px 5px -6px #000000;
}
#invisible_total_deck_question_counter{
  color:#686868;
  z-index: 3;
  position: absolute;
  bottom: 260px;
  right: -70px;
  width: 100px;
  background-color: transparent!important;
  border: none!important;
  height: 41px;
  box-shadow: none!important;
}

#invisible_total_deck_question_counter:focus,#invisible_total_deck_question_counter:hover,#invisible_total_deck_question_counter:active{
  background-color:transparent;
  outline: 0 !important;
  box-shadow: inset -4px 0px 4px rgba(0, 0, 0, 0.1)!important;
  border-radius: 8px;
}

#invisible_display_total_user_counter:focus,#invisible_display_total_user_counter:hover,#invisible_display_total_user_counter:active{
  background-color:transparent;
  outline: 0 !important;
  box-shadow: inset -4px 0px 4px rgba(0, 0, 0, 0.1)!important;
  border-radius: 8px;
}

#display_tour_user_counter{
  display:none;
  font-weight: bold;
  background-color:#ffffff;
  cursor: default;
  border:none;
  position: absolute;
  bottom:250px;
  right:-35px;
  text-align: right!important;
  padding-right:20px;
  width:130px;
  box-shadow: inset -3px 0px 4px rgba(0, 0, 0, 0.1)!important;
  z-index: -1;
}
#display_tour_user_counter:focus,#display_tour_user_counter:hover,#display_tour_user_counter:active {
  background-color:#ffffff;
  outline: 0 !important;
  /* box-shadow: none!important; */
}


#display_olovox_discussion{
  margin:0 auto;
  padding-top:10px;
}
.olovox_discussion_pause{
  border-radius: 10px;
  background-color: #abd4ba;
}

#display_selected_user{
  padding:0px;
  /* height:600px; */
  margin:0 auto;
  /* margin-top:20px; */
  /* padding-top: 30px; */
  /* min-height: 560px; */
}

#display_selected_user #display_countdown_timer{
  margin-top:100px;
  font-weight: bold;
  font-size:30px;
}

#display_selected_user #display_users_btn{
  margin-top:40px;
}

.display_user_list_pas_parler{
  background-color:#dbdbdb;
  border-left:4px solid #28a745;
  padding:10px;
  padding-right:0px;
  display:block;
  margin-bottom:6px;
  border-radius: 5px;
  box-shadow: 0px 9px 6px -13px #000000;
}
.style_users_list{
  background-color:#dbdbdb;
  border-left:4px solid #7b7f83;
  padding:10px;
  padding-right:0px;
  display:block;
  margin-bottom:6px;
  border-radius: 5px;
  box-shadow: 0px 9px 6px -13px #000000;
}

/* COUNTDOWN */
.base-timer{
  zoom:0.7;
  position: relative;
  width: 360px;
  height: 360px;
  margin:0 auto;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-remaining {
  stroke-width: 6px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-elapsed {
  stroke-width: 6px;
  stroke: grey;
}



/* 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{
  /* position: absolute;
  top:62%;
  left:32%;
  z-index: 11;
  border: 2px solid #dc3545;
  font-weight: 600;
  width:130px; */
  z-index: 11;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 80px;
  left: 80px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  border: 3px solid #c9c9c9;
  border-radius: 50%;
  background-color:#ffffff;
  box-shadow: 0px 2px 8px -4px #626262;
}
#btn_selected_user_parler_stop i{
  /*  #dc3545 38c8db 696969*/
  color:#12bdae;
  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;
}
#fillgauge2 {
  background-color:#ffffff;
  -webkit-filter:drop-shadow(-1px 2px 2px #cfcfcf) drop-shadow(1px -2px 2px #77B97740);
  filter:drop-shadow(-1px 2px 2px #cfcfcf) drop-shadow(1px -2px 2px #77B97740);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.base_timer_btn_parler {
  /* NEW BTN PARLER TEST */
  box-shadow: 0px 5px 7px -7px #000000;
  position: absolute;
  width: 240px;
  height: 240px;
  top: 60px;
  left: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 100%;
}
.base_timer_btn_parler:focus{
  border: none;
  outline: none;
}
.base_timer_btn_parler i{
  text-shadow: 1px 1px 1px #000000;
}


#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; */
}
/* 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;
}

/* LOADING */
  .overflow_hidden{
      overflow: hidden;
    }
  #loading_site_wait{
    zoom:2;
    padding-top:100px;
    overflow:hidden;
    z-index:100;
    position:fixed; 
    background-color:#ffffff;
    height:100%;
    width:100%;
  }
  .lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #000000;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
  }
  .lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
  }
  .lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
  }
  .lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
  }
  .lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
  }
  .lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
  }
  .lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
  }
  .lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
  }
  .lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
  }
  .lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
  }
  .lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
  }
  .lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
  }
  .lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
  }
  /* video sdk loading */
  #loading_video_sdk_video{
    text-align: center;
    zoom: 1.5;
    padding-top: 100px;
    z-index: 100;
    position: absolute;
    background-color: #ffffff;
    height: 98%;
    width: 100%;
  }
  #loading_video_sdk_video .lds-default{
    margin: 0 auto;
    width: 100%;
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
  }
  @keyframes lds-default {
    0%, 20%, 80%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.6);
    }
  }
  /* LOADING FIN */
.lexique_emotion_style{
  padding:4px;
  display:block;
  margin:4px;
}

  /* MENU BTN STYLE */
.menu_style_test{
  box-shadow: 0px 12px 6px -13px #000000;
  font-size:18px;
  border:1px solid rgb(59 59 59 / 50%);
  display:block;
  padding: .75rem 1.25rem;
  margin-left:10px;
  margin-right:10px;
}
.menu_style_test span{
  display:block;
  width:100%;
  margin-right:6px;
  margin-left:6px;
}
.menu_style_test span i{
  padding-left:10px;
}


@media (max-width: 992px) {
  .menu_style_test{
    margin-left:10px!important;
    margin-bottom:10px;
  }
}

  /* MENU BTN STYLE */

/* LOGIN */
.login_btn_active{
  background-color:#e2e6ea;
  border-color:#dae0e5;
}
#login_olovox_left{
  z-index:1;
  padding-top:0px;
  /* background-color:#d49bbc; */
  background: rgb(242,146,220);
  background: radial-gradient(circle, rgba(242,146,220,1) 32%, rgba(202,164,214,1) 61%, rgba(178,175,210,1) 100%, rgba(0,255,181,1) 100%);
  box-shadow: 4px 0px 4px -3px #000000b3; 
}
#login_olovox_right{
  padding-top:20px;
  background-color:#fafafa;
}
.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_joindre,#login_user_joindre_code{
  margin-bottom:24px;
  height:50px;
  box-shadow:0px 5px 6px -8px #000000;
  border-left:0px;
  border-top:0px;
  border-right:0px;
}
/* LOGIN FIN*/
hr.divider {
  max-width: 20%;
  border-width: 0.2rem;
  border-color: #40bfdc;
  box-shadow: 0px 2px 2px -1px #5d5d5d;
}
.icon_note_style, .store_icon_note_style{
  color: #3b3b3b;
  font-size: 60px;
  display: block;
  margin-top: 10px;
  margin-bottom:10px;
  text-shadow: 1px 1px 1px #000000;
}
.select_this_deck:hover .icon_note_style{
  color:#40bfdc;
}
.select_this_deck:hover .store_icon_note_style{
  color:#c82333;
}
.select_this_deck small{
  font-size:14px;
}
.select_this_deck:hover{
  /* border-right: 4px solid #1e97b3;
  border-left: 4px solid #1e97b3; */
  background-color: #d3d3d3;
  background-position: 0 0, 0 0;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.select_this_deck{
  border-radius:10px;
    margin-bottom:20px;
    /* padding-top:10px;
    padding-bottom:10px; */
    padding:8px;
    box-shadow: 0px 12px 6px -13px #000000;
    font-size: 24px;
    font-weight: 500;
    text-decoration:none!important;
    text-align: center; 
    display: block;
    cursor: pointer;   
    background-color: #eaeaea;
    border-right: 2px solid #40bfdc;
    border-left: 2px solid #40bfdc;

  background-repeat: no-repeat;
   background-position: 80% 80%, 0 0;
  
  background-image: -webkit-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  background-image: -moz-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );    
  background-image: -o-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  background-image: linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  
  -moz-background-size: 250% 250%, 100% 100%;
       background-size: 250% 250%, 100% 100%;
  
  -webkit-transition: background-position 0s ease;
     -moz-transition: background-position 0s ease;       
       -o-transition: background-position 0s ease;
          transition: background-position 0s ease;

}

.deck_modal_default_style{
  border-right: 2px solid #00e500!important;
  border-left: 2px solid #00e500!important;
}

.select_this_deck_modal small{
  font-size:12px;
}
.select_this_deck_modal:hover{
  /* border-right: 4px solid #1e97b3;
  border-left: 4px solid #1e97b3; */
  background-color: #d3d3d3;
  background-position: 0 0, 0 0;
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.select_this_deck_modal{
  color:#000000;
  margin-bottom: 10px;
  padding: 7px;
  box-shadow: 0px 12px 6px -13px #000000;
  font-size: 18px;
  font-weight: 500;
  text-decoration:none!important;
  text-align: center; 
  display: block;
  cursor: pointer;   
  background-color: #eaeaea;
  border-left: 2px solid #40bfdc;

  background-repeat: no-repeat;
  background-position: 80% 80%, 0 0;
  
  background-image: -webkit-linear-gradient(
    top left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  background-image: -moz-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );    
  background-image: -o-linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  background-image: linear-gradient(
    0 0,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.2) 37%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.0) 50%
  );
  
  -moz-background-size: 250% 250%, 100% 100%;
       background-size: 250% 250%, 100% 100%;
  
  -webkit-transition: background-position 0s ease;
     -moz-transition: background-position 0s ease;       
       -o-transition: background-position 0s ease;
          transition: background-position 0s ease;

}

.icon_display_question_info, .host_icon_display_question_info{
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 15px;
  border-radius: 10px;
  padding: 10px;
  font-size: 18px;
  display: block;
  border: 2px solid #8d8d8d;
  /* text-shadow: 1px 1px 1px #ffffff; */
  color: #000000;
  box-shadow: 0px 12px 6px -13px #000000;
}



  .select_this_store_deck:hover .icon_note_style{
    color:#218838;
  }
  .select_this_store_deck small{
    font-size:14px;
  }
  .select_this_store_deck:hover{
    /* border-right: 4px solid #1e97b3;
    border-left: 4px solid #1e97b3; */
    background-color: #d3d3d3;
    background-position: 0 0, 0 0;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  
  .select_this_store_deck{
    border-radius:10px;
    margin-bottom:20px;
    /* padding-top:10px;
    padding-bottom:10px; */
    padding:8px;
    box-shadow: 0px 12px 6px -13px #000000;
    font-size: 20px;
    font-weight: 500;
    text-decoration:none!important;
    text-align: center; 
    display: block;
    cursor: pointer;   
    background-color: #eaeaea;
    border-right: 2px solid #218838;
    border-left: 2px solid #218838;
  
    background-repeat: no-repeat;
    background-position: 80% 80%, 0 0;
    
    background-image: -webkit-linear-gradient(
      top left,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 37%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0.0) 50%
    );
    background-image: -moz-linear-gradient(
      0 0,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 37%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0.0) 50%
    );    
    background-image: -o-linear-gradient(
      0 0,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 37%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0.0) 50%
    );
    background-image: linear-gradient(
      0 0,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 37%,
      rgba(255, 255, 255, 0.8) 45%,
      rgba(255, 255, 255, 0.0) 50%
    );
    
    -moz-background-size: 250% 250%, 100% 100%;
         background-size: 250% 250%, 100% 100%;
    
    -webkit-transition: background-position 0s ease;
       -moz-transition: background-position 0s ease;       
         -o-transition: background-position 0s ease;
            transition: background-position 0s ease;
  }

#base-timer-label{
  width: 230px;
  height: 116px;
  border-radius: 100% 100% 0 0;
  -moz-border-radius: 100% 100% 0 0;
  -webkit-border-radius: 120px 120px 0 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 64px;
  left: 64px;
  border: 1px solid #28a74596;
}

.style_btn_user_vote_active{
  text-align:left;color:#28a745!important;line-height: 25px;font-size: 40px;
}
.style_btn_user_vote_inactive{
  text-align:left;color:#464646!important;line-height: 25px;font-size: 40px;text-decoration: line-through;
}
.style_btn_user_vote_neutral{
  text-align:left;color:#8b8b8b!important;line-height: 25px;font-size: 40px;
}
.extension_user_vote_yes_active{
  color:#ffffff!important;
  background-color:#28a745;
}
.extension_user_vote_no_active{
  color:#ffffff!important;
  background-color:#626f61;
}
#extension_user_vote_yes{
  cursor: pointer;
  color:#28a745;
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 0 0 0 100%;
  -moz-border-radius: 0 0 0 100%;
  -webkit-border-radius: 0 0 0 100%;
  box-shadow: 0px 0px 4px -2px #000000;
  border: 1px solid #28a74596;
  position: absolute;
  top: 180px;
  left: 64px;
}
#extension_user_vote_yes i {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#extension_user_vote_yes:hover{
  color:#ffffff!important;
  background-color:#28a745;
}

#extension_user_vote_no{
  cursor: pointer;
  color:#626f61;
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 0 0 100% 0;
  -moz-border-radius: 0 0 100% 0;
  -webkit-border-radius: 0 0 100% 0;
  box-shadow: 0px 0px 4px -2px #000000;
  border: 1px solid #28a74596;
  position: absolute;
  top: 180px;
  left: 179px;
}
#extension_user_vote_no i {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
#extension_user_vote_no:hover{
  color:#ffffff!important;
  background-color:#626f61;
}

/* Disable le shadow on click */
button:hover, button:focus, button:after{
  outline: none!important;
  /* box-shadow: none!important; */
}
.all_btn_display_style:hover, .all_btn_display_style:focus, .all_btn_display_style:active{
  outline: 0 !important;
  box-shadow: none!important;
}

#display_all_discussion{
  /* la navbar... */
  height: calc(100% - 62px);
  margin-right:0px;
  margin-left:0px;
  padding-right:0px;
  padding-left:0px;
}

#display_videosdk{
  height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  /* margin-top: 10px; */
  padding-top: 6px;
}

#olovox_style_half_circle{
  z-index:-2;
  position: absolute;
  bottom: -47px;
  left: -34px;
  width: 430px;
  height: 216px;
  background-color: transparent;
  border-bottom-left-radius: 260px;
  border-bottom-right-radius: 260px;
  border: 2px solid #77B977;
  border-top: 0;
  transform: rotate(360deg);
  /* box-shadow: inset 0px -4px 2px #989898; */
  box-shadow: inset 2px -4px 8px -6px #888888;
}
#olovox_style_ligne_1{
  position: absolute;
  width: 100%;
  right: 392px;
  bottom:151px;
  height: 2px;
  background-color: #77B977;
  transform: rotate(180deg);
  border-top:none;
}
#olovox_style_ligne_2{
  position: absolute;
  width: 100%;
  right: 320px;
  bottom:-42px;
  height: 2px;
  background-color: #77B977;
  transform: rotate(128.94deg);
  border-top:none;
}
#olovox_style_ligne_3{
  position: absolute;
  width: 100%;
  right: 246px;
  bottom:-130px;
  height: 2px;
  background-color: #77B977;
  transform: rotate(110.56deg);
  border-top:none;
}
#olovox_style_ligne_4{
  position: absolute;
  width: 100%;
  right: 150px;
  bottom:-202px;
  height: 2px;
  background-color: #77B977;
  transform: rotate(98.57deg);
  border-top:none;
}
#olovox_style_ligne_5{
  position: absolute;
  width: 100%;
  /* width: 2000px; */
  height: 2px;
  background-color: #77B977;
  left: 395px;
  bottom:151px;
  transform: rotate(180deg);
  border-top:none;
}
/* #olovox_style_ligne_6{
  position: absolute;
  width: 1000px;
  height: 2px;
  background-color: #77B977;
  right: -507px;
  bottom: -516px;
  transform: rotate(83.57deg);
  border-top: none;
} */
input::placeholder{
  opacity: 0.6!important;
}
.edit_group_deck_order_sortable input, .new_group_deck_order_sortable input{
  text-align: left!important;
}


/* EMOTES live*/
#div_display_live_emote{
  /* position: absolute;
  z-index: 2; */
  /* bottom: 0px; */
}
#display_users_icons{
  margin-top:6px;
  z-index: 3;
}
.btn_user_emote:hover{
  box-shadow: inset 0px 0px 6px -4px #000000!important;
}
.btn_user_emote{
  padding:0px;
  /* display: block!important; */
  border-radius: 20%;
  box-shadow: 0px 5px 7px -7px #000000;
  background-color: #ffffff;
  border: 1px solid #77B977;
  /* margin-bottom: 6px; */
  margin-left:2px;
  margin-right:2px;
}

.display_live_emote{
  width: 89px;
  position:absolute;
  z-index:4;
}
.display_live_emote_1{
  animation-name: display_live_emote_up;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: 60px;
  left:20%;
  /* left:40px; */
}
.display_live_emote_2{
  animation-name: display_live_emote_up;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: 60px;
  left:30%;
  /* left: 100px; */
}
.display_live_emote_3{
  animation-name: display_live_emote_up;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: 60px;
  left:40%;
  /* left: 160px; */
}
.display_live_emote_4{
  animation-name: display_live_emote_up;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: 60px;
  left:50%;
  /* left: 220px; */
}
.display_live_emote_5{
  animation-name: display_live_emote_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: 60px;
  left: 60%;
  /* left: 280px; */
}
.display_live_emote_6{
  animation-name: display_live_emote_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: 60px;
  left: 70%;
  /* left: 340px; */
}
.display_live_emote_7{
  animation-name: display_live_emote_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  bottom: 60px;
  left: 80%;
  /* left: 380px; */
}
@keyframes display_live_emote_up{
  0% { transform: translate(0,  0px); }
  80%   { transform: translate(0, -300px); }   
}
@keyframes display_live_emote_down{
  0% { transform: translate(0,  -300px); }
  80%   { transform: translate(0, 0px); }   
}
/* EMOTES live fin*/

.onoffswitchzoom {
  position: relative; width: 80px;
  -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;user-select: none;
  top: -36%;
  left: 0%;
  z-index: 1;
}
.onoffswitchzoom-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitchzoom-label {
  display: block; overflow: hidden; cursor: pointer;
  height: 36px; padding: 0; line-height: 36px;
  border: 2px solid #ababab; border-radius: 36px;
  background-color: #ababab;
  transition: background-color 0.3s ease-in;
}
.onoffswitchzoom-label:before {
  content: "";
  display: block; width: 36px; margin: 0px;
  background: #FFFFFF;
  position: absolute; top: 0; bottom: 0;
  right: 42px;
  border: 2px solid #ababab; border-radius: 36px;
  transition: all 0.3s ease-in 0s; 
}
.onoffswitchzoom-checkbox:checked + .onoffswitchzoom-label {
  background-color: #28a745;
}
.onoffswitchzoom-checkbox:checked + .onoffswitchzoom-label, .onoffswitchzoom-checkbox:checked + .onoffswitchzoom-label:before {
 border-color: #28a745;
}
.onoffswitchzoom-checkbox:checked + .onoffswitchzoom-label:before {
  right: 0px; 
}
#btn_user_zoom_automic{
  position: absolute;
  bottom: 52px;
  left: 0px;
  background-color: #1e2022;
  color: #ffffff;
  border-radius: 6px;
  text-shadow: 1px 1px 2px #00000047;
  border: 1px solid #1e2022;
  box-shadow: 6px 0px 4px -6px #000000!important;
  padding: 2px;
}

.btn_edit_deck_order_sortable:hover, .btn_new_deck_order_sortable:hover{
  cursor: move;
}

.input_new_deck_question, .input_deck_question_edit_style{
  height:100%;
  font-weight: 500;
}

.btn_deck_user_quick_select{
  border: 1px solid #94979a;
  position: absolute;
  border-radius: 10px;
  left: 10px;
  top: -6px;
  background-color: #ffffff;
  box-shadow: 0px 10px 6px -11px #000000;
}

.btn_deck_user_quick_select_active{
  border: 1px solid #dd4343;
}
.btn_deck_user_quick_select_active i{
  color: #dd4343;
  text-shadow: 1px 1px 1px #000000;
}

.btn_user_feedback{
  color:#ffffff;
  float:right;
  margin-top:-10px;
  margin-right:4px;
  box-shadow: 0px 5px 7px -7px #000000;
  background-color: #8943d5;
  border-color: #582d87;
}
.btn_user_feedback:hover{
  color:#ffffff;
  background-color: #582d87;
}
.interface_radio_feedback{
  width:100%;
  padding: 10px 0;
  display:inline-block;
  text-align: center;
  margin:0px 0px 12px 0px;
  box-shadow:0px 7px 6px -8px #000000;
  border-radius:10px;
  background-color: #f1f1f1;
}
.display_all_comment_content{
  padding: 10px;
  box-shadow: 0px 4px 6px -6px #000000;
  margin-bottom: 8px;
  background-color: #ffffff;
  border-radius: 10px;
}
.display_comment_icone_style{
    float: left;
    padding: 10px;
    margin: 4px;
    background-color: #f1f1f1;
    border-radius: 20px;
}

.div_public_discussion_joindre{
  cursor: pointer;
  text-align: left;
  background-color: #343a40;
  border-radius: 50%;
  box-shadow: 0px 5px 7px -7px #000000;
  display: inline-block;
}
.icon_public_discussion_joindre{
  color: #ffffff;
  background-color:#94979a;
  padding: 14px;
  border-radius: 50%;
  text-shadow: 1px 1px 1px #000000;
  box-shadow: 0px 4px 6px -4px #000000;
  margin: 20px;
}
.div_public_discussion_joindre:hover .icon_public_discussion_joindre{
  background-color:#17a2b8;
}
.public_discussion_title{
  font-family: 'Spectral', serif;
  display: block;
  font-weight: 600;
  font-size: 24px;
  margin-top:6px;
}
.public_discussion_info{
  display: block;
}
.public_discussion_info span{
  padding: 6px;
  margin: 6px;
  font-size:16px;
}
.display_server_reponse_message{
  text-align: center;
  width:450px;
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 9999;
  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;
}

.display_friend_list_style{
  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 5px 7px -7px #000000;
}
.display_public_discussion_style{
  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 5px 7px -7px #000000;
}

.no_query_message_style{
  text-align: center;
  width: 100%;
  color:#787878;
  margin-top: 40px;
  margin-bottom: 40px;
}

#display_stop_parler_seconde{
  font-size: 20px;
  color: #0075ff;
  font-weight: bold;
}
#btn_select_quick_question{
  box-shadow: rgb(0, 0, 0) 0px 12px 6px -13px;
  margin-top:10px;
  margin-bottom:10px;
  /* display: inline-block; */
}
#starting_interface_input_display_deck_user_question{
  height:60px;
  font-size: 18px;
  color:#ffffff;
  background-color: #83bfb3;
  border:1px solid #83bfb3;
  text-shadow: 1px 1px 1px #00000070;
}
#starting_interface_btn_save_deck_user_question{
  font-size:20px;
  color:#ffffff;
  background-color: #73b1a4;
  border:1px solid #62a295;
  padding-left: 16px;
  text-shadow: 1px 1px 1px #00000070;
}
#starting_interface_btn_select_quick_question{
  height:40px;
  /* color:#344c48; */
  color:#ffffff;
  font-weight:500;
  background-color: #87b9b0;
  border:1px solid #87b9b0;
  border-radius: 20px;
  text-shadow: 1px 1px 1px #00000070;
  box-shadow: rgb(0, 0, 0) 0px 12px 6px -13px;
  margin-top:10px;
  margin-bottom:20px;
}
#starting_interface_input_display_deck_user_question::placeholder{
  /* color: #000000; */
  color:#ffffff;
  font-weight:500;
  text-shadow: 1px 1px 1px #00000070;
  opacity: 0.8!important;
}
#starting_interface_input_display_deck_user_question:disabled{
  background-color:#5a6b61; 
  border:none!important;
}
#starting_interface_input_display_deck_user_question:focus{
  outline: 0 !important;
  box-shadow: none!important;
  border:1px solid #000000;
}

#starting_interface_input_display_deck_user_question:hover,
#starting_interface_btn_select_quick_question:hover,
#starting_interface_btn_confirm_go:hover,
#starting_interface_btn_save_deck_user_question:hover{
  border:1px solid #000000;
}
.user_quick_question_selection:hover{
  border: 1px solid #000000;
}

/* GO */
#starting_interface_btn_confirm_go{
  border: 1px solid transparent;
  width:260px;
  padding:10px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #3c5c56;
  color:#ffffff;
  box-shadow: rgb(0, 0, 0) 0px 10px 6px -13px;
  text-shadow: 1px 1px 1px #00000070;
  margin-top:10px;
}
/* return back */
.starting_interface_btn_return{
  border: 1px solid transparent;
  width:260px;
  padding:10px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #526461;
  color:#ffffff;
  box-shadow: rgb(0, 0, 0) 0px 10px 6px -13px;
  text-shadow: 1px 1px 1px #00000070;
  margin-top:10px;
}
/* return cancel final ready */
#starting_interface_ready_cancel{
  border: 1px solid transparent;
  width:260px;
  padding:10px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  background-color: #526461;
  color:#ffffff;
  box-shadow: rgb(0, 0, 0) 0px 10px 6px -13px;
  text-shadow: 1px 1px 1px #00000070;
  margin-top:10px;
}

.user_quick_question_selection{
  font-size:16px;
  border: 1px solid transparent;
  padding:10px;
  box-shadow: rgb(0, 0, 0) 0px 10px 6px -13px;
  cursor:pointer;
  background-color: #5f8680;
  color:#ffffff;
  border-radius: 10px;
  font-weight: 400;
}

.starting_interface_input_display_user_question_style{
  box-shadow: rgb(0, 0, 0) 0px 12px 6px -13px; 
  text-align: left; 
  margin-bottom: 12px;
  margin-top:12px;
}

.starting_interface_display_user_question_style{
  background-color: #5f8680;
  padding:10px;
  color:#ffffff;
  position: relative;
  border-radius: 10px;
}

/* delete question */
.starting_interface_btn_question_user_edit_delete{
  border-radius: 20px;
  padding:10px;
  padding-top:2px;
  padding-bottom:2px;
  position: absolute;
  right:-12px;
  top:-10px;
}

.quick_pulse_animation{
  animation:pulse-green 1s infinite;
}

#display_user_write_question{
  /* margin-top:20px; */
  margin-bottom:20px;
  font-size:18px;
  animation:pulse-dark 8s infinite;
}
#starting_interface_display_user_write_question{
  margin-bottom:10px;
  font-size:18px;
  animation:pulse-dark 8s infinite;
}

/* Animation pulse */
@keyframes pulse-dark {
  0% {
    box-shadow: 0 0 0 0 rgba(121, 121, 121, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
  }

  /* 50% */
  100% {
    box-shadow: 0 0 0 8px rgba(212, 18, 18, 0);
    background-color: rgba(255, 255, 255, 1);
  }

  /* 100% {
    box-shadow: 0 0 0 0 rgba(121, 121, 121, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
  } */
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 #a0c69e;
    /* background-color: #a0c69e00; */
  }

  /* 50% */
  100% {
    box-shadow: 0 0 0 8px #d4121200;
    /* background-color: #ffffff00; */
  }

  /* 100% {
    box-shadow: 0 0 0 0 rgba(121, 121, 121, 0.8);
    background-color: rgba(255, 255, 255, 0.9);
  } */
}

.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 */
}
/* svg test */
@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg);
  }to {
    -webkit-transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
  }to {
    -webkit-transform: rotate(360deg);
  }
}
#svg_boule_big{
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotate-right 22s linear 0s infinite;
}
#svg_boule_med{
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotate-left 16s linear 0s infinite;
}
#svg_boule_small{
  -webkit-transform-origin: 50% 50%;
  -webkit-animation: rotate-right 8s linear 0s infinite;
}
#svg_boule_big circle{transform:translate(47%,80%);fill:#de6380;-webkit-filter: drop-shadow( 2px 2px 4px #00000023); filter: drop-shadow( 2px 2px 4px #00000023);}
#svg_boule_med circle{transform:translate(47%,80%);fill:#b52f7a;-webkit-filter: drop-shadow( 2px 2px 4px #00000023); filter: drop-shadow( 2px 2px 4px #00000023);}
#svg_boule_small circle{transform:translate(47%,80%);fill:#f4accd;-webkit-filter: drop-shadow( 2px 2px 4px #00000023); filter: drop-shadow( 2px 2px 4px #00000023);}