.popup-style {
    position: absolute;
    background: white;
    border: 1px solid black;
    padding: 10px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup-style button,
.popup-style input[type="submit"] {
    width: 90%;
    margin: 5px;
    padding: 10px 0;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    transition: background-color 0.3s ease;
}

.popup-style button:hover,
.popup-style input[type="submit"]:hover {
    background-color: #e2e2e2;
}

.comment{
	font-size: 7pt;
}
.poules{
  margin-left: auto;
  margin-right: auto;
  width: 186mm; /* largeur obligatoire pour être centré */
}
table.poule { 
	width : 100%;
	font-size: 10pt;
	border-collapse: collapse;
	white-space: nowrap;
}
.box1 { 
	margin-bottom: 20px;
}
.wrapperPoule {
  display: grid;
  grid-template-columns: 185mm;
  grid-template-rows: 88mm 5mm 88mm 5mm 88mm;
  grid-gap: 0;
  page-break-after: always;
}
.wrapperPoule4 {
  display: grid;
  grid-template-columns: 185mm;
  grid-template-rows: 132mm 10mm 132mm;
  grid-gap: 0;
  page-break-after: always;
}
.separV {
	background: linear-gradient(#000, #000) no-repeat center/0.5px 100%;
}
.separH {
	background: linear-gradient(#000, #000) no-repeat center/100% 0.5px;
}
.spacePoule { 
	height: 4px;
}
.spacePoule4 { 
	height: 20px;
}
.col1 { 
	width: 20%;
}
.titre { 
	font-weight: bold;
	font-size: 12pt;
}
.col2 { 
	width: 8%;
}
.col3 { 
	width: 3.7%;
}
.club { 
	font-size: 8pt;
	color : black;
}
div.poules td {
	padding: 2px;
}



.winner{
	background: #8cff66;	
}
.club{
	font-size: 12px;
	/* float:right; */
	position: relative;
	top: -5px; 
	right: -40px;
}
.pointer:hover{
	cursor: pointer;
	/* background: rgb(0, 101, 255); */
	background: rgb(0, 101, 255) !important;
	text-decoration: inherit;
	transition-duration: 0s, 0.15s;
	color: rgb(255, 255, 255);
}

.crochet{
}
.crochet:hover{
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Ombre légère */
	/* transform: scale(1.05); */
	cursor:pointer;
	
}

html{
	font-family: Calibri, sans-serif;
}
.wrapper_global {
	display: grid;
	margin: 10px auto 10px;
	
	grid-auto-rows: 50px;
	grid-gap: 5px;
	width: 45%;
}
.wrapper {
	display: grid;
	margin: auto;
	grid-template-columns: repeat(14, 1fr);
	grid-auto-rows: 50px;
	grid-gap: 5px;
	width: 80%;
}
.wrapper2 {
	display: grid;
	margin: auto;
	grid-template-columns: repeat(18, 1fr);
	grid-auto-rows: 30px;
	grid-gap: 5px;
	width: 90%;
}
.wrapper_samedi {
	display: grid;
	margin: 10px auto 10px;
	grid-template-columns: repeat(8, 1fr);
	grid-auto-rows: 50px;
	grid-gap: 5px;
	width: 70%;
}
.wrapper_dimanche {
	display: grid;
	margin: 10px auto 10px;
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: 50px;
	grid-gap: 5px;
	width: 60%;
}
.wrapper_mode {
	display: grid;
	margin: 10px auto 10px;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 50px;
	grid-gap: 20px;
	width: 30%;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.img {
	height: 120px;
}
.titre_tableaux{
	border: 1px solid #696;
	padding: 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
}
.titre_tableaux:hover{
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Ombre légère */
	transform: scale(1.05);
}
.div_table{
	font-family: Calibri, sans-serif;
	border: 1px solid #696;
	padding: 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #9EB6FF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9EB6FF), to(#FFFFFF));
	background: -webkit-linear-gradient(#9EB6FF, #FFFFFF);
	background: -moz-linear-gradient(#9EB6FF, #FFFFFF);
	background: -ms-linear-gradient(#9EB6FF, #FFFFFF);
	background: -o-linear-gradient(#9EB6FF, #FFFFFF);
	background: linear-gradient(#9EB6FF, #FFFFFF);
	
}

.div_table:hover  {
	cursor: pointer;
	background: #CC0066;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CC0066), to(#FFFFFF));
	background: -webkit-linear-gradient(#CC0066, #FFFFFF);
	background: -moz-linear-gradient(#CC0066, #FFFFFF);
	background: -ms-linear-gradient(#CC0066, #FFFFFF);
	background: -o-linear-gradient(#CC0066, #FFFFFF);
	background: linear-gradient(#CC0066, #FFFFFF);
}

a {
	display:block;
	width:100%;
	height:100%;
}

/* unvisited link */
a:link {
	text-decoration: none; 
    decoration: none; 
}

/* visited link */
a:visited {
	text-decoration: none; 
    decoration: none; 
}

/* mouse over link */
a:hover {
	text-decoration: none; 
    decoration: none; 
}

/* selected link */
a:active {
	text-decoration: none; 
    decoration: none; 
}

table.customTable {
  /*width: 50%;*/
  margin:auto;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #7ea8f8;
  border-style: solid;
  color: #000000;
}
table.customTable th{
  /*width: 50%;*/
  background-color: #fce5a4;
}
table.customTable td, table.customTable th {
  border-width: 2px;
  border-color: #7ea8f8;
  border-style: solid;
  padding: 5px;
}

table.customTable thead {
  background-color: #7ea8f8;
}

label:hover{
	background-color: #1FFFFF;
	cursor:pointer;
	
}

.submit{
	width:100px; 
	margin:0 auto;
	height: 30px;
}


.png {
	height : 100%;
	margin-top: 5px;

}

#tableau tr {
 	height : 34.5px;
}
#tableau {
 	margin: auto auto 20px;
}

.joueur_run {
	font-family: Calibri, sans-serif;
	color: white;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px; /* hauteur de ligne (identique) */
	white-space: nowrap;
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	/* border: 1px solid #696; */
	/* padding: 5px 5px 5px 5px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	/* background: #d9534f;	 */
	background: #e57373;	
	/* background: #ff4d4d;	 */
	/* background: #AF7AC5;	 */

}

.joueur_end {
	font-family: Calibri, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px; /* hauteur de ligne (identique) */
	white-space: nowrap;
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	/* border: 1px solid #696; */
	/* padding: 5px 5px 5px 5px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #cfcfcf;	

}

.joueur_winner {
	font-family: Calibri, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px; /* hauteur de ligne (identique) */
	white-space: nowrap;
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	/* border: 1px solid #696; */
	/* padding: 5px 5px 5px 5px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #8cff66;	

}

.joueur_prepare {
	font-family: Calibri, sans-serif;
	font-family: Calibri, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px; /* hauteur de ligne (identique) */
	white-space: nowrap;
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	/* border: 1px solid #696; */
	/* padding: 5px 5px 5px 5px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #AED6F1;	

}

.joueur_ {
	font-family: Calibri, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px; /* hauteur de ligne (identique) */
	white-space: nowrap;
	/* margin-top: 5px; */
	/* margin-bottom: 5px; */
	/* border: 1px solid #696; */
	/* padding: 5px 5px 5px 5px; */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #f5f2f2;	

}
.title_tab {
	font-family: Calibri, sans-serif;
	opacity:0.5;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 20px;
	text-align: center;	

}

div.title {
	font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  	text-shadow: 0 0 0.1em #87F, 0 0 0.1em #87F,
        0 0 0.1em #87F;
}
div.red {
  	text-shadow: 0 0 1px #FF0000, 0 0 1px #FF0000,
        0 0 1px #FF0000;
}
div.green {
  	text-shadow: 0 0 1px #00FF00, 0 0 1px #00FF00,
        0 0 1px #00FF00;
}
div.title2 {

	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.block {
  margin: auto;
  width: 500px;
  text-align: left;
}
table.table_joueur {
  margin: auto;
  border: 2px solid #1C6EA4;
  background-color: #EEEEEE;

  text-align: left;
  border-collapse: collapse;
}
table.width_full {
	  width: auto;
}
table.width_800 {
	  width: 800px;
}
table.width_500px {
	  width: 500px;
}
table.table_joueur td, table.table_joueur th {
  border: 1px solid #AAAAAA;
  padding: 2px 3px;
}
table.table_joueur tbody td {
  font-size: 16px;
}
table.table_joueur tr:nth-child(even) {
  background: #D0E4F5;
}
table.table_joueur thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.table_joueur thead th {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.table_joueur thead th:first-child {
  border-left: none;
}
.center {
  margin: auto;
  width: 100%;
  text-align: center;
}
.hide {
	display: none;
}