
div.selMPBig {
	padding:0;
	width:100%;
}
div.selMPBig .ui-tooltip-content {
	text-align:left;
}
div.selMPBig .ui-widget-content {
	/*width:auto!important;*/
}

.toggleChk {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  float:left;
}
.toggleChk:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.toggleChk span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
}
.toggleChk span:before {
  content: "";
  position: absolute;
  display: block;
  margin: -18px;
  width: 56px;
  height: 56px;
  background: rgba(79, 46, 220, 0.5);
  border-radius: 50%;
  transform: scale(0);
  opacity: 1;
  pointer-events: none;
}
.chkBoxC:checked + .toggleChk:before {
  background: #947ADA;
}
.chkBoxC:checked + .toggleChk span {
  background: #4F2EDC;
  transform: translateX(20px);
  transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
  box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}
.chkBoxC:checked + .toggleChk span:before {
  transform: scale(1);
  opacity: 0;
  transition: all 0.4s ease;
}
.nopadding { padding:0px!important; }

p.txtSupportDem {
	border-left: 5px solid #999;padding-left:8px;max-height:250px;overflow:auto;margin-bottom:10px;
}
.discountImg {
	float:left;
	width:84px;
	margin-right: 10px;
}
.discountImgCredits {
	float:left;
	width:56px;
	
	margin-right: 10px;
}
.promotion {
	background-color: rgba(255,255,255,0.3);
	padding:4px;
	color: #030;
	border: 1px solid #666;
}
.barre {
	text-decoration: line-through;
}
div.tooltip-inner {
	font-size:18px;
}
.divFriendsForuum { width:100%; clear: both;margin-bottom:4px;}
.joueurForuum { width:100px;max-width:33%;float:left; }
.joueurSalon {
	width:160px;
	max-width:33%;
	float:left;
}
.inviteIcons {
	margin-top:-4px;
	height:18px;
	cursor:pointer;
}
.CRA {
    float: left;
	 /*margin-top: 4px;*/
    margin-left: 1px;
    margin-right: -60px;
    width:auto;
    height:28px;
    white-space: nowrap;
	    padding-left:4px;padding-right: 4px;xbackground-color: rgba(255,255,255,.5);padding-top:2px;
}
.absentJoueur {    
   background: rgba(0, 0, 0, 0) url("/Jeu-Tarot-en-ligne/Icones/Disconnected.svg") repeat scroll 0 0;
   background-size: 100% 100%;
}
.idcoD {
	height: 34px;
	margin-bottom: -4px;
	/*max-height:30px;*/
}
@media (max-width: 600px) {
	.idcoD {
		height: 32px;
		margin-bottom: -2px;
		/*max-height:30px;*/
	}
}
.gradesJ {
	overflow:hidden;
	white-space:nowrap;
	margin-top:4px;
	position:absolute;
	padding-left:6px;
}

.iconeStatut {
		height: 20px;
    margin-right: 2px;
    display: none;
		margin-left:0px;
		margin-top: 0px;
    vertical-align: top;
    margin-bottom:6px;
    
}
	.absentJoueur {
   	width:24px;
	}
.coulPren {
    display: inline-block;    
    vertical-align: top;
    float:none;
}
.itemMJ {
  border: 1px solid transparent;
  margin-right:10px;
  /*margin-bottom:10px; */   
  padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2); 
}
.lowRes .itemMJ {
    box-shadow: none;
}
.ITLibre {
	background-color: rgba(92,184,92,0.1);/*#5cb85c11;/*#f2eeeb;*/
	/*min-height: 270px;*/
}
.ITTournoi {
	background-color: rgba(49,176,213,0.3);/*#31b0d533;*/
	/*min-height: 370px;*/
}
.ITCompetition {
	background-color: rgba(240,173,78,0.5);/*#f0ad4e55;*/
	/*min-height: 340px;*/
}
.threadForum {
	float:left;margin-right:6px;margin-top:4px;width:44px;
}
.myWide {
	width:100%;
}
.thredTD {
	width:50px;
}
.deltd { width:60px;padding-left:8px; }
.alignR {
	text-align:right;
}
.titsujeFor {
	min-width:60%;
}
.titreSujetFor {
	font-size:2em;
}
.msgBox {
	width:100%;
	margin-bottom:10px;
	border:1px solid #000;
	padding:4px;
	font-size:18px;	
}
#modeInfosMode {
	display:none;
}
a.marginBtn {
	margin-right:4px;
	margin-bottom:4px;
}
.sujetForum {
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
    margin: 0 0 15px;
    padding: 15px;
    width: 100%;
    background-color:#fff;
}
.sujetSub {
	margin-left: 20px;
	background-color: #ffffffbd;
	width: auto;
	font-size: 1.15em;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 8px;margin-bottom: 5px;
}
.moreSujets {
	display: none;
}
.reponseForum p {
	/*max-height:300px;
	overflow-y:auto;*/
}
.titreForum {
	font-size:1.2em;
}
.titlForum {
	padding-left:4px;
	width:110px;
}
.smallTxt {
	font-size:0.9em;
}
.avatForum {
	height:49px;float:left;margin-right:6px;margin-bottom:4px;
}
.reponseForum label {
	margin-bottom:-4px;
}
.sujetForum p {
	margin-bottom : 0px;
}
.sujetForumDD {
	border-left: 5px solid #eee;padding-left:8px;max-height:250px;overflow:auto;font-size:0.9em;
}
.sujetForumDD2 {
	overflow:auto;font-size:0.9em;
}
.moderateurPanelMulti {
	font-size: 1em;line-height: 1.5;color: #000;
}
.moderateurPanelMulti td {
	padding: 4px;;
}
@media (max-width: 480px) {
	.hide-xs {
	display:none;
	}
}
div.LND {
	background-color:#eee;white-space: nowrap; overflow: hidden; padding-left:8px;padding-top:4px;padding-bottom:4px;margin-right:8px;
}
div.LNDM {
	padding:0px;
	margin-bottom:4px;
}
div.LND h3 {
	display: inline-block; vertical-align:bottom;margin-bottom:2px;margin-top:2px;width:50%;overflow:hidden;
}
.modeTextArea {
border: 1px solid #aaa;border-radius: 4px;margin-bottom:4px;width:100%;height:120px;padding:6px;
}
.modeInfo {
	max-width:160px;
	float:left;
	margin-right:5px;
	margin-bottom:8px;
	margin-top:4px;
	white-space:nowrap;
}
.modeInfo label {
	margin-bottom:-2px;
	margin-top:-8px;
	font-size:0.8em;
	color:#999;
	display:block;
}
.modeInfo p {
	border-radius:4px;
	overflow:hidden;
	border:1px solid #ddd;
	background-color : rgba(200,200,200,0.2);
	margin-bottom:0px;
	padding:4px;
}
.modeInfo.valid p {
	border:1px solid #dfd;
	background-color : rgba(200,250,200,0.2);
}
.modeInfo.err p {
	border:1px solid #f22;
	background-color : rgba(250,200,200,0.2);
}

.modeInfoBig {
	width:100%;
	margin-bottom:8px;
	margin-top:14px;
}
.modeInfoBig label {
	margin-bottom:0px;
	margin-top:-8px;
	font-size:0.8em;
	color:#999;
	display:block;
}
.modeInfoBig p {
	display:block;
	border-radius:4px;
	max-height:150px;
	overflow:auto;
	border:1px solid #ddd;
	background-color : rgba(200,200,200,0.2);
	margin-bottom:0px;
	padding:4px;
}

.brand {
	margin-left:auto; margin-right: auto;text-align: left;
}

.cardJeu {
	width:100px;
	height:184px;
	margin-top: 4px;
	margin-left:-50px;margin-bottom:-160px;
	
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.1));
	filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.1));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
}
.lowRes .cardJeu {
		-webkit-filter: none;
		filter: none;
		-ms-filter: none;
		filter: none;
}
.actionBtn  {
   -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
 	filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
   -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
   filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
}
.lowRes .actionBtn {
		-webkit-filter: none;
		filter: none;
		-ms-filter: none;
		filter: none;
}
img.gradeHome {
margin-left:0px;
}
@media (max-width: 767px) {
	h2.firstP.pseudoHome {
		margin-top:0px;
	}
	img.gradeHome {
	float:none;
	margin-left:auto;
	}
}
@media (max-width: 980px) {
	.donnFixItem .sco {
		display:none;
	}
 /* passer tous les éléments de largeur fixe en largeur automatique */
 body, element1, element2 {   
   /*font-size:12px;*/
   max-width: 100% !important; 
 }
   
 /* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */
 img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
   max-width: 100% !important;  
 }

 /* gestion des mots longs */
 textarea, table, td, th, code, pre, samp {
   word-wrap: break-word; /* césure forcée */
 }    

 /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */
 element1, element2 {
   float: none !important;
   width: auto !important
 }

 /* masquer les éléments superflus */
 .hide_mobile {
   display: none !important;
 }
}


BODY {
  font-family:verdana; 
  font-size:14px;
  background: #145400; /* Old browsers */
	background: -moz-linear-gradient(top,  #145400 17%, #0f4f05 76%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#145400), color-stop(76%,#0f4f05)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #145400 17%,#0f4f05 76%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #145400 17%,#0f4f05 76%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #145400 17%,#0f4f05 76%); /* IE10+ */
	background: linear-gradient(top,  #145400 17%,#0f4f05 76%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145400', endColorstr='#0f4f05',GradientType=0 );  IE6-9 */

}
.donneFixeCompareTab {
	width:940px;
}
.donneFixeCompareTab td {
    width:10%;
    border:1px solid #ddd;
    /*font-size:16px;*/
    height:40px;
    margin-left: 2px;
    padding-right: 4px;
    
}
.cufonted {
	font-size:16px;
}
INPUT,btnLink {
   font-family:verdana;
   font-size:14px;
   margin:0;            
}
INPUT.BUTTON,input[type=button],INPUT.submit,input[type=submit],.button {
   /*font-family:verdana;
   font-size:14px;
   margin:0; 
   background-color:#eeffee;
   color:#001100;
   border:1px solid #000000; */
   cursor:hand;
   cursor:pointer;
}

H1 {
font-weight:normal;
}

H2 {
font-weight:normal;
}
H3 {
margin-top:8px;
margin-bottom:4px;
}
H4 {
margin-top:8px;
margin-bottom:2px;
}

A {
    /*font-weight:bold;*/
    text-decoration:none;
    color:#000000;
    /*cursor:default;*/
    /*cursor:hand;
    cursor:pointer;*/
}

A:Hover {
}

.header {
    background-image: url('/Jeu-Tarot-en-ligne/Jeu-de-taroot-gratuit.png') ;
    background-position: top left ;
    background-repeat:no-repeat;
    height:100px;
}
.iconeJ {
	display:none;
	float:left;
	margin-top:5px;
	margin-right:2px;
}
#divJoueurs { 
	/*float: left;
    left: 20px;
    position: relative;*/
    width: 100%;
    margin-top: 0px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    /*
    position:relative;
    height:120px;
    width:980px;
    left:40px;
    margin-top: 5px; */
}                   
#joueur0, #joueur1, #joueur2, #joueur3 {
    /*float:left;       
    max-width:90px;*/
}
.eltHisto {
    /*display:none;*/
}
.equipier4j {
    color:#000000;
    width:auto;
    text-align:left;
    float:none;
    /*height:120px;*/
    margin-left:0px;
    margin-right:0px;
    padding:0px;
}  
.equipier5j {
    color:#000000;
    width:20%;
    text-align:left;
    display:block;
    float:left;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    padding:0px;
}
.autoHeight {
	height:auto;
}

.bgJeuImg {
	width:100%;
	position:fixed;
	bottom:0px;
}
.mainBtn {
    font-size:18px;
    font-weight:bold;          
    color:#0496fc;
    cursor:hand;
    cursor:pointer;
}
.mainBtn:hover {
    text-decoration:underline;

}
#IDbody {
    width:1015px;
}
.actionBtn {   
	background-color: #c9dec8;
    border-color: #aaa;
    color: #333;
	margin-left:6px;
	margin-right:6px;
	margin-top:6px;
}
#reglesBtn {
font-weight:bold;
}

#detailJoueur {
  background: #ffffff;   /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e8e8 17%, #ffffff 76%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#e8e8e8), color-stop(76%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e8e8 17%,#ffffff 76%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e8e8 17%,#ffffff 76%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e8e8 17%,#ffffff 76%); /* IE10+ */
	background: linear-gradient(top,  #e8e8e8 17%,#ffffff 76%); /* W3C */
	min-height:100%;
	width:100%;
	top:0;
	left:0;
	padding-top:8px;
	overflow:hidden;
	z-index:1999;
	position:absolute;
	text-align:left;
}
#regles {
  /*height:300px;*/
  overflow:hidden;
  text-align:left;
  pborder:1px solid #00ff00;
  padding:4px;
  position:relative;
	overflow-y:auto;         
}
.joueurTitre {
	font-size:32px;
	margin-left:4px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.Jmedailles {
	margin-top : 18px;
}

.roleJoueur {
	/*position:absolute;*/
    vertical-align: top;
	/*font-size: 1.2em;*/
	color: #111;
	/*font-size:17px;*/
	font-weight: bold;
	/*text-transform: uppercase;*/
	height: 18px;
	line-height: 18px;
	margin-top: 0px;
	display:inline-block;
	padding-left:4px;
	margin-bottom:4px;
	text-shadow: 0 0 0px transparent;
}
.appelRoi {
	/*float:left;*/
}

#infosJeuCnt {
	float:right;
	padding-right:4px;   
	padding-bottom:4px;
	margin-right:2px;  
}
.pseudoJTxt {  
	font-size: 22px;
	line-height: 1.3;
	margin-bottom: 0px;
	margin-top: 18px;
	padding: 4px 8px;
	background-color: rgba(255,255,255,0.7);
	width: 90%;
	margin-left: 5%;
	box-shadow: 2px 0 3px -2px #888;
	overflow: hidden;
}
.roleAnnonce {
	/*background-color:rgba(190, 190, 190, 0.4);*/
}
.joueurCnter {
	background-color:rgba(0, 0, 0, 0.15);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	margin: 0px 5px 0px;
	color:#000;
	text-shadow: 0 0 3px rgba(255, 255, 255, 1);
	border-radius:4px;
}
.joueurCnterRond {
	text-align:center;
}
div.newRondEquipier {
	max-width:280px;
	/*margin:4px;*/
}
div.newRond4j {
	width: 25%;
}
div.newRond5j {
	width: 20%;
}
.imgRDeq {
	width:95%;
}
@media screen and (max-width:600px) {
	div.newRond4j {
		width: 50%;
	}
	div.newRond5j {
		width: 33%;
	}
	.imgRDeq {
		width:90%;
	}
}
.lowRes .joueurCnter {
	box-shadow: none;
	text-shadow: none;
}
.rolePasse {
	background-color:rgba(215, 0, 0, 0.5);
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.roleNobody {
	background-color:rgba(30, 30, 30, 0.05);
	box-shadow: 1px 0px 2px rgba(0,0,0,0.1);
}
.roleVictoire {
	background-color: rgba(19, 187, 19, 0.8);
	box-shadow : 1px 0 4px rgba(0,0,0, 0.3);
}
.roleDefaite {
	background-color: rgba(220,0,0,.8);
}
.rolePreneur {
	background-color: rgba(70, 140, 250, 0.6);
}
.rolePreneurPrise {
	background-color: rgba(70, 140, 250, 0.6);
}
.rolePreneurGarde {
	background-color: rgba(70, 140, 200, 0.6);
}
.rolePreneurGardesans {
	background-color: rgba(70, 100, 150, 0.6);
}
.rolePreneurGardecontre {
	background-color: rgba(110, 50, 150, 0.6);
}
.roleEquipier {
	background-color: rgba(40,5,189,.6);
}

div.ToproleAnnonce {
	background-color: rgba(255,255,255,.4);
}
div.ToprolePasse {
	background-color:rgba(215, 0, 0, 0.3);
}
div.ToproleNobody {
	background-color:rgba(30, 30, 30, 0.03);
}
div.ToproleVictoire {
	background-color:rgba(190, 255, 190, 0.3);
}
div.ToproleDefaite {
	background-color: rgba(220,0,0,.5);
}
div.ToprolePreneur {
	background-color: rgba(70, 140, 250, 0.3);
}
div.ToprolePreneurPrise {
	background-color: rgba(70, 140, 250, 0.3);
}
div.ToprolePreneurGarde {
	background-color: rgba(70, 140, 200, 0.3);
}
div.ToprolePreneurGardesans {
	background-color: rgba(70, 100, 150, 0.3);
}
div.ToprolePreneurGardecontre {
	background-color: rgba(110, 50, 150, 0.3);
}
div.ToproleEquipier {
	background-color: rgba(40,5,189,.3);
}
.lowRes .roleNobody,.lowRes .rolePasse,.lowRes .roleVictoire {
	box-shadow: none;
}
  


.divJoueursDiv {
	display:inline-block;                                             
	color:#2c2017;    
	white-space: nowrap;
	padding-bottom:0px;
	position:relative;
	overflow:visible;
}

.infJdivForuum {padding:2px;box-sizing: content-box;position:relative;} 
.infJdiv {
	padding:7px;
	box-sizing: content-box;
	position:relative;
} 
.FJavat {
	width:240px;
	float:left;
}

.fstLinEq {
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); 
	background: linear-gradient(135deg,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); 
		
		padding-top: 4px;
		margin: 0px;
		position: absolute;
		box-sizing: border-box;
		background-repeat: no-repeat;
		box-shadow: inset 0.5px 0.5px 2px 1px #777;
		padding-left:6px;
		width: calc( 100% - 14px );
		height: calc( 100% - 14px );
		white-space: nowrap;
		text-align:left;
}
.noReflect {
	background:none;
	filter:unset;
}
.equipierTaille {
	width: 210px;
	height: 140px;
	
}    


#affCartes {
	color:#000000;    
	text-align:center; 
	line-height:28px;
	width:100%;
	float:none;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
}
#Jeu {
	visibility:visible;    
	display: inline-block;
	height: 100%;
	left: 0;
	margin-bottom: 58px;
	max-width: 1400px;
	text-align: center;
	top: 0;
	width: 100%;
}
a.btn-actionGame {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}
a.btn-bottomGame {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}
#IMGMJB {
	font-size: 1.1em;
	color: #333;
	padding-left: 0px;
	width: 46px;
	height: 46px;
	background-size: 46px;
	border-radius: 4px;
	pointer-events: auto;
	padding-bottom: 4px;
}
#chatTable a, #chatTable input,#chatGradient,#chat {
	pointer-events: auto;
}
#chatInput {
	border: 1px solid #aaa;
	height: 45px;
	background-color: rgba(255, 255, 255, 0.8);
	padding-left:8px;
	border-radius:6px;
	margin-right:2px;
	margin-top: 0;
	vertical-align: top;
	width: 100%;
}
.lowRes #chatInput {
	background-color:rgb(255,255,255);
}
.chatContainer {
	padding-left:5px;
	padding-right:5px;
	margin-top:6px;
}
.bigChat .chatContainer {
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
}
#chatGradient {
	/*cursor:pointer;
  background-color:rgba(255,255,255,0.55);*/
  height:1px;
  margin-bottom:0px;
  /*padding-right: 20px;
  display:none;*/
}
.halfChat .chatContainer {   
	width:50%;
	float:left;
}
.lowRes #chatGradient {
	background: none;
}
#infosJeu,#infosActions {      
	color:#000000;    
	text-align:center; 
	line-height:28px;
	width:100%;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	display:none;
	padding-bottom:6px;
}
.halfChat #infosJeu {   
	width:50%;
	float: right;
	padding-left:10px;
	padding-right:10px;
}
.halfChat #infosJeu2 {   
	width:50%;
	float: right;
	padding-left:10px;
	padding-right:10px;
}
@media screen and (max-width:600px) {
	.halfChat #infosJeu {   
		width:100%;
		float:none;
	}
	.halfChat #infosJeu2 {   
		width:100%;
		float:none;
	}
	.halfChat .chatContainer {   
		width:100%;
		float:none;
	}
}
.closingBtnChat {
	display:none;
}
.bigChat .closingBtnChat {
	display:block;
}
#chat {
	color:rgb(10, 10, 10); 
	overflow-y:auto;      
	text-align:left;
	padding: 6px;
	height:230px;
	margin-bottom:0px;
	margin-top:0px;
	width:100%;

	font-size:1.3em;
	background-color:rgba(255,255,255,0.95);

  background: -webkit-linear-gradient(top,rgba(255,255,255,0.55),rgba(255,255,255,0.95));
  background: -o-linear-gradient(bottom,rgba(255,255,255,0.55),rgba(255,255,255,0.95)); 
  background: -moz-linear-gradient(bottom,rgba(255,255,255,0.55),rgba(255,255,255,0.95)); 
  background: linear-gradient(to bottom, rgba(255,255,255,0.55), rgba(255,255,255,0.95)); 

  -webkit-touch-callout: text; /* iOS Safari */
  -webkit-user-select: text;   /* Chrome/Safari/Opera */
  -khtml-user-select: text;    /* Konqueror */
  -moz-user-select: text;      /* Firefox */
  -ms-user-select: text;       /* Internet Explorer/Edge */
  user-select: text;
  
  box-shadow: 1px 0 2px rgba(0,0,0,.3);
}
.bigChat #chat {
	height:auto;
  box-shadow: none;
	background-color:rgba(255,255,255,0.95);
}
.halfChat #chat {  
	margin-bottom:10px;
}
.lowRes #chat {
	background-color:rgb(255,255,255);
  box-shadow: none;
}
#IMGMJB {
background-color:rgba(255, 255, 255, 0.8) ;background-repeat:no-repeat;background-position:center center;
}
@media screen and (max-width:600px), screen and (max-height:380px) {
	a.btn-actionGame {
	    border-radius: 4px;
	    font-size: 15px;
	    line-height: 1.5
	    padding: 6px 12px;
	}
	a.btn-bottomGame {
	    border-radius: 3px;
	    font-size: 12px;
	    line-height: 1.5;
	    padding: 5px 10px;
	}
	#Jeu {
		margin-bottom: 43px; 
	}
	#IMGMJB {
		font-size:0.9em;width:30px;height:30px;background-size:30px;border-radius:3px;
	}
	#chatInput {
		height:30px;background-size:30px;border-radius:3px;
	}
	#carteInfos h4 {
		margin-bottom:0;
	}
}
#chatCnt {    
	height: 113px;
    padding-top: 10px;
    overflow:hidden;
	float:right;       
	padding-left:8px;
	padding-right:4px;
	padding-top:10px;
	padding-bottom:5px;
}
.closeChatBtn {
	float:right;
	width:32px;
	height:32px;
	cursor:pointer;    
    margin-right: 4px;
    margin-top: 6px;
	margin-bottom:-37px;
	position:relative;
	z-index:10;
	/*margin-left:-32px;
	margin-top:-32px;*/
}
#chatBg {
	/*background-color: rgba(255,255,255,0.2);*/
}
.lowRes #chatBg {
	background-color: transparent;
}
#chatBg.chatBgOpen {
	background-color: rgba(255,255,255,0.95);
}
.lowRes #chatBg.chatBgOpen {
	background-color:rgb(255,255,255);
}
#bottomGame {
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	z-index:1200;
	pointer-events: none;
	/*padding-left:4px;
	padding-right:4px;*/
}
#chatInputBtn {
border:1px solid #888888;
}


#monJeu {
    position:relative;
    padding-bottom:170px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    pborder:1px solid #ff0000;
    font-size: 1.25em;
    padding-left:5px;
    padding-right:5px;
    
}                            
#plateau {
    position:relative;
    height:10px;
    pborder:1px solid #00ff00;
}
 
#actions {
    height:30px;
    pborder:1px solid #00ff00;
    text-align: center;
}
    

#messagePlace {
	background: rgba(0, 0, 0, 0) url("/Jeu-Tarot-en-ligne/Jeu/Rubans.png") repeat scroll 0 0;
	background-size: 100% 100%;
	color: #ffcc43;
	text-shadow:0px 0px 2px rgba(0,0,0,0.3);
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	height: 87px;
	margin: 5px 0 -20px;
	overflow: hidden;
	padding: 15.5px 4px 4px 0;
	text-align: center;
	white-space: nowrap;
	width: 1300px;    
	padding-left: 55px;
	padding-right: 55px;
	cursor: default;
}
.lowRes #messagePlace {
	background: rgba(0, 0, 0, 0) url("/Jeu-Tarot-en-ligne/Jeu/RubansOFF.png") repeat scroll 0 0;
	background-size: 100% 100%;
	text-shadow:none;
}
@media screen and (max-width:1300px) {
	#messagePlace { 
		font-size: 26px;
		height: 65px;
		margin: 4px 0 -16px;
		padding: 10px 45px 4px;
		width: 978px;    
	}
	.infJdiv {
		padding:6px;
	}     
	.fstLinEq {
			width: calc( 100% - 12px );
			height: calc( 100% - 12px );
	}
	div.tooltip-inner {
		font-size:16px;
	}
}
@media screen and (max-width:978px) {
	.FJavat {
		width:160px;
	}
	.joueurTitre {
	font-size:24px;
	margin-top:10px;
	}
	.Jmedailles {
		margin-top : 8px;
	}
	#messagePlace {
		font-size: 16px;
    height: 55px;
    margin: 6px 0 -15px;
    padding: 12px 35px 0;
    width: calc(100% - 10px);
	}
	div.tooltip-inner {
		font-size:14px;
	}
	
}
@media screen and (max-width:600px) {
	
	.Jmedailles {
		display:block;
		width: 100%;
	}
.FJavat {
    width: 160px;
    float: none;
    margin-right: auto;
    margin-left: 0px;
    display: block;
    text-align: left;
}

	#messagePlace {
	    background: rgba(0, 0, 0, 0) url("/Jeu-Tarot-en-ligne/Jeu/Rubans_s.png") repeat-x scroll 0 0;
	    background-size:9px 40px;
	    font-size: 16px;
	    height: 40px;
	    margin: 6px 0 -2px;
	    padding: 11px 4px 4px 0;
	    width: 100%;
	    background-size: 5px 100%;
	}
	.lowRes #messagePlace {
		background: rgba(0, 0, 0, 0) url("/Jeu-Tarot-en-ligne/Jeu/RubansOFF_s.png") repeat scroll 0 0;
	  background-size:9px 40px;
	}
	div.tooltip-inner {
		font-size:12px;
	}
}
.info {
	font-size:10px;line-height:12px;
}
.chatLine {
	color:rgb(51,51,51);
}

#actBtnsJ {
	padding-right:4px;padding-left:6px;width:25px;min-width:50px;white-space:nowrap;
}
#chatTable {
	width:100%;margin-bottom:4px;margin-top:4px;margin-left:4px;	
}
div#infJE {
	vertical-align:top;overflow:hidden;white-space:nowrap;border-bottom:0;
	font-size: 1.2em;position:relative;color:#111; height:24px; margin-top: 0px; text-align: right; margin-bottom: 0px;
	width: 90%;margin-left:5%;xbackground-color: rgba(255, 255, 255, 0.6);
}
.scoreJD {
	xbackground-color: rgba(255, 255, 255, 0.6);
	padding-right: 4px;
	margin-bottom: 8px;
	padding-left: 4px;
	display:none;
	margin-right: 0px;
	font-size: 0.85em;
}
.rolePasse #CRA {
	background-color:rgba(215,0,0,.5);
}
#avatJE {
	width:100%;margin-left:0px;vertical-align:top;margin-right:4px;
}
.icoD {
	margin-top:4px;margin-right:2px;float:left;
}
.impLine {
    font-size:10px;
    line-height:12px;
    color:#ffffff;
    font-weight:bold;
}
.joueurSalonCliquable {
    width:190px;
    margin-bottom:20px;
    margin-right:42px;   
    float:left;       
    height: 48px;
    overflow: hidden;  
}
.encartColore {
    background-color: #f1eeeb;
    border:1px solid #bbb;     
    padding:2px;  
}
.pp_Del{
	background:url(/images/sprite.png) 0px 0px no-repeat;
	display:inline-block;
	width:26px;
	height:26px;
}
.listBBlock {width:160px;height:95px;float:left;}

.etapeDemande { display:none; }
    
.cardRecap {
	margin-top:10px;
    width: 70px;
    height: 129px;
}
  
.replyTB {
width:100%;
border:1px solid #ccc;
margin-top : 4px;
}

.selGameDF {
	float:left;
	width:30px;
	height:30px;
	margin-right:0px;
	margin-left:-24px;
  width: 0; 
  height: 0; 
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  
  border-left: 24px solid green;
  
}
.histo2nd {
	display:none;
}
.carteRecap {
	float: left;
    height: 129px;
    margin-bottom: -80px;
    margin-right: -26px;
    margin-top: 5px;
    width: 70px;
}
.carteRecapSmall {
	float: left;
    height: 129px;
    margin-bottom: -80px;
    margin-right: -28px;
    margin-top: 5px;
    width: 70px;
}
.carteRecapMask {
	display: inline;
    float: left;
    height: 129px;
    margin-left: -74px;
    width: 70px;
    margin-top: 5px;    
    margin-bottom: -129px;
}
.margTop {
	margin-top:10px;
}
.selCard {
	/*margin-left:30px*/
	margin-right:4px;
}
div.nopad {
	padding:0px;
}
div.nomarg {
	margin:0px;
}
div.padright {
	padding:0 14px 0 0;
}
div.bigpadright {
	padding:0 44px 0 0;
}
div.mrgBot {
	margin-bottom:15px;
}
.SHL {
	line-height: 10px;
}
a.pbtn,button.pbtn,input.pbtn {
	margin-bottom:6px;
	white-space: normal;
} 
a.Lbtn,button.Lbtn,input.Lbtn {
	margin-top:5px;
	margin-bottom:12px;
	white-space: normal;
} 
a.ptobt,button.ptobt,input.ptobt {
	margin-top:6px;
	white-space: normal;
	margin-bottom:4px;
	margin-right:4px;
} 
a.sptobt,button.sptobt,input.sptobt {
	margin-top:4px;
	white-space: normal;
	margin-bottom:2px;
} 
.btn-fb {
    background-color: #4b67b8;
    border-color: #3b55a0;
    color: #fff;
}
#tgHB .icon-bar {
    background-color: #fff;
}
#tgHB {
	margin-top:25px;
	margin-right:15px;
}


#carteInfos {
	/*background-color: rgba(255, 255, 255, 0.4);*/
    font-size: 14px;
    margin: auto;
    /*min-width: 450px;
    max-width: 550px;*/
    padding-bottom: 150px;
    padding-top: 5px;
    position: relative;
    display:block;
    padding-left:8px;
    padding-right:8px;
}
#carteInfos h4 {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#searchPseudoBox,#signalementBug,#comptePerdu,#consultantInfo,#moderateurInfo,#moderateurRapport,#pbMission {
	display:none;
}

.carouselA {
	width: 100%;
	position: relative;
	margin-bottom:10px;
}

.carouselC,.carouselD,.carouselDos,.carouselEmot {
	width: 900px;
	float: left;
	vertical-align:middle;
}

.carouselC li,.carouselD li,.carouselDos li,.carouselEmot li {
	display:inline-block;
	width:auto;
}

.avatarCpte,.carteCpte {
	opacity:0.4;
	width:87px;height:58px;
}

.bgCpte {
	opacity:1;
	width:87px;height:58px;
}
.DosCartesCpte {
	opacity:0.4;
	width:64px;height:116px;
	margin-left: 2px;
	margin-right: 2px;
}
.emotCpte {
	opacity:0.4;
	width:67px;height:58px;
}
img.selEmot {
	opacity:1;
}

.nextAvat,.prevAvat,.nextAvatD,.prevAvatD,.nextAvatDos,.prevAvatDos,.prevEmot,.nextEmot {
	float:left;
	margin:5px;
	vertical-align:middle;
}
.customLnk {
	margin:5px;
}
.avatPreview {
	float:left;
	margin-right:10px;
}
.tooltip-inner {
	font-size:14px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
		
}
.flleft {
	float:left;
	display:inline;
	margin-top:5px;
	position:relative;
}
.onefifth {
	width:20%;
	float:left;
}
#scrollFix {
	position:absolute;
	width:1px;
	top:0px;
	left:0px;
	height:1px;
}

.img-intro {
	float:left;
	border:1px solid #999999;
	margin-right:5px;
	margin-bottom:5px;
}
.img-intro2 {
	float:left;
	border:1px solid #999999;
	margin-right:5px;
	margin-bottom:5px;
	width:250px;
}
.txtEndGame {
	background-color: rgba(255, 255, 255, 0.5);
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  display: inline-block;
  padding: 12px;
  margin-top:8px;
	margin-left:0px;
	margin-right:0px;
	max-width:1100px;
}
.lowRes .txtEndGame {
	background-color:rgb(255,255,255);
  border: 3px solid rgb(200,200,200);
}

@media screen and (max-width:767px) {
	.indexBox {
		text-align: center;
	}
}
@media screen and (max-width:978px) {
	.idcoD {
    height: 26px;
    margin-bottom: -2px;
	}

	.equipierTaille {
		width: 150px;
		height: 100px;
	}    
	.closeChatBtn {
		width:24px;
		height:24px;
		margin-bottom:-29px;
	}
	.txtEndGame {
		font-size:1.15em;
	}
	.img-intro {
		width:130px;
	}
	.img-intro2 {
		width:130px;
	}
	#infosJeu, #infosJeu2 { 
		width:100%;
		float:none;
		min-height:20px;
	} 
	#chat {
		width:100%;
		max-width:none;
		float:none;
		font-size: 1.1em;
	}
	#avatJE {
		float:none;
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
	}
	#selecteurTour {
		margin-top:-15px;
	}

	#joueur0, #joueur1, #joueur2, #joueur3, #joueur4 {
		float:none;
	}
	/*.donneurIcon {    
    margin-top: -2px;
    height: 22px;
    width: 22px;
	}
	.pseudoJTxt {
	    padding-left:0px;
	    margin-left:auto;
	    margin-right:auto;
	    float:none;
	    display:block;
			margin-top:0px;
	}*/
	.CRA {
    margin-top: 0px;
	    display:inline;
	    height:24px;
	}
	.infosJcomp {
	    font-size:0.9em;
	}
	.appelRoi,.pseudoJTxt {
    font-size: 18px;
    line-height:1.2;
	}
	.iconeStatut {
	  height: 18px;
    margin-right: 1px;
    margin-bottom:2px;
    margin-top:4px;
	}
	.absentJoueur {
   	width:20px;
	}
	.icoD {
	    height:13px;
	}
	/*.roleJoueur {
    font-size: 1em;
    height: 21px;
	}*/
	#carteInfos h4 {
		font-size:16px;
	}
}
@media screen and (max-width:767px) {
	
	div#infJE {
	font-size:1em;
	margin-bottom:0px;
	}
	/*.roleJoueur {
	height:14px;
	}*/
	.iconeStatut {
		height: 14px;
	}
	.indexBox {
		text-align: center;
	}
}
@media screen and (max-width:600px) {
	.fstLinEq {
		padding-top:0px;
		padding-left: 4px;
	}
	.webEquipier4j .roleJoueur {
	display: none;
	}
	.CRA {
	font-size: 12px;
	}
/*.scoreJD {
	font-size: 0.7em;
	padding-right:4px;
    height: 14px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}*/
	.idcoD {
		display: none;
	}
	body p, body td, body #global li {
		font-size: 1.18em;
		line-height: 1.5;
	}
	body .h2,body h2 {
		font-size: 1.6em;
	}
	body .btn-lg, body .btn-group-lg > .btn {
		font-size: 16px;
	}
	body hr {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	body h1, body .h1, body h2, body .h2, body h3, body .h3 {
		margin-top:10px;
	}
	/*.roleJoueur {
    height: 18px;
	}*/
	.cardJeu {
		width:90px;
		height:166px;
		margin-top: 4px;
		margin-left:-50px;margin-bottom:-110px;
	}
	#monJeu {
	    padding-bottom: 118px;
	}
	.equipierTaille {
		width: auto;
		height: auto;
	}    
	.equipier4j {
		width:25%;
	}

	.txtEndGame {
		font-size:1.1em;
	}
	/*.CRA {
		display:block;
		text-align:center;
		float:none;
		margin-left:auto;
		margin-right:auto;
		height: 20px;
    margin-bottom: 0px;
	}
	.iconeJ {
	  height: 10px;
	}
	.iconeStatut {
	  height: 19px;
    margin-bottom:5px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
	}*/
	.absentJoueur {
   	width:19px;
	}
	#selecteurTour {
		margin-top:-15px;
	}
	.onefifth {
		width:33%;
		float:left;
	}
	#scrollFix {
		height:100%;
		margin-top:1px;
	}
	#avatJE {
		width:100%;
		min-width:10px;
		margin-right:0px;
	}
	div.joueurCnter {
		margin: 0px 2px 0px 2px;
		/*box-shadow: none;
    border-radius: 0px;
    border-bottom: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin: 0;
    padding-top: 25px;*/
	}
	/*div#infJE {
		margin-top: 2px;
		margin-bottom:-22px;
	}
	.CRA {
	background:none;
	}*/

	.infJdiv {
		padding:5px;
	}    
	.fstLinEq {
			box-shadow:none;
			width: calc( 100% - 8px );
			height: calc( 100% - 28px );
	}
	.pseudoJTxt,.appelRoi {
    font-size: 14px;
    line-height:1.2;
	}
	.fstLinEq {
		margin-bottom:2px;
		padding-top : 0px;
	}
	#carteInfos h4 {
		font-size:14px;
	}
}


.MJJI {
	width:100%;margin-top:4px;margin-right:10px;max-height:79px;
}
	.modeJeuSelImg {
	    float: left;
	    height: 58px;
	    margin: 0;
	    width: 80px;
	    text-align:center;    
	    margin-top: 10px;
	} 


@media (max-width: 1300px) {
	.cardJeu {
		width:90px;
		height:166px;
		margin-top: 4px;
		margin-left:-50px;margin-bottom:-110px;
	}
	#monJeu {
	    padding-bottom: 118px;
	}
	.modeJeuSelImg {
	    float: left;
	    height: 58px;
	    margin: 0;
	    width: 88px;    
	    margin-top: 10px;
	} 
}
@media screen and (max-width:450px) {
	.cardJeu {
		width:80px;
		height:147px;
		margin-top: 4px;
		margin-left:-50px;margin-bottom:-110px;
	}
	#monJeu {
	    padding-bottom: 118px;
	}
}


@media (max-width: 1300px) {
	/*.carteAfficheeInfo {
	    margin-right:-22px;
	    margin-left:-22px;
	}*/
	.cardJeu {
		-webkit-filter: unset;
		filter: unset;
		-ms-filter: unset;
		filter: unset;
	}
	.actionBtn  {
		-webkit-filter: unset;
		filter: unset;
		-ms-filter: unset;
		filter: unset;
	}
}


#carteInfosList {
	padding-left: 12px;
	padding-right:12px;
}

.carteAfficheeInfo {
    top:0px;
    margin-right:-24px;
    margin-left:-24px;
    margin-bottom:-150px;
}
@media (max-width: 1300px) {
	.carteAfficheeInfo {
    margin-bottom:-140px;
	}
	#carteInfos {
		padding-bottom: 140px;
	}
}

@media screen and (max-width:450px) {
	.carteAfficheeInfo {
    margin-bottom:-120px;
	}
	#carteInfos {
		padding-bottom: 120px;
	}
}
.cartesTapis {
	pointer-events: none;
}


div.joueurCnterSalon {
	margin-top:1px;
	margin-bottom:2px;
}
