﻿/* Les élements en gras b388ff*/

.gorgees{color: #ffeb3b;}
.tours{color: #ffeb3b;}
.minority{color: #ffeb3b;}
.j1{color: #cddc39;}
.j2{color: #cddc39;}
.ThmPerso{color: #4db6ac;}
.ThmTheme{color: #4db6ac;}



/* TOAST COLOR */
.toastW {
    background-color: #ffffff!important;
    color: #000000!important;
}

.toastR {
    background-color: #e53935!important;
    color: #ffffff!important;
}

.toastG {
    background-color: #4caf50!important;
    color: #ffffff!important;
}

/*Toas Button Color*/ 
.toastW .toast-action {
    color: #2196f3!important;
}


/* Menu alternatif */
.fixed-action-btn.toolbar ul li a {
    border-radius: 0px!important;
}

.fixed-action-btn.toolbar{
       padding-top: 15px!important;
}

/* SOCIAL */
.social-list {
    margin: 20px 0;
    text-align: center;
}
.social-list a{
    margin: auto;
    color: white;
    font-size: 1.5em;
    transition: .4s;
}
.social-container {
    display: inline-flex;      
    width: 35px;
    height: 35px;
    margin:10px;
    border-radius: 100%;
    transition: .4s;
}
.social-container:hover {
    background-color: white;
    color: black!important;
}
.social-container:hover a{
    color: black!important;
}



/* time attac progress barre*/
#progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    /*background-color: red;*/
    display: block;
    /* Important Thing */
    -webkit-appearance: none;
    border: none;
    border-radius: 0px;
}
#progress::-webkit-progress-bar {
   background: linear-gradient(to right, white , white, white); /* Jaune : ffeb3b, Vert : 4caf50, Ambre : ffc107, Orange : ff9800 ; Light green : 8bc34a , Lime : cddc39 */
   border-radius: 0px;
}
#progress::-webkit-progress-value {
   background: white;
   border-radius: 0px;
}
#affichage {
    font-family: 'Sigmar One', cursive;
    font-size: 4em;
    color: white;
    /*animation: spaceboots 2s cubic-bezier(.36,.07,.19,.97) infinite;*/
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 2%;
}
.time-values-title{
  color: white;
}
.time-data{  
}
#timeJauge {
  display: none;
}
.time-parameters{
  display: none;  
}


/* LA BARRE D'ETAT */

#bar{
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;

}

#bar{
    background-color: #f3f3f3;
    height: 8px;
    display: block;
    /* Important Thing */
    -webkit-appearance: none;
    border: none;
    border-radius: 100px;
  }

#bar::-webkit-progress-bar {
   background: #767676;
   border-radius: 100px;
}
#bar::-webkit-progress-value {
   background: white;
   border-radius: 100px;
   transition: 1s;
}

#bar::-moz-progress-bar {
   background: #767676;
   border-radius: 100px;
}

#bar::-moz-progress-value {
   background: white;
   border-radius: 100px;
   transition: 1s;
}



/* LA PAGE GLOBALE */


html, body{
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #0277bd;
}

::selection {
 background-color:transparent;
}

#page{
	display: flex;
	height: 100%;
}








/* LE  MENU */
.btn-same {
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    position: absolute;
    cursor: pointer;
    opacity: 1;
    z-index: -999;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
}

.btn-same>div{
  opacity: 0;
}

.onscreen{
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
  opacity: 1;
  border-radius: 0; 
  background: #006064;
  transition: .2s;

  left: 0; 
  right: 0; 
  bottom: 0;
  margin-left: auto; 
  margin-right: auto; 
}

.onscreen>div{
  opacity: 1;
}

.onscreen .close-w{
  display: none;
}

.fixed-action-btn {
    top: 0px;
}

.fixed-action-btn ul {
    top: 85px;
}




/* Les informations */
.mention, .title-center{
  text-align: center;
  font-family: 'Raleway', cursive;
  width: 100%;
  color: white;
}

.mode-array{
  background-color: white;
}

.mode-array thead{
  background-color: white;
  text-transform: uppercase;
  font-weight: 800;
}

.mode-array tr{
  border-bottom: 1px solid #e0e0e0;
}

#info-home p{
  color: white!important;
  font-family: 'Raleway', cursive;
  line-height: 1.2em;
}


/* Le contenu textuel*/
.content{
	margin: auto;
	text-align: center;
  padding: 10px;
}

#titre{
	font-size: 3em;
	font-family: 'Sigmar One', cursive;
	animation: shake 4s cubic-bezier(.36,.07,.19,.97) infinite;
  color: white;
}

#event{
	font-size: 2rem;
	font-family: 'Raleway';
  color: white;
}

#regles{
font-size: 1rem;
color: white;
}

.rulesDisplay{
      margin: 12px;
      font-family: 'Knewave', cursive;
      font-size: 1em;
}










/* Icones */
.list-icon{
    position: absolute;
    right: 10px;
    text-align: center;
}

.list-icon li{
	margin-top: 20px;
	font-size: 1.5em;
	min-width: 35px;
}

.react{
	opacity: 0;
}







/* Le menu des joueurs*/
.menu-parameter{
	position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    top: 0;
    left: 0;
    text-align: center;
}

.menu-parameter #nombre-joueur{
	    width: 100px;
    text-align: center;
    color: white;
    font-size: 3em;
    margin-top: 20px;
}










/* COULEUR POUR LA LISTE DES JOUEURS DANS LES PARAMETRES */ 

  /* Le nom des placeholder*/
   .input-field label {
     color: white!important;
   }
   /* Le place Holder quand il se déplace */
   .input-field input[type=text]:focus + label {
     color: #eeeeee;
   }
   /* La couleur de la barre du dessous */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid white!important;
     box-shadow: 0 1px 0 0 white!important;
   }
   /* Couleur de la validation */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #000;
   }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}





.prefix {
    color: white;
}

.nJoueur{
	color: white;
}

.joueur{
	margin-bottom: 0px!important;
}

.img-mode{
	width: 100%;
}

.otherMode{
  opacity: .5;
  transition: .8s;
}

.otherModeUnvailable{
  opacity: .5;
  transition: .8s;
  cursor: not-allowed;
}

.selectMode{
  opacity: 1;
  transition: .8s;
}

.liste-modes{
  margin-bottom: 35px;
}


.list-players {
    overflow: auto;
    height: 300px;
    margin-bottom: 50px;
}

/* BAR POUR LES JOUEURS */
::-webkit-scrollbar {
  width: 0px!important;
}
 
::-webkit-scrollbar-track {
  background: red;
}
 
::-webkit-scrollbar-thumb {
  background: white; 
}

/* BAR POUR LES MENU */
::-webkit-scrollbar {
  width: 0px;
}
 
::-webkit-scrollbar-track {
  background: red;
}
 
::-webkit-scrollbar-thumb {
  background: white; 
}

/* BUTTON SUBMIT */

.space-bottom{
  margin-bottom: 50px;
}

.close-w{
  color: white;
  font-size: 3em!important;
  position: absolute;
  right: 20px;
  z-index: 9999999;
  top: 20px;
  cursor: pointer
}


/* Animations */
@keyframes shake {
  2%, 18% {
    transform: translate3d(-1px, 0, 0);
  }
  
  4%, 16% {
    transform: translate3d(2px, 0, 0);
  }

  6%, 10%, 14% {
    transform: translate3d(-4px, 0, 0);
  }

  8%, 12% {
    transform: translate3d(4px, 0, 0);
  }
}

@-webkit-keyframes spaceboots {
  0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
}

/* BOUTONS PLUS ET MOINS*/

.fixed-action-btn {
    top: 0px;
}

.fixed-action-btn ul {
    top: 85px;
}

.add_pl, .rem_pl {
  transform: scale(0.6);
  margin-top: -25px;
}


/* CHECKBOX DES PARAMETRES*/
.sBox {
  position: absolute;
  left: -9999px;
}

.sBox-label {
  display: block;
  position: relative;
  padding: 10px 20px 10px 50px;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  background-color: #6a8494;
 /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
          box-shadow: 0 0 20px rgba(0, 0, 0, .2);*/
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background-color .2s, -webkit-box-shadow .2s;
  transition: background-color .2s, -webkit-box-shadow .2s;
  transition: background-color .2s, box-shadow .2s;
  transition: background-color .2s, box-shadow .2s, -webkit-box-shadow .2s;
}

.sBox-label::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
 width: 12px;
    border: 1px solid #fff;
  border-radius: 100px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.sBox-label:hover, .sBox-label:focus + .sBox-label {
   background-color: #ab576c
}

.sBox:checked + .sBox-label {
  background-color: #ab576c;
}

.sBox:checked + .sBox-label::before {
  background-color: #fff;
}

.checkers, .otherMode {
    margin-bottom: 25px;
}



/* HISTORIQUE */

.history{
  text-align: center;
}

.history-title, .information-title{
  text-align: center;
  font-size: 3em;
  font-family: 'Sigmar One', cursive;
  color: white;
}


.history-list{
 position: relative;
 padding: 20px;
 transition: .4s; 
}

.history-list:hover{
 background: white;
 color: black!important;
}

.history-list p{
  margin: 20px;
}

.history-list:hover h5{
 color: black;
}

.history-list h5{
    left: 20px;
    position: absolute;
    margin: 0;
    font-family: 'Sigmar One', cursive;
  color: white;
}

.history-list p, .history-list h5{
    display: inline;
    vertical-align: top;
    font-size: 16px;
    line-height: 28px;
}






/* LES PARAMETRES DES JOUEURS */


.play{
  position: relative;
}











/* ------------------- MENU HAMBURGER ---------------------------*/
.icon {
  position: absolute;
  top: 70%;
  left: 70%;
  transform: translateX(-50%) translateY(-50%);
}
.hamburger {
  content: ' ';
  position: relative;
  width: 20px;
  border: 2px solid #392338;
  border-radius: 5px;
  transition: all 0.333333333333333s ease;
}
.hamburger:after,
.hamburger:before {
  content: ' ';
  position: absolute;
  left: 50%;
  width: 100%;
  border: 2px solid #392338;
  border-radius: 5px;
  transform: translateX(-50%);
  transition-property: top, bottom, transform;
  transition-duration: 1s, 1s, 0.25s;
}
.hamburger:after {
  top: -8px;
}
.hamburger:before {
  bottom: -8px;
}
.menu {
  pointer-events: none;
}
.menu--circle {
  position: absolute;
  z-index: 13;
  width: 100%;
  height: 243.33333333333334px;
  overflow: hidden;
  transform: scale(-1, 1);
}
.menu__active {
  position: relative;
}
.menu__toggle {
  z-index: 11;
  position: absolute;
  top: -100px;
  left: -100px;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 1.3s;
  cursor: pointer;
  pointer-events: auto;
}
.menu__listings {
  z-index: 10;
  position: absolute;
  top: -200px;
  left: -200px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  transform: scale(0.1) rotate(150deg);
  transition: transform 1s;
}
.menu__arrow {
  visibility: hidden;
  position: absolute;
}
.menu__arrow input[type="radio"] {
  position: fixed;
  top: -99999px;
  left: -99999px;
}
.menu__arrow ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu__arrow--top {
  top: 0.5em;
  left: 220px;
}
.menu__arrow--top .arrow {
  transform: rotate(-45deg);
}
.menu__arrow--left {
  top: 220px;
  left: 0.5em;
}
.menu__arrow--left .arrow {
  transform: rotate(-135deg);
}
.arrow {
  width: 20px;
  height: 20px;
  border-right: 6.666666666666667px solid #fff;
  border-top: 6.666666666666667px solid #fff;
  border-radius: 3px;
  transition: border-color 0.3s;
  cursor: pointer;
  pointer-events: auto;
}
.arrow:hover {
  border-color: #ff947f;
  transition: border-color 0.3s;
}
.circle {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border-radius: 50%;
  transform: rotate(108deg);
  overflow: hidden;
  list-style: none;
}
.circle li {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0 100%;
}
.circle li .placeholder {
  position: absolute;
  left: -100%;
  padding-top: 1.5em;
  width: 200%;
  height: 200%;
  text-align: center;
  transform: skewY(54deg) rotate(18deg);
}
.circle li .placeholder .upside {
  transform: rotate(180deg);
}
.circle li .placeholder a {
  text-decoration: none;
  pointer-events: auto;
}
.circle li .placeholder button {
  pointer-events: auto;
}
.circle li .placeholder .button {
  font-size: 2.3em;
  background-color: transparent;
  border: none;
  color: #392338;
  cursor: pointer;
}
.circle li:nth-child(1) {
  transform: rotate(0deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(2) {
  transform: rotate(36deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(3) {
  transform: rotate(72deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(4) {
  transform: rotate(108deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(5) {
  transform: rotate(144deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(6) {
  transform: rotate(180deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(7) {
  transform: rotate(216deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(8) {
  transform: rotate(252deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(9) {
  transform: rotate(288deg) skewY(-54deg);
  background-color: #fff;
}
.circle li:nth-child(10) {
  transform: rotate(324deg) skewY(-54deg);
  background-color: #fff;
}
#menu__active {
  position: fixed;
  top: -99999px;
  left: -99999px;
}
#menu__active:checked ~ label .menu__listings {
  transform: rotate(10deg) scale(1);
  transition: transform 1s;
}
#menu__active:checked ~ label .menu__toggle {
  background-color: #392338;
  transition: all 1s;
}
#menu__active:checked ~ label .hamburger {
  border-color: transparent;
  transition: border-color 0.333333333333333s;
}
#menu__active:checked ~ label .hamburger:after {
  top: -2px;
  border-color: #fff;
  transform: translateX(-50%) rotate(45deg);
  transition-property: top, transform;
  transition-duration: 0.25s, 1s;
}
#menu__active:checked ~ label .hamburger:before {
  bottom: -2px;
  border-color: #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition-property: bottom, transform;
  transition-duration: 0.25s, 1s;
}
#menu__active:checked ~ label .button:hover {
  color: #c1264e;
}
#menu__active:checked ~ label .menu__arrow {
  visibility: visible;
  transition: all 1s 1.111111111111111s;
}
#menu__active:checked ~ label .menu__arrow--top label {
  display: none;
}
#menu__active:checked ~ label .menu__arrow--top label[for="degree--up-0"] {
  display: block;
}
#menu__active:checked ~ label #degree--up-0:checked ~ .menu__listings {
  transform: rotate(116deg);
}
#menu__active:checked ~ label #degree--up-0:checked ~ .menu__arrow--top label {
  display: none;
}
#menu__active:checked ~ label #degree--up-0:checked ~ .menu__arrow--top label[for="degree--up-1"] {
  display: block;
}
#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings {
  transform: rotate(224deg);
}
#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings ~ .menu__arrow--top label {
  display: none;
}
#menu__active:checked ~ label #degree--up-1:checked ~ .menu__listings ~ .menu__arrow--top label[for="degree--up-2"] {
  display: block;
}

.fa-history{
    transform: rotate(44deg) scale(-1,1);
}

.fa-cog{
transform: rotate(37deg) scale(-1,1);
}

.fa-question-circle{
	transform: rotate(80deg) scale(-1,1);
}

.fa-user{
	transform: rotate(46deg) scale(-1,1);
}

.fa-envelope{
	transform: rotate(10deg) scale(-1,1);
}

.fa-sync-alt{
transform: rotate(37deg) scale(-1,1);
}

.fa-download{
	transform: rotate(46deg) scale(-1,1);
}

.fa-volume-down{
transform: rotate(10deg) scale(-1,1);
}


/*Ouverture  et Fermeture des menus*/
.NewMenu{
  position: absolute;
  left: 0;
  top: 0; 
  z-index: 9999999;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;  
 
}

.NewMenu-1{
  background-color: #006064;
  -webkit-clip-path: circle(0% at calc(100% - 51px) 105px);
  clip-path: circle(0% at calc(100% - 51px) 105px);
}

.NewMenu-2{
  background-color: #fbc02d;
  -webkit-clip-path: circle(0% at calc(100% - 51px) 160px);
  clip-path: circle(0% at calc(100% - 51px) 160px);
}

.NewMenu-3{
  background-color: #4caf50;
  -webkit-clip-path: circle(0% at calc(100% - 51px) 215px);
  clip-path: circle(0% at calc(100% - 51px) 215px);
}

.NewMenuActive{
  clip-path: circle(200%)!important;
  -webkit-clip-path: circle(200%)!important;
  -webkit-transition: 800ms ease-out;
-moz-transition: 800ms ease-out;
-ms-transition: 800ms ease-out;
-o-transition: 800ms ease-out;
transition: 800ms ease-out;
}


.AnimateCircle{
 -webkit-transition: 800ms ease-out;
-moz-transition: 800ms ease-out;
-ms-transition: 800ms ease-out;
-o-transition: 800ms ease-out;
transition: 800ms ease-out;
}

.displayNone{
  display: none;
}
