.card::-webkit-scrollbar {
    width: 1px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 9px;
	background: rgba(96, 125, 139,0.99);
}

.balon1, .balon2 {

	margin-top: 5px !important;
	margin-bottom: 5px !important;
    margin-bottom: 10px!important;
	}


.balon1 a {

	/*background: #42a5f5;*/
	/*color: #fff !important;*/
	border-radius: 20px 20px 3px 20px;
	display: block;
	max-width: 75%;
	padding: 7px 13px 7px 13px;

	}
    .balon1 p {

        background: #42a5f5;
      /*  color: #fff !important;*/
        border-radius: 20px 20px 3px 20px;
        display: block;
        max-width: 75%;
        padding: 7px 13px 7px 13px;
    
        }
    
.balon1:before {

	content: attr(data-is);
	position: absolute;
	right: 15px;
	bottom: -0.8em;
	display: block;
	font-size: .750rem;
	color: rgba(84, 110, 122,1.0);
    bottom: 7px;
	}

.balon2 a {

	/*background: #f1f1f1;*/
	/*color: #000 !important;*/
	border-radius: 20px 20px 20px 3px;
	display: block;
	max-width: 75%;
	padding: 7px 13px 7px 13px;
	
	}
    .balon2 p {

        background: #f1f1f1;
      /*  color: #000 !important;*/
        border-radius: 20px 20px 20px 3px;
        display: block;
        max-width: 75%;
        padding: 7px 13px 7px 13px;
        
        }
        
.balon2:before {

	content: attr(data-is);
	position: absolute;
	left: 13px;
	bottom: -0.8em;
	display: block;
	font-size: .750rem;
	color: rgba(84, 110, 122,1.0);
    bottom: 7px;
    }


    .ask a {
        background-color: green;
        color: white!important;
    }
    .give a {
        background-color: red;
        color: white!important;
    }

    .chatotoggle {
        position: absolute;
        z-index: 1000;
        height: 20px;
        width: 20px;
        background-color: green;
        border-radius: 100%;
    }



    .resume {
        text-align: justify;
        padding: 20px;
        border: 10px solid darkgrey;
    }

    .carte {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 6px 10px 0 rgba(0, 0, 0, 0.01);
        height: 200px;
        text-align: center;
        /* line-height: 200px; */
     display: flex!important; 
        align-items: center;
        min-width: 200px;
        font-size: 0.8rem;
    }
    
    .carte span {
        flex: 0 0 100%;
    }

    .player {
        /* text-align: center; */
        /* height: 200px; */
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10), 0 6px 10px 0 rgba(0, 0, 0, 0.01);
        height: 290px;
        margin: 20px;
        text-align: center;
        /* line-height: 200px; */
        /* display: flex; */
        align-items: center;
        border-radius: 15px;
    }
    .playerpic {
        /*height: 100px;*/
        width: 100px;
        /* background-color: lightgray; */
        margin-left: auto;
        margin-right: auto;
        border-radius: 100%!important;
        margin-bottom: 20px;
        margin-top: 20px;
        border: 7px solid Gray;
        max-width: 130px;
    }    
    
    button.action {
        margin-bottom: 5px;
    }

    .title {
        text-align: center;
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    #cartes, #players {
        margin: 10px;
        background-color: #e0e0e017;
        padding: 20px;
    }
    .toggler {
        float: right;
        font-size: 0.5rem;
}

.flexcard {
    height: 80%;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
}

.affected_cards {
    color: cadetblue;
}

.action {
    margin-top: 10px;
}

.boutons {
    /* position: absolute; */
    /* bottom: 5px; */
    /* left: 50%; */
    /* transform: translate(-50%, 0); */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.repondre a {
    padding: 0px;
    /* margin-right: 4px!important; */
    /* margin: 0px; */
    max-width: 100%;
}

.repondre {
    /* float: right; */
    font-size: 0.6rem;
    text-align: right;
    /* padding: 0px; */
    margin: 0;
}

div#clock {
    font-size: 2rem;
    text-align: right;
}

input.radio_card {
    visibility: hidden;
    /* float: right; */
    /* clear: both; */
    position: absolute;
}

.player.admin {
    min-height: 370px!important;
    min-width: 230px;
}

.stats {
    font-size: .8rem;
}

div#finished {
    font-size: 2rem;
    width: 50%;
    border: solid 7px darkblue;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    background: lightgrey;
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

div#proposer {
    padding-top: 20px;
}

.refresh_chat {
    /* position: absolute; */
    /* z-index: 9999; */
    /* top: 0; */
    /* right: 420px; */
    background: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

@media print {
    @page {
      size: 210mm 297mm;
      margin: 10mm;
    }
    .container {
      width: 1170px!important;
      max-width: unset!important;
    }
  }
  @media print {
    .pagebreak { page-break-before: always; } /* page-break-after works, as well */
      
}


.section {
    text-align: center;
    margin-bottom: 60px;
}

.section h3 {
    font-size: 1.2rem;
    text-align: left;
    text-transform: uppercase;
}
.section h4 {
    font-size: 1.1rem;
    /* background: blue; */
    /* color: white; */
}
.section h5 {
    font-size: 1rem;
    text-align: left;
    margin: 20px 0;
}
.section h1 {
    text-transform: uppercase;
    font-size: 2rem;
    /* transform: rotate(25deg); */
    background: darkgrey;
    color: white;
}

h4.me {
    background: #ffd745;
}

h4.groupe {
    background: #7373da;
    color: white;
}

/*
.graphs, .graphs7 {
    padding-right: 10%!important;
    padding-left: 10%!important;
    margin-left: auto;
    margin-right: auto;
}

.graphs4 {
    width: 70%!important;
    margin-left: auto;
    margin-right: auto;
}
*/

.loader-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 2s infinite ease;
  }

  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(180deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(360deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
  }

  .bg-success {
    -webkit-print-color-adjust: exact; 
  }
  

  #nav_bottom .active {
    border: 1px solid white;
    background: green;
}

#nav_bottom .nav-item.active>.nav-link  {
    background: green;
}

.praxi_couronnre {
    color: yellow;
    border-radius: 50%;
    background-color: rgba(11, 155, 239, 1);
    width: 64px;
    height: 64px;
    line-height: 64px;
    border: 2px white solid;
  /*  position: relative;
    top: -20px;*/
    transform: rotate(-20deg);
    margin-right: auto;
    margin-left: auto;
}
