h1{
	margin:auto;
	text-align:center;
	
}
h2{
	margin:auto;
	text-align:center;
	
}
.center{
	width:400px;
	margin:auto;
}

/* Tableaux */
	.table1{
		margin:auto;
		border:1px black solid;
	}
	.table1 td, th {
	  border: 1px solid #999;
	}
	.table1 tr .border-left{
		border-left:3px black solid;
	 }
	td{
	  padding:2px;
	}
	.table1 td a{
	  color:black;
	  padding:2px;
	}
	.table1 th {
		background-color:rgba(255, 0, 0, 0.5);
	  color: white;
	  border-radius: 0;
	  top: 0;
	  padding: 10px;
	}
	.table1 tr:hover td{

	  border-top: 1px solid red;
	 border-bottom:1px solid red;
	}
	.table1 td:hover {
	  background:#E9FFE7;
	}
	.table1 td:hover a{

	  color:black;
	  background:#E9FFE7;
	}
	.table1 tr:nth-child(odd){
		background-color:rgba(255, 0, 0, 0.1);
	}
 
	.table1 td.premier{
		background:yellow;
		color:black;
		font-weight:bold;
		padding:2px;
	}
	 .table1 td.deuxieme{
		background:silver;
		color:black;
		font-weight:bold;
		padding:2px;
	}
	.table1 td.troisieme{
		background:orange;
		color:white;
		font-weight:bold;
		padding:2px;
	}
	.table1 td.topdix{
		background:#DAFFD6;
		color:black;
		padding:2px;
	}
	.table1 td.horsdix{
		background:white;
		color:black;
		padding:2px;
	}
	.table1 td.horscourse{
		background:black;
		color:grey;
		padding:2px;
	}

	.table1 td.negatif{
		background:red;
		color:grey;
		padding:2px;
	}


/* tablerace tableau qui affiche les résultats d'un athlete*/

.table-single-athlete{
	border-collapse:collapse;
	width:auto;
	box-shadow:0 5px 50px rgba(0,0,0,0.15);
	margin:0px auto;
	border:2px solid grey;
	
}
.table-single-athlete thead tr{
	background-color:red;
	color:white;
	text-align:left;

}
.table-single-athlete td{
	border:1px grey solid;

}
.table-single-athlete th,td{
	padding:10px 15px;

}
.table-single-athlete tr,td a{
	text-decoration:none;

}
.table-single-athlete tr,td a:hover{
	

}
.table-single-athlete tbody tr:nth-child(even){
	background-color:#e3e3e3;
}
.table-single-athlete tbody tr:last-of-type{
	border-bottom:2px red solid;
}	

/* table race result*/

.table-race-result{
	border-collapse:collapse;
	width:auto;
	box-shadow:0 5px 50px rgba(0,0,0,0.15);
	margin:0px auto;
	border:2px solid grey;
	
}
.table-race-result thead tr{
	background-color:red;
	color:white;
	text-align:left;

}
.table-race-result td{
	border:1px grey solid;

}
.table-race-result th td{
	padding:15px 20px;

}
.table-race-result td{
	padding:5px 25px;

}
.table-race-result tr,td a{
	text-decoration:none;

}
.table-race-result tr,td a:hover{
	

}
.table-race-result tbody tr:nth-child(even){
	background-color:#e3e3e3;
}
.table-race-result tbody tr:last-of-type{
	border-bottom:2px red solid;
}			
.table-province{
	padding:0;
	margin:0;
	border:1px black solid;
	border-collapse:collapse;
}
.table-province td{
	padding:5px;
	margin:0;
	border:1px black solid;
}

/* Menu */
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  margin: auto;
  position: relative;
  background-color: #2c3e50;
  z-index: 7;
}

.menu li{
    float: left;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
.menu a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    z-index: 9;
  }

.menu a.active {
  /*background-color: #e74c3c;*/
}

.menu li.slider {
  width: 20%;
  height: 100%;
  position: absolute;
  left: -20%;
  top: 0;
  background-color: #e74c3c;
  z-index: 8;
  transition: left .4s, background-color .4s;
}

.menu li:nth-child(1):hover,
.menu li:nth-child(1):focus,
.menu li:nth-child(1):active {
  & ~ .slider {
    left: 0;
    background-color: #3498db;
  }
}


.menu li:nth-child(2):hover,
.menu li:nth-child(2):focus,
.menu li:nth-child(2):active {
  & ~ .slider {
    left: 20%;
    background-color: #9b59b6;
  }
}

.menu li:nth-child(3):hover,
.menu li:nth-child(3):focus,
.menu li:nth-child(3):active {
  & ~ .slider {
    left: 40%;
    background-color: #e67e22;
  }
}

.menu li:nth-child(4):hover,
.menu li:nth-child(4):focus,
.menu li:nth-child(4):active {
  & ~ .slider {
    left: 60%;
    background-color: #16a085;
  }
}

.menu li:nth-child(5):hover,
.menu li:nth-child(5):focus,
.menu li:nth-child(5):active {
  & ~ .slider {
    left: 80%;
    background-color: #16a085;
  }
}
/* Menu2 */
.menu2 {
  list-style: none;
  padding: 0;
  height: 50px;
  margin: auto;
  position: relative;
  background-color: #2c3e50;
  z-index: 7;
 text-align:center;
 display:block;
 margin:auto;
}
.menu2 li{
    display:inline-block;
	text-align:left;
    width: 10%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .menu2 li:hover{
    background-color: #e74c3c;
  }
  
.menu2 a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    z-index: 9;
  }

.menu2 a.active {
  /*background-color: #e74c3c;*/
}

.formClassement{
	width:20%;
	display:inline-block;
	vertical-align:top;
}
.formAutres{
	width:50%;
	display:inline-block;
	vertical-align:top;
}
.formClassement fieldset{
	min-height:100px;
}

.formRechercheClassement{
	margin-left:auto;
	margin-right:auto;
}
.content{
	margin:auto;
	width:1200px;
	max-width:100%;
}


#buttonSearch{
	display: inline-block;
	outline: 0;
	border: none;
	cursor: pointer;
	padding: 0 24px;
	border-radius: 50px;
	min-width: 200px;
	height: 50px;
	font-size: 18px;
	background-color: #fd0;
	font-weight: 500;
	color: #222;
}  
#buttonSearch:hover{
	display: inline-block;
	outline: 0;
	border: 1px black solid;
	cursor: pointer;
	padding: 0 24px;
	border-radius: 50px;
	min-width: 200px;
	height: 50px;
	font-size: 18px;
	background-color: #fd0;
	font-weight: 1000;
	color: #222;
}             

.checkbox_flip{
	border:1px yellow solid;
}
select {
        
    }
     
    .select {
        outline: 0;
		text-align:center;
		font-weight:bold;
		font-size:20px;
        background-color:rgba(255, 0, 0, 0.7);
        background-image: none;
        width: 100%;
        height: 40px;
        color: black;
        cursor: pointer;
        border: 1px solid black;
        border-radius: 3px;
    }

.categorie_filtre{
	font-size:20px;
}
.categorie_filtre:hover{
	background:rgba(255, 0, 0, 0.7);
}

.checkbox-max {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
	 -border-radius: 4px;
    height: 20px;
    width: 90%;
    background: #fff;
	font-weight:bold;
    border: 1px solid #ccc;
}
.checkbox-max:checked {
  background-color:rgba(255, 0, 0, 0.7);
  position: relative;

}
/* page accueil */
.corps{
	width:100%;
	background-color:#f3f6f4;
	padding:10px;
}
.accueil-avertissement{
	width:20%;
	float:right;
	padding:5px;
	background-color:rgba(255, 0, 0, 0.2);
	border-radius:30px;
}

.stat-day{
	display:inline-block;
	width:30%;
	font-size:20px;
	background-color:rgba(255, 0, 0, 0.6);
	color:white;
	padding:10px;
	margin:10px;
	text-align:center;
	border-radius:30px;
	
}

.table-div-accueil{
	display:inline-block;
	margin:10px;
}


/* page Athlete */

.athlete-details{
	margin: 10px;
	vertical-align:top;
	display:inline-block;
	padding:10px;
	width:30%;
	min-width:300px;
	background-color:rgba(255, 0, 0, 0.4);
	border-radius:30px;
	color:black;
	
}
.athlete-stats{
	margin: 10px;
	display:inline-block;
	vertical-align:top;
	padding:10px;
	width:60%;
	min-width:300px;
	background-color:rgba(255, 0, 0, 0.4);
	border-radius:30px;
	color:black;
	
}


/*Champ recherche */
/* header */

.img-header{
	width:10%;
	position:absolute;
	z-index:10;
}
.img-header img{
	height:60px;;
}

#searchBar{
	width:75%;
	margin:auto;
	border-radius: 30px;
	vertical-align:top;
}
#searchAthlete{
	width:80%;
	margin:auto;
	border-radius: 30px;
}
#ajaxAthlete{
	width:80%;
	background-color:rgba(255, 255, 255, 0.9);
	position:absolute;
	margin:auto;
	z-index:1000;
	border-radius: 30px;
}
.list-search-athlete li{
	list-style-type: none;
	 text-decoration: none;
	 padding:10px;
	 margin:2px;
	 border:1px black solid;
	 width:100%;
}
.list-search-athlete li:hover{
	list-style-type: none;
	 text-decoration: none;
	 padding:10px;
	 margin:2px;
	 background-color:rgba(255, 0, 0, 0.2);
	 background-color:rgba(255, 0, 0, 0.2);
	 width:100%;
}
.list-search-athlete li a{
	color:black;
	font-size:24px;
	text-transform: uppercase;
	padding:10px;
	text-decoration: none;
	 padding:10px;
	 
}


#searchBar input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 35px;
}

#searchBar input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
  padding:10 50;
}

#searchBar input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}



/*province */

.rowdiv{
	display:inline-block;
	width:80%;
}
#provincelist{
	display:inline-block;
	margin-left:10%;
	float:left;
}
#provincedetails{
	display:inline-block;
	width:70%;